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
/
nfs3xdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
1
-4
/
+1
2023-06-05
NFSD: Ensure that xdr_write_pages updates rq_next_page
Chuck Lever
1
-4
/
+7
2022-09-26
NFSD: Clean up WRITE arg decoders
Chuck Lever
1
-3
/
+1
2022-09-26
NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks
Chuck Lever
1
-11
/
+3
2022-02-09
NFSD: Deprecate NFS_OFFSET_MAX
Chuck Lever
1
-1
/
+1
2022-02-09
NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
Chuck Lever
1
-1
/
+1
2022-01-08
NFSD: Move fill_pre_wcc() and fill_post_wcc()
Chuck Lever
1
-55
/
+0
2022-01-08
Revert "nfsd: skip some unnecessary stats in the v4 case"
Chuck Lever
1
-27
/
+17
2021-10-13
SUNRPC: Change return value type of .pc_encode
Chuck Lever
1
-83
/
+83
2021-10-13
SUNRPC: Replace the "__be32 *p" parameter to .pc_encode
Chuck Lever
1
-30
/
+16
2021-10-13
SUNRPC: Change return value type of .pc_decode
Chuck Lever
1
-59
/
+59
2021-10-13
SUNRPC: Replace the "__be32 *p" parameter to .pc_decode
Chuck Lever
1
-30
/
+15
2021-10-02
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
1
-10
/
+2
2021-10-02
NFSD: simplify struct nfsfh
NeilBrown
1
-2
/
+2
2021-03-22
NFSD: Clean up NFSDDBG_FACILITY macro
Chuck Lever
1
-3
/
+0
2021-03-22
NFSD: Clean up after updating NFSv3 ACL encoders
Chuck Lever
1
-86
/
+0
2021-03-22
NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_stream
Chuck Lever
1
-2
/
+21
2021-03-22
NFSD: Remove unused NFSv3 directory entry encoders
Chuck Lever
1
-190
/
+0
2021-03-22
NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_stream
Chuck Lever
1
-12
/
+154
2021-03-22
NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_stream
Chuck Lever
1
-19
/
+35
2021-03-22
NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder
Chuck Lever
1
-0
/
+1
2021-03-22
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
1
-13
/
+23
2021-03-22
NFSD: Update the NFSv3 COMMIT3res encoder to use struct xdr_stream
Chuck Lever
1
-39
/
+15
2021-03-22
NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_stream
Chuck Lever
1
-11
/
+33
2021-03-22
NFSD: Update the NFSv3 FSINFO3res encoder to use struct xdr_stream
Chuck Lever
1
-16
/
+46
2021-03-22
NFSD: Update the NFSv3 FSSTAT3res encoder to use struct xdr_stream
Chuck Lever
1
-14
/
+44
2021-03-22
NFSD: Update the NFSv3 LINK3res encoder to use struct xdr_stream
Chuck Lever
1
-4
/
+4
2021-03-22
NFSD: Update the NFSv3 RENAMEv3res encoder to use struct xdr_stream
Chuck Lever
1
-4
/
+4
2021-03-22
NFSD: Update the NFSv3 CREATE family of encoders to use struct xdr_stream
Chuck Lever
1
-7
/
+28
2021-03-22
NFSD: Update the NFSv3 WRITE3res encoder to use struct xdr_stream
Chuck Lever
1
-8
/
+32
2021-03-22
NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream
Chuck Lever
1
-20
/
+23
2021-03-22
NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_stream
Chuck Lever
1
-16
/
+18
2021-03-22
NFSD: Update the NFSv3 wccstat result encoder to use struct xdr_stream
Chuck Lever
1
-3
/
+65
2021-03-22
NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_stream
Chuck Lever
1
-8
/
+35
2021-03-22
NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_stream
Chuck Lever
1
-5
/
+45
2021-03-22
NFSD: Update the GETATTR3res encoder to use struct xdr_stream
Chuck Lever
1
-8
/
+87
2021-01-30
nfsd: skip some unnecessary stats in the v4 case
J. Bruce Fields
1
-17
/
+27
2021-01-25
NFSD: Clean up after updating NFSv3 ACL decoders
Chuck Lever
1
-20
/
+0
2021-01-25
NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_stream
Chuck Lever
1
-1
/
+10
2021-01-25
NFSD: Update the MKNOD3args decoder to use struct xdr_stream
Chuck Lever
1
-72
/
+35
2021-01-25
NFSD: Update the SYMLINK3args decoder to use struct xdr_stream
Chuck Lever
1
-13
/
+16
2021-01-25
NFSD: Update the MKDIR3args decoder to use struct xdr_stream
Chuck Lever
1
-6
/
+4
2021-01-25
NFSD: Update the CREATE3args decoder to use struct xdr_stream
Chuck Lever
1
-10
/
+10
2021-01-25
NFSD: Update the SETATTR3args decoder to use struct xdr_stream
Chuck Lever
1
-17
/
+121
2021-01-25
NFSD: Update the LINK3args decoder to use struct xdr_stream
Chuck Lever
1
-6
/
+4
2021-01-25
NFSD: Update the RENAME3args decoder to use struct xdr_stream
Chuck Lever
1
-7
/
+5
2021-01-25
NFSD: Update the NFSv3 DIROPargs decoder to use struct xdr_stream
Chuck Lever
1
-5
/
+35
2021-01-25
NFSD: Update COMMIT3arg decoder to use struct xdr_stream
Chuck Lever
1
-5
/
+8
2021-01-25
NFSD: Update READDIR3args decoders to use struct xdr_stream
Chuck Lever
1
-14
/
+24
2021-01-25
NFSD: Add helper to set up the pages where the dirlist is encoded
Chuck Lever
1
-20
/
+0
[next]