summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2026-08-15null_blk: convert file-scope mutex users to guard(mutex)Zizhi Wo
2026-08-15null_blk: reject per-device queue resize for shared tag setZizhi Wo
2026-08-15null_blk: clean up null_del_dev() to use cached dev pointerZizhi Wo
2026-08-15null_blk: free zones array on device power-offZizhi Wo
2026-08-15null_blk: free global tag_set on init error pathZizhi Wo
2026-08-15null_blk: move unregister_blkdev() after destroying dev in null_exit()Zizhi Wo
2026-08-15null_blk: register configfs subsystem after creating default devicesZizhi Wo
2026-08-15null_blk: use DEFINE_MUTEX for the file-scope mutexZizhi Wo
2026-08-12rust: configfs: use `LocalModule` for `THIS_MODULE`Alvin Sun
2026-08-06zram: use a custom key for each zram objectSebastian Andrzej Siewior
2026-08-06zram: move lockmap to be per-zram instead per tableSebastian Andrzej Siewior
2026-08-06block: rename bi_bvec_donePavel Begunkov
2026-08-04ublk: clear auto buf reg before updating io->buf in batch commitYang Xiuwei
2026-08-04zloop: truncate finished zones to zone capacityXu Rao
2026-08-03ublk: validate auto buf reg before taking uring_cmdYang Xiuwei
2026-08-03ublk: lift checks out of ublk_{,un}map_io()Caleb Sander Mateos
2026-08-03ublk: add UBLK_F_IO_DESC_SIZECaleb Sander Mateos
2026-08-03ublk: initialize io_desc on daemon taskCaleb Sander Mateos
2026-08-03ublk: split request validation from io_desc initCaleb Sander Mateos
2026-08-03ublk: remove struct ublk_zoned_report_desc's operation fieldCaleb Sander Mateos
2026-08-03ublk: consistently use u16 for queue and tag numbersCaleb Sander Mateos
2026-08-03ublk: remove WARN_ON_ONCE() in ublk_unmap_io()Caleb Sander Mateos
2026-08-03ublk: check for ublk_unmap_io() returning 0Caleb Sander Mateos
2026-08-03ublk: check import_ubuf() return valueCaleb Sander Mateos
2026-07-31Merge tag 'block-7.2-20260731' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-30zloop: set dma_alignment from the backing files for direct I/OKeith Busch
2026-07-30loop: set dma_alignment from the backing file for direct I/OKeith Busch
2026-07-27ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()Ming Lei
2026-07-24Merge tag 'block-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-23rbd: Reset positive result codes to zero in object map update pathRaphael Zimmer
2026-07-19Merge tag 'block-7.2-20260717' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-19ublk: wait on ublk_dev_ready() instead of ub->completionMing Lei
2026-07-15loop: remove manually added partitions on detachDaan De Meyer
2026-07-11Merge tag 'block-7.2-20260710' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-10drbd: reject data replies with an out-of-range payload sizeMichael Bommarito
2026-07-09xen-blkfront: fix double completion of split requests on resumeDoruk Tan Ozturk
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-07-02ublk: snapshot batch commands before preparing I/OYousef Alhouseen
2026-06-29rnbd: use scoped_with_init_fs() for block device openChristian Brauner
2026-06-26Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-22nbd: don't warn when reclassifying a busy socket lockDeepanshu Kartikey
2026-06-22rbd: switch to dynamic root deviceJohan Hovold
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-13nbd: Reclassify sockets to avoid lockdep circular dependencyEric Dumazet
2026-06-10floppy: Drop unused pnp driver dataUwe Kleine-König (The Capable Hub)
2026-06-09virtio-blk: clamp zone report to the report buffer capacityMichael Bommarito
2026-06-08zram: drop unused bio parameter from write helpersCunlong Li
2026-06-08drivers/block/rbd: Use strscpy() to copy strings into arraysDavid Laight