summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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
2026-06-04zram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky
2026-06-04zram: do not leak blk idx at the end of writebackSergey Senozhatsky
2026-06-03zram: fix use-after-free in zram_bvec_write_partial()Cunlong Li
2026-06-02n64cart: use strscpy in n64cart_probeThorsten Blum
2026-05-31rbd: check snap_count against RBD_MAX_SNAP_COUNTRosen Penev
2026-05-28loop: cleanup lo_rw_aioChristoph Hellwig
2026-05-27ublk: set canceling flag even when disk is not allocatedMing Lei
2026-05-26mtip32xx: fix use-after-free on service thread failureYuho Choi
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-22ublk: factor out ublk_init_iod() helperCaleb Sander Mateos
2026-05-22ublk: move ublk_req_build_flags() earlierCaleb Sander Mateos
2026-05-22ublk: optimize ublk_rq_has_data()Caleb Sander Mateos