1. 12 2月, 2013 1 次提交
  2. 05 2月, 2013 3 次提交
  3. 24 1月, 2013 3 次提交
  4. 18 12月, 2012 2 次提交
  5. 11 12月, 2012 2 次提交
  6. 04 12月, 2012 1 次提交
  7. 03 12月, 2012 8 次提交
  8. 29 11月, 2012 1 次提交
  9. 28 11月, 2012 8 次提交
  10. 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
  11. 15 11月, 2012 10 次提交