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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Remove __assign_str_len()
Steven Rostedt (Google)
2024-03-18
1
-4
/
+4
*
NFSD: Fix nfsd_clid_class use of __string_len() macro
Steven Rostedt (Google)
2024-03-18
1
-1
/
+1
*
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-12
1
-2
/
+1
|
\
|
*
ima: Move to LSM infrastructure
Roberto Sassu
2024-02-15
1
-7
/
+0
|
*
security: Introduce file_post_open hook
Roberto Sassu
2024-02-15
1
-0
/
+6
*
|
Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2024-03-12
27
-551
/
+1344
|
\
\
|
*
|
NFSD: Clean up nfsd4_encode_replay()
Chuck Lever
2024-03-09
2
-16
/
+31
|
*
|
NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...
Dai Ngo
2024-03-05
1
-0
/
+3
|
*
|
NFSD: Document nfsd_setattr() fill-attributes behavior
Chuck Lever
2024-03-05
1
-0
/
+7
|
*
|
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
2024-03-01
8
-21
/
+25
|
*
|
nfsd: Fix a regression in nfsd_setattr()
Trond Myklebust
2024-03-01
2
-2
/
+11
|
*
|
NFSD: OP_CB_RECALL_ANY should recall both read and write delegations
Dai Ngo
2024-03-01
1
-0
/
+2
|
*
|
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
2024-03-01
4
-13
/
+123
|
*
|
NFSD: add support for CB_GETATTR callback
Dai Ngo
2024-03-01
3
-1
/
+128
|
*
|
NFSD: Document the phases of CREATE_SESSION
Chuck Lever
2024-03-01
1
-0
/
+6
|
*
|
NFSD: Fix the NFSv4.1 CREATE_SESSION operation
Chuck Lever
2024-03-01
1
-26
/
+31
|
*
|
nfsd: clean up comments over nfs4_client definition
Chen Hanxiao
2024-03-01
1
-3
/
+4
|
*
|
nfsd: Simplify the allocation of slab caches in nfsd4_init_slabs
Kunwu Chan
2024-03-01
1
-14
/
+7
|
*
|
nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_create
Kunwu Chan
2024-03-01
1
-2
/
+1
|
*
|
nfsd: Simplify the allocation of slab caches in nfsd_file_cache_init
Kunwu Chan
2024-03-01
1
-4
/
+2
|
*
|
nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfs
Kunwu Chan
2024-03-01
1
-4
/
+2
|
*
|
nfsd: don't call locks_release_private() twice concurrently
NeilBrown
2024-03-01
1
-1
/
+1
|
*
|
nfsd: allow layout state to be admin-revoked.
NeilBrown
2024-03-01
4
-16
/
+50
|
*
|
nfsd: allow delegation state ids to be revoked and then freed
NeilBrown
2024-03-01
1
-3
/
+25
|
*
|
nfsd: allow open state ids to be revoked and then freed
NeilBrown
2024-03-01
1
-1
/
+24
|
*
|
nfsd: allow lock state ids to be revoked and then freed
NeilBrown
2024-03-01
1
-1
/
+39
|
*
|
nfsd: allow admin-revoked NFSv4.0 state to be freed.
NeilBrown
2024-03-01
2
-1
/
+101
|
*
|
nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke
NeilBrown
2024-03-01
1
-1
/
+9
|
*
|
nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states
NeilBrown
2024-03-01
1
-60
/
+58
|
*
|
nfsd: prepare for supporting admin-revocation of state
NeilBrown
2024-03-01
5
-2
/
+98
|
*
|
nfsd: split sc_status out of sc_type
NeilBrown
2024-03-01
4
-141
/
+151
|
*
|
nfsd: avoid race after unhash_delegation_locked()
NeilBrown
2024-03-01
1
-10
/
+10
|
*
|
nfsd: don't call functions with side-effecting inside WARN_ON()
NeilBrown
2024-03-01
1
-5
/
+5
|
*
|
nfsd: hold ->cl_lock for hash_delegation_locked()
NeilBrown
2024-03-01
1
-0
/
+3
|
*
|
nfsd: remove stale comment in nfs4_show_deleg()
NeilBrown
2024-03-01
1
-1
/
+0
|
*
|
NFSD: Remove redundant cb_seq_status initialization
Chuck Lever
2024-03-01
1
-1
/
+0
|
*
|
NFSD: Remove BUG_ON in nfsd4_process_cb_update()
Chuck Lever
2024-03-01
1
-1
/
+2
|
*
|
NFSD: Replace comment with lockdep assertion
Chuck Lever
2024-03-01
1
-1
/
+2
|
*
|
NFSD: Remove unused @reason argument
Chuck Lever
2024-03-01
1
-9
/
+9
|
*
|
NFSD: Add callback operation lifetime trace points
Chuck Lever
2024-03-01
2
-0
/
+50
|
*
|
NFSD: Rename nfsd_cb_state trace point
Chuck Lever
2024-03-01
2
-2
/
+5
|
*
|
NFSD: Replace dprintks in nfsd4_cb_sequence_done()
Chuck Lever
2024-03-01
2
-5
/
+86
|
*
|
NFSD: Add nfsd_seq4_status trace event
Chuck Lever
2024-03-01
2
-0
/
+36
|
*
|
NFSD: Retransmit callbacks after client reconnects
Chuck Lever
2024-03-01
1
-2
/
+11
|
*
|
NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down
Chuck Lever
2024-03-01
1
-9
/
+23
|
*
|
NFSD: Convert the callback workqueue to use delayed_work
Chuck Lever
2024-03-01
2
-4
/
+4
|
*
|
NFSD: Reset cb_seq_status after NFS4ERR_DELAY
Chuck Lever
2024-03-01
1
-0
/
+1
|
*
|
nfsd: make svc_stat per-network namespace instead of global
Josef Bacik
2024-03-01
5
-9
/
+11
|
*
|
nfsd: remove nfsd_stats, make th_cnt a global counter
Josef Bacik
2024-03-01
4
-10
/
+5
|
*
|
nfsd: make all of the nfsd stats per-network namespace
Josef Bacik
2024-03-01
10
-96
/
+69
[next]