summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-22/+53
7 daysblock: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier1-5/+8
7 daysublk: fix deadlock when reading partition tableMing Lei1-4/+28
10 dayszloop: use READ_ONCE() to read lo->lo_state in queue_rq pathYongpeng Yang1-4/+4
10 daysloop: use READ_ONCE() to read lo->lo_state without lockingYongpeng Yang1-9/+13
11 daysMerge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+0
13 daysMerge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+21
2025-12-10rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov1-3/+0
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos1-6/+6
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+4
2025-12-08ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issueCaleb Sander Mateos1-1/+15
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-109/+376
2025-12-04blk-mq: add blk_rq_nr_bvec() helperChaitanya Kulkarni2-6/+4
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-290/+421
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+11
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2025-12-04Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-4/+5
2025-12-02Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-33/+21
2025-12-01block/rnbd: correct all kernel-doc complaintsRandy Dunlap1-4/+11
2025-11-29zram: fix a spelling mistakeChu Guangqing1-1/+1
2025-11-28ublk: add helper of __ublk_fetch()Ming Lei1-22/+24
2025-11-28ublk: pass const pointer to ublk_queue_is_zoned()Ming Lei1-1/+1
2025-11-28ublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei1-21/+43
2025-11-28ublk: add `union ublk_io_buf` with improved namingMing Lei1-18/+22
2025-11-28ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei1-5/+7
2025-11-26ublk: prevent invalid access with DEBUGKevin Brodsky1-2/+2
2025-11-25Revert "Merge branch 'loop-aio-nowait' into for-6.19/block"Jens Axboe1-194/+39
2025-11-25zram: fix the issue that the write - back limits might overflowYuwen Chen1-0/+10
2025-11-25zram: read slot block idx under slot lockSergey Senozhatsky1-3/+3
2025-11-25zram: rework bdev block allocationSergey Senozhatsky1-19/+18
2025-11-25zram: drop wb_limit_lockSergey Senozhatsky2-18/+5
2025-11-25zram: take write lock in wb limit store handlersSergey Senozhatsky1-7/+10
2025-11-25zram: add writeback batch size device attrSergey Senozhatsky2-6/+41
2025-11-25zram: introduce writeback bio batchingSergey Senozhatsky1-68/+301
2025-11-20zloop: clear nowait flag in workqueue contextChaitanya Kulkarni1-0/+4
2025-11-20loop: clear nowait flag in workqueue contextChaitanya Kulkarni1-0/+4
2025-11-19zloop: fix zone append check in zloop_rw()Damien Le Moal1-1/+2
2025-11-18loop: add hint for handling aio via IOCB_NOWAITMing Lei1-0/+61
2025-11-18loop: try to handle loop aio command via NOWAIT IO firstMing Lei1-5/+63
2025-11-18loop: move command blkcg/memcg initialization into loop_queue_workMing Lei1-15/+17
2025-11-18loop: add lo_submit_rw_aio()Ming Lei1-17/+24
2025-11-18loop: add helper lo_rw_aio_prep()Ming Lei1-23/+40
2025-11-18loop: add helper lo_cmd_nr_bvec()Ming Lei1-4/+14
2025-11-18drbd: turn bitmap I/O comments into regular block commentsSukrut Heroorkar1-5/+5
2025-11-17zloop: introduce the ordered_zone_append configuration parameterDamien Le Moal1-12/+96
2025-11-17zloop: introduce the zone_append configuration parameterDamien Le Moal1-2/+30
2025-11-17zloop: simplify checks for writes to sequential zonesDamien Le Moal1-10/+9
2025-11-17zloop: fail zone append operations that are targeting full zonesDamien Le Moal1-0/+4
2025-11-17zloop: make the write pointer of full zones invalidDamien Le Moal1-3/+5
2025-11-17floppy: fix for PAGE_SIZE != 4KBRene Rebe1-1/+1