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
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+9
2021-01-25
nfsd: report per-export stats
Amir Goldstein
1
-8
/
+60
2021-01-24
nfs: do not export idmapped mounts
Christian Brauner
1
-3
/
+9
2020-12-09
nfsd: allow filesystems to opt out of subtree checking
Jeff Layton
1
-0
/
+6
2020-10-02
NFSD: Map nfserr_wrongsec outside of nfsd_dispatch
Chuck Lever
1
-1
/
+1
2020-03-16
nfsd: export upcalls must not return ESTALE when mountd is down
Trond Myklebust
1
-0
/
+12
2020-03-16
nfsd: Add tracepoints for update of the expkey and export cache entries
Trond Myklebust
1
-9
/
+15
2020-03-16
nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()
Trond Myklebust
1
-2
/
+7
2019-09-10
nfsd: nfsd_file cache entries should be per net namespace
Trond Myklebust
1
-1
/
+1
2019-08-19
nfsd: add a new struct file caching facility to nfsd
Jeff Layton
1
-0
/
+13
2019-04-24
nfsd: knfsd must use the container user namespace
Trond Myklebust
1
-8
/
+10
2018-10-29
knfsd: Allow lockless lookups of the exports
Trond Myklebust
1
-7
/
+7
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2017-11-28
NFSD: make cache_detail structures const
Bhumika Goyal
1
-2
/
+2
2017-11-28
nfsd: remove net pointer from debug messages
Vasily Averin
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-05
nfsd: namespace-prefix uuid_parse
Christoph Hellwig
1
-2
/
+2
2017-01-31
nfsd: opt in to labeled nfs per export
J. Bruce Fields
1
-0
/
+1
2016-07-15
nfsd: allow nfsd to advertise multiple layout types
Jeff Layton
1
-2
/
+2
2016-07-13
nfsd: implement machine credential support for some operations
Andrew Elble
1
-0
/
+10
2015-08-13
sunrpc/nfsd: Remove redundant code by exports seq_operations functions
Kinglong Mee
1
-70
/
+3
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2015-04-03
nfsd: add NFSEXP_PNFS to the exflags array
Christoph Hellwig
1
-0
/
+1
2015-03-31
NFSD: Using path_equal() for checking two paths
Kinglong Mee
1
-2
/
+1
2015-02-02
nfsd: implement pNFS operations
Christoph Hellwig
1
-0
/
+8
2014-08-18
nfsd: allow turning off nfsv3 readdir_plus
Rajesh Ghanekar
1
-0
/
+1
2014-06-23
NFSD: Using exp_get for export getting
Kinglong Mee
1
-1
/
+1
2014-06-23
NFSD: Using path_get when assigning path for export
Kinglong Mee
1
-2
/
+2
2014-05-31
NFSD: Error out when getting more than one fsloc/secinfo/uuid
Kinglong Mee
1
-0
/
+12
2014-05-31
NFSD: Using type of uint32_t for ex_nflavors instead of int
Kinglong Mee
1
-3
/
+4
2014-05-31
NFSD: Add missing comment of "expiry" in expkey_parse()
Kinglong Mee
1
-1
/
+1
2014-05-31
NFSD: Remove typedef of svc_client and svc_export in export.c
Kinglong Mee
1
-11
/
+8
2014-05-31
NFSD: Cleanup unneeded including net/ipv6.h
Kinglong Mee
1
-2
/
+0
2014-05-31
NFSD: Adds macro EX_UUID_LEN for exports uuid's length
Kinglong Mee
1
-3
/
+3
2014-05-31
NFSD: Helper function for parsing uuid
Kinglong Mee
1
-12
/
+20
2014-05-31
NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()
Kinglong Mee
1
-3
/
+9
2013-10-30
nfsd: -EINVAL on invalid anonuid/gid instead of silent failure
J. Bruce Fields
1
-0
/
+9
2013-10-30
nfsd: return better errors to exportfs
J. Bruce Fields
1
-4
/
+11
2013-03-01
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-12
/
+4
2013-02-15
SUNRPC: rework cache upcall logic
Stanislav Kinsbursky
1
-12
/
+0
2013-02-15
SUNRPC: introduce cache_detail->cache_request callback
Stanislav Kinsbursky
1
-2
/
+4
2013-02-13
nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids
Eric W. Biederman
1
-8
/
+14
2013-02-04
nfsd: initialize the exp->ex_uuid field in svc_export_init
Jeff Layton
1
-0
/
+1
2013-01-30
nfsd: Fix memleak in svc_export_put
majianpeng
1
-0
/
+1
2012-07-28
SUNRPC: service request network namespace helper introduced
Stanislav Kinsbursky
1
-2
/
+2
2012-07-25
nfsd: add get_uint for u32's
J. Bruce Fields
1
-3
/
+3
2012-06-01
nfsd4: move rq_flavor into svc_cred
J. Bruce Fields
1
-3
/
+3
2012-06-01
nfsd4: fix missing "static"
J. Bruce Fields
1
-1
/
+1
2012-04-12
nfsd: make expkey cache allocated per network namespace context
Stanislav Kinsbursky
1
-11
/
+17
[next]