summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-07-101-3/+3
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-101-2/+10
* sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-06-061-2/+2
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-03-071-1/+1
* svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise2015-10-271-2/+4
* svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-10-221-1/+9
* SUNRPC: Lock the transport layer on shutdownTrond Myklebust2015-09-291-0/+6
* SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-291-3/+8
* SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-09-291-0/+1
* SUNRPC: Fix a thinko in xs_connect()Trond Myklebust2015-09-291-4/+5
* SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust2015-08-031-1/+1
* svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew2015-05-041-7/+16
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-2610-732/+889
|\
| * Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-04-238-720/+875
| |\
| | * xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever2015-03-315-46/+73
| | * xprtrdma: Handle non-SEND completions via a calloutChuck Lever2015-03-313-10/+28
| | * xprtrdma: Add "open" memreg opChuck Lever2015-03-315-46/+70
| | * xprtrdma: Add "destroy MRs" memreg opChuck Lever2015-03-315-51/+40
| | * xprtrdma: Add "reset MRs" memreg opChuck Lever2015-03-315-101/+83
| | * xprtrdma: Add "init MRs" memreg opChuck Lever2015-03-315-101/+119
| | * xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever2015-03-317-90/+84
| | * xprtrdma: Add a "register_external" op for each memreg modeChuck Lever2015-03-316-169/+160
| | * xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever2015-03-316-36/+59
| | * xprtrdma: Add vector of ops for each memory registration strategyChuck Lever2015-03-316-5/+89
| | * xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever2015-03-311-2/+3
| | * xprtrdma: Byte-align FRWR registrationChuck Lever2015-03-311-8/+4
| | * xprtrdma: Perform a full marshal on retransmitChuck Lever2015-03-313-52/+34
| | * xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever2015-03-312-21/+47
| * | Merge branch 'bugfixes'Trond Myklebust2015-04-231-10/+12
| |\ \
| | * | SUNRPC: Fix a regression when reconnectingTrond Myklebust2015-03-271-10/+12
| | |/
| * | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-04-234-38/+32
| * | SUNRPC: fix build-warning due to format missmatchNicholas Mc Guire2015-03-131-2/+2
| * | SUNRPC: use jiffies_to_msecs for converting jiffiesNicholas Mc Guire2015-03-121-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-16/+16
|\ \
| * | VFS: net/: d_inode() annotationsDavid Howells2015-04-151-16/+16
* | | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-3/+5
* | | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-151-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+1
|\| |
| * | get rid of the size argument of sock_sendmsg()Al Viro2015-04-111-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-2/+2
|\ \ \ | |/ / |/| |
| * | treewide: Fix typo in printk messagesMasanari Iida2015-03-061-2/+2
* | | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-314-38/+32
| |/ |/|
* | sunrpc: fix braino in ->poll()Al Viro2015-03-081-1/+1
* | Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-03-062-2/+3
|\ \
| * \ Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-02-232-2/+3
| |\ \
| | * | xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2015-02-232-2/+3
* | | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-03-032-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | sunrpc: integer underflow in rsc_parse()Dan Carpenter2015-02-261-0/+2
| * | | svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos2015-02-171-0/+2
* | | | Merge branch 'cleanups'Trond Myklebust2015-02-186-151/+209
|\ \ \ \