summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-09nfs: no PG_private waiters remain, remove wakerNicholas Piggin1-2/+0
2017-02-09NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington1-11/+25
2017-01-30NFSv4: Fix warning for using 0 as NULLWei Yongjun1-1/+1
2017-01-30pNFS/flexfiles: Make local symbol layoutreturn_ops staticWei Yongjun1-1/+1
2017-01-30NFS: Return the comparison result directly in nfs41_match_stateid()Anna Schumaker1-3/+1
2017-01-30NFS: Clean up nfs41_same_server_scope()Anna Schumaker1-5/+3
2017-01-30NFS: No need to set and return status in nfs41_lock_expired()Anna Schumaker1-2/+1
2017-01-30NFS: Remove unnecessary goto in nfs4_lookup_root_sec()Anna Schumaker1-8/+3
2017-01-30NFS: Remove nfs4_recover_expired_lease()Anna Schumaker1-6/+1
2017-01-30NFS: Remove an extra if in _nfs4_recover_proc_open()Anna Schumaker1-4/+1
2017-01-30NFS: Return errors directly in _nfs4_opendata_reclaim_to_nfs4_state()Anna Schumaker1-8/+3
2017-01-30NFS: Remove nfs4_wait_for_completion_rpc_task()Anna Schumaker1-15/+7
2017-01-30NFS: Clean up _nfs4_is_integrity_protected()Anna Schumaker1-6/+1
2017-01-30NFS: Fix inconsistent indentation in nfs4proc.cAnna Schumaker1-28/+28
2017-01-30NFS: Make trace_nfs4_setup_sequence() available to NFS v4.0Anna Schumaker3-35/+35
2017-01-30NFS: Merge the remaining setup_sequence functionsAnna Schumaker1-67/+20
2017-01-30NFS: Check if the slot table is draining from nfs4_setup_sequence()Anna Schumaker1-14/+9
2017-01-30NFS: Handle setup sequence task rescheduling in a single placeAnna Schumaker1-22/+15
2017-01-30NFS: Lock the slot table from a single place during setup sequenceAnna Schumaker1-13/+12
2017-01-30NFS: Move slot-already-allocated check into nfs_setup_sequence()Anna Schumaker1-10/+9
2017-01-30NFS: Create a single nfs4_setup_sequence() functionAnna Schumaker1-47/+29
2017-01-30NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker5-52/+33
2017-01-30NFS: Change nfs4_setup_sequence() to take an nfs_client structureAnna Schumaker1-16/+15
2017-01-30NFS: Change nfs4_get_session() to take an nfs_client structureAnna Schumaker3-10/+9