index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
NFS: Fix nfs_alloc_client()
Trond Myklebust
2006-09-22
1
-5
/
+5
*
NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flag
Trond Myklebust
2006-09-22
1
-2
/
+4
*
NFS: Secure the roots of the NFS subtrees in a shared superblock
David Howells
2006-09-22
1
-0
/
+5
*
NFS: Fix error handling
David Howells
2006-09-22
1
-0
/
+3
*
NFS: Add server and volume lists to /proc
David Howells
2006-09-22
3
-0
/
+303
*
NFS: Share NFS superblocks per-protocol per-server per-FSID
David Howells
2006-09-22
17
-944
/
+1646
*
NFS: Start rpciod in server common management
David Howells
2006-09-22
1
-25
/
+6
*
NFS: Eliminate client_sys in favour of cl_rpcclient
David Howells
2006-09-22
5
-176
/
+177
*
NFS: Move rpc_ops from nfs_server to nfs_client
David Howells
2006-09-22
5
-32
/
+41
*
NFS: Make better use of inode* dereferencing macros
David Howells
2006-09-22
2
-6
/
+6
*
NFS: Maintain a common server record for NFS2/3 as well as for NFS4
David Howells
2006-09-22
1
-1
/
+20
*
NFS: Add extra const qualifiers
David Howells
2006-09-22
6
-13
/
+14
*
NFS: Use the dentry superblock directly in nfs_statfs()
David Howells
2006-09-22
1
-7
/
+6
*
NFS: Generalise the nfs_client structure
David Howells
2006-09-22
10
-222
/
+364
*
NFS: Add a server capabilities NFS RPC op
David Howells
2006-09-22
1
-0
/
+1
*
NFS: Add a lookupfh NFS RPC op
David Howells
2006-09-22
1
-0
/
+47
*
NFS: Return an error when starting the idmapping pipe
David Howells
2006-09-22
2
-5
/
+10
*
NFS: Rename nfs_server::nfs4_state
David Howells
2006-09-22
6
-33
/
+33
*
NFS: Rename struct nfs4_client to struct nfs_client
David Howells
2006-09-22
11
-97
/
+97
*
NFS: Fix NFS4 callback up/down prototypes
David Howells
2006-09-22
2
-5
/
+7
*
NFS: Disambiguate nfs_stat_to_errno()
David Howells
2006-09-22
1
-7
/
+7
*
NFS: Fix up split of fs/nfs/inode.c
David Howells
2006-09-22
4
-42
/
+39
*
NFS: Add an ACCESS cache memory shrinker
Trond Myklebust
2006-09-22
3
-0
/
+52
*
NFS: Add a global LRU list for the ACCESS cache
Trond Myklebust
2006-09-22
2
-1
/
+36
*
NFS: Add a new ACCESS rpc call cache to the linux nfs client
Trond Myklebust
2006-09-22
2
-26
/
+120
*
NFS: Fix nfs_page use after free issues in fs/nfs/write.c
Trond Myklebust
2006-09-19
1
-2
/
+2
*
NFSv4: Fix incorrect semaphore release in _nfs4_do_open()
Trond Myklebust
2006-09-19
1
-3
/
+3
*
NFS: Fix Oopsable condition in nfs_readpage_sync()
Trond Myklebust
2006-09-19
1
-2
/
+4
*
[PATCH] NFS: large non-page-aligned direct I/O clobbers memory
Trond Myklebust
2006-09-08
3
-69
/
+42
*
NFSv4: Add v4 exception handling for the ACL functions.
Trond Myklebust
2006-08-24
1
-2
/
+27
*
NFS: Check lengths more thoroughly in NFS4 readdir XDR decode
David Howells
2006-08-24
1
-10
/
+11
*
NFS: Fix issue with EIO on NFS read
Trond Myklebust
2006-08-24
1
-8
/
+15
*
SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs
Trond Myklebust
2006-08-24
1
-1
/
+0
*
SUNRPC: make rpc_unlink() take a dentry argument instead of a path
Trond Myklebust
2006-08-24
1
-2
/
+1
*
NFS: Fix a potential deadlock in nfs_release_page
Nikita Danilov
2006-08-24
1
-1
/
+7
*
NFS: make 2 functions static
Adrian Bunk
2006-08-03
2
-2
/
+2
*
NFS: Release dcache_lock in an error path of nfs_path
Josh Triplett
2006-08-03
1
-1
/
+3
*
Merge branch 'locks'
Trond Myklebust
2006-07-05
1
-33
/
+41
|
\
|
*
NLM,NFSv4: Wait on local locks before we put RPC calls on the wire
Trond Myklebust
2006-07-05
1
-11
/
+24
|
*
NFSv4: Ensure nfs4_lock_expired() caches delegated locks
Trond Myklebust
2006-07-05
1
-3
/
+5
|
*
NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock
Trond Myklebust
2006-07-05
1
-19
/
+12
*
|
NFS: Optimise away an excessive GETATTR call when a file is symlinked
Trond Myklebust
2006-07-05
1
-1
/
+3
*
|
NFS: Fix NFS page_state usage
Trond Myklebust
2006-07-05
1
-3
/
+17
|
/
*
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2006-07-03
12
-19
/
+6
|
\
|
*
[PATCH] nfs: non-procfs build fix
Dominik Hackl
2006-07-02
1
-2
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-06-30
11
-11
/
+0
|
|
\
|
|
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
11
-11
/
+0
|
*
|
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
Christoph Lameter
2006-06-30
1
-4
/
+2
|
*
|
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
Christoph Lameter
2006-06-30
2
-2
/
+2
|
|
/
*
|
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2006-06-28
1
-1
/
+1
|
\
|
[prev]
[next]