aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-15nbd: simplify find_fallback() by removing redundant logicLong Li1-23/+14
2026-08-15drbd: don't leak the shared secret to unprivileged netlink dumpsChristoph Böhmwalder1-14/+25
2026-08-15blk-mq: add missing call to srcu_barrier() in blk_mq_free_tag_set()Marek Szyprowski1-0/+1
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo2-29/+33
2026-08-15io_uring/uring_cmd: don't skip completion for a synchronous multishot cmdJens Axboe1-4/+0
2026-08-15io_uring/memmap: account the pages a compound region really usesAli Ahmet Memis1-7/+30
2026-08-15block: mtip32xx: synchronize ioctls with device removalHongyan Xu2-0/+9
2026-08-15ublk: avoid teardown retry loop on xarray allocation failureYao Sang1-17/+14
2026-08-15null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflowsRik van Riel1-2/+8
2026-08-15Merge tag 'md-7.3-20260809' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-7.3/blockJens Axboe13-400/+1277
2026-08-15block: don't include blk-integrity.h in bdev.cChristoph Hellwig1-1/+0
2026-08-15xfs: avoid double deferrals for RWF_DONTCACHE writesTal Zussman1-2/+13
2026-08-15loop: Fix recently introduced lock inversionBart Van Assche1-1/+1
2026-08-15io_uring/zcrx: add dynamic area provisioningPavel Begunkov2-6/+57
2026-08-15io_uring/zcrx: lock area creation with pp_lockPavel Begunkov1-8/+4
2026-08-15io_uring/zcrx: keep array of areasPavel Begunkov2-30/+87
2026-08-15io_uring/zcrx: move freelist lock to struct zcrxPavel Begunkov2-8/+8
2026-08-15io_uring/zcrx: unmap under netdev lockPavel Begunkov1-8/+14
2026-08-15io_uring/zcrx: split dmabuf unmap and releasePavel Begunkov1-6/+11
2026-08-15io_uring/zcrx: don't pass ifq_reg to area creationPavel Begunkov1-6/+14
2026-08-15io_uring/zcrx: add helper for deriving area tokenPavel Begunkov1-2/+7
2026-08-15io_uring/zcrx: don't reload skb_shinfoPavel Begunkov1-6/+5
2026-08-15io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()Pavel Begunkov1-19/+16
2026-08-15io_uring/zcrx: constify area_reg on importPavel Begunkov1-3/+3
2026-08-15io_uring/zcrx: coalesce same-niov RQEs on refillPavel Begunkov1-20/+36
2026-08-15io_uring/zcrx: cache RQ tailPavel Begunkov2-6/+22
2026-08-15io_uring/zcrx: add RQ iteratorPavel Begunkov1-6/+26
2026-08-15io_uring/zcrx: move RQ head/tail to separate cache linesPavel Begunkov3-6/+11
2026-08-15io_uring/zcrx: scale refilling with large pagesPavel Begunkov1-7/+14
2026-08-15io_uring/io-wq: fix worker accounting when canceling creation callbacksVishnu Razdan1-3/+6
2026-08-15io_uring/net: Drop ddir argument from io_msg_copy_hdrGabriel Krisman Bertazi1-3/+3
2026-08-15io_uring/net: Drop custom iov copy in io_msg_copy_hdrGabriel Krisman Bertazi1-50/+19
2026-08-15io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prepGabriel Krisman Bertazi1-19/+5
2026-08-15block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()胡连勤1-0/+1
2026-08-15swim3: Add missing MODULE_DESCRIPTIONNathan Chancellor1-0/+1
2026-08-15selftests: ublk: add SET_PARAMS validation testYao Sang2-0/+116
2026-08-15selftests: ublk: add helper for SET_PARAMSYao Sang2-1/+178
2026-08-15ublk: reject non-power-of-2 zone sizes in SET_PARAMSYao Sang1-1/+1
2026-08-15block: skip blkcg walk in blk_cgroup_congested() when nothing throttledUsama Arif3-6/+57
2026-08-15blk-iocost: clear delay state when freeing policy dataUsama Arif1-0/+7
2026-08-15blk-iolatency: clear delay state when freeing policy dataUsama Arif1-0/+9
2026-08-15block/mq-deadline: Drop unused dd parametersHongfu Li1-14/+11
2026-08-15null_blk: serialize configfs attribute updates with device setupNiklas Cassel1-3/+11
2026-08-15block: introduce bio_iov_iter_set()Pavel Begunkov4-16/+17
2026-08-15block: move bvec init into __bio_clonePavel Begunkov1-3/+2
2026-08-15null_blk: serialize configfs attribute shows with the lockZizhi Wo1-0/+2
2026-08-15null_blk: serialize configfs attribute stores with the lockZizhi Wo1-14/+3
2026-08-15null_blk: convert file-scope mutex users to guard(mutex)Zizhi Wo1-29/+17
2026-08-15null_blk: reject per-device queue resize for shared tag setZizhi Wo1-0/+9
2026-08-15null_blk: clean up null_del_dev() to use cached dev pointerZizhi Wo1-2/+2