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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
NFSD: Fix ia_size underflow
Chuck Lever
1
-0
/
+4
2022-02-09
NFSD: Fix the behavior of READ near OFFSET_MAX
Chuck Lever
3
-10
/
+14
2022-01-28
nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
Dai Ngo
1
-1
/
+3
2022-01-27
lockd: fix failure to cleanup client locks
J. Bruce Fields
1
-0
/
+1
2022-01-19
lockd: fix server crash on reboot of client holding lock
J. Bruce Fields
1
-8
/
+9
2022-01-10
SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points
Chuck Lever
1
-4
/
+4
2022-01-10
SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point
Chuck Lever
2
-3
/
+4
2022-01-09
fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypes
Arnd Bergmann
1
-2
/
+2
2022-01-08
nfsd: fix crash on COPY_NOTIFY with special stateid
J. Bruce Fields
1
-1
/
+5
2022-01-08
MAINTAINERS: remove bfields
J. Bruce Fields
1
-3
/
+1
2022-01-08
NFSD: Move fill_pre_wcc() and fill_post_wcc()
Chuck Lever
5
-75
/
+96
2022-01-08
Revert "nfsd: skip some unnecessary stats in the v4 case"
Chuck Lever
1
-27
/
+17
2022-01-08
NFSD: Trace boot verifier resets
Chuck Lever
2
-3
/
+38
2022-01-08
NFSD: Rename boot verifier functions
Chuck Lever
5
-20
/
+20
2022-01-08
NFSD: Clean up the nfsd_net::nfssvc_boot field
Chuck Lever
3
-17
/
+45
2022-01-08
NFSD: Write verifier might go backwards
Chuck Lever
1
-1
/
+1
2022-01-08
nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
Trond Myklebust
4
-4
/
+69
2022-01-08
NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)
Chuck Lever
1
-6
/
+5
2022-01-08
NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)
Chuck Lever
1
-7
/
+4
2022-01-08
NFSD: Clean up nfsd_vfs_write()
Chuck Lever
1
-16
/
+5
2022-01-08
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
4
-34
/
+24
2022-01-08
NFSD: Fix verifier returned in stable WRITEs
Chuck Lever
1
-0
/
+4
2022-01-08
nfsd: Retry once in nfsd_open on an -EOPENSTALE return
Jeff Layton
2
-1
/
+10
2022-01-08
nfsd: Add errno mapping for EREMOTEIO
Jeff Layton
1
-0
/
+1
2022-01-08
nfsd: map EBADF
Peng Tao
1
-0
/
+1
2022-01-08
NFSD: Fix zero-length NFSv3 WRITEs
Chuck Lever
2
-10
/
+1
2022-01-08
nfsd4: add refcount for nfsd4_blocked_lock
Vasily Averin
2
-3
/
+23
2022-01-08
nfs: block notification on fs with its own ->lock
J. Bruce Fields
5
-13
/
+24
2022-01-08
NFSD: De-duplicate nfsd4_decode_bitmap4()
Chuck Lever
1
-14
/
+3
2022-01-08
nfsd: improve stateid access bitmask documentation
J. Bruce Fields
2
-4
/
+14
2022-01-08
NFSD: Combine XDR error tracepoints
Chuck Lever
1
-21
/
+7
2021-12-13
SUNRPC: Remove low signal-to-noise tracepoints
Chuck Lever
2
-27
/
+3
2021-12-13
NFSD: simplify per-net file cache management
NeilBrown
2
-61
/
+17
2021-12-13
NFSD: Fix inconsistent indenting
Jiapeng Chong
1
-2
/
+2
2021-12-13
NFSD: Remove be32_to_cpu() from DRC hash function
Chuck Lever
1
-1
/
+1
2021-12-13
NFS: switch the callback service back to non-pooled.
NeilBrown
1
-1
/
+1
2021-12-13
lockd: use svc_set_num_threads() for thread start and stop
NeilBrown
3
-55
/
+12
2021-12-13
SUNRPC: always treat sv_nrpools==1 as "not pooled"
NeilBrown
1
-25
/
+29
2021-12-13
SUNRPC: move the pool_map definitions (back) into svc.c
NeilBrown
2
-31
/
+25
2021-12-13
lockd: rename lockd_create_svc() to lockd_get()
NeilBrown
1
-6
/
+4
2021-12-13
lockd: introduce lockd_put()
NeilBrown
1
-37
/
+27
2021-12-13
lockd: move svc_exit_thread() into the thread
NeilBrown
1
-11
/
+12
2021-12-13
lockd: move lockd_start_svc() call into lockd_create_svc()
NeilBrown
1
-12
/
+10
2021-12-13
lockd: simplify management of network status notifiers
NeilBrown
1
-26
/
+9
2021-12-13
lockd: introduce nlmsvc_serv
NeilBrown
1
-16
/
+20
2021-12-13
NFSD: simplify locking for network notifier.
NeilBrown
3
-23
/
+20
2021-12-13
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
4
-62
/
+10
2021-12-13
NFSD: Make it possible to use svc_set_num_threads_sync
NeilBrown
3
-24
/
+33
2021-12-13
NFSD: narrow nfsd_mutex protection in nfsd thread
NeilBrown
1
-6
/
+2
2021-12-13
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
2
-5
/
+9
[next]