index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-05-14
NFS: Reduce the stack footprint of nfs_create_server
Trond Myklebust
1
-12
/
+39
2010-05-14
NFS: Reduce the stack footprint of nfs_follow_mountpoint()
Trond Myklebust
1
-6
/
+14
2010-05-14
NFSv4: Eliminate nfs4_path_walk()
Trond Myklebust
3
-98
/
+25
2010-05-14
NFS: Add helper functions for allocating filehandles and fattr structs
Trond Myklebust
1
-0
/
+20
2010-05-01
NFS: Fix RCU issues in the NFSv4 delegation code
David Howells
1
-21
/
+23
2010-05-01
NFSv4: Fix the locking in nfs_inode_reclaim_delegation()
Trond Myklebust
1
-14
/
+28
2010-04-29
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
5
-22
/
+45
2010-04-28
nfs d_revalidate() is too trigger-happy with d_drop()
Al Viro
1
-0
/
+2
2010-04-28
nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4
Xiaotian Feng
1
-0
/
+1
2010-04-28
nfs: fix some issues in nfs41_proc_reclaim_complete()
Dan Carpenter
1
-1
/
+4
2010-04-27
NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear
Trond Myklebust
1
-15
/
+4
2010-04-22
NFS: Fix an unstable write data integrity race
Trond Myklebust
1
-4
/
+32
2010-04-22
nfs: testing for null instead of ERR_PTR()
Dan Carpenter
1
-1
/
+1
2010-04-22
NFS: rsize and wsize settings ignored on v4 mounts
Chuck Lever
1
-0
/
+2
2010-04-22
NFSv4: Don't attempt an atomic open if the file is a mountpoint
Trond Myklebust
1
-1
/
+1
[prev]
[next]