Age | Commit message (Expand) | Author | Files | Lines |
2017-02-25 | sunrpc: flag transports as having congestion control | Jeff Layton | 1 | -0/+1 |
2017-01-12 | sunrpc: don't call sleeping functions from the notifier block callbacks | Scott Mayhew | 1 | -0/+1 |
2016-11-14 | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports | Scott Mayhew | 1 | -0/+1 |
2016-07-13 | SUNRPC: Remove unused callback xpo_adjust_wspace() | Trond Myklebust | 1 | -1/+0 |
2016-07-13 | SUNRPC: Add a server side per-connection limit | Trond Myklebust | 1 | -0/+1 |
2016-06-15 | rpc: share one xps between all backchannels | J. Bruce Fields | 1 | -0/+1 |
2015-12-23 | sunrpc: Add a function to close temporary transports immediately | Scott Mayhew | 1 | -0/+1 |
2015-08-10 | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation | Jeff Layton | 1 | -0/+1 |
2014-12-01 | sunrpc: eliminate the XPT_DETACHED flag | Jeff Layton | 1 | -4/+3 |
2014-07-30 | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust | 1 | -0/+1 |
2014-07-18 | svcrdma: Select NFSv4.1 backchannel transport based on forward channel | Chuck Lever | 1 | -0/+1 |
2014-05-22 | SUNRPC: track whether a request is coming from a loop-back interface. | NeilBrown | 1 | -0/+1 |
2014-05-22 | NFSD: Ignore client's source port on RDMA transports | Chuck Lever | 1 | -0/+1 |
2012-08-22 | svcrpc: make svc_xprt_received static | J. Bruce Fields | 1 | -1/+0 |
2012-08-22 | svcrpc: don't bother checking bad svc_addr_len result | J. Bruce Fields | 1 | -2/+1 |
2012-08-22 | svcrpc: share some setup of listening sockets | J. Bruce Fields | 1 | -0/+1 |
2012-02-01 | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 1 | -1/+2 |
2011-12-07 | SUNRPC: create svc_xprt in proper network namespace | Stanislav Kinsbursky | 1 | -1/+1 |
2011-12-07 | svcrpc: make svc_delete_xprt static | J. Bruce Fields | 1 | -1/+0 |
2011-11-01 | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 1 | -1/+2 |
2011-01-25 | NFS do not find client in NFSv4 pg_authenticate | Andy Adamson | 1 | -1/+0 |
2011-01-15 | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2011-01-11 | rpc: move sk_bc_xprt to svc_xprt | J. Bruce Fields | 1 | -0/+1 |
2011-01-06 | NFS associate sessionid with callback connection | Andy Adamson | 1 | -0/+1 |
2010-12-17 | sunrpc: remove xpt_pool | NeilBrown | 1 | -1/+0 |
2010-11-03 | nfsd4: fix 4.1 connection registration race | J. Bruce Fields | 1 | -4/+14 |
2010-10-02 | nfsd: provide callbacks on svc_xprt deletion | J. Bruce Fields | 1 | -0/+25 |
2010-10-02 | sunrpc: Pull net argument downto svc_create_socket | Pavel Emelyanov | 1 | -0/+1 |
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 |
2009-09-11 | nfsd41: sunrpc: Added rpc server-side backchannel handling | Rahul Iyer | 1 | -0/+1 |
2009-04-28 | NFSD: Prevent a buffer overflow in svc_xprt_names() | Chuck Lever | 1 | -1/+1 |
2009-04-28 | SUNRPC: Fix error return value of svc_addr_len() | Chuck Lever | 1 | -2/+3 |
2009-03-28 | SUNRPC: Change svc_create_xprt() to take a @family argument | Chuck Lever | 1 | -1/+2 |
2009-03-28 | SUNRPC: Clean up svc_find_xprt() calling sequence | Chuck Lever | 1 | -1/+2 |
2009-03-28 | SUNRPC: Clean up static inline functions in svc_xprt.h | Chuck Lever | 1 | -20/+26 |
2008-10-31 | misc: replace NIPQUAD() | Harvey Harrison | 1 | -2/+2 |
2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 1 | -1/+1 |
2008-10-29 | net: replace uses of NIP6_FMT with %p6 | Harvey Harrison | 1 | -2/+2 |
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: Move the xprt independent code to the svc_xprt.c file | Tom Tucker | 1 | -0/+27 |
2008-02-02 | svc: Move the sockaddr information to svc_xprt | Tom Tucker | 1 | -0/+51 |
2008-02-02 | svc: Make deferral processing xprt independent | Tom Tucker | 1 | -0/+2 |
2008-02-02 | svc: Move the authinfo cache to svc_xprt. | Tom Tucker | 1 | -0/+4 |
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 | 1 | -0/+1 |
2008-02-02 | svc: Move sk_reserved to svc_xprt | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Make close transport independent | Tom Tucker | 1 | -0/+2 |