index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-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-01-24
nfsd: fix RELEASE_LOCKOWNER
NeilBrown
1
-11
/
+15
2024-01-08
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
2023-12-18
NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500d
Chuck Lever
1
-103
/
+11
2023-11-18
Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+1
2023-11-17
nfsd: fix file memleak on client_opens_release
Mahmoud Adam
1
-1
/
+1
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+11
2023-10-16
NFSD: clean up alloc_init_deleg()
Sicong Huang
1
-2
/
+4
2023-10-16
nfsd: Clean up errors in nfs4state.c
KaiLong Wang
1
-2
/
+2
2023-10-16
NFSD: Add nfsd4_encode_open_read_delegation4()
Chuck Lever
1
-3
/
+3
2023-10-16
NFSD: Remove a layering violation when encoding lock_denied
Chuck Lever
1
-0
/
+16
2023-10-16
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
1
-11
/
+103
2023-10-16
lockd: introduce safe async lock op
Alexander Aring
1
-3
/
+7
2023-10-04
nfsd: dynamically allocate the nfsd-client shrinker
Qi Zheng
1
-8
/
+11
2023-08-30
NFSD: Enable write delegation support
Dai Ngo
1
-20
/
+77
2023-08-30
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
1
-0
/
+65
2023-08-04
nfsd: Fix race to FREE_STATEID and cl_revoked
Benjamin Coddington
1
-1
/
+1
2023-07-18
nfsd: Remove incorrect check in nfsd4_validate_stateid
Trond Myklebust
1
-2
/
+0
2023-02-23
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-47
/
+83
2023-02-20
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
1
-2
/
+2
2023-02-20
nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
Jeff Layton
1
-10
/
+11
2023-02-20
NFSD: fix problems with cleanup on errors in nfsd4_copy
Dai Ngo
1
-2
/
+3
2023-02-20
nfsd: don't hand out delegation on setuid files being opened for write
Jeff Layton
1
-0
/
+27
2023-02-20
nfsd: eliminate __nfs4_get_fd
Jeff Layton
1
-13
/
+7
2023-02-20
nfsd: add some kerneldoc comments for stateid preprocessing functions
Jeff Layton
1
-4
/
+25
2023-02-20
nfsd: eliminate find_deleg_file_locked
Jeff Layton
1
-10
/
+1
2023-02-20
nfsd: fix potential race in nfs4_find_file
Jeff Layton
1
-6
/
+9
2023-02-20
nfsd: allow nfsd_file_get to sanely handle a NULL pointer
Jeff Layton
1
-3
/
+1
2023-02-15
Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+1
2023-02-11
nfsd: don't destroy global nfs4_file table in per-net shutdown
Jeff Layton
1
-1
/
+1
[next]