index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
nfc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-23
NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modes
Trond Myklebust
1
-0
/
+1
2013-04-23
NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle
Trond Myklebust
1
-2
/
+6
2013-04-22
NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONE
Chuck Lever
1
-1
/
+1
2013-04-22
NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriate
Trond Myklebust
1
-3
/
+13
2013-04-22
LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot
Trond Myklebust
2
-3
/
+3
2013-04-20
NFSv4: Ensure the LOCK call cannot use the delegation stateid
Trond Myklebust
1
-1
/
+1
2013-04-20
NFSv4: Use the open stateid if the delegation has the wrong mode
Trond Myklebust
3
-1
/
+7
2013-04-19
nfs: Send atime and mtime as a 64bit value
Bryan Schumaker
1
-4
/
+2
2013-04-17
NFSv4: Record the OPEN create mode used in the nfs4_opendata structure
Trond Myklebust
3
-23
/
+31
2013-04-14
NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transports
Trond Myklebust
3
-0
/
+5
2013-04-14
SUNRPC: Allow rpc_create() to request that TCP slots be unlimited
Trond Myklebust
4
-1
/
+11
2013-04-14
SUNRPC: Fix a livelock problem in the xprt->backlog queue
Trond Myklebust
3
-4
/
+76
2013-04-12
NFSv4: Fix handling of revoked delegations by setattr
Trond Myklebust
1
-1
/
+5
2013-04-11
NFSv4 release the sequence id in the return on close case
Andy Adamson
1
-1
/
+3
2013-04-10
nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_cla...
Jeff Layton
1
-3
/
+1
2013-04-10
NFSv4: Doh! Typo in the fix to nfs41_walk_client_list
Trond Myklebust
1
-0
/
+1
2013-04-09
NFSv4: Fix another potential state manager deadlock
Trond Myklebust
1
-0
/
+1
2013-04-09
NFS: Ensure that NFS file unlock waits for readahead to complete
Trond Myklebust
1
-0
/
+9
2013-04-09
NFS: Add functionality to allow waiting on all outstanding reads to complete
Trond Myklebust
4
-0
/
+66
2013-04-09
NFSv4: Handle timeouts correctly when probing for lease validity
Trond Myklebust
2
-3
/
+7
2013-04-05
NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in use
Trond Myklebust
3
-9
/
+9
2013-04-05
NFSv4: Clean up nfs_expire_all_delegations
Trond Myklebust
1
-16
/
+27
2013-04-05
NFSv4: Fix nfs_server_return_all_delegations
Trond Myklebust
1
-7
/
+17
2013-04-05
NFSv4: Be less aggressive about returning delegations for open files
Trond Myklebust
2
-3
/
+28
2013-04-05
NFSv4: Clean up delegation recall error handling
Trond Myklebust
3
-58
/
+29
2013-04-05
NFSv4: Clean up nfs4_open_delegation_recall
Trond Myklebust
1
-55
/
+41
2013-04-05
NFSv4: Clean up nfs4_lock_delegation_recall
Trond Myklebust
1
-48
/
+38
2013-04-05
NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recall
Trond Myklebust
1
-0
/
+6
2013-04-05
NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recall
Trond Myklebust
1
-0
/
+6
2013-04-05
sunrpc: drop "select NETVM"
Paul Bolle
1
-1
/
+0
2013-04-05
nfs: allow the v4.1 callback thread to freeze
Jeff Layton
1
-0
/
+3
2013-04-05
SUNRPC: Fix a potential memory leak in rpc_new_client
Trond Myklebust
1
-5
/
+2
2013-04-05
NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list
Trond Myklebust
1
-16
/
+28
2013-04-05
NFSv4: Fix a memory leak in nfs4_discover_server_trunking
Trond Myklebust
1
-1
/
+7
2013-04-05
SUNRPC: Remove extra xprt_put()
Chuck Lever
1
-3
/
+1
2013-04-05
NFSv4: Don't clear the machine cred when client establish returns EACCES
Trond Myklebust
1
-16
/
+0
2013-04-05
NFSv4: Fix issues in nfs4_discover_server_trunking
Trond Myklebust
1
-1
/
+6
2013-04-04
NFSv4: Fix the fallback to AUTH_NULL if krb5i is not available
Trond Myklebust
1
-0
/
+2
2013-04-04
NFS: Use server-recommended security flavor by default (NFSv3)
Chuck Lever
2
-38
/
+44
2013-04-04
SUNRPC: Don't recognize RPC_AUTH_MAXFLAVOR
Chuck Lever
1
-1
/
+4
2013-03-29
NFS: Use "krb5i" to establish NFSv4 state whenever possible
Chuck Lever
2
-33
/
+6
2013-03-29
NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSEC
Chuck Lever
1
-0
/
+1
2013-03-29
NFS: Use static list of security flavors during root FH lookup recovery
Chuck Lever
1
-12
/
+20
2013-03-29
NFS: Avoid PUTROOTFH when managing leases
Chuck Lever
2
-28
/
+15
2013-03-29
NFS: Clean up nfs4_proc_get_rootfh
Chuck Lever
1
-10
/
+22
2013-03-29
NFS: Handle missing rpc.gssd when looking up root FH
Chuck Lever
1
-1
/
+1
2013-03-29
SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch
Chuck Lever
1
-13
/
+13
2013-03-29
SUNRPC: Make gss_mech_get() static
Chuck Lever
2
-7
/
+1
2013-03-29
SUNRPC: Refactor nfsd4_do_encode_secinfo()
Chuck Lever
6
-15
/
+87
2013-03-29
SUNRPC: Consider qop when looking up pseudoflavors
Chuck Lever
4
-8
/
+24
[next]