summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02dm: 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
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig36-140/+153
2020-07-01block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig1-2/+1
2020-07-01block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig1-11/+1
2020-07-01block: tidy up a warning in bio_check_roChristoph Hellwig1-2/+1
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig15-31/+28
2020-07-01fs: remove a weird comment in submit_bh_wbcChristoph Hellwig1-5/+0
2020-07-01dm: stop using ->queuedataChristoph Hellwig1-2/+1
2020-07-01bcache: stop setting ->queuedataChristoph Hellwig1-1/+0
2020-07-01zram: stop using ->queuedataChristoph Hellwig1-2/+1
2020-07-01umem: stop using ->queuedataChristoph Hellwig1-2/+2
2020-07-01rsxx: stop using ->queuedataChristoph Hellwig1-4/+1
2020-07-01ps3vram: stop using ->queuedataChristoph Hellwig1-2/+1
2020-07-01null_blk: stop using ->queuedata for bio modeChristoph Hellwig1-1/+1
2020-07-01drbd: stop using ->queuedataChristoph Hellwig2-2/+1
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig1-3/+1
2020-07-01nfblock: stop using ->queuedataChristoph Hellwig1-2/+1
2020-07-01blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao1-2/+1
2020-06-30blk-cgroup: clean up indentationColin Ian King1-1/+1
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei4-44/+20
2020-06-30blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei2-20/+20
2020-06-30blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei3-66/+65
2020-06-30blk-mq: support batching dispatch in case of ioMing Lei2-9/+82