1. 30 7月, 2016 1 次提交
  2. 24 5月, 2016 1 次提交
  3. 10 1月, 2016 1 次提交
  4. 17 12月, 2015 2 次提交
  5. 29 9月, 2015 1 次提交
    • S
      UBI: return ENOSPC if no enough space available · 7c7feb2e
      shengyong 提交于
      UBI: attaching mtd1 to ubi0
      UBI: scanning is finished
      UBI error: init_volumes: not enough PEBs, required 706, available 686
      UBI error: ubi_wl_init: no enough physical eraseblocks (-20, need 1)
      UBI error: ubi_attach_mtd_dev: failed to attach mtd1, error -12 <= NOT ENOMEM
      UBI error: ubi_init: cannot attach mtd1
      
      If available PEBs are not enough when initializing volumes, return -ENOSPC
      directly. If available PEBs are not enough when initializing WL, return
      -ENOSPC instead of -ENOMEM.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NSheng Yong <shengyong1@huawei.com>
      Signed-off-by: NRichard Weinberger <richard@nod.at>
      Reviewed-by: NDavid Gstir <david@sigma-star.at>
      7c7feb2e
  6. 03 6月, 2015 1 次提交
  7. 27 3月, 2015 15 次提交
  8. 26 3月, 2015 1 次提交
    • B
      UBI: initialize LEB number variable · f16db807
      Brian Norris 提交于
      In some of the 'out_not_moved' error paths, lnum may be used
      uninitialized. Don't ignore the warning; let's fix it.
      
      This uninitialized variable doesn't have much visible effect in the end,
      since we just schedule the PEB for erasure, and its LEB number doesn't
      really matter (it just gets printed in debug messages). But let's get it
      straight anyway.
      
      Coverity CID #113449
      
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NRichard Weinberger <richard@nod.at>
      f16db807
  9. 28 1月, 2015 1 次提交
  10. 07 11月, 2014 2 次提交
  11. 30 9月, 2014 1 次提交
  12. 26 9月, 2014 1 次提交
  13. 24 9月, 2014 1 次提交
  14. 29 7月, 2014 1 次提交
  15. 05 5月, 2014 2 次提交
  16. 04 10月, 2013 1 次提交
  17. 19 8月, 2013 1 次提交
  18. 10 12月, 2012 1 次提交
  19. 04 12月, 2012 2 次提交
  20. 30 11月, 2012 1 次提交
  21. 03 10月, 2012 2 次提交