summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2015-08-03SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust
2015-05-04svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-04-23Merge branch 'bugfixes'Trond Myklebust
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2015-04-15VFS: net/: d_inode() annotationsDavid Howells
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton
2015-03-31xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever
2015-03-31xprtrdma: Handle non-SEND completions via a calloutChuck Lever
2015-03-31xprtrdma: Add "open" memreg opChuck Lever
2015-03-31xprtrdma: Add "destroy MRs" memreg opChuck Lever
2015-03-31xprtrdma: Add "reset MRs" memreg opChuck Lever
2015-03-31xprtrdma: Add "init MRs" memreg opChuck Lever
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add a "register_external" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add vector of ops for each memory registration strategyChuck Lever
2015-03-31xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever
2015-03-31xprtrdma: Byte-align FRWR registrationChuck Lever
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever
2015-03-27SUNRPC: Fix a regression when reconnectingTrond Myklebust
2015-03-13SUNRPC: fix build-warning due to format missmatchNicholas Mc Guire
2015-03-12SUNRPC: use jiffies_to_msecs for converting jiffiesNicholas Mc Guire
2015-03-08sunrpc: fix braino in ->poll()Al Viro
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-03-03Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-02-26sunrpc: integer underflow in rsc_parse()Dan Carpenter
2015-02-23Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-02-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever
2015-02-18Merge branch 'cleanups'Trond Myklebust
2015-02-17svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust
2015-02-09SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust
2015-02-09SUNRPC: Handle connection reset more efficiently.Trond Myklebust
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust