summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2010-05-26svc: Clean up deferred requests on transport destructionTom Tucker
2009-09-08SUNRPC: Fix tcp reconnectionTrond Myklebust
2009-09-08SUNRPC: Fix rpc_task_force_reencodeTrond Myklebust
2009-07-30SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust
2009-07-30SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust
2009-07-30SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust
2009-02-12Add a reference to sunrpc in svc_addsockTom Tucker
2009-02-02SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust
2009-02-02SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust
2008-12-18SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust
2008-09-01sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov
2008-08-13svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever
2008-07-09SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust
2008-07-09SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever
2008-07-09SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever
2008-07-09SUNRPC: Use rpcbind version 2 GETPORTChuck Lever
2008-07-09SUNRPC: Document some naked integers in rpcbind clientChuck Lever
2008-07-09SUNRPC: More useful debugging output for rpcb clientChuck Lever
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever
2008-07-09rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\
2008-07-09rpc: remove some unused macros\\\"J. Bruce Fields\\\
2008-07-09rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\
2008-07-09rpc: bring back cl_chattyOlga Kornievskaia
2008-07-09SUNRPC: Remove obsolete messages during transport connectChuck Lever
2008-07-09SUNRPC: Display some debugging information as text rather than numbersChuck Lever
2008-07-09SUNRPC: Refactor rpc_show_tasksChuck Lever
2008-07-09SUNRPC: Don't display the rpc_show_tasks header if there are no tasksChuck Lever
2008-07-09SUNRPC: Rename "call_" functions that are no longer FSM statesChuck Lever
2008-07-09SUNRPC: Add a function to display the name of an RPC procedureChuck Lever
2008-07-09SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust
2008-07-09SUNRPC: An ENOMEM error from call_encode is always fatalTrond Myklebust
2008-07-09SUNRPC: Ensure we exit early in case of an encode errorTrond Myklebust
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust