1. 27 2月, 2010 15 次提交
  2. 09 2月, 2010 2 次提交
  3. 06 2月, 2010 1 次提交
  4. 04 2月, 2010 2 次提交
  5. 03 2月, 2010 9 次提交
  6. 26 1月, 2010 5 次提交
  7. 12 1月, 2010 1 次提交
  8. 31 12月, 2009 1 次提交
  9. 24 12月, 2009 3 次提交
  10. 19 12月, 2009 1 次提交
    • T
      ocfs2: Set i_nlink properly during reflink. · 10cf1a02
      Tao Ma 提交于
      We create a file in orphan dir for reflink so that if there
      is any error, we don't create any wrong dentry in the dir.
      But actually the file in orphan dir should be i_nlink = 0
      so that it can be replayed and freed successfully.
      
      This patch first set i_nlink to 0 when creating the file in
      orphan dir and then set it to 1(reflink now only works for
      regular file) when we move it to the dest dir.
      Signed-off-by: NTao Ma <tao.ma@oracle.com>
      Signed-off-by: NJoel Becker <joel.becker@oracle.com>
      10cf1a02