1. 12 1月, 2011 1 次提交
  2. 05 1月, 2011 13 次提交
  3. 30 12月, 2010 1 次提交
  4. 18 12月, 2010 7 次提交
  5. 09 12月, 2010 1 次提交
    • N
      nfsd: Fix possible BUG_ON firing in set_change_info · c1ac3ffc
      Neil Brown 提交于
      If vfs_getattr in fill_post_wcc returns an error, we don't
      set fh_post_change.
      For NFSv4, this can result in set_change_info triggering a BUG_ON.
      i.e. fh_post_saved being zero isn't really a bug.
      
      So:
       - instead of BUGging when fh_post_saved is zero, just clear ->atomic.
       - if vfs_getattr fails in fill_post_wcc, take a copy of i_ctime anyway.
         This will be used i seg_change_info, but not overly trusted.
       - While we are there, remove the pointless 'if' statements in set_change_info.
         There is no harm setting all the values.
      Signed-off-by: NNeilBrown <neilb@suse.de>
      Cc: stable@kernel.org
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      c1ac3ffc
  6. 20 11月, 2010 5 次提交
  7. 18 11月, 2010 1 次提交
  8. 03 11月, 2010 1 次提交
  9. 31 10月, 2010 2 次提交
  10. 29 10月, 2010 1 次提交
  11. 28 10月, 2010 2 次提交
  12. 26 10月, 2010 1 次提交
  13. 25 10月, 2010 2 次提交
  14. 21 10月, 2010 2 次提交