index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
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
2025-07-17
ksmbd: fix potential use-after-free in oplock/lease break ack
Namjae Jeon
1
-20
/
+9
2025-07-17
smb: client: fix potential race in cifs_put_tcon()
Paulo Alcantara
1
-3
/
+1
2025-07-17
btrfs: fix assertion when building free space tree
Filipe Manana
1
-4
/
+12
2025-07-17
cifs: all initializations for tcon should happen in tcon_info_alloc
Shyam Prasad N
3
-7
/
+8
2025-07-17
smb: client: fix DFS interlink failover
Paulo Alcantara
9
-86
/
+94
2025-07-17
smb: client: avoid unnecessary reconnects when refreshing referrals
Paulo Alcantara
1
-70
/
+117
2025-07-17
btrfs: fix inode lookup error handling during log replay
Filipe Manana
1
-77
/
+146
2025-07-17
btrfs: return a btrfs_inode from btrfs_iget_logging()
Filipe Manana
1
-49
/
+45
2025-07-17
btrfs: remove redundant root argument from fixup_inode_link_count()
Filipe Manana
1
-11
/
+9
2025-07-17
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
3
-8
/
+8
2025-07-17
btrfs: remove noinline from btrfs_update_inode()
Filipe Manana
1
-3
/
+3
2025-07-17
erofs: fix to add missing tracepoint in erofs_read_folio()
Chao Yu
1
-0
/
+2
2025-07-17
ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()
Al Viro
1
-0
/
+1
2025-07-17
smb: server: make use of rdma_destroy_qp()
Stefan Metzmacher
1
-2
/
+3
2025-07-17
mm: fix the inaccurate memory statistics issue for users
Baolin Wang
1
-7
/
+7
2025-07-17
fix proc_sys_compare() handling of in-lookup dentries
Al Viro
2
-8
/
+12
2025-07-17
eventpoll: don't decrement ep refcount while still holding the ep mutex
Linus Torvalds
1
-7
/
+5
2025-07-10
f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault
Chao Yu
1
-1
/
+2
2025-07-10
smb: client: fix readdir returning wrong type with POSIX extensions
Philipp Kerling
1
-1
/
+1
2025-07-10
NFSv4/flexfiles: Fix handling of NFS level errors in I/O
Trond Myklebust
1
-34
/
+87
2025-07-10
fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
Shivank Garg
1
-5
/
+18
2025-07-10
f2fs: fix to zero post-eof page
Chao Yu
1
-0
/
+38
2025-07-10
f2fs: convert f2fs_vm_page_mkwrite() to use folio
Chao Yu
1
-16
/
+16
2025-07-10
f2fs: prevent writing without fallocate() for pinned files
Daeho Jeong
1
-9
/
+16
2025-07-10
f2fs: add tracepoint for f2fs_vm_page_mkwrite()
Chao Yu
1
-10
/
+15
2025-07-10
smb: client: remove \t from TP_printk statements
Stefan Metzmacher
1
-9
/
+9
2025-07-10
btrfs: fix qgroup reservation leak on failure to allocate ordered extent
Filipe Manana
1
-3
/
+9
2025-07-10
smb: client: fix race condition in negotiate timeout by using more precise ti...
Wang Zhaolong
2
-3
/
+5
2025-07-10
smb: client: fix warning when reconnecting channel
Paulo Alcantara
2
-6
/
+5
2025-07-10
btrfs: use btrfs_record_snapshot_destroy() during rmdir
Filipe Manana
1
-1
/
+1
2025-07-10
btrfs: propagate last_unlink_trans earlier when doing a rmdir
Filipe Manana
1
-18
/
+18
2025-07-10
btrfs: rename err to ret in btrfs_rmdir()
Anand Jain
1
-11
/
+11
2025-07-10
btrfs: fix iteration of extrefs during log replay
Filipe Manana
1
-2
/
+2
2025-07-10
btrfs: fix missing error handling when searching for inode refs during log re...
Filipe Manana
1
-1
/
+3
2025-07-10
NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
Benjamin Coddington
1
-1
/
+3
2025-07-10
nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.
Kuniyuki Iwashima
1
-3
/
+14
2025-07-06
ksmbd: remove unsafe_memcpy use in session setup
Namjae Jeon
1
-9
/
+3
2025-07-06
ksmbd: Use unsafe_memcpy() for ntlm_negotiate
Namjae Jeon
1
-2
/
+5
2025-07-06
btrfs: update superblock's device bytes_used when dropping chunk
Mark Harmstone
1
-0
/
+6
2025-07-06
btrfs: fix a race between renames and directory logging
Filipe Manana
1
-17
/
+64
2025-07-06
smb: client: fix potential deadlock when reconnecting channels
Paulo Alcantara
2
-22
/
+37
2025-07-06
attach_recursive_mnt(): do not lock the covering tree when sliding something ...
Al Viro
1
-4
/
+4
2025-07-06
f2fs: don't over-report free space or inodes in statvfs
Chao Yu
1
-12
/
+18
2025-07-06
jfs: validate AG parameters in dbMount() to prevent crashes
Vasiliy Kovalev
1
-1
/
+5
2025-07-06
fs/jfs: consolidate sanity checking in dbMount
Dave Kleikamp
1
-28
/
+9
2025-07-06
btrfs: handle csum tree error with rescue=ibadroots correctly
Qu Wenruo
1
-2
/
+1
2025-07-06
ovl: Check for NULL d_inode() in ovl_dentry_upper()
Kees Cook
1
-1
/
+3
2025-07-06
ceph: fix possible integer overflow in ceph_zero_objects()
Dmitry Kandybka
1
-1
/
+1
2025-07-06
ksmbd: provide zero as a unique ID to the Mac client
Namjae Jeon
3
-2
/
+21
2025-07-06
ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...
Namjae Jeon
1
-26
/
+27
[next]