- 240e6ee nvme: support for zoned namespaces by Keith Busch · 4 years, 9 months ago
- 82394db block: add capacity field to zone descriptors by Matias Bjørling · 4 years, 9 months ago
- 482c6b6 Merge tag 'v5.8-rc4' into for-5.9/drivers by Jens Axboe · 4 years, 8 months ago
- 0e6e255 block: remove a bogus warning in __submit_bio_noacct_mq by Christoph Hellwig · 4 years, 8 months ago
- 29206c6 Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
- 7cc2a8e Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
- 7c792f3 block: initialize current->bio_list[1] in __submit_bio_noacct_mq by Christoph Hellwig · 4 years, 8 months ago
- 3197d48 block: make function __bio_integrity_free() static by Wei Yongjun · 4 years, 8 months ago
- 4e2f62e5 Revert "blk-mq: put driver tag when this request is completed" by Jens Axboe · 4 years, 8 months ago
- 6e2fa4d blk-iolatency: only call ktime_get() if needed by Hongnan Li · 4 years, 9 months ago
- 5a6c35f block: remove direct_make_request by Christoph Hellwig · 4 years, 9 months ago
- ff93ea0 block: shortcut __submit_bio_noacct for blk-mq drivers by Christoph Hellwig · 4 years, 9 months ago
- 566acf2 block: refator submit_bio_noacct by Christoph Hellwig · 4 years, 9 months ago
- ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 9 months ago
- c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 9 months ago
- e439ab7 block: remove the nr_sectors variable in generic_make_request_checks by Christoph Hellwig · 4 years, 9 months ago
- 833f84e block: remove the NULL queue check in generic_make_request_checks by Christoph Hellwig · 4 years, 9 months ago
- c817867 block: tidy up a warning in bio_check_ro by Christoph Hellwig · 4 years, 9 months ago
- f695ca3 block: remove the request_queue argument from blk_queue_split by Christoph Hellwig · 4 years, 9 months ago
- b5fc1e8 blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq() by Hou Tao · 4 years, 11 months ago
- 0b8cc25 blk-cgroup: clean up indentation by Colin Ian King · 4 years, 9 months ago
- 37f4a24 blk-mq: centralise related handling into blk_mq_get_driver_tag by Ming Lei · 4 years, 9 months ago
- 723bf17 blk-mq: move blk_mq_put_driver_tag() into blk-mq.c by Ming Lei · 4 years, 9 months ago
- 570e9b7 blk-mq: move blk_mq_get_driver_tag into blk-mq.c by Ming Lei · 4 years, 9 months ago
- 6e6fcbc blk-mq: support batching dispatch in case of io by Ming Lei · 4 years, 9 months ago
- 1fd40b5 blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 9 months ago
- bbdb3c5 blk-mq: remove dead check from blk_mq_dispatch_rq_list by Ming Lei · 4 years, 9 months ago
- 7538352 blk-mq: move getting driver tag and budget into one helper by Ming Lei · 4 years, 9 months ago
- 445874e blk-mq: pass hctx to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 9 months ago
- 65c7636 blk-mq: pass request queue into get/put budget callback by Ming Lei · 4 years, 9 months ago
- 3e20aa9 block/keyslot-manager: use kvfree_sensitive() by Eric Biggers · 4 years, 9 months ago
- 42fdc5e blk-mq: remove the BLK_MQ_REQ_INTERNAL flag by Christoph Hellwig · 4 years, 9 months ago
- 36a3df5 blk-mq: put driver tag when this request is completed by Ming Lei · 4 years, 9 months ago
- a2e83ef blk-cgroup: remove a dead check in blk_throtl_bio by Christoph Hellwig · 4 years, 9 months ago
- db18a53 blk-cgroup: remove blkcg_bio_issue_check by Christoph Hellwig · 4 years, 9 months ago
- 93b8063 blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio by Christoph Hellwig · 4 years, 9 months ago
- 13c7863 block: move the initial blkg lookup into blkg_tryget_closest by Christoph Hellwig · 4 years, 9 months ago
- a5b9752 block: bypass blkg_tryget_closest for the root_blkg by Christoph Hellwig · 4 years, 9 months ago
- 8c54628 block: merge blkg_lookup_create and __blkg_lookup_create by Christoph Hellwig · 4 years, 9 months ago
- 28fc591 block: move the bio cgroup associatation helpers to blk-cgroup.c by Christoph Hellwig · 4 years, 9 months ago
- a18b9b1 block: move bio_associate_blkg_from_page to mm/page_io.c by Christoph Hellwig · 4 years, 9 months ago
- 2badf06 block: merge __bio_associate_blkg into bio_associate_blkg_from_css by Christoph Hellwig · 4 years, 9 months ago
- d92c370 block: really clone the block cgroup in bio_clone_blkg_association by Christoph Hellwig · 4 years, 9 months ago
- db9819c block: remove bio_disassociate_blkg by Christoph Hellwig · 4 years, 9 months ago
- bfe373f blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags by Hou Tao · 4 years, 11 months ago
- 826f2f4 blk-rq-qos: remove redundant finish_wait to rq_qos_wait. by Guo Xuenan · 4 years, 9 months ago
- 9b8d0207 Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- f3bdc62 blktrace: Provide event for request merging by Jan Kara · 4 years, 9 months ago
- f61d6e2 blk-iocost: Use struct_size() in kzalloc_node() by Gustavo A. R. Silva · 4 years, 9 months ago
- 1f4fe21 block: bio: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 4 years, 9 months ago
- 85e0cbb block: create the request_queue debugfs_dir on registration by Luis Chamberlain · 4 years, 9 months ago
- e8c7d14 block: revert back to synchronous request_queue removal by Luis Chamberlain · 4 years, 9 months ago
- 763b589 block: clarify context for refcount increment helpers by Luis Chamberlain · 4 years, 9 months ago
- b5bd357 block: add docs for gendisk / request_queue refcount helpers by Luis Chamberlain · 4 years, 9 months ago
- 40d09b5 blk-mq: add a new blk_mq_complete_request_remote API by Christoph Hellwig · 4 years, 9 months ago
- 96339526 blk-mq: factor out a blk_mq_complete_need_ipi helper by Christoph Hellwig · 4 years, 9 months ago
- 4c8fc19 blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request by Christoph Hellwig · 4 years, 9 months ago
- 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 9 months ago
- d391a7a blk-mq: merge the softirq vs non-softirq IPI logic by Christoph Hellwig · 4 years, 9 months ago
- d6cc464 blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP by Christoph Hellwig · 4 years, 9 months ago
- 6aab1da blk-mq: complete polled requests directly by Christoph Hellwig · 4 years, 9 months ago
- dea6f39 blk-mq: remove raise_blk_irq by Christoph Hellwig · 4 years, 9 months ago
- 115243f blk-mq: factor out a helper to reise the block softirq by Christoph Hellwig · 4 years, 9 months ago
- c3077b5 blk-mq: merge blk-softirq.c into blk-mq.c by Christoph Hellwig · 4 years, 9 months ago
- 0b8eb62 block: release bip in a right way in error path by Chengguang Xu · 4 years, 9 months ago
- d2b1c81 Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- bc163c2 partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense by Andy Shevchenko · 5 years ago
- fe35ec5 block: update hctx map when use multiple maps by Weiping Zhang · 4 years, 9 months ago
- 8a631c2 block: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
- a8a5e38 blk-mq: Remove redundant 'return' statement by Baolin Wang · 4 years, 9 months ago
- 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 9 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
- 22f614b blk-mq: fix blk_mq_all_tag_iter by Ming Lei · 4 years, 9 months ago
- d94ecfc blk-mq: split out a __blk_mq_get_driver_tag helper by Christoph Hellwig · 4 years, 9 months ago
- 15b81ce block: nr_sects_write(): Disable preemption on seqcount write by Ahmed S. Darwish · 4 years, 9 months ago
- d24de76a block: remove the error argument to the block_bio_complete tracepoint by Christoph Hellwig · 4 years, 9 months ago
- a75ca93 block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed by yu kuai · 4 years, 10 months ago
- bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- cee9a0c mm: move readahead prototypes from mm.h by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- 4d89e1d blk-wbt: rename __wbt_update_limits to wbt_update_limits by Guoqing Jiang · 4 years, 10 months ago
- 26e0ca1 blk-wbt: remove wbt_update_limits by Guoqing Jiang · 4 years, 10 months ago
- 32e3374 blk-throttle: remove tg_drain_bios by Guoqing Jiang · 4 years, 10 months ago
- b774123 blk-throttle: remove blk_throtl_drain by Guoqing Jiang · 4 years, 10 months ago
- bf0beec blk-mq: drain I/O when all CPUs in a hctx are offline by Ming Lei · 4 years, 10 months ago
- 602380d blk-mq: add blk_mq_all_tag_iter by Ming Lei · 4 years, 10 months ago
- 600c3b0 blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctx by Christoph Hellwig · 4 years, 10 months ago
- 76647368 blk-mq: use BLK_MQ_NO_TAG in more places by Christoph Hellwig · 4 years, 10 months ago
- 419c3d5 blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG by Christoph Hellwig · 4 years, 10 months ago
- 7ea4d8a blk-mq: move more request initialization to blk_mq_rq_ctx_init by Christoph Hellwig · 4 years, 10 months ago
- e6e7abf blk-mq: simplify the blk_mq_get_request calling convention by Christoph Hellwig · 4 years, 10 months ago
- 5d9c305 blk-mq: remove the bio argument to ->prepare_request by Christoph Hellwig · 4 years, 10 months ago
- 7b11eab blk-mq: blk-mq: provide forced completion method by Keith Busch · 4 years, 10 months ago
- b0beb28 Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" by Jens Axboe · 4 years, 10 months ago
- e7ecc142 block: blk-crypto-fallback: remove redundant initialization of variable err by Colin Ian King · 4 years, 10 months ago
- 524f9ff block: reduce part_stat_lock() scope by Christoph Hellwig · 4 years, 10 months ago
- 8ab1d40 block: remove rcu_read_lock() from part_stat_lock() by Konstantin Khlebnikov · 4 years, 10 months ago
- b5af37a block: add a blk_account_io_merge_bio helper by Konstantin Khlebnikov · 4 years, 10 months ago
- b9c54f5 block: account merge of two requests by Konstantin Khlebnikov · 4 years, 10 months ago
- 58d4f14 block: always use a percpu variable for disk stats by Christoph Hellwig · 4 years, 10 months ago