summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-06-24blk-iocost: Use struct_size() in kzalloc_node()Gustavo A. R. Silva
2020-06-24block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain
2020-06-24block: clarify context for refcount increment helpersLuis Chamberlain
2020-06-24block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain
2020-06-24blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig
2020-06-24blk-mq: factor out a blk_mq_complete_need_ipi helperChristoph Hellwig
2020-06-24blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_requestChristoph Hellwig
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-24blk-mq: merge the softirq vs non-softirq IPI logicChristoph Hellwig
2020-06-24blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMPChristoph Hellwig
2020-06-24blk-mq: complete polled requests directlyChristoph Hellwig
2020-06-24blk-mq: remove raise_blk_irqChristoph Hellwig
2020-06-24blk-mq: factor out a helper to reise the block softirqChristoph Hellwig
2020-06-24blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko
2020-06-17block: update hctx map when use multiple mapsWeiping Zhang
2020-06-15block: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15blk-mq: Remove redundant 'return' statementBaolin Wang
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-07blk-mq: fix blk_mq_all_tag_iterMing Lei
2020-06-07blk-mq: split out a __blk_mq_get_driver_tag helperChristoph Hellwig
2020-06-04block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig
2020-06-02block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)
2020-05-29blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang
2020-05-29blk-wbt: remove wbt_update_limitsGuoqing Jiang
2020-05-29blk-throttle: remove tg_drain_biosGuoqing Jiang
2020-05-29blk-throttle: remove blk_throtl_drainGuoqing Jiang
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2020-05-29blk-mq: add blk_mq_all_tag_iterMing Lei
2020-05-29blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig
2020-05-29blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig
2020-05-29blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig
2020-05-29blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig
2020-05-29blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig
2020-05-29blk-mq: blk-mq: provide forced completion methodKeith Busch
2020-05-28Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe
2020-05-27block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King
2020-05-27block: reduce part_stat_lock() scopeChristoph Hellwig
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov
2020-05-27block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov
2020-05-27block: account merge of two requestsKonstantin Khlebnikov