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
2023-08-03
nfsd: Remove incorrect check in nfsd4_validate_stateid
Trond Myklebust
1
-2
/
+0
2023-03-10
nfsd: don't hand out delegation on setuid files being opened for write
Jeff Layton
1
-0
/
+27
2023-03-10
nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
Jeff Layton
1
-10
/
+11
2023-03-10
NFSD: fix problems with cleanup on errors in nfsd4_copy
Dai Ngo
1
-2
/
+3
2023-01-18
nfsd: fix handling of cached open files in nfsd4_open codepath
Jeff Layton
1
-12
/
+4
2023-01-18
NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
Chuck Lever
1
-2
/
+2
2022-12-31
nfsd: don't call nfsd_file_put from client states seqfile display
Jeff Layton
1
-18
/
+33
2022-11-11
Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-0
/
+1
2022-11-08
nfsd: put the export reference in nfsd4_verify_deleg_dentry
Jeff Layton
1
-0
/
+1
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-2
/
+2
2022-09-26
nfsd: extra checks when freeing delegation stateids
Jeff Layton
1
-1
/
+6
2022-09-26
nfsd: make nfsd4_run_cb a bool return function
Jeff Layton
1
-3
/
+2
2022-09-26
nfsd: fix comments about spinlock handling with delegations
Jeff Layton
1
-2
/
+2
2022-09-26
nfsd: only fill out return pointer on success in nfsd4_lookup_stateid
Jeff Layton
1
-4
/
+6
2022-09-26
NFSD: fix use-after-free on source server when doing inter-server copy
Dai Ngo
1
-0
/
+5
2022-09-26
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
1
-15
/
+15
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fops
ChenXiaoSong
1
-12
/
+2
2022-09-26
NFSD: add shrinker to reap courtesy clients on low memory condition
Dai Ngo
1
-8
/
+86
2022-09-26
NFSD: keep track of the number of courtesy clients in the system
Dai Ngo
1
-1
/
+16
2022-09-26
NFSD: Add a mechanism to wait for a DELEGRETURN
Chuck Lever
1
-0
/
+30
2022-09-26
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
1
-0
/
+4
2022-08-04
NFSD: use (un)lock_inode instead of fh_(un)lock for file operations
NeilBrown
1
-4
/
+5
2022-08-04
NFSD: reduce locking in nfsd_lookup()
NeilBrown
1
-3
/
+0
2022-07-30
NFSD: introduce struct nfsd_attrs
NeilBrown
1
-1
/
+4
2022-07-30
NFSD: verify the opened dentry after setting a delegation
Jeff Layton
1
-5
/
+49
2022-07-30
NFSD: drop fh argument from alloc_init_deleg
Jeff Layton
1
-8
/
+6
2022-07-30
NFSD: limit the number of v4 clients to 1024 per 1GB of system memory
Dai Ngo
1
-6
/
+21
2022-07-30
NFSD: keep track of the number of v4 clients in the system
Dai Ngo
1
-2
/
+8
2022-07-30
NFSD: refactoring v4 specific code to a helper in nfs4state.c
Dai Ngo
1
-0
/
+12
2022-07-30
NFSD: Ensure nf_inode is never dereferenced
Chuck Lever
1
-1
/
+1
2022-07-30
NFSD: NFSv4 CLOSE should release an nfsd_file immediately
Chuck Lever
1
-2
/
+2
2022-07-30
NFSD: Separate tracepoints for acquire and create
Chuck Lever
1
-0
/
+1
2022-05-26
NFSD: Add documenting comment for nfsd4_release_lockowner()
Chuck Lever
1
-3
/
+20
2022-05-26
NFSD: Modernize nfsd4_release_lockowner()
Chuck Lever
1
-25
/
+11
2022-05-26
NFSD: Fix possible sleep during nfsd4_release_lockowner()
Chuck Lever
1
-8
/
+4
2022-05-23
NFSD: Move documenting comment for nfsd4_process_open2()
Chuck Lever
1
-0
/
+12
2022-05-23
NFSD: Instantiate a struct file when creating a regular NFSv4 file
Chuck Lever
1
-3
/
+13
2022-05-19
NFSD: Show state of courtesy client in client info
Dai Ngo
1
-1
/
+8
2022-05-19
NFSD: add support for lock conflict to courteous server
Dai Ngo
1
-16
/
+54
2022-05-19
NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd
Dai Ngo
1
-12
/
+16
2022-05-19
NFSD: add support for share reservation conflict to courteous server
Dai Ngo
1
-8
/
+101
2022-05-19
NFSD: add courteous server support for thread with only delegation
Dai Ngo
1
-15
/
+67
2022-03-11
NFSD: Fix nfsd_breaker_owns_lease() return values
Chuck Lever
1
-2
/
+10
2022-03-11
NFSD: Clean up _lm_ operation names
Chuck Lever
1
-4
/
+4
2022-01-28
nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
Dai Ngo
1
-1
/
+3
2022-01-08
nfsd: fix crash on COPY_NOTIFY with special stateid
J. Bruce Fields
1
-1
/
+5
2022-01-08
nfsd4: add refcount for nfsd4_blocked_lock
Vasily Averin
1
-3
/
+22
2022-01-08
nfs: block notification on fs with its own ->lock
J. Bruce Fields
1
-6
/
+12
2022-01-08
nfsd: improve stateid access bitmask documentation
J. Bruce Fields
1
-4
/
+10
2021-12-10
nfsd: fix use-after-free due to delegation race
J. Bruce Fields
1
-2
/
+7
[next]