summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-193-8/+12
* SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-192-2/+0
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-193-109/+4
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-193-2/+9
* SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-192-13/+8
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-193-24/+40
* SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-192-10/+7
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-194-31/+19
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-193-17/+13
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-194-2/+17
* SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-191-8/+0
* 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
* 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 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
|/
* 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
|\ \ \ \ | | |/ / | |/| |