1. 29 5月, 2014 9 次提交
  2. 06 9月, 2013 1 次提交
  3. 09 4月, 2013 1 次提交
  4. 26 3月, 2013 1 次提交
  5. 29 9月, 2012 2 次提交
  6. 03 8月, 2012 1 次提交
  7. 01 8月, 2012 2 次提交
  8. 31 7月, 2012 1 次提交
  9. 10 5月, 2012 2 次提交
  10. 28 4月, 2012 6 次提交
  11. 11 3月, 2012 2 次提交
  12. 01 2月, 2012 1 次提交
  13. 01 11月, 2011 1 次提交
  14. 31 10月, 2011 1 次提交
  15. 20 7月, 2011 1 次提交
  16. 15 7月, 2011 1 次提交
  17. 13 7月, 2011 2 次提交
  18. 21 6月, 2011 1 次提交
  19. 30 5月, 2011 3 次提交
  20. 27 3月, 2011 1 次提交
    • T
      NFS: Fix a hang in the writeback path · 4d65c520
      Trond Myklebust 提交于
      Now that the inode scalability patches have been merged, it is no longer
      safe to call igrab() under the inode->i_lock.
      Now that we no longer call nfs_clear_request() until the nfs_page is
      being freed, we know that we are always holding a reference to the
      nfs_open_context, which again holds a reference to the path, and so
      the inode cannot be freed until the last nfs_page has been removed
      from the radix tree and freed.
      
      We can therefore skip the igrab()/iput() altogether.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      4d65c520