summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorLines
2021-01-24pNFS/NFSv4: Improve rejection of out-of-order layoutsTrond Myklebust-6/+16
2021-01-24pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnTrond Myklebust-18/+21
2021-01-24pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust-2/+7
2021-01-24pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust-0/+1
2021-01-10NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust-5/+7
2021-01-10NFS: nfs_delegation_find_inode_server must first reference the superblockTrond Myklebust-5/+7
2021-01-10NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust-0/+1
2021-01-10NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()Trond Myklebust-3/+5
2021-01-10NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the requestTrond Myklebust-9/+5
2021-01-10pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust-22/+21
2021-01-10pNFS: Clean up pnfs_layoutreturn_free_lsegs()Trond Myklebust-5/+4
2021-01-10pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust-26/+16
2021-01-10pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust-0/+6
2021-01-10NFS: Adjust fs_context error loggingScott Mayhew-5/+25
2021-01-06NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski-1/+1
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-524/+922
2020-12-16NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Trond Myklebust-1/+1
2020-12-16pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_readTrond Myklebust-5/+1
2020-12-16NFSv4/pnfs: Add tracing for the deviceid cacheTrond Myklebust-8/+92
2020-12-16NFSv4.2: fix error return on memory allocation failureColin Ian King-0/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+5
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko-0/+5
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds-12/+13
2020-12-14NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yetTrond Myklebust-7/+8
2020-12-14NFSv4.2: Deal with potential READ_PLUS data extent buffer overflowTrond Myklebust-2/+7
2020-12-14NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowTrond Myklebust-19/+17
2020-12-14NFSv4.2: Handle hole lengths that exceed the READ_PLUS read bufferTrond Myklebust-0/+6
2020-12-14NFSv4.2: decode_read_plus_hole() needs to check the extent offsetTrond Myklebust-3/+21
2020-12-14NFSv4.2: decode_read_plus_data() must skip padding after data segmentTrond Myklebust-1/+3
2020-12-14NFSv4.2: Ensure we always reset the result->count in decode_read_plus()Trond Myklebust-0/+1
2020-12-14NFSv4.1: use BITS_PER_LONG macro in nfs4session.hGeliang Tang-1/+1
2020-12-14NFSv4.2: improve page handling for GETXATTRFrank van der Linden-16/+44
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever-9/+13
2020-12-10NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()Trond Myklebust-5/+7
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust-1/+2
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust-1/+2
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton-1/+1
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton-1/+1
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton-0/+1
2020-12-02NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown-1/+1
2020-12-02NFSv4: Refactor to use user namespaces for nfs4idmapSargun Dhillon-1/+1
2020-12-02NFS: NFSv2/NFSv3: Use cred from fs_context during mountSargun Dhillon-2/+2
2020-12-02NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust-3/+37
2020-12-02NFSv4: Fix open coded xdr_stream_remaining()Trond Myklebust-3/+3
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust-39/+45
2020-12-02NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust-3/+7
2020-12-02pNFS: Clean up open coded xdr string decodingTrond Myklebust-36/+7
2020-12-02pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transportsTrond Myklebust-7/+2