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
/
include
/
linux
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
svcrpc: move unused field from cache_deferred_req
J. Bruce Fields
1
-1
/
+0
2008-04-24
IPv6 support for NFS server export caches
Aurélien Charbon
1
-2
/
+3
2008-04-20
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
Trond Myklebust
1
-0
/
+8
2008-04-20
NFSv4: Reintroduce machine creds
Trond Myklebust
2
-0
/
+3
2008-04-20
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
Trond Myklebust
1
-2
/
+0
2008-04-20
SUNRPC: Fix up xprt_write_space()
Trond Myklebust
1
-1
/
+1
2008-03-14
SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task
Trond Myklebust
1
-0
/
+2
2008-03-14
SUNRPC: Add a generic RPC credential
Trond Myklebust
1
-0
/
+3
2008-03-14
SUNRPC: Clean up rpcauth_bindcred()
Trond Myklebust
1
-3
/
+1
2008-03-14
SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
Trond Myklebust
1
-2
/
+2
2008-03-14
SUNRPC: Fix a bug in rpcauth_lookup_credcache()
Trond Myklebust
1
-2
/
+2
2008-02-29
Merge branch 'cleanups' into next
Trond Myklebust
1
-4
/
+5
2008-02-29
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
Trond Myklebust
1
-2
/
+0
2008-02-29
SUNRPC: Eliminate the now-redundant rpc_start_wakeup()
Trond Myklebust
1
-11
/
+1
2008-02-29
SUNRPC: Switch tasks to using the rpc_waitqueue's timer function
Trond Myklebust
1
-8
/
+1
2008-02-29
SUNRPC: Add a timer function to wait queues.
Trond Myklebust
1
-0
/
+9
2008-02-29
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
Trond Myklebust
1
-0
/
+1
2008-02-26
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
Trond Myklebust
1
-3
/
+1
2008-02-26
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
Trond Myklebust
1
-1
/
+0
2008-02-26
SUNRPC: Add a new helper rpc_wake_up_queued_task()
Trond Myklebust
1
-1
/
+3
2008-02-26
SUNRPC: Allow the rpc_release() callback to be run on another workqueue
Trond Myklebust
1
-0
/
+1
2008-02-14
SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async
Trond Myklebust
1
-4
/
+5
2008-02-11
nfsd: clean up svc_reserve_auth()
J. Bruce Fields
1
-8
/
+5
2008-02-02
SUNRPC: spin svc_rqst initialization to its own function
Jeff Layton
1
-0
/
+2
2008-02-02
rdma: SVCRMDA Header File
Tom Tucker
1
-0
/
+262
2008-02-02
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
1
-0
/
+1
2008-02-02
svc: Add svc API that queries for a transport instance
Tom Tucker
1
-0
/
+1
2008-02-02
svc: Add /proc/sys/sunrpc/transport files
Tom Tucker
1
-0
/
+1
2008-02-02
svc: Add transport hdr size for defer/revisit
Tom Tucker
1
-0
/
+2
2008-02-02
svc: Move the xprt independent code to the svc_xprt.c file
Tom Tucker
1
-0
/
+27
2008-02-02
svc: Removing remaining references to rq_sock in rqstp
Tom Tucker
1
-4
/
+1
2008-02-02
svc: Move the sockaddr information to svc_xprt
Tom Tucker
2
-4
/
+51
2008-02-02
svc: Make deferral processing xprt independent
Tom Tucker
3
-4
/
+3
2008-02-02
svc: Move the authinfo cache to svc_xprt.
Tom Tucker
2
-5
/
+4
2008-02-02
svc: Remove sk_lastrecv
Tom Tucker
1
-1
/
+0
2008-02-02
svc: Change svc_sock_received to svc_xprt_received and export it
Tom Tucker
1
-1
/
+1
2008-02-02
svc: Make svc_send transport neutral
Tom Tucker
2
-1
/
+1
2008-02-02
svc: Move sk_reserved to svc_xprt
Tom Tucker
2
-2
/
+1
2008-02-02
svc: Make close transport independent
Tom Tucker
2
-3
/
+3
2008-02-02
svc: Move sk_server and sk_pool to svc_xprt
Tom Tucker
2
-3
/
+5
2008-02-02
svc: Move sk_flags to the svc_xprt structure
Tom Tucker
2
-13
/
+12
2008-02-02
svc: Change sk_inuse to a kref
Tom Tucker
2
-1
/
+8
2008-02-02
svc: Change services to use new svc_create_xprt service
Tom Tucker
1
-1
/
+0
2008-02-02
svc: Add a generic transport svc_create_xprt function
Tom Tucker
1
-0
/
+4
2008-02-02
svc: Add xpo_accept transport function
Tom Tucker
2
-0
/
+2
2008-02-02
svc: Add a transport function that checks for write space
Tom Tucker
1
-0
/
+1
2008-02-02
svc: Add xpo_prep_reply_hdr
Tom Tucker
1
-0
/
+1
2008-02-02
svc: Add per-transport delete functions
Tom Tucker
1
-0
/
+2
2008-02-02
svc: Add transport specific xpo_release function
Tom Tucker
2
-1
/
+2
2008-02-02
svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
Tom Tucker
2
-3
/
+2
[prev]
[next]