summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever2019-01-021-5/+6
| * | xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever2019-01-023-5/+8
| * | xprtrdma: Remove rpcrdma_memreg_opsChuck Lever2019-01-025-101/+116
| * | xprtrdma: Remove support for FMR memory registrationChuck Lever2019-01-024-359/+2
| * | xprtrdma: Reduce max_frwr_depthChuck Lever2019-01-021-4/+11
| * | xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever2019-01-023-6/+14
| * | xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-025-17/+23
| * | xprtrdma: No qp_event disconnectChuck Lever2019-01-022-33/+0
| * | xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever2019-01-024-48/+44
| * | xprtrdma: Refactor Receive accountingChuck Lever2019-01-024-38/+18
| * | xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever2019-01-021-2/+2
| * | xprtrdma: Yet another double DMA-unmapChuck Lever2019-01-022-5/+10
| * | SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-192-7/+6
| * | SUNRPC: simplify auth_unix.NeilBrown2018-12-192-70/+32
| * | SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-194-15/+1
| * | SUNRPC: remove generic cred code.NeilBrown2018-12-194-219/+2
| * | 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
* | | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-0213-278/+112
|\ \ \
| * | | sunrpc: fix debug message in svc_create_xprt()Vasily Averin2018-12-271-2/+2
| * | | sunrpc: make visible processing error in bc_svc_process()Vasily Averin2018-12-271-2/+2
| * | | sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-274-22/+11
| * | | sunrpc: remove svc_rdma_bc_classVasily Averin2018-12-272-63/+0
| * | | sunrpc: remove svc_tcp_bc_classVasily Averin2018-12-271-101/+0
| * | | sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-274-34/+0
| * | | sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-272-3/+0
| * | | sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-273-7/+9
| * | | sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2018-12-271-4/+4
| * | | sunrpc: fix cache_head leak due to queued requestVasily Averin2018-12-041-1/+9
| * | | svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever2018-11-282-40/+76
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
* | | | 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