1. 899b834 mtd: nand: gpmi: Check for scan_bbt() error by Fabio Estevam · 10 years ago
  2. 706d5b2 mtd: nand: gpmi: fixup return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  3. 219a8d1 mtd: fsl-quadspi: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  4. dc6525c mtd: fsl-quadspi: Print the error value by Fabio Estevam · 10 years ago
  5. 35cc333 mtd: cfi: clean up some indenting by Dan Carpenter · 10 years ago
  6. 271afb4 mtd: maps: sa1100-flash: remove incorrect __exit markups by Dmitry Torokhov · 10 years ago
  7. 318157a mtd: replace CONFIG_8xx by CONFIG_PPC_8xx by Christophe Leroy · 9 years ago
  8. 62b57f4 mtd: fsmc_nand.c: Use default timings if none are provided in the dts by Stefan Roese · 9 years ago
  9. 60c70d6 mtd: nand: Prevent possible kernel lockup in nand_command() by Roger Quadros · 10 years ago
  10. 8cc7f33 mtd: spi-nor: factor out replace-able flash_{lock,unlock} by Brian Norris · 9 years ago
  11. 180a535 UBI: Fastmap: Fall back to scanning mode after ECC error by Richard Weinberger · 10 years ago
  12. 56794c0 UBI: Fastmap: Remove is_fm_block() by Richard Weinberger · 10 years ago
  13. 1841fcf UBI: Fastmap: Add blank line after declarations by Richard Weinberger · 10 years ago
  14. e1bc37c UBI: Fastmap: Remove else after return. by Richard Weinberger · 10 years ago
  15. 2f84c246 UBI: Fastmap: Introduce may_reserve_for_fm() by Richard Weinberger · 10 years ago
  16. acfda79 UBI: Fastmap: Introduce ubi_fastmap_init() by Richard Weinberger · 10 years ago
  17. c5c3f3c UBI: Fastmap: Wire up WL accessor functions by Richard Weinberger · 10 years ago
  18. 23c482e UBI: Add accessor functions for WL data structures by Richard Weinberger · 10 years ago
  19. 78d6d49 UBI: Move fastmap specific functions out of wl.c by Richard Weinberger · 10 years ago
  20. 479c2c0 UBI: Fastmap: Add new module parameter fm_debug by Richard Weinberger · 10 years ago
  21. 560d86a UBI: Fastmap: Make self_check_eba() depend on fastmap self checking by Richard Weinberger · 10 years ago
  22. daef3dd UBI: Fastmap: Add self check to detect absent PEBs by Richard Weinberger · 10 years ago
  23. ee59ba8 UBI: Fix stale pointers in ubi->lookuptbl by Richard Weinberger · 10 years ago
  24. 24b7a34 UBI: Fastmap: Enhance fastmap checking by Richard Weinberger · 10 years ago
  25. 5fa7fa5 UBI: Add initial support for fastmap self checks by Richard Weinberger · 10 years ago
  26. 5ca97ad UBI: Fastmap: Rework fastmap error paths by Richard Weinberger · 10 years ago
  27. 61de74c UBI: Fastmap: Prepare for variable sized fastmaps by Richard Weinberger · 10 years ago
  28. 111ab0b UBI: Fastmap: Locking updates by Richard Weinberger · 10 years ago
  29. 42dd3cd UBI: Fastmap: Set used_ebs only for static volumes by Richard Weinberger · 10 years ago
  30. 8fb2a51 UBI: Fastmap: Fix race after ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  31. ad3d6a0 UBI: Fastmap: Fix leb_count unbalance by Richard Weinberger · 10 years ago
  32. 68e3226 UBI: Fastmap: Make WL pool size 50% of user pool size by Richard Weinberger · 10 years ago
  33. 2d93fb3 UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails by Richard Weinberger · 10 years ago
  34. d141a8e UBI: Fastmap: Remove eba_orphans logic by Richard Weinberger · 10 years ago
  35. a83832a UBI: Fastmap: Remove bogus ubi_assert() by Richard Weinberger · 10 years ago
  36. 36a87e4 UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change() by Richard Weinberger · 10 years ago
  37. d2158f6 UBI: Remove alloc_ai() slab name from parameter list by Richard Weinberger · 10 years ago
  38. 98105d0 UBI: Fastmap: Fix memory leak while attaching by Richard Weinberger · 10 years ago
  39. 84b678f UBI: Fastmap: Fix fastmap usage in ubi_volume_notify() by Richard Weinberger · 10 years ago
  40. 5e0246e UBI: Fastmap: Wrap fastmap specific function in a ifdef by Richard Weinberger · 10 years ago
  41. 943b335 UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure by Richard Weinberger · 10 years ago
  42. 74cdaf2 UBI: Fastmap: Fix memory leaks while closing the WL sub-system by Richard Weinberger · 10 years ago
  43. c4ca6be UBI: Fastmap: Don't allocate new ubi_wl_entry objects by Richard Weinberger · 10 years ago
  44. 6830356 UBI: Fastmap: Make ubi_refill_pools() fair by Richard Weinberger · 10 years ago
  45. 691a870 UBI: Split __wl_get_peb() by Richard Weinberger · 10 years ago
  46. d59f21b UBI: Fastmap: Fix races in ubi_wl_get_peb() by Richard Weinberger · 10 years ago
  47. 399a9fe UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown by Richard Weinberger · 10 years ago
  48. 19371d7 UBI: Fastmap: Ensure that only one fastmap work is scheduled by Richard Weinberger · 10 years ago
  49. ab6de68 UBI: align comment for readability by Brian Norris · 10 years ago
  50. 299d0c5 UBI: fix check for "too many bytes" by Brian Norris · 10 years ago
  51. f16db80 UBI: initialize LEB number variable by Brian Norris · 10 years ago
  52. d74adbd UBI: fix out of bounds write by Brian Norris · 10 years ago
  53. 8eef7d7 UBI: account for bitflips in both the VID header and data by Brian Norris · 10 years ago
  54. 73c8aaf mtd: nand: fix spelling of REPLACEABLE by Brian Norris · 10 years ago
  55. c6ef814 Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  56. 0ec56dc mtd: nand: fully initialize mtd_oob_ops by Brian Norris · 10 years ago
  57. e22b765 mtd: blkdevs: remove dead code by Brian Norris · 10 years ago
  58. 99f6d50 mtd: nand: denali: drop dead code by Brian Norris · 10 years ago
  59. b1a2348 mtd: nand: fixup bounds checks for nand_{lock,unlock}() by Brian Norris · 10 years ago
  60. b9da8ba mtd: tests: fix more potential integer overflows by Brian Norris · 10 years ago
  61. 7f2a7ce mtd: onenand: drop dead code by Brian Norris · 10 years ago
  62. dc52499 mtd: docg3: drop dead code by Brian Norris · 10 years ago
  63. 98ebb52 mtd: mxc-nand: Warn on unimplemented commands by Uwe Kleine-König · 10 years ago
  64. 3d6e81c mtd: mxc-nand: Implement support for PARAM command by Uwe Kleine-König · 10 years ago
  65. c4ca399 mtd: mxc-nand: Allow to use column addresses different from 0 by Uwe Kleine-König · 10 years ago
  66. 3f41069 mtd: mxc-nand: Do the word to byte mangling in the read_byte callback by Uwe Kleine-König · 10 years ago
  67. 1f42adc mtd: mxc-nand: Only enable hardware checksumming for fully detected flashes by Uwe Kleine-König · 10 years ago
  68. e35d1d8 mtd: mxc-nand: Add a timeout when waiting for interrupt by Uwe Kleine-König · 10 years ago
  69. 111573cc mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regs by Boris Brezillon · 10 years ago
  70. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  71. d8bf368 genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely by Valentin Rothberg · 10 years ago
  72. 393d23c mtd: atmel_nand: fix typo in dev_err error message by Colin Ian King · 10 years ago
  73. 5e0899d mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  74. a05973a mtd: s3c2410: drop useless / misspelled debug prints by Brian Norris · 10 years ago
  75. 7c2f717 mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0 by Antoine Ténart · 10 years ago
  76. ed446cc Merge MTD updates into -next by Brian Norris · 10 years ago
  77. e423c90 mtd: pxa3xx_nand: fix driver when num_cs is 0 by Robert Jarzmik · 10 years ago
  78. 2454225 mtd: pxa3xx-nand: handle PIO in threaded interrupt by Robert Jarzmik · 10 years ago
  79. adf716d Merge MTD updates into -next by Brian Norris · 10 years ago
  80. 8dad038 mtd: nand: pxa3xx: Fix PIO FIFO draining by Maxime Ripard · 10 years ago
  81. d6a3f01 mtd: block2mtd: wait until block devices are presented by Felix Fietkau · 10 years ago
  82. b388e6a UBI: fix missing brace control flow by Brian Norris · 10 years ago
  83. 4b93d9d mtd: sh_flctl: remove slave_id settings for DMAEngine by Arnd Bergmann · 10 years ago
  84. 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  85. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  86. dd58d38 mtd: hisilicon: && vs & typo by Dan Carpenter · 10 years ago
  87. 8168b9b UBI: block: Fix checking for NULL instead of IS_ERR() by Dan Carpenter · 10 years ago
  88. 1440061 UBI: block: Continue creating ubiblocks after an initialization error by Dan Ehrenberg · 10 years ago
  89. 54f531f mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc by Zhou Wang · 10 years ago
  90. e1dd864 mtd: avoid registering reboot notifier twice by Niklas Cassel · 10 years ago
  91. d164ea3 mtd: concat: set the return lengths properly by Niklas Cassel · 10 years ago
  92. be802bf mtd: kconfig: replace PPC_OF with PPC by Kevin Hao · 10 years ago
  93. d79ee72 mtd: denali: remove unnecessary stubs by Masahiro Yamada · 10 years ago
  94. 2ea69d2 mtd: nand: remove redundant local variable by Baruch Siach · 10 years ago
  95. 4e898ce mtd: fsl-quadspi: improve read performance by increase AHB transfer size by Allen Xu · 10 years ago
  96. b1ab474 mtd: fsl-quadspi: Remove unnecessary 'map_failed' label by Fabio Estevam · 10 years ago
  97. 50131b7 mtd: fsl-quadspi: Remove unneeded success/error messages by Fabio Estevam · 10 years ago
  98. e4ca684 mtd: fsl-quadspi: Fix the error paths by Fabio Estevam · 10 years ago
  99. 0760e81 mtd: nand: omap: drop condition with no effect by Nicholas Mc Guire · 10 years ago
  100. cd145af mtd: nand: jz4740: Convert to GPIO descriptor API by Lars-Peter Clausen · 10 years ago