summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2026-05-27block: partitions: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-26block: clear BLK_FEAT_PCI_P2PDMA in blk_stack_limits() for non-supporting dev...Chaitanya Kulkarni
2026-05-26blk-mq: reinsert cached request to the listKeith Busch
2026-05-26block: remove blkdev_write_begin() and blkdev_write_end()Tal Zussman
2026-05-26block: Avoid mounting the bdev pseudo-filesystem in userspaceDenis Arefev
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki
2026-05-26block: skip sync_blockdev() on surprise removal in bdev_mark_dead()Chao Shi
2026-05-26blk-mq: add tracepoint block_rq_tag_waitAaron Tomlin
2026-05-26block: partitions: fix of_node refcount leak in of_partition()Wentao Liang
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-22block: avoid use-after-free in disk_free_zone_resources()Damien Le Moal
2026-05-21blk-mq: pop cached request if it is usableKeith Busch
2026-05-19bio-integrity-fs: pass data iter to bio_integrity_verify()Caleb Sander Mateos
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
2026-05-15block: unexport bio_{set,check}_pages_dirtyChristoph Hellwig
2026-05-15block: unexport blk_status_to_strChristoph Hellwig
2026-05-15block: unexport blk_io_scheduleChristoph Hellwig
2026-05-15block: remove bio_copy_data_iterChristoph Hellwig
2026-05-15block: remove zero_fill_bio_iterChristoph Hellwig
2026-05-13block: align down bounces biosChristoph Hellwig
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig
2026-05-13block: fix handling of dead zone write plugsDamien Le Moal
2026-05-12block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()Sungwoo Kim
2026-05-12block: recompute nr_integrity_segments in blk_insert_cloned_requestCasey Chen
2026-05-12block: don't overwrite bip_vcnt in bio_integrity_copy_user()David Carlier
2026-05-06block: export blk-crypto symbols required by dm-inlinecryptEric Biggers
2026-05-05block: only read from sqe on initial invocation of blkdev_uring_cmd()Jens Axboe
2026-04-21block: only restrict bio allocation gfp mask asked to blockChristoph Hellwig
2026-04-17block/blk-throttle: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-04-17block: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-04-17block: relax pgmap check in bio_add_page for compatible zone device pagesNaman Jain
2026-04-17block: add pgmap check to biovec_phys_mergeableNaman Jain
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-09block: refactor blkdev_zone_mgmt_ioctlChristoph Hellwig
2026-04-07block: add a bio_submit_or_kill helperChristoph Hellwig
2026-04-07block: factor out a bio_await helperChristoph Hellwig
2026-04-07block: unify the synchronous bi_end_io callbacksChristoph Hellwig
2026-04-06blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()Yuto Ohnuki
2026-04-03block: use sysfs_emit in sysfs show functionsThorsten Blum
2026-04-02bio: fix kmemleak false positives from percpu bio alloc cacheMing Lei
2026-03-31blk-iocost: fix busy_level reset when no IOs completeJialin Wang
2026-03-31blk-cgroup: fix disk reference leak in blkcg_maybe_throttle_current()Jackie Liu
2026-03-31block: fix zones_cond memory leak on zone revalidation error pathsJackie Liu
2026-03-31loop: fix partition scan race between udev and loop_reread_partitions()Daan De Meyer
2026-03-31sed-opal: Add STACK_RESET commandMilan Broz
2026-03-26bdev: Drop pointless invalidate_inode_buffers() callJan Kara
2026-03-23block: fix bio_alloc_bioset slowpath GFP handlingVasily Gorbik
2026-03-21block: partitions: Replace pp_buf with struct seq_bufKees Cook
2026-03-19bsg: add io_uring command support to generic layerYang Xiuwei