summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2026-08-06zram: use a custom key for each zram objectSebastian Andrzej Siewior2-8/+4
2026-08-06zram: move lockmap to be per-zram instead per tableSebastian Andrzej Siewior2-13/+10
2026-08-06block: rename bi_bvec_donePavel Begunkov2-2/+2
2026-08-04ublk: clear auto buf reg before updating io->buf in batch commitYang Xiuwei1-1/+1
2026-08-04zloop: truncate finished zones to zone capacityXu Rao1-1/+2
2026-08-03ublk: validate auto buf reg before taking uring_cmdYang Xiuwei1-36/+38
2026-08-03ublk: lift checks out of ublk_{,un}map_io()Caleb Sander Mateos1-51/+19
2026-08-03ublk: add UBLK_F_IO_DESC_SIZECaleb Sander Mateos1-11/+27
2026-08-03ublk: initialize io_desc on daemon taskCaleb Sander Mateos1-1/+2
2026-08-03ublk: split request validation from io_desc initCaleb Sander Mateos1-22/+48
2026-08-03ublk: remove struct ublk_zoned_report_desc's operation fieldCaleb Sander Mateos1-11/+3
2026-08-03ublk: consistently use u16 for queue and tag numbersCaleb Sander Mateos1-39/+41
2026-08-03ublk: remove WARN_ON_ONCE() in ublk_unmap_io()Caleb Sander Mateos1-2/+0
2026-08-03ublk: check for ublk_unmap_io() returning 0Caleb Sander Mateos1-1/+7
2026-08-03ublk: check import_ubuf() return valueCaleb Sander Mateos1-2/+8
2026-07-31Merge tag 'block-7.2-20260731' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2026-07-30zloop: set dma_alignment from the backing files for direct I/OKeith Busch1-10/+25
2026-07-30loop: set dma_alignment from the backing file for direct I/OKeith Busch1-8/+38
2026-07-27ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()Ming Lei1-0/+9
2026-07-24Merge tag 'block-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+30
2026-07-23rbd: Reset positive result codes to zero in object map update pathRaphael Zimmer1-1/+6
2026-07-19Merge tag 'block-7.2-20260717' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+14
2026-07-19ublk: wait on ublk_dev_ready() instead of ub->completionMing Lei1-17/+30
2026-07-15loop: remove manually added partitions on detachDaan De Meyer1-18/+14
2026-07-11Merge tag 'block-7.2-20260710' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+26
2026-07-10drbd: reject data replies with an out-of-range payload sizeMichael Bommarito1-0/+5
2026-07-09xen-blkfront: fix double completion of split requests on resumeDoruk Tan Ozturk1-0/+9
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+1
2026-07-02ublk: snapshot batch commands before preparing I/OYousef Alhouseen1-1/+12
2026-06-29rnbd: use scoped_with_init_fs() for block device openChristian Brauner1-1/+3
2026-06-26Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-16/+7
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-22nbd: don't warn when reclassifying a busy socket lockDeepanshu Kartikey1-1/+1
2026-06-22rbd: switch to dynamic root deviceJohan Hovold1-16/+7
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+9
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-302/+3422
2026-06-13nbd: Reclassify sockets to avoid lockdep circular dependencyEric Dumazet1-0/+37
2026-06-10floppy: Drop unused pnp driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-09virtio-blk: clamp zone report to the report buffer capacityMichael Bommarito1-0/+2
2026-06-08zram: drop unused bio parameter from write helpersCunlong Li1-4/+4
2026-06-08drivers/block/rbd: Use strscpy() to copy strings into arraysDavid Laight1-1/+1
2026-06-04zram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky1-0/+2
2026-06-04zram: do not leak blk idx at the end of writebackSergey Senozhatsky1-0/+3
2026-06-03zram: fix use-after-free in zram_bvec_write_partial()Cunlong Li1-1/+1
2026-06-02n64cart: use strscpy in n64cart_probeThorsten Blum1-1/+2
2026-05-31rbd: check snap_count against RBD_MAX_SNAP_COUNTRosen Penev1-5/+2
2026-05-28loop: cleanup lo_rw_aioChristoph Hellwig1-14/+10
2026-05-27ublk: set canceling flag even when disk is not allocatedMing Lei1-14/+18
2026-05-26mtip32xx: fix use-after-free on service thread failureYuho Choi1-2/+15
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki2-2/+2