summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-30PNFS fix fallback to MDS if got error on commit to DSOlga Kornievskaia1-1/+1
2017-03-28NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completesAndy Adamson1-47/+91
2017-03-28NFS store nfs4_deviceid in struct nfs4_filelayout_segmentAndy Adamson2-8/+6
2017-03-27NFS cleanup struct nfs4_filelayout_segmentAndy Adamson1-9/+9
2017-03-27NFS: Fix old dentry rehash after moveBenjamin Coddington1-7/+2
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson4-10/+31
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson6-6/+48
2017-03-17NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2017-03-17NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia1-5/+4
2017-03-17nfs: make nfs4_cb_sv_ops staticJason Yan1-2/+2
2017-03-17xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-03-17NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee1-2/+4
2017-03-13NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-03-13nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee1-1/+1
2017-02-24NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-02-24NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-02-22Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust1-4/+0
2017-02-22NFSv4: Fix reboot recovery in copy offloadTrond Myklebust1-26/+37
2017-02-22pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust1-6/+7
2017-02-22NFSv4: Clean up owner/group attribute decodeTrond Myklebust1-60/+57
2017-02-22SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust2-0/+36
2017-02-22NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Trond Myklebust1-2/+2
2017-02-22NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-02-22NFSv4: Replace callback string decode function with a genericTrond Myklebust1-22/+8
2017-02-22NFSv4: Replace the open coded decode_opaque_inline() with the new genericTrond Myklebust1-21/+8
2017-02-22NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust3-34/+12
2017-02-22SUNRPC: Add generic helpers for xdr_stream encode/decodeTrond Myklebust1-0/+177
2017-02-21sunrpc: silence uninitialized variable warningDan Carpenter1-1/+3
2017-02-14nlm: Ensure callback code also checks that the files matchTrond Myklebust1-1/+2
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2-2/+2
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever5-24/+29
2017-02-10xprtrdma: Handle stale connection rejectionChuck Lever1-45/+21
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2-10/+8
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever1-4/+7
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever3-9/+32
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever2-1/+2
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever3-14/+16
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever1-6/+4
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust3-7/+10
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust4-11/+77
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust1-19/+26
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust2-16/+0
2017-02-09NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-02-09sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee1-12/+3
2017-02-09sunrpc: record rpc client pointer in seq->private directlyKinglong Mee1-25/+10
2017-02-09sunrpc: update the comments of sunrpc proc pathKinglong Mee1-2/+2
2017-02-09sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee3-11/+0
2017-02-09sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee3-12/+11
2017-02-09sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee3-46/+21
2017-02-09sunrpc: error out if register_shrinker failKinglong Mee1-1/+5