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
/
exportfs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-21
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+2
2012-12-18
fs, exportfs: add exportfs_encode_inode_fh() helper
Cyrill Gorcunov
1
-5
/
+14
2012-12-18
fs, exportfs: escape nil dereference if no s_export_op present
Cyrill Gorcunov
1
-1
/
+1
2012-11-08
exportfs: add FILEID_INVALID to indicate invalid fid_type
Namjae Jeon
1
-2
/
+2
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
1
-7
/
+6
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
1
-1
/
+2
2012-05-30
->encode_fh() API change
Al Viro
1
-14
/
+19
2011-03-15
vfs: Add open by file handle support
Aneesh Kumar K.V
1
-0
/
+2
2011-03-14
exportfs: Return the minimum required handle size
Aneesh Kumar K.V
1
-2
/
+7
2011-01-07
fs: dcache per-inode inode alias locking
Nick Piggin
1
-5
/
+7
2011-01-07
fs: dcache rationalise dget variants
Nick Piggin
1
-1
/
+1
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-4
/
+0
2011-01-07
fs: scale inode alias list
Nick Piggin
1
-0
/
+4
2010-10-26
exportfs: use dget_parent
Christoph Hellwig
1
-9
/
+8
2009-10-28
nfs: new subdir Documentation/filesystems/nfs
J. Bruce Fields
1
-1
/
+1
2008-12-25
Merge branch 'next' into for-linus
James Morris
1
-1
/
+3
2008-12-09
EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()
J. Bruce Fields
1
-0
/
+4
2008-11-14
CRED: Pass credentials through dentry_open()
David Howells
1
-1
/
+3
2008-10-23
[PATCH] prepare vfs_readdir() callers to returning filldir result
Al Viro
1
-3
/
+4
2008-10-23
[PATCH] reduce the stack footprint of exportfs_decode_fh()
Al Viro
1
-5
/
+4
2008-10-23
[PATCH] switch all filesystems over to d_obtain_alias
Christoph Hellwig
1
-4
/
+0
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2007-10-22
exportfs: update documentation
Christoph Hellwig
1
-16
/
+25
2007-10-22
exportfs: make struct export_operations const
Christoph Hellwig
1
-3
/
+3
2007-10-22
exportfs: remove old methods
Christoph Hellwig
1
-179
/
+0
2007-10-22
exportfs: add new methods
Christoph Hellwig
1
-6
/
+130
2007-10-22
exportfs: add fid type
Christoph Hellwig
1
-18
/
+18
2007-07-17
knfsd: exportfs: split out reconnecting a dentry from find_exported_dentry
Christoph Hellwig
1
-100
/
+113
2007-07-17
knfsd: exportfs: add find_disconnected_root helper
Christoph Hellwig
1
-16
/
+23
2007-07-17
knfsd: exportfs: move acceptable check into find_acceptable_alias
Christoph Hellwig
1
-6
/
+6
2007-07-17
knfsd: exportfs: untangle ISDIR logic in find_exported_dentry
Christoph Hellwig
1
-16
/
+10
2007-07-17
knfsd: exportfs: remove CALL macro
Christoph Hellwig
1
-56
/
+72
2007-07-17
knfsd: exportfs: add procedural interface for NFSD
Christoph Hellwig
1
-1
/
+21
2007-07-17
knfsd: exportfs: remove iget abuse
Christoph Hellwig
1
-53
/
+3
2007-07-17
knfsd: exportfs: add exportfs.h header
Christoph Hellwig
1
-0
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2006-10-03
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
1
-1
/
+1
2006-05-21
[PATCH] NFS server subtree_check returns dubious value
Peter Staubach
1
-1
/
+1
2006-01-19
[PATCH] exportfs: add find_acceptable_alias helper
Christoph Hellwig
1
-43
/
+36
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-6
/
+6
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
2
-0
/
+546