summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2-11/+59
2015-06-05SUNRPC: Fix a backchannel raceTrond Myklebust2-14/+29
2015-06-05SUNRPC: Clean up allocation and freeing of back channel requestsTrond Myklebust1-40/+55
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2-6/+3
2015-06-02SUNRPC: Clean up bc_send()Chuck Lever3-72/+26
2015-06-02SUNRPC: Backchannel handle socket nospaceTrond Myklebust1-11/+16
2015-06-02SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-06-02SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi1-8/+0
2015-05-04svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew1-7/+16
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-732/+889
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+16
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust8-720/+875
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes1-3/+5
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+2
2015-04-15VFS: net/: d_inode() annotationsDavid Howells1-16/+16
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro1-1/+1
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-03-31xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever5-46/+73
2015-03-31xprtrdma: Handle non-SEND completions via a calloutChuck Lever3-10/+28
2015-03-31xprtrdma: Add "open" memreg opChuck Lever5-46/+70
2015-03-31xprtrdma: Add "destroy MRs" memreg opChuck Lever5-51/+40
2015-03-31xprtrdma: Add "reset MRs" memreg opChuck Lever5-101/+83
2015-03-31xprtrdma: Add "init MRs" memreg opChuck Lever5-101/+119
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever7-90/+84
2015-03-31xprtrdma: Add a "register_external" op for each memreg modeChuck Lever6-169/+160
2015-03-31xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever6-36/+59
2015-03-31xprtrdma: Add vector of ops for each memory registration strategyChuck Lever6-5/+89
2015-03-31xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever1-2/+3
2015-03-31xprtrdma: Byte-align FRWR registrationChuck Lever1-8/+4
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever3-52/+34
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever2-21/+47
2015-03-27SUNRPC: Fix a regression when reconnectingTrond Myklebust1-10/+12
2015-03-13SUNRPC: fix build-warning due to format missmatchNicholas Mc Guire1-2/+2
2015-03-12SUNRPC: use jiffies_to_msecs for converting jiffiesNicholas Mc Guire1-1/+1
2015-03-08sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-2/+2
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+3
2015-03-03Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+4
2015-02-26sunrpc: integer underflow in rsc_parse()Dan Carpenter1-0/+2
2015-02-23Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2-2/+3
2015-02-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2-2/+3
2015-02-18Merge branch 'cleanups'Trond Myklebust6-151/+209
2015-02-17svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos1-0/+2
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-151/+209
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust1-6/+1