1. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  2. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  3. 5026906 UBI: power cut emulation for testing by david.oberhollenzer@sigma-star.at · 10 years ago
  4. 462b69b Merge branch 'linus' into irq/core to get the GIC updates which by Thomas Gleixner · 9 years ago
  5. 180a535 UBI: Fastmap: Fall back to scanning mode after ECC error by Richard Weinberger · 10 years ago
  6. 56794c0 UBI: Fastmap: Remove is_fm_block() by Richard Weinberger · 10 years ago
  7. 1841fcf UBI: Fastmap: Add blank line after declarations by Richard Weinberger · 10 years ago
  8. e1bc37c UBI: Fastmap: Remove else after return. by Richard Weinberger · 10 years ago
  9. 2f84c246 UBI: Fastmap: Introduce may_reserve_for_fm() by Richard Weinberger · 10 years ago
  10. acfda79 UBI: Fastmap: Introduce ubi_fastmap_init() by Richard Weinberger · 10 years ago
  11. c5c3f3c UBI: Fastmap: Wire up WL accessor functions by Richard Weinberger · 10 years ago
  12. 23c482e UBI: Add accessor functions for WL data structures by Richard Weinberger · 10 years ago
  13. 78d6d49 UBI: Move fastmap specific functions out of wl.c by Richard Weinberger · 10 years ago
  14. 479c2c0 UBI: Fastmap: Add new module parameter fm_debug by Richard Weinberger · 10 years ago
  15. 560d86a UBI: Fastmap: Make self_check_eba() depend on fastmap self checking by Richard Weinberger · 10 years ago
  16. daef3dd UBI: Fastmap: Add self check to detect absent PEBs by Richard Weinberger · 10 years ago
  17. ee59ba8 UBI: Fix stale pointers in ubi->lookuptbl by Richard Weinberger · 10 years ago
  18. 24b7a34 UBI: Fastmap: Enhance fastmap checking by Richard Weinberger · 10 years ago
  19. 5fa7fa5 UBI: Add initial support for fastmap self checks by Richard Weinberger · 10 years ago
  20. 5ca97ad UBI: Fastmap: Rework fastmap error paths by Richard Weinberger · 10 years ago
  21. 61de74c UBI: Fastmap: Prepare for variable sized fastmaps by Richard Weinberger · 10 years ago
  22. 111ab0b UBI: Fastmap: Locking updates by Richard Weinberger · 10 years ago
  23. 42dd3cd UBI: Fastmap: Set used_ebs only for static volumes by Richard Weinberger · 10 years ago
  24. 8fb2a51 UBI: Fastmap: Fix race after ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  25. ad3d6a0 UBI: Fastmap: Fix leb_count unbalance by Richard Weinberger · 10 years ago
  26. 68e3226 UBI: Fastmap: Make WL pool size 50% of user pool size by Richard Weinberger · 10 years ago
  27. 2d93fb3 UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails by Richard Weinberger · 10 years ago
  28. d141a8e UBI: Fastmap: Remove eba_orphans logic by Richard Weinberger · 10 years ago
  29. a83832a UBI: Fastmap: Remove bogus ubi_assert() by Richard Weinberger · 10 years ago
  30. 36a87e4 UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change() by Richard Weinberger · 10 years ago
  31. d2158f6 UBI: Remove alloc_ai() slab name from parameter list by Richard Weinberger · 10 years ago
  32. 98105d0 UBI: Fastmap: Fix memory leak while attaching by Richard Weinberger · 10 years ago
  33. 84b678f UBI: Fastmap: Fix fastmap usage in ubi_volume_notify() by Richard Weinberger · 10 years ago
  34. 5e0246e UBI: Fastmap: Wrap fastmap specific function in a ifdef by Richard Weinberger · 10 years ago
  35. 943b335 UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure by Richard Weinberger · 10 years ago
  36. 74cdaf2 UBI: Fastmap: Fix memory leaks while closing the WL sub-system by Richard Weinberger · 10 years ago
  37. c4ca6be UBI: Fastmap: Don't allocate new ubi_wl_entry objects by Richard Weinberger · 10 years ago
  38. 6830356 UBI: Fastmap: Make ubi_refill_pools() fair by Richard Weinberger · 10 years ago
  39. 691a870 UBI: Split __wl_get_peb() by Richard Weinberger · 10 years ago
  40. d59f21b UBI: Fastmap: Fix races in ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  41. 399a9fe UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown by Richard Weinberger · 10 years ago
  42. 19371d7 UBI: Fastmap: Ensure that only one fastmap work is scheduled by Richard Weinberger · 10 years ago
  43. ab6de68 UBI: align comment for readability by Brian Norris · 10 years ago
  44. 299d0c5 UBI: fix check for "too many bytes" by Brian Norris · 10 years ago
  45. f16db80 UBI: initialize LEB number variable by Brian Norris · 10 years ago
  46. d74adbd UBI: fix out of bounds write by Brian Norris · 10 years ago
  47. 8eef7d7 UBI: account for bitflips in both the VID header and data by Brian Norris · 10 years ago
  48. c6ef814 Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  49. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  50. d8bf368 genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely by Valentin Rothberg · 10 years ago
  51. 5e0899d mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  52. e423c90 mtd: pxa3xx_nand: fix driver when num_cs is 0 by Robert Jarzmik · 10 years ago
  53. 8dad038 mtd: nand: pxa3xx: Fix PIO FIFO draining by Maxime Ripard · 10 years ago
  54. b388e6a UBI: fix missing brace control flow by Brian Norris · 10 years ago
  55. 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  56. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  57. dd58d38 mtd: hisilicon: && vs & typo by Dan Carpenter · 10 years ago
  58. 8168b9b UBI: block: Fix checking for NULL instead of IS_ERR() by Dan Carpenter · 10 years ago
  59. 1440061 UBI: block: Continue creating ubiblocks after an initialization error by Dan Ehrenberg · 10 years ago
  60. 54f531f mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc by Zhou Wang · 10 years ago
  61. e1dd864 mtd: avoid registering reboot notifier twice by Niklas Cassel · 10 years ago
  62. d164ea3 mtd: concat: set the return lengths properly by Niklas Cassel · 10 years ago
  63. be802bf mtd: kconfig: replace PPC_OF with PPC by Kevin Hao · 10 years ago
  64. d79ee72 mtd: denali: remove unnecessary stubs by Masahiro Yamada · 10 years ago
  65. 2ea69d2 mtd: nand: remove redundant local variable by Baruch Siach · 10 years ago
  66. 4e898ce mtd: fsl-quadspi: improve read performance by increase AHB transfer size by Allen Xu · 10 years ago
  67. b1ab474 mtd: fsl-quadspi: Remove unnecessary 'map_failed' label by Fabio Estevam · 10 years ago
  68. 50131b7 mtd: fsl-quadspi: Remove unneeded success/error messages by Fabio Estevam · 10 years ago
  69. e4ca684 mtd: fsl-quadspi: Fix the error paths by Fabio Estevam · 10 years ago
  70. 0760e81 mtd: nand: omap: drop condition with no effect by Nicholas Mc Guire · 10 years ago
  71. cd145af mtd: nand: jz4740: Convert to GPIO descriptor API by Lars-Peter Clausen · 10 years ago
  72. e0377cd mtd: nand: Request strength instead of bytes for soft BCH by Aaron Sierra · 10 years ago
  73. 706a4e5 mtd: export new mtd_mmap_capabilities by Arnd Bergmann · 10 years ago
  74. 832b52a UBI: Block: Explain usage of blk_rq_map_sg() by Richard Weinberger · 10 years ago
  75. 9aa272b UBI: fix soft lockup in ubi_check_volume() by hujianyang · 10 years ago
  76. 4f5e3b6 UBI: Fastmap: Care about the protection queue by Richard Weinberger · 10 years ago
  77. 0e707ae UBI: do propagate positive error codes up by Artem Bityutskiy · 10 years ago
  78. 39990c6 UBI: clean-up printing helpers by Artem Bityutskiy · 10 years ago
  79. 45fc5c8 UBI: extend UBI layer debug/messaging capabilities - cosmetics by Tanya Brokhman · 10 years ago
  80. ff1f48e UBI: Block: Add blk-mq support by Richard Weinberger · 10 years ago
  81. 9ff0897 UBI: Add initial support for scatter gather by Richard Weinberger · 10 years ago
  82. 892abde UBI: rename_volumes: Use UBI_METAONLY by Richard Weinberger · 10 years ago
  83. fafdd2b UBI: Implement UBI_METAONLY by Richard Weinberger · 10 years ago
  84. 240181f mtd: nand: default bitflip-reporting threshold to 75% of correction strength by Brian Norris · 10 years ago
  85. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  86. 5158577 mtd: atmel_nand: introduce a new compatible string for sama5d4 chip by Wu, Josh · 10 years ago
  87. 267d46e mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction() by Wu, Josh · 10 years ago
  88. cfe4af3 mtd: fsl-quadspi: Fix module unbound by Fabio Estevam · 10 years ago
  89. fcc87a9 mtd: spi-nor: support for (GigaDevice) GD25Q128B by Rafał Miłecki · 10 years ago
  90. 69a559e nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIA by Akinobu Mita · 10 years ago
  91. 526789f mtd: nand: ams-delta: fix overwritten mtd_info->owner in initialization by Akinobu Mita · 10 years ago
  92. 45c6a0c mtd: spi-nor: fsl-qspi: support deep sleep mode for imx6 sx chip by Allen Xu · 10 years ago
  93. 7c272ac mtd: denali: fix incorrect bitmask error in denali_setup_dma by Graham Moore · 10 years ago
  94. a9b679b mtd: st_spi_fsm: Fix [-Wsign-compare] build warning by Lee Jones · 10 years ago
  95. 69d5af8 mtd: st_spi_fsm: Obtain and use EMI clock by Lee Jones · 10 years ago
  96. 5ecd3ea mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytes by Lee Jones · 10 years ago
  97. 6958024 mtd: map_rom: Support UBI on ROM by Aaron Sierra · 10 years ago
  98. 3fc1cf5f mtd: physmap_of: Add read-only fallback by Joe Schultz · 10 years ago
  99. 106effb mtd: map_ram: Enable mtdoops by Alessio Igor Bogani · 10 years ago
  100. 768c57c mtd: nftl: reorganize operations in condition check by Andy Shevchenko · 10 years ago