summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-15xfs: avoid double deferrals for RWF_DONTCACHE writesTal Zussman
2026-08-15loop: Fix recently introduced lock inversionBart Van Assche
2026-08-15io_uring/zcrx: add dynamic area provisioningPavel Begunkov
2026-08-15io_uring/zcrx: lock area creation with pp_lockPavel Begunkov
2026-08-15io_uring/zcrx: keep array of areasPavel Begunkov
2026-08-15io_uring/zcrx: move freelist lock to struct zcrxPavel Begunkov
2026-08-15io_uring/zcrx: unmap under netdev lockPavel Begunkov
2026-08-15io_uring/zcrx: split dmabuf unmap and releasePavel Begunkov
2026-08-15io_uring/zcrx: don't pass ifq_reg to area creationPavel Begunkov
2026-08-15io_uring/zcrx: add helper for deriving area tokenPavel Begunkov
2026-08-15io_uring/zcrx: don't reload skb_shinfoPavel Begunkov
2026-08-15io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()Pavel Begunkov
2026-08-15io_uring/zcrx: constify area_reg on importPavel Begunkov
2026-08-15io_uring/zcrx: coalesce same-niov RQEs on refillPavel Begunkov
2026-08-15io_uring/zcrx: cache RQ tailPavel Begunkov
2026-08-15io_uring/zcrx: add RQ iteratorPavel Begunkov
2026-08-15io_uring/zcrx: move RQ head/tail to separate cache linesPavel Begunkov
2026-08-15io_uring/zcrx: scale refilling with large pagesPavel Begunkov
2026-08-15io_uring/io-wq: fix worker accounting when canceling creation callbacksVishnu Razdan
2026-08-15io_uring/net: Drop ddir argument from io_msg_copy_hdrGabriel Krisman Bertazi
2026-08-15io_uring/net: Drop custom iov copy in io_msg_copy_hdrGabriel Krisman Bertazi
2026-08-15io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prepGabriel Krisman Bertazi
2026-08-15block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()胡连勤
2026-08-15swim3: Add missing MODULE_DESCRIPTIONNathan Chancellor
2026-08-15selftests: ublk: add SET_PARAMS validation testYao Sang
2026-08-15selftests: ublk: add helper for SET_PARAMSYao Sang
2026-08-15ublk: reject non-power-of-2 zone sizes in SET_PARAMSYao Sang
2026-08-15block: skip blkcg walk in blk_cgroup_congested() when nothing throttledUsama Arif
2026-08-15blk-iocost: clear delay state when freeing policy dataUsama Arif
2026-08-15blk-iolatency: clear delay state when freeing policy dataUsama Arif
2026-08-15block/mq-deadline: Drop unused dd parametersHongfu Li
2026-08-15null_blk: serialize configfs attribute updates with device setupNiklas Cassel
2026-08-15block: introduce bio_iov_iter_set()Pavel Begunkov
2026-08-15block: move bvec init into __bio_clonePavel Begunkov
2026-08-15null_blk: serialize configfs attribute shows with the lockZizhi Wo
2026-08-15null_blk: serialize configfs attribute stores with the lockZizhi Wo
2026-08-15null_blk: convert file-scope mutex users to guard(mutex)Zizhi Wo
2026-08-15null_blk: reject per-device queue resize for shared tag setZizhi Wo
2026-08-15null_blk: clean up null_del_dev() to use cached dev pointerZizhi Wo
2026-08-15null_blk: free zones array on device power-offZizhi Wo
2026-08-15null_blk: free global tag_set on init error pathZizhi Wo
2026-08-15null_blk: move unregister_blkdev() after destroying dev in null_exit()Zizhi Wo
2026-08-15null_blk: register configfs subsystem after creating default devicesZizhi Wo
2026-08-15null_blk: use DEFINE_MUTEX for the file-scope mutexZizhi Wo
2026-08-15io_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe
2026-08-16futex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy
2026-08-15selftests/bpf: Test forbidden bpf_ksock_send() LSM attachMahe Tardy