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
/
net
/
sunrpc
/
clnt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-21
SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()
Trond Myklebust
1
-3
/
+7
2006-03-20
SUNRPC: Fix memory barriers for req->rq_received
Trond Myklebust
1
-0
/
+5
2006-03-20
SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs
Trond Myklebust
1
-4
/
+20
2006-03-20
SUNRPC: provide a mechanism for collecting stats in the RPC client
Chuck Lever
1
-3
/
+6
2006-03-20
SUNRPC: introduce per-task RPC iostats
Chuck Lever
1
-0
/
+2
2006-03-20
SUNRPC: more verbose output for rpc auth weak error
Levent Serinol
1
-2
/
+2
2006-03-20
SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry
Trond Myklebust
1
-0
/
+3
2006-03-14
[PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c
Adrian Bunk
1
-1
/
+2
2006-01-12
[NET]: Remove more unneeded typecasts on *malloc()
Kris Katterjohn
1
-2
/
+2
2006-01-10
Fix rpc shutdown event condition bug
Linus Torvalds
1
-1
/
+1
2006-01-10
[PATCH] nfs: sleep_on() removal
Ingo Molnar
1
-1
/
+2
2006-01-06
SUNRPC: get rid of cl_chatty
Chuck Lever
1
-6
/
+4
2006-01-06
SUNRPC: new interface to force an RPC rebind
Chuck Lever
1
-6
/
+15
2006-01-06
SUNRPC: switchable buffer allocation
Chuck Lever
1
-6
/
+8
2006-01-06
SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.
Trond Myklebust
1
-2
/
+2
2006-01-06
SUNRPC: rpc_execute should not return task->tk_status;
Trond Myklebust
1
-5
/
+6
2006-01-06
RPC: Clean up RPC task structure
Trond Myklebust
1
-7
/
+8
2006-01-06
SUNRPC: Yet more RPC cleanups
Trond Myklebust
1
-15
/
+17
2005-11-10
[PATCH] SUNRPC: don't reencode when looping in call transmit.
Trond Myklebust
1
-3
/
+29
2005-10-19
SUNRPC: Retry wrap in case of memory allocation failure.
J. Bruce Fields
1
-3
/
+10
2005-10-19
RPC: allow call_encode() to delay transmission of an RPC call.
Trond Myklebust
1
-11
/
+12
2005-10-19
SUNRPC: Retry rpcbind requests if the server's portmapper isn't up
Chuck Lever
1
-1
/
+2
2005-09-23
Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"
Trond Myklebust
1
-36
/
+17
2005-09-23
[PATCH] RPC,NFS: new rpc_pipefs patch
Christoph Hellwig
1
-17
/
+36
2005-09-23
[PATCH] RPC: rationalize set_buffer_size
Chuck Lever
1
-8
/
+2
2005-09-23
[PATCH] RPC: parametrize various transport connect timeouts
Chuck Lever
1
-1
/
+1
2005-09-23
[PATCH] RPC: skip over transport-specific heads automatically
Chuck Lever
1
-3
/
+2
2005-09-23
[PATCH] RPC: client-side transport switch cleanup
Chuck Lever
1
-1
/
+1
2005-09-23
[PATCH] RPC: Eliminate socket.h includes in RPC client
Chuck Lever
1
-1
/
+0
2005-09-23
[PATCH] RPC: introduce client-side transport switch
Chuck Lever
1
-2
/
+1
2005-09-23
[PATCH] RPC: proper soft timeout behavior for rpcbind
Chuck Lever
1
-20
/
+77
2005-06-23
[PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flag
Trond Myklebust
1
-34
/
+37
2005-06-23
[PATCH] RPC: Allow multiple RPC client programs to share the same transport
Andreas Gruenbacher
1
-0
/
+40
2005-06-23
[PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailable
Andreas Gruenbacher
1
-10
/
+14
2005-06-23
[PATCH] RPC: [PATCH] improve rpcauthauth_create error returns
J. Bruce Fields
1
-2
/
+4
2005-06-23
[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...
Trond Myklebust
1
-1
/
+58
2005-06-23
[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.
Trond Myklebust
1
-0
/
+1
2005-06-23
[PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_header
Trond Myklebust
1
-1
/
+3
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1085