index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
log.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
SUNRPC: Fix some kernel doc complaints
Chuck Lever
4
-4
/
+6
2019-01-02
SUNRPC: Simplify defining common RPC trace events
Chuck Lever
1
-103
/
+69
2019-01-02
NFS: Fix NFSv4 symbolic trace point output
Chuck Lever
1
-143
/
+313
2019-01-02
xprtrdma: Trace mapping, alloc, and dereg failures
Chuck Lever
4
-10
/
+144
2019-01-02
xprtrdma: Add trace points for calls to transport switch methods
Chuck Lever
2
-11
/
+17
2019-01-02
xprtrdma: Relocate the xprtrdma_mr_map trace points
Chuck Lever
1
-1
/
+1
2019-01-02
xprtrdma: Clean up of xprtrdma chunk trace points
Chuck Lever
2
-19
/
+29
2019-01-02
xprtrdma: Remove unused fields from rpcrdma_ia
Chuck Lever
1
-2
/
+0
2019-01-02
xprtrdma: Cull dprintk() call sites
Chuck Lever
4
-68
/
+19
2019-01-02
xprtrdma: Simplify locking that protects the rl_allreqs list
Chuck Lever
3
-35
/
+23
2019-01-02
xprtrdma: Expose transport header errors
Chuck Lever
1
-1
/
+0
2019-01-02
xprtrdma: Remove request_module from backchannel
Chuck Lever
1
-2
/
+0
2019-01-02
xprtrdma: Recognize XDRBUF_SPARSE_PAGES
Chuck Lever
1
-5
/
+6
2019-01-02
NFS: Make "port=" mount option optional for RDMA mounts
Chuck Lever
1
-2
/
+8
2019-01-02
xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)
Chuck Lever
3
-5
/
+8
2019-01-02
xprtrdma: Remove rpcrdma_memreg_ops
Chuck Lever
5
-101
/
+116
2019-01-02
xprtrdma: Remove support for FMR memory registration
Chuck Lever
4
-359
/
+2
2019-01-02
xprtrdma: Reduce max_frwr_depth
Chuck Lever
1
-4
/
+11
2019-01-02
xprtrdma: Fix ri_max_segs and the result of ro_maxpages
Chuck Lever
3
-6
/
+14
2019-01-02
xprtrdma: Don't wake pending tasks until disconnect is done
Chuck Lever
5
-17
/
+23
2019-01-02
xprtrdma: No qp_event disconnect
Chuck Lever
2
-33
/
+0
2019-01-02
xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
Chuck Lever
4
-48
/
+44
2019-01-02
xprtrdma: Refactor Receive accounting
Chuck Lever
5
-39
/
+19
2019-01-02
xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV fails
Chuck Lever
1
-2
/
+2
2019-01-02
xprtrdma: Yet another double DMA-unmap
Chuck Lever
2
-5
/
+10
2018-12-21
NFS: nfs_compare_mount_options always compare auth flavors.
Chris Perl
1
-2
/
+1
2018-12-19
SUNRPC discard cr_uid from struct rpc_cred.
NeilBrown
3
-9
/
+6
2018-12-19
SUNRPC: simplify auth_unix.
NeilBrown
2
-70
/
+32
2018-12-19
SUNRPC: remove crbind rpc_cred operation
NeilBrown
5
-17
/
+1
2018-12-19
SUNRPC: remove generic cred code.
NeilBrown
5
-225
/
+2
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
33
-343
/
+261
2018-12-19
NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.
NeilBrown
6
-19
/
+35
2018-12-19
NFS: change access cache to use 'struct cred'.
NeilBrown
4
-32
/
+41
2018-12-19
SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
NeilBrown
3
-5
/
+0
2018-12-19
NFS: move credential expiry tracking out of SUNRPC into NFS.
NeilBrown
7
-124
/
+28
2018-12-19
SUNRPC: add side channel to use non-generic cred for rpc call.
NeilBrown
4
-2
/
+11
2018-12-19
SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
NeilBrown
3
-13
/
+9
2018-12-19
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
10
-69
/
+55
2018-12-19
SUNRPC: discard RPC_DO_ROOTOVERRIDE()
NeilBrown
1
-1
/
+0
2018-12-19
NFSv4: don't require lock for get_renew_cred or get_machine_cred
NeilBrown
4
-25
/
+16
2018-12-19
NFSv4: add cl_root_cred for use when machine cred is not available.
NeilBrown
3
-8
/
+15
2018-12-19
SUNRPC: remove machine_cred field from struct auth_cred
NeilBrown
3
-12
/
+8
2018-12-19
SUNRPC: remove uid and gid from struct auth_cred
NeilBrown
7
-44
/
+29
2018-12-19
SUNRPC: remove groupinfo from struct auth_cred.
NeilBrown
5
-31
/
+14
2018-12-19
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
NeilBrown
7
-3
/
+48
2018-12-19
cred: allow get_cred() and put_cred() to be given NULL.
NeilBrown
1
-5
/
+9
2018-12-19
cred: export get_task_cred().
NeilBrown
1
-0
/
+1
2018-12-19
cred: add get_cred_rcu()
NeilBrown
2
-1
/
+12
2018-12-19
cred: add cred_fscmp() for comparing creds.
NeilBrown
2
-0
/
+56
2018-12-19
SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG
Ben Dooks
1
-8
/
+0
[next]