Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5cc7861eb5b425c7a30ff7676a4b9d0ca62d5c76
5cc7861
NFSv4: Don't call close if the open stateid has already been cleared
by Trond Myklebust
· 8 years ago
3e7dfb1
NFSv4: Fix CLOSE races with OPEN
by Trond Myklebust
· 8 years ago
23ea44c
NFSv4.1: Fix a regression in DELEGRETURN
by Trond Myklebust
· 8 years ago
62bdf94
xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect
by Chuck Lever
· 8 years ago
0ac84b7
fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()
by Shuah Khan
· 8 years ago
1927471
NFS: Don't print a pNFS error if we aren't using pNFS
by Anna Schumaker
· 8 years ago
8ef3295
NFS: Ignore connections that have cl_rpcclient uninitialized
by Petr Vandrovec
· 8 years ago
bb29dd8
SUNRPC: Fix suspicious RCU usage
by Anna Schumaker
· 8 years ago
68a5640
NFSv4.1: work around -Wmaybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
86a6c21
NFS: Trim extra slash in v4 nfs_path
by Benjamin Coddington
· 8 years ago
83aa3e0
nfs4: fix missing-braces warning
by Arnd Bergmann
· 8 years ago
a3f9d1b5
pnfs/blocklayout: fix last_write_offset incorrectly set to page boundary
by Benjamin Coddington
· 8 years ago
3f807e5
NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
by Jeff Layton
· 8 years ago
2f86e09
fs: nfs: Make nfs boot time y2038 safe
by Deepa Dinamani
· 8 years ago
66cbd4b
sunrpc: replace generic auth_cred hash with auth-specific function
by Frank Sorenson
· 8 years ago
a960f8d
sunrpc: add RPCSEC_GSS hash_cred() function
by Frank Sorenson
· 8 years ago
1e035d0
sunrpc: add auth_unix hash_cred() function
by Frank Sorenson
· 8 years ago
18028c9
sunrpc: add generic_auth hash_cred() function
by Frank Sorenson
· 8 years ago
e856a23
sunrpc: add hash_cred() function to rpc_authops struct
by Frank Sorenson
· 8 years ago
a865880
Retry operation on EREMOTEIO on an interrupted slot
by Olga Kornievskaia
· 8 years ago
bfc505d
pNFS: Fix atime updates on pNFS clients
by Trond Myklebust
· 8 years ago
77b00bc
sunrpc: queue work on system_power_efficient_wq
by Ke Wang
· 8 years ago
8a64c4e
NFSv4.1: Even if the stateid is OK, we may need to recover the open modes
by Trond Myklebust
· 8 years ago
7ebeb7f
NFSv4: If recovery failed for a specific open stateid, then don't retry
by Trond Myklebust
· 8 years ago
76e8a1b
NFSv4: Fix retry issues with nfs41_test/free_stateid
by Trond Myklebust
· 8 years ago
304020f
NFSv4: Open state recovery must account for file permission changes
by Trond Myklebust
· 8 years ago
67dd483
NFSv4: Mark the lock and open stateids as invalid after freeing them
by Trond Myklebust
· 8 years ago
b134fc4
NFSv4: Don't test open_stateid unless it is set
by Trond Myklebust
· 8 years ago
272289a
NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateid
by Trond Myklebust
· 8 years ago
7f04883
NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegation
by Trond Myklebust
· 8 years ago
1393d96
NFSv4: Fix a race when updating an open_stateid
by Trond Myklebust
· 8 years ago
b1a318d
NFSv4: Fix a race in nfs_inode_reclaim_delegation()
by Trond Myklebust
· 8 years ago
9c27869
NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
by Trond Myklebust
· 8 years ago
26f4744
NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
by Trond Myklebust
· 8 years ago
d7f3e4b
NFSv4: nfs4_handle_setlk_error() handle expiration as revoke case
by Trond Myklebust
· 8 years ago
404ea356
NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
by Trond Myklebust
· 8 years ago
6c2d8f8
NFSv4: nfs_inode_find_state_and_recover() should check all stateids
by Trond Myklebust
· 8 years ago
059b43e
NFSv4: Ensure we don't re-test revoked and freed stateids
by Trond Myklebust
· 8 years ago
26d3630
NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
by Trond Myklebust
· 8 years ago
f0b0bf8
NFSv4.1: FREE_STATEID can be asynchronous
by Trond Myklebust
· 8 years ago
c5896fc
NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
by Trond Myklebust
· 8 years ago
f7a62ad
NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
by Trond Myklebust
· 8 years ago
63d63cb
NFSv4.1: Don't recheck delegations that have already been checked
by Trond Myklebust
· 8 years ago
bb3d1a3
NFSv4.1: Deal with server reboots during delegation expiration recovery
by Trond Myklebust
· 8 years ago
45870d6
NFSv4.1: Test delegation stateids when server declares "some state revoked"
by Trond Myklebust
· 8 years ago
41020b6
NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
by Trond Myklebust
· 8 years ago
4586f6e
NFSv4.1: Add a helper function to deal with expired stateids
by Trond Myklebust
· 8 years ago
43912bb
NFSv4.1: Allow test_stateid to handle session errors without waiting
by Trond Myklebust
· 8 years ago
4c8e544
NFSv4.1: Don't check delegations that are already marked as revoked
by Trond Myklebust
· 8 years ago
aa05c87
NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
by Trond Myklebust
· 8 years ago
b3f9e72
NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
by Trond Myklebust
· 8 years ago
7dc72d5
NFS: Fix inode corruption in nfs_prime_dcache()
by Trond Myklebust
· 8 years ago
0a014a4
NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
by Trond Myklebust
· 8 years ago
5690a22
xprtrdma: use complete() instead complete_all()
by Daniel Wagner
· 8 years ago
2a446a5
NFS: cache_lib: use complete() instead of complete_all()
by Daniel Wagner
· 8 years ago
024de8f
NFS: direct: use complete() instead of complete_all()
by Daniel Wagner
· 8 years ago
a6cebd4
SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()
by Trond Myklebust
· 8 years ago
ace0e14
SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch
by Trond Myklebust
· 8 years ago
78d04af
NFS: nfs_prime_dcache must validate the filename
by Trond Myklebust
· 8 years ago
a1d617d8
nfs: allow blocking locks to be awoken by lock callbacks
by Jeff Layton
· 8 years ago
d2f3a7f
nfs: move nfs4 lock retry attempt loop to a separate function
by Jeff Layton
· 8 years ago
1ea67db
nfs: move nfs4_set_lock_state call into caller
by Jeff Layton
· 8 years ago
db78368
nfs: add handling for CB_NOTIFY_LOCK in client
by Jeff Layton
· 8 years ago
a8ce377
nfs: track whether server sets MAY_NOTIFY_LOCK flag
by Jeff Layton
· 8 years ago
eed7c41
nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constant
by Jeff Layton
· 8 years ago
66f570a
nfs: use safe, interruptible sleeps when waiting to retry LOCK
by Jeff Layton
· 8 years ago
75575dd
nfs: eliminate pointless and confusing do_vfs_lock wrappers
by Jeff Layton
· 8 years ago
b60475c
nfs: the length argument to read_buf should be unsigned
by Jeff Layton
· 8 years ago
f844cd0
nfs: cover ->migratepage with CONFIG_MIGRATION
by Chao Yu
· 8 years ago
d48f9ce
sunrpc: fix write space race causing stalls
by David Vrabel
· 8 years ago
ca440c3
pnfs: add a new mechanism to select a layout driver according to an ordered list
by Jeff Layton
· 8 years ago
496b77a
xprtrdma: Eliminate rpcrdma_receive_worker()
by Chuck Lever
· 8 years ago
1519e96
xprtrdma: Rename rpcrdma_receive_wc()
by Chuck Lever
· 8 years ago
eeb3061
xprtrmda: Report address of frmr, not mw
by Chuck Lever
· 8 years ago
44829d0
xprtrdma: Support larger inline thresholds
by Chuck Lever
· 8 years ago
655fec6
xprtrdma: Use gathered Send for large inline messages
by Chuck Lever
· 8 years ago
c8b920b
xprtrdma: Basic support for Remote Invalidation
by Chuck Lever
· 8 years ago
87cfb9a
xprtrdma: Client-side support for rpcrdma_connect_private
by Chuck Lever
· 8 years ago
ff06bd1
rpcrdma: RDMA/CM private message data structure
by Chuck Lever
· 8 years ago
6ea8e71
xprtrdma: Move recv_wr to struct rpcrdma_rep
by Chuck Lever
· 8 years ago
90aab60
xprtrdma: Move send_wr to struct rpcrdma_req
by Chuck Lever
· 8 years ago
b157380
xprtrdma: Simplify rpcrdma_ep_post_recv()
by Chuck Lever
· 8 years ago
13650c2
xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf
by Chuck Lever
· 8 years ago
54cbd6b
xprtrdma: Delay DMA mapping Send and Receive buffers
by Chuck Lever
· 8 years ago
99ef4db
xprtrdma: Replace DMA_BIDIRECTIONAL
by Chuck Lever
· 8 years ago
08cf2ef
xprtrdma: Use smaller buffers for RPC-over-RDMA headers
by Chuck Lever
· 8 years ago
9c40c49
xprtrdma: Initialize separate RPC call and reply buffers
by Chuck Lever
· 8 years ago
5a6d1db
SUNRPC: Add a transport-specific private field in rpc_rqst
by Chuck Lever
· 8 years ago
6877894
SUNRPC: Separate buffer pointers for RPC Call and Reply messages
by Chuck Lever
· 8 years ago
3435c74
SUNRPC: Generalize the RPC buffer release API
by Chuck Lever
· 8 years ago
5fe6eaa
SUNRPC: Generalize the RPC buffer allocation API
by Chuck Lever
· 8 years ago
b9c5bc0
SUNRPC: Refactor rpc_xdr_buf_init()
by Chuck Lever
· 8 years ago
eb342e9
xprtrdma: Eliminate INLINE_THRESHOLD macros
by Chuck Lever
· 8 years ago
04fa2c6
NFS pnfs data server multipath session trunking
by Andy Adamson
· 8 years ago
ad0849a
NFS test session trunking with exchange id
by Andy Adamson
· 8 years ago
04ea1b3
NFS add xprt switch addrs test to match client
by Andy Adamson
· 8 years ago
fda0ab4
SUNRPC: rpc_clnt_add_xprt setup function for NFS layer
by Andy Adamson
· 8 years ago
39e5d2d
SUNRPC search xprt switch for sockaddr
by Andy Adamson
· 8 years ago
dd69171
SUNRPC rpc_clnt_xprt_switch_add_xprt
by Andy Adamson
· 8 years ago
3b58a8a
SUNRPC rpc_clnt_xprt_switch_put
by Andy Adamson
· 8 years ago
Next »