summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2026-05-27block: partitions: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-3/+3
2026-05-27block: clear BLK_FEAT_PCI_P2PDMA in blk_stack_limits() for non-supporting dev...Chaitanya Kulkarni1-0/+2
2026-05-27blk-mq: reinsert cached request to the listKeith Busch1-1/+1
2026-05-26block: remove blkdev_write_begin() and blkdev_write_end()Tal Zussman1-24/+0
2026-05-26block: Avoid mounting the bdev pseudo-filesystem in userspaceDenis Arefev1-5/+0
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki1-1/+1
2026-05-26block: skip sync_blockdev() on surprise removal in bdev_mark_dead()Chao Shi1-1/+7
2026-05-26blk-mq: add tracepoint block_rq_tag_waitAaron Tomlin1-0/+6
2026-05-26block: partitions: fix of_node refcount leak in of_partition()Wentao Liang1-1/+4
2026-05-23Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2026-05-22block: avoid use-after-free in disk_free_zone_resources()Damien Le Moal1-4/+3
2026-05-21blk-mq: pop cached request if it is usableKeith Busch1-25/+9
2026-05-19bio-integrity-fs: pass data iter to bio_integrity_verify()Caleb Sander Mateos1-1/+5
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-1/+1
2026-05-15block: unexport bio_{set,check}_pages_dirtyChristoph Hellwig1-2/+0
2026-05-15block: unexport blk_status_to_strChristoph Hellwig2-1/+2
2026-05-15block: unexport blk_io_scheduleChristoph Hellwig1-1/+0
2026-05-15block: remove bio_copy_data_iterChristoph Hellwig1-21/+15
2026-05-15block: remove zero_fill_bio_iterChristoph Hellwig1-3/+3
2026-05-13block: align down bounces biosChristoph Hellwig1-2/+2
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig1-10/+13
2026-05-13block: fix handling of dead zone write plugsDamien Le Moal1-5/+27
2026-05-12block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()Sungwoo Kim1-0/+18
2026-05-12block: recompute nr_integrity_segments in blk_insert_cloned_requestCasey Chen1-0/+19
2026-05-12block: don't overwrite bip_vcnt in bio_integrity_copy_user()David Carlier1-1/+0
2026-05-06block: export blk-crypto symbols required by dm-inlinecryptEric Biggers1-0/+3
2026-05-05block: only read from sqe on initial invocation of blkdev_uring_cmd()Jens Axboe1-9/+15
2026-04-21block: only restrict bio allocation gfp mask asked to blockChristoph Hellwig1-1/+2
2026-04-17block/blk-throttle: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-04-17block: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari3-3/+3
2026-04-17block: relax pgmap check in bio_add_page for compatible zone device pagesNaman Jain3-6/+25
2026-04-17block: add pgmap check to biovec_phys_mergeableNaman Jain1-0/+2
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds40-981/+1638
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+0
2026-04-10block: refactor blkdev_zone_mgmt_ioctlChristoph Hellwig1-23/+18