summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-30iocost_monitor: start from the oldest usage indexChengming Zhou1-1/+1
2020-07-30iocost: Fix check condition of iocg abs_vdebtChengming Zhou1-1/+1
2020-07-28block: Remove callback typedefs for blk_mq_opsDaniel Wagner1-32/+18
2020-07-28block: Use non _rcu version of list functions for tag_set_listDaniel Wagner1-2/+2
2020-07-18blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov4-7/+58
2020-07-18blk-cgroup: make iostat functions visible to stat printingBoris Burkov1-71/+71
2020-07-17block: improve discard bio alignment in __blkdev_issue_discard()Coly Li2-3/+42
2020-07-17block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbersColy Li1-4/+4
2020-07-17block: defer flush request no matter whether we have elevatorYufen Yu1-7/+2
2020-07-17block: make blk_timeout_init() staticWei Yongjun1-1/+1
2020-07-16block: remove retry loop in ioc_release_fn()John Ogness1-3/+17
2020-07-16block: remove unnecessary ioc nested lockingJohn Ogness1-20/+6
2020-07-16block: integrate bd_start_claiming into __blkdev_getChristoph Hellwig1-122/+55
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig3-9/+10
2020-07-16block: refactor bd_start_claimingChristoph Hellwig1-20/+13
2020-07-16block: simplify the restart case in __blkdev_getChristoph Hellwig1-15/+10
2020-07-15Revert "blk-rq-qos: remove redundant finish_wait to rq_qos_wait."Jens Axboe1-0/+2
2020-07-15block: always remove partitions from blk_drop_partitions()Ming Lei1-2/+0
2020-07-15block: relax jiffies rounding for timeoutsJens Axboe1-2/+20
2020-07-10blk-mq: remove redundant validation in __blk_mq_end_request()Baolin Wang1-2/+1
2020-07-10blk-mq: Remove unnecessary local variableBaolin Wang1-3/+1
2020-07-09writeback: remove bdi->congested_fnChristoph Hellwig23-468/+1
2020-07-09writeback: remove struct bdi_writeback_congestedChristoph Hellwig6-205/+14
2020-07-09writeback: remove {set,clear}_wb_congestedChristoph Hellwig2-18/+8
2020-07-09drbd: remove a bogus bdi_rw_congested callChristoph Hellwig1-1/+0
2020-07-09mmc: remove the call to check_disk_changeChristoph Hellwig1-3/+0
2020-07-09xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig1-2/+0
2020-07-09isofs: remove a stale commentChristoph Hellwig1-3/+0
2020-07-09block: remove flush_diskChristoph Hellwig1-23/+7
2020-07-09cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig3-42/+6
2020-07-09md: switch to ->check_events for media change notificationsChristoph Hellwig4-23/+10
2020-07-09blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei4-43/+19
2020-07-09blk-mq: streamline handling of q->mq_ops->queue_rq resultMing Lei1-13/+11
2020-07-07block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig1-2/+1
2020-07-02block: initialize current->bio_list[1] in __submit_bio_noacct_mqChristoph Hellwig1-4/+3
2020-07-02Revert "blk-mq: put driver tag when this request is completed"Jens Axboe5-42/+70
2020-07-01dm: remove unused variableJens Axboe1-1/+0
2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry1-0/+3
2020-07-01block: remove the all_bdevs listChristoph Hellwig2-16/+7
2020-07-01block: remove the unused bd_private field from struct block_deviceChristoph Hellwig1-7/+0
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig8-15/+11
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig3-9/+3
2020-07-01block: simplify set_init_blocksizeChristoph Hellwig1-6/+0
2020-07-01dcssblk: don't set bd_block_size in ->openChristoph Hellwig1-1/+0
2020-07-01floppy: use block_sizeChristoph Hellwig1-6/+1
2020-07-01blk-iolatency: only call ktime_get() if neededHongnan Li1-1/+2
2020-07-01block: remove direct_make_requestChristoph Hellwig4-34/+2
2020-07-01block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig1-0/+30
2020-07-01block: refator submit_bio_noacctChristoph Hellwig1-68/+75
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig44-118/+115