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
/
include
/
linux
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-15
Revert "SUNRPC: clean up integer overflow check"
Anna Schumaker
1
-1
/
+3
2023-09-01
Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-3
/
+7
2023-08-30
SUNRPC: Remove unused declaration rpc_modcount()
Yue Haibing
1
-16
/
+7
2023-08-30
SUNRPC: Remove unused declarations
Yue Haibing
1
-3
/
+0
2023-08-30
SUNRPC: Remove return value of svc_pool_wake_idle_thread()
NeilBrown
1
-1
/
+1
2023-08-30
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
1
-0
/
+1
2023-08-30
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
1
-0
/
+1
2023-08-30
SUNRPC: Add enum svc_auth_status
Chuck Lever
2
-27
/
+25
2023-08-30
SUNRPC: change svc_xprt::xpt_flags bits to enum
Chuck Lever
1
-17
/
+21
2023-08-30
SUNRPC: change svc_rqst::rq_flags bits to enum
NeilBrown
1
-10
/
+13
2023-08-30
SUNRPC: change svc_pool::sp_flags bits to enum
NeilBrown
1
-3
/
+7
2023-08-30
SUNRPC: change cache_head.flags bits to enum
NeilBrown
1
-4
/
+8
2023-08-30
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
2
-2
/
+1
2023-08-30
SUNRPC: change svc_recv() to return void.
NeilBrown
1
-1
/
+1
2023-08-30
nfsd: Simplify code around svc_exit_thread() call in nfsd()
NeilBrown
1
-13
/
+0
2023-08-30
SUNRPC: Revert e0a912e8ddba
Chuck Lever
1
-2
/
+0
2023-08-30
SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
Chuck Lever
1
-0
/
+2
2023-08-30
SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
Chuck Lever
1
-0
/
+2
2023-08-30
sunrpc: Remove unused extern declarations
YueHaibing
1
-3
/
+0
2023-08-30
NFSD: Remove svc_rqst::rq_cacherep
Chuck Lever
1
-1
/
+0
2023-08-24
SUNRPC: Allow specification of TCP client connect timeout at setup
Trond Myklebust
2
-0
/
+4
2023-08-24
SUNRPC: clean up integer overflow check
Dan Carpenter
1
-3
/
+1
2023-08-23
SUNRPC: kmap() the xdr pages during decode
Anna Schumaker
1
-0
/
+2
2023-07-02
Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-2
/
+34
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+5
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-24
net: convert sunrpc from pagevec to folio_batch
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-06-19
NFS: add sysfs shutdown knob
Benjamin Coddington
1
-1
/
+2
2023-06-19
NFS: Add sysfs links to sunrpc clients for nfs_clients
Benjamin Coddington
1
-1
/
+7
2023-06-19
SUNRPC: Add a TCP-with-TLS RPC transport class
Chuck Lever
2
-0
/
+3
2023-06-19
SUNRPC: Ignore data_ready callbacks during TLS handshakes
Chuck Lever
1
-0
/
+1
2023-06-19
SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
Chuck Lever
1
-0
/
+2
2023-06-19
SUNRPC: Plumb an API for setting transport layer security
Chuck Lever
2
-0
/
+19
2023-06-13
sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
1
-6
/
+5
2023-06-12
svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")
Chuck Lever
1
-1
/
+0
2023-06-12
SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")
Chuck Lever
1
-1
/
+2
2023-06-12
svcrdma: Clean up allocation of svc_rdma_recv_ctxt
Chuck Lever
1
-1
/
+0
2023-06-11
NFSD: Hoist rq_vec preparation into nfsd_read() [step two]
Chuck Lever
1
-2
/
+1
2023-06-05
NFSD: Ensure that xdr_write_pages updates rq_next_page
Chuck Lever
1
-0
/
+21
2023-06-02
Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-4
/
+3
2023-05-31
nfsd: fix double fget() bug in __write_ports_addfd()
Dan Carpenter
1
-4
/
+3
2023-05-17
Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-2
/
+2
2023-05-14
SUNRPC: always free ctxt when freeing deferred request
NeilBrown
2
-2
/
+2
2023-04-29
Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
4
-22
/
+18
2023-04-28
SUNRPC: Support TLS handshake in the server-side TCP socket code
Chuck Lever
2
-1
/
+6
2023-04-26
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
1
-11
/
+1
2023-04-26
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
2
-2
/
+2
2023-04-26
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
1
-1
/
+1
2023-04-26
SUNRPC: return proper error from get_expiry()
NeilBrown
1
-7
/
+8
2023-04-20
SUNRPC: remove the maximum number of retries in call_bind_status
Dai Ngo
1
-2
/
+1
[prev]
[next]