1. 16 5月, 2011 4 次提交
  2. 24 3月, 2011 1 次提交
  3. 16 3月, 2011 1 次提交
    • A
      UBIFS: allocate scanning buffer on demand · cd5f7485
      Artem Bityutskiy 提交于
      Instead of using pre-allocated 'c->dbg->buf' buffer in
      'scan_check_cb()', dynamically allocate it when needed. The intend
      is to get rid of the pre-allocated 'c->dbg->buf' buffer and save
      128KiB of RAM (or more if PEB size is larger). Indeed, currently we
      allocate this memory even if the user never enables any self-check,
      which is wasteful.
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      cd5f7485
  4. 15 9月, 2009 2 次提交
  5. 10 9月, 2009 1 次提交
    • A
      UBIFS: do not print scary error messages needlessly · 348709ba
      Artem Bityutskiy 提交于
      At the moment UBIFS print large and scary error messages and
      flash dumps in case of nearly any corruption, even if it is
      a recoverable corruption. For example, if the master node is
      corrupted, ubifs_scan() prints error dumps, then UBIFS recovers
      just fine and goes on.
      
      This patch makes UBIFS print scary error messages only in
      real cases, which are not recoverable. It adds 'quiet' argument
      to the 'ubifs_scan()' function, so the caller may ask 'ubi_scan()'
      not to print error messages if the caller is able to do recovery.
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      Reviewed-by: NAdrian Hunter <Adrian.Hunter@nokia.com>
      348709ba
  6. 26 1月, 2009 2 次提交
  7. 23 12月, 2008 1 次提交
  8. 03 12月, 2008 1 次提交
  9. 30 9月, 2008 2 次提交
  10. 15 7月, 2008 1 次提交