aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 22-524/+922
2020-12-16NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Gravatar Trond Myklebust 1-1/+1
2020-12-16pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_readGravatar Trond Myklebust 1-5/+1
2020-12-16NFSv4/pnfs: Add tracing for the deviceid cacheGravatar Trond Myklebust 3-8/+92
2020-12-16NFSv4.2: fix error return on memory allocation failureGravatar Colin Ian King 1-0/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+5
2020-12-15kernel.h: split out mathematical helpersGravatar Andy Shevchenko 1-0/+5
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Gravatar Linus Torvalds 10-12/+13
2020-12-14NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yetGravatar Trond Myklebust 1-7/+8
2020-12-14NFSv4.2: Deal with potential READ_PLUS data extent buffer overflowGravatar Trond Myklebust 1-2/+7
2020-12-14NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowGravatar Trond Myklebust 1-19/+17
2020-12-14NFSv4.2: Handle hole lengths that exceed the READ_PLUS read bufferGravatar Trond Myklebust 1-0/+6
2020-12-14NFSv4.2: decode_read_plus_hole() needs to check the extent offsetGravatar Trond Myklebust 1-3/+21
2020-12-14NFSv4.2: decode_read_plus_data() must skip padding after data segmentGravatar Trond Myklebust 1-1/+3
2020-12-14NFSv4.2: Ensure we always reset the result->count in decode_read_plus()Gravatar Trond Myklebust 1-0/+1
2020-12-14NFSv4.1: use BITS_PER_LONG macro in nfs4session.hGravatar Geliang Tang 1-1/+1
2020-12-14NFSv4.2: improve page handling for GETXATTRGravatar Frank van der Linden 2-16/+44
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-12-10NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()Gravatar Trond Myklebust 1-5/+7
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicGravatar Trond Myklebust 1-1/+2
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyGravatar Trond Myklebust 1-1/+2
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetGravatar Jeff Layton 1-1/+1
2020-12-09nfsd: allow filesystems to opt out of subtree checkingGravatar Jeff Layton 1-1/+1
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsGravatar Jeff Layton 1-0/+1
2020-12-02NFS: switch nfsiod to be an UNBOUND workqueue.Gravatar NeilBrown 1-1/+1
2020-12-02NFSv4: Refactor to use user namespaces for nfs4idmapGravatar Sargun Dhillon 1-1/+1
2020-12-02NFS: NFSv2/NFSv3: Use cred from fs_context during mountGravatar Sargun Dhillon 1-2/+2
2020-12-02NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeGravatar Trond Myklebust 3-3/+37
2020-12-02NFSv4: Fix open coded xdr_stream_remaining()Gravatar Trond Myklebust 1-3/+3
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Gravatar Trond Myklebust 3-39/+45
2020-12-02NFSv4: Fix the alignment of page data in the getdeviceinfo replyGravatar Trond Myklebust 1-3/+7
2020-12-02pNFS: Clean up open coded xdr string decodingGravatar Trond Myklebust 1-36/+7
2020-12-02pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transportsGravatar Trond Myklebust 1-7/+2
2020-12-02NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addrGravatar Trond Myklebust 2-15/+21
2020-12-02pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addrGravatar Trond Myklebust 1-5/+16
2020-12-02NFSv4/pNFS: Use connections to a DS that are all of the same protocol familyGravatar Trond Myklebust 1-1/+6
2020-12-02NFS: Switch mount code to use xprt_find_transport_ident()Gravatar Trond Myklebust 1-9/+12
2020-12-02NFS: Do uncached readdir when we're seeking a cookie in an empty page cacheGravatar Trond Myklebust 1-0/+17
2020-12-02NFS: Reduce number of RPC calls when doing uncached readdirGravatar Trond Myklebust 1-36/+69
2020-12-02NFS: Optimisations for monotonically increasing readdir cookiesGravatar Trond Myklebust 1-1/+22
2020-12-02NFS: Improve handling of directory verifiersGravatar Trond Myklebust 2-19/+23
2020-12-02NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir callsGravatar Trond Myklebust 2-8/+18
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirGravatar Trond Myklebust 4-51/+61
2020-12-02NFS: Cleanup to remove nfs_readdir_descriptor_t typedefGravatar Trond Myklebust 1-17/+13
2020-12-02NFS: Reduce readdir stack usageGravatar Trond Myklebust 1-25/+33
2020-12-02NFS: nfs_do_filldir() does not return a valueGravatar Trond Myklebust 1-14/+7
2020-12-02NFS: More readdir cleanupsGravatar Trond Myklebust 1-14/+11
2020-12-02NFS: Support larger readdir buffersGravatar Trond Myklebust 3-22/+21