summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2026-08-15null_blk: free zones array on device power-offZizhi Wo1-3/+13
2026-08-15null_blk: free global tag_set on init error pathZizhi Wo1-0/+2
2026-08-15null_blk: move unregister_blkdev() after destroying dev in null_exit()Zizhi Wo1-2/+2
2026-08-15null_blk: register configfs subsystem after creating default devicesZizhi Wo1-10/+6
2026-08-15null_blk: use DEFINE_MUTEX for the file-scope mutexZizhi Wo1-3/+1
2026-08-15io_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe8-21/+30
2026-08-16futex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim1-6/+10
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner6-38/+29
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner4-25/+60
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy2-0/+107