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
/
svc_xprt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-08
sunrpc: prevent use-after-free on clearing XPT_BUSY
NeilBrown
1
-1
/
+8
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-26
svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue
J. Bruce Fields
1
-6
/
+0
2010-10-26
svcrpc: assume svc_delete_xprt() called only once
J. Bruce Fields
1
-1
/
+1
2010-10-26
svcrpc: never clear XPT_BUSY on dead xprt
J. Bruce Fields
1
-3
/
+0
2010-10-19
sunrpc: Turn list_for_each-s into the ..._entry-s
Pavel Emelyanov
1
-4
/
+2
2010-10-02
nfsd: provide callbacks on svc_xprt deletion
J. Bruce Fields
1
-0
/
+15
2010-10-02
sunrpc: Pull net argument downto svc_create_socket
Pavel Emelyanov
1
-2
/
+3
2010-10-02
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
1
-2
/
+2
2010-09-27
sunrpc: Tag svc_xprt with net
Pavel Emelyanov
1
-0
/
+2
2010-09-27
sunrpc: Make xprt auth cache release work with the xprt
Pavel Emelyanov
1
-3
/
+2
2010-09-08
svcrpc: minor cache cleanup
J. Bruce Fields
1
-1
/
+1
2010-09-08
sunrpc/cache: allow threads to block while waiting for cache update.
NeilBrown
1
-0
/
+11
2010-05-04
Merge commit 'v2.6.34-rc6'
J. Bruce Fields
1
-0
/
+1
2010-05-03
sunrpc: centralise most calls to svc_xprt_received
Neil Brown
1
-1
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-30
svcrpc: don't hold sv_lock over svc_xprt_put()
J. Bruce Fields
1
-1
/
+1
2010-03-01
Revert "sunrpc: move the close processing after do recvfrom method"
J. Bruce Fields
1
-7
/
+5
2010-03-01
Revert "sunrpc: fix peername failed on closed listener"
J. Bruce Fields
1
-2
/
+1
2010-02-27
sunrpc: remove unnecessary svc_xprt_put
Neil Brown
1
-4
/
+1
2010-01-27
SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"
Chuck Lever
1
-1
/
+4
2010-01-27
SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
Chuck Lever
1
-0
/
+4
2010-01-07
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+2
2010-01-07
sunrpc: fix peername failed on closed listener
Xiaotian Feng
1
-1
/
+2
2009-12-16
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-22
/
+9
2009-11-30
net: Move && and || to end of previous line
Joe Perches
1
-4
/
+4
2009-11-23
Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"
J. Bruce Fields
1
-22
/
+9
2009-09-11
nfsd41: sunrpc: Added rpc server-side backchannel handling
Rahul Iyer
1
-0
/
+2
2009-08-28
sunrpc: move the close processing after do recvfrom method
Wei Yongjun
1
-5
/
+7
2009-08-25
knfsd: Replace lock_kernel with a mutex in nfsd pool stats.
Ryusei Yamaguchi
1
-11
/
+0
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-04-28
NFSD: Prevent a buffer overflow in svc_xprt_names()
Chuck Lever
1
-17
/
+39
2009-04-28
net/sunrpc/svc_xprt.c: fix sparse warnings
H Hartley Sweeten
1
-0
/
+1
2009-04-07
Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-9
/
+118
2009-04-04
nfsd: don't use the deferral service, return NFS4ERR_DELAY
Andy Adamson
1
-1
/
+1
2009-03-28
SUNRPC: Change svc_create_xprt() to take a @family argument
Chuck Lever
1
-6
/
+9
2009-03-28
SUNRPC: Clean up svc_find_xprt() calling sequence
Chuck Lever
1
-5
/
+11
2009-03-19
knfsd: add file to export stats about nfsd pools
Greg Banks
1
-1
/
+99
2009-03-19
knfsd: avoid overloading the CPU scheduler with enormous load averages
Greg Banks
1
-7
/
+18
2009-01-08
SUNRPC: The sunrpc server code should not be used by out-of-tree modules
Trond Myklebust
1
-4
/
+4
2009-01-08
svc: Clean up deferred requests on transport destruction
Tom Tucker
1
-7
/
+18
2009-01-07
svc: Move kfree of deferral record to common code
Tom Tucker
1
-0
/
+3
2009-01-06
sunrpc: add sv_maxconn field to svc_serv (try #3)
Jeff Layton
1
-6
/
+16
2008-09-30
SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6
Chuck Lever
1
-6
/
+33
2008-05-19
svc: Remove unused header files from svc_xprt.c
Tom Tucker
1
-21
/
+0
2008-05-19
svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue
Tom Tucker
1
-2
/
+0
2008-04-24
SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails
Jeff Layton
1
-3
/
+5
2008-04-24
SUNRPC: have svc_recv() check kthread_should_stop()
Jeff Layton
1
-2
/
+22
2008-03-18
[NET] endianness noise: INADDR_ANY
Al Viro
1
-1
/
+1
2008-02-02
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
1
-0
/
+4
[next]