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
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
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-09
nfsd: fix change_info in NFSv4 RENAME replies
Jeff Layton
1
-2
/
+2
2023-08-30
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-3
/
+2
2023-08-30
nfsd: set missing after_change as before_change + 1
Jeff Layton
1
-1
/
+1
2023-08-30
nfsd: remove unsafe BUG_ON from set_change_info
Jeff Layton
1
-0
/
+32
2023-08-30
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
1
-6
/
+8
2023-02-20
NFSD: fix problems with cleanup on errors in nfsd4_copy
Dai Ngo
1
-4
/
+8
2023-02-20
NFSD: fix leaked reference count of nfsd4_ssc_umount_item
Dai Ngo
1
-4
/
+8
2023-02-20
nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
Jeff Layton
1
-13
/
+10
2023-02-20
nfsd: zero out pointers after putting nfsd_files on COPY setup error
Jeff Layton
1
-0
/
+2
2023-02-20
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
Jeff Layton
1
-11
/
+24
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
1
-3
/
+4
2023-02-20
NFSD: enhance inter-server copy cleanup
Dai Ngo
1
-67
/
+44
2023-01-12
NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Xingyuan Mo
1
-0
/
+1
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
1
-4
/
+3
2022-12-14
NFSD: fix use-after-free in __nfs42_ssc_open()
Dai Ngo
1
-15
/
+5
2022-12-10
NFSD: pass range end to vfs_fsync_range() instead of count
Brian Foster
1
-2
/
+3
2022-12-10
nfsd: return error if nfs4_setacl fails
Jeff Layton
1
-0
/
+2
2022-11-28
NFSD: Clean up nfs4_preprocess_stateid_op() call sites
Chuck Lever
1
-24
/
+7
2022-11-28
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
1
-1
/
+10
2022-09-26
NFSD: Cap rsize_bop result based on send buffer size
Chuck Lever
1
-24
/
+24
2022-09-26
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
1
-3
/
+3
2022-09-26
NFSD: Remove "inline" directives on op_rsize_bop helpers
Chuck Lever
1
-46
/
+75
2022-09-26
NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
Chuck Lever
1
-1
/
+1
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
1
-0
/
+2
2022-09-26
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
1
-0
/
+4
2022-09-26
NFSD: Trace NFSv4 COMPOUND tags
Chuck Lever
1
-1
/
+1
2022-09-26
NFSD: Fix handling of oversized NFSv4 COMPOUND requests
Chuck Lever
1
-6
/
+13
2022-09-26
NFSD: remove redundant variable status
Jinpeng Cui
1
-12
/
+4
2022-09-26
NFSD enforce filehandle check for source file in COPY
Olga Kornievskaia
1
-1
/
+7
2022-09-26
NFSD: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-04
NFSD: use explicit lock/unlock for directory ops
NeilBrown
1
-2
/
+4
2022-08-04
NFSD: reduce locking in nfsd_lookup()
NeilBrown
1
-8
/
+12
2022-08-04
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
1
-3
/
+1
2022-08-04
NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.
NeilBrown
1
-2
/
+0
2022-08-04
NFSD: add posix ACLs to struct nfsd_attrs
NeilBrown
1
-30
/
+16
2022-07-30
NFSD: add security label to struct nfsd_attrs
NeilBrown
1
-40
/
+9
2022-07-30
NFSD: set attributes when creating symlinks
NeilBrown
1
-1
/
+1
2022-07-30
NFSD: introduce struct nfsd_attrs
NeilBrown
1
-7
/
+16
2022-07-30
NFSD: verify the opened dentry after setting a delegation
Jeff Layton
1
-0
/
+1
2022-07-30
NFSD: Move copy offload callback arguments into a separate structure
Chuck Lever
1
-22
/
+22
2022-07-30
NFSD: Add nfsd4_send_cb_offload()
Chuck Lever
1
-15
/
+22
2022-07-30
NFSD: Remove kmalloc from nfsd4_do_async_copy()
Chuck Lever
1
-14
/
+14
2022-07-30
NFSD: Refactor nfsd4_do_copy()
Chuck Lever
1
-8
/
+14
2022-07-30
NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)
Chuck Lever
1
-8
/
+7
2022-07-30
NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)
Chuck Lever
1
-5
/
+5
2022-07-30
NFSD: Replace boolean fields in struct nfsd4_copy
Chuck Lever
1
-32
/
+19
2022-07-30
NFSD: Make nfs4_put_copy() static
Chuck Lever
1
-1
/
+1
2022-07-30
NFSD: Shrink size of struct nfsd4_copy
Chuck Lever
1
-2
/
+6
2022-07-30
NFSD: Shrink size of struct nfsd4_copy_notify
Chuck Lever
1
-2
/
+2
2022-07-30
NFSD: Fix strncpy() fortify warning
Chuck Lever
1
-1
/
+1
[next]