1. 23 5月, 2006 5 次提交
  2. 22 5月, 2006 10 次提交
  3. 21 5月, 2006 14 次提交
  4. 20 5月, 2006 6 次提交
  5. 19 5月, 2006 1 次提交
    • D
      [JFFS2] Support new device nodes · aef9ab47
      David Woodhouse 提交于
      Device node major/minor numbers are just stored in the payload of a single
      data node. Just extend that to 4 bytes and use new_encode_dev() for it.
      
      We only use the 4-byte format if we _need_ to, if !old_valid_dev(foo).
      This preserves backwards compatibility with older code as much as
      possible. If we do make devices with major or minor numbers above 255, and
      then mount the file system with the old code, it'll just read the first
      two bytes and get the numbers wrong. If it comes to garbage-collect it,
      it'll then write back those wrong numbers. But that's about the best we
      can expect.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      aef9ab47
  6. 18 5月, 2006 3 次提交
  7. 17 5月, 2006 1 次提交
    • A
      MTD: mtdconcat NAND/Sibley support (rev.2) · e8d32937
      Alexander Belyakov 提交于
      There is a second revision of "mtdconcat NAND/Sibley" patch. I hope
      the patch will not get damaged as I'm posting it from gmail account,
      thanks to Jorn.
      
      The patch adds previously missing concat_writev(),
      concat_writev_ecc(), concat_block_isbad(), concat_block_markbad()
      functions to make concatenation layer compatible with Sibley and NAND
      chips.
      
      Patch has been cleared from whitespaces, fixed some lines of code as
      requested. Also I have added code for alignment check that should
      support Jorn's "writesize" patch.
      Signed-off-by: NAlexander Belyakov <alexander.belyakov@intel.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      e8d32937