1. 10 8月, 2009 1 次提交
  2. 10 6月, 2009 1 次提交
  3. 24 12月, 2008 11 次提交
  4. 10 7月, 2008 3 次提交
  5. 12 6月, 2008 1 次提交
  6. 20 4月, 2008 5 次提交
  7. 15 3月, 2008 1 次提交
  8. 06 3月, 2008 1 次提交
  9. 29 2月, 2008 1 次提交
  10. 26 2月, 2008 1 次提交
    • T
      SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs · 5d00837b
      Trond Myklebust 提交于
      An audit of the current RPC timeout functions shows that they don't really
      ever need to run in the softirq context. As long as the softirq is
      able to signal that the wakeup is due to a timeout (which it can do by
      setting task->tk_status to -ETIMEDOUT) then the callback functions can just
      run as standard task->tk_callback functions (in the rpciod/process
      context).
      
      The only possible border-line case would be xprt_timer() for the case of
      UDP, when the callback is used to reduce the size of the transport
      congestion window. In testing, however, the effect of moving that update
      to a callback would appear to be minor.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      5d00837b
  11. 30 1月, 2008 1 次提交
  12. 03 1月, 2008 1 次提交
  13. 27 11月, 2007 1 次提交
  14. 20 11月, 2007 1 次提交
  15. 18 11月, 2007 1 次提交
  16. 08 8月, 2007 1 次提交
  17. 20 7月, 2007 1 次提交
  18. 17 7月, 2007 1 次提交
  19. 11 7月, 2007 6 次提交