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
/
nfssvc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-05
NLM: Remove "proto" argument from lockd_up()
Chuck Lever
1
-12
/
+7
2008-09-30
SUNRPC: Add address family field to svc_serv data structure
Chuck Lever
1
-0
/
+1
2008-06-30
nfsd: treat all shutdown signals as equivalent
Jeff Layton
1
-25
/
+5
2008-06-23
nfsd: fix race in nfsd_nrthreads()
Neil Brown
1
-4
/
+6
2008-06-23
sunrpc: remove sv_kill_signal field from svc_serv struct
Jeff Layton
1
-2
/
+1
2008-06-23
knfsd: convert knfsd to kthread API
Jeff Layton
1
-16
/
+29
2008-06-23
knfsd: remove special handling for SIGHUP
Jeff Layton
1
-25
/
+8
2008-06-23
knfsd: clean up nfsd filesystem interfaces
Jeff Layton
1
-0
/
+8
2008-06-23
knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...
Neil Brown
1
-13
/
+32
2008-04-24
NFSD: Remove NFSD_TCP kernel build option
Chuck Lever
1
-2
/
+0
2008-02-02
svc: Make close transport independent
Tom Tucker
1
-2
/
+2
2008-02-02
svc: Change services to use new svc_create_xprt service
Tom Tucker
1
-2
/
+2
2007-10-10
knfsd: move nfsv4 slab creation/destruction to module init/exit
J. Bruce Fields
1
-3
/
+1
2007-10-10
knfsd: delete code made redundant by map_new_errors
J. Bruce Fields
1
-2
/
+0
2007-10-10
nfsd: tone down inaccurate dprintk
J. Bruce Fields
1
-1
/
+1
2007-07-17
knfsd: nfsd4: return nfserr_wrongsec
Andy Adamson
1
-0
/
+10
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+2
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-1
/
+1
2007-02-12
[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...
Chuck Lever
1
-2
/
+4
2007-01-27
[PATCH] knfsd: fix setting of ACL server versions
NeilBrown
1
-4
/
+4
2006-10-20
[PATCH] nfsd: misc endianness annotations
Al Viro
1
-1
/
+1
2006-10-20
[PATCH] xdr annotations: nfsd_dispatch()
Al Viro
1
-4
/
+4
2006-10-06
[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc
NeilBrown
1
-1
/
+1
2006-10-04
[PATCH] knfsd: fix auto-sizing of nfsd request/reply buffers
NeilBrown
1
-1
/
+1
2006-10-04
[PATCH] knfsd: Allow max size of NFSd payload to be configured
NeilBrown
1
-1
/
+18
2006-10-02
[PATCH] knfsd: allow admin to set nthreads per node
Greg Banks
1
-0
/
+74
2006-10-02
[PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd
Greg Banks
1
-31
/
+5
2006-10-02
[PATCH] knfsd: add svc_get
Greg Banks
1
-1
/
+1
2006-10-02
[PATCH] knfsd: Correctly handle error condition from lockd_up
NeilBrown
1
-6
/
+10
2006-10-02
[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
NeilBrown
1
-4
/
+2
2006-10-02
[PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'
NeilBrown
1
-3
/
+1
2006-10-02
[PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs servers
NeilBrown
1
-26
/
+57
2006-10-02
[PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions
NeilBrown
1
-43
/
+50
2006-10-02
[PATCH] knfsd: be more selective in which sockets lockd listens on
NeilBrown
1
-6
/
+10
2006-10-02
[PATCH] knfsd: add a callback for when last rpc thread finishes
NeilBrown
1
-22
/
+18
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-24
[PATCH] fs: Use ARRAY_SIZE macro
Tobias Klauser
1
-2
/
+2
2006-02-01
[PATCH] knfsd: Restore recently broken ACL functionality to NFS server
Andreas Gruenbacher
1
-27
/
+49
2005-11-07
[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for mul...
NeilBrown
1
-0
/
+1
2005-11-07
[PATCH] knfsd: Allow run-time selection of NFS versions to export
NeilBrown
1
-28
/
+51
2005-08-17
[PATCH] nfsd to unlock kernel before exiting
Steven Rostedt
1
-0
/
+1
2005-06-24
[PATCH] knfsd: nfsd4: rename nfs4_state_init
NeilBrown
1
-1
/
+1
2005-06-23
[PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugs
Andreas Gruenbacher
1
-0
/
+1
2005-06-23
[PATCH] NFSD: Add server support for NFSv3 ACLs.
Andreas Gruenbacher
1
-0
/
+27
2005-04-17
[PATCH] nfsd: clear signals before exiting the nfsd() thread
NeilBrown
1
-0
/
+2
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+385