1. 14 7月, 2016 4 次提交
  2. 15 6月, 2016 1 次提交
  3. 23 5月, 2016 1 次提交
  4. 23 12月, 2015 1 次提交
    • S
      sunrpc: Add a function to close temporary transports immediately · c3d4879e
      Scott Mayhew 提交于
      Add a function svc_age_temp_xprts_now() to close temporary transports
      whose xpt_local matches the address passed in server_addr immediately
      instead of waiting for them to be closed by the timer function.
      
      The function is intended to be used by notifier_blocks that will be
      added to nfsd and lockd that will run when an ip address is deleted.
      
      This will eliminate the ACK storms and client hangs that occur in
      HA-NFS configurations where nfsd & lockd is left running on the cluster
      nodes all the time and the NFS 'service' is migrated back and forth
      within a short timeframe.
      Signed-off-by: NScott Mayhew <smayhew@redhat.com>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      c3d4879e
  5. 11 8月, 2015 1 次提交
  6. 23 1月, 2015 1 次提交
  7. 10 12月, 2014 9 次提交
  8. 02 12月, 2014 1 次提交
  9. 25 11月, 2014 1 次提交
  10. 29 8月, 2014 1 次提交
    • J
      SUNRPC: Fix compile on non-x86 · ae89254d
      J. Bruce Fields 提交于
      current_task appears to be x86-only, oops.
      
      Let's just delete this check entirely:
      
      Any developer that adds a new user without setting rq_task will get a
      crash the first time they test it.  I also don't think there are
      normally any important locks held here, and I can't see any other reason
      why killing a server thread would bring the whole box down.
      
      So the effort to fail gracefully here looks like overkill.
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Fixes: 983c6844 "SUNRPC: get rid of the request wait queue"
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      ae89254d
  11. 18 8月, 2014 5 次提交
  12. 30 7月, 2014 2 次提交
  13. 31 5月, 2014 1 次提交
  14. 23 5月, 2014 2 次提交
  15. 28 3月, 2014 1 次提交
  16. 10 2月, 2014 1 次提交
  17. 17 2月, 2013 2 次提交
  18. 24 1月, 2013 1 次提交
  19. 05 11月, 2012 3 次提交
  20. 22 8月, 2012 1 次提交