An error occurred fetching the project authors.
  1. 09 Jan, 2006 1 commit
    • Russell King's avatar
      [ARM] Make Acorn partition types depend on ACORN_PARTITION · 50365c57
      Russell King authored
      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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      50365c57
  2. 06 Jan, 2006 2 commits
  3. 05 Jan, 2006 2 commits
  4. 23 Dec, 2005 1 commit
  5. 08 Nov, 2005 1 commit
  6. 07 Nov, 2005 1 commit
  7. 01 Nov, 2005 1 commit
    • Jens Axboe's avatar
      [BLOCK] Unify the seperate read/write io stat fields into arrays · a362357b
      Jens Axboe authored
      Instead of having ->read_sectors and ->write_sectors, combine the two
      into ->sectors[2] and similar for the other fields. This saves a branch
      several places in the io path, since we don't have to care for what the
      actual io direction is. On my x86-64 box, that's 200 bytes less text in
      just the core (not counting the various drivers).
      Signed-off-by: default avatarJens Axboe <axboe@suse.de>
      a362357b
  8. 28 Oct, 2005 2 commits
  9. 25 Jun, 2005 1 commit
  10. 07 May, 2005 1 commit
    • Andrew Morton's avatar
      [PATCH] revert msdos partitioning fix · b2411dd2
      Andrew Morton authored
      This change from March 3rd causes the partition parsing code to ignore
      partitions which have a signature byte of zero.  Turns out that more people
      have such partitions than we expected, and their device numbering is coming up
      wrong in post-2.6.11 kernels.
      
      So revert the change while we think about the problem a bit more.
      
      Cc: Andries Brouwer <Andries.Brouwer@cwi.nl>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      b2411dd2
  11. 19 Apr, 2005 1 commit
  12. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
      1da177e4