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 inode corruption in nfs_prime_dcache()
Trond Myklebust
2016-09-27
1
-5
/
+11
*
NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
Trond Myklebust
2016-09-27
4
-3
/
+17
*
xprtrdma: use complete() instead complete_all()
Daniel Wagner
2016-09-23
1
-1
/
+1
*
NFS: cache_lib: use complete() instead of complete_all()
Daniel Wagner
2016-09-23
1
-1
/
+1
*
NFS: direct: use complete() instead of complete_all()
Daniel Wagner
2016-09-23
1
-1
/
+1
*
SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()
Trond Myklebust
2016-09-22
1
-2
/
+2
*
SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch
Trond Myklebust
2016-09-22
1
-2
/
+5
*
NFS: nfs_prime_dcache must validate the filename
Trond Myklebust
2016-09-22
1
-0
/
+8
*
nfs: allow blocking locks to be awoken by lock callbacks
Jeff Layton
2016-09-22
4
-1
/
+103
*
nfs: move nfs4 lock retry attempt loop to a separate function
Jeff Layton
2016-09-22
1
-27
/
+22
*
nfs: move nfs4_set_lock_state call into caller
Jeff Layton
2016-09-22
1
-8
/
+10
*
nfs: add handling for CB_NOTIFY_LOCK in client
Jeff Layton
2016-09-22
3
-1
/
+71
*
nfs: track whether server sets MAY_NOTIFY_LOCK flag
Jeff Layton
2016-09-22
2
-0
/
+3
*
nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constant
Jeff Layton
2016-09-22
1
-2
/
+3
*
nfs: use safe, interruptible sleeps when waiting to retry LOCK
Jeff Layton
2016-09-22
1
-1
/
+1
*
nfs: eliminate pointless and confusing do_vfs_lock wrappers
Jeff Layton
2016-09-22
2
-17
/
+7
*
nfs: the length argument to read_buf should be unsigned
Jeff Layton
2016-09-22
1
-1
/
+1
*
nfs: cover ->migratepage with CONFIG_MIGRATION
Chao Yu
2016-09-20
2
-3
/
+2
*
sunrpc: fix write space race causing stalls
David Vrabel
2016-09-19
1
-1
/
+10
*
pnfs: add a new mechanism to select a layout driver according to an ordered list
Jeff Layton
2016-09-19
6
-24
/
+72
*
xprtrdma: Eliminate rpcrdma_receive_worker()
Chuck Lever
2016-09-19
3
-12
/
+5
*
xprtrdma: Rename rpcrdma_receive_wc()
Chuck Lever
2016-09-19
1
-3
/
+3
*
xprtrmda: Report address of frmr, not mw
Chuck Lever
2016-09-19
1
-2
/
+6
*
xprtrdma: Support larger inline thresholds
Chuck Lever
2016-09-19
2
-4
/
+4
*
xprtrdma: Use gathered Send for large inline messages
Chuck Lever
2016-09-19
5
-185
/
+207
*
xprtrdma: Basic support for Remote Invalidation
Chuck Lever
2016-09-19
6
-7
/
+44
*
xprtrdma: Client-side support for rpcrdma_connect_private
Chuck Lever
2016-09-19
6
-15
/
+53
*
rpcrdma: RDMA/CM private message data structure
Chuck Lever
2016-09-19
1
-0
/
+35
*
xprtrdma: Move recv_wr to struct rpcrdma_rep
Chuck Lever
2016-09-19
2
-7
/
+7
*
xprtrdma: Move send_wr to struct rpcrdma_req
Chuck Lever
2016-09-19
4
-24
/
+24
*
xprtrdma: Simplify rpcrdma_ep_post_recv()
Chuck Lever
2016-09-19
4
-11
/
+5
*
xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf
Chuck Lever
2016-09-19
4
-31
/
+23
*
xprtrdma: Delay DMA mapping Send and Receive buffers
Chuck Lever
2016-09-19
4
-26
/
+78
*
xprtrdma: Replace DMA_BIDIRECTIONAL
Chuck Lever
2016-09-19
4
-35
/
+36
*
xprtrdma: Use smaller buffers for RPC-over-RDMA headers
Chuck Lever
2016-09-19
3
-5
/
+7
*
xprtrdma: Initialize separate RPC call and reply buffers
Chuck Lever
2016-09-19
3
-59
/
+99
*
SUNRPC: Add a transport-specific private field in rpc_rqst
Chuck Lever
2016-09-19
5
-12
/
+11
*
SUNRPC: Separate buffer pointers for RPC Call and Reply messages
Chuck Lever
2016-09-19
4
-3
/
+6
*
SUNRPC: Generalize the RPC buffer release API
Chuck Lever
2016-09-19
8
-31
/
+20
*
SUNRPC: Generalize the RPC buffer allocation API
Chuck Lever
2016-09-19
7
-37
/
+63
*
SUNRPC: Refactor rpc_xdr_buf_init()
Chuck Lever
2016-09-19
5
-37
/
+21
*
xprtrdma: Eliminate INLINE_THRESHOLD macros
Chuck Lever
2016-09-19
4
-15
/
+6
*
NFS pnfs data server multipath session trunking
Andy Adamson
2016-09-19
4
-14
/
+86
*
NFS test session trunking with exchange id
Andy Adamson
2016-09-19
2
-11
/
+44
*
NFS add xprt switch addrs test to match client
Andy Adamson
2016-09-19
1
-1
/
+4
*
SUNRPC: rpc_clnt_add_xprt setup function for NFS layer
Andy Adamson
2016-09-19
2
-0
/
+76
*
SUNRPC search xprt switch for sockaddr
Andy Adamson
2016-09-19
4
-1
/
+42
*
SUNRPC rpc_clnt_xprt_switch_add_xprt
Andy Adamson
2016-09-19
2
-0
/
+8
*
SUNRPC rpc_clnt_xprt_switch_put
Andy Adamson
2016-09-19
2
-0
/
+8
*
SUNRPC remove rpc_task_release_client from rpc_task_set_client
Andy Adamson
2016-09-19
1
-1
/
+0
[next]