index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-28
NFS: Use ERR_CAST() to avoid cross-structure cast
Kees Cook
1
-1
/
+1
2017-04-20
NFS: Remove extra dprintk()s from namespace.c
Anna Schumaker
1
-26
/
+8
2017-03-03
statx: Add a system call to make enhanced file info available
David Howells
1
-4
/
+5
2017-02-01
fs: Better permission checking for submounts
Eric W. Biederman
1
-1
/
+1
2016-10-24
NFS: Trim extra slash in v4 nfs_path
Benjamin Coddington
1
-1
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-5
/
+5
2013-10-25
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
Al Viro
1
-3
/
+2
2013-06-09
NFS:Add labels to client function prototypes
David Quigley
1
-1
/
+1
2013-01-31
NFS: Don't silently fail setattr() requests on mountpoints
Trond Myklebust
1
-0
/
+20
2012-11-01
nfs: Show original device name verbatim in /proc/*/mount{s,info}
Ben Hutchings
1
-5
/
+14
2012-07-31
NFS: Convert v4 into a module
Bryan Schumaker
1
-0
/
+2
2012-07-31
NFS: Convert v2 into a module
Bryan Schumaker
1
-0
/
+2
2012-07-31
NFS: Remove the NFS v4 xdev mount function
Bryan Schumaker
1
-13
/
+0
2012-04-27
NFS: Remove extra rpc_clnt argument to proc_lookup
Bryan Schumaker
1
-2
/
+1
2012-04-27
NFS: Create a submount rpc_op
Bryan Schumaker
1
-55
/
+20
2012-04-27
NFS: Remove secinfo knowledge out of the generic client
Bryan Schumaker
1
-29
/
+0
2012-04-27
NFS: Remove unused function nfs_lookup_with_sec()
Bryan Schumaker
1
-62
/
+0
2012-04-27
NFS: Honor the authflavor set in the clone mount data
Bryan Schumaker
1
-2
/
+1
2012-04-27
NFS: Fix following referral mount points with different security
Bryan Schumaker
1
-10
/
+34
2012-02-17
nfs: Clean up debugging in nfs_follow_mountpoint()
Chuck Lever
1
-1
/
+4
2011-07-12
NFS: Add SECINFO_NO_NAME procedure
Bryan Schumaker
1
-1
/
+1
2011-04-13
NFS: Remove unused argument from nfs_find_best_sec()
Bryan Schumaker
1
-2
/
+2
2011-04-07
NFS: Fix a signed vs. unsigned secinfo bug
Bryan Schumaker
1
-33
/
+25
2011-03-27
NFS: Don't leak RPC clients in NFSv4 secinfo negotiation
Trond Myklebust
1
-1
/
+3
2011-03-24
NFS: use secinfo when crossing mountpoints
Bryan Schumaker
1
-3
/
+110
2011-03-24
NFS: lookup supports alternate client
Bryan Schumaker
1
-1
/
+1
2011-03-21
nfs: lock() vs unlock() typo
Dan Carpenter
1
-2
/
+2
2011-03-16
nfs: nfs_do_{ref,sub}mount() superblock argument is redundant
Al Viro
1
-9
/
+6
2011-03-16
nfs: make nfs_path() work without vfsmount
Al Viro
1
-24
/
+45
2011-01-16
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
David Howells
1
-20
/
+4
2011-01-16
NFS: Use d_automount() rather than abusing follow_link()
David Howells
1
-44
/
+40
2011-01-16
Add a dentry op to allow processes to be held during pathwalk transit
David Howells
1
-4
/
+1
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-3
/
+0
2011-01-07
fs: Use rename lock and RCU for multi-step operations
Nick Piggin
1
-1
/
+13
2010-05-14
NFS: Reduce the stack footprint of nfs_follow_mountpoint()
Trond Myklebust
1
-6
/
+14
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-23
NFS: Fix nfs_path() to always return a '/' at the beginning of the path
Trond Myklebust
1
-0
/
+5
2009-06-12
switch follow_down()
Al Viro
1
-1
/
+1
2008-10-08
nfs: BUG_ON in nfs_follow_mountpoint
Denis V. Lunev
1
-1
/
+4
2008-10-08
nfs: ERR_PTR is expected on failure from nfs_do_clone_mount
Denis V. Lunev
1
-1
/
+1
2008-08-01
[PATCH] pass struct path * to do_add_mount()
Al Viro
1
-1
/
+1
2008-05-16
nfs: path_{get,put}() cleanups
Jan Blunck
1
-2
/
+1
2008-05-16
nfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-04-20
make nfs_automount_list static
Adrian Bunk
1
-1
/
+1
2008-02-15
Introduce path_put()
Jan Blunck
1
-1
/
+1
2008-02-15
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
1
-12
/
+15
2008-01-30
NFS: Remove the redundant nfs_client->cl_nfsversion
Trond Myklebust
1
-1
/
+1
2007-09-01
NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timer
Trond Myklebust
1
-1
/
+1
2007-08-08
NFS: Replace flush_scheduled_work with cancel_work_sync() and friends
Trond Myklebust
1
-4
/
+2
2007-02-12
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
1
-2
/
+2
[next]