1. 23add74 UBI: fix LEB locking by Artem Bityutskiy · 16 years ago
  2. 472018f UBI: fix memory leak on error path by Artem Bityutskiy · 16 years ago
  3. 505d1ca UBI: do not forget to free internal volumes by Artem Bityutskiy · 16 years ago
  4. abc5e92 UBI: fix memory leak by Artem Bityutskiy · 16 years ago
  5. cadb40c UBI: avoid unnecessary division operations by Kyungmin Park · 16 years ago
  6. a0fd1ef UBI: fix buffer padding by Kyungmin Park · 16 years ago
  7. beeea63 UBI: add a comment by Artem Bityutskiy · 16 years ago
  8. 979c929 UBI: print error code by Artem Bityutskiy · 16 years ago
  9. 72b6704 UBI: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  10. 697fa972 UBI: add a message by Artem Bityutskiy · 16 years ago
  11. e43fe68 Merge git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 16 years ago
  12. cb53b3b [MTD] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  13. 434b825 UBI: print media information earlier by Artem Bityutskiy · 16 years ago
  14. 4bc1dca UBI: fix mean EC calculation by Artem Bityutskiy · 16 years ago
  15. cbd8a9d UBI: initialize static volumes with vol->used_bytes by Jan Altenberg · 16 years ago
  16. 6e0c84e UBI: improve Kconfig documentation by Artem Bityutskiy · 16 years ago
  17. c450609 UBI: fix error printing by Artem Bityutskiy · 17 years ago
  18. 92a74f1 UBI: make ubi-header.h local by Artem Bityutskiy · 17 years ago
  19. a4f0fcd UBI: be verbose when debuggin is enabled by Artem Bityutskiy · 17 years ago
  20. f7f02837 UBI: mtd/ubi/vtbl.c: fix memory leak by Adrian Bunk · 16 years ago
  21. 8eee9f1 UBI: fix sparse errors in ubi.h by Harvey Harrison · 17 years ago
  22. 19cd7b7 UBI: fix error message by Artem Bityutskiy · 17 years ago
  23. fc39876 UBI: silence warning by S.Çağlar Onur · 17 years ago
  24. 6dc4a87 UBI: do not flush queue on each vtbl change by Artem Bityutskiy · 17 years ago
  25. e653879 UBI: implement atomic LEB change ioctl by Artem Bityutskiy · 17 years ago
  26. 60c0315 UBI: handle zero-length case by Artem Bityutskiy · 17 years ago
  27. 1b68d0e UBI: simplify internal interfaces by Artem Bityutskiy · 17 years ago
  28. 0411e73 UBI: do not change file pointer while updating by Artem Bityutskiy · 17 years ago
  29. 91f2d53 UBI: add layout volume information by Artem Bityutskiy · 17 years ago
  30. c18a841 UBI: fix warnings by Artem Bityutskiy · 17 years ago
  31. 6420319 UBI: add sanity check by Artem Bityutskiy · 17 years ago
  32. 2f9270e UBI: remove bogus assertion by Artem Bityutskiy · 17 years ago
  33. d536058 UBI: bugfix: calculate data offset properly by Artem Bityutskiy · 17 years ago
  34. ddc4939 UBI: amend array size by Artem Bityutskiy · 17 years ago
  35. 4ccf8cf UBI: add auto-resize feature by Artem Bityutskiy · 17 years ago
  36. 896c0c0 UBI: use bit-fields by Artem Bityutskiy · 17 years ago
  37. ae616e1 UBI: fix warnings by Artem Bityutskiy · 17 years ago
  38. b9a0662 UBI: get rid of ubi_ltree_slab by Artem Bityutskiy · 17 years ago
  39. 4b3cc34 UBI: bugfix: do not forget to increment vol_count by Artem Bityutskiy · 17 years ago
  40. aeddb87 UBI: do not support kiB by Artem Bityutskiy · 17 years ago
  41. b6b76ba UBI: add mtd_num sysfs attribute by Artem Bityutskiy · 17 years ago
  42. d1f3dd6 UBI: fix mtd device string parsing by Artem Bityutskiy · 17 years ago
  43. 783b273 UBI: use separate mutex for volumes checking by Artem Bityutskiy · 17 years ago
  44. 897a316 UBI: handle attach ioctl by Artem Bityutskiy · 17 years ago
  45. dd38fcc UBI: remove data_offset by Artem Bityutskiy · 17 years ago
  46. cdfa788 UBI: prepare attach and detach functions by Artem Bityutskiy · 17 years ago
  47. e73f445 UBI: add UBI devices reference counting by Artem Bityutskiy · 17 years ago
  48. 9f961b5 UBI: add UBI control device by Artem Bityutskiy · 17 years ago
  49. 16f557e UBI: fix comment by Artem Bityutskiy · 17 years ago
  50. 593dd33 UBI: fix ubi_wl_flush by Artem Bityutskiy · 17 years ago
  51. 458dbb3 UBI: fix printk by Artem Bityutskiy · 17 years ago
  52. 43f9b25 UBI: bugfix: protect from volume removal by Artem Bityutskiy · 17 years ago
  53. d2c4685 UBI: improve comment by Artem Bityutskiy · 17 years ago
  54. d19bafd UBI: add PID to debugging prints by Artem Bityutskiy · 17 years ago
  55. 40e4d0c UBI: tweak volumes locking some more by Artem Bityutskiy · 17 years ago
  56. d05c77a UBI: introduce volume refcounting by Artem Bityutskiy · 17 years ago
  57. db6e577 UBI: simplify error handling by Artem Bityutskiy · 17 years ago
  58. 35ad5fb UBI: fix and cleanup volume opening functions by Artem Bityutskiy · 17 years ago
  59. fc75a1e UBI: fix error path by Artem Bityutskiy · 17 years ago
  60. 450f872 UBI: get device when opening volume by Artem Bityutskiy · 17 years ago
  61. c63a491 UBI: add some more comments by Artem Bityutskiy · 17 years ago
  62. cae0a77 UBI: tweak volumes locking by Artem Bityutskiy · 17 years ago
  63. 89b96b6 UBI: improve internal interfaces by Artem Bityutskiy · 17 years ago
  64. 77c722d UBI: bugfix: dont oops with NULL module parameter by Artem Bityutskiy · 17 years ago
  65. b96bf4c UBI: remove ubi_devices_cnt by Artem Bityutskiy · 17 years ago
  66. 06b68ba UBI: create ubi_wl_entry slab on initialization by Artem Bityutskiy · 17 years ago
  67. 3a8d464 UBI: create ltree_entry slab on initialization by Artem Bityutskiy · 17 years ago
  68. 01f7b30 UBI: improve error messages by Artem Bityutskiy · 17 years ago
  69. 49dfc29 UBI: remove redundant field by Artem Bityutskiy · 17 years ago
  70. 732aeac UBI: minor tidy-ups by Artem Bityutskiy · 17 years ago
  71. 54b2c8f UBI: silence a warning by Jesper Juhl · 17 years ago
  72. 393852e UBI: add ubi_leb_map interface by Artem Bityutskiy · 17 years ago
  73. 94780d4 UBI: bugfix: allocate mandatory EBs first by Artem Bityutskiy · 17 years ago
  74. 2362a53 UBI: fix error code in ubi_io_read() by Artem Bityutskiy · 17 years ago
  75. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  76. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  77. e3d18658 Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 17 years ago
  78. cc5f4f2 UBI: return correct error code by Artem Bityutskiy · 17 years ago
  79. 5abde38 UBI: remove useless inlines by Artem Bityutskiy · 17 years ago
  80. e8823bd UBI: fix atomic LEB change problems by Artem Bityutskiy · 17 years ago
  81. 6986646 UBI: use byte hexdump by Artem Bityutskiy · 17 years ago
  82. e88d6e10 UBI: do not use vmalloc on I/O path by Artem Bityutskiy · 17 years ago
  83. 33818bb UBI: allocate memory with GFP_NOFS by Artem Bityutskiy · 17 years ago
  84. ef6075f UBI: use linux print_hex_dump(), not home-grown one by Artem Bityutskiy · 17 years ago
  85. 0169b49 UBI: don't use array index before testing if it is negative by Jesper Juhl · 17 years ago
  86. 8d2d401 UBI: add more prints by Artem Bityutskiy · 17 years ago
  87. 8bc2296 UBI: fix sparse warnings by Artem Bityutskiy · 17 years ago
  88. dcec4c3 UBI: fix leak in ubi_scan_erase_peb by Florin Malita · 17 years ago
  89. d9b0744 [UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  90. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  91. add0b43 UBI: fix compile warning by Paul Mundt · 17 years ago
  92. 784c145 UBI: fix error handling in erase worker by Artem Bityutskiy · 17 years ago
  93. 63b6c1e UBI: fix comments by Artem Bityutskiy · 17 years ago
  94. 503990e UBI: remove unneeded error checks by Artem Bityutskiy · 17 years ago
  95. 2db61c9 UBI: cleanup usage of try_module_get by Fernando Luis Vázquez Cao · 17 years ago
  96. d08c3b7 UBI: fix overflow bug by Vinit Agnihotri · 17 years ago
  97. 2f3cdb5 UBI: bugfix in max_sqnum calculation by Artem Bityutskiy · 17 years ago
  98. 76eafe4 UBI: bugfix in sqnum calculation by Brijesh Singh · 17 years ago
  99. 2f176f7 UBI: fix signed-unsigned multiplication by Brijesh Singh · 17 years ago
  100. 84a9258 UBI: fix bug in atomic_leb_change() by Artem Bityutskiy · 17 years ago