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 branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
2010-08-07
41
-647
/
+963
|
\
|
*
NFS: NFSv4.1 is no longer a "developer only" feature
Trond Myklebust
2010-08-06
1
-2
/
+2
|
*
NFS: NFS_V4 is no longer an EXPERIMENTAL feature
Trond Myklebust
2010-08-06
1
-3
/
+3
|
*
NFS: Fix /proc/mount for legacy binary interface
Bryan Schumaker
2010-08-06
2
-0
/
+5
|
*
NFS: Fix the locking in nfs4_callback_getattr
Trond Myklebust
2010-08-06
1
-3
/
+3
|
*
SUNRPC: Defer deleting the security context until gss_do_free_ctx()
Trond Myklebust
2010-08-04
1
-6
/
+1
|
*
SUNRPC: prevent task_cleanup running on freed xprt
J. Bruce Fields
2010-08-04
1
-0
/
+1
|
*
SUNRPC: Reduce asynchronous RPC task stack usage
Trond Myklebust
2010-08-04
1
-2
/
+3
|
*
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
2010-08-04
12
-96
/
+92
|
*
SUNRPC: Clean up of rpc_bindcred()
Trond Myklebust
2010-08-04
4
-32
/
+24
|
*
SUNRPC: Move remaining RPC client related task initialisation into clnt.c
Trond Myklebust
2010-08-04
3
-73
/
+89
|
*
SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task
Trond Myklebust
2010-08-04
2
-17
/
+10
|
*
SUNRPC: Make the credential cache hashtable size configurable
Trond Myklebust
2010-08-04
2
-13
/
+56
|
*
SUNRPC: Store the hashtable size in struct rpc_cred_cache
Trond Myklebust
2010-08-04
2
-3
/
+8
|
*
NFS: Ensure the AUTH_UNIX credcache is allocated dynamically
Trond Myklebust
2010-08-04
5
-28
/
+40
|
*
NFS: Fix the NFS users of rpc_restart_call()
Trond Myklebust
2010-08-04
2
-7
/
+4
|
*
SUNRPC: The function rpc_restart_call() should return success/failure
Trond Myklebust
2010-08-04
2
-7
/
+8
|
*
NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checks
Trond Myklebust
2010-08-04
1
-10
/
+0
|
*
NFSv4: Clean up the process of renewing the NFSv4 lease
Trond Myklebust
2010-08-04
1
-14
/
+9
|
*
NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctly
Trond Myklebust
2010-08-04
1
-30
/
+62
|
*
NFS: nfs_rename() should not have to flush out writebacks
Trond Myklebust
2010-08-04
1
-9
/
+0
|
*
NFS: Clean up the callers of nfs_wb_all()
Trond Myklebust
2010-08-04
2
-12
/
+2
|
*
NFS: Fix up the fsync code
Trond Myklebust
2010-08-04
1
-30
/
+21
|
*
NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pid
Trond Myklebust
2010-07-30
4
-14
/
+50
|
*
NFSv4: Add support for the RELEASE_LOCKOWNER operation
Trond Myklebust
2010-07-30
6
-0
/
+91
|
*
NFSv4: Clean up for lockowner XDR encoding
Trond Myklebust
2010-07-30
1
-12
/
+20
|
*
NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.
Trond Myklebust
2010-07-30
9
-19
/
+118
|
*
NFSv4: Clean up struct nfs4_state_owner
Trond Myklebust
2010-06-24
3
-11
/
+7
|
*
NFSv4.1: There is no need to init the session more than once...
Trond Myklebust
2010-06-22
2
-1
/
+7
|
*
NFSv41: Cleanup for nfs4_alloc_session.
Trond Myklebust
2010-06-22
2
-7
/
+7
|
*
NFSv41: Clean up exclusive create
Trond Myklebust
2010-06-22
2
-13
/
+10
|
*
NFSv41: Deprecate nfs_client->cl_minorversion
Trond Myklebust
2010-06-22
1
-5
/
+5
|
*
NFSv41: Fix nfs_async_inode_return_delegation() ugliness
Trond Myklebust
2010-06-22
5
-19
/
+8
|
*
NFSv41: Convert the various reboot recovery ops etc to minor version ops
Trond Myklebust
2010-06-22
4
-38
/
+18
|
*
NFSv41: Clean up the NFSv4.1 minor version specific operations
Trond Myklebust
2010-06-22
4
-14
/
+39
|
*
NFSv41: Don't store session state in the nfs_client->cl_state
Trond Myklebust
2010-06-22
3
-5
/
+10
|
*
NFSv41: Further cleanup for nfs4_sequence_done
Trond Myklebust
2010-06-22
1
-9
/
+12
|
*
NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument
Trond Myklebust
2010-06-22
5
-28
/
+43
|
*
NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence()
Trond Myklebust
2010-06-22
1
-24
/
+44
|
*
NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1
Trond Myklebust
2010-06-22
1
-37
/
+41
|
*
NFSv4.1: Simplify nfs41_sequence_done()
Trond Myklebust
2010-06-22
1
-14
/
+12
|
*
NFSv4.1: Clean up nfs4_setup_sequence
Trond Myklebust
2010-06-22
1
-6
/
+1
|
*
NFSv41: Fix a memory leak in nfs41_proc_async_sequence()
Trond Myklebust
2010-06-22
1
-18
/
+21
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2010-08-07
4
-8
/
+260
|
\
\
|
*
|
fuse: add retrieve request
Miklos Szeredi
2010-07-12
3
-1
/
+152
|
*
|
fuse: add store request
Miklos Szeredi
2010-07-12
4
-2
/
+103
|
*
|
fuse: don't use atomic kmap
Miklos Szeredi
2010-07-12
1
-5
/
+5
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2010-08-07
24
-905
/
+1294
|
\
\
\
|
*
|
|
nilfs2: reject filesystem with unsupported block size
Ryusuke Konishi
2010-07-25
2
-1
/
+14
|
*
|
|
nilfs2: avoid rec_len overflow with 64KB block size
Ryusuke Konishi
2010-07-25
2
-12
/
+32
[next]