index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfssvc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-11
NFSD: Remove CONFIG_NFSD_V3
Chuck Lever
1
-2
/
+0
2022-02-28
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
1
-6
/
+1
2022-02-28
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
1
-3
/
+0
2022-02-28
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
1
-1
/
+1
2022-02-28
SUNRPC: Rename svc_create_xprt()
Chuck Lever
1
-4
/
+4
2022-02-28
SUNRPC: Remove svo_shutdown method
Chuck Lever
1
-1
/
+1
2022-02-28
SUNRPC: Remove the .svo_enqueue_xprt method
Chuck Lever
1
-1
/
+0
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-01-08
NFSD: Rename boot verifier functions
Chuck Lever
1
-8
/
+8
2022-01-08
NFSD: Clean up the nfsd_net::nfssvc_boot field
Chuck Lever
1
-13
/
+38
2022-01-08
NFSD: Write verifier might go backwards
Chuck Lever
1
-1
/
+1
2021-12-13
NFSD: simplify locking for network notifier.
NeilBrown
1
-18
/
+20
2021-12-13
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
1
-6
/
+5
2021-12-13
NFSD: Make it possible to use svc_set_num_threads_sync
NeilBrown
1
-21
/
+20
2021-12-13
NFSD: narrow nfsd_mutex protection in nfsd thread
NeilBrown
1
-6
/
+2
2021-12-13
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
1
-3
/
+2
2021-12-13
nfsd: make nfsd_stats.th_cnt atomic_t
NeilBrown
1
-3
/
+3
2021-12-13
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
1
-16
/
+26
2021-12-13
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
1
-14
/
+16
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-1
/
+1
2021-10-19
NFSD:fix boolreturn.cocci warning
Changcheng Deng
1
-1
/
+1
2021-10-13
SUNRPC: Change return value type of .pc_encode
Chuck Lever
1
-4
/
+4
2021-10-13
SUNRPC: Replace the "__be32 *p" parameter to .pc_encode
Chuck Lever
1
-6
/
+3
2021-10-13
SUNRPC: Change return value type of .pc_decode
Chuck Lever
1
-3
/
+3
2021-10-13
SUNRPC: Replace the "__be32 *p" parameter to .pc_decode
Chuck Lever
1
-4
/
+3
2021-05-25
NFSD: delay unmount source's export after inter-server copy completed.
Dai Ngo
1
-0
/
+3
2021-04-15
nfsd: removed unused argument in nfsd_startup_generic()
Vasily Averin
1
-4
/
+4
2021-04-06
NFSD: Use DEFINE_SPINLOCK() for spinlock
Guobin Huang
1
-2
/
+1
2021-03-22
nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
Trond Myklebust
1
-1
/
+34
2021-03-22
NFSD: Extract the svcxdr_init_encode() helper
Chuck Lever
1
-2
/
+2
2021-01-25
NFSD: Remove argument length checking in nfsd_dispatch()
Chuck Lever
1
-34
/
+0
2020-12-18
NFSD: Fix sparse warning in nfssvc.c
Chuck Lever
1
-6
/
+0
2020-12-09
nfsd: Fix message level for normal termination
kazuo ito
1
-2
/
+1
2020-11-30
NFSD: Add tracepoints in nfsd_dispatch()
Chuck Lever
1
-12
/
+5
2020-11-30
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
1
-0
/
+28
2020-11-30
SUNRPC: Prepare for xdr_stream-style decoding on the server-side
Chuck Lever
1
-0
/
+2
2020-10-12
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
1
-16
/
+5
2020-10-02
NFSD: Map nfserr_wrongsec outside of nfsd_dispatch
Chuck Lever
1
-2
/
+0
2020-10-02
NFSD: Call NFSv2 encoders on error returns
Chuck Lever
1
-6
/
+2
2020-10-02
NFSD: Refactor nfsd_dispatch() error paths
Chuck Lever
1
-25
/
+35
2020-10-02
NFSD: Clean up nfsd_dispatch() variables
Chuck Lever
1
-8
/
+7
2020-10-02
NFSD: Clean up stale comments in nfsd_dispatch()
Chuck Lever
1
-10
/
+16
2020-10-02
NFSD: Clean up switch statement in nfsd_dispatch()
Chuck Lever
1
-4
/
+4
2020-10-02
NFSD: Encoder and decoder functions are always present
Chuck Lever
1
-3
/
+2
2020-09-25
nfsd: rq_lease_breaker cleanup
J. Bruce Fields
1
-1
/
+0
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-11
nfsd: Fix old-style function definition
Ma Feng
1
-1
/
+1
2020-05-08
nfsd: clients don't need to break their own delegations
J. Bruce Fields
1
-0
/
+6
2020-03-16
nfsd: set the server_scope during service startup
Scott Mayhew
1
-0
/
+3
2020-01-22
nfsd: Containerise filecache laundrette
Trond Myklebust
1
-2
/
+7
[next]