1. 04 2月, 2009 1 次提交
  2. 19 1月, 2009 2 次提交
  3. 04 12月, 2008 2 次提交
  4. 01 12月, 2008 1 次提交
    • C
      [XFS] kill xfs_dinode_core_t · 81591fe2
      Christoph Hellwig 提交于
      Now that we have a separate xfs_icdinode_t for the in-core inode which
      gets logged there is no need anymore for the xfs_dinode vs xfs_dinode_core
      split - the fact that part of the structure gets logged through the inode
      log item and a small part not can better be described in a comment.
      
      All sizeof operations on the dinode_core either really wanted the
      icdinode and are switched to that one, or had already added the size
      of the agi unlinked list pointer.  Later both will be replaced with
      helpers once we get the larger CRC-enabled dinode.
      
      Removing the data and attribute fork unions also has the advantage that
      xfs_dinode.h doesn't need to pull in every header under the sun.
      
      While we're at it also add some more comments describing the dinode
      structure.
      
      (First sent on October 7th)
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Reviewed-by: NDave Chinner <david@fromorbit.com>
      Signed-off-by: NNiv Sardi <xaiki@sgi.com>
      81591fe2
  5. 10 11月, 2008 1 次提交
  6. 30 10月, 2008 6 次提交
  7. 13 8月, 2008 8 次提交
  8. 28 7月, 2008 8 次提交
  9. 29 4月, 2008 3 次提交
  10. 18 4月, 2008 6 次提交
  11. 10 4月, 2008 2 次提交