index
:
linux.git
cached
cdir_v2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
bcachefs: bch2_ioctl_subvolume_destroy() fixes
Kent Overstreet
1
-2
/
+4
13 days
nfsd: fix legacy client tracking initialization
Scott Mayhew
1
-1
/
+0
2025-03-28
ksmbd: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-1
/
+4
2025-03-28
proc: fix UAF in proc_get_inode()
Ye Bin
3
-4
/
+26
2025-03-28
netfs: Call `invalidate_cache` only if implemented
Max Kellermann
1
-1
/
+2
2025-03-28
libfs: Fix duplicate directory entry in offset_dir_lookup
Yongjian Sun
1
-1
/
+1
2025-03-22
fs/netfs/read_collect: add to next->prev_donated
Max Kellermann
1
-1
/
+1
2025-03-22
smb: client: Fix match_session bug preventing session reuse
Henrique Carvalho
1
-4
/
+12
2025-03-22
smb3: add support for IAKerb
Steve French
5
-3
/
+12
2025-03-22
cifs: Fix integer overflow while processing closetimeo mount option
Murad Masimov
1
-2
/
+2
2025-03-22
cifs: Fix integer overflow while processing actimeo mount option
Murad Masimov
1
-1
/
+1
2025-03-22
cifs: Fix integer overflow while processing acdirmax mount option
Murad Masimov
1
-2
/
+2
2025-03-22
cifs: Fix integer overflow while processing acregmax mount option
Murad Masimov
1
-2
/
+2
2025-03-22
smb: client: fix regression with guest option
Paulo Alcantara
1
-0
/
+4
2025-03-22
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
4
-12
/
+30
2025-03-22
ksmbd: fix use-after-free in ksmbd_free_work_struct
Namjae Jeon
4
-27
/
+15
2025-03-22
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
2
-6
/
+20
2025-03-22
cifs: Treat unhandled directory name surrogate reparse points as mount direct...
Pali Rohár
2
-0
/
+16
2025-03-22
cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...
Pali Rohár
1
-3
/
+2
2025-03-22
btrfs: fix two misuses of folio_shift()
Matthew Wilcox (Oracle)
1
-6
/
+5
2025-03-22
vboxsf: fix building with GCC 15
Brahmajit Das
1
-1
/
+2
2025-03-22
smb: client: fix noisy when tree connecting to DFS interlink targets
Paulo Alcantara
1
-1
/
+1
2025-03-22
btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
Filipe Manana
1
-5
/
+1
2025-03-13
exfat: short-circuit zero-byte writes in exfat_file_write_iter
Eric Sandeen
1
-1
/
+1
2025-03-13
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
3
-7
/
+16
2025-03-13
exfat: fix just enough dentries but allocate a new cluster to dir
Yuezhang Mo
1
-1
/
+1
2025-03-13
coredump: Only sort VMAs when core_sort_vma sysctl is set
Kees Cook
1
-2
/
+13
2025-03-13
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
1
-1
/
+2
2025-03-13
btrfs: fix a leaked chunk map issue in read_one_chunk()
Haoxiang Li
1
-0
/
+1
2025-03-13
btrfs: zoned: fix extent range end unlock in cow_file_range()
Naohiro Aota
1
-2
/
+7
2025-03-13
ksmbd: fix bug on trap in smb2_lock
Namjae Jeon
1
-1
/
+1
2025-03-13
ksmbd: fix use-after-free in smb2_lock
Namjae Jeon
1
-3
/
+3
2025-03-13
ksmbd: fix out-of-bounds in parse_sec_desc()
Namjae Jeon
1
-0
/
+16
2025-03-13
ksmbd: fix type confusion via race condition when using ipc_msg_send_request
Namjae Jeon
1
-0
/
+1
2025-03-13
smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...
Steve French
4
-7
/
+29
2025-03-13
cifs: Remove symlink member from cifs_open_info_data union
Pali Rohár
3
-7
/
+4
2025-03-07
fuse: revert back to __readahead_folio() for readahead
Joanne Koong
2
-2
/
+17
2025-03-07
btrfs: fix data overwriting bug during buffered write when block size < page ...
Qu Wenruo
1
-1
/
+8
2025-03-07
btrfs: fix use-after-free on inode when scanning root during em shrinking
Filipe Manana
1
-2
/
+1
2025-03-07
btrfs: do regular iput instead of delayed iput during extent map shrinking
Filipe Manana
1
-1
/
+1
2025-03-07
btrfs: skip inodes without loaded extent maps when shrinking extent maps
Filipe Manana
1
-21
/
+57
2025-03-07
afs: Give an afs_server object a ref on the afs_cell object it points to
David Howells
1
-0
/
+3
2025-03-07
afs: Fix the server_list to unuse a displaced server rather than putting it
David Howells
1
-2
/
+2
2025-03-07
NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
Trond Myklebust
3
-0
/
+41
2025-03-07
NFS: Adjust delegated timestamps for O_DIRECT reads and writes
Trond Myklebust
1
-0
/
+4
2025-03-07
NFS: O_DIRECT writes must check and adjust the file length
Trond Myklebust
1
-0
/
+19
2025-03-07
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
1
-1
/
+1
2025-02-27
smb: client: Add check for next_buffer in receive_encrypted_standard()
Haoxiang Li
1
-0
/
+4
2025-02-27
smb: client: fix chmod(2) regression with ATTR_READONLY
Paulo Alcantara
1
-2
/
+2
2025-02-27
xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
Darrick J. Wong
3
-6
/
+22
[next]