summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | xprtrdma: Report when there were zero posted ReceivesChuck Lever2018-10-031-2/+5
| | * | xprtrdma: Move rb_flags initializationChuck Lever2018-10-031-1/+1
| | * | xprtrdma: Don't disable BH's in backchannel serverChuck Lever2018-10-031-8/+8
| | * | xprtrdma: Remove memory address of "ep" from an error messageChuck Lever2018-10-031-2/+3
| | * | xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever2018-10-031-3/+11
| | * | xprtrdma: Simplify RPC wake-ups on connectChuck Lever2018-10-033-48/+52
| | * | xprtrdma: Re-organize the switch() in rpcrdma_conn_upcallChuck Lever2018-10-031-9/+8
| | * | xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()Chuck Lever2018-10-021-8/+6
| | * | xprtrdma: Conventional variable names in rpcrdma_conn_upcallChuck Lever2018-10-021-11/+12
| | * | xprtrdma: Rename rpcrdma_conn_upcallChuck Lever2018-10-021-3/+13
| | * | sunrpc: Report connect_time in secondsChuck Lever2018-10-022-3/+3
| | * | sunrpc: Fix connect metricsChuck Lever2018-10-023-15/+15
| | * | xprtrdma: Name MR trace events consistentlyChuck Lever2018-10-023-8/+8
| | * | xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever2018-10-026-197/+113
| | * | xprtrdma: Create more MRs at a timeChuck Lever2018-10-024-3/+3
| | * | xprtrdma: Reset credit grant properly after a disconnectChuck Lever2018-10-022-0/+7
| | * | xprtrdma: xprt_release_rqst_cong is called outside of transport_lockChuck Lever2018-10-021-9/+7
| | |/
| * | sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2018-10-181-16/+18
| * | SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2018-10-181-0/+1
| * | SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()Arnd Bergmann2018-10-051-1/+1
| * | SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-302-17/+28
| * | SUNRPC: Lockless lookup of RPCSEC_GSS mechanismsTrond Myklebust2018-09-301-14/+14