index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-09
ceph: fix race condition where r_parent becomes stale before sending message
Alex Markuze
1
-12
/
+69
2025-09-09
ceph: fix race condition validating r_parent before applying state
Alex Markuze
6
-107
/
+145
2025-09-09
fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters
Reinette Chatre
3
-7
/
+5
2025-09-08
proc: fix type confusion in pde_set_flags()
wangzijie
1
-1
/
+2
2025-09-08
ocfs2: fix recursive semaphore deadlock in fiemap call
Mark Tinguely
1
-1
/
+9
2025-09-08
NFSv4/flexfiles: Fix layout merge mirror check.
Jonathan Curley
1
-1
/
+1
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-6
/
+57
2025-09-06
NFS: Fix the marking of the folio as up to date
Trond Myklebust
1
-47
/
+5
2025-09-06
NFS: nfs_invalidate_folio() must observe the offset and size arguments
Trond Myklebust
2
-3
/
+5
2025-09-06
NFSv4.2: Serialise O_DIRECT i/o and copy range
Trond Myklebust
1
-0
/
+1
2025-09-06
NFSv4.2: Serialise O_DIRECT i/o and clone range
Trond Myklebust
1
-0
/
+2
2025-09-06
NFSv4.2: Serialise O_DIRECT i/o and fallocate()
Trond Myklebust
1
-0
/
+1
2025-09-06
NFS: Serialise O_DIRECT i/o and truncate()
Trond Myklebust
3
-12
/
+15
2025-09-06
NFSv4.2: Protect copy offload and clone against 'eof page pollution'
Trond Myklebust
1
-6
/
+13
2025-09-06
NFS: Protect against 'eof page pollution'
Trond Myklebust
5
-5
/
+54
2025-09-06
flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_read
Tigran Mkrtchyan
1
-7
/
+12
2025-09-06
nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()
Mike Snitzer
1
-5
/
+4
2025-09-06
kernfs: Fix UAF in polling when open file is released
Chen Ridong
1
-20
/
+38
2025-09-05
nfs/localio: restore creds before releasing pageio data
Scott Mayhew
1
-5
/
+7
2025-09-05
Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-19
/
+96
2025-09-05
btrfs: don't allow adding block device of less than 1 MB
Mark Harmstone
1
-0
/
+5
2025-09-05
fuse: virtio_fs: fix page fault for DAX page address
Haiyue Wang
1
-1
/
+1
2025-09-04
cifs: prevent NULL pointer dereference in UTF16 conversion
Makar Semyonov
1
-0
/
+3
2025-09-03
Merge tag 'v6.17-rc4-ksmbd-fix' of git://git.samba.org/ksmbd
Linus Torvalds
2
-11
/
+16
2025-09-02
smb: client: show negotiated cipher in DebugData
Bharath SM
1
-5
/
+22
2025-09-02
smb: client: add new tracepoint to trace lease break notification
Bharath SM
3
-9
/
+66
2025-09-02
smb: client: fix spellings in comments
Bharath SM
2
-3
/
+3
2025-09-02
Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-17
/
+24
2025-09-02
Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-48
/
+76
2025-09-02
btrfs: fix subvolume deletion lockup caused by inodes xarray race
Omar Sandoval
1
-1
/
+11
2025-09-02
btrfs: fix corruption reading compressed range when block size is smaller tha...
Qu Wenruo
1
-10
/
+30
2025-09-02
btrfs: accept and ignore compression level for lzo
Calvin Owens
1
-3
/
+6
2025-09-02
btrfs: fix squota compressed stats leak
Boris Burkov
1
-2
/
+4
2025-09-01
Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Christian Brauner
17
-45
/
+123
2025-08-31
ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensions
Philipp Kerling
2
-11
/
+16
2025-08-31
smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show()
Wang Zhaolong
1
-2
/
+2
2025-08-29
NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the server
Trond Myklebust
1
-0
/
+2
2025-08-29
NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supported
Trond Myklebust
1
-1
/
+2
2025-08-29
NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set
Trond Myklebust
1
-2
/
+3
2025-08-29
NFSv4: Don't clear capabilities that won't be reset
Trond Myklebust
1
-1
/
+0
2025-08-29
Merge tag 'efi-fixes-for-v6.17-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+4
2025-08-29
Merge tag 'v6.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-2
/
+19
2025-08-29
Merge tag 'xfs-fixes-6.17-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-43
/
+25
2025-08-29
fhandle: use more consistent rules for decoding file handle from userns
Amir Goldstein
1
-0
/
+8
2025-08-28
efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
Li Nan
1
-0
/
+4
2025-08-27
proc: fix missing pde_set_flags() for net proc files
wangzijie
1
-17
/
+21
2025-08-27
ocfs2: prevent release journal inode after journal shutdown
Edward Adam Davis
1
-0
/
+3
2025-08-28
erofs: fix invalid algorithm for encoded extents
Gao Xiang
1
-30
/
+37
2025-08-27
fs/smb: Fix inconsistent refcnt update
Shuhao Fu
1
-2
/
+5
2025-08-27
fuse: Block access to folio overlimit
Edward Adam Davis
1
-1
/
+1
[prev]
[next]