summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * filemap: Fix errors in file.chuzhi001@208suo.com2023-08-241-1/+1
| * NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin2023-08-241-1/+1
| * NFS: Move common includes outside ifdefGUO Zihua2023-08-241-7/+5
| * NFS: Enable the READ_PLUS operation by defaultAnna Schumaker2023-08-231-4/+2
| * NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker2023-08-235-13/+14
| * NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker2023-08-231-3/+9
| * NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker2023-08-231-2/+1
* | Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-08-311-19/+4
|\ \
| * | SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-291-1/+1
| * | SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-1/+1
| * | SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-9/+2
| * | SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-291-1/+0
| * | nfsd: don't allow nfsd threads to be signalled.NeilBrown2023-08-291-8/+1
| |/
* | NFS: switch back to using kill_anon_superChristoph Hellwig2023-08-311-3/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+3
|\ \
| * | mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+3
* | | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-283-4/+4
|\ \ \
| * | | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-103-4/+4
| |/ /
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-15/+16
|\ \ \ | |_|/ |/| |
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-092-2/+3
| * | nfs: convert to ctime accessor functionsJeff Layton2023-07-243-13/+13
| |/
* | Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-08-224-18/+31
|\ \ | |/ |/|
| * NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin2023-08-191-3/+2
| * NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin2023-08-191-3/+2
| * NFS: Fix sysfs server name memory leakBenjamin Coddington2023-08-191-1/+3
| * NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust2023-08-171-10/+16
| * NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington2023-07-021-1/+8
* | Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-07-0114-393/+767
|\|
| * Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington2023-06-291-4/+2
| * NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington2023-06-291-2/+4
| * nfs: don't report STATX_BTIME in ->getattrJeff Layton2023-06-191-1/+1
| * NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia2023-06-191-0/+1
| * NFSv4.2: fix wrong shrinker_idQi Zheng2023-06-191-35/+44
| * NFSv4: Clean up some shutdown loopsBenjamin Coddington2023-06-192-1/+4
| * NFS: Cancel all existing RPC tasks when shutdownBenjamin Coddington2023-06-191-4/+15
| * NFS: add sysfs shutdown knobBenjamin Coddington2023-06-191-1/+53
| * NFS: add a sysfs link to the acl rpc_clientBenjamin Coddington2023-06-191-0/+4
| * NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington2023-06-191-0/+1
| * NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington2023-06-194-0/+28
| * NFS: add superblock sysfs entriesBenjamin Coddington2023-06-195-1/+88
| * NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington2023-06-192-37/+33
| * NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington2023-06-191-2/+32
| * NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington2023-06-192-6/+6
| * NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington2023-06-191-8/+8
| * NFS: Add an "xprtsec=" NFS mount optionChuck Lever2023-06-196-15/+102
| * NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever2023-06-194-5/+25
| * NFS: Improvements for fs_context-related tracepointsChuck Lever2023-06-191-0/+5
| * NFSv4.2: SETXATTR should update ctimeAnna Schumaker2023-06-192-7/+29
| * NFSv4.2: Clean up xattr size macrosAnna Schumaker2023-06-191-49/+47
| * NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functionsAnna Schumaker2023-06-191-2/+12