1. 08 3月, 2016 17 次提交
  2. 05 3月, 2016 3 次提交
  3. 01 3月, 2016 2 次提交
    • D
      jffs2: Improve post-mount CRC scan efficiency · 5817b9dc
      David Woodhouse 提交于
      We need to finish doing the CRC checks before we can allow writes to
      happen, and we currently process the inodes in order. This means a call
      to jffs2_get_ino_cache() for each possible inode# up to c->highest_ino.
      
      There may be a lot of lookups which fail, if the inode# space is used
      sparsely. And the inode# space is *often* used sparsely, if a file
      system contains a lot of stuff that was put there in the original
      image, followed by lots of creation and deletion of new files.
      
      Instead of processing them numerically with a lookup each time, just
      walk the hash buckets instead.
      
      [fix locking typo reported by Dan Carpenter]
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      5817b9dc
    • F
      mtd: brcmnand: Fix v7.1 register offsets · d267aefc
      Florian Fainelli 提交于
      The BRCMNAND controller revision 7.1 is almost 100% compatible with the
      previous v6.0 register offset layout, except for the Correctable Error
      Reporting Threshold registers. Fix this by adding another table with the
      correct offsets for CORR_THRESHOLD and CORR_THRESHOLD_EXT.
      
      Fixes: 27c5b17c ("mtd: nand: add NAND driver "library" for Broadcom STB NAND controller")
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      d267aefc
  4. 25 2月, 2016 1 次提交
  5. 13 2月, 2016 12 次提交
  6. 02 2月, 2016 3 次提交
  7. 27 1月, 2016 2 次提交