aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-01Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+2
2017-03-28svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever1-0/+1
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+2
2017-03-17xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-03-09SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprtKinglong Mee1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-250/+304
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-270/+239
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan4-8/+8
2017-02-24sunrpc: don't register UDP port with rpcbind when version needs congestion controlJeff Layton1-0/+7
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-0/+15
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton2-0/+9
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust1-0/+34
2017-02-21sunrpc: silence uninitialized variable warningDan Carpenter1-1/+3
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+16
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-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust1-4/+6
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2-11/+70
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 Myklebust1-15/+0
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee1-12/+3
2017-02-08sunrpc: record rpc client pointer in seq->private directlyKinglong Mee1-25/+10
2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee1-2/+2
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee2-6/+0
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2-12/+10
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee1-32/+17
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee1-1/+5
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee1-15/+26
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever2-16/+16
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2-26/+21
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever1-1/+0
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever1-8/+9
2017-02-08svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever1-153/+79
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever3-24/+14
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever2-24/+28
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2-2/+14
2017-01-31svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown1-2/+4