07 Feb, 2008

1 commit


22 May, 2007

1 commit

  • This fixes the LDM driver so that it works with Windows Vista dynamic
    disks which are subtly different to Windows 2000/XP ones.

    The patch was needed to get a Vista formatted dynamic disk to be
    recognized and parsed successfully.

    Thanks go to Chris Teachworth for the report and testing.

    Cc: Richard Russon
    Signed-off-by: Anton Altaparmakov
    Signed-off-by: Linus Torvalds

    Anton Altaparmakov
     

11 May, 2007

1 commit


09 May, 2007

1 commit


17 Mar, 2007

1 commit

  • Remove the misleading "Presently only useful on the IA-64 platform" text
    from the EFI partition Kconfig.

    EFI partitions are also used by Apple on their Intel-based machines and
    thus you need EFI partition support if you (for example) want to attach
    such a machine in target disk mode.

    Signed-off-by: Johannes Berg
    Acked-by: Matt Domsch
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Johannes Berg
     

09 Dec, 2006

1 commit


01 Aug, 2006

1 commit


17 Jan, 2006

1 commit

  • The Rio Karma portable MP3 player has its own proprietary partition table.

    The partition layout is similar to a DOS boot sector but it begins at a
    different offset and uses a different magic number (0xAB56 instead of
    0xAA55). Add support for it to enable mounting the device.

    Signed-off-by: Bob Copeland
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Bob Copeland
     

09 Jan, 2006

1 commit

  • balamurugan reported a problem where it was possible to have
    the various Acorn partition types selected in the configuration,
    but ACORN_PARTITION disabled. Since ACORN_PARTITION controls
    whether we build fs/partitions/acorn.c, this lead to undefined
    references to the adfspart_check_TYPE symbols.

    Fix this by making the Acorn partition type symbols depend on
    ACORN_PARTITION.

    Signed-off-by: Russell King

    Russell King
     

07 Jan, 2006

1 commit

  • Sanitize some s390 Kconfig options. We have ARCH_S390, ARCH_S390X,
    ARCH_S390_31, 64BIT, S390_SUPPORT and COMPAT. Replace these 6 options by
    S390, 64BIT and COMPAT.

    Signed-off-by: Martin Schwidefsky
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Martin Schwidefsky
     

23 Dec, 2005

1 commit


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