An error occurred fetching the project authors.
  1. 23 Sep, 2003 1 commit
  2. 22 Sep, 2003 1 commit
  3. 15 Sep, 2003 5 commits
  4. 11 Aug, 2003 1 commit
  5. 07 Aug, 2003 1 commit
  6. 29 Jul, 2003 1 commit
  7. 15 Jul, 2003 1 commit
  8. 09 Jul, 2003 1 commit
  9. 19 Jun, 2003 2 commits
  10. 19 May, 2003 2 commits
  11. 03 May, 2003 1 commit
  12. 02 May, 2003 2 commits
  13. 26 Mar, 2003 1 commit
  14. 17 Mar, 2003 3 commits
  15. 14 Jan, 2003 4 commits
  16. 20 Dec, 2002 3 commits
  17. 11 Dec, 2002 1 commit
  18. 26 Nov, 2002 1 commit
  19. 25 Nov, 2002 1 commit
  20. 06 Nov, 2002 2 commits
  21. 15 Oct, 2002 3 commits
    • Stephen Lord's avatar
      XFS: merge strategy and bmap calls, they are two aspects of the same operation · c05feefb
      Stephen Lord authored
      Modid: 2.5.x-xfs:slinx:129728a
      c05feefb
    • Nathan Scott's avatar
      XFS: Global search and replace of the b* memory routines to their mem* equivalents. · a46021bb
      Nathan Scott authored
      Modid: 2.5.x-xfs:slinx:129466a
      a46021bb
    • Stephen Lord's avatar
      XFS: Rework dev_t and linux inode handling · 85493d69
      Stephen Lord authored
      This is a two fold change, first it moves the translation between
      linux dev_t and kdev_t up the call stack in xfs and makes the bulk
      of xfs work in terms of its on disk dev_t format.  It also cleans
      up a few related chunks of code.
         
      The other part of the change reworks how we keep the linux inode
      contents and the xfs inode fields in sync. A number of places where
      we resynced the two have been removed, these were basically
      replicating work elsewhere in the filesystem.   We now also ensure
      that the inode fields are filled in before calling unlock_new_inode -
      there used to be a window.
      
      Finally all the code which hooks together the linux inode and the xfs
      inode is brought together as a more coherent whole rather than being
      cattered around the inode create path. Most calls to revalidate the
      linux inode from the xfs inode are removed.
      
      Modid: 2.5.x-xfs:slinx:128899a 10/02/02
      85493d69
  22. 26 Sep, 2002 2 commits