1. 0061242 cmd: ubi: add option to specify volume id by Ladislav Michl · 8 years ago
  2. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  3. cddfc97 ubi: add new ubi command "ubi detach" by Heiko Schocher · 8 years ago
  4. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_ubi.c]
  5. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_ubi.c]
  6. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  7. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  8. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  9. 6d0f452 common, ubi: use positive return values for ubi check by Stefan Agner · 9 years ago
  10. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  11. 0e350f8 common: commands: make commands static by Jeroen Hofstee · 10 years ago
  12. f9f4d80 common, ubi: add ubi check volumename command by Heiko Schocher · 11 years ago
  13. cc734f5 cmd_ubi: add write.part command, to write a volume in multiple parts by Paul Burton · 11 years ago
  14. dd7185f cmd_ubi: use int64_t volume size for 'ubi create' by Paul Burton · 11 years ago
  15. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 11 years ago
  16. 7182906 ubi: Expose a few simple functions from the cmd_ubi by Joe Hershberger · 11 years ago
  17. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  18. 2984fd1 GCC4.6: Squash warning in cmd_ubi.c: by Marek Vasut · 13 years ago
  19. 7f5d8a4 UBI: Fix error code handling in ubi commands by Stefan Roese · 13 years ago
  20. 2f15cfd UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change by Stefan Roese · 14 years ago
  21. 388a29d various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · 14 years ago
  22. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  23. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  24. 3b653fd cmd_ubi: Fix uninitialized variable warning by Peter Tyser · 14 years ago
  25. f6ca3b7 ubi: help message correction by Andrzej Wolski · 15 years ago
  26. 25c8f40 Handle VID header offset in ubi part command by Simon Kagstrom · 15 years ago
  27. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  28. 0850301 UBI: fix return code in ubi_volume_read by Andreas Huber · 15 years ago
  29. 2d579e5 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" by Stefan Roese · 15 years ago
  30. c203ef5 UBI/cfi-mtd: Fix mtd name for multiple chips by Andreas Huber · 15 years ago
  31. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  32. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  33. 455ae7e Coding style cleanup, update CHANGELOG. by Wolfgang Denk · 16 years ago
  34. 3b089e4 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization by Stefan Roese · 16 years ago
  35. 2d2e057 UBI: Fix size parsing in "ubi create" by Stefan Roese · 16 years ago
  36. 2ee951b UBI: Enable re-initializing of the "ubi part" command by Stefan Roese · 16 years ago
  37. 25ea652 UBI: Add proof-of-concept CFI flash support by Piotr Ziecik · 16 years ago
  38. a5c4067 UBI: Change parsing of size in commands to default to hex by Stefan Roese · 16 years ago
  39. 694a0b3 UBI: Add UBI command support by Kyungmin Park · 16 years ago