index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-09-01
NFSv4: Convert idmapper to use the new framework for pipefs dentries
Trond Myklebust
1
-150
/
+34
2013-09-01
SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management
Trond Myklebust
2
-11
/
+1
2013-09-01
RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries
Trond Myklebust
1
-89
/
+92
2013-08-30
SUNRPC: Add a framework to clean up management of rpc_pipefs directories
Trond Myklebust
4
-4
/
+168
2013-08-30
NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregister
Trond Myklebust
1
-1
/
+3
2013-08-30
RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects
Trond Myklebust
1
-12
/
+20
2013-08-30
RPCSEC_GSS: Further cleanups
Trond Myklebust
1
-11
/
+20
2013-08-30
SUNRPC: Replace clnt->cl_principal
Trond Myklebust
8
-25
/
+26
2013-08-30
RPCSEC_GSS: Clean up upcall message allocation
Trond Myklebust
1
-18
/
+19
2013-08-30
SUNRPC: Cleanup rpc_setup_pipedir
Trond Myklebust
1
-14
/
+13
2013-08-30
SUNRPC: Remove unused struct rpc_clnt field cl_protname
Trond Myklebust
2
-2
/
+0
2013-08-30
SUNRPC: Deprecate rpc_client->cl_protname
Trond Myklebust
3
-11
/
+11
2013-08-30
NFS: Fix up two use-after-free issues with the new tracing code
Trond Myklebust
1
-2
/
+2
2013-08-22
NFS: remove incorrect "Lock reclaim failed!" warning.
NeilBrown
1
-7
/
+9
2013-08-22
NFSv4.1: Add tracepoints for debugging test_stateid events
Trond Myklebust
2
-0
/
+52
2013-08-22
NFSv4.1: Add tracepoints for debugging slot table operations
Trond Myklebust
5
-0
/
+154
2013-08-22
NFSv4.1: Add tracepoints for debugging layoutget/return/commit
Trond Myklebust
2
-0
/
+61
2013-08-22
NFSv4: Add tracepoints for debugging reads and writes
Trond Myklebust
5
-0
/
+169
2013-08-22
NFSv4: Add tracepoints for debugging getattr
Trond Myklebust
2
-2
/
+74
2013-08-22
NFSv4: Add tracepoints for debugging the idmapper
Trond Myklebust
2
-0
/
+51
2013-08-22
NFSv4: Add tracepoints for debugging delegations
Trond Myklebust
4
-0
/
+79
2013-08-22
NFSv4: Add tracepoints for debugging rename
Trond Myklebust
2
-4
/
+49
2013-08-22
NFSv4: Add tracepoints for debugging inode manipulations
Trond Myklebust
2
-14
/
+73
2013-08-22
NFSv4: Add tracepoints for debugging lookup/create operations
Trond Myklebust
2
-14
/
+72
2013-08-22
NFSv4: Add tracepoints for debugging file locking
Trond Myklebust
2
-2
/
+82
2013-08-22
NFSv4: Add tracepoints for debugging file open
Trond Myklebust
2
-0
/
+129
2013-08-22
NFSv4: Add tracepoints for debugging state management problems
Trond Myklebust
4
-1
/
+245
2013-08-22
NFS: Add tracepoints for debugging NFS hard links
Trond Myklebust
2
-0
/
+72
2013-08-22
NFS: Add tracepoints for debugging NFS rename and sillyrename issues
Trond Myklebust
3
-0
/
+146
2013-08-22
NFS: Add tracepoints for debugging directory changes
Trond Myklebust
2
-1
/
+104
2013-08-22
NFS: Add tracepoints for debugging generic file create events
Trond Myklebust
2
-0
/
+72
2013-08-22
NFS: Add event tracing for generic NFS lookups
Trond Myklebust
3
-0
/
+203
2013-08-22
NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookup
Trond Myklebust
1
-1
/
+3
2013-08-22
NFS: Add event tracing for generic NFS events
Trond Myklebust
7
-11
/
+231
2013-08-22
NFS: refactor code for calculating the crc32 hash of a filehandle
Trond Myklebust
2
-2
/
+21
2013-08-22
NFS: Clean up nfs_sillyrename()
Trond Myklebust
1
-10
/
+16
2013-08-22
NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_type
Trond Myklebust
1
-1
/
+1
2013-08-22
NFSv4: Deal with a sparse warning in nfs_idmap_get_key()
Trond Myklebust
1
-1
/
+1
2013-08-22
NFSv4: Deal with some more sparse warnings
Trond Myklebust
2
-7
/
+7
2013-08-22
NFSv4: Deal with a sparse warning in nfs4_opendata_alloc
Trond Myklebust
1
-1
/
+1
2013-08-21
NFSv3: Deal with a sparse warning in nfs3_proc_create
Trond Myklebust
1
-2
/
+2
2013-08-20
NFS: Remove the NFSv4 "open optimisation" from nfs_permission
Trond Myklebust
1
-5
/
+0
2013-08-08
NFSv4.1 Use clientid management rpc_clnt for secinfo_no_name
Andy Adamson
1
-1
/
+6
[next]