aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-15kernel.h: split out mathematical helpersGravatar Andy Shevchenko 1-0/+5
2020-12-10NFS: Disable READ_PLUS by defaultGravatar Anna Schumaker 2-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyGravatar Dai Ngo 1-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationGravatar Chuck Lever 2-9/+13
2020-11-30pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledGravatar Trond Myklebust 2-15/+48
2020-11-12NFS: Remove unnecessary inode lock in nfs_fsync_dir()Gravatar Trond Myklebust 1-5/+1
2020-11-12NFS: Remove unnecessary inode locking in nfs_llseek_dir()Gravatar Trond Myklebust 1-5/+4
2020-11-12NFS: Fix listxattr receive buffer sizeGravatar Chuck Lever 1-2/+2
2020-11-12NFSv4.2: fix failure to unregister shrinkerGravatar J. Bruce Fields 1-0/+2
2020-11-02nfsroot: Default mount option should ask for built-in NFS versionGravatar Helge Deller 1-0/+6
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-6/+54
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyGravatar Dai Ngo 3-6/+54
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 15-114/+396
2020-10-16NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagGravatar Olga Kornievskaia 1-3/+6
2020-10-15NFSv4: Fix up RCU annotations for struct nfs_netns_clientGravatar Trond Myklebust 2-4/+9
2020-10-13NFS: Only reference user namespace from nfs4idmap struct instead of credGravatar Sargun Dhillon 1-7/+8
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+1
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-71/+124
2020-10-12nfs: add missing "posix" local_lock constant table definitionGravatar Scott Mayhew 1-0/+1
2020-10-09NFSv4: Use the net namespace uniquifier if it is setGravatar Trond Myklebust 1-4/+17
2020-10-09NFSv4: Clean up initialisation of uniquified client id stringsGravatar Trond Myklebust 1-41/+34
2020-10-07NFS: Decode a full READ_PLUS replyGravatar Anna Schumaker 1-17/+19
2020-10-07NFS: Add READ_PLUS hole segment decodingGravatar Anna Schumaker 1-1/+25
2020-10-07NFS: Add READ_PLUS data segment supportGravatar Anna Schumaker 4-3/+184
2020-10-07NFS: Use xdr_page_pos() in NFSv4 decode_getacl()Gravatar Anna Schumaker 1-5/+1
2020-10-06NFS: fix nfs_path in case of a rename retryGravatar Ashish Sangwan 1-4/+8
2020-10-02fs: nfs: return per memcg count for xattr shrinkersGravatar Yang Shi 1-2/+2
2020-10-02NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEGravatar Benjamin Coddington 3-34/+56
2020-10-02nfs: remove incorrect fallthrough labelGravatar Nick Desaulniers 1-1/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-8/+1
2020-09-24NFSv4: make cache consistency bitmask dynamicGravatar Olga Kornievskaia 1-3/+42
2020-09-24nfs: fix spellint typo in pnfs.cGravatar Wang Qing 1-1/+1
2020-09-22fs,nfs: lift compat nfs4 mount data handling into the nfs codeGravatar Christoph Hellwig 1-0/+62
2020-09-22nfs: simplify nfs4_parse_monolithicGravatar Christoph Hellwig 1-72/+63
2020-09-21pNFS/flexfiles: Be consistent about mirror index typesGravatar Trond Myklebust 1-17/+17
2020-09-21pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readGravatar Trond Myklebust 1-5/+6
2020-09-21NFSv4.2: xattr cache: remove unused cache struct fieldGravatar Frank van der Linden 1-1/+0
2020-09-21nfs: Convert to use the preferred fallthrough macroGravatar Miaohe Lin 1-1/+1
2020-09-21NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceGravatar Dave Wysochanski 1-1/+2
2020-09-21nfs4: strengthen error check to avoid unexpected resultGravatar Chengguang Xu 1-1/+1
2020-09-21NFS: remove redundant pointer clntGravatar Colin Ian King 1-3/+1
2020-09-18pNFS/flexfiles: Be consistent about mirror index typesGravatar Trond Myklebust 1-17/+17
2020-09-18pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readGravatar Trond Myklebust 1-5/+6
2020-09-16NFSv4.2: fix client's attribute cache management for copy_file_rangeGravatar Olga Kornievskaia 1-1/+9
2020-09-16nfs: Fix security label length not being resetGravatar Jeffrey Mitchell 1-0/+3
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-2/+9
2020-09-05NFS: Zero-stateid SETATTR should first return delegationGravatar Chuck Lever 1-1/+3
2020-08-26NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallGravatar Olga Kornievskaia 1-1/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 12-45/+47
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 23-121/+2274