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
*
NFSv4: use mach cred for SECINFO_NO_NAME w/ integrity
Weston Andros Adamson
2013-09-08
1
-4
/
+37
*
NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was set
Trond Myklebust
2013-09-08
1
-2
/
+15
*
NFSv4: Allow security autonegotiation for submounts
Trond Myklebust
2013-09-07
2
-5
/
+19
*
NFSv4: Disallow security negotiation for lookups when 'sec=' is specified
Trond Myklebust
2013-09-07
1
-1
/
+3
*
NFSv4: Fix security auto-negotiation
Trond Myklebust
2013-09-07
6
-18
/
+30
*
NFS: Clean up nfs_parse_security_flavors()
Trond Myklebust
2013-09-07
1
-12
/
+13
*
NFS: Clean up the auth flavour array mess
Trond Myklebust
2013-09-07
2
-13
/
+28
*
NFSv4.1 Use MDS auth flavor for data server connection
Andy Adamson
2013-09-06
4
-8
/
+146
*
NFS: Don't check lock owner compatability unless file is locked (part 2)
Trond Myklebust
2013-09-06
1
-6
/
+16
*
NFS: Don't check lock owner compatibility in writes unless file is locked
Trond Myklebust
2013-09-06
1
-1
/
+1
*
nfs4: Map NFS4ERR_WRONG_CRED to EPERM
Weston Andros Adamson
2013-09-05
1
-0
/
+1
*
nfs4.1: Add SP4_MACH_CRED write and commit support
Weston Andros Adamson
2013-09-05
4
-9
/
+59
*
nfs4.1: Add SP4_MACH_CRED stateid support
Weston Andros Adamson
2013-09-05
2
-2
/
+18
*
nfs4.1: Add SP4_MACH_CRED secinfo support
Weston Andros Adamson
2013-09-05
2
-1
/
+14
*
nfs4.1: Add SP4_MACH_CRED cleanup support
Weston Andros Adamson
2013-09-05
2
-1
/
+19
*
nfs4.1: Add state protection handler
Weston Andros Adamson
2013-09-05
1
-0
/
+35
*
nfs4.1: Minimal SP4_MACH_CRED implementation
Weston Andros Adamson
2013-09-05
4
-17
/
+211
*
SUNRPC: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid
Trond Myklebust
2013-09-05
1
-24
/
+26
*
SUNRPC: Add an identifier for struct rpc_clnt
Trond Myklebust
2013-09-05
2
-0
/
+26
*
SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints
Trond Myklebust
2013-09-04
2
-2
/
+2
*
NFSv4: Document the recover_lost_locks kernel parameter
Trond Myklebust
2013-09-04
4
-7
/
+22
*
NFSv4: Don't try to recover NFSv4 locks when they are lost.
NeilBrown
2013-09-04
8
-23
/
+56
*
SUNRPC: Add tracepoints to help debug socket connection issues
Trond Myklebust
2013-09-04
2
-1
/
+143
*
NFS: Fix warning introduced by NFSv4.0 transport blocking patches
Chuck Lever
2013-09-04
1
-2
/
+2
*
When CONFIG_NFS_V4_1 is not enabled, "make C=2" emits this warning:
Chuck Lever
2013-09-04
2
-5
/
+5
*
NFS: Update session draining barriers for NFSv4.0 transport blocking
Chuck Lever
2013-09-03
1
-27
/
+34
*
NFS: Add nfs4_sequence calls for OPEN_CONFIRM
Chuck Lever
2013-09-03
1
-0
/
+12
*
NFS: Add nfs4_sequence calls for RELEASE_LOCKOWNER
Chuck Lever
2013-09-03
1
-0
/
+20
*
NFS: Enable nfs4_setup_sequence() for DELEGRETURN
Chuck Lever
2013-09-03
1
-4
/
+0
*
NFS: NFSv4.0 transport blocking
Chuck Lever
2013-09-03
2
-16
/
+79
*
NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking
Chuck Lever
2013-09-03
4
-27
/
+89
*
NFS: Add global helper for releasing slot table resources
Chuck Lever
2013-09-03
2
-6
/
+16
*
NFS: Add global helper to set up a stand-along nfs4_slot_table
Chuck Lever
2013-09-03
2
-13
/
+27
*
NFS: Enable slot table helpers for NFSv4.0
Chuck Lever
2013-09-03
4
-35
/
+37
*
NFS: Remove unused call_sync minor version op
Chuck Lever
2013-09-03
2
-18
/
+0
*
NFS: Add RPC callouts to start NFSv4.0 synchronous requests
Chuck Lever
2013-09-03
2
-20
/
+42
*
NFS: Common versions of sequence helper functions
Chuck Lever
2013-09-03
1
-45
/
+34
*
NFS: Clean up nfs4_setup_sequence()
Chuck Lever
2013-09-03
2
-15
/
+12
*
NFS: Rename nfs41_call_sync_data as a common data structure
Chuck Lever
2013-09-03
1
-9
/
+9
*
NFS: When displaying session slot numbers, use "%u" consistently
Chuck Lever
2013-09-03
3
-12
/
+12
*
NFS: Ensure that rmdir() waits for sillyrenames to complete
Trond Myklebust
2013-09-03
3
-6
/
+21
*
NFSv4: use the mach cred for SECINFO w/ integrity
Weston Andros Adamson
2013-09-03
1
-6
/
+47
*
SUNRPC refactor rpcauth_checkverf error returns
Andy Adamson
2013-09-03
4
-13
/
+19
*
NFS avoid expired credential keys for buffered writes
Andy Adamson
2013-09-03
3
-1
/
+43
*
SUNRPC new rpc_credops to test credential expiry
Andy Adamson
2013-09-03
4
-2
/
+169
*
SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult
Andy Adamson
2013-09-03
1
-1
/
+1
*
SUNRPC: rpcauth_create needs to know about rpc_clnt clone status
Trond Myklebust
2013-09-02
1
-7
/
+8
*
RPCSEC_GSS: Share all credential caches on a per-transport basis
Trond Myklebust
2013-09-02
1
-3
/
+89
*
RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches
Trond Myklebust
2013-09-01
1
-9
/
+68
*
SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects
Trond Myklebust
2013-09-01
2
-0
/
+41
[next]