summary refs log tree commit diff
AgeCommit message (Expand)Author
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Jens Axboe
2020-07-01dm: remove unused variableJens Axboe
2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry
2020-07-01block: remove the all_bdevs listChristoph Hellwig
2020-07-01block: remove the unused bd_private field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig
2020-07-01block: simplify set_init_blocksizeChristoph Hellwig
2020-07-01dcssblk: don't set bd_block_size in ->openChristoph Hellwig
2020-07-01floppy: use block_sizeChristoph Hellwig
2020-07-01blk-iolatency: only call ktime_get() if neededHongnan Li
2020-07-01block: remove direct_make_requestChristoph Hellwig
2020-07-01block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig
2020-07-01block: refator submit_bio_noacctChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig
2020-07-01block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig
2020-07-01block: tidy up a warning in bio_check_roChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-07-01fs: remove a weird comment in submit_bh_wbcChristoph Hellwig
2020-07-01dm: stop using ->queuedataChristoph Hellwig
2020-07-01bcache: stop setting ->queuedataChristoph Hellwig
2020-07-01zram: stop using ->queuedataChristoph Hellwig
2020-07-01umem: stop using ->queuedataChristoph Hellwig
2020-07-01rsxx: stop using ->queuedataChristoph Hellwig
2020-07-01ps3vram: stop using ->queuedataChristoph Hellwig
2020-07-01null_blk: stop using ->queuedata for bio modeChristoph Hellwig
2020-07-01drbd: stop using ->queuedataChristoph Hellwig
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig
2020-07-01nfblock: stop using ->queuedataChristoph Hellwig
2020-07-01blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao
2020-06-30blk-cgroup: clean up indentationColin Ian King
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei
2020-06-30blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei
2020-06-30blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei
2020-06-30blk-mq: support batching dispatch in case of ioMing Lei
2020-06-30blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: remove dead check from blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: move getting driver tag and budget into one helperMing Lei
2020-06-30blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig
2020-06-29blk-mq: put driver tag when this request is completedMing Lei
2020-06-29blk-cgroup: remove a dead check in blk_throtl_bioChristoph Hellwig
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig
2020-06-29cgroup: unexport cgroup_rstat_updatedChristoph Hellwig
2020-06-29blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkChristoph Hellwig
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig