summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-16/+7
6 daysMerge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
9 daysnbd: don't warn when reclassifying a busy socket lockDeepanshu Kartikey1-1/+1
9 daysrbd: switch to dynamic root deviceJohan Hovold1-16/+7
12 daysMerge 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-303/+3423
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-09zram: 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-05zram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky1-0/+2
2026-06-05zram: do not leak blk idx at the end of writebackSergey Senozhatsky1-0/+3
2026-06-04zram: fix use-after-free in zram_bvec_write_partial()Cunlong Li1-1/+1
2026-06-03n64cart: use strscpy in n64cart_probeThorsten Blum1-1/+2
2026-06-01rbd: 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
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+5
2026-05-22ublk: factor out ublk_init_iod() helperCaleb Sander Mateos1-31/+29
2026-05-22ublk: move ublk_req_build_flags() earlierCaleb Sander Mateos1-32/+31
2026-05-22ublk: optimize ublk_rq_has_data()Caleb Sander Mateos1-13/+8
2026-05-22zram: fix use-after-free in zram_writeback_endioRichard Chang1-1/+5
2026-05-20rbd: eliminate a race in lock_dwork draining on unmapIlya Dryomov1-12/+8
2026-05-11ublk: reject max_sectors smaller than PAGE_SECTORS in parameter validationMing Lei1-0/+3
2026-05-09drbd: replace genl_magic with explicit netlink serializationChristoph Böhmwalder8-185/+3247
2026-05-09drbd: move UAPI headers to include/uapi/linux/Christoph Böhmwalder3-2/+18
2026-05-08ublk: fix use-after-free in ublk_cancel_cmd()Ming Lei1-5/+15
2026-05-06ublk: validate physical_bs_shift, io_min_shift and io_opt_shiftMing Lei1-1/+17
2026-05-01ublk: don't issue uring_cmd from fallback task workJens Axboe1-1/+3
2026-04-25Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-107/+139
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
2026-04-23Revert "floppy: fix reference leak on platform_device_register() failure"Jens Axboe1-7/+3
2026-04-23ublk: avoid unpinning pages under maple tree spinlockMing Lei1-10/+46
2026-04-23ublk: refactor common helper ublk_shmem_remove_ranges()Ming Lei1-40/+29
2026-04-23ublk: fix maple tree lockdep warning in ublk_buf_cleanupMing Lei1-0/+4
2026-04-22rbd: fix null-ptr-deref when device_add_disk() failsDawei Feng1-3/+3
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2026-04-18zram: reject unrecognized type= values in recompress_store()Andrew Stellman1-0/+2
2026-04-18zram: do not forget to endio for partial discard requestsSergey Senozhatsky1-1/+2
2026-04-17floppy: fix reference leak on platform_device_register() failureGuangshuo Li1-3/+7
2026-04-17ublk: use unchecked copy helpers for bio page dataMing Lei1-2/+10
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-154/+156
2026-04-15zloop: remove irq-safe lockingChristoph Hellwig1-22/+15
2026-04-15zloop: factor out zloop_mark_{full,empty} helpersChristoph Hellwig1-22/+26
2026-04-15zloop: set RQF_QUIET when completing requests on deleted devicesChristoph Hellwig1-1/+3
2026-04-15zloop: improve the unaligned write pointer warningChristoph Hellwig1-3/+3
2026-04-15zloop: use vfs_truncateChristoph Hellwig1-15/+2