1. 049333c UBI: comply with coding style by Artem Bityutskiy · 12 years ago
  2. fbd0107 UBI: amend comments after all the renamings by Artem Bityutskiy · 12 years ago
  3. c87fbd7 UBI: rename ubi_scan_get_free_peb by Artem Bityutskiy · 12 years ago
  4. d717dc2 UBI: rename ubi_scan_rm_volume by Artem Bityutskiy · 12 years ago
  5. dcd85fd UBI: rename ubi_scan_find_av by Artem Bityutskiy · 12 years ago
  6. 3561188 UBI: rename ubi_scan_add_used 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. e298682 UBI: get rid of dbg_err by Artem Bityutskiy · 12 years ago
  14. 7bf523a UBI: more of clean-up terminology for self-checks by Artem Bityutskiy · 12 years ago
  15. aa44d1d UBI: remove Kconfig debugging option by Artem Bityutskiy · 12 years ago
  16. 614c74a75 UBI: rename ubi_dbg_dump_sv by Artem Bityutskiy · 12 years ago
  17. 1f021e1d UBI: rename ubi_dbg_dump_vtbl_record by Artem Bityutskiy · 12 years ago
  18. 766381f UBI: rename ubi_dbg_dump_vol_info by Artem Bityutskiy · 12 years ago
  19. b36a261 UBI: Kill data type hint by Richard Weinberger · 12 years ago
  20. 1f4f434 UBI: use own macros for the layout volume by Richard Weinberger · 13 years ago
  21. 6bdccff UBI: make vid_hdr non-static by Richard Weinberger · 13 years ago
  22. d57f4054 mtd: utilize `mtd_is_*()' functions by Brian Norris · 13 years ago
  23. 4788b60 UBI: remove dead code by Artem Bityutskiy · 13 years ago
  24. 2a734bb UBI: use debugfs for the extra checks knobs by Artem Bityutskiy · 13 years ago
  25. fd57ed0 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  26. 92d124f UBI: make self-checks dynamic by Artem Bityutskiy · 14 years ago
  27. 309b5e4 mtd: use vzalloc by Joe Perches · 14 years ago
  28. 5fc01ab UBI: preserve corrupted PEBs by Artem Bityutskiy · 14 years ago
  29. 0525dac UBI: do not put eraseblocks to the corrupted list unnecessarily by Artem Bityutskiy · 14 years ago
  30. be436f6 UBI: misc comment fixes by Shinya Kuribayashi · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  32. ff99879 UBI: initialise update marker by Peter Horton · 15 years ago
  33. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  34. 762a9f2 UBI: print reserved_peb when it is too large by Deepak Saxena · 16 years ago
  35. 9869cd8 UBI: remove pre-sqnum images support by Artem Bityutskiy · 16 years ago
  36. ebaaf1a UBI: fix kernel-doc errors and warnings by Artem Bityutskiy · 16 years ago
  37. 9c9ec14 UBI: fix checkpatch.pl errors and warnings by Artem Bityutskiy · 16 years ago
  38. f40ac9c UBI: implement multiple volumes rename by Artem Bityutskiy · 16 years ago
  39. c856635 UBI: fix and re-work debugging stuff by Artem Bityutskiy · 16 years ago
  40. cadb40c UBI: avoid unnecessary division operations by Kyungmin Park · 16 years ago
  41. beeea63 UBI: add a comment by Artem Bityutskiy · 16 years ago
  42. 979c929 UBI: print error code by Artem Bityutskiy · 16 years ago
  43. f7f02837 UBI: mtd/ubi/vtbl.c: fix memory leak by Adrian Bunk · 17 years ago
  44. 6dc4a87 UBI: do not flush queue on each vtbl change by Artem Bityutskiy · 17 years ago
  45. 91f2d53 UBI: add layout volume information by Artem Bityutskiy · 17 years ago
  46. 4ccf8cf UBI: add auto-resize feature by Artem Bityutskiy · 17 years ago
  47. 16f557e UBI: fix comment by Artem Bityutskiy · 17 years ago
  48. d05c77a UBI: introduce volume refcounting by Artem Bityutskiy · 17 years ago
  49. cae0a77 UBI: tweak volumes locking by Artem Bityutskiy · 17 years ago
  50. 89b96b6 UBI: improve internal interfaces by Artem Bityutskiy · 17 years ago
  51. e88d6e10 UBI: do not use vmalloc on I/O path by Artem Bityutskiy · 17 years ago
  52. 33818bb UBI: allocate memory with GFP_NOFS by Artem Bityutskiy · 17 years ago
  53. d08c3b7 UBI: fix overflow bug by Vinit Agnihotri · 17 years ago
  54. 94784d9 UBI: bugfix in error path by Artem Bityutskiy · 17 years ago
  55. 3261ebd UBI: kill homegrown endian macros by Christoph Hellwig · 17 years ago
  56. 92ad8f3 UBI: use vmalloc for large buffers by Artem Bityutskiy · 17 years ago
  57. 78d87c9 UBI: fix error path in create_vtbl() by Artem Bityutskiy · 17 years ago
  58. c4e90ec UBI: fix dereference after kfree by Florin Malita · 17 years ago
  59. 801c135 UBI: Unsorted Block Images by Artem B. Bityutskiy · 18 years ago