index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfsd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
2024-03-01
1
-0
/
+1
*
nfsd: prepare for supporting admin-revocation of state
NeilBrown
2024-03-01
1
-0
/
+1
*
nfsd: remove nfsd_stats, make th_cnt a global counter
Josef Bacik
2024-03-01
1
-0
/
+1
*
nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()
NeilBrown
2024-01-07
1
-1
/
+1
*
nfsd: drop the nfsd_put helper
Jeff Layton
2024-01-04
1
-7
/
+0
*
nfsd: call nfsd_last_thread() before final nfsd_put()
NeilBrown
2023-12-15
1
-0
/
+1
*
NFSD: add rpc_status netlink support
Lorenzo Bianconi
2023-10-16
1
-0
/
+17
*
nfsd: separate nfsd_last_thread() from nfsd_put()
NeilBrown
2023-08-29
1
-1
/
+6
*
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
2023-02-20
1
-1
/
+1
*
NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
Dai Ngo
2023-01-11
1
-4
/
+2
*
nfsd: allow disabling NFSv2 at compile time
Jeff Layton
2022-11-28
1
-2
/
+1
*
NFSD: add shrinker to reap courtesy clients on low memory condition
Dai Ngo
2022-09-26
1
-2
/
+4
*
NFSD: Add a mechanism to wait for a DELEGRETURN
Chuck Lever
2022-09-26
1
-0
/
+7
*
NFSD: limit the number of v4 clients to 1024 per 1GB of system memory
Dai Ngo
2022-07-29
1
-0
/
+2
*
NFSD: refactoring v4 specific code to a helper in nfs4state.c
Dai Ngo
2022-07-29
1
-0
/
+4
*
NFSD: Decode NFSv4 birth time attribute
Chuck Lever
2022-07-11
1
-1
/
+2
*
NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd
Dai Ngo
2022-05-19
1
-0
/
+4
*
NFSD: add courteous server support for thread with only delegation
Dai Ngo
2022-05-19
1
-0
/
+1
*
nfsd: Add support for the birth time attribute
Ondrej Valousek
2022-02-28
1
-1
/
+1
*
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
2021-12-13
1
-1
/
+1
*
SUNRPC: Change return value type of .pc_encode
Chuck Lever
2021-10-13
1
-1
/
+1
*
SUNRPC: Replace the "__be32 *p" parameter to .pc_encode
Chuck Lever
2021-10-13
1
-1
/
+2
*
SUNRPC: Change return value type of .pc_decode
Chuck Lever
2021-10-13
1
-1
/
+1
*
SUNRPC: Replace the "__be32 *p" parameter to .pc_decode
Chuck Lever
2021-10-13
1
-1
/
+2
*
NFSD: delay unmount source's export after inter-server copy completed.
Dai Ngo
2021-05-25
1
-0
/
+4
*
nfsd: report client confirmation status in "info" file
NeilBrown
2021-03-22
1
-1
/
+3
*
nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
Trond Myklebust
2021-03-22
1
-2
/
+1
*
nfsd: report per-export stats
Amir Goldstein
2021-01-25
1
-1
/
+1
*
Revert "nfsd4: support change_attr_type attribute"
J. Bruce Fields
2020-12-09
1
-1
/
+0
*
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
2020-11-30
1
-0
/
+8
*
nfsd: add defines for NFSv4.2 extended attribute support
Frank van der Linden
2020-07-13
1
-1
/
+4
*
nfsd4: fix nfsdfs reference count loop
J. Bruce Fields
2020-06-29
1
-0
/
+3
*
nfsd: clients don't need to break their own delegations
J. Bruce Fields
2020-05-08
1
-0
/
+2
*
nfsd: remove nfs4_reset_lease() declarations
Arnd Bergmann
2019-12-19
1
-2
/
+0
*
NFSD fix mismatching type in nfsd4_set_netaddr
Olga Kornievskaia
2019-12-09
1
-1
/
+1
*
NFSD fill-in netloc4 structure
Olga Kornievskaia
2019-12-09
1
-0
/
+32
*
nfsd: check for EBUSY from vfs_rmdir/vfs_unink.
NeilBrown
2019-11-30
1
-1
/
+2
*
nfsd4: add a client info file
J. Bruce Fields
2019-07-03
1
-1
/
+3
*
nfsd: add nfsd/clients directory
J. Bruce Fields
2019-07-03
1
-0
/
+9
*
nfsd: knfsd must use the container user namespace
Trond Myklebust
2019-04-24
1
-0
/
+7
*
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
2019-04-24
1
-1
/
+1
*
nfsd: Allow containers to set supported nfs versions
Trond Myklebust
2019-04-24
1
-3
/
+5
*
nfsd4: support change_attr_type attribute
J. Bruce Fields
2018-06-17
1
-0
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
2017-05-15
1
-3
/
+3
*
nfsd: constify nfsd_suppatttrs
J. Bruce Fields
2017-01-31
1
-3
/
+3
*
nfsd: add support for the umask attribute
Andreas Gruenbacher
2016-12-15
1
-2
/
+7
*
nfsd: catch errors in decode_fattr earlier
J. Bruce Fields
2016-11-01
1
-1
/
+5
*
nfsd: clean up supported attribute handling
J. Bruce Fields
2016-11-01
1
-14
/
+7
*
nfsd: implement machine credential support for some operations
Andrew Elble
2016-07-13
1
-0
/
+5
[next]