1. 5d71afb ubi: Use bitmaps in Fastmap self-check code by Richard Weinberger · 8 years ago
  2. 74f2c6e ubi: Be more paranoid while seaching for the most recent Fastmap by Richard Weinberger · 8 years ago
  3. 5283ec7 ubi: Check whether the Fastmap anchor matches the super block by Richard Weinberger · 8 years ago
  4. fdf10ed ubi: Rework Fastmap attach base code by Richard Weinberger · 8 years ago
  5. be80110 ubi: Fix whitespace issue in count_fastmap_pebs() by Richard Weinberger · 8 years ago
  6. 243a4f8 ubi: Introduce vol_ignored() by Richard Weinberger · 8 years ago
  7. d139d30 ubi: Fix scan_fast() comment by Richard Weinberger · 8 years ago
  8. 4946784b ubi: Make volume resize power cut aware by Richard Weinberger · 8 years ago
  9. bc743f3 ubi: Fix early logging by Richard Weinberger · 8 years ago
  10. 95b54e1 ubi: gluebi: Fix double refcounting by Richard Weinberger · 8 years ago
  11. 714fb87 ubi: Fix race condition between ubi device creation and udev by Iosif Harutyunov · 8 years ago
  12. 8a8e8d2 ubi: Only read necessary size when reading the VID header by Sascha Hauer · 8 years ago
  13. 972228d ubi: Make recover_peb power cut aware by Richard Weinberger · 8 years ago
  14. 61edc3f ubi: Don't bypass ->getattr() by Richard Weinberger · 8 years ago
  15. 1a498ec Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()" by Richard Weinberger · 8 years ago
  16. ad022c8 Revert "mtd: switch ubi_open_volume_path() to vfs_stat()" by Richard Weinberger · 8 years ago
  17. 23a3e17 Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  18. 1900149 UBI: Fix static volume checks when Fastmap is used by Richard Weinberger · 8 years ago
  19. 73b0cd5 UBI: Set free_count to zero before walking through erase list by Heiko Schocher · 8 years ago
  20. 24663e7 UBI: Silence an unintialized variable warning by Dan Carpenter · 8 years ago
  21. fadb366 UBI: Clean up return in ubi_remove_volume() by Dan Carpenter · 8 years ago
  22. 960b35d UBI: Modify wrong comment in ubi_leb_map function. by z00189512 · 9 years ago
  23. 1e0a74f UBI: Don't read back all data in ubi_eba_copy_leb() by Richard Weinberger · 8 years ago
  24. 525bab7 UBI: Add ro-mode sysfs attribute by Ezequiel Garcia · 8 years ago
  25. 322ea0b mtd: switch ubi_open_volume_path() to vfs_stat() by Al Viro · 9 years ago
  26. 87f15d4 mtd: switch open_mtd_by_chdev() to use of vfs_stat() by Al Viro · 9 years ago
  27. 58d303d mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err by Joe Perches · 9 years ago
  28. e4f6daa ubi: Fix out of bounds write in volume update code by Richard Weinberger · 9 years ago
  29. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  30. 34b89df mtd: ubi: wl: avoid erasing a PEB which is empty by Sebastian Siewior · 9 years ago
  31. 6b238de mtd: ubi: don't leak e if schedule_erase() fails by Sebastian Siewior · 9 years ago
  32. 1a31b20 mtd: ubi: fixup error correction in do_sync_erase() by Sebastian Siewior · 9 years ago
  33. 2e69d49 UBI: fix use of "VID" vs. "EC" in header self-check by Brian Norris · 9 years ago
  34. 97cb69d UBI: fix return error code by Sudip Mukherjee · 9 years ago
  35. 01504f5 Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  36. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  37. a396ce4 UBI: Remove in vain semicolon by Richard Weinberger · 9 years ago
  38. 2a130f1 UBI: Fastmap: Fix PEB array type by Ezequiel García · 9 years ago
  39. 1cb8f97 ubi: fastmap: Implement produce_free_peb() by Richard Weinberger · 9 years ago
  40. f9a113d UBI: drop null test before destroy functions by Julia Lawall · 9 years ago
  41. 86f6e45 UBI: Update comments to reflect UBI_METAONLY flag by Andrew Murray · 9 years ago
  42. 5347417 UBI: Fix debug message by Richard Weinberger · 9 years ago
  43. 4ebb4c9 UBI: Fix typo in comment by Richard Weinberger · 9 years ago
  44. 876f9a3 UBI: Fastmap: Simplify expression by Richard Weinberger · 9 years ago
  45. 061eebb UBI: Update comments to reflect UBI_METAONLY flag by Andrew Murray · 9 years ago
  46. 7c7feb2 UBI: return ENOSPC if no enough space available by shengyong · 9 years ago
  47. 281fda2 UBI: Validate data_size by Richard Weinberger · 9 years ago
  48. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  49. 669d3d1 UBI: Remove unnecessary `\' by shengyong · 9 years ago
  50. 53cd255 UBI: Use static class and attribute groups by Takashi Iwai · 9 years ago
  51. 2848594 UBI: add a helper function for updatting on-flash layout volumes by shengyong · 9 years ago
  52. e96a8a3 UBI: Fastmap: Do not add vol if it already exists by shengyong · 9 years ago
  53. e8d266c UBI: Init vol->reserved_pebs by assignment by shengyong · 9 years ago
  54. f6e951a UBI: Fastmap: Rename variables to make them meaningful by shengyong · 9 years ago
  55. a18fd67 UBI: Fastmap: Remove unnecessary `\' by shengyong · 9 years ago
  56. 212240d UBI: Fastmap: Use max() to get the larger value by shengyong · 9 years ago
  57. 2bf50d4 UBI: block: Dynamically allocate minor numbers by Dan Ehrenberg · 10 years ago
  58. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  59. 98fb1ff UBI: block: Add missing cache flushes by Kevin Cernekee · 9 years ago
  60. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  61. bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 10 years ago
  62. 5026906 UBI: power cut emulation for testing by david.oberhollenzer@sigma-star.at · 10 years ago
  63. 180a535 UBI: Fastmap: Fall back to scanning mode after ECC error by Richard Weinberger · 10 years ago
  64. 56794c0 UBI: Fastmap: Remove is_fm_block() by Richard Weinberger · 10 years ago
  65. 1841fcf UBI: Fastmap: Add blank line after declarations by Richard Weinberger · 10 years ago
  66. e1bc37c UBI: Fastmap: Remove else after return. by Richard Weinberger · 10 years ago
  67. 2f84c246 UBI: Fastmap: Introduce may_reserve_for_fm() by Richard Weinberger · 10 years ago
  68. acfda79 UBI: Fastmap: Introduce ubi_fastmap_init() by Richard Weinberger · 10 years ago
  69. c5c3f3c UBI: Fastmap: Wire up WL accessor functions by Richard Weinberger · 10 years ago
  70. 23c482e UBI: Add accessor functions for WL data structures by Richard Weinberger · 10 years ago
  71. 78d6d49 UBI: Move fastmap specific functions out of wl.c by Richard Weinberger · 10 years ago
  72. 479c2c0 UBI: Fastmap: Add new module parameter fm_debug by Richard Weinberger · 10 years ago
  73. 560d86a UBI: Fastmap: Make self_check_eba() depend on fastmap self checking by Richard Weinberger · 10 years ago
  74. daef3dd UBI: Fastmap: Add self check to detect absent PEBs by Richard Weinberger · 10 years ago
  75. ee59ba8 UBI: Fix stale pointers in ubi->lookuptbl by Richard Weinberger · 10 years ago
  76. 24b7a34 UBI: Fastmap: Enhance fastmap checking by Richard Weinberger · 10 years ago
  77. 5fa7fa5 UBI: Add initial support for fastmap self checks by Richard Weinberger · 10 years ago
  78. 5ca97ad UBI: Fastmap: Rework fastmap error paths by Richard Weinberger · 10 years ago
  79. 61de74c UBI: Fastmap: Prepare for variable sized fastmaps by Richard Weinberger · 10 years ago
  80. 111ab0b UBI: Fastmap: Locking updates by Richard Weinberger · 10 years ago
  81. 42dd3cd UBI: Fastmap: Set used_ebs only for static volumes by Richard Weinberger · 10 years ago
  82. 8fb2a51 UBI: Fastmap: Fix race after ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  83. ad3d6a0 UBI: Fastmap: Fix leb_count unbalance by Richard Weinberger · 10 years ago
  84. 68e3226 UBI: Fastmap: Make WL pool size 50% of user pool size by Richard Weinberger · 10 years ago
  85. 2d93fb3 UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails by Richard Weinberger · 10 years ago
  86. d141a8e UBI: Fastmap: Remove eba_orphans logic by Richard Weinberger · 10 years ago
  87. a83832a UBI: Fastmap: Remove bogus ubi_assert() by Richard Weinberger · 10 years ago
  88. 36a87e4 UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change() by Richard Weinberger · 10 years ago
  89. d2158f6 UBI: Remove alloc_ai() slab name from parameter list by Richard Weinberger · 10 years ago
  90. 98105d0 UBI: Fastmap: Fix memory leak while attaching by Richard Weinberger · 10 years ago
  91. 84b678f UBI: Fastmap: Fix fastmap usage in ubi_volume_notify() by Richard Weinberger · 10 years ago
  92. 5e0246e UBI: Fastmap: Wrap fastmap specific function in a ifdef by Richard Weinberger · 10 years ago
  93. 943b335 UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure by Richard Weinberger · 10 years ago
  94. 74cdaf2 UBI: Fastmap: Fix memory leaks while closing the WL sub-system by Richard Weinberger · 10 years ago
  95. c4ca6be UBI: Fastmap: Don't allocate new ubi_wl_entry objects by Richard Weinberger · 10 years ago
  96. 6830356 UBI: Fastmap: Make ubi_refill_pools() fair by Richard Weinberger · 10 years ago
  97. 691a870 UBI: Split __wl_get_peb() by Richard Weinberger · 10 years ago
  98. d59f21b UBI: Fastmap: Fix races in ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  99. 399a9fe UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown by Richard Weinberger · 10 years ago
  100. 19371d7 UBI: Fastmap: Ensure that only one fastmap work is scheduled by Richard Weinberger · 10 years ago