1. 18 12月, 2012 2 次提交
  2. 11 12月, 2012 2 次提交
  3. 04 12月, 2012 1 次提交
  4. 03 12月, 2012 8 次提交
  5. 29 11月, 2012 1 次提交
  6. 28 11月, 2012 8 次提交
  7. 26 11月, 2012 1 次提交
    • J
      nfsd4: downgrade some fs/nfsd/nfs4state.c BUG's · 063b0fb9
      J. Bruce Fields 提交于
      Linus has pointed out that indiscriminate use of BUG's can make it
      harder to diagnose bugs because they can bring a machine down, often
      before we manage to get any useful debugging information to the logs.
      (Consider, for example, a BUG() that fires in a workqueue, or while
      holding a spinlock).
      
      Most of these BUG's won't do much more than kill an nfsd thread, but it
      would still probably be safer to get out the warning without dying.
      
      There's still more of this to do in nfsd/.
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      063b0fb9
  8. 15 11月, 2012 16 次提交
  9. 13 11月, 2012 1 次提交
    • J
      nfsd: get rid of cl_recdir field · 2216d449
      Jeff Layton 提交于
      Remove the cl_recdir field from the nfs4_client struct. Instead, just
      compute it on the fly when and if it's needed, which is now only when
      the legacy client tracking code is in effect.
      
      The error handling in the legacy client tracker is also changed to
      handle the case where md5 is unavailable. In that case, we'll warn
      the admin with a KERN_ERR message and disable the client tracking.
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      2216d449