1. 92d124f UBI: make self-checks dynamic by Artem Bityutskiy · 14 years ago
  2. fef2deb UBI: cleanup comments about corrupted PEBs by Artem Bityutskiy · 14 years ago
  3. 6c1e875 UBI: add slab cache for ubi_scan_leb objects by Artem Bityutskiy · 14 years ago
  4. 7ac760c UBI: fix corrupted PEB detection for NOR flash by Artem Bityutskiy · 14 years ago
  5. 1b1d76e UBI: release locks in check_corruption by Dan Carpenter · 14 years ago
  6. 45aafd3 UBI: tighten the corrupted PEB criteria by Artem Bityutskiy · 14 years ago
  7. df3fca4 UBI: fix check_data_ff return code by Artem Bityutskiy · 14 years ago
  8. fb22b59 UBI: remember copy_flag while scanning by Artem Bityutskiy · 14 years ago
  9. 5fc01ab UBI: preserve corrupted PEBs by Artem Bityutskiy · 14 years ago
  10. feeba4b UBI: add truly corrupted PEBs to corrupted list by Artem Bityutskiy · 14 years ago
  11. 0525dac UBI: do not put eraseblocks to the corrupted list unnecessarily by Artem Bityutskiy · 14 years ago
  12. 3fb3412 UBI: separate out corrupted list by Artem Bityutskiy · 14 years ago
  13. b332150 UBI: change cascade of ifs to switch statements by Artem Bityutskiy · 14 years ago
  14. e0e718c UBI: rename a local variable by Artem Bityutskiy · 14 years ago
  15. 92e1a7d UBI: handle bit-flips when no header found by Artem Bityutskiy · 14 years ago
  16. 74d82d2 UBI: remove duplicate IO error codes by Artem Bityutskiy · 14 years ago
  17. 756e1df UBI: rename IO error code by Artem Bityutskiy · 14 years ago
  18. 80c1c16 UBI: fix forward compatibility by Artem Bityutskiy · 14 years ago
  19. 7cdb996 UBI: do not print message about corruptes PEBs if we have none of them by Artem Bityutskiy · 14 years ago
  20. 158132c UBI: improve delete-compatible volumes handling by Brijesh Singh · 14 years ago
  21. f5d5b1f UBI: fix error message and compilation warnings by Artem Bityutskiy · 14 years ago
  22. 095751a UBI: generate random image_seq when formatting MTD devices by Matthieu CASTET · 14 years ago
  23. 0798cea UBI: improve corrupted flash handling by Artem Bityutskiy · 15 years ago
  24. 33789fb UBI: introduce eraseblock counter variables by Artem Bityutskiy · 15 years ago
  25. eb89580 UBI: introduce a new IO return code by Artem Bityutskiy · 15 years ago
  26. 786d783 UBI: simplify IO error codes by Artem Bityutskiy · 15 years ago
  27. 3f50262 UBI: fix s/then/than/ typos by Shinya Kuribayashi · 15 years ago
  28. 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
  29. adbf05e UBI: simplify debugging return codes by Artem Bityutskiy · 15 years ago
  30. 2eadaad UBI: fix backward compatibility by Artem Bityutskiy · 15 years ago
  31. 4a40685 UBI: print a warning if too many PEBs are corrupted by Artem Bityutskiy · 15 years ago
  32. 29a88c9 UBI: print a message if ECH is corrupted and VIDH is ok by Artem Bityutskiy · 15 years ago
  33. 32bc482 UBI: compatible fallback in absense of sequence numbers by Adrian Hunter · 15 years ago
  34. 3dc948d UBI: fix bug in image sequence number handling by Holger Brunck · 15 years ago
  35. fe96efc UBI: nicify image sequence number handling by Artem Bityutskiy · 15 years ago
  36. 0c6c7fa UBI: add image sequence number to EC header by Adrian Hunter · 15 years ago
  37. 3013ee3 UBI: use nicer 64-bit math by Artem Bityutskiy · 16 years ago
  38. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  39. b77bcb0 UBI: fix EBADMSG handling by Zoltan Sogor · 16 years ago
  40. 0e4a008 UBI: fix IS_ERR test by Julien Brunel · 16 years ago
  41. 9869cd8 UBI: remove pre-sqnum images support by Artem Bityutskiy · 16 years ago
  42. ebaaf1a UBI: fix kernel-doc errors and warnings by Artem Bityutskiy · 16 years ago
  43. 9c9ec14 UBI: fix checkpatch.pl errors and warnings by Artem Bityutskiy · 16 years ago
  44. c856635 UBI: fix and re-work debugging stuff by Artem Bityutskiy · 16 years ago
  45. 85c6e6e UBI: amend commentaries by Artem Bityutskiy · 16 years ago
  46. 4bc1dca UBI: fix mean EC calculation by Artem Bityutskiy · 17 years ago
  47. 91f2d53 UBI: add layout volume information by Artem Bityutskiy · 17 years ago
  48. c18a841 UBI: fix warnings by Artem Bityutskiy · 17 years ago
  49. 6420319 UBI: add sanity check by Artem Bityutskiy · 17 years ago
  50. 2f9270e UBI: remove bogus assertion by Artem Bityutskiy · 17 years ago
  51. e3d18658 Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 17 years ago
  52. e88d6e10 UBI: do not use vmalloc on I/O path by Artem Bityutskiy · 17 years ago
  53. 33818bb UBI: allocate memory with GFP_NOFS by Artem Bityutskiy · 17 years ago
  54. 8bc2296 UBI: fix sparse warnings by Artem Bityutskiy · 17 years ago
  55. dcec4c3 UBI: fix leak in ubi_scan_erase_peb by Florin Malita · 17 years ago
  56. d9b0744 [UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  57. 2f3cdb5 UBI: bugfix in max_sqnum calculation by Artem Bityutskiy · 17 years ago
  58. 76eafe4 UBI: bugfix in sqnum calculation by Brijesh Singh · 17 years ago
  59. 3261ebd UBI: kill homegrown endian macros by Christoph Hellwig · 17 years ago
  60. 92ad8f3 UBI: use vmalloc for large buffers by Artem Bityutskiy · 18 years ago
  61. 79b510c UBI: add few more comments by Artem Bityutskiy · 18 years ago
  62. 941dfb0 UBI: set correct gluebi device size by Artem Bityutskiy · 18 years ago
  63. 78d87c9 UBI: fix error path in create_vtbl() by Artem Bityutskiy · 18 years ago
  64. 341e1a0 UBI: fix memory leak in checking code by Artem Bityutskiy · 18 years ago
  65. 801c135 UBI: Unsorted Block Images by Artem B. Bityutskiy · 18 years ago