summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
7 daysblock: handle REQ_OP_ZONE_APPEND in __bio_integrity_actionChristoph Hellwig1-0/+1
7 daysblock: fix GFP_ flags confusion in bio_integrity_alloc_bufChristoph Hellwig3-8/+6
7 daysblock, bfq: don't grab queue_lock to initialize bfqYu Kuai1-5/+0
7 daysblk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()Yu Kuai1-19/+26
7 daysblk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()Yu Kuai1-7/+11
7 daysblk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()Yu Kuai1-21/+36
7 daysblk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()Yu Kuai5-25/+34
7 daysblk-cgroup: delay freeing policy data after rcu grace periodYu Kuai5-6/+42
7 daysblk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()Yu Kuai1-6/+3
8 daysblk-cgroup: defer blkcg css_put until blkg is unlinked from queueZizhi Wo1-12/+12
8 daysblk-cgroup: fix UAF in __blkcg_rstat_flush()Michal Koutný1-10/+11
8 daysblock, bfq: protect async queue reset with blkcg locksCen Zhang2-2/+14
8 daysblock: fix incorrect error injection static key decrementChristoph Hellwig1-2/+2
2026-06-16block: respect iov_iter::nofault flag in bio_iov_iter_bounce_write()Qu Wenruo1-1/+5
2026-06-16block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()Qu Wenruo1-3/+14
2026-06-16block: Remove redundant plug in __submit_bio()Wen Xiong1-7/+0
2026-06-16block: fix IORING_URING_CMD_REISSUE flags check in blkdev_uring_cmdYitang Yang1-1/+1
2026-06-16Merge tag 'for-7.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds33-429/+884
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-4/+5
2026-06-13block: check bio split for unaligned bvecKeith Busch1-0/+2
2026-06-12block: add configurable error injectionChristoph Hellwig7-0/+358
2026-06-12block: add a str_to_blk_op helperChristoph Hellwig2-0/+11
2026-06-12block: add a "tag" for block status codesChristoph Hellwig2-0/+30
2026-06-12block: add a macro to initialize the status tableChristoph Hellwig1-20/+25
2026-06-09block: propagate in_flight to whole disk on partition I/OTang Yizhou4-7/+26
2026-06-08block: optimize I/O merge hot path with unlikely() hintsSteven Feng1-4/+4
2026-06-08partitions: aix: bound the pp_count scan to the ppe arrayBryam Vargas1-0/+9
2026-06-05block: Enable lock context analysisBart Van Assche1-0/+2
2026-06-05block/mq-deadline: Make the lock context annotations compatible with ClangBart Van Assche1-4/+8
2026-06-05block/Kyber: Make the lock context annotations compatible with ClangBart Van Assche1-2/+5
2026-06-05block/blk-mq-debugfs: Improve lock context annotationsBart Van Assche2-6/+22
2026-06-05block/blk-iocost: Inline iocg_lock() and iocg_unlock()Bart Van Assche1-27/+26
2026-06-05block/blk-iocost: Split ioc_rqos_throttle()Bart Van Assche1-69/+94
2026-06-05block/crypto: Annotate the crypto functionsBart Van Assche1-0/+2
2026-06-05block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()Bart Van Assche3-56/+19
2026-06-05block/blk-iocost: Combine two error paths in ioc_qos_write()Bart Van Assche1-7/+7
2026-06-05block/cgroup: Improve lock context annotationsBart Van Assche2-6/+10
2026-06-05block/cgroup: Split blkg_conf_exit()Bart Van Assche6-91/+101
2026-06-05block/cgroup: Split blkg_conf_prep()Bart Van Assche3-10/+16
2026-06-05block: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-06-03mm: simplify the mempool_alloc_bulk APIChristoph Hellwig1-4/+5
2026-06-02block/partitions/acorn: use min in {riscix,linux}_partitionThorsten Blum1-2/+3
2026-06-02block, bfq: release cgroup stats with bfq_groupYu Kuai1-21/+22
2026-05-29Merge tag 'block-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-05-29block: Add bvec_folio()Matthew Wilcox (Oracle)1-3/+3
2026-05-28block: export passthrough stats enabledKeith Busch1-31/+1
2026-05-28block: add a bio_endio_status helperChristoph Hellwig6-25/+13
2026-05-28block: mark biovec_init_pool staticChristoph Hellwig1-1/+1
2026-05-27blk-throttle: schedule parent dispatch in tg_flush_bios()Tao Cui1-2/+49