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
...
|
*
|
Merge commit 'v2.6.34-rc1' into for-2.6.35-incoming
J. Bruce Fields
2010-03-09
6443
-172646
/
+410576
|
|
\
\
|
*
|
|
nfsd4: document lease/grace-period limits
J. Bruce Fields
2010-03-06
1
-3
/
+12
|
*
|
|
nfsd4: allow setting grace period time
J. Bruce Fields
2010-03-06
3
-1
/
+21
|
*
|
|
nfsd4: reshuffle lease-setting code to allow reuse
J. Bruce Fields
2010-03-06
1
-12
/
+17
|
*
|
|
nfsd4: remove unnecessary lease-setting function
J. Bruce Fields
2010-03-06
2
-13
/
+1
|
*
|
|
nfsd4: simplify lease/grace interaction
J. Bruce Fields
2010-03-06
1
-21
/
+11
|
*
|
|
nfsd4: simplify references to nfsd4 lease time
J. Bruce Fields
2010-03-06
5
-23
/
+13
*
|
|
|
Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
2010-05-20
56
-853
/
+3378
|
\
\
\
\
|
*
|
|
|
SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired
Trond Myklebust
2010-05-14
3
-12
/
+55
|
*
|
|
|
SUNRPC: Reorder the struct rpc_task fields
Trond Myklebust
2010-05-14
1
-6
/
+6
|
*
|
|
|
SUNRPC: Remove the 'tk_magic' debugging field
Trond Myklebust
2010-05-14
2
-14
/
+0
|
*
|
|
|
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
2010-05-14
6
-12
/
+12
|
*
|
|
|
NFS: Don't call iput() in nfs_access_cache_shrinker
Trond Myklebust
2010-05-14
1
-15
/
+4
|
*
|
|
|
NFS: Clean up nfs_access_zap_cache()
Trond Myklebust
2010-05-14
1
-29
/
+31
|
*
|
|
|
NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS
Trond Myklebust
2010-05-14
1
-0
/
+2
|
*
|
|
|
SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameter
Trond Myklebust
2010-05-14
1
-3
/
+2
|
*
|
|
|
SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired()
Trond Myklebust
2010-05-14
1
-5
/
+7
|
*
|
|
|
SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFS
Trond Myklebust
2010-05-14
1
-0
/
+2
|
*
|
|
|
NFS: Read requests can use GFP_KERNEL.
Trond Myklebust
2010-05-14
1
-2
/
+2
|
*
|
|
|
NFS: Clean up nfs_create_request()
Trond Myklebust
2010-05-14
1
-10
/
+4
|
*
|
|
|
NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls
Trond Myklebust
2010-05-14
8
-30
/
+38
|
*
|
|
|
NFSv4: Don't use GFP_KERNEL allocations in state recovery
Trond Myklebust
2010-05-14
4
-35
/
+39
|
*
|
|
|
SUNRPC: Fix xs_setup_bc_tcp()
Trond Myklebust
2010-05-14
1
-3
/
+0
|
*
|
|
|
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
Chuck Lever
2010-05-14
6
-28
/
+24
|
*
|
|
|
ktime: introduce ktime_to_ms()
Chuck Lever
2010-05-14
1
-2
/
+8
|
*
|
|
|
SUNRPC: RPC metrics and RTT estimator should use same RTT value
Chuck Lever
2010-05-14
3
-11
/
+4
|
*
|
|
|
NFS: Calldata for nfs4_renew_done()
Chuck Lever
2010-05-14
1
-6
/
+20
|
*
|
|
|
NFS: Squelch compiler warning in nfs_add_server_stats()
Chuck Lever
2010-05-14
1
-3
/
+3
|
*
|
|
|
NFS: Clean up fscache_uniq mount option
Chuck Lever
2010-05-14
1
-9
/
+9
|
*
|
|
|
NFS: Squelch compiler warning
Chuck Lever
2010-05-14
1
-1
/
+2
|
*
|
|
|
SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.h
Chuck Lever
2010-05-14
1
-3
/
+5
|
*
|
|
|
NFSv4: Clean up the NFSv4 setclientid operation
Trond Myklebust
2010-05-14
6
-24
/
+39
|
*
|
|
|
NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegation
Trond Myklebust
2010-05-14
2
-9
/
+18
|
*
|
|
|
SUNRPC: Fail over more quickly on connect errors
Trond Myklebust
2010-05-14
4
-21
/
+2
|
*
|
|
|
SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()
Trond Myklebust
2010-05-14
3
-30
/
+19
|
*
|
|
|
SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failure
Trond Myklebust
2010-05-14
2
-18
/
+14
|
*
|
|
|
SUNRPC: Clean up xprt_release()
Trond Myklebust
2010-05-14
1
-16
/
+16
|
*
|
|
|
NFSv4: Fix up the documentation for nfs_do_refmount
Trond Myklebust
2010-05-14
1
-1
/
+1
|
*
|
|
|
NFS: Replace nfsroot on-stack filehandle
Trond Myklebust
2010-05-14
1
-6
/
+8
|
*
|
|
|
NFS: Cleanup file handle allocations in fs/nfs/super.c
Trond Myklebust
2010-05-14
1
-4
/
+4
|
*
|
|
|
NFS: Prevent the mount code from looping forever on broken exports
Trond Myklebust
2010-05-14
1
-0
/
+73
|
*
|
|
|
NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()
Trond Myklebust
2010-05-14
1
-7
/
+16
|
*
|
|
|
NFS: Reduce stack footprint of nfs_statfs()
Trond Myklebust
2010-05-14
1
-5
/
+9
|
*
|
|
|
NFS: Reduce stack footprint of nfs_setattr()
Trond Myklebust
2010-05-14
1
-4
/
+10
|
*
|
|
|
NFS: Reduce stack footprint of nfs4_proc_create()
Trond Myklebust
2010-05-14
1
-10
/
+15
|
*
|
|
|
NFS: Reduce the stack footprint of nfs_proc_symlink()
Trond Myklebust
2010-05-14
1
-10
/
+16
|
*
|
|
|
NFS: Reduce the stack footprint of nfs_proc_create
Trond Myklebust
2010-05-14
1
-52
/
+66
|
*
|
|
|
NFS: Reduce the stack footprint of nfs_rmdir
Trond Myklebust
2010-05-14
1
-5
/
+10
|
*
|
|
|
NFS: Reduce stack footprint of nfs_proc_remove()
Trond Myklebust
2010-05-14
6
-12
/
+24
|
*
|
|
|
NFS: Reduce stack footprint of nfs3_proc_readlink()
Trond Myklebust
2010-05-14
1
-5
/
+10
[prev]
[next]