Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-02-02 | svc: Add svc_xprt_names service to replace svc_sock_names | Tom Tucker | 1 | -0/+35 |
2008-02-02 | knfsd: Support adding transports by writing portlist file | Tom Tucker | 1 | -0/+2 |
2008-02-02 | svc: Add svc API that queries for a transport instance | Tom Tucker | 1 | -0/+35 |
2008-02-02 | svc: Add /proc/sys/sunrpc/transport files | Tom Tucker | 1 | -0/+28 |
2008-02-02 | svc: Add transport hdr size for defer/revisit | Tom Tucker | 1 | -9/+27 |
2008-02-02 | svc: Move the xprt independent code to the svc_xprt.c file | Tom Tucker | 1 | -0/+753 |
2008-02-02 | svc: Move create logic to common code | Tom Tucker | 1 | -18/+25 |
2008-02-02 | svc: Move the sockaddr information to svc_xprt | Tom Tucker | 1 | -2/+29 |
2008-02-02 | svc: Make deferral processing xprt independent | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Move the authinfo cache to svc_xprt. | Tom Tucker | 1 | -0/+4 |
2008-02-02 | svc: Make svc_send transport neutral | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Make close transport independent | Tom Tucker | 1 | -0/+2 |
2008-02-02 | svc: Move sk_server and sk_pool to svc_xprt | Tom Tucker | 1 | -1/+3 |
2008-02-02 | svc: Change sk_inuse to a kref | Tom Tucker | 1 | -0/+16 |
2008-02-02 | svc: Add a generic transport svc_create_xprt function | Tom Tucker | 1 | -0/+37 |
2008-02-02 | svc: Add an svc transport class | Tom Tucker | 1 | -0/+83 |