1. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  2. f3bcc01 mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  3. d57f4054 mtd: utilize `mtd_is_*()' functions by Brian Norris · 13 years ago
  4. 9efabc8 UBI: do not link debug messages when debugging is disabled by Artem Bityutskiy · 13 years ago
  5. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  6. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  7. 4788b60 UBI: remove dead code by Artem Bityutskiy · 13 years ago
  8. 2a82606 UBI: dump stack when switching to R/O mode by Artem Bityutskiy · 13 years ago
  9. 01a4110 UBI: fix oops in error path by Artem Bityutskiy · 13 years ago
  10. cd6d856 UBI: switch debugging tests knobs to debugfs by Artem Bityutskiy · 13 years ago
  11. 18073733 UBI: make it possible to use struct ubi_device in debug.h by Artem Bityutskiy · 13 years ago
  12. 27a0f2a UBI: prepare debugging stuff to further debugfs conversion by Artem Bityutskiy · 13 years ago
  13. 2a734bb UBI: use debugfs for the extra checks knobs by Artem Bityutskiy · 13 years ago
  14. d99383b UBI: change the interface of a debugging check function by Artem Bityutskiy · 13 years ago
  15. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  16. ee0e87b mtd: convert remaining users to mtd_device_register() by Jamie Iles · 13 years ago
  17. ab50ff6 UBI: switch to dynamic printks by Artem Bityutskiy · 13 years ago
  18. ebfce01 UBI: turn some macros into static inline by Artem Bityutskiy · 13 years ago
  19. 3802243 UBI: improve checking in debugging prints by Artem Bityutskiy · 13 years ago
  20. 1426414 UBI: fix typo in a message by Artem Bityutskiy · 13 years ago
  21. feddbb3 UBI: fix minor stylistic issues by Artem Bityutskiy · 13 years ago
  22. 3627924 UBI: use __packed instead of __attribute__((packed)) by Artem Bityutskiy · 13 years ago
  23. 6748482 UBI: re-name set volume properties ioctl by Artem Bityutskiy · 13 years ago
  24. e10b376 UBI: make the control character device non-seekable by Artem Bityutskiy · 13 years ago
  25. ccfeef0 Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  26. 6bef0b6 UBI: do not select KALLSYMS_ALL by Artem Bityutskiy · 13 years ago
  27. 6e5133c UBI: do not compare array with NULL by Artem Bityutskiy · 13 years ago
  28. 3efe509 UBI: check if we are in RO mode in the erase routine by Artem Bityutskiy · 13 years ago
  29. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  30. 3d46b31 UBI: use GFP_NOFS properly by Artem Bityutskiy · 13 years ago
  31. 8f627a8 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  32. fd57ed0 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 13 years ago
  33. 28237e4 UBI: make tests modes dynamic by Artem Bityutskiy · 13 years ago
  34. 92d124f UBI: make self-checks dynamic by Artem Bityutskiy · 13 years ago
  35. b342efd UBI: make debugging messages dynamic by Artem Bityutskiy · 13 years ago
  36. 6f9fdf6 UBI: remove UBI_IO_DEBUG macro by Artem Bityutskiy · 13 years ago
  37. 6edb979 UBI: kill debugging buffer by Artem Bityutskiy · 13 years ago
  38. 332873d UBI: allocate erase checking buffer on demand by Artem Bityutskiy · 13 years ago
  39. a758674 UBI: allocate write checking buffer on demand by Artem Bityutskiy · 13 years ago
  40. f43ec88 UBI: provide LEB offset information by Artem Bityutskiy · 13 years ago
  41. 30b542e UBI: incorporate maximum write size by Artem Bityutskiy · 13 years ago
  42. a87f29c UBI: always re-read in case of read failures by Artem Bityutskiy · 14 years ago
  43. fef2deb UBI: cleanup comments about corrupted PEBs by Artem Bityutskiy · 14 years ago
  44. 6c1e875 UBI: add slab cache for ubi_scan_leb objects by Artem Bityutskiy · 14 years ago
  45. 7950d02 UBI: use raw mtd read function in debugging code by Artem Bityutskiy · 14 years ago
  46. 276832d UBI: try to reveal buggy MTD drivers by Artem Bityutskiy · 14 years ago
  47. 3a0592b1 Revert "UBI: use mtd->writebufsize to set minimal I/O unit size" by Artem Bityutskiy · 13 years ago
  48. 2fff570 UBI: add a commentary about allocating VID header buffer on stack by Artem Bityutskiy · 14 years ago
  49. e8cfe00 UBI: cleanup LEB start calculations by John Ogness · 14 years ago
  50. d4c6381 UBI: fix NOR erase preparation quirk by Holger Brunck · 14 years ago
  51. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  52. a121f64 UBI: use mtd->writebufsize to set minimal I/O unit size by Anatolij Gustschin · 14 years ago
  53. 309b5e4 mtd: use vzalloc by Joe Perches · 14 years ago
  54. 7ac760c UBI: fix corrupted PEB detection for NOR flash by Artem Bityutskiy · 14 years ago
  55. 1b1d76e UBI: release locks in check_corruption by Dan Carpenter · 14 years ago
  56. 4f3a29d Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  57. 45aafd3 UBI: tighten the corrupted PEB criteria by Artem Bityutskiy · 14 years ago
  58. df3fca4 UBI: fix check_data_ff return code by Artem Bityutskiy · 14 years ago
  59. fb22b59 UBI: remember copy_flag while scanning by Artem Bityutskiy · 14 years ago
  60. 5fc01ab UBI: preserve corrupted PEBs by Artem Bityutskiy · 14 years ago
  61. feeba4b UBI: add truly corrupted PEBs to corrupted list by Artem Bityutskiy · 14 years ago
  62. 3153249 UBI: introduce debugging helper function by Artem Bityutskiy · 14 years ago
  63. bb00e18 UBI: make check_pattern function non-static by Artem Bityutskiy · 14 years ago
  64. 0525dac UBI: do not put eraseblocks to the corrupted list unnecessarily by Artem Bityutskiy · 14 years ago
  65. 3fb3412 UBI: separate out corrupted list by Artem Bityutskiy · 14 years ago
  66. b332150 UBI: change cascade of ifs to switch statements by Artem Bityutskiy · 14 years ago
  67. e0e718c UBI: rename a local variable by Artem Bityutskiy · 14 years ago
  68. 92e1a7d UBI: handle bit-flips when no header found by Artem Bityutskiy · 14 years ago
  69. 74d82d2 UBI: remove duplicate IO error codes by Artem Bityutskiy · 14 years ago
  70. 756e1df UBI: rename IO error code by Artem Bityutskiy · 14 years ago
  71. c174a08 UBI: fix small 80 characters limit style issue by Artem Bityutskiy · 14 years ago
  72. 1dd7863 UBI: cleanup and simplify Kconfig by H Hartley Sweeten · 14 years ago
  73. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  74. d3f6e6c UBI: do not oops when erroneous PEB is scheduled for scrubbing by Artem Bityutskiy · 14 years ago
  75. 1deacd7 UBI: fix kconfig unmet dependency by Randy Dunlap · 14 years ago
  76. 80c1c16 UBI: fix forward compatibility by Artem Bityutskiy · 14 years ago
  77. 01ebc12 UBI: eliminate update of list_for_each_entry loop cursor by Julia Lawall · 14 years ago
  78. 64d4b4c UBI: do not warn unnecessarily by Artem Bityutskiy · 14 years ago
  79. 7cdb996 UBI: do not print message about corruptes PEBs if we have none of them by Artem Bityutskiy · 14 years ago
  80. 158132c UBI: improve delete-compatible volumes handling by Brijesh Singh · 14 years ago
  81. f5d5b1f UBI: fix error message and compilation warnings by Artem Bityutskiy · 14 years ago
  82. 095751a UBI: generate random image_seq when formatting MTD devices by Matthieu CASTET · 14 years ago
  83. 1a49af2 UBI: improve ECC error message by Artem Bityutskiy · 14 years ago
  84. 0798cea UBI: improve corrupted flash handling by Artem Bityutskiy · 14 years ago
  85. 33789fb UBI: introduce eraseblock counter variables by Artem Bityutskiy · 14 years ago
  86. eb89580 UBI: introduce a new IO return code by Artem Bityutskiy · 14 years ago
  87. 786d783 UBI: simplify IO error codes by Artem Bityutskiy · 14 years ago
  88. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  89. be436f6 UBI: misc comment fixes by Shinya Kuribayashi · 14 years ago
  90. 3f50262 UBI: fix s/then/than/ typos by Shinya Kuribayashi · 14 years ago
  91. af7ad7a UBI: init even if MTD device cannot be attached, if built into kernel by Marc Kleine-Budde · 14 years ago
  92. 70d38b9 UBI: remove reboot notifier by Kevin Cernekee · 14 years ago
  93. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  94. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  95. 6e9065d UBI: add write checking by Artem Bityutskiy · 15 years ago
  96. adbf05e UBI: simplify debugging return codes by Artem Bityutskiy · 15 years ago
  97. 0bf1c43 UBI: fix attaching error path by Artem Bityutskiy · 15 years ago
  98. f9b0080 UBI: support attaching by MTD character device name by Artem Bityutskiy · 15 years ago
  99. 9e0c7ef3 UBI: mark few variables as __initdata by Artem Bityutskiy · 15 years ago
  100. 551e28d Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago