aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-17xprtrdma: Squelch kbuild sparse complaintGravatar Chuck Lever 1-1/+2
2017-03-17NFS: fix the fault nrequests decreasing for nfs_inode COPYGravatar Kinglong Mee 1-2/+4
2017-03-13NFSv4: fix a reference leak caused WARNING messagesGravatar Kinglong Mee 1-2/+0
2017-03-13nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEGravatar Kinglong Mee 1-1/+1
2017-02-23NFSv4: fix getacl ERANGE for some ACL buffer sizesGravatar Weston Andros Adamson 1-6/+2
2017-02-23NFSv4: fix getacl head length estimationGravatar J. Bruce Fields 1-1/+1
2017-02-22Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Gravatar Trond Myklebust 1-4/+0
2017-02-22NFSv4: Fix reboot recovery in copy offloadGravatar Trond Myklebust 1-26/+37
2017-02-22pNFS/flexfiles: If the layout is invalid, it must be updated before retryingGravatar Trond Myklebust 1-6/+7
2017-02-21NFSv4: Clean up owner/group attribute decodeGravatar Trond Myklebust 1-60/+57
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Gravatar Trond Myklebust 2-0/+36
2017-02-21NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Gravatar Trond Myklebust 1-2/+2
2017-02-21NFSv4: Fix the underestimation of delegation XDR space reservationGravatar Trond Myklebust 1-0/+2
2017-02-21NFSv4: Replace callback string decode function with a genericGravatar Trond Myklebust 1-22/+8
2017-02-21NFSv4: Replace the open coded decode_opaque_inline() with the new genericGravatar Trond Myklebust 1-21/+8
2017-02-21NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsGravatar Trond Myklebust 3-34/+12
2017-02-21SUNRPC: Add generic helpers for xdr_stream encode/decodeGravatar Trond Myklebust 1-0/+177
2017-02-21sunrpc: silence uninitialized variable warningGravatar Dan Carpenter 1-1/+3
2017-02-13nlm: Ensure callback code also checks that the files matchGravatar Trond Myklebust 1-1/+2
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepGravatar Chuck Lever 2-2/+2
2017-02-10xprtrdma: Refactor management of mw_list fieldGravatar Chuck Lever 5-24/+29
2017-02-10xprtrdma: Handle stale connection rejectionGravatar Chuck Lever 1-45/+21
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsGravatar Chuck Lever 2-10/+8
2017-02-10xprtrdma: Shrink send SGEs arrayGravatar Chuck Lever 1-4/+7
2017-02-10xprtrdma: Reduce required number of send SGEsGravatar Chuck Lever 3-9/+32
2017-02-10xprtrdma: Disable pad optimization by defaultGravatar Chuck Lever 2-1/+2
2017-02-10xprtrdma: Per-connection pad optimizationGravatar Chuck Lever 3-14/+16
2017-02-10xprtrdma: Fix Read chunk paddingGravatar Chuck Lever 1-6/+4
2017-02-09NFSv4: Set the connection timeout to match the lease periodGravatar Trond Myklebust 3-7/+10
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyGravatar Trond Myklebust 4-11/+77
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionGravatar Trond Myklebust 1-19/+26
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Gravatar Trond Myklebust 2-16/+0
2017-02-08NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateGravatar Trond Myklebust 1-1/+1
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushGravatar Kinglong Mee 1-12/+3
2017-02-08sunrpc: record rpc client pointer in seq->private directlyGravatar Kinglong Mee 1-25/+10
2017-02-08sunrpc: update the comments of sunrpc proc pathGravatar Kinglong Mee 1-2/+2
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credGravatar Kinglong Mee 3-11/+0
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixGravatar Kinglong Mee 3-12/+11
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailGravatar Kinglong Mee 3-46/+21
2017-02-08sunrpc: error out if register_shrinker failGravatar Kinglong Mee 1-1/+5
2017-02-08nfs: no PG_private waiters remain, remove wakerGravatar Nicholas Piggin 1-2/+0
2017-02-08NFS: nfs_rename() handle -ERESTARTSYS dentry left behindGravatar Benjamin Coddington 1-11/+25
2017-01-30NFSv4: Fix warning for using 0 as NULLGravatar Wei Yongjun 1-1/+1
2017-01-30pNFS/flexfiles: Make local symbol layoutreturn_ops staticGravatar Wei Yongjun 1-1/+1
2017-01-30NFS: Return the comparison result directly in nfs41_match_stateid()Gravatar Anna Schumaker 1-3/+1
2017-01-30NFS: Clean up nfs41_same_server_scope()Gravatar Anna Schumaker 1-5/+3
2017-01-30NFS: No need to set and return status in nfs41_lock_expired()Gravatar Anna Schumaker 1-2/+1
2017-01-30NFS: Remove unnecessary goto in nfs4_lookup_root_sec()Gravatar Anna Schumaker 1-8/+3
2017-01-30NFS: Remove nfs4_recover_expired_lease()Gravatar Anna Schumaker 1-6/+1
2017-01-30NFS: Remove an extra if in _nfs4_recover_proc_open()Gravatar Anna Schumaker 1-4/+1