summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2023-08-30NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2-2/+2
2023-08-24NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2-0/+7
2023-08-24NFS/pNFS: Set the connect timeout for the pNFS flexfiles driverTrond Myklebust4-0/+10
2023-08-24NFS: Fix a potential data corruptionTrond Myklebust1-1/+19
2023-08-24nfs: fix redundant readdir request after get eofKinglong Mee1-4/+11
2023-08-24nfs/blocklayout: Use the passed in gfp flagsDan Carpenter1-2/+2
2023-08-24filemap: Fix errors in file.chuzhi001@208suo.com1-1/+1
2023-08-24NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin1-1/+1
2023-08-24NFS: Move common includes outside ifdefGUO Zihua1-7/+5
2023-08-23NFS: Enable the READ_PLUS operation by defaultAnna Schumaker1-4/+2
2023-08-23NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker5-13/+14
2023-08-23NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker1-3/+9
2023-08-23NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker1-2/+1
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-18/+31
2023-08-19NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin1-3/+2
2023-08-19NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin1-3/+2
2023-08-19NFS: Fix sysfs server name memory leakBenjamin Coddington1-1/+3
2023-08-17NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust1-10/+16
2023-07-02NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington1-1/+8
2023-07-02Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds14-393/+767
2023-06-29Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-06-29NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington1-2/+4
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+1
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-4/+6
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds3-2/+25
2023-06-20nfs: don't report STATX_BTIME in ->getattrJeff Layton1-1/+1
2023-06-19NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia1-0/+1
2023-06-19NFSv4.2: fix wrong shrinker_idQi Zheng1-35/+44
2023-06-19NFSv4: Clean up some shutdown loopsBenjamin Coddington2-1/+4
2023-06-19NFS: Cancel all existing RPC tasks when shutdownBenjamin Coddington1-4/+15
2023-06-19NFS: add sysfs shutdown knobBenjamin Coddington1-1/+53
2023-06-19NFS: add a sysfs link to the acl rpc_clientBenjamin Coddington1-0/+4
2023-06-19NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington1-0/+1
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington4-0/+28
2023-06-19NFS: add superblock sysfs entriesBenjamin Coddington5-1/+88
2023-06-19NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington2-37/+33
2023-06-19NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington1-2/+32
2023-06-19NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington2-6/+6
2023-06-19NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever6-15/+102
2023-06-19NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever4-5/+25
2023-06-19NFS: Improvements for fs_context-related tracepointsChuck Lever1-0/+5
2023-06-19NFSv4.2: SETXATTR should update ctimeAnna Schumaker2-7/+29
2023-06-19NFSv4.2: Clean up xattr size macrosAnna Schumaker1-49/+47
2023-06-19NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functionsAnna Schumaker1-2/+12
2023-06-19NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functionsAnna Schumaker1-71/+83
2023-06-19NFSv4.2: Clean up: move decode_*xattr() functionsAnna Schumaker1-164/+162
2023-06-19NFSv4.2: Clean up: Move the encode_copy_commit() functionAnna Schumaker1-12/+12
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+3