summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: fix connection allocation in sequence()J. Bruce Fields2010-10-241-14/+17
* nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields2010-10-211-7/+8
* nfsd4: move minorversion to clientJ. Bruce Fields2010-10-213-7/+15
* nfsd4: delay session removal till free_clientJ. Bruce Fields2010-10-211-8/+13
* nfsd4: separate callback change and callback probeJ. Bruce Fields2010-10-213-9/+16
* nfsd4: callback program number is per-sessionJ. Bruce Fields2010-10-213-2/+5
* nfsd4: track backchannel connectionsJ. Bruce Fields2010-10-211-4/+7
* nfsd4: confirm only on succesful create_sessionJ. Bruce Fields2010-10-211-3/+5
* nfsd4: make backchannel sequence number per-sessionJ. Bruce Fields2010-10-213-15/+17
* nfsd4: use client pointer to backchannel sessionJ. Bruce Fields2010-10-213-8/+6
* nfsd4: move callback setup into session init codeJ. Bruce Fields2010-10-212-15/+15
* nfsd4: don't cache seq_misordered repliesJ. Bruce Fields2010-10-211-2/+1
* SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever2010-10-211-1/+32
* SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever2010-10-211-3/+7
* sunrpc/xprtrdma: clean up workqueue usageTejun Heo2010-10-213-5/+17
* sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-193-17/+7
* sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov2010-10-191-9/+4
* sunrpc: Don't return NULL from rpcb_createPavel Emelyanov2010-10-191-1/+1
* sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov2010-10-191-2/+0
* sunrpc: Remove UDP worker wrappersPavel Emelyanov2010-10-191-34/+7
* sunrpc: Remove TCP worker wrappersPavel Emelyanov2010-10-191-32/+7
* sunrpc: Pass family to setup_socket callsPavel Emelyanov2010-10-191-24/+8
* sunrpc: Merge xs_create_sock codePavel Emelyanov2010-10-191-25/+24
* sunrpc: Merge the xs_bind codePavel Emelyanov2010-10-191-47/+19
* sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov2010-10-191-32/+8
* sunrpc: Factor out v6 sockets creationPavel Emelyanov2010-10-191-37/+26
* sunrpc: Factor out v4 sockets creationPavel Emelyanov2010-10-191-37/+26
* sunrpc: Factor out udp sockets creationPavel Emelyanov2010-10-191-40/+56
* sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov2010-10-191-6/+6
* sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov2010-10-191-6/+4
* sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov2010-10-191-3/+3
* sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov2010-10-191-3/+3
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-183-15/+17
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-183-38/+78
* nfsd4: expire clients more promptlyJ. Bruce Fields2010-10-111-1/+1
* sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov2010-10-111-3/+2
* sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown2010-10-111-24/+43
* sunrpc: Simplify cache_defer_req and related functions.NeilBrown2010-10-111-36/+22
* nfsd4: return expired on unfound stateid'sJ. Bruce Fields2010-10-021-2/+9
* nfsd4: add new connections to sessionJ. Bruce Fields2010-10-011-2/+47
* nfsd4: refactor connection allocationJ. Bruce Fields2010-10-011-6/+26
* nfsd4: use callbacks on svc_xprt_deletionJ. Bruce Fields2010-10-012-9/+45
* nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2010-10-012-0/+40
* nfsd4: keep per-session list of connectionsJ. Bruce Fields2010-10-013-15/+65
* nfsd4: clean up session allocationJ. Bruce Fields2010-10-011-122/+89
* nfsd4: fix alloc_init_session return typeJ. Bruce Fields2010-10-011-3/+1
* nfsd4: fix alloc_init_session BUILD_BUG_ON()J. Bruce Fields2010-10-011-1/+1
* nfsd4: Move callback setup to callback queueJ. Bruce Fields2010-10-013-27/+63
* nfsd4: remove separate cb_args structJ. Bruce Fields2010-10-012-30/+25
* nfsd4: use generic callback code in null caseJ. Bruce Fields2010-10-013-15/+20
OpenPOWER on IntegriCloud