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
/
lockd
/
svc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-06-30
lockd: unregister notifier blocks if the service fails to come up completely
Scott Mayhew
1
-3
/
+10
2016-01-07
lockd: constify nlmsvc_binding structure
Julia Lawall
1
-1
/
+1
2016-01-07
lockd: use to_delayed_work
Geliang Tang
1
-2
/
+1
2015-12-23
lockd: Register callbacks on the inetaddr_chain and inet6addr_chain
Scott Mayhew
1
-2
/
+72
2015-10-23
lockd: get rid of reference-counted NSM RPC clients
Andrey Ryabinin
1
-1
/
+0
2015-10-13
lockd: create NSM handles per net namespace
Andrey Ryabinin
1
-0
/
+1
2015-08-13
lockd: NLM grace period shouldn't block NFSv4 opens
J. Bruce Fields
1
-0
/
+1
2015-08-10
nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation
Jeff Layton
1
-1
/
+2
2015-08-10
nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it
Jeff Layton
1
-1
/
+5
2015-01-06
LOCKD: Fix a race when initialising nlmsvc_timeout
Trond Myklebust
1
-4
/
+4
2014-12-09
sunrpc: require svc_create callers to pass in meaningful shutdown routine
Jeff Layton
1
-1
/
+1
2014-10-08
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+14
2014-09-18
lockd: add a /proc/fs/lockd/nlm_end_grace file
Jeff Layton
1
-0
/
+9
2014-09-18
lockd: move lockd's grace period handling into its own module
Jeff Layton
1
-1
/
+1
2014-09-08
lockd: fix rpcbind crash on lockd startup failure
J. Bruce Fields
1
-3
/
+1
2014-09-03
lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task
Trond Myklebust
1
-1
/
+2
2014-08-17
lockd: Ensure that lockd_start_svc sets the server rq_task...
Trond Myklebust
1
-0
/
+2
2014-06-10
Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2014-06-07
lockd: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-3
/
+3
2014-05-07
lockd: avoid warning when CONFIG_SYSCTL undefined
Kees Cook
1
-1
/
+1
2014-03-28
lockd: ensure we tear down any live sockets when socket creation fails during...
Jeff Layton
1
-0
/
+1
2013-07-04
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
1
-1
/
+1
2012-10-13
Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-15
/
+2
2012-10-02
lockd: per-net NSM client creation and destruction helpers introduced
Stanislav Kinsbursky
1
-0
/
+1
2012-08-22
svcrpc: remove handling of unknown errors from svc_recv
J. Bruce Fields
1
-15
/
+2
2012-07-28
Lockd: move grace period management from lockd() to per-net functions
Stanislav Kinsbursky
1
-6
/
+3
2012-07-28
LockD: pass actual network namespace to grace period management functions
Stanislav Kinsbursky
1
-7
/
+9
2012-07-28
LockD: manage grace list per network namespace
Stanislav Kinsbursky
1
-0
/
+1
2012-07-28
LockD: make lockd manager allocated per network namespace
Stanislav Kinsbursky
1
-8
/
+10
2012-07-28
LockD: manage grace period per network namespace
Stanislav Kinsbursky
1
-6
/
+11
2012-06-01
LockD: add debug message to start and stop functions
Stanislav Kinsbursky
1
-0
/
+5
2012-06-01
LockD: service start function introduced
Stanislav Kinsbursky
1
-25
/
+42
2012-06-01
LockD: move global usage counter manipulation from error path
Stanislav Kinsbursky
1
-3
/
+2
2012-06-01
LockD: service creation function introduced
Stanislav Kinsbursky
1
-11
/
+27
2012-06-01
LockD: use existing per-net data function on service creation
Stanislav Kinsbursky
1
-16
/
+7
2012-06-01
LockD: pass service to per-net up and down functions
Stanislav Kinsbursky
1
-7
/
+5
2012-06-01
SUNRPC: move per-net operations from svc_destroy()
Stanislav Kinsbursky
1
-12
/
+15
2012-06-01
SUNRPC: new svc_bind() routine introduced
Stanislav Kinsbursky
1
-0
/
+6
2012-04-12
Lockd: pass network namespace to creation and destruction routines
Stanislav Kinsbursky
1
-4
/
+3
2012-03-26
Merge nfs containerization work from Trond's tree
J. Bruce Fields
1
-15
/
+102
2012-02-18
lockd: fix arg parsing for grace_period and timeout.
NeilBrown
1
-1
/
+1
2012-02-15
Lockd: shutdown NLM hosts in network namespace context
Stanislav Kinsbursky
1
-1
/
+3
2012-02-15
Lockd: per-net up and down routines introduced
Stanislav Kinsbursky
1
-2
/
+45
2012-02-15
Lockd: pernet usage counter introduced
Stanislav Kinsbursky
1
-3
/
+42
2012-02-15
Lockd: create permanent lockd sockets in current network namespace
Stanislav Kinsbursky
1
-10
/
+13
2012-02-01
SUNRPC: search for service transports in network namespace context
Stanislav Kinsbursky
1
-1
/
+1
2011-08-19
sunrpc: use better NUMA affinities
Eric Dumazet
1
-1
/
+1
2010-10-27
lockd: push lock_flocks down
Arnd Bergmann
1
-11
/
+0
2010-10-02
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
1
-1
/
+1
[next]