index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-27
Merge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
4
-12
/
+18
2026-04-27
Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
3
-12
/
+49
2026-04-27
Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
7
-29
/
+104
2026-04-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
1
-0
/
+3
2026-04-24
Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
15
-40
/
+133
2026-04-24
Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
14
-31
/
+1127
2026-04-24
Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs
Linus Torvalds
7
-41
/
+113
2026-04-24
Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linux
Linus Torvalds
2
-3
/
+7
2026-04-23
Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-100
/
+112
2026-04-23
Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
39
-214
/
+164
2026-04-23
Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
24
-387
/
+433
2026-04-24
eventpoll: drop vestigial epi->dying flag
Christian Brauner
1
-20
/
+7
2026-04-24
eventpoll: drop dead bool return from ep_remove_epi()
Christian Brauner
1
-8
/
+5
2026-04-24
eventpoll: move f_lock acquisition into ep_remove_file()
Christian Brauner
1
-6
/
+4
2026-04-24
eventpoll: fix ep_remove struct eventpoll / struct file UAF
Christian Brauner
1
-6
/
+10
2026-04-24
eventpoll: move epi_fget() up
Christian Brauner
1
-28
/
+28
2026-04-24
eventpoll: rename ep_remove_safe() back to ep_remove()
Christian Brauner
1
-8
/
+8
2026-04-24
eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
Christian Brauner
1
-6
/
+6
2026-04-24
eventpoll: kill __ep_remove()
Christian Brauner
1
-37
/
+30
2026-04-24
eventpoll: split __ep_remove()
Christian Brauner
1
-4
/
+23
2026-04-24
eventpoll: use hlist_is_singular_node() in __ep_remove()
Christian Brauner
1
-1
/
+1
2026-04-24
fs: Handle multiply claimed blocks more gracefully with mmb
Jan Kara
1
-1
/
+8
2026-04-24
fs: aio: reject partial mremap to avoid Null-pointer-dereference error
Zizhi Wo
1
-1
/
+2
2026-04-24
fuse: reject oversized dirents in page cache
Samuel Page
1
-0
/
+4
2026-04-24
writeback: Fix use after free in inode_switch_wbs_work_fn()
Jan Kara
1
-17
/
+19
2026-04-24
fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference error
Zizhi Wo
1
-1
/
+1
2026-04-22
smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
Stefan Metzmacher
27
-42
/
+42
2026-04-22
Merge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-2
/
+22
2026-04-22
udf: reject descriptors with oversized CRC length
Michael Bommarito
1
-2
/
+6
2026-04-22
smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()
Eric Biggers
1
-7
/
+5
2026-04-22
smb: client: Make generate_key() return void
Eric Biggers
1
-29
/
+16
2026-04-22
smb: client: Remove obsolete cmac(aes) allocation
Eric Biggers
10
-95
/
+2
2026-04-22
smb: client: Use AES-CMAC library for SMB3 signature calculation
Eric Biggers
4
-74
/
+30
2026-04-22
smb: common: add SMB3_COMPRESS_MAX_ALGS
Enzo Matsumiya
1
-0
/
+2
2026-04-22
smb: client: compress: add code docs to lz77.c
Enzo Matsumiya
1
-8
/
+73
2026-04-22
smb: client: compress: LZ77 optimizations
Enzo Matsumiya
2
-65
/
+104
2026-04-22
smb: client: compress: increase LZ77_MATCH_MAX_DIST
Enzo Matsumiya
1
-2
/
+1
2026-04-22
smb: client: compress: fix counting in LZ77 match finding
Enzo Matsumiya
1
-7
/
+10
2026-04-22
smb: client: compress: fix buffer overrun in lz77_compress()
Enzo Matsumiya
3
-15
/
+33
2026-04-22
smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_dacl
Michael Bommarito
1
-3
/
+3
2026-04-22
smb: client: fix (remove) drop_dir_cache module parameter
Enzo Matsumiya
6
-45
/
+59
2026-04-22
smb: client: require a full NFS mode SID before reading mode bits
Michael Bommarito
1
-0
/
+1
2026-04-22
smb: client: validate the whole DACL before rewriting it in cifsacl
Michael Bommarito
1
-31
/
+85
2026-04-22
smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO path
Michael Bommarito
1
-0
/
+6
2026-04-22
smb: server: stop sending fake security descriptors
Marios Makassikis
1
-15
/
+2
2026-04-22
ksmbd: scope conn->binding slowpath to bound sessions only
Hyunwoo Kim
1
-1
/
+6
2026-04-22
ksmbd: fix CreateOptions sanitization clobbering the whole field
DaeMyung Kang
1
-2
/
+2
2026-04-22
ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 open
DaeMyung Kang
1
-0
/
+2
2026-04-22
ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCount
Akif Sait
1
-1
/
+6
2026-04-22
ksmbd: destroy async_ida in ksmbd_conn_free()
DaeMyung Kang
1
-0
/
+9
[next]