summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
5 daysblock: handle REQ_OP_ZONE_APPEND in __bio_integrity_actionChristoph Hellwig
5 daysblock: fix GFP_ flags confusion in bio_integrity_alloc_bufChristoph Hellwig
5 daysblock, bfq: don't grab queue_lock to initialize bfqYu Kuai
5 daysblk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()Yu Kuai
5 daysblk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()Yu Kuai
5 daysblk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()Yu Kuai
5 daysblk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()Yu Kuai
5 daysblk-cgroup: delay freeing policy data after rcu grace periodYu Kuai
5 daysblk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()Yu Kuai
7 daysblk-cgroup: defer blkcg css_put until blkg is unlinked from queueZizhi Wo
7 daysblk-cgroup: fix UAF in __blkcg_rstat_flush()Michal Koutný
7 daysblock, bfq: protect async queue reset with blkcg locksCen Zhang
7 daysblock: fix incorrect error injection static key decrementChristoph Hellwig
13 daysblock: respect iov_iter::nofault flag in bio_iov_iter_bounce_write()Qu Wenruo
13 daysblock: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()Qu Wenruo
13 daysblock: Remove redundant plug in __submit_bio()Wen Xiong
13 daysblock: fix IORING_URING_CMD_REISSUE flags check in blkdev_uring_cmdYitang Yang
13 daysMerge tag 'for-7.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
13 daysMerge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
13 daysMerge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-13block: check bio split for unaligned bvecKeith Busch
2026-06-12block: add configurable error injectionChristoph Hellwig
2026-06-12block: add a str_to_blk_op helperChristoph Hellwig
2026-06-12block: add a "tag" for block status codesChristoph Hellwig
2026-06-12block: add a macro to initialize the status tableChristoph Hellwig
2026-06-09block: propagate in_flight to whole disk on partition I/OTang Yizhou
2026-06-08block: optimize I/O merge hot path with unlikely() hintsSteven Feng
2026-06-08partitions: aix: bound the pp_count scan to the ppe arrayBryam Vargas
2026-06-05block: Enable lock context analysisBart Van Assche
2026-06-05block/mq-deadline: Make the lock context annotations compatible with ClangBart Van Assche
2026-06-05block/Kyber: Make the lock context annotations compatible with ClangBart Van Assche
2026-06-05block/blk-mq-debugfs: Improve lock context annotationsBart Van Assche
2026-06-05block/blk-iocost: Inline iocg_lock() and iocg_unlock()Bart Van Assche
2026-06-05block/blk-iocost: Split ioc_rqos_throttle()Bart Van Assche
2026-06-05block/crypto: Annotate the crypto functionsBart Van Assche
2026-06-05block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()Bart Van Assche
2026-06-05block/blk-iocost: Combine two error paths in ioc_qos_write()Bart Van Assche
2026-06-05block/cgroup: Improve lock context annotationsBart Van Assche
2026-06-05block/cgroup: Split blkg_conf_exit()Bart Van Assche
2026-06-05block/cgroup: Split blkg_conf_prep()Bart Van Assche
2026-06-05block: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-06-03mm: simplify the mempool_alloc_bulk APIChristoph Hellwig
2026-06-02block/partitions/acorn: use min in {riscix,linux}_partitionThorsten Blum
2026-06-02block, bfq: release cgroup stats with bfq_groupYu Kuai
2026-05-29Merge tag 'block-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-05-29block: Add bvec_folio()Matthew Wilcox (Oracle)
2026-05-28block: export passthrough stats enabledKeith Busch
2026-05-28block: add a bio_endio_status helperChristoph Hellwig
2026-05-28block: mark biovec_init_pool staticChristoph Hellwig
2026-05-27blk-throttle: schedule parent dispatch in tg_flush_bios()Tao Cui