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
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-23
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
1
-3
/
+4
2022-05-23
NFSD: Move documenting comment for nfsd4_process_open2()
Chuck Lever
1
-5
/
+1
2022-05-23
NFSD: Fix whitespace
Chuck Lever
1
-25
/
+25
2022-05-23
NFSD: Remove dprintk call sites from tail of nfsd4_open()
Chuck Lever
1
-4
/
+0
2022-05-23
NFSD: Instantiate a struct file when creating a regular NFSv4 file
Chuck Lever
1
-4
/
+39
2022-05-20
NFSD: Refactor NFSv4 OPEN(CREATE)
Chuck Lever
1
-10
/
+152
2022-02-09
NFSD: Clamp WRITE offsets
Chuck Lever
1
-2
/
+3
2022-02-09
NFSD: Fix the behavior of READ near OFFSET_MAX
Chuck Lever
1
-2
/
+6
2022-01-08
NFSD: Move fill_pre_wcc() and fill_post_wcc()
Chuck Lever
1
-1
/
+1
2022-01-08
NFSD: Rename boot verifier functions
Chuck Lever
1
-1
/
+1
2022-01-08
nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
Trond Myklebust
1
-1
/
+1
2022-01-08
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
1
-7
/
+9
2021-12-13
NFSD: Fix sparse warning
Chuck Lever
1
-1
/
+1
2021-10-13
NFSD: Save location of NFSv4 COMPOUND status
Chuck Lever
1
-1
/
+1
2021-10-02
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
1
-2
/
+1
2021-10-02
NFSD: Initialize pointer ni with NULL and not plain integer 0
Colin Ian King
1
-1
/
+1
2021-10-02
NFSD: simplify struct nfsfh
NeilBrown
1
-2
/
+2
2021-07-07
nfsd: remove redundant assignment to pointer 'this'
Colin Ian King
1
-1
/
+1
2021-07-07
NFSD: Fix error return code in nfsd4_interssc_connect()
Wei Yongjun
1
-0
/
+1
2021-07-07
nfsd: fix kernel test robot warning in SSC code
Dai Ngo
1
-2
/
+2
2021-05-26
NFSD: delay unmount source's export after inter-server copy completed.
Dai Ngo
1
-4
/
+131
2021-05-26
NFSD add vfs_fsync after async copy is done
Olga Kornievskaia
1
-1
/
+13
2021-05-18
NFSD: Add an nfsd_cb_offload tracepoint
Chuck Lever
1
-0
/
+2
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-6
/
+0
2021-04-01
NFSv4.2: fix copy stateid copying for the async copy
Olga Kornievskaia
1
-2
/
+2
2021-03-22
nfsd: don't ignore high bits of copy count
J. Bruce Fields
1
-1
/
+1
2021-03-22
nfsd: COPY with length 0 should copy to end of file
J. Bruce Fields
1
-0
/
+3
2021-03-22
NFSD: Extract the svcxdr_init_encode() helper
Chuck Lever
1
-23
/
+8
2021-03-09
NFSD: fix dest to src mount in inter-server COPY
Olga Kornievskaia
1
-1
/
+1
2021-01-28
nfsd: cstate->session->se_client -> cstate->clp
J. Bruce Fields
1
-3
/
+2
2021-01-28
nfsd: simplify nfsd4_check_open_reclaim
J. Bruce Fields
1
-2
/
+1
2021-01-25
nfsd: protect concurrent access to nfsd stats counters
Amir Goldstein
1
-1
/
+1
2021-01-25
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
Chuck Lever
1
-0
/
+2
2020-12-18
NFSD: Fix sparse warning in nfssvc.c
Chuck Lever
1
-0
/
+5
2020-12-09
NFSD: Fix sparse warning in nfs4proc.c
Chuck Lever
1
-6
/
+2
2020-11-30
NFSD: Make nfsd4_ops::opnum a u32
Chuck Lever
1
-1
/
+1
2020-11-30
NFSD: Add helper to decode OPEN's open_claim4 argument
Chuck Lever
1
-4
/
+4
2020-11-30
NFSD: Replace the internals of the READ_BUF() macro
Chuck Lever
1
-2
/
+2
2020-11-30
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
1
-7
/
+4
2020-11-30
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
1
-1
/
+1
2020-11-06
NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy
Dai Ngo
1
-0
/
+1
2020-11-06
NFSD: Fix use-after-free warning when doing inter-server copy
Dai Ngo
1
-1
/
+1
2020-10-21
NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
Dai Ngo
1
-1
/
+2
2020-10-12
NFSD: Add READ_PLUS data support
Anna Schumaker
1
-0
/
+21
2020-10-12
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
1
-4
/
+3
2020-10-02
NFSD: Encoder and decoder functions are always present
Chuck Lever
1
-0
/
+1
2020-09-26
nfsd: fix comparison to bool warning
Zheng Bin
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-14
nfsd: implement the xattr functions and en/decode logic
Frank van der Linden
1
-0
/
+120
2020-07-14
nfsd: take xattr bits into account for permission checks
Frank van der Linden
1
-1
/
+7
[next]