index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xprtrdma: Update comments in frwr_op_send
Chuck Lever
2019-01-02
1
-2
/
+2
*
SUNRPC: Fix some kernel doc complaints
Chuck Lever
2019-01-02
4
-4
/
+6
*
xprtrdma: Trace mapping, alloc, and dereg failures
Chuck Lever
2019-01-02
3
-10
/
+8
*
xprtrdma: Add trace points for calls to transport switch methods
Chuck Lever
2019-01-02
1
-7
/
+11
*
xprtrdma: Relocate the xprtrdma_mr_map trace points
Chuck Lever
2019-01-02
1
-1
/
+1
*
xprtrdma: Clean up of xprtrdma chunk trace points
Chuck Lever
2019-01-02
1
-3
/
+3
*
xprtrdma: Remove unused fields from rpcrdma_ia
Chuck Lever
2019-01-02
1
-2
/
+0
*
xprtrdma: Cull dprintk() call sites
Chuck Lever
2019-01-02
4
-68
/
+19
*
xprtrdma: Simplify locking that protects the rl_allreqs list
Chuck Lever
2019-01-02
3
-35
/
+23
*
xprtrdma: Expose transport header errors
Chuck Lever
2019-01-02
1
-1
/
+0
*
xprtrdma: Remove request_module from backchannel
Chuck Lever
2019-01-02
1
-2
/
+0
*
xprtrdma: Recognize XDRBUF_SPARSE_PAGES
Chuck Lever
2019-01-02
1
-5
/
+6
*
xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)
Chuck Lever
2019-01-02
3
-5
/
+8
*
xprtrdma: Remove rpcrdma_memreg_ops
Chuck Lever
2019-01-02
5
-101
/
+116
*
xprtrdma: Remove support for FMR memory registration
Chuck Lever
2019-01-02
4
-359
/
+2
*
xprtrdma: Reduce max_frwr_depth
Chuck Lever
2019-01-02
1
-4
/
+11
*
xprtrdma: Fix ri_max_segs and the result of ro_maxpages
Chuck Lever
2019-01-02
3
-6
/
+14
*
xprtrdma: Don't wake pending tasks until disconnect is done
Chuck Lever
2019-01-02
5
-17
/
+23
*
xprtrdma: No qp_event disconnect
Chuck Lever
2019-01-02
2
-33
/
+0
*
xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
Chuck Lever
2019-01-02
4
-48
/
+44
*
xprtrdma: Refactor Receive accounting
Chuck Lever
2019-01-02
4
-38
/
+18
*
xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV fails
Chuck Lever
2019-01-02
1
-2
/
+2
*
xprtrdma: Yet another double DMA-unmap
Chuck Lever
2019-01-02
2
-5
/
+10
*
SUNRPC discard cr_uid from struct rpc_cred.
NeilBrown
2018-12-19
2
-7
/
+6
*
SUNRPC: simplify auth_unix.
NeilBrown
2018-12-19
2
-70
/
+32
*
SUNRPC: remove crbind rpc_cred operation
NeilBrown
2018-12-19
4
-15
/
+1
*
SUNRPC: remove generic cred code.
NeilBrown
2018-12-19
4
-219
/
+2
*
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-12-19
3
-8
/
+12
*
SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
NeilBrown
2018-12-19
2
-2
/
+0
*
NFS: move credential expiry tracking out of SUNRPC into NFS.
NeilBrown
2018-12-19
3
-109
/
+4
*
SUNRPC: add side channel to use non-generic cred for rpc call.
NeilBrown
2018-12-19
3
-2
/
+9
*
SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
NeilBrown
2018-12-19
2
-13
/
+8
*
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
2018-12-19
3
-24
/
+40
*
SUNRPC: remove machine_cred field from struct auth_cred
NeilBrown
2018-12-19
2
-10
/
+7
*
SUNRPC: remove uid and gid from struct auth_cred
NeilBrown
2018-12-19
4
-31
/
+19
*
SUNRPC: remove groupinfo from struct auth_cred.
NeilBrown
2018-12-19
3
-17
/
+13
*
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
NeilBrown
2018-12-19
4
-2
/
+17
*
SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG
Ben Dooks
2018-12-19
1
-8
/
+0
*
SUNRPC: Remove xprt_connect_status()
Trond Myklebust
2018-12-18
1
-31
/
+1
*
SUNRPC: Fix a race with XPRT_CONNECTING
Trond Myklebust
2018-12-18
1
-2
/
+2
*
SUNRPC: Fix disconnection races
Trond Myklebust
2018-12-18
3
-5
/
+7
*
SUNRPC: Don't force a redundant disconnection in xs_read_stream()
Trond Myklebust
2018-12-05
1
-7
/
+1
*
SUNRPC: Fix up socket polling
Trond Myklebust
2018-12-05
1
-2
/
+2
*
SUNRPC: Use the discard iterator rather than MSG_TRUNC
Trond Myklebust
2018-12-05
1
-2
/
+3
*
SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()
Trond Myklebust
2018-12-05
1
-1
/
+2
*
SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag
Trond Myklebust
2018-12-05
1
-11
/
+11
*
SUNRPC: Fix RPC receive hangs
Trond Myklebust
2018-12-05
1
-20
/
+19
*
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
2018-12-02
1
-2
/
+9
*
SUNRPC: Fix a memory leak in call_encode()
Trond Myklebust
2018-12-02
2
-0
/
+3
*
SUNRPC: Fix leak of krb5p encode pages
Chuck Lever
2018-12-02
1
-0
/
+4
[next]