08 Dec, 2006

1 commit

  • This allows users to format an ocfs2 file system with a special flag,
    OCFS2_FEATURE_INCOMPAT_LOCAL_MOUNT. When the file system sees this flag, it
    will not use any cluster services, nor will it require a cluster
    configuration, thus acting like a 'local' file system.

    Signed-off-by: Sunil Mushran
    Signed-off-by: Mark Fasheh

    Sunil Mushran
     

06 Dec, 2006

1 commit


02 Dec, 2006

2 commits


22 Nov, 2006

1 commit


08 Aug, 2006

2 commits

  • Record the most recently used allocation group on the allocation context, so
    that subsequent allocations can attempt to optimize for contiguousness.
    Local alloc especially should benefit from this as the current chain search
    tends to let it spew across the disk.

    Signed-off-by: Mark Fasheh

    Mark Fasheh
     
  • We were storing cluster count on the ocfs2_super structure, but never
    actually using it so remove that. Also, we don't want to populate the
    uptodate cache with the unlocked block read - it is technically safe as is,
    but we should change it for correctness.

    Signed-off-by: Mark Fasheh

    Mark Fasheh
     

30 Jun, 2006

1 commit

  • Get rid of osb->uuid, osb->proc_sub_dir, and osb->osb_id. Those fields were
    unused, or could easily be removed. As a result, we also no longer need
    MAX_OSB_ID or ocfs2_globals_lock.

    Signed-off-by: Mark Fasheh

    Mark Fasheh
     

25 Mar, 2006

1 commit


02 Mar, 2006

2 commits


04 Feb, 2006

1 commit


04 Jan, 2006

1 commit