1. 669d3d1 UBI: Remove unnecessary `\' by shengyong · 9 years ago
  2. 56794c0 UBI: Fastmap: Remove is_fm_block() by Richard Weinberger · 10 years ago
  3. 2f84c246 UBI: Fastmap: Introduce may_reserve_for_fm() by Richard Weinberger · 10 years ago
  4. acfda79 UBI: Fastmap: Introduce ubi_fastmap_init() by Richard Weinberger · 10 years ago
  5. 78d6d49 UBI: Move fastmap specific functions out of wl.c by Richard Weinberger · 10 years ago
  6. ee59ba8 UBI: Fix stale pointers in ubi->lookuptbl by Richard Weinberger · 10 years ago
  7. 111ab0b UBI: Fastmap: Locking updates by Richard Weinberger · 10 years ago
  8. 8fb2a51 UBI: Fastmap: Fix race after ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  9. 943b335 UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure by Richard Weinberger · 10 years ago
  10. 74cdaf2 UBI: Fastmap: Fix memory leaks while closing the WL sub-system by Richard Weinberger · 10 years ago
  11. c4ca6be UBI: Fastmap: Don't allocate new ubi_wl_entry objects by Richard Weinberger · 10 years ago
  12. 6830356 UBI: Fastmap: Make ubi_refill_pools() fair by Richard Weinberger · 10 years ago
  13. 691a870 UBI: Split __wl_get_peb() by Richard Weinberger · 10 years ago
  14. d59f21b UBI: Fastmap: Fix races in ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  15. 399a9fe UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown by Richard Weinberger · 10 years ago
  16. 19371d7 UBI: Fastmap: Ensure that only one fastmap work is scheduled by Richard Weinberger · 10 years ago
  17. f16db80 UBI: initialize LEB number variable by Brian Norris · 10 years ago
  18. 45fc5c8 UBI: extend UBI layer debug/messaging capabilities - cosmetics by Tanya Brokhman · 10 years ago
  19. aa5ad3b UBI: Fix double free after do_sync_erase() by Richard Weinberger · 10 years ago
  20. 32608703 UBI: Extend UBI layer debug/messaging capabilities by Tanya Brokhman · 10 years ago
  21. e3e0044 UBI: Fix trivial typo in __schedule_ubi_work by Richard Weinberger · 10 years ago
  22. 849271a UBI: wl: Rename cancel flag to shutdown by Richard Weinberger · 10 years ago
  23. b91671b UBI: Fix livelock in produce_free_peb() by Richard Weinberger · 10 years ago
  24. 49e236b UBI: bugfix in ubi_wl_flush() by Richard Weinberger · 10 years ago
  25. 3d21bb7 UBI: fix ubi free PEBs count calculation by Tanya Brokhman · 11 years ago
  26. 87ed89d UBI: fix error path in __wl_get_peb by Tanya Brokhman · 11 years ago
  27. fb10e4d UBI: fix refill_wl_user_pool() by Richard Weinberger · 11 years ago
  28. 5ef4414 UBI: Fix PEB leak in wear_leveling_worker() by Richard Weinberger · 11 years ago
  29. 85d5b70 Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  30. 6457557 UBI: introduce helpers dbg_chk_{io, gen} by Ezequiel Garcia · 12 years ago
  31. 894aef2 UBI: dont call ubi_self_check_all_ff() in __wl_get_peb() by Richard Weinberger · 12 years ago
  32. ed4b702 UBI: remove PEB from free tree in get_peb_for_wl() by Richard Weinberger · 12 years ago
  33. 38f92cc UBI: remove spurious comment by Ezequiel Garcia · 12 years ago
  34. 8199b90 UBI: Add fastmap support to the WL sub-system by Richard Weinberger · 12 years ago
  35. 5638b33 UBI: Add fastmap stuff to ubi.h by Richard Weinberger · 12 years ago
  36. 719bb84 UBI: print less by Artem Bityutskiy · 12 years ago
  37. 37f758a UBI: limit amount of reserved eraseblocks for bad PEB handling by Shmulik Ladkani · 12 years ago
  38. 12027f1 UBI: correct ubi_wl_flush locking by Artem Bityutskiy · 12 years ago
  39. 62f38455 UBI: modify ubi_wl_flush function to clear work queue for a lnum by Joel Reardon · 12 years ago
  40. d36e59e UBI: add lnum and vol_id to struct ubi_work by Joel Reardon · 12 years ago
  41. 41e0cd9 UBI: rename _init_scan functions by Artem Bityutskiy · 12 years ago
  42. 517af48 UBI: rename sv to av by Artem Bityutskiy · 12 years ago
  43. a4e6042 UBI: rename si to ai by Artem Bityutskiy · 12 years ago
  44. 2c5ec5c UBI: rename seb to aeb by Artem Bityutskiy · 12 years ago
  45. afc15a8 UBI: rename struct ubi_scan_info by Artem Bityutskiy · 12 years ago
  46. cb28a93 UBI: rename struct ubi_scan_volume by Artem Bityutskiy · 12 years ago
  47. 227423d UBI: rename struct ubi_scan_leb by Artem Bityutskiy · 12 years ago
  48. 97d6104 UBI: rename few functions for consistency by Artem Bityutskiy · 12 years ago
  49. 7bf523a UBI: more of clean-up terminology for self-checks by Artem Bityutskiy · 12 years ago
  50. aa44d1d UBI: remove Kconfig debugging option by Artem Bityutskiy · 12 years ago
  51. 4415626 UBI: amend commentaries WRT dtype by Artem Bityutskiy · 12 years ago
  52. b36a261 UBI: Kill data type hint by Richard Weinberger · 12 years ago
  53. 25886a3 UBI: always dump the stack on error by Artem Bityutskiy · 12 years ago
  54. cc83146 UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS by Artem Bityutskiy · 13 years ago
  55. 7eb3aa65 UBI: fix eraseblock picking criteria by Artem Bityutskiy · 13 years ago
  56. add8287 UBI: fix documentation and improve readability by Artem Bityutskiy · 13 years ago
  57. e57e0d8 UBI: fix use-after-free on error path by Artem Bityutskiy · 13 years ago
  58. e801e12 UBI: fix missing scrub when there is a bit-flip by Bhavesh Parekh · 13 years ago
  59. 27a0f2a UBI: prepare debugging stuff to further debugfs conversion by Artem Bityutskiy · 13 years ago
  60. 2a734bb UBI: use debugfs for the extra checks knobs by Artem Bityutskiy · 13 years ago
  61. d99383b UBI: change the interface of a debugging check function by Artem Bityutskiy · 13 years ago
  62. feddbb3 UBI: fix minor stylistic issues by Artem Bityutskiy · 14 years ago
  63. 28237e4 UBI: make tests modes dynamic by Artem Bityutskiy · 14 years ago
  64. 92d124f UBI: make self-checks dynamic by Artem Bityutskiy · 14 years ago
  65. 5fc01ab UBI: preserve corrupted PEBs by Artem Bityutskiy · 14 years ago
  66. 92e1a7d UBI: handle bit-flips when no header found by Artem Bityutskiy · 14 years ago
  67. 74d82d2 UBI: remove duplicate IO error codes by Artem Bityutskiy · 14 years ago
  68. d3f6e6c UBI: do not oops when erroneous PEB is scheduled for scrubbing by Artem Bityutskiy · 14 years ago
  69. 3f50262 UBI: fix s/then/than/ typos by Shinya Kuribayashi · 14 years ago
  70. adbf05e UBI: simplify debugging return codes by Artem Bityutskiy · 15 years ago
  71. 1398788 UBI: remove bogus debugging checks by Artem Bityutskiy · 15 years ago
  72. 40a71a8 UBI: add empty eraseblocks verification by Artem Bityutskiy · 15 years ago
  73. 815bc5f UBI: fix multiple spelling typos by Artem Bityutskiy · 15 years ago
  74. 21d08bb UBI: fix kmem_cache_free on error patch by Artem Bityutskiy · 15 years ago
  75. 52b605d UBI: print amount of reserved PEBs by Artem Bityutskiy · 15 years ago
  76. 9c259a5 UBI: improve messages in the WL worker by Artem Bityutskiy · 15 years ago
  77. b86a2c5 UBI: do not switch to R/O mode on read errors by Artem Bityutskiy · 15 years ago
  78. 87960c0 UBI: fix and clean-up error paths in WL worker by Artem Bityutskiy · 15 years ago
  79. 90bf026 UBI: introduce new constants by Artem Bityutskiy · 15 years ago
  80. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  81. 7b6c32d UBI: simplify PEB protection code by Xiaochuan-Xu · 16 years ago
  82. 23553b2 UBI: prepare for protection tree improvements by Xiaochuan-Xu · 16 years ago
  83. 6fa6f5b UBI: handle write errors in WL worker by Artem Bityutskiy · 16 years ago
  84. 3c98b0a UBI: fix error path by Artem Bityutskiy · 16 years ago
  85. 6a8f483 UBI: some code re-structuring by Artem Bityutskiy · 16 years ago
  86. 2ad4988 UBI: Don't exit from ubi_thread until kthread_should_stop() is true by Vitaliy Gusev · 16 years ago
  87. ebaaf1a UBI: fix kernel-doc errors and warnings by Artem Bityutskiy · 16 years ago
  88. 9c9ec14 UBI: fix checkpatch.pl errors and warnings by Artem Bityutskiy · 16 years ago
  89. 8c1e6ee UBI: rework scrubbing messages by Artem Bityutskiy · 16 years ago
  90. 85c6e6e UBI: amend commentaries by Artem Bityutskiy · 16 years ago
  91. cadb40c UBI: avoid unnecessary division operations by Kyungmin Park · 16 years ago
  92. c18a841 UBI: fix warnings by Artem Bityutskiy · 17 years ago
  93. 4ccf8cf UBI: add auto-resize feature by Artem Bityutskiy · 17 years ago
  94. cdfa788 UBI: prepare attach and detach functions by Artem Bityutskiy · 17 years ago
  95. e73f445 UBI: add UBI devices reference counting by Artem Bityutskiy · 17 years ago
  96. 16f557e UBI: fix comment by Artem Bityutskiy · 17 years ago
  97. 593dd33 UBI: fix ubi_wl_flush by Artem Bityutskiy · 17 years ago
  98. 43f9b25 UBI: bugfix: protect from volume removal by Artem Bityutskiy · 17 years ago
  99. d2c4685 UBI: improve comment by Artem Bityutskiy · 17 years ago
  100. 06b68ba UBI: create ubi_wl_entry slab on initialization by Artem Bityutskiy · 17 years ago