index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-30
nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
NeilBrown
1
-2
/
+9
2024-08-26
fs/nfsd: fix update of inode attrs in CB_GETATTR
Jeff Layton
1
-5
/
+13
2024-08-26
nfsd: fix potential UAF in nfsd4_cb_getattr_release
Jeff Layton
1
-1
/
+1
2024-08-26
nfsd: hold reference to delegation when updating it for cb_getattr
Jeff Layton
1
-3
/
+7
2024-08-23
nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open
Olga Kornievskaia
1
-9
/
+12
2024-05-06
nfsd: optimise recalculate_deny_mode() for a common case
NeilBrown
1
-1
/
+6
2024-05-06
nfsd: add tracepoint in mark_client_expired_locked
Jeff Layton
1
-1
/
+5
2024-05-06
nfsd: new tracepoint for check_slot_seqid
Chuck Lever
1
-7
/
+7
2024-05-06
NFSD: Move callback_wq into struct nfs4_client
Chuck Lever
1
-7
/
+7
2024-05-06
nfsd: drop st_mutex before calling move_to_close_lru()
NeilBrown
1
-4
/
+7
2024-05-06
nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()
NeilBrown
1
-7
/
+31
2024-05-06
nfsd: move nfsd4_cstate_assign_replay() earlier in open handling.
NeilBrown
1
-6
/
+3
2024-05-06
nfsd: perform all find_openstateowner_str calls in the one place.
NeilBrown
1
-53
/
+40
2024-04-06
Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-5
/
+2
2024-04-05
nfsd: hold a lighter-weight client reference over CB_RECALL_ANY
Jeff Layton
1
-5
/
+2
2024-03-28
Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-11
/
+25
2024-03-27
NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY replies
Chuck Lever
1
-11
/
+25
2024-03-12
Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-223
/
+603
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-61
/
+63
2024-03-05
NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...
Dai Ngo
1
-0
/
+3
2024-03-01
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
1
-1
/
+1
2024-03-01
NFSD: OP_CB_RECALL_ANY should recall both read and write delegations
Dai Ngo
1
-0
/
+2
2024-03-01
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
1
-10
/
+105
2024-03-01
NFSD: Document the phases of CREATE_SESSION
Chuck Lever
1
-0
/
+6
2024-03-01
NFSD: Fix the NFSv4.1 CREATE_SESSION operation
Chuck Lever
1
-26
/
+31
2024-03-01
nfsd: Simplify the allocation of slab caches in nfsd4_init_slabs
Kunwu Chan
1
-14
/
+7
2024-03-01
nfsd: don't call locks_release_private() twice concurrently
NeilBrown
1
-1
/
+1
2024-03-01
nfsd: allow layout state to be admin-revoked.
NeilBrown
1
-2
/
+9
2024-03-01
nfsd: allow delegation state ids to be revoked and then freed
NeilBrown
1
-3
/
+25
2024-03-01
nfsd: allow open state ids to be revoked and then freed
NeilBrown
1
-1
/
+24
2024-03-01
nfsd: allow lock state ids to be revoked and then freed
NeilBrown
1
-1
/
+39
2024-03-01
nfsd: allow admin-revoked NFSv4.0 state to be freed.
NeilBrown
1
-1
/
+97
2024-03-01
nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke
NeilBrown
1
-1
/
+9
2024-03-01
nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states
NeilBrown
1
-60
/
+58
2024-03-01
nfsd: prepare for supporting admin-revocation of state
NeilBrown
1
-1
/
+84
2024-03-01
nfsd: split sc_status out of sc_type
NeilBrown
1
-105
/
+102
2024-03-01
nfsd: avoid race after unhash_delegation_locked()
NeilBrown
1
-10
/
+10
2024-03-01
nfsd: don't call functions with side-effecting inside WARN_ON()
NeilBrown
1
-5
/
+5
2024-03-01
nfsd: hold ->cl_lock for hash_delegation_locked()
NeilBrown
1
-0
/
+3
2024-03-01
nfsd: remove stale comment in nfs4_show_deleg()
NeilBrown
1
-1
/
+0
2024-03-01
NFSD: Add nfsd_seq4_status trace event
Chuck Lever
1
-0
/
+1
2024-03-01
nfsd: make all of the nfsd stats per-network namespace
Josef Bacik
1
-1
/
+2
2024-02-05
nfsd: don't take fi_lock in nfsd_break_deleg_cb()
NeilBrown
1
-6
/
+5
2024-02-05
filelock: don't do security checks on nfsd setlease calls
Jeff Layton
1
-4
/
+4
2024-02-05
filelock: split leases out of struct file_lock
Jeff Layton
1
-13
/
+14
2024-02-05
nfsd: adapt to breakup of struct file_lock
Jeff Layton
1
-34
/
+35
2024-02-05
nfsd: convert to using new filelock helpers
Jeff Layton
1
-16
/
+16
2024-01-24
nfsd: fix RELEASE_LOCKOWNER
NeilBrown
1
-11
/
+15
2024-01-07
nfsd: remove unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2023-12-20
Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-103
/
+11
[next]