summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar2-2/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+2
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-2/+1
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar11-390/+332
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-387/+331
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar10-190/+400
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller11-208/+415
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-12/+11
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust1-8/+1
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever1-4/+174
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever1-18/+30
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever1-7/+5
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever1-11/+31
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever1-4/+8
2008-07-09SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust2-23/+23
2008-07-09SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever1-12/+0
2008-07-09SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever1-2/+3
2008-07-09SUNRPC: Use rpcbind version 2 GETPORTChuck Lever1-1/+1
2008-07-09SUNRPC: Document some naked integers in rpcbind clientChuck Lever1-13/+36
2008-07-09SUNRPC: More useful debugging output for rpcb clientChuck Lever1-3/+3
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2-2/+1
2008-07-09rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\1-9/+5
2008-07-09rpc: remove some unused macros\\\"J. Bruce Fields\\\1-12/+1
2008-07-09rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\1-3/+1
2008-07-09rpc: bring back cl_chattyOlga Kornievskaia1-5/+11
2008-07-09SUNRPC: Remove obsolete messages during transport connectChuck Lever1-7/+1
2008-07-09SUNRPC: Display some debugging information as text rather than numbersChuck Lever1-13/+16
2008-07-09SUNRPC: Refactor rpc_show_tasksChuck Lever1-22/+24
2008-07-09SUNRPC: Don't display the rpc_show_tasks header if there are no tasksChuck Lever1-7/+12
2008-07-09SUNRPC: Rename "call_" functions that are no longer FSM statesChuck Lever1-21/+14
2008-07-09SUNRPC: Add a function to display the name of an RPC procedureChuck Lever1-4/+19
2008-07-09SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust5-11/+11
2008-07-09SUNRPC: An ENOMEM error from call_encode is always fatalTrond Myklebust1-4/+0
2008-07-09SUNRPC: Ensure we exit early in case of an encode errorTrond Myklebust1-2/+7
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust1-8/+9
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust1-4/+2
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-7/+5
2008-07-03Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields7-438/+414
2008-07-03svcrpc: fix handling of garbage argsJ. Bruce Fields1-7/+5
2008-07-02svcrdma: Change WR context get/put to use the kmem cacheTom Tucker1-109/+12
2008-07-02svcrdma: Create a kmem cache for the WR contextsTom Tucker1-4/+19
2008-07-02svcrdma: Add flush_scheduled_work to module exit functionTom Tucker1-0/+1
2008-07-02svcrdma: Limit ORD based on client's advertised IRDTom Tucker1-4/+12
2008-07-02svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker1-4/+0
2008-07-02svcrdma: Add dma map count and WARN_ONTom Tucker3-0/+9
2008-07-02svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker1-6/+14
2008-07-02svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker1-45/+38
2008-07-02svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2-88/+80