summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-26svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields1-1/+1
2010-10-26svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields1-3/+0
2010-10-25nfsd4: fix connection allocation in sequence()J. Bruce Fields1-14/+17
2010-10-21nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields1-7/+8
2010-10-21nfsd4: move minorversion to clientJ. Bruce Fields3-7/+15
2010-10-21nfsd4: delay session removal till free_clientJ. Bruce Fields1-8/+13
2010-10-21nfsd4: separate callback change and callback probeJ. Bruce Fields3-9/+16
2010-10-21nfsd4: callback program number is per-sessionJ. Bruce Fields3-2/+5
2010-10-21nfsd4: track backchannel connectionsJ. Bruce Fields1-4/+7
2010-10-21nfsd4: confirm only on succesful create_sessionJ. Bruce Fields1-3/+5
2010-10-21nfsd4: make backchannel sequence number per-sessionJ. Bruce Fields3-15/+17
2010-10-21nfsd4: use client pointer to backchannel sessionJ. Bruce Fields3-8/+6
2010-10-21nfsd4: move callback setup into session init codeJ. Bruce Fields2-15/+15
2010-10-21nfsd4: don't cache seq_misordered repliesJ. Bruce Fields1-2/+1
2010-10-21SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever1-1/+32
2010-10-21SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever1-3/+7
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo3-5/+17
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov3-17/+7
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov1-9/+4
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov1-1/+1
2010-10-19sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov1-2/+0
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov1-34/+7
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov1-32/+7
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov1-24/+8
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov1-25/+24
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov1-47/+19
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov1-32/+8
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov1-40/+56
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov1-6/+6
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov1-6/+4
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov1-3/+3
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov1-3/+3
2010-10-19svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker3-15/+17
2010-10-19svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker3-38/+78
2010-10-12nfsd4: expire clients more promptlyJ. Bruce Fields1-1/+1
2010-10-12sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov1-3/+2
2010-10-12sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown1-24/+43
2010-10-12sunrpc: Simplify cache_defer_req and related functions.NeilBrown1-36/+22
2010-10-03nfsd4: return expired on unfound stateid'sJ. Bruce Fields1-2/+9
2010-10-02nfsd4: add new connections to sessionJ. Bruce Fields1-2/+47
2010-10-02nfsd4: refactor connection allocationJ. Bruce Fields1-6/+26
2010-10-02nfsd4: use callbacks on svc_xprt_deletionJ. Bruce Fields2-9/+45
2010-10-02nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2-0/+40
2010-10-02nfsd4: keep per-session list of connectionsJ. Bruce Fields3-15/+65
2010-10-02nfsd4: clean up session allocationJ. Bruce Fields1-122/+89
2010-10-02nfsd4: fix alloc_init_session return typeJ. Bruce Fields1-3/+1
2010-10-02nfsd4: fix alloc_init_session BUILD_BUG_ON()J. Bruce Fields1-1/+1
2010-10-02nfsd4: Move callback setup to callback queueJ. Bruce Fields3-27/+63