1. 15 3月, 2008 1 次提交
  2. 29 2月, 2008 1 次提交
  3. 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
  4. 30 1月, 2008 1 次提交
  5. 03 1月, 2008 1 次提交
  6. 27 11月, 2007 1 次提交
  7. 20 11月, 2007 1 次提交
  8. 18 11月, 2007 1 次提交
  9. 08 8月, 2007 1 次提交
  10. 20 7月, 2007 1 次提交
  11. 17 7月, 2007 1 次提交
  12. 11 7月, 2007 16 次提交
  13. 11 2月, 2007 1 次提交
  14. 04 2月, 2007 1 次提交
  15. 09 12月, 2006 1 次提交
  16. 06 12月, 2006 2 次提交
    • O
      rpc: spkm3 update · adeb8133
      Olga Kornievskaia 提交于
      This updates the spkm3 code to bring it up to date with our current
      understanding of the spkm3 spec.
      
      In doing so, we're changing the downcall format used by gssd in the spkm3 case,
      which will cause an incompatilibity with old userland spkm3 support.  Since the
      old code a) didn't implement the protocol correctly, and b) was never
      distributed except in the form of some experimental patches from the citi web
      site, we're assuming this is OK.
      
      We do detect the old downcall format and print warning (and fail).  We also
      include a version number in the new downcall format, to be used in the
      future in case any further change is required.
      
      In some more detail:
      
      	- fix integrity support
      	- removed dependency on NIDs. instead OIDs are used
      	- known OID values for algorithms added.
      	- fixed some context fields and types
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      adeb8133
    • J
      rpc: gss: eliminate print_hexl()'s · 8fc7500b
      J. Bruce Fields 提交于
      Dumping all this data to the logs is wasteful (even when debugging is turned
      off), and creates too much output to be useful when it's turned on.
      
      Fix a minor style bug or two while we're at it.
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      8fc7500b
  17. 03 12月, 2006 1 次提交
  18. 04 10月, 2006 1 次提交
  19. 29 9月, 2006 1 次提交
  20. 23 9月, 2006 1 次提交
  21. 25 8月, 2006 2 次提交
  22. 22 7月, 2006 1 次提交
  23. 20 4月, 2006 1 次提交