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
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-22
NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument
Trond Myklebust
5
-28
/
+43
2010-06-22
NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence()
Trond Myklebust
1
-24
/
+44
2010-06-22
NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1
Trond Myklebust
1
-37
/
+41
2010-06-22
NFSv4.1: Simplify nfs41_sequence_done()
Trond Myklebust
1
-14
/
+12
2010-06-22
NFSv4.1: Clean up nfs4_setup_sequence
Trond Myklebust
1
-6
/
+1
2010-06-22
NFSv41: Fix a memory leak in nfs41_proc_async_sequence()
Trond Myklebust
1
-18
/
+21
2010-06-22
NFSv4: Fix an embarassing typo in encode_attrs()
Trond Myklebust
1
-2
/
+2
2010-06-22
NFSv4: Ensure that /proc/self/mountinfo displays the minor version number
Trond Myklebust
1
-4
/
+18
2010-06-22
NFSv4.1: Ensure that we initialise the session when following a referral
Trond Myklebust
1
-71
/
+51
2010-06-22
nfs4 use mandatory attribute file type in nfs4_get_root
Andy Adamson
1
-1
/
+1
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2
-4
/
+7
2010-05-26
NFS: Fix another nfs_wb_page() deadlock
Trond Myklebust
1
-2
/
+5
2010-05-26
NFS: Ensure that we mark the inode as dirty if we exit early from commit
Trond Myklebust
1
-2
/
+11
2010-05-26
NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker
Trond Myklebust
1
-0
/
+1
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-2
/
+2
2010-05-14
NFS: Don't call iput() in nfs_access_cache_shrinker
Trond Myklebust
1
-15
/
+4
2010-05-14
NFS: Clean up nfs_access_zap_cache()
Trond Myklebust
1
-29
/
+31
2010-05-14
NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS
Trond Myklebust
1
-0
/
+2
2010-05-14
NFS: Read requests can use GFP_KERNEL.
Trond Myklebust
1
-2
/
+2
2010-05-14
NFS: Clean up nfs_create_request()
Trond Myklebust
1
-10
/
+4
2010-05-14
NFSv4: Don't use GFP_KERNEL allocations in state recovery
Trond Myklebust
4
-35
/
+39
2010-05-14
NFS: Calldata for nfs4_renew_done()
Chuck Lever
1
-6
/
+20
2010-05-14
NFS: Squelch compiler warning in nfs_add_server_stats()
Chuck Lever
1
-3
/
+3
2010-05-14
NFS: Clean up fscache_uniq mount option
Chuck Lever
1
-9
/
+9
2010-05-14
NFS: Squelch compiler warning
Chuck Lever
1
-1
/
+2
2010-05-14
NFSv4: Clean up the NFSv4 setclientid operation
Trond Myklebust
4
-23
/
+34
2010-05-14
NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegation
Trond Myklebust
2
-9
/
+18
2010-05-14
NFSv4: Fix up the documentation for nfs_do_refmount
Trond Myklebust
1
-1
/
+1
2010-05-14
NFS: Replace nfsroot on-stack filehandle
Trond Myklebust
1
-6
/
+8
2010-05-14
NFS: Cleanup file handle allocations in fs/nfs/super.c
Trond Myklebust
1
-4
/
+4
2010-05-14
NFS: Prevent the mount code from looping forever on broken exports
Trond Myklebust
1
-0
/
+73
2010-05-14
NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()
Trond Myklebust
1
-7
/
+16
2010-05-14
NFS: Reduce stack footprint of nfs_statfs()
Trond Myklebust
1
-5
/
+9
2010-05-14
NFS: Reduce stack footprint of nfs_setattr()
Trond Myklebust
1
-4
/
+10
2010-05-14
NFS: Reduce stack footprint of nfs4_proc_create()
Trond Myklebust
1
-10
/
+15
2010-05-14
NFS: Reduce the stack footprint of nfs_proc_symlink()
Trond Myklebust
1
-10
/
+16
2010-05-14
NFS: Reduce the stack footprint of nfs_proc_create
Trond Myklebust
1
-52
/
+66
2010-05-14
NFS: Reduce the stack footprint of nfs_rmdir
Trond Myklebust
1
-5
/
+10
2010-05-14
NFS: Reduce stack footprint of nfs_proc_remove()
Trond Myklebust
5
-11
/
+23
2010-05-14
NFS: Reduce stack footprint of nfs3_proc_readlink()
Trond Myklebust
1
-5
/
+10
2010-05-14
NFS: Reduce the stack footprint of nfs_link()
Trond Myklebust
2
-17
/
+21
2010-05-14
NFS: Reduce stack footprint of nfs_readdir()
Trond Myklebust
2
-12
/
+18
2010-05-14
NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()
Trond Myklebust
2
-17
/
+22
2010-05-14
NFS: Reduce stack footprint of nfs_revalidate_inode()
Trond Myklebust
1
-3
/
+9
2010-05-14
NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()
Trond Myklebust
2
-11
/
+17
2010-05-14
NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sb
Trond Myklebust
1
-4
/
+12
2010-05-14
NFSv4: Reduce stack footprint of nfs4_get_root()
Trond Myklebust
1
-30
/
+46
2010-05-14
NFS: Reduce the stack footprint of nfs_follow_remote_path()
Trond Myklebust
1
-6
/
+12
2010-05-14
NFS: Reduce the stack footprint of nfs_lookup
Trond Myklebust
2
-14
/
+41
2010-05-14
NFSv4: Reduce the stack footprint of try_location()
Trond Myklebust
1
-3
/
+7
[prev]
[next]