summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov
2010-10-19sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker
2010-10-11nfsd4: expire clients more promptlyJ. Bruce Fields
2010-10-11sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov
2010-10-11sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown
2010-10-11sunrpc: Simplify cache_defer_req and related functions.NeilBrown
2010-10-02nfsd4: return expired on unfound stateid'sJ. Bruce Fields
2010-10-01nfsd4: add new connections to sessionJ. Bruce Fields
2010-10-01nfsd4: refactor connection allocationJ. Bruce Fields
2010-10-01nfsd4: use callbacks on svc_xprt_deletionJ. Bruce Fields
2010-10-01nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields
2010-10-01nfsd4: keep per-session list of connectionsJ. Bruce Fields
2010-10-01nfsd4: clean up session allocationJ. Bruce Fields
2010-10-01nfsd4: fix alloc_init_session return typeJ. Bruce Fields
2010-10-01nfsd4: fix alloc_init_session BUILD_BUG_ON()J. Bruce Fields
2010-10-01nfsd4: Move callback setup to callback queueJ. Bruce Fields
2010-10-01nfsd4: remove separate cb_args structJ. Bruce Fields
2010-10-01nfsd4: use generic callback code in null caseJ. Bruce Fields
2010-10-01nfsd4: generic callback codeJ. Bruce Fields
2010-10-01nfsd4: rename nfs4_rpc_args->nfsd4_cb_argsJ. Bruce Fields
2010-10-01nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequenceJ. Bruce Fields
2010-10-01nfsd4: minor variable renaming (cb -> conn)J. Bruce Fields
2010-10-01nfsd4: remove spkm3J. Bruce Fields
2010-10-01sunrpc: fix race in new cache_wait code.NeilBrown
2010-10-01sunrpc: Create sockets in net namespacesPavel Emelyanov
2010-10-01net: Export __sock_createPavel Emelyanov
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov
2010-10-01sunrpc: Add net to xprt_createPavel Emelyanov
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov