1. 31 12月, 2008 1 次提交
  2. 03 12月, 2008 1 次提交
  3. 30 9月, 2008 2 次提交
    • A
      UBIFS: add no_chk_data_crc mount option · 2953e73f
      Adrian Hunter 提交于
      UBIFS read performance can be improved by skipping the CRC
      check when data nodes are read.  This option can be used if
      the underlying media is considered to be highly reliable.
      Note that CRCs are always checked for metadata.
      
      Read speed on Arm platform with OneNAND goes from 19 MiB/s
      to 27 MiB/s with data CRC checking disabled.
      Signed-off-by: NAdrian Hunter <ext-adrian.hunter@nokia.com>
      2953e73f
    • A
      UBIFS: add bulk-read facility · 4793e7c5
      Adrian Hunter 提交于
      Some flash media are capable of reading sequentially at faster rates.
      UBIFS bulk-read facility is designed to take advantage of that, by
      reading in one go consecutive data nodes that are also located
      consecutively in the same LEB.
      
      Read speed on Arm platform with OneNAND goes from 17 MiB/s to
      19 MiB/s.
      Signed-off-by: NAdrian Hunter <ext-adrian.hunter@nokia.com>
      4793e7c5
  4. 13 8月, 2008 1 次提交
  5. 15 7月, 2008 1 次提交