summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-203-37/+9
|\
| * SUNRPC: Remove xprt_connect_status()Trond Myklebust2018-12-181-31/+1
| * SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-181-2/+2
| * SUNRPC: Fix disconnection racesTrond Myklebust2018-12-183-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-094-45/+61
|\ \ | |/
| * SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust2018-12-051-7/+1
| * SUNRPC: Fix up socket pollingTrond Myklebust2018-12-051-2/+2
| * SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust2018-12-051-2/+3
| * SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust2018-12-051-1/+2
| * SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust2018-12-051-11/+11
| * SUNRPC: Fix RPC receive hangsTrond Myklebust2018-12-051-20/+19
| * SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-021-2/+9
| * SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2018-12-022-0/+3
| * SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-021-0/+4
| * SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust2018-12-021-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-193-30/+46
|\ \ | |/
| * Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-152-26/+43
| |\
| | * SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-11-121-7/+1
| | * SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cacheTrond Myklebust2018-11-121-19/+42
| * | SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-081-1/+1
| * | sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-051-3/+2
| |/
* | net: dump more useful information in netdev_rx_csum_fault()Cong Wang2018-11-151-1/+1
|/
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-043-34/+14
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-013-34/+14
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-012-3/+3
|\ \
| * | missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-011-2/+2
| * | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-0126-1590/+1921
| |\ \
| * | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | | | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-308-161/+219
|\ \ \ \
| * | | | nfsd: Fix an Oops in free_session()Trond Myklebust2018-10-291-1/+1
| * | | | svcrdma: Remove try_module_get from backchannelChuck Lever2018-10-291-14/+0
| * | | | svcrdma: Remove ->release_rqst call in bc reply handlerChuck Lever2018-10-291-5/+4
| * | | | svcrdma: Reduce max_send_sgesChuck Lever2018-10-291-4/+6
| * | | | SUNRPC: Simplify TCP receive codeTrond Myklebust2018-10-291-39/+14
| * | | | SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust2018-10-291-23/+23
| * | | | SUNRPC: Remove non-RCU protected lookupTrond Myklebust2018-10-291-57/+4
| * | | | SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust2018-10-291-6/+26
| * | | | SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust2018-10-291-6/+8
| * | | | SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust2018-10-291-14/+79
| * | | | SUNRPC: Refactor sunrpc_cache_lookupTrond Myklebust2018-10-031-8/+25
| * | | | SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust2018-10-033-6/+35
| * | | | SUNRPC: Remove the server 'authtab_lock' and just use RCUTrond Myklebust2018-10-031-18/+34
| |/ / /
* | | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-2626-1590/+1921
|\ \ \ \ | | |/ / | |/| |
| * | | SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-235-8/+8
| * | | SUNRPC: Convert auth creds to use refcount_tTrond Myklebust2018-10-232-8/+8
| * | | SUNRPC: Simplify lookup codeTrond Myklebust2018-10-231-11/+8
| * | | SUNRPC: Clean up the AUTH cache codeTrond Myklebust2018-10-232-62/+87
| | |/ | |/|
| * | Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-1810-342/+293
| |\ \
| | * | xprtrdma: Clean up xprt_rdma_disconnect_injectChuck Lever2018-10-031-2/+1
| | * | xprtrdma: Add documenting commentsChuck Lever2018-10-031-20/+23
OpenPOWER on IntegriCloud