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-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
2026-04-22
ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()
DaeMyung Kang
1
-2
/
+3
2026-04-22
ksmbd: Use AES-CMAC library for SMB3 signature calculation
Eric Biggers
7
-117
/
+19
2026-04-22
ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()
DaeMyung Kang
1
-3
/
+2
2026-04-22
NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_address
Sean Chang
1
-3
/
+13
2026-04-22
NFS: remove redundant __private attribute from nfs_page_class
Sean Chang
1
-1
/
+1
2026-04-22
NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributes
Olga Kornievskaia
1
-0
/
+1
2026-04-22
NFS: fix writeback in presence of errors
Olga Kornievskaia
3
-1
/
+26
2026-04-22
nfs: use memcpy_and_pad in decode_fh
Thorsten Blum
1
-2
/
+1
2026-04-22
ntfs: use page allocation for resident attribute inline data
Namjae Jeon
1
-7
/
+19
2026-04-22
ntfs: fix mmap_prepare writable check for shared mappings
Namjae Jeon
1
-1
/
+1
2026-04-22
ceph: add subvolume metrics collection and reporting
Alex Markuze
12
-14
/
+1018
2026-04-22
ceph: parse subvolume_id from InodeStat v9 and store in inode
Alex Markuze
4
-14
/
+76
2026-04-22
ceph: handle InodeStat v8 versioned field in reply parsing
Alex Markuze
1
-0
/
+20
2026-04-22
ceph: clear s_cap_reconnect when ceph_pagelist_encode_32() fails
Max Kellermann
1
-1
/
+5
2026-04-22
ceph: only d_add() negative dentries when they are unhashed
Max Kellermann
1
-2
/
+4
2026-04-22
ceph: fix num_ops off-by-one when crypto allocation fails
Sam Edwards
1
-0
/
+4
2026-04-21
Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
18
-147
/
+360
2026-04-21
Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-18
/
+56
2026-04-21
Merge tag 'pull-coda' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-12
/
+5
2026-04-21
Merge tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
4
-25
/
+26
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
11
-43
/
+110
2026-04-21
erofs: unify lcn as u64 for 32-bit platforms
Gao Xiang
1
-10
/
+9
2026-04-21
erofs: fix offset truncation when shifting pgoff on 32-bit platforms
Gao Xiang
2
-2
/
+2
2026-04-21
erofs: fix the out-of-bounds nameoff handling for trailing dirents
Gao Xiang
1
-13
/
+15
2026-04-21
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Mark Harmstone
1
-1
/
+1
2026-04-21
btrfs: check return value of btrfs_partially_delete_raid_extent()
robbieko
1
-7
/
+12
2026-04-21
btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
robbieko
1
-0
/
+10
2026-04-21
btrfs: replace ASSERT with proper error handling in stripe lookup fallback
robbieko
1
-1
/
+4
2026-04-21
btrfs: fix wrong min_objectid in btrfs_previous_item() call
robbieko
1
-1
/
+1
2026-04-21
btrfs: fix raid stripe search missing entries at leaf boundaries
robbieko
1
-3
/
+15
2026-04-21
btrfs: copy devid in btrfs_partially_delete_raid_extent()
robbieko
1
-0
/
+3
2026-04-21
btrfs: handle unexpected free-space-tree key types
David Sterba
1
-3
/
+15
2026-04-21
btrfs: fix missing last_unlink_trans update when removing a directory
Filipe Manana
1
-0
/
+2
2026-04-21
btrfs: don't clobber errors in add_remap_tree_entries()
Mark Harmstone
1
-1
/
+1
2026-04-21
btrfs: enable shutdown ioctl for non-experimental builds
Qu Wenruo
1
-4
/
+3
2026-04-21
btrfs: apply first key check for readahead when possible
Qu Wenruo
3
-4
/
+15
[prev]
[next]