1. 85d5b70 Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  2. eab7377 UBI: embed ubi_debug_info field in ubi_device struct by Ezequiel Garcia · 12 years ago
  3. 6457557 UBI: introduce helpers dbg_chk_{io, gen} by Ezequiel Garcia · 12 years ago
  4. 894aef2 UBI: dont call ubi_self_check_all_ff() in __wl_get_peb() by Richard Weinberger · 12 years ago
  5. ed4b702 UBI: remove PEB from free tree in get_peb_for_wl() by Richard Weinberger · 12 years ago
  6. d856c13 UBI: replace memcpy with struct assignment by Ezequiel Garcia · 12 years ago
  7. 38f92cc UBI: remove spurious comment by Ezequiel Garcia · 12 years ago
  8. 41c0438 UBI: gluebi: rename misleading variables by Ezequiel Garcia · 12 years ago
  9. d125a75 UBI: do not allocate the memory unnecessarily by Artem Bityutskiy · 12 years ago
  10. 6a059ab UBI: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  11. e9eca4d Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  12. 76ac66e UBI: Wire-up fastmap by Richard Weinberger · 12 years ago
  13. dbb7d2a UBI: Add fastmap core by Richard Weinberger · 12 years ago
  14. 8199b90 UBI: Add fastmap support to the WL sub-system by Richard Weinberger · 12 years ago
  15. dac6e20 UBI: Add fastmap stuff to attach.c by Richard Weinberger · 12 years ago
  16. 8974b15 UBI: Wire-up ->fm_sem by Richard Weinberger · 12 years ago
  17. 77e6c2f UBI: Add fastmap bits to build.c by Richard Weinberger · 12 years ago
  18. 00abf30 UBI: Add self_check_eba() by Richard Weinberger · 12 years ago
  19. a730665 UBI: Export next_sqnum() by Richard Weinberger · 12 years ago
  20. 5638b33 UBI: Add fastmap stuff to ubi.h by Richard Weinberger · 12 years ago
  21. 1c86574 UBI: Add fastmap on-flash data structures by Richard Weinberger · 12 years ago
  22. 65b99c7 Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  23. 55393ba UBI: fix trivial typo 'it' => 'is' by Brian Norris · 12 years ago
  24. cf38aca UBI: load after mtd device drivers by Jiang Lu · 12 years ago
  25. 78b495c UBI: fix a horrible memory deallocation bug by Artem Bityutskiy · 12 years ago
  26. 719bb84 UBI: print less by Artem Bityutskiy · 12 years ago
  27. e28453b UBI: use pr_ helper instead of printk by Artem Bityutskiy · 12 years ago
  28. 049333c UBI: comply with coding style by Artem Bityutskiy · 12 years ago
  29. 193819c UBI: erase free PEB with bitflip in EC header by Matthieu CASTET · 12 years ago
  30. abb3e01 UBI: fix autoresize handling in R/O mode by Artem Bityutskiy · 12 years ago
  31. db7e21c UBI: add max_beb_per1024 to attach ioctl by Richard Genoud · 12 years ago
  32. edac493 UBI: allow specifying bad PEBs limit using module parameter by Richard Genoud · 12 years ago
  33. d2f588f9 UBI: check max_beb_per1024 value in ubi_attach_mtd_dev by Richard Genoud · 12 years ago
  34. 256334c UBI: prepare for max_beb_per1024 module parameter addition by Richard Genoud · 12 years ago
  35. 5993f9b UBI: introduce MTD_PARAM_MAX_COUNT by Richard Genoud · 12 years ago
  36. 95e6fb0 UBI: separate bad_peb_limit in a function by Richard Genoud · 12 years ago
  37. ba4087e UBI: use the whole MTD device size to get bad_peb_limit by Richard Genoud · 12 years ago
  38. 1b2a579 UBI: kill CONFIG_MTD_UBI_BEB_RESERVE by Shmulik Ladkani · 12 years ago
  39. 37f758a UBI: limit amount of reserved eraseblocks for bad PEB handling by Shmulik Ladkani · 12 years ago
  40. 8beeb3b UBI: introduce new bad PEB limit by Shmulik Ladkani · 12 years ago
  41. 183ae6c UBI: print PID in debug messages by Artem Bityutskiy · 12 years ago
  42. 5739dd7 UBI: print image sequence number as unsigned integer by Artem Bityutskiy · 12 years ago
  43. 87e773c UBI: harmonize the update of ubi->beb_rsvd_pebs by Shmulik Ladkani · 12 years ago
  44. 5c669a5 UBI: trivial: fix comment of ubi_calculate_reserved function by Shmulik Ladkani · 12 years ago
  45. 2ce7be1 UBI: fix spelling of detach in debug output by Peter Meerwald · 12 years ago
  46. 54de1f1 UBI: Change the default percentage of reserved PEB by Richard Genoud · 12 years ago
  47. 903e0e4 UBI: correct usage of IS_ENABLED() by Brian Norris · 12 years ago
  48. 12027f1 UBI: correct ubi_wl_flush locking by Artem Bityutskiy · 12 years ago
  49. e9b4cf2 UBI: fix debugfs-less systems support by Artem Bityutskiy · 12 years ago
  50. 62f38455 UBI: modify ubi_wl_flush function to clear work queue for a lnum by Joel Reardon · 12 years ago
  51. 05a3cb7 UBI: introduce UBI_ALL constant by Artem Bityutskiy · 12 years ago
  52. d36e59e UBI: add lnum and vol_id to struct ubi_work by Joel Reardon · 12 years ago
  53. 6dd3bc7 UBI: add volume id struct ubi_ainf_peb by Joel Reardon · 12 years ago
  54. 5cc0942 UBI: add in hex the value for UBI_INTERNAL_VOL_START to comment by Joel Reardon · 12 years ago
  55. ae4a810 UBI: rename scan.c to attach.c by Artem Bityutskiy · 12 years ago
  56. 0479ab4 UBI: remove scan.h by Artem Bityutskiy · 12 years ago
  57. 9c47fb2 UBI: rename UBI_SCAN_UNKNOWN_EC by Artem Bityutskiy · 12 years ago
  58. 47e1ec7 UBI: move and rename attach_by_scanning by Artem Bityutskiy · 12 years ago
  59. 41e0cd9 UBI: rename _init_scan functions by Artem Bityutskiy · 12 years ago
  60. fbd0107 UBI: amend comments after all the renamings by Artem Bityutskiy · 12 years ago
  61. 1fc2e3e UBI: rename ubi_scan_leb_slab by Artem Bityutskiy · 12 years ago
  62. 0bae288 UBI: rename ubi_scan_move_to_list by Artem Bityutskiy · 12 years ago
  63. 66a2af3 UBI: rename ubi_scan_destroy_ai by Artem Bityutskiy · 12 years ago
  64. c87fbd7 UBI: rename ubi_scan_get_free_peb by Artem Bityutskiy · 12 years ago
  65. d717dc2 UBI: rename ubi_scan_rm_volume by Artem Bityutskiy · 12 years ago
  66. dcd85fd UBI: rename ubi_scan_find_av by Artem Bityutskiy · 12 years ago
  67. 3561188 UBI: rename ubi_scan_add_used by Artem Bityutskiy · 12 years ago
  68. ee663d9 UBI: remove unused function by Artem Bityutskiy · 12 years ago
  69. 13d33da UBI: make ubi_scan_erase_peb static and rename by Artem Bityutskiy · 12 years ago
  70. 517af48 UBI: rename sv to av by Artem Bityutskiy · 12 years ago
  71. a4e6042 UBI: rename si to ai by Artem Bityutskiy · 12 years ago
  72. 2c5ec5c UBI: rename seb to aeb by Artem Bityutskiy · 12 years ago
  73. 55e93e5 UBI: amend comments after renaming in scan.c by Artem Bityutskiy · 12 years ago
  74. afc15a8 UBI: rename struct ubi_scan_info by Artem Bityutskiy · 12 years ago
  75. cb28a93 UBI: rename struct ubi_scan_volume by Artem Bityutskiy · 12 years ago
  76. 227423d UBI: rename struct ubi_scan_leb by Artem Bityutskiy · 12 years ago
  77. 97d6104 UBI: rename few functions for consistency by Artem Bityutskiy · 12 years ago
  78. e298682 UBI: get rid of dbg_err by Artem Bityutskiy · 12 years ago
  79. 7bf523a UBI: more of clean-up terminology for self-checks by Artem Bityutskiy · 12 years ago
  80. 8056eb4 UBI: clean-up terminology for self-checks in io.c by Artem Bityutskiy · 12 years ago
  81. aa44d1d UBI: remove Kconfig debugging option by Artem Bityutskiy · 12 years ago
  82. 718c00b UBI: rename ubi_dbg_dump_mkvol_req by Artem Bityutskiy · 12 years ago
  83. b989bd4 UBI: rename ubi_dbg_dump_seb by Artem Bityutskiy · 12 years ago
  84. 614c74a75 UBI: rename ubi_dbg_dump_sv by Artem Bityutskiy · 12 years ago
  85. 1f021e1d UBI: rename ubi_dbg_dump_vtbl_record by Artem Bityutskiy · 12 years ago
  86. 766381f UBI: rename ubi_dbg_dump_vol_info by Artem Bityutskiy · 12 years ago
  87. 4415626 UBI: amend commentaries WRT dtype by Artem Bityutskiy · 12 years ago
  88. b36a261 UBI: Kill data type hint by Richard Weinberger · 12 years ago
  89. 0964f6a UBI: remove superfluous "!!" operation by Richard Weinberger · 12 years ago
  90. f01e2d1 UBI: always warn if case of I/O errors by Artem Bityutskiy · 12 years ago
  91. a904e3f UBI: always dump VID and EC headers in case of errors by Artem Bityutskiy · 12 years ago
  92. ef7088e UBI: always dump flash contents in case of errors by Artem Bityutskiy · 12 years ago
  93. 25886a3 UBI: always dump the stack on error by Artem Bityutskiy · 12 years ago
  94. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  95. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  96. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  97. 664addc mtd: remove R/O checking duplication by Artem Bityutskiy · 13 years ago
  98. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 13 years ago
  99. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 13 years ago
  100. cc83146 UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS by Artem Bityutskiy · 12 years ago