1. 26 2月, 2011 1 次提交
  2. 18 10月, 2010 1 次提交
  3. 11 8月, 2010 1 次提交
  4. 25 5月, 2010 1 次提交
  5. 22 5月, 2010 1 次提交
    • T
      block: use struct parsed_partitions *state universally in partition check code · 1493bf21
      Tejun Heo 提交于
      Make the following changes to partition check code.
      
      * Add ->bdev to struct parsed_partitions.
      
      * Introduce read_part_sector() which is a simple wrapper around
        read_dev_sector() which takes struct parsed_partitions *state
        instead of @bdev.
      
      * For functions which used to take @state and @bdev, drop @bdev.  For
        functions which used to take @bdev, replace it with @state.
      
      * While updating, drop superflous checks on NULL state/bdev in ldm.c.
      
      This cleans up the API a bit and enables better handling of IO errors
      during partition check as the generic partition check code now has
      much better visibility into what went wrong in the low level code
      paths.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Ben Hutchings <ben@decadent.org.uk>
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      1493bf21
  6. 26 7月, 2008 1 次提交
  7. 30 4月, 2008 1 次提交
  8. 17 7月, 2007 1 次提交
    • A
      Fix LDM for new field in the VOL5 VBLK. · 959bc220
      Anton Altaparmakov 提交于
      Teach LDM about a new field encountered with Windows Vista.
      
      This fixes LDM for people using Vista who have disabled drive letter
      assignment from one or more volumes.  Doing this introduces a so far
      unknown field in the LDM database in the VOL5 VBLK structure which
      causes the LDM driver to fail to parse the VBLK structure and hence LDM
      fails to parse the disk altogether.  This patch teaches the driver about
      this field.
      
      Thanks got to Ashton Mills <amills@iinet.com.au> for reporting the
      problem and working with me on getting it fixed.  It is now working for
      him.
      Signed-off-by: NAnton Altaparmakov <aia21@cantab.net>
      CC: Richard Russon <ldm@flatcap.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      959bc220
  9. 22 5月, 2007 2 次提交
  10. 01 10月, 2006 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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