1. a730665 UBI: Export next_sqnum() by Richard Weinberger · 12 years ago
  2. 049333c UBI: comply with coding style by Artem Bityutskiy · 12 years ago
  3. d36e59e UBI: add lnum and vol_id to struct ubi_work by Joel Reardon · 12 years ago
  4. 41e0cd9 UBI: rename _init_scan functions by Artem Bityutskiy · 12 years ago
  5. 0bae288 UBI: rename ubi_scan_move_to_list by Artem Bityutskiy · 12 years ago
  6. dcd85fd UBI: rename ubi_scan_find_av by Artem Bityutskiy · 12 years ago
  7. 517af48 UBI: rename sv to av by Artem Bityutskiy · 12 years ago
  8. a4e6042 UBI: rename si to ai by Artem Bityutskiy · 12 years ago
  9. 2c5ec5c UBI: rename seb to aeb by Artem Bityutskiy · 12 years ago
  10. afc15a8 UBI: rename struct ubi_scan_info by Artem Bityutskiy · 12 years ago
  11. cb28a93 UBI: rename struct ubi_scan_volume by Artem Bityutskiy · 12 years ago
  12. 227423d UBI: rename struct ubi_scan_leb by Artem Bityutskiy · 12 years ago
  13. b36a261 UBI: Kill data type hint by Richard Weinberger · 12 years ago
  14. cc83146 UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS by Artem Bityutskiy · 12 years ago
  15. 0ca39d7 UBI: rename peb_buf1 to peb_buf by Artem Bityutskiy · 12 years ago
  16. 43b043e UBI: reduce memory consumption by Josselin Costanzi · 12 years ago
  17. e801e12 UBI: fix missing scrub when there is a bit-flip by Bhavesh Parekh · 13 years ago
  18. d57f4054 mtd: utilize `mtd_is_*()' functions by Brian Norris · 13 years ago
  19. 5fc01ab UBI: preserve corrupted PEBs by Artem Bityutskiy · 14 years ago
  20. 756e1df UBI: rename IO error code by Artem Bityutskiy · 14 years ago
  21. 64d4b4c UBI: do not warn unnecessarily by Artem Bityutskiy · 14 years ago
  22. eb89580 UBI: introduce a new IO return code by Artem Bityutskiy · 14 years ago
  23. 786d783 UBI: simplify IO error codes by Artem Bityutskiy · 14 years ago
  24. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  25. 7194e6f UBI: fix double free on error path by Adrian Hunter · 15 years ago
  26. 6b5c94c UBI: handle more error codes by Artem Bityutskiy · 15 years ago
  27. 815bc5f UBI: fix multiple spelling typos by Artem Bityutskiy · 15 years ago
  28. b86a2c5 UBI: do not switch to R/O mode on read errors by Artem Bityutskiy · 15 years ago
  29. 87960c0 UBI: fix and clean-up error paths in WL worker by Artem Bityutskiy · 15 years ago
  30. 90bf026 UBI: introduce new constants by Artem Bityutskiy · 15 years ago
  31. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  32. 6fa6f5b UBI: handle write errors in WL worker by Artem Bityutskiy · 16 years ago
  33. 4df581f UBI: fix deadlock by Artem Bityutskiy · 16 years ago
  34. b77bcb0 UBI: fix EBADMSG handling by Zoltan Sogor · 16 years ago
  35. 9c9ec14 UBI: fix checkpatch.pl errors and warnings by Artem Bityutskiy · 16 years ago
  36. 4d88de4 UBI: bugfix - do not torture PEB needlessly by Artem Bityutskiy · 16 years ago
  37. 85c6e6e UBI: amend commentaries by Artem Bityutskiy · 16 years ago
  38. 23add74 UBI: fix LEB locking by Artem Bityutskiy · 16 years ago
  39. abc5e92 UBI: fix memory leak by Artem Bityutskiy · 16 years ago
  40. cadb40c UBI: avoid unnecessary division operations by Kyungmin Park · 16 years ago
  41. 60c0315 UBI: handle zero-length case by Artem Bityutskiy · 16 years ago
  42. 91f2d53 UBI: add layout volume information by Artem Bityutskiy · 16 years ago
  43. 4ccf8cf UBI: add auto-resize feature by Artem Bityutskiy · 17 years ago
  44. b9a0662 UBI: get rid of ubi_ltree_slab by Artem Bityutskiy · 17 years ago
  45. e73f445 UBI: add UBI devices reference counting by Artem Bityutskiy · 17 years ago
  46. 43f9b25 UBI: bugfix: protect from volume removal by Artem Bityutskiy · 17 years ago
  47. d05c77a UBI: introduce volume refcounting by Artem Bityutskiy · 17 years ago
  48. c63a491 UBI: add some more comments by Artem Bityutskiy · 17 years ago
  49. 89b96b6 UBI: improve internal interfaces by Artem Bityutskiy · 17 years ago
  50. 3a8d464 UBI: create ltree_entry slab on initialization by Artem Bityutskiy · 17 years ago
  51. 393852e UBI: add ubi_leb_map interface by Artem Bityutskiy · 17 years ago
  52. 94780d4 UBI: bugfix: allocate mandatory EBs first by Artem Bityutskiy · 17 years ago
  53. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  54. cc5f4f2 UBI: return correct error code by Artem Bityutskiy · 17 years ago
  55. e8823bd UBI: fix atomic LEB change problems by Artem Bityutskiy · 17 years ago
  56. e88d6e10 UBI: do not use vmalloc on I/O path by Artem Bityutskiy · 17 years ago
  57. 33818bb UBI: allocate memory with GFP_NOFS by Artem Bityutskiy · 17 years ago
  58. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  59. 84a9258 UBI: fix bug in atomic_leb_change() by Artem Bityutskiy · 17 years ago
  60. a443db4 UBI: bugfix in ubi_leb_change() by Artem Bityutskiy · 17 years ago
  61. 3261ebd UBI: kill homegrown endian macros by Christoph Hellwig · 17 years ago
  62. 92ad8f3 UBI: use vmalloc for large buffers by Artem Bityutskiy · 17 years ago
  63. a6343af drivers/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  64. 2ab934b drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var by Jeff Garzik · 17 years ago
  65. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  66. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  67. 801c135 UBI: Unsorted Block Images by Artem B. Bityutskiy · 18 years ago