index
:
kernel_samsung_aries.git
replicant-4.2
kernel/samsung/aries
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
namespace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs: Show original device name verbatim in /proc/*/mount{s,info}
Ben Hutchings
2012-11-17
1
-5
/
+14
*
NFS: Remove unused argument from nfs_find_best_sec()
Bryan Schumaker
2011-04-12
1
-2
/
+2
*
NFS: Fix a signed vs. unsigned secinfo bug
Bryan Schumaker
2011-04-06
1
-33
/
+25
*
NFS: Don't leak RPC clients in NFSv4 secinfo negotiation
Trond Myklebust
2011-03-27
1
-1
/
+3
*
NFS: use secinfo when crossing mountpoints
Bryan Schumaker
2011-03-24
1
-3
/
+110
*
NFS: lookup supports alternate client
Bryan Schumaker
2011-03-24
1
-1
/
+1
*
nfs: lock() vs unlock() typo
Dan Carpenter
2011-03-21
1
-2
/
+2
*
nfs: nfs_do_{ref,sub}mount() superblock argument is redundant
Al Viro
2011-03-16
1
-9
/
+6
*
nfs: make nfs_path() work without vfsmount
Al Viro
2011-03-16
1
-24
/
+45
*
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
David Howells
2011-01-15
1
-20
/
+4
*
NFS: Use d_automount() rather than abusing follow_link()
David Howells
2011-01-15
1
-44
/
+40
*
Add a dentry op to allow processes to be held during pathwalk transit
David Howells
2011-01-15
1
-4
/
+1
*
fs: dcache remove dcache_lock
Nick Piggin
2011-01-07
1
-3
/
+0
*
fs: Use rename lock and RCU for multi-step operations
Nick Piggin
2011-01-07
1
-1
/
+13
*
NFS: Reduce the stack footprint of nfs_follow_mountpoint()
Trond Myklebust
2010-05-14
1
-6
/
+14
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
NFS: Fix nfs_path() to always return a '/' at the beginning of the path
Trond Myklebust
2009-06-22
1
-0
/
+5
*
switch follow_down()
Al Viro
2009-06-11
1
-1
/
+1
*
nfs: BUG_ON in nfs_follow_mountpoint
Denis V. Lunev
2008-10-07
1
-1
/
+4
*
nfs: ERR_PTR is expected on failure from nfs_do_clone_mount
Denis V. Lunev
2008-10-07
1
-1
/
+1
*
[PATCH] pass struct path * to do_add_mount()
Al Viro
2008-08-01
1
-1
/
+1
*
nfs: path_{get,put}() cleanups
Jan Blunck
2008-05-16
1
-2
/
+1
*
nfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-05-16
1
-4
/
+4
*
make nfs_automount_list static
Adrian Bunk
2008-04-19
1
-1
/
+1
*
Introduce path_put()
Jan Blunck
2008-02-14
1
-1
/
+1
*
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-14
1
-12
/
+15
*
NFS: Remove the redundant nfs_client->cl_nfsversion
Trond Myklebust
2008-01-30
1
-1
/
+1
*
NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timer
Trond Myklebust
2007-09-01
1
-1
/
+1
*
NFS: Replace flush_scheduled_work with cancel_work_sync() and friends
Trond Myklebust
2007-08-07
1
-4
/
+2
*
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
2007-02-12
1
-2
/
+2
*
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
1
-5
/
+4
*
WorkStruct: Separate delayable and non-delayable events.
David Howells
2006-11-22
1
-1
/
+2
*
Remove all inclusions of <linux/config.h>
Dave Jones
2006-10-04
1
-2
/
+0
*
[PATCH] fs/nfs/: make code static
Adrian Bunk
2006-09-27
1
-3
/
+9
*
NFS: Share NFS superblocks per-protocol per-server per-FSID
David Howells
2006-09-22
1
-7
/
+18
*
NFS: Move rpc_ops from nfs_server to nfs_client
David Howells
2006-09-22
1
-2
/
+4
*
NFS: Add extra const qualifiers
David Howells
2006-09-22
1
-1
/
+2
*
NFS: Release dcache_lock in an error path of nfs_path
Josh Triplett
2006-08-03
1
-1
/
+3
*
NFS: Split fs/nfs/inode.c
David Howells
2006-06-09
1
-1
/
+111
*
NFSv4: Follow a referral
Manoj Naik
2006-06-09
1
-1
/
+8
*
NFS: Add timeout to submounts
Trond Myklebust
2006-06-09
1
-1
/
+24
*
NFS: Ensure the client submounts, when it crosses a server mountpoint.
Trond Myklebust
2006-06-09
1
-0
/
+89