index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
block: don't include blk-integrity.h in bdev.c
Christoph Hellwig
1
-1
/
+0
2026-08-15
xfs: avoid double deferrals for RWF_DONTCACHE writes
Tal Zussman
1
-2
/
+13
2026-08-15
loop: Fix recently introduced lock inversion
Bart Van Assche
1
-1
/
+1
2026-08-15
io_uring/zcrx: add dynamic area provisioning
Pavel Begunkov
2
-6
/
+57
2026-08-15
io_uring/zcrx: lock area creation with pp_lock
Pavel Begunkov
1
-8
/
+4
2026-08-15
io_uring/zcrx: keep array of areas
Pavel Begunkov
2
-30
/
+87
2026-08-15
io_uring/zcrx: move freelist lock to struct zcrx
Pavel Begunkov
2
-8
/
+8
2026-08-15
io_uring/zcrx: unmap under netdev lock
Pavel Begunkov
1
-8
/
+14
2026-08-15
io_uring/zcrx: split dmabuf unmap and release
Pavel Begunkov
1
-6
/
+11
2026-08-15
io_uring/zcrx: don't pass ifq_reg to area creation
Pavel Begunkov
1
-6
/
+14
2026-08-15
io_uring/zcrx: add helper for deriving area token
Pavel Begunkov
1
-2
/
+7
2026-08-15
io_uring/zcrx: don't reload skb_shinfo
Pavel Begunkov
1
-6
/
+5
2026-08-15
io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()
Pavel Begunkov
1
-19
/
+16
2026-08-15
io_uring/zcrx: constify area_reg on import
Pavel Begunkov
1
-3
/
+3
2026-08-15
io_uring/zcrx: coalesce same-niov RQEs on refill
Pavel Begunkov
1
-20
/
+36
2026-08-15
io_uring/zcrx: cache RQ tail
Pavel Begunkov
2
-6
/
+22
2026-08-15
io_uring/zcrx: add RQ iterator
Pavel Begunkov
1
-6
/
+26
2026-08-15
io_uring/zcrx: move RQ head/tail to separate cache lines
Pavel Begunkov
3
-6
/
+11
2026-08-15
io_uring/zcrx: scale refilling with large pages
Pavel Begunkov
1
-7
/
+14
2026-08-15
io_uring/io-wq: fix worker accounting when canceling creation callbacks
Vishnu Razdan
1
-3
/
+6
2026-08-15
io_uring/net: Drop ddir argument from io_msg_copy_hdr
Gabriel Krisman Bertazi
1
-3
/
+3
2026-08-15
io_uring/net: Drop custom iov copy in io_msg_copy_hdr
Gabriel Krisman Bertazi
1
-50
/
+19
2026-08-15
io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prep
Gabriel Krisman Bertazi
1
-19
/
+5
2026-08-15
block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()
胡连勤
1
-0
/
+1
2026-08-15
swim3: Add missing MODULE_DESCRIPTION
Nathan Chancellor
1
-0
/
+1
2026-08-15
selftests: ublk: add SET_PARAMS validation test
Yao Sang
2
-0
/
+116
2026-08-15
selftests: ublk: add helper for SET_PARAMS
Yao Sang
2
-1
/
+178
2026-08-15
ublk: reject non-power-of-2 zone sizes in SET_PARAMS
Yao Sang
1
-1
/
+1
2026-08-15
block: skip blkcg walk in blk_cgroup_congested() when nothing throttled
Usama Arif
3
-6
/
+57
2026-08-15
blk-iocost: clear delay state when freeing policy data
Usama Arif
1
-0
/
+7
2026-08-15
blk-iolatency: clear delay state when freeing policy data
Usama Arif
1
-0
/
+9
2026-08-15
block/mq-deadline: Drop unused dd parameters
Hongfu Li
1
-14
/
+11
2026-08-15
null_blk: serialize configfs attribute updates with device setup
Niklas Cassel
1
-3
/
+11
2026-08-15
block: introduce bio_iov_iter_set()
Pavel Begunkov
4
-16
/
+17
2026-08-15
block: move bvec init into __bio_clone
Pavel Begunkov
1
-3
/
+2
2026-08-15
null_blk: serialize configfs attribute shows with the lock
Zizhi Wo
1
-0
/
+2
2026-08-15
null_blk: serialize configfs attribute stores with the lock
Zizhi Wo
1
-14
/
+3
2026-08-15
null_blk: convert file-scope mutex users to guard(mutex)
Zizhi Wo
1
-29
/
+17
2026-08-15
null_blk: reject per-device queue resize for shared tag set
Zizhi Wo
1
-0
/
+9
2026-08-15
null_blk: clean up null_del_dev() to use cached dev pointer
Zizhi Wo
1
-2
/
+2
2026-08-15
null_blk: free zones array on device power-off
Zizhi Wo
1
-3
/
+13
2026-08-15
null_blk: free global tag_set on init error path
Zizhi Wo
1
-0
/
+2
2026-08-15
null_blk: move unregister_blkdev() after destroying dev in null_exit()
Zizhi Wo
1
-2
/
+2
2026-08-15
null_blk: register configfs subsystem after creating default devices
Zizhi Wo
1
-10
/
+6
2026-08-15
null_blk: use DEFINE_MUTEX for the file-scope mutex
Zizhi Wo
1
-3
/
+1
2026-08-15
io_uring: defer eventfd signaling when queued from a wakeup handler
Jens Axboe
8
-21
/
+30
2026-08-16
futex: Fix race on the initial mm->futex.phash.ref allocation
Hyunwoo Kim
1
-6
/
+10
2026-08-16
futex: Clean up the redundant exit/exec functions
Thomas Gleixner
6
-38
/
+29
2026-08-16
futex/pi: Plug private futex exec() race
Thomas Gleixner
4
-25
/
+60
2026-08-15
selftests/bpf: Add ksock test for async callback guard
Mahe Tardy
2
-0
/
+107
[prev]
[next]