summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2017-02-21sunrpc: silence uninitialized variable warningDan Carpenter
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever
2017-02-10xprtrdma: Handle stale connection rejectionChuck Lever
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee
2017-02-08sunrpc: record rpc client pointer in seq->private directlyKinglong Mee
2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever
2017-02-08svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown
2017-01-31svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2017-01-18locking/atomic, kref: Implement kref_put_lock()Peter Zijlstra
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-12svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna
2017-01-12sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew
2017-01-12svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-12-10Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown
2016-12-06sunrpc: use DEFINE_SPINLOCK()Fabian Frederick
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown
2016-11-30svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever
2016-11-30svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever