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
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
2020-01-03
nfsd: use true,false for bool variable in nfssvc.c
zhengbin
1
-3
/
+3
2019-12-09
NFSD add nfs4 inter ssc to nfsd4_copy
Olga Kornievskaia
1
-0
/
+6
2019-11-19
nfsd: restore NFSv3 ACL support
J. Bruce Fields
1
-2
/
+1
2019-09-23
nfsd: Make nfsd_reset_boot_verifier_locked static
YueHaibing
1
-1
/
+1
2019-09-10
nfsd: Support the server resetting the boot verifier
Trond Myklebust
1
-1
/
+30
2019-09-10
nfsd: nfsd_file cache entries should be per net namespace
Trond Myklebust
1
-0
/
+1
2019-08-19
nfsd: rip out the raparms cache
Jeff Layton
1
-12
/
+1
2019-08-19
nfsd: add a new struct file caching facility to nfsd
Jeff Layton
1
-1
/
+8
2019-04-24
lockd: Pass the user cred from knfsd when starting the lockd server
Trond Myklebust
1
-1
/
+1
2019-04-24
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
1
-7
/
+7
2019-04-24
nfsd: Allow containers to set supported nfs versions
Trond Myklebust
1
-46
/
+168
2019-04-24
nfsd: Add custom rpcbind callbacks for knfsd
Trond Myklebust
1
-2
/
+46
2019-04-24
SUNRPC: Allow further customisation of RPC program registration
Trond Myklebust
1
-1
/
+2
2019-04-24
SUNRPC: Add a callback to initialise server requests
Trond Myklebust
1
-0
/
+2
2017-11-27
race of nfsd inetaddr notifiers vs nn->nfsd_serv change
Vasily Averin
1
-3
/
+11
2017-11-18
Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+2
2017-11-07
nfds: avoid gettimeofday for nfssvc_boot time
Arnd Bergmann
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-04
nfsd: increase DRC cache limit
J. Bruce Fields
1
-1
/
+1
2017-08-24
sunrpc: Const-ify struct sv_serv_ops
Chuck Lever
1
-1
/
+1
[next]