index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
SUNRPC: call svc_process() from svc_recv().
NeilBrown
1
-1
/
+0
2023-08-30
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-8
/
+1
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+3
2023-08-28
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
3
-4
/
+4
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
4
-15
/
+16
2023-08-24
NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
Olga Kornievskaia
2
-0
/
+7
2023-08-24
NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver
Trond Myklebust
4
-0
/
+10
2023-08-24
NFS: Fix a potential data corruption
Trond Myklebust
1
-1
/
+19
2023-08-24
nfs: fix redundant readdir request after get eof
Kinglong Mee
1
-4
/
+11
2023-08-24
nfs/blocklayout: Use the passed in gfp flags
Dan Carpenter
1
-2
/
+2
2023-08-24
filemap: Fix errors in file.c
huzhi001@208suo.com
1
-1
/
+1
2023-08-24
NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info
Fedor Pchelkin
1
-1
/
+1
2023-08-24
NFS: Move common includes outside ifdef
GUO Zihua
1
-7
/
+5
2023-08-23
NFS: Enable the READ_PLUS operation by default
Anna Schumaker
1
-4
/
+2
2023-08-23
NFSv4.2: Rework scratch handling for READ_PLUS (again)
Anna Schumaker
5
-13
/
+14
2023-08-23
NFSv4.2: Fix READ_PLUS size calculations
Anna Schumaker
1
-3
/
+9
2023-08-23
NFSv4.2: Fix READ_PLUS smatch warnings
Anna Schumaker
1
-2
/
+1
2023-08-22
Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-18
/
+31
2023-08-19
NFSv4: fix out path in __nfs4_get_acl_uncached
Fedor Pchelkin
1
-3
/
+2
2023-08-19
NFSv4.2: fix error handling in nfs42_proc_getxattr
Fedor Pchelkin
1
-3
/
+2
2023-08-19
NFS: Fix sysfs server name memory leak
Benjamin Coddington
1
-1
/
+3
2023-08-18
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
1
-0
/
+3
2023-08-17
NFS: Fix a use after free in nfs_direct_join_group()
Trond Myklebust
1
-10
/
+16
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2
-2
/
+3
2023-07-24
nfs: convert to ctime accessor functions
Jeff Layton
3
-13
/
+13
2023-07-10
fs: Pass argument to fcntl_setlease as int
Luca Vizzarro
3
-4
/
+4
2023-07-02
NFSv4: Fix dropped lock for racing OPEN and delegation return
Benjamin Coddington
1
-1
/
+8
2023-07-02
Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
14
-393
/
+767
2023-06-29
Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"
Benjamin Coddington
1
-4
/
+2
2023-06-29
NFS: Don't cleanup sysfs superblock entry if uninitialized
Benjamin Coddington
1
-2
/
+4
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+1
2023-06-28
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+6
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
3
-2
/
+25
2023-06-20
nfs: don't report STATX_BTIME in ->getattr
Jeff Layton
1
-1
/
+1
2023-06-19
NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
Olga Kornievskaia
1
-0
/
+1
2023-06-19
NFSv4.2: fix wrong shrinker_id
Qi Zheng
1
-35
/
+44
2023-06-19
NFSv4: Clean up some shutdown loops
Benjamin Coddington
2
-1
/
+4
2023-06-19
NFS: Cancel all existing RPC tasks when shutdown
Benjamin Coddington
1
-4
/
+15
2023-06-19
NFS: add sysfs shutdown knob
Benjamin Coddington
1
-1
/
+53
2023-06-19
NFS: add a sysfs link to the acl rpc_client
Benjamin Coddington
1
-0
/
+4
2023-06-19
NFS: add a sysfs link to the lockd rpc_client
Benjamin Coddington
1
-0
/
+1
2023-06-19
NFS: Add sysfs links to sunrpc clients for nfs_clients
Benjamin Coddington
4
-0
/
+28
2023-06-19
NFS: add superblock sysfs entries
Benjamin Coddington
5
-1
/
+88
2023-06-19
NFS: Make all of /sys/fs/nfs network-namespace unique
Benjamin Coddington
2
-37
/
+33
2023-06-19
NFS: Open-code the nfs_kset kset_create_and_add()
Benjamin Coddington
1
-2
/
+32
2023-06-19
NFS: rename nfs_client_kobj to nfs_net_kobj
Benjamin Coddington
2
-6
/
+6
2023-06-19
NFS: rename nfs_client_kset to nfs_kset
Benjamin Coddington
1
-8
/
+8
2023-06-19
NFS: Add an "xprtsec=" NFS mount option
Chuck Lever
6
-15
/
+102
2023-06-19
NFS: Have struct nfs_client carry a TLS policy field
Chuck Lever
4
-5
/
+25
[prev]
[next]