1. 64d4b4c UBI: do not warn unnecessarily by Artem Bityutskiy · 14 years ago
  2. af7ad7a UBI: init even if MTD device cannot be attached, if built into kernel by Marc Kleine-Budde · 14 years ago
  3. 70d38b9 UBI: remove reboot notifier by Kevin Cernekee · 14 years ago
  4. 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
  5. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  6. 0bf1c43 UBI: fix attaching error path by Artem Bityutskiy · 15 years ago
  7. f9b0080 UBI: support attaching by MTD character device name by Artem Bityutskiy · 15 years ago
  8. 9e0c7ef3 UBI: mark few variables as __initdata by Artem Bityutskiy · 15 years ago
  9. 774b138 UBI: fix check on unsigned long by Roel Kluin · 15 years ago
  10. ebf53f4 UBI: fix NOR flash recovery by Artem Bityutskiy · 15 years ago
  11. 0c6c7fa UBI: add image sequence number to EC header by Adrian Hunter · 15 years ago
  12. d9dd088 UBI: add reboot notifier by Kevin Cernekee · 15 years ago
  13. 0e0ee1c UBI: add notification API by Dmitry Pervushin · 15 years ago
  14. b86a2c5 UBI: do not switch to R/O mode on read errors by Artem Bityutskiy · 15 years ago
  15. ddbd3b6 UBI: fix race condition by Artem Bityutskiy · 15 years ago
  16. 2cb81e2 UBI: small debugging code optimization by Artem Bityutskiy · 15 years ago
  17. f089c0b UBI: re-name volumes_mutex to device_mutex by Artem Bityutskiy · 15 years ago
  18. 383d08e UBI: remove redundant mutex by Artem Bityutskiy · 15 years ago
  19. 36b477d UBI: fix resource de-allocation by Artem Bityutskiy · 16 years ago
  20. 8c4c19f UBI: remove unused variable by Artem Bityutskiy · 16 years ago
  21. 353816f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  22. 160bbab [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  23. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  24. ad5942b UBI: return -ENOMEM upon failing vmalloc by Stefan Roese · 16 years ago
  25. d37e6bf UBI: always start the background thread by Artem Bityutskiy · 16 years ago
  26. ebaaf1a UBI: fix kernel-doc errors and warnings by Artem Bityutskiy · 16 years ago
  27. 9c9ec14 UBI: fix checkpatch.pl errors and warnings by Artem Bityutskiy · 16 years ago
  28. f40ac9c UBI: implement multiple volumes rename by Artem Bityutskiy · 16 years ago
  29. c856635 UBI: fix and re-work debugging stuff by Artem Bityutskiy · 16 years ago
  30. 85c6e6e UBI: amend commentaries by Artem Bityutskiy · 16 years ago
  31. 472018f UBI: fix memory leak on error path by Artem Bityutskiy · 16 years ago
  32. 505d1ca UBI: do not forget to free internal volumes by Artem Bityutskiy · 16 years ago
  33. abc5e92 UBI: fix memory leak by Artem Bityutskiy · 16 years ago
  34. cadb40c UBI: avoid unnecessary division operations by Kyungmin Park · 16 years ago
  35. 697fa972 UBI: add a message by Artem Bityutskiy · 16 years ago
  36. 434b825 UBI: print media information earlier by Artem Bityutskiy · 16 years ago
  37. c450609 UBI: fix error printing by Artem Bityutskiy · 16 years ago
  38. 19cd7b7 UBI: fix error message by Artem Bityutskiy · 16 years ago
  39. d536058 UBI: bugfix: calculate data offset properly by Artem Bityutskiy · 17 years ago
  40. ddc4939 UBI: amend array size by Artem Bityutskiy · 17 years ago
  41. 4ccf8cf UBI: add auto-resize feature by Artem Bityutskiy · 17 years ago
  42. b9a0662 UBI: get rid of ubi_ltree_slab by Artem Bityutskiy · 17 years ago
  43. 4b3cc34 UBI: bugfix: do not forget to increment vol_count by Artem Bityutskiy · 17 years ago
  44. aeddb87 UBI: do not support kiB by Artem Bityutskiy · 17 years ago
  45. b6b76ba UBI: add mtd_num sysfs attribute by Artem Bityutskiy · 17 years ago
  46. d1f3dd6 UBI: fix mtd device string parsing by Artem Bityutskiy · 17 years ago
  47. 783b273 UBI: use separate mutex for volumes checking by Artem Bityutskiy · 17 years ago
  48. 897a316 UBI: handle attach ioctl by Artem Bityutskiy · 17 years ago
  49. dd38fcc UBI: remove data_offset by Artem Bityutskiy · 17 years ago
  50. cdfa788 UBI: prepare attach and detach functions by Artem Bityutskiy · 17 years ago
  51. e73f445 UBI: add UBI devices reference counting by Artem Bityutskiy · 17 years ago
  52. 9f961b5 UBI: add UBI control device by Artem Bityutskiy · 17 years ago
  53. 458dbb3 UBI: fix printk by Artem Bityutskiy · 17 years ago
  54. db6e577 UBI: simplify error handling by Artem Bityutskiy · 17 years ago
  55. cae0a77 UBI: tweak volumes locking by Artem Bityutskiy · 17 years ago
  56. 89b96b6 UBI: improve internal interfaces by Artem Bityutskiy · 17 years ago
  57. 77c722d UBI: bugfix: dont oops with NULL module parameter by Artem Bityutskiy · 17 years ago
  58. b96bf4c UBI: remove ubi_devices_cnt by Artem Bityutskiy · 17 years ago
  59. 06b68ba UBI: create ubi_wl_entry slab on initialization by Artem Bityutskiy · 17 years ago
  60. 3a8d464 UBI: create ltree_entry slab on initialization by Artem Bityutskiy · 17 years ago
  61. 01f7b30 UBI: improve error messages by Artem Bityutskiy · 17 years ago
  62. 49dfc29 UBI: remove redundant field by Artem Bityutskiy · 17 years ago
  63. e88d6e10 UBI: do not use vmalloc on I/O path by Artem Bityutskiy · 17 years ago
  64. 503990e UBI: remove unneeded error checks by Artem Bityutskiy · 17 years ago
  65. a6ded48 UBI: fix message by Vinit Agnihotri · 17 years ago
  66. 7753f16 UBI: use is_power_of_2() by Vignesh Babu · 17 years ago
  67. d7f0c4d UBI: fix freeing ubi->vtbl while unloading by Vinit Agnihotri · 17 years ago
  68. 92ad8f3 UBI: use vmalloc for large buffers by Artem Bityutskiy · 17 years ago
  69. 801c135 UBI: Unsorted Block Images by Artem B. Bityutskiy · 18 years ago