1. 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
  2. 669d3d1 UBI: Remove unnecessary `\' by shengyong · 9 years ago
  3. 53cd255 UBI: Use static class and attribute groups by Takashi Iwai · 9 years ago
  4. 2848594 UBI: add a helper function for updatting on-flash layout volumes by shengyong · 9 years ago
  5. e96a8a3 UBI: Fastmap: Do not add vol if it already exists by shengyong · 9 years ago
  6. e8d266c UBI: Init vol->reserved_pebs by assignment by shengyong · 9 years ago
  7. f6e951a UBI: Fastmap: Rename variables to make them meaningful by shengyong · 9 years ago
  8. a18fd67 UBI: Fastmap: Remove unnecessary `\' by shengyong · 9 years ago
  9. 212240d UBI: Fastmap: Use max() to get the larger value by shengyong · 9 years ago
  10. 2bf50d4 UBI: block: Dynamically allocate minor numbers by Dan Ehrenberg · 10 years ago
  11. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  12. 98fb1ff UBI: block: Add missing cache flushes by Kevin Cernekee · 9 years ago
  13. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  14. bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 10 years ago
  15. 5026906 UBI: power cut emulation for testing by david.oberhollenzer@sigma-star.at · 10 years ago
  16. 180a535 UBI: Fastmap: Fall back to scanning mode after ECC error by Richard Weinberger · 10 years ago
  17. 56794c0 UBI: Fastmap: Remove is_fm_block() by Richard Weinberger · 10 years ago
  18. 1841fcf UBI: Fastmap: Add blank line after declarations by Richard Weinberger · 10 years ago
  19. e1bc37c UBI: Fastmap: Remove else after return. by Richard Weinberger · 10 years ago
  20. 2f84c246 UBI: Fastmap: Introduce may_reserve_for_fm() by Richard Weinberger · 10 years ago
  21. acfda79 UBI: Fastmap: Introduce ubi_fastmap_init() by Richard Weinberger · 10 years ago
  22. c5c3f3c UBI: Fastmap: Wire up WL accessor functions by Richard Weinberger · 10 years ago
  23. 23c482e UBI: Add accessor functions for WL data structures by Richard Weinberger · 10 years ago
  24. 78d6d49 UBI: Move fastmap specific functions out of wl.c by Richard Weinberger · 10 years ago
  25. 479c2c0 UBI: Fastmap: Add new module parameter fm_debug by Richard Weinberger · 10 years ago
  26. 560d86a UBI: Fastmap: Make self_check_eba() depend on fastmap self checking by Richard Weinberger · 10 years ago
  27. daef3dd UBI: Fastmap: Add self check to detect absent PEBs by Richard Weinberger · 10 years ago
  28. ee59ba8 UBI: Fix stale pointers in ubi->lookuptbl by Richard Weinberger · 10 years ago
  29. 24b7a34 UBI: Fastmap: Enhance fastmap checking by Richard Weinberger · 10 years ago
  30. 5fa7fa5 UBI: Add initial support for fastmap self checks by Richard Weinberger · 10 years ago
  31. 5ca97ad UBI: Fastmap: Rework fastmap error paths by Richard Weinberger · 10 years ago
  32. 61de74c UBI: Fastmap: Prepare for variable sized fastmaps by Richard Weinberger · 10 years ago
  33. 111ab0b UBI: Fastmap: Locking updates by Richard Weinberger · 10 years ago
  34. 42dd3cd UBI: Fastmap: Set used_ebs only for static volumes by Richard Weinberger · 10 years ago
  35. 8fb2a51 UBI: Fastmap: Fix race after ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  36. ad3d6a0 UBI: Fastmap: Fix leb_count unbalance by Richard Weinberger · 10 years ago
  37. 68e3226 UBI: Fastmap: Make WL pool size 50% of user pool size by Richard Weinberger · 10 years ago
  38. 2d93fb3 UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails by Richard Weinberger · 10 years ago
  39. d141a8e UBI: Fastmap: Remove eba_orphans logic by Richard Weinberger · 10 years ago
  40. a83832a UBI: Fastmap: Remove bogus ubi_assert() by Richard Weinberger · 10 years ago
  41. 36a87e4 UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change() by Richard Weinberger · 10 years ago
  42. d2158f6 UBI: Remove alloc_ai() slab name from parameter list by Richard Weinberger · 10 years ago
  43. 98105d0 UBI: Fastmap: Fix memory leak while attaching by Richard Weinberger · 10 years ago
  44. 84b678f UBI: Fastmap: Fix fastmap usage in ubi_volume_notify() by Richard Weinberger · 10 years ago
  45. 5e0246e UBI: Fastmap: Wrap fastmap specific function in a ifdef by Richard Weinberger · 10 years ago
  46. 943b335 UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure by Richard Weinberger · 10 years ago
  47. 74cdaf2 UBI: Fastmap: Fix memory leaks while closing the WL sub-system by Richard Weinberger · 10 years ago
  48. c4ca6be UBI: Fastmap: Don't allocate new ubi_wl_entry objects by Richard Weinberger · 10 years ago
  49. 6830356 UBI: Fastmap: Make ubi_refill_pools() fair by Richard Weinberger · 10 years ago
  50. 691a870 UBI: Split __wl_get_peb() by Richard Weinberger · 10 years ago
  51. d59f21b UBI: Fastmap: Fix races in ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  52. 399a9fe UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown by Richard Weinberger · 10 years ago
  53. 19371d7 UBI: Fastmap: Ensure that only one fastmap work is scheduled by Richard Weinberger · 10 years ago
  54. ab6de68 UBI: align comment for readability by Brian Norris · 10 years ago
  55. 299d0c5 UBI: fix check for "too many bytes" by Brian Norris · 10 years ago
  56. f16db80 UBI: initialize LEB number variable by Brian Norris · 10 years ago
  57. d74adbd UBI: fix out of bounds write by Brian Norris · 10 years ago
  58. 8eef7d7 UBI: account for bitflips in both the VID header and data by Brian Norris · 10 years ago
  59. b388e6a UBI: fix missing brace control flow by Brian Norris · 10 years ago
  60. 8168b9b UBI: block: Fix checking for NULL instead of IS_ERR() by Dan Carpenter · 10 years ago
  61. 1440061 UBI: block: Continue creating ubiblocks after an initialization error by Dan Ehrenberg · 10 years ago
  62. 832b52a UBI: Block: Explain usage of blk_rq_map_sg() by Richard Weinberger · 10 years ago
  63. 9aa272b UBI: fix soft lockup in ubi_check_volume() by hujianyang · 10 years ago
  64. 4f5e3b6 UBI: Fastmap: Care about the protection queue by Richard Weinberger · 10 years ago
  65. 0e707ae UBI: do propagate positive error codes up by Artem Bityutskiy · 10 years ago
  66. 39990c6 UBI: clean-up printing helpers by Artem Bityutskiy · 10 years ago
  67. 45fc5c8 UBI: extend UBI layer debug/messaging capabilities - cosmetics by Tanya Brokhman · 10 years ago
  68. ff1f48e UBI: Block: Add blk-mq support by Richard Weinberger · 10 years ago
  69. 9ff0897 UBI: Add initial support for scatter gather by Richard Weinberger · 10 years ago
  70. 892abde UBI: rename_volumes: Use UBI_METAONLY by Richard Weinberger · 10 years ago
  71. fafdd2b UBI: Implement UBI_METAONLY by Richard Weinberger · 10 years ago
  72. f38aed9 UBI: Fix invalid vfree() by Richard Weinberger · 10 years ago
  73. aa5ad3b UBI: Fix double free after do_sync_erase() by Richard Weinberger · 10 years ago
  74. b81000b UBI: vtbl: Use ubi_eba_atomic_leb_change() by Richard Weinberger · 10 years ago
  75. 32608703 UBI: Extend UBI layer debug/messaging capabilities by Tanya Brokhman · 10 years ago
  76. 91401a34 UBI: Fastmap: Calc fastmap size correctly by Richard Weinberger · 10 years ago
  77. e3e0044 UBI: Fix trivial typo in __schedule_ubi_work by Richard Weinberger · 10 years ago
  78. 849271a UBI: wl: Rename cancel flag to shutdown by Richard Weinberger · 10 years ago
  79. 170505f UBI: ubi_eba_read_leb: Remove in vain variable assignment by Richard Weinberger · 10 years ago
  80. b91671b UBI: Fix livelock in produce_free_peb() by Richard Weinberger · 10 years ago
  81. 7fbbd05 UBI: return on error in rename_volumes() by Dan Carpenter · 10 years ago
  82. adfe83b UBI: Improve comment on work_sem by Richard Weinberger · 10 years ago
  83. fda322a UBI: Dispatch update notification if the volume is updated by Ezequiel Garcia · 10 years ago
  84. 06d9c29 UBI: block: Add support for the UBI_VOLUME_UPDATED notification by Ezequiel Garcia · 10 years ago
  85. 978d649 UBI: block: Fix block device size setting by Ezequiel Garcia · 10 years ago
  86. 3df7707 UBI: block: fix dereference on uninitialized dev by Colin Ian King · 10 years ago
  87. 1bf1890 UBI: add missing kmem_cache_free() in process_pool_aeb error path by Richard Genoud · 10 years ago
  88. 49e236b UBI: bugfix in ubi_wl_flush() by Richard Weinberger · 10 years ago
  89. 4df3892 UBI: block: Avoid disk size integer overflow by Richard Weinberger · 10 years ago
  90. 0a3d571 UBI: block: Set disk_capacity out of the mutex by Ezequiel Garcia · 10 years ago
  91. 495f2bf UBI: block: Make ubiblock_resize return something by Ezequiel Garcia · 10 years ago
  92. e8c235b UBI: init_volumes: Ignore volumes with no LEBs by Richard Weinberger · 10 years ago
  93. 44305eb UBI: fastmap: do not miss bit-flips by Brian Norris · 10 years ago
  94. e911036 UBI: fix the volumes tree sorting criteria by Heiko Schocher · 10 years ago
  95. d53b47c Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  96. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  97. 151d6b2 UBI: block: Fix error path on alloc_workqueue failure by Helmut Schaa · 10 years ago
  98. 604b592 UBI: fix rb_tree node comparison in add_map by Mike Snitzer · 11 years ago
  99. 778c7eb UBI: weaken the 'exclusive' constraint when opening volumes to rename by Ezequiel Garcia · 11 years ago
  100. bebfef1 UBI: avoid workqueue format string leak by Kees Cook · 11 years ago