1. 11 8月, 2015 2 次提交
  2. 23 1月, 2015 1 次提交
  3. 10 12月, 2014 10 次提交
  4. 18 8月, 2014 1 次提交
  5. 23 6月, 2014 1 次提交
  6. 31 5月, 2014 2 次提交
  7. 23 5月, 2014 1 次提交
  8. 04 1月, 2014 1 次提交
  9. 11 12月, 2013 1 次提交
  10. 31 8月, 2013 1 次提交
  11. 24 1月, 2013 1 次提交
  12. 18 12月, 2012 1 次提交
  13. 28 7月, 2012 1 次提交
  14. 01 6月, 2012 2 次提交
  15. 15 2月, 2012 1 次提交
  16. 01 2月, 2012 2 次提交
  17. 25 10月, 2011 1 次提交
  18. 14 9月, 2011 1 次提交
  19. 20 8月, 2011 1 次提交
  20. 18 7月, 2011 1 次提交
    • J
      nfsd: turn on reply cache for NFSv4 · 1091006c
      J. Bruce Fields 提交于
      It's sort of ridiculous that we've never had a working reply cache for
      NFSv4.
      
      On the other hand, we may still not: our current reply cache is likely
      not very good, especially in the TCP case (which is the only case that
      matters for v4).  What we really need here is some serious testing.
      
      Anyway, here's a start.
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      1091006c
  21. 15 7月, 2011 1 次提交
  22. 07 1月, 2011 1 次提交
  23. 05 1月, 2011 1 次提交
    • J
      svcrpc: simpler request dropping · 9e701c61
      J. Bruce Fields 提交于
      Currently we use -EAGAIN returns to determine when to drop a deferred
      request.  On its own, that is error-prone, as it makes us treat -EAGAIN
      returns from other functions specially to prevent inadvertent dropping.
      
      So, use a flag on the request instead.
      
      Returning an error on request deferral is still required, to prevent
      further processing, but we no longer need worry that an error return on
      its own could result in a drop.
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      9e701c61
  24. 16 12月, 2009 1 次提交
  25. 24 11月, 2009 1 次提交
  26. 15 7月, 2009 1 次提交
    • A
      nfsd41: use globals for DRC limits · 4bd9b0f4
      Andy Adamson 提交于
      The version 4.1 DRC memory limit and tracking variables are server wide and
      session specific. Replace struct svc_serv fields with globals.
      Stop using the svc_serv sv_lock.
      
      Add a spinlock to serialize access to the DRC limit management variables which
      change on session creation and deletion (usage counter) or (future)
      administrative action to adjust the total DRC memory limit.
      Signed-off-by: NAndy Adamson <andros@netapp.com>
      Signed-off-by: NBenny Halevy <bhalevy@panasas.com>
      4bd9b0f4
  27. 18 6月, 2009 1 次提交