Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
09897d78dbc3a544426f2272b5601c62922ccab9
/
fs
/
nfs
/
namespace.c
6de1472
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
by Al Viro
· 11 years ago
1775fd3
NFS:Add labels to client function prototypes
by David Quigley
· 11 years ago
ab22541
NFS: Don't silently fail setattr() requests on mountpoints
by Trond Myklebust
· 12 years ago
97a5486
nfs: Show original device name verbatim in /proc/*/mount{s,info}
by Ben Hutchings
· 12 years ago
89d77c8
NFS: Convert v4 into a module
by Bryan Schumaker
· 12 years ago
ddda8e0
NFS: Convert v2 into a module
by Bryan Schumaker
· 12 years ago
e8f25e6
NFS: Remove the NFS v4 xdev mount function
by Bryan Schumaker
· 12 years ago
80a16b2
NFS: Remove extra rpc_clnt argument to proc_lookup
by Bryan Schumaker
· 13 years ago
281cad4
NFS: Create a submount rpc_op
by Bryan Schumaker
· 13 years ago
2671bfc
NFS: Remove secinfo knowledge out of the generic client
by Bryan Schumaker
· 13 years ago
e245d42
NFS: Remove unused function nfs_lookup_with_sec()
by Bryan Schumaker
· 13 years ago
7e6eb68
NFS: Honor the authflavor set in the clone mount data
by Bryan Schumaker
· 13 years ago
f05d147
NFS: Fix following referral mount points with different security
by Bryan Schumaker
· 13 years ago
d7c3267
nfs: Clean up debugging in nfs_follow_mountpoint()
by Chuck Lever
· 13 years ago
fca78d6
NFS: Add SECINFO_NO_NAME procedure
by Bryan Schumaker
· 13 years ago
561f0b0
NFS: Remove unused argument from nfs_find_best_sec()
by Bryan Schumaker
· 14 years ago
4188759
NFS: Fix a signed vs. unsigned secinfo bug
by Bryan Schumaker
· 14 years ago
a0e7e3c
NFS: Don't leak RPC clients in NFSv4 secinfo negotiation
by Trond Myklebust
· 14 years ago
7ebb931
NFS: use secinfo when crossing mountpoints
by Bryan Schumaker
· 14 years ago
7c51305
NFS: lookup supports alternate client
by Bryan Schumaker
· 14 years ago
1c34092
nfs: lock() vs unlock() typo
by Dan Carpenter
· 14 years ago
f8ad9c4
nfs: nfs_do_{ref,sub}mount() superblock argument is redundant
by Al Viro
· 14 years ago
b514f87
nfs: make nfs_path() work without vfsmount
by Al Viro
· 14 years ago
ea5b778
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
by David Howells
· 14 years ago
36d43a4
NFS: Use d_automount() rather than abusing follow_link()
by David Howells
· 14 years ago
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
949854d
fs: Use rename lock and RCU for multi-step operations
by Nick Piggin
· 14 years ago
a4d7f16
NFS: Reduce the stack footprint of nfs_follow_mountpoint()
by Trond Myklebust
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0b75b35
NFS: Fix nfs_path() to always return a '/' at the beginning of the path
by Trond Myklebust
· 15 years ago
9393bd0
switch follow_down()
by Al Viro
· 16 years ago
44d5759
nfs: BUG_ON in nfs_follow_mountpoint
by Denis V. Lunev
· 16 years ago
fd08d7e
nfs: ERR_PTR is expected on failure from nfs_do_clone_mount
by Denis V. Lunev
· 16 years ago
8d66bf5
[PATCH] pass struct path * to do_add_mount()
by Al Viro
· 16 years ago
31f31db1
nfs: path_{get,put}() cleanups
by Jan Blunck
· 17 years ago
3110ff8
nfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
a3dab29
make nfs_automount_list static
by Adrian Bunk
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
40c55319
NFS: Remove the redundant nfs_client->cl_nfsversion
by Trond Myklebust
· 17 years ago
560aef7
NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timer
by Trond Myklebust
· 17 years ago
3d39c69
NFS: Replace flush_scheduled_work with cancel_work_sync() and friends
by Trond Myklebust
· 17 years ago
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
52bad64
WorkStruct: Separate delayable and non-delayable events.
by David Howells
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
66f3750
[PATCH] fs/nfs/: make code static
by Adrian Bunk
· 18 years ago
54ceac4
NFS: Share NFS superblocks per-protocol per-server per-FSID
by David Howells
· 18 years ago
8fa5c00
NFS: Move rpc_ops from nfs_server to nfs_client
by David Howells
· 18 years ago
509de81
NFS: Add extra const qualifiers
by David Howells
· 18 years ago
ce51019
NFS: Release dcache_lock in an error path of nfs_path
by Josh Triplett
· 18 years ago
f7b422b
NFS: Split fs/nfs/inode.c
by David Howells
· 18 years ago
6b97fd3
NFSv4: Follow a referral
by Manoj Naik
· 18 years ago
51d8fa6
NFS: Add timeout to submounts
by Trond Myklebust
· 18 years ago
55a9759
NFS: Ensure the client submounts, when it crosses a server mountpoint.
by Trond Myklebust
· 18 years ago