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
/
nfsd
/
export.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-12
switch rqst_exp_parent()
Al Viro
1
-15
/
+10
2009-06-12
switch rqst_exp_get_by_name()
Al Viro
1
-9
/
+6
2009-06-12
switch exp_parent() to struct path
Al Viro
1
-16
/
+12
2009-06-12
nfsd struct path use: exp_get_by_name()
Al Viro
1
-20
/
+18
2008-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-67
/
+58
2008-10-23
[PATCH] switch nfsd to kern_path()
Al Viro
1
-25
/
+23
2008-10-23
[PATCH] sanitize svc_export_parse()
Al Viro
1
-42
/
+35
2008-10-22
nfsd: clean up expkey_parse error cases
J. Bruce Fields
1
-14
/
+11
2008-10-22
nfsd: Drop reference in expkey_parse error cases
Krishna Kumar
1
-2
/
+6
2008-07-30
fs/nfsd/export.c: Adjust error handling code involving auth_domain_put
Julia Lawall
1
-3
/
+3
2008-04-24
IPv6 support for NFS server export caches
Aurélien Charbon
1
-3
/
+6
2008-02-15
d_path: Make d_path() use a struct path
Jan Blunck
1
-1
/
+1
2008-02-15
d_path: Make seq_path() use a struct path argument
Jan Blunck
1
-2
/
+2
2008-02-15
Use struct path in struct svc_expkey
Jan Blunck
1
-17
/
+13
2008-02-15
Use struct path in struct svc_export
Jan Blunck
1
-35
/
+32
2008-02-15
Introduce path_put()
Jan Blunck
1
-5
/
+5
2008-02-15
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
1
-17
/
+18
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
1
-2
/
+2
2008-02-02
knfsd: don't bother mapping putrootfh enoent to eperm
J. Bruce Fields
1
-2
/
+0
2008-02-02
knfsd: allow cache_register to return error on failure
J. Bruce Fields
1
-3
/
+9
2008-02-02
knfsd: cache unregistration needn't return error
J. Bruce Fields
1
-4
/
+2
2007-10-22
exportfs: remove old methods
Christoph Hellwig
1
-5
/
+3
2007-10-16
fs/nfsd/export.c: make 3 functions static
Adrian Bunk
1
-9
/
+8
2007-08-01
knfsd: eliminate unnecessary -ENOENT returns on export downcalls
J. Bruce Fields
1
-2
/
+3
2007-07-22
knfsd: fix typo in export display, print uid and gid as unsigned
J. Bruce Fields
1
-2
/
+2
2007-07-19
nfsd: return errors, not NULL, from export functions
J. Bruce Fields
1
-4
/
+4
2007-07-17
knfsd: nfsd: display export secinfo information
J. Bruce Fields
1
-0
/
+29
2007-07-17
knfsd: nfsd: factor out code from show_expflags
J. Bruce Fields
1
-8
/
+15
2007-07-17
knfsd: nfsd4: return nfserr_wrongsec
Andy Adamson
1
-0
/
+26
2007-07-17
knfsd: nfsd: use ip-address-based domain in secinfo case
J. Bruce Fields
1
-9
/
+67
2007-07-17
knfsd: nfsd: set rq_client to ip-address-determined-domain
J. Bruce Fields
1
-4
/
+11
2007-07-17
knfsd: nfsd: provide export lookup wrappers which take a svc_rqst
J. Bruce Fields
1
-1
/
+27
2007-07-17
knfsd: nfsd4: simplify exp_pseudoroot arguments
J. Bruce Fields
1
-3
/
+2
2007-07-17
knfsd: nfsd4: parse secinfo information in exports downcall
Andy Adamson
1
-2
/
+54
2007-07-17
knfsd: nfsd: make all exp_finding functions return -errno's on err
J. Bruce Fields
1
-35
/
+23
2007-07-17
knfsd: exportfs: add exportfs.h header
Christoph Hellwig
1
-0
/
+1
2007-05-09
knfsd: avoid use of unitialised variables on error path when nfs exports
NeilBrown
1
-7
/
+7
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-14
[PATCH] knfsd: add some new fsid types
NeilBrown
1
-37
/
+69
2007-01-30
[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...
NeilBrown
1
-1
/
+0
2006-12-13
[PATCH] knfsd: Fix up some bit-rot in exp_export
NeilBrown
1
-3
/
+9
2006-12-13
[PATCH] knfsd: nfsd: don't drop silently on upcall deferral
J.Bruce Fields
1
-3
/
+8
2006-12-13
[PATCH] knfsd: nfsd: simplify exp_pseudoroot
J.Bruce Fields
1
-4
/
+2
2006-12-13
[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errors
J.Bruce Fields
1
-0
/
+4
2006-10-20
[PATCH] nfsd: misc endianness annotations
Al Viro
1
-2
/
+2
2006-10-04
[PATCH] knfsd: nfsd4: fslocations data structures
Manoj Naik
1
-4
/
+114
2006-10-04
[PATCH] knfsd: nfsd: store export path in export
J.Bruce Fields
1
-0
/
+10
2006-10-04
[PATCH] knfsd: nfsd4: clean up exp_pseudoroot
J.Bruce Fields
1
-7
/
+4
2006-10-04
[PATCH] knfsd: nfsd4: refactor exp_pseudoroot
J.Bruce Fields
1
-9
/
+3
2006-10-02
[PATCH] nfsd: add lock annotations to e_start and e_stop
Josh Triplett
1
-0
/
+2
[next]