1. 23 10月, 2010 2 次提交
    • R
      nilfs2: keep zero value in i_cno except for gc-inodes · 6c43f410
      Ryusuke Konishi 提交于
      On-memory inode structures of nilfs have a member "i_cno" which stores
      a checkpoint number related to the inode.  For gc-inodes, this field
      indicates version of data each gc-inode caches for GC.  Log writer
      temporarily uses "i_cno" to transfer the latest checkpoint number.
      
      This stops the latter use and lets only gc-inodes use it.
      
      The purpose of this patch is to allow the successive change use
      "i_cno" for inode lookup.
      Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
      6c43f410
    • R
      nilfs2: accept future revisions · 9566a7a8
      Ryusuke Konishi 提交于
      Compatibility of nilfs partitions is now managed with three feature
      sets.  This changes old compatibility check with revision number so
      that it can accept future revisions.
      
      Note that we can stop support of experimental versions of nilfs that
      doesn't know the feature sets by incrementing NILFS_CURRENT_REV.  We
      don't have to do it soon, but it would be a possible option whenever
      the need arises.
      Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
      9566a7a8
  2. 25 7月, 2010 2 次提交
  3. 23 7月, 2010 2 次提交
  4. 10 5月, 2010 4 次提交
  5. 13 2月, 2010 1 次提交
  6. 20 11月, 2009 2 次提交
  7. 15 11月, 2009 1 次提交
  8. 07 4月, 2009 9 次提交