aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* [SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-282-10/+7
* Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-211-3/+3
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+3
* docbook: sunrpc filenames and notation fixesRandy Dunlap2008-02-133-7/+8
* SUNPRC: Fix printk format warningRoland Dreier2008-02-101-1/+2
* SUNRPC: RPC program information is stored in unsigned integersChuck Lever2008-02-012-4/+5
* SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-017-42/+33
* SUNRPC: spin svc_rqst initialization to its own functionJeff Layton2008-02-011-17/+42
* rdma: makefileTom Tucker2008-02-011-0/+5
* rdma: ONCRPC RDMA protocol marshallingTom Tucker2008-02-011-0/+412
* rdma: SVCRDMA sendtoTom Tucker2008-02-011-0/+520
* rdma: SVCRDMA recvfromTom Tucker2008-02-011-0/+586
* rdma: SVCRDMA Core Transport ServicesTom Tucker2008-02-011-0/+1080
* rdma: SVCRDMA Transport ModuleTom Tucker2008-02-011-0/+266
* svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-0/+35
* knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-011-0/+2
* svc: Add svc API that queries for a transport instanceTom Tucker2008-02-011-0/+35
* svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-012-0/+59
* svc: Add transport hdr size for defer/revisitTom Tucker2008-02-012-9/+29
* svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-012-810/+777
* svc: Make svc_check_conn_limits xprt independentTom Tucker2008-02-011-12/+12
* svc: Removing remaining references to rq_sock in rqstpTom Tucker2008-02-011-14/+24
* svc: Move create logic to common codeTom Tucker2008-02-012-39/+43
* svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker2008-02-011-18/+19
* svc: Make svc_recv transport neutralTom Tucker2008-02-011-31/+32
* svc: Make svc_sock_release svc_xprt_releaseTom Tucker2008-02-011-9/+7
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-012-28/+59
* svc: Make deferral processing xprt independentTom Tucker2008-02-012-32/+26
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-013-35/+45
* svc: Remove sk_lastrecvTom Tucker2008-02-011-4/+1
* svc: Move accept call to svc_xprt_received to common codeTom Tucker2008-02-011-2/+1
* svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker2008-02-011-22/+24
* svc: Make svc_send transport neutralTom Tucker2008-02-012-11/+9
* svc: Make the enqueue service transport neutral and export it.Tom Tucker2008-02-011-46/+48
* svc: Move sk_reserved to svc_xprtTom Tucker2008-02-011-5/+5
* svc: Make close transport independentTom Tucker2008-02-013-61/+54
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-012-31/+30
* svc: Move sk_flags to the svc_xprt structureTom Tucker2008-02-011-75/+76
* svc: Change sk_inuse to a krefTom Tucker2008-02-012-75/+79
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-012-23/+0
* svc: Add a generic transport svc_create_xprt functionTom Tucker2008-02-012-15/+81
* svc: Move connection limit checking to its own functionTom Tucker2008-02-011-28/+29
* svc: Remove unnecessary call to svc_sock_enqueueTom Tucker2008-02-011-1/+0
* svc: Add xpo_accept transport functionTom Tucker2008-02-011-12/+19
* svc: Move close processing to a single placeTom Tucker2008-02-011-15/+11
* svc: Add a transport function that checks for write spaceTom Tucker2008-02-011-26/+56
* svc: Add xpo_prep_reply_hdrTom Tucker2008-02-012-3/+20
* svc: Add per-transport delete functionsTom Tucker2008-02-011-13/+43
* svc: Add transport specific xpo_release functionTom Tucker2008-02-011-8/+9