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
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
nfs: Add missing release on error in nfs_lock_and_join_requests()
Dan Carpenter
1
-1
/
+3
2025-04-10
NFS: Shut down the nfs_client only after all the superblocks
Trond Myklebust
1
-1
/
+21
2025-04-10
NFS: fix open_owner_id_maxsz and related fields.
NeilBrown
1
-9
/
+9
2025-04-10
NFSv4: Avoid unnecessary scans of filesystems for delayed delegations
Trond Myklebust
1
-6
/
+12
2025-04-10
NFSv4: Avoid unnecessary scans of filesystems for expired delegations
Trond Myklebust
1
-0
/
+7
2025-04-10
NFSv4: Avoid unnecessary scans of filesystems for returning delegations
Trond Myklebust
1
-0
/
+5
2025-04-10
NFSv4: Don't trigger uneccessary scans for return-on-close delegations
Trond Myklebust
1
-15
/
+18
2025-03-08
Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+2
2025-03-05
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
1
-1
/
+2
2025-02-25
lsm,nfs: fix memory leak of lsm_context
Stephen Smalley
1
-3
/
+4
2025-02-19
NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
Trond Myklebust
3
-0
/
+41
2025-02-19
NFS: Adjust delegated timestamps for O_DIRECT reads and writes
Trond Myklebust
1
-0
/
+4
2025-02-19
NFS: O_DIRECT writes must check and adjust the file length
Trond Myklebust
1
-0
/
+19
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-54
/
+41
2025-01-29
Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2025-01-28
Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
17
-139
/
+295
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2
-2
/
+2
2025-01-27
Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-4
/
+1
2025-01-27
nfs: fix ->d_revalidate() UAF on ->d_name accesses
Al Viro
5
-23
/
+24
2025-01-27
nfs{,4}_lookup_validate(): use stable parent inode passed by caller
Al Viro
1
-30
/
+13
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-3
/
+6
2025-01-22
pnfs/flexfiles: retry getting layout segment for reads
Mike Snitzer
1
-6
/
+21
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+15
2025-01-21
NFSv4.2: make LAYOUTSTATS and LAYOUTERROR MOVEABLE
Olga Kornievskaia
1
-2
/
+2
2025-01-21
NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE
Olga Kornievskaia
1
-1
/
+1
2025-01-21
NFSv4.2: fix COPY_NOTIFY xdr buf size calculation
Olga Kornievskaia
1
-0
/
+2
2025-01-21
NFS: Rename struct nfs4_offloadcancel_data
Chuck Lever
1
-9
/
+9
2025-01-21
NFS: Fix typo in OFFLOAD_CANCEL comment
Chuck Lever
1
-1
/
+1
2025-01-21
NFS: CB_OFFLOAD can return NFS4ERR_DELAY
Chuck Lever
1
-1
/
+1
2025-01-21
nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending on it
Dragan Simic
1
-1
/
+2
2025-01-21
nfs: fix incorrect error handling in LOCALIO
Mike Snitzer
1
-2
/
+2
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+6
2025-01-14
nfs: probe for LOCALIO when v3 client reconnects to server
Mike Snitzer
1
-3
/
+43
2025-01-14
nfs: probe for LOCALIO when v4 client reconnects to server
Mike Snitzer
4
-0
/
+19
2025-01-14
nfs/localio: remove redundant code and simplify LOCALIO enablement
Mike Snitzer
4
-59
/
+7
2025-01-14
nfs: cache all open LOCALIO nfsd_file(s) in client
Mike Snitzer
7
-33
/
+97
2025-01-14
nfs_common: move localio_lock to new lock member of nfs_uuid_t
Mike Snitzer
2
-11
/
+4
2025-01-14
nfs_common: rename functions that invalidate LOCALIO nfs_clients
Mike Snitzer
1
-1
/
+1
2025-01-14
nfs/localio: add direct IO enablement with sync and async IO support
Mike Snitzer
2
-10
/
+84
2025-01-13
NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
Zichen Xie
1
-3
/
+3
2025-01-06
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+8
2025-01-06
nfsd: don't use sv_nrthreads in connection limiting calculations.
NeilBrown
2
-4
/
+1
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
2
-2
/
+2
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
2
-3
/
+6
2024-12-20
nfs: Fix oops in nfs_netfs_init_request() when copying to cache
David Howells
1
-1
/
+8
2024-12-17
fs/nfs: fix missing declaration of nfs_idmap_cache_timeout
Zhang Kunbo
1
-0
/
+1
2024-12-17
NFS/pnfs: Fix a live lock between recalled layouts and layoutget
Trond Myklebust
1
-1
/
+1
2024-12-04
lsm: lsm_context in security_dentry_init_security
Casey Schaufler
1
-8
/
+12
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-2
/
+6
2024-11-30
Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
14
-145
/
+209
[next]