summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-4/+3
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-16/+8
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds26-63/+63
4 daysMerge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds34-127/+122
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook34-127/+122
6 daysio_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-4/+8
8 daysMerge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+19
13 daysMerge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
13 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-439/+575
2026-02-11drbd: always set BLK_FEAT_STABLE_WRITESChristoph Böhmwalder2-4/+19
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-256/+1767
2026-02-06Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-clientLinus Torvalds1-12/+21
2026-02-06Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-33/+12
2026-02-05loop: revert exclusive opener loop status changeJens Axboe1-33/+12
2026-02-03rbd: check for EOD after exclusive lock is ensured to be heldIlya Dryomov1-12/+21
2026-02-01zram: rename init_lock to dev_lockSergey Senozhatsky2-32/+32
2026-01-31ublk: remove "can't touch 'ublk_io' any more" commentsCaleb Sander Mateos1-2/+0
2026-01-31ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flagMing Lei1-4/+10
2026-01-31ublk: check list membership before cancelling batch fetch commandMing Lei1-3/+13
2026-01-31ublk: drop ublk_ctrl_start_recovery() header argumentCaleb Sander Mateos1-4/+3
2026-01-31ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmdCaleb Sander Mateos1-25/+31
2026-01-31ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan1-3/+3
2026-01-31Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2026-01-30block: introduce bdev_rot()Damien Le Moal1-1/+1
2026-01-30ublk: restore auto buf unregister refcount optimizationCaleb Sander Mateos1-2/+2
2026-01-29ublk: document IO reference counting designMing Lei1-0/+89
2026-01-28rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni1-1/+0
2026-01-28Revert "rnbd-clt: fix refcount underflow in device unmap path"Jens Axboe1-0/+1
2026-01-27block: rnull: remove imports available via preludeGary Guo2-4/+0
2026-01-27zsmalloc: use actual object size to detect spansSergey Senozhatsky1-6/+8
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+34
2026-01-23ublk: rename auto buffer registration helpersMing Lei1-13/+26
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei1-3/+8
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei1-1/+5
2026-01-23ublk: fix batch I/O recovery -ENODEV errorMing Lei1-32/+60
2026-01-23ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei1-8/+17
2026-01-23ublk: add new feature UBLK_F_BATCH_IOMing Lei1-8/+52
2026-01-23ublk: abort requests filled in event kfifoMing Lei1-1/+23
2026-01-23ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei1-10/+46
2026-01-23ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei1-8/+386
2026-01-23ublk: add batch I/O dispatch infrastructureMing Lei1-0/+195
2026-01-23ublk: add io events fifo structureMing Lei1-6/+63
2026-01-23ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-2/+101
2026-01-23ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei1-1/+190
2026-01-23ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-1/+86
2026-01-23ublk: prepare for not tracking task context for command batchMing Lei1-1/+4
2026-01-23ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei1-1/+25
2026-01-21ublk: fix ublksrv pid handling for pid namespacesSeamus Connor1-5/+34