summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-0115-31/+28
* fs: remove a weird comment in submit_bh_wbcChristoph Hellwig2020-07-011-5/+0
* dm: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
* bcache: stop setting ->queuedataChristoph Hellwig2020-07-011-1/+0
* zram: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
* umem: stop using ->queuedataChristoph Hellwig2020-07-011-2/+2
* rsxx: stop using ->queuedataChristoph Hellwig2020-07-011-4/+1
* ps3vram: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
* null_blk: stop using ->queuedata for bio modeChristoph Hellwig2020-07-011-1/+1
* drbd: stop using ->queuedataChristoph Hellwig2020-07-012-2/+1
* simdisk: stop using ->queuedataChristoph Hellwig2020-07-011-3/+1
* nfblock: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
* blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao2020-07-011-2/+1
* blk-cgroup: clean up indentationColin Ian King2020-06-301-1/+1
* blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-06-304-44/+20
* blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei2020-06-302-20/+20
* blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei2020-06-303-66/+65
* blk-mq: support batching dispatch in case of ioMing Lei2020-06-302-9/+82
* blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei2020-06-303-9/+33
* blk-mq: remove dead check from blk_mq_dispatch_rq_listMing Lei2020-06-301-7/+0
* blk-mq: move getting driver tag and budget into one helperMing Lei2020-06-301-26/+40
* blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei2020-06-303-12/+10
* blk-mq: pass request queue into get/put budget callbackMing Lei2020-06-305-23/+17
* blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig2020-06-294-12/+6
* blk-mq: put driver tag when this request is completedMing Lei2020-06-292-6/+2
* blk-cgroup: remove a dead check in blk_throtl_bioChristoph Hellwig2020-06-291-1/+1