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