summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei
2021-11-08blk-mq: don't free tags if the tag_set is used by other device in queue initi...Ye Bin
2021-11-05block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe
2021-11-04block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain
2021-11-04block: ensure cached plug request matches the current queueJens Axboe
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe
2021-11-04block: split request allocation components into helpersJens Axboe
2021-11-04block: have plug stored requests hold references to the queueJens Axboe
2021-11-04block: update __register_blkdev() probe documentationLuis Chamberlain
2021-11-03blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei
2021-11-03blk-mq: add RQF_ELV debug entryMing Lei
2021-11-03blk-mq: only try to run plug merge if request has same queue with incoming bioMing Lei
2021-11-03block: move RQF_ELV setting into allocatorsJens Axboe
2021-11-02block: replace always false argument with 'false'Jens Axboe
2021-11-02block: assign correct tag before doing prefetch of requestJens Axboe
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-30blk-mq: fix redundant check of !e expressionJean Sacren
2021-10-29Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-29blk-mq-debugfs: Show active requests per queue for shared tagsJohn Garry
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-28block: improve readability of blk_mq_end_request_batch()Jens Axboe
2021-10-27block: re-flow blk_mq_rq_ctx_init()Jens Axboe
2021-10-27block: prefetch request to be initializedJens Axboe
2021-10-27block: pass in blk_mq_tags to blk_mq_rq_ctx_init()Jens Axboe
2021-10-27block: add rq_flags to struct blk_mq_alloc_dataJens Axboe
2021-10-27block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki
2021-10-27block: add async version of bio_set_polledPavel Begunkov
2021-10-27block: kill DIO_MULTI_BIOPavel Begunkov
2021-10-27block: kill unused polling bits in __blkdev_direct_IO()Pavel Begunkov
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov
2021-10-26block: Add independent access ranges supportDamien Le Moal
2021-10-26block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota
2021-10-26block: drain queue after disk is removed from sysfsMing Lei
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedMing Lei
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai
2021-10-25block: refactor bio_iov_bvec_set()Pavel Begunkov
2021-10-25block: add single bio async direct IO helperPavel Begunkov
2021-10-22Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-22blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()John Garry
2021-10-22block: fix req_bio_endio append error handlingPavel Begunkov
2021-10-22block: simplify the block device syncing codeChristoph Hellwig