20 Jun, 2006

1 commit


19 Jun, 2006

1 commit


09 Jun, 2006

7 commits


31 Mar, 2006

1 commit


29 Mar, 2006

1 commit


22 Mar, 2006

1 commit


14 Mar, 2006

3 commits

  • code to prepare for an upcoming mod which will introduce multi-level
    in-core extent allocations. Although the in-core extent management is
    using a new code path in this mod, the functionality remains the same.
    Major changes include: - Introduce 10 new subroutines which re-orgainze
    the existing code but do NOT change functionality:
    xfs_iext_get_ext() xfs_iext_insert() xfs_iext_add()
    xfs_iext_remove() xfs_iext_remove_inline()
    xfs_iext_remove_direct() xfs_iext_realloc_direct()
    xfs_iext_direct_to_inline() xfs_iext_inline_to_direct()
    xfs_iext_destroy() - Remove 2 subroutines (functionality moved to new
    subroutines above): xfs_iext_realloc() -replaced by xfs_iext_add()
    and xfs_iext_remove() xfs_bmap_insert_exlist() - replaced by
    xfs_iext_insert() xfs_bmap_delete_exlist() - replaced by
    xfs_iext_remove() - Replace all hard-coded (indexed) extent assignments
    with a call to xfs_iext_get_ext() - Replace all extent record pointer
    arithmetic (ep++, ep--, base + lastx,..) with calls to
    xfs_iext_get_ext() - Update comments to remove the idea of a single
    "extent list" and introduce "extent record" terminology instead

    SGI-PV: 928864
    SGI-Modid: xfs-linux-melb:xfs-kern:207390a

    Signed-off-by: Mandy Kirkconnell
    Signed-off-by: Nathan Scott

    Mandy Kirkconnell
     
  • to linux.

    SGI-PV: 931456
    SGI-Modid: xfs-linux-melb:xfs-kern:25238a

    Signed-off-by: Tim Shimmin
    Signed-off-by: Nathan Scott

    Tim Shimmin
     
  • quota code.

    SGI-PV: 949149
    SGI-Modid: xfs-linux-melb:xfs-kern:25123a

    Signed-off-by: Nathan Scott

    Nathan Scott
     

28 Feb, 2006

1 commit


16 Jan, 2006

2 commits


15 Jan, 2006

1 commit


13 Jan, 2006

1 commit


12 Jan, 2006

2 commits


11 Jan, 2006

2 commits


10 Jan, 2006

1 commit

  • This patch switches XFS over to use the new mutex code directly as
    opposed to the previous workaround patch I posted earlier that avoided
    the namespace clash by forcing it back to semaphores. This falls in the
    'works for me' category.

    Signed-off-by: Jes Sorensen
    Signed-off-by: Ingo Molnar

    Jes Sorensen
     

16 Dec, 2005

1 commit


03 Nov, 2005

1 commit


02 Nov, 2005

7 commits


08 Sep, 2005

1 commit


05 Sep, 2005

3 commits


02 Sep, 2005

2 commits