30 Oct, 2008

1 commit

  • No need to parse the mount option into a structure before applying it to
    struct xfs_mount.

    The content of xfs_start_flags gets merged into xfs_parseargs. Calls
    inbetween don't care and can use mount members instead of the args struct.

    This patch uncovered that the mount option for shared filesystems wasn't
    ever exposed on Linux. The code to handle it is #if 0'ed in this patch
    pending a decision on this feature. I'll send a writeup about it to the
    list soon.

    SGI-PV: 987246

    SGI-Modid: xfs-linux-melb:xfs-kern:32371a

    Signed-off-by: Christoph Hellwig
    Signed-off-by: Donald Douwsma
    Signed-off-by: David Chinner
    Signed-off-by: Lachlan McIlroy

    Christoph Hellwig
     

19 Oct, 2007

1 commit


16 Oct, 2007

1 commit


20 Jun, 2006

1 commit


02 Nov, 2005

2 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds