index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFS: Fix NFSv4 symbolic trace point output
Chuck Lever
2019-01-02
1
-143
/
+313
*
xprtrdma: Trace mapping, alloc, and dereg failures
Chuck Lever
2019-01-02
4
-10
/
+144
*
xprtrdma: Add trace points for calls to transport switch methods
Chuck Lever
2019-01-02
2
-11
/
+17
*
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
2
-19
/
+29
*
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
*
NFS: Make "port=" mount option optional for RDMA mounts
Chuck Lever
2019-01-02
1
-2
/
+8
*
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
5
-39
/
+19
*
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
*
NFS: nfs_compare_mount_options always compare auth flavors.
Chris Perl
2018-12-21
1
-2
/
+1
*
SUNRPC discard cr_uid from struct rpc_cred.
NeilBrown
2018-12-19
3
-9
/
+6
*
SUNRPC: simplify auth_unix.
NeilBrown
2018-12-19
2
-70
/
+32
*
SUNRPC: remove crbind rpc_cred operation
NeilBrown
2018-12-19
5
-17
/
+1
*
SUNRPC: remove generic cred code.
NeilBrown
2018-12-19
5
-225
/
+2
*
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-12-19
33
-343
/
+261
*
NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.
NeilBrown
2018-12-19
6
-19
/
+35
*
NFS: change access cache to use 'struct cred'.
NeilBrown
2018-12-19
4
-32
/
+41
*
SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
NeilBrown
2018-12-19
3
-5
/
+0
*
NFS: move credential expiry tracking out of SUNRPC into NFS.
NeilBrown
2018-12-19
7
-124
/
+28
*
SUNRPC: add side channel to use non-generic cred for rpc call.
NeilBrown
2018-12-19
4
-2
/
+11
*
SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
NeilBrown
2018-12-19
3
-13
/
+9
*
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
2018-12-19
10
-69
/
+55
*
SUNRPC: discard RPC_DO_ROOTOVERRIDE()
NeilBrown
2018-12-19
1
-1
/
+0
*
NFSv4: don't require lock for get_renew_cred or get_machine_cred
NeilBrown
2018-12-19
4
-25
/
+16
*
NFSv4: add cl_root_cred for use when machine cred is not available.
NeilBrown
2018-12-19
3
-8
/
+15
*
SUNRPC: remove machine_cred field from struct auth_cred
NeilBrown
2018-12-19
3
-12
/
+8
*
SUNRPC: remove uid and gid from struct auth_cred
NeilBrown
2018-12-19
7
-44
/
+29
*
SUNRPC: remove groupinfo from struct auth_cred.
NeilBrown
2018-12-19
5
-31
/
+14
*
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
NeilBrown
2018-12-19
7
-3
/
+48
*
cred: allow get_cred() and put_cred() to be given NULL.
NeilBrown
2018-12-19
1
-5
/
+9
*
cred: export get_task_cred().
NeilBrown
2018-12-19
1
-0
/
+1
*
cred: add get_cred_rcu()
NeilBrown
2018-12-19
2
-1
/
+12
*
cred: add cred_fscmp() for comparing creds.
NeilBrown
2018-12-19
2
-0
/
+56
*
SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG
Ben Dooks
2018-12-19
1
-8
/
+0
*
nfs: fix comment to nfs_generic_pg_test which does the opposite
Pavel Tikhomirov
2018-12-19
1
-1
/
+1
*
NFSv4: cleanup remove unused nfs4_xdev_fs_type
Olga Kornievskaia
2018-12-19
1
-1
/
+0
[next]