summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-02svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker3-810/+804
2008-02-02svc: Make svc_check_conn_limits xprt independentTom Tucker1-12/+12
2008-02-02svc: Removing remaining references to rq_sock in rqstpTom Tucker2-18/+25
2008-02-02svc: Move create logic to common codeTom Tucker2-39/+43
2008-02-02svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker1-18/+19
2008-02-02svc: Make svc_recv transport neutralTom Tucker1-31/+32
2008-02-02svc: Make svc_sock_release svc_xprt_releaseTom Tucker1-9/+7
2008-02-02svc: Move the sockaddr information to svc_xprtTom Tucker4-32/+110
2008-02-02svc: Make deferral processing xprt independentTom Tucker5-36/+29
2008-02-02svc: Move the authinfo cache to svc_xprt.Tom Tucker5-40/+49
2008-02-02svc: Remove sk_lastrecvTom Tucker2-5/+1
2008-02-02svc: Move accept call to svc_xprt_received to common codeTom Tucker1-2/+1
2008-02-02svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker2-23/+25
2008-02-02svc: Make svc_send transport neutralTom Tucker4-12/+10
2008-02-02svc: Make the enqueue service transport neutral and export it.Tom Tucker1-46/+48
2008-02-02svc: Move sk_reserved to svc_xprtTom Tucker3-7/+6
2008-02-02svc: Make close transport independentTom Tucker7-69/+62
2008-02-02svc: Move sk_server and sk_pool to svc_xprtTom Tucker4-34/+35
2008-02-02svc: Move sk_flags to the svc_xprt structureTom Tucker3-88/+88
2008-02-02svc: Change sk_inuse to a krefTom Tucker4-76/+87
2008-02-02svc: Change services to use new svc_create_xprt serviceTom Tucker6-37/+12
2008-02-02svc: Add a generic transport svc_create_xprt functionTom Tucker3-15/+85
2008-02-02svc: Move connection limit checking to its own functionTom Tucker1-28/+29
2008-02-02svc: Remove unnecessary call to svc_sock_enqueueTom Tucker1-1/+0
2008-02-02svc: Add xpo_accept transport functionTom Tucker3-12/+21
2008-02-02svc: Move close processing to a single placeTom Tucker1-15/+11
2008-02-02svc: Add a transport function that checks for write spaceTom Tucker2-26/+57
2008-02-02svc: Add xpo_prep_reply_hdrTom Tucker3-3/+21
2008-02-02svc: Add per-transport delete functionsTom Tucker2-13/+45
2008-02-02svc: Add transport specific xpo_release functionTom Tucker3-9/+11
2008-02-02svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker3-9/+8
2008-02-02svc: Add a max payload value to the transportTom Tucker3-3/+4
2008-02-02svc: Change the svc_sock in the rqstp structure to a transportTom Tucker1-1/+4
2008-02-02svc: Make svc_sock the tcp/udp transportTom Tucker4-3/+38
2008-02-02svc: Add an svc transport classTom Tucker4-1/+117
2008-02-02svcrpc: ensure gss DESTROY tokens free contexts from cacheJ. Bruce Fields1-0/+1
2008-02-02Leak in nlmsvc_testlock for async GETFL caseOleg Drokin1-1/+1
2008-02-02nfsd4: clean up access_valid, deny_valid checks.J. Bruce Fields1-4/+9
2008-02-02sunrpc: gss: simplify rsi_parse logicJ. Bruce Fields1-28/+24
2008-02-02knfsd: change mailing list for nfsd in MAINTAINERSNeil Brown1-1/+1
2008-02-02nfsd: fix rsi_cache reference count leakJ. Bruce Fields1-6/+11
2008-02-02nfsd: allow root to set uid and gid on createJ. Bruce Fields1-19/+28
2008-02-02lockd: fix a leak in nlmsvc_testlock asynchronous request handlingOleg Drokin1-7/+11
2008-02-02nfsd: Allow AIX client to read dir containing mountpointsFrank Filz3-7/+24
2008-02-02nfsd4: fix bad seqid on lock request incompatible with open modeJ. Bruce Fields1-4/+3
2008-02-02lockd: fix reference count leaks in async locking caseOleg Drokin2-17/+25
2008-02-02nfsd4: recognize callback channel failure earlierJ. Bruce Fields2-9/+9
2008-02-02nfsd4: miscellaneous nfs4state.c style fixesJ. Bruce Fields1-29/+26
2008-02-02nfsd4: make current_clientid localJ. Bruce Fields1-3/+4
2008-02-02nfsd: fix encode_entryplus_baggage() indentationJ. Bruce Fields1-5/+5