summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2026-02-06Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-clientLinus Torvalds-12/+21
2026-02-05Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-33/+12
2026-02-05loop: revert exclusive opener loop status changeJens Axboe-33/+12
2026-02-03rbd: check for EOD after exclusive lock is ensured to be heldIlya Dryomov-12/+21
2026-01-30Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2026-01-27Revert "rnbd-clt: fix refcount underflow in device unmap path"Jens Axboe-0/+1
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+34
2026-01-21ublk: fix ublksrv pid handling for pid namespacesSeamus Connor-5/+34
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+11
2026-01-15rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni-1/+0
2026-01-13null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff-1/+11
2026-01-09Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-27/+55
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei-15/+22
2026-01-07loop: add missing bd_abort_claiming in loop_set_statusTetsuo Handa-1/+3
2026-01-06loop: don't change loop device under exclusive opener in loop_set_statusRaphael Pinsonneault-Thibeault-11/+30
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+32
2025-12-28ublk: scan partition in async wayMing Lei-3/+32
2025-12-26Merge tag 'block-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+2
2025-12-20block: rnbd-clt: Fix signedness bug in init_dev()Dan Carpenter-1/+1
2025-12-20ublk: clean up user copy references on ublk server exitCaleb Sander Mateos-2/+1
2025-12-20Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-22/+53
2025-12-18block: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier-5/+8
2025-12-17ublk: fix deadlock when reading partition tableMing Lei-4/+28
2025-12-15zloop: use READ_ONCE() to read lo->lo_state in queue_rq pathYongpeng Yang-4/+4
2025-12-15loop: use READ_ONCE() to read lo->lo_state without lockingYongpeng Yang-9/+13
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-3/+0
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+21
2025-12-10rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov-3/+0
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos-6/+6
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+4
2025-12-08ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issueCaleb Sander Mateos-1/+15
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-109/+376
2025-12-04blk-mq: add blk_rq_nr_bvec() helperChaitanya Kulkarni-6/+4
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-290/+421
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+11
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-3/+3
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-4/+5
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-33/+21
2025-12-01block/rnbd: correct all kernel-doc complaintsRandy Dunlap-4/+11
2025-11-29zram: fix a spelling mistakeChu Guangqing-1/+1
2025-11-28ublk: add helper of __ublk_fetch()Ming Lei-22/+24
2025-11-28ublk: pass const pointer to ublk_queue_is_zoned()Ming Lei-1/+1
2025-11-28ublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei-21/+43
2025-11-28ublk: add `union ublk_io_buf` with improved namingMing Lei-18/+22
2025-11-28ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei-5/+7
2025-11-26ublk: prevent invalid access with DEBUGKevin Brodsky-2/+2
2025-11-24Revert "Merge branch 'loop-aio-nowait' into for-6.19/block"Jens Axboe-194/+39
2025-11-24zram: fix the issue that the write - back limits might overflowYuwen Chen-0/+10
2025-11-24zram: read slot block idx under slot lockSergey Senozhatsky-3/+3
2025-11-24zram: rework bdev block allocationSergey Senozhatsky-19/+18