summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov2020-07-174-7/+58
* blk-cgroup: make iostat functions visible to stat printingBoris Burkov2020-07-171-71/+71
* block: improve discard bio alignment in __blkdev_issue_discard()Coly Li2020-07-172-3/+42
* block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbersColy Li2020-07-171-4/+4
* block: defer flush request no matter whether we have elevatorYufen Yu2020-07-171-7/+2
* block: make blk_timeout_init() staticWei Yongjun2020-07-171-1/+1
* block: remove retry loop in ioc_release_fn()John Ogness2020-07-161-3/+17
* block: remove unnecessary ioc nested lockingJohn Ogness2020-07-161-20/+6
* block: integrate bd_start_claiming into __blkdev_getChristoph Hellwig2020-07-161-122/+55
* block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig2020-07-163-9/+10
* block: refactor bd_start_claimingChristoph Hellwig2020-07-161-20/+13
* block: simplify the restart case in __blkdev_getChristoph Hellwig2020-07-161-15/+10
* Revert "blk-rq-qos: remove redundant finish_wait to rq_qos_wait."Jens Axboe2020-07-151-0/+2
* block: always remove partitions from blk_drop_partitions()Ming Lei2020-07-151-2/+0
* block: relax jiffies rounding for timeoutsJens Axboe2020-07-151-2/+20
* blk-mq: remove redundant validation in __blk_mq_end_request()Baolin Wang2020-07-101-2/+1
* blk-mq: Remove unnecessary local variableBaolin Wang2020-07-101-3/+1
* writeback: remove bdi->congested_fnChristoph Hellwig2020-07-0823-468/+1
* writeback: remove struct bdi_writeback_congestedChristoph Hellwig2020-07-086-205/+14
* writeback: remove {set,clear}_wb_congestedChristoph Hellwig2020-07-082-18/+8
* drbd: remove a bogus bdi_rw_congested callChristoph Hellwig2020-07-081-1/+0
* mmc: remove the call to check_disk_changeChristoph Hellwig2020-07-081-3/+0
* xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig2020-07-081-2/+0
* isofs: remove a stale commentChristoph Hellwig2020-07-081-3/+0
* block: remove flush_diskChristoph Hellwig2020-07-081-23/+7
* cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig2020-07-083-42/+6
* md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-084-23/+10
* blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-07-084-43/+19
* blk-mq: streamline handling of q->mq_ops->queue_rq resultMing Lei2020-07-081-13/+11
* block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig2020-07-071-2/+1
* block: initialize current->bio_list[1] in __submit_bio_noacct_mqChristoph Hellwig2020-07-021-4/+3
* Revert "blk-mq: put driver tag when this request is completed"Jens Axboe2020-07-015-42/+70
* dm: remove unused variableJens Axboe2020-07-011-1/+0
* sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry2020-07-011-0/+3
* block: remove the all_bdevs listChristoph Hellwig2020-07-012-16/+7
* block: remove the unused bd_private field from struct block_deviceChristoph Hellwig2020-07-011-7/+0
* block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-018-15/+11
* block: remove the bd_block_size field from struct block_deviceChristoph Hellwig2020-07-013-9/+3
* block: simplify set_init_blocksizeChristoph Hellwig2020-07-011-6/+0
* dcssblk: don't set bd_block_size in ->openChristoph Hellwig2020-07-011-1/+0
* floppy: use block_sizeChristoph Hellwig2020-07-011-6/+1
* blk-iolatency: only call ktime_get() if neededHongnan Li2020-07-011-1/+2
* block: remove direct_make_requestChristoph Hellwig2020-07-014-34/+2
* block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig2020-07-011-0/+30
* block: refator submit_bio_noacctChristoph Hellwig2020-07-011-68/+75
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-0144-118/+115
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-0136-140/+153
* block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig2020-07-011-2/+1
* block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig2020-07-011-11/+1
* block: tidy up a warning in bio_check_roChristoph Hellwig2020-07-011-2/+1