1. 5687ffb Merge android-4.9.214(c1c5428) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. c1c5428 Merge 4.9.214 into android-4.9-q by Greg Kroah-Hartman · 4 years, 3 months ago
  3. 03c2579 ubi: Fix an error pointer dereference in error handling code by Dan Carpenter · 4 years, 4 months ago
  4. a17bdec ubi: fastmap: Fix inverted logic in seen selfcheck by Sascha Hauer · 4 years, 7 months ago
  5. 7f79f5f Merge android-4.9.206(2be2d899) into msm-4.9 by jianzhou · 4 years, 4 months ago
  6. 547808b ubi: merge changes from msm-3.18 kernel to msm-4.9 kernel by Nikhilesh Reddy · 9 years ago
  7. 2be2d89 Merge 4.9.206 into android-4.9-q by Greg Kroah-Hartman · 4 years, 5 months ago
  8. 360d69d ubi: Do not drop UBI device reference before using by Pan Bian · 5 years ago
  9. 2a48883 ubi: Put MTD device after it is not used by Pan Bian · 5 years ago
  10. ba01a42 Merge 4.9.128 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. 3fe9580 mtd: ubi: wl: Fix error return code in ubi_wl_init() by Wei Yongjun · 6 years ago
  12. 03c70fe Merge 4.9.111 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  13. df15c6e ubi: fastmap: Correctly handle interrupted erasures in EBA by Richard Weinberger · 6 years ago
  14. 9eb99e7 ubi: fastmap: Cancel work upon detach by Richard Weinberger · 6 years ago
  15. 320d53a Merge 4.9.96 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  16. c64c4c8 ubi: Reject MLC NAND by Richard Weinberger · 6 years ago
  17. 434a1dd ubi: Fix error for write access by Romain Izard · 6 years ago
  18. 00f308c ubi: fastmap: Don't flush fastmap work on detach by Richard Weinberger · 6 years ago
  19. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  20. 0d84e3b ubi: fastmap: Fix slab corruption by Rabin Vincent · 7 years ago
  21. bb52bba Merge 4.9.88 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  22. cde0b3a ubi: Fix race condition between ubi volume creation and udev by Clay McClure · 7 years ago
  23. 24da2c8 BACKPORT: treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  24. de14d0c ubi: block: Fix locking for idr_alloc/idr_remove by Bradley Bolen · 6 years ago
  25. 84f9d85 ubi: fastmap: Erase outdated anchor PEBs during attach by Sascha Hauer · 6 years ago
  26. 790b2b5 ubi/upd: Always flush after prepared for an update by Sebastian Siewior · 7 years ago
  27. 40b6e61 ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap() by Boris Brezillon · 8 years ago
  28. 884a3b6 UBI: Fix crash in try_recover_peb() by Geert Uytterhoeven · 8 years ago
  29. a15cf34 ubi: fix swapped arguments to call to ubi_alloc_aeb by Colin Ian King · 8 years ago
  30. 4c60992 Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  31. f7d11b3 ubi: Fix Fastmap's update_vol() by Richard Weinberger · 8 years ago
  32. 2e8f08d ubi: Fix races around ubi_refill_pools() by Richard Weinberger · 8 years ago
  33. 23654188 ubi: Deal with interrupted erasures in WL by Richard Weinberger · 8 years ago
  34. 3291b52 UBI: introduce the VID buffer concept by Boris Brezillon · 8 years ago
  35. 799dca3 UBI: hide EBA internals by Boris Brezillon · 8 years ago
  36. 1f81a5c UBI: provide an helper to query LEB information by Boris Brezillon · 8 years ago
  37. 7554769 UBI: provide an helper to check whether a LEB is mapped or not by Boris Brezillon · 8 years ago
  38. 9a5f09a UBI: add an helper to check lnum validity by Boris Brezillon · 8 years ago
  39. 2d78aee UBI: simplify LEB write and atomic LEB change code by Boris Brezillon · 8 years ago
  40. f036dfe UBI: simplify recover_peb() code by Boris Brezillon · 8 years ago
  41. 7b6b749 UBI: move the global ech and vidh variables into struct ubi_attach_info by Boris Brezillon · 8 years ago
  42. 91f4285 UBI: provide helpers to allocate and free aeb elements by Boris Brezillon · 8 years ago
  43. fcbb6af UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}() by Boris Brezillon · 8 years ago
  44. f2fb134 UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb() by Boris Brezillon · 8 years ago
  45. f9efe8d UBI: factorize destroy_av() and ubi_remove_av() code by Boris Brezillon · 8 years ago
  46. de4c455 UBI: factorize code used to manipulate volumes at attach time by Boris Brezillon · 8 years ago
  47. 5f09aaa UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad) by Boris Brezillon · 8 years ago
  48. ecbfa8e UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header by Boris Brezillon · 8 years ago
  49. 4c36842 UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary by Boris Brezillon · 8 years ago
  50. 3f84e45 UBI: fix add_fastmap() to use the vid_hdr passed in argument by Boris Brezillon · 8 years ago
  51. f5f9d43 UBI: fastmap: use ubi_find_volume() instead of open coding it by Boris Brezillon · 8 years ago
  52. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  53. 5d71afb ubi: Use bitmaps in Fastmap self-check code by Richard Weinberger · 8 years ago
  54. 74f2c6e ubi: Be more paranoid while seaching for the most recent Fastmap by Richard Weinberger · 8 years ago
  55. 5283ec7 ubi: Check whether the Fastmap anchor matches the super block by Richard Weinberger · 8 years ago
  56. fdf10ed ubi: Rework Fastmap attach base code by Richard Weinberger · 8 years ago
  57. be80110 ubi: Fix whitespace issue in count_fastmap_pebs() by Richard Weinberger · 8 years ago
  58. 243a4f8 ubi: Introduce vol_ignored() by Richard Weinberger · 8 years ago
  59. d139d30 ubi: Fix scan_fast() comment by Richard Weinberger · 8 years ago
  60. 4946784b ubi: Make volume resize power cut aware by Richard Weinberger · 8 years ago
  61. bc743f3 ubi: Fix early logging by Richard Weinberger · 8 years ago
  62. 95b54e1 ubi: gluebi: Fix double refcounting by Richard Weinberger · 8 years ago
  63. 714fb87 ubi: Fix race condition between ubi device creation and udev by Iosif Harutyunov · 8 years ago
  64. 8a8e8d2 ubi: Only read necessary size when reading the VID header by Sascha Hauer · 8 years ago
  65. 972228d ubi: Make recover_peb power cut aware by Richard Weinberger · 8 years ago
  66. 61edc3f ubi: Don't bypass ->getattr() by Richard Weinberger · 8 years ago
  67. 1a498ec Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()" by Richard Weinberger · 8 years ago
  68. ad022c8 Revert "mtd: switch ubi_open_volume_path() to vfs_stat()" by Richard Weinberger · 8 years ago
  69. 23a3e17 Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  70. 1900149 UBI: Fix static volume checks when Fastmap is used by Richard Weinberger · 8 years ago
  71. 73b0cd5 UBI: Set free_count to zero before walking through erase list by Heiko Schocher · 8 years ago
  72. 24663e7 UBI: Silence an unintialized variable warning by Dan Carpenter · 8 years ago
  73. fadb366 UBI: Clean up return in ubi_remove_volume() by Dan Carpenter · 8 years ago
  74. 960b35d UBI: Modify wrong comment in ubi_leb_map function. by z00189512 · 8 years ago
  75. 1e0a74f UBI: Don't read back all data in ubi_eba_copy_leb() by Richard Weinberger · 8 years ago
  76. 525bab7 UBI: Add ro-mode sysfs attribute by Ezequiel Garcia · 8 years ago
  77. 322ea0b mtd: switch ubi_open_volume_path() to vfs_stat() by Al Viro · 8 years ago
  78. 87f15d4 mtd: switch open_mtd_by_chdev() to use of vfs_stat() by Al Viro · 8 years ago
  79. 58d303d mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err by Joe Perches · 8 years ago
  80. e4f6daa ubi: Fix out of bounds write in volume update code by Richard Weinberger · 8 years ago
  81. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  82. 34b89df mtd: ubi: wl: avoid erasing a PEB which is empty by Sebastian Siewior · 8 years ago
  83. 6b238de mtd: ubi: don't leak e if schedule_erase() fails by Sebastian Siewior · 8 years ago
  84. 1a31b20 mtd: ubi: fixup error correction in do_sync_erase() by Sebastian Siewior · 8 years ago
  85. 2e69d49 UBI: fix use of "VID" vs. "EC" in header self-check by Brian Norris · 8 years ago
  86. 97cb69d UBI: fix return error code by Sudip Mukherjee · 8 years ago
  87. 01504f5 Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  88. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  89. a396ce4 UBI: Remove in vain semicolon by Richard Weinberger · 9 years ago
  90. 2a130f1 UBI: Fastmap: Fix PEB array type by Ezequiel García · 9 years ago
  91. 1cb8f97 ubi: fastmap: Implement produce_free_peb() by Richard Weinberger · 9 years ago
  92. f9a113d UBI: drop null test before destroy functions by Julia Lawall · 9 years ago
  93. 86f6e45 UBI: Update comments to reflect UBI_METAONLY flag by Andrew Murray · 9 years ago
  94. 5347417 UBI: Fix debug message by Richard Weinberger · 9 years ago
  95. 4ebb4c9 UBI: Fix typo in comment by Richard Weinberger · 9 years ago
  96. 876f9a3 UBI: Fastmap: Simplify expression by Richard Weinberger · 9 years ago
  97. 061eebb UBI: Update comments to reflect UBI_METAONLY flag by Andrew Murray · 9 years ago
  98. 7c7feb2 UBI: return ENOSPC if no enough space available by shengyong · 9 years ago
  99. 281fda2 UBI: Validate data_size by Richard Weinberger · 9 years ago
  100. 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