1. 8557fd5 [JFFS2] Fix race in garbage collector by Artem B. Bityuckiy · 19 years ago
  2. abc37e6 [MTD] DiskOnChip: Add some comments by Dan Brown · 19 years ago
  3. 7e4a1d3 [MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS. by Dan Brown · 19 years ago
  4. dff59421 [MTD] DiskOnChip: Prevent problems with existing filesystems by Dan Brown · 19 years ago
  5. 82e1d19 [MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections. by Dan Brown · 19 years ago
  6. e5a3e8c [MTD] DiskOnChip: Fix (?) free OOB array info. by Dan Brown · 19 years ago
  7. 6f401a40 [JFFS2] Add KERN_DEBUG level to printks by Artem B. Bityuckiy · 19 years ago
  8. 894214d [JFFS2] Fix race problems with wbuf. by Artem B. Bityuckiy · 19 years ago
  9. 22c60f5 [MTD] NAND: Move the NULL check into the calling function by Thomas Gleixner · 19 years ago
  10. bb75ba4 [MTD] NAND: Fix missing NULL pointer check by Dan Brown · 19 years ago
  11. dce2b4d [MTD] Fix OTP for top-parameter devices by Nicolas Pitre · 19 years ago
  12. 81dba48 [MTD] Reset file position when switching OTP mode by Nicolas Pitre · 19 years ago
  13. 998cf64 [MTD] NAND: Fix oob available calculation by Thomas Gleixner · 19 years ago
  14. 963a6fb [MTD] Add reboot notifier to Intel NOR flash driver by Nicolas Pitre · 19 years ago
  15. 8048d2f [MTD] Avoid compile warnings for Intel CFI flash without OTP support. by Todd Poynor · 19 years ago
  16. 9a6e73e [MTD] cfi_cmdset_0001: Skip delay if Instant Block Locking is set by Todd Poynor · 19 years ago
  17. 1a78ff6 [MTD] DiskOnChip: Scan the entire device for Media Headers. by Dan Brown · 19 years ago
  18. 15fc108 [MTD] NAND: Use arrays of needed size instead of constant-sized. by Artem B. Bityuckiy · 19 years ago
  19. 8f5a448 [MTD] sharpsl-flash: Correct error paths by Richard Purdie · 19 years ago
  20. ba38069 [MTD] Add support for more SharpSL machines and fix missing mapping init by Richard Purdie · 19 years ago
  21. 3cceb9f [JFFS2] Prevent deadlock when flushing write buffer by Artem B. Bityuckiy · 19 years ago
  22. 437316d [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero. by Artem B. Bityuckiy · 19 years ago
  23. a42163d [JFFS2] Improve garbage collector block selection by Artem B. Bityuckiy · 19 years ago
  24. a921e28 [MTD] plat-ram: Make it usable on non ARM platforms by Thomas Gleixner · 19 years ago
  25. cc71229 [MTD] block2mtd: Fix incompatible pointer type by Thomas Gleixner · 19 years ago
  26. 50da7f6 [MTD] cfi_cmdset_0001: Fix compiler warnings by Thomas Gleixner · 19 years ago
  27. 5150228 [MTD] NAND nandsim: Use NAND_SKIP_BBT option by Artem B. Bityuckiy · 19 years ago
  28. 167e177 [MTD] ixp2000: Remove port setting code by Lennert Buytenhek · 19 years ago
  29. ff3bc4e [MTD] Kernel Janitor fixes. by Domen Puncer · 19 years ago
  30. 4d95270 [JFFS2] Use function to manipulate superblock dirty flag by Artem B. Bityuckiy · 19 years ago
  31. 3c45e00a [MTD] Fix typo in Kconfig by Thomas Gleixner · 19 years ago
  32. 3e4ef3b [MTD] NAND s3c2410: Simplify command handling by Ben Dooks · 19 years ago
  33. 09c7933 [MTD] cfi_cmdset_0001: Fix state after sync by Nicolas Pitre · 19 years ago
  34. 3a70025 [MTD] cfi_cmdset_0001: Fix the buggy status check. by Thomas Gleixner · 19 years ago
  35. c927cd3 [MTD] Add the reverse operation of cfi_build_cmd() by Thomas Gleixner · 19 years ago
  36. fb6bb52 [MTD] plat-ram: removed extraneous debugging code by Ben Dooks · 19 years ago
  37. 3b946e3 [MTD] NAND: Fixed unused loop variable by Ben Dooks · 19 years ago
  38. 0514cd9 [MTD] Fixed signed 1bit bitfield by Ben Dooks · 19 years ago
  39. 663259a [MTD] phram: Allow short reads. by Joern Engel · 19 years ago
  40. 711c11b [MTD] block2mtd: Remove copyright. Fix offset calculation by Joern Engel · 19 years ago
  41. b4eab4b [MTD] Remove Elan-104NC by David Vrabel · 20 years ago
  42. 32f1a95 [JFFS2] Add symlink caching support. by Artem B. Bityuckiy · 20 years ago
  43. 20a6c21 [MTD] NAND: Use cond_resched instead of msleep by Thomas Gleixner · 20 years ago
  44. 31fbdf7 [JFFS2] Fix NOR specific scan BUG by Artem B. Bityuckiy · 20 years ago
  45. 67e345d [JFFS2] Prevent ino cache removal for inodes in use by David Woodhouse · 20 years ago
  46. 002fa30 [MTD] Replace all the Au1x mapping drivers with a simplified single driver by Pete Popov · 20 years ago
  47. d30f11d [MTD] Use after free, found by the Coverity tool by Joern Engel · 20 years ago
  48. 3b88775 [MTD] NAND: Check command timeout by Thomas Gleixner · 20 years ago
  49. dfd6129 [MTD] DiskOnChip: Wait for the command to finish. by Thomas Gleixner · 20 years ago
  50. fdf2fd5 [MTD] Sparse fixes by Ben Dooks · 20 years ago
  51. 4945079 [MTD] Fix unregister_mtd_user() public function documentation. by Artem B. Bityuckiy · 20 years ago
  52. 7685359 [MTD] Update BAST driver configuration by Ben Dooks · 20 years ago
  53. 332d71f [MTD] Make OTP actually work. by Nicolas Pitre · 20 years ago
  54. b81226c [JFFS2] Fix node lookup by Artem B. Bityuckiy · 20 years ago
  55. 171650a [MTD] NAND: Fix bad block table scan for small page devices by Artem B. Bityuckiy · 20 years ago
  56. f16407d [MTD] Quiet unused variable warning by Nicolas Pitre · 20 years ago
  57. 0ea4a75 [MTD] NAND: Early Manufacturer ID lookup by Kyungmin Park · 20 years ago
  58. 88ec7c5 [MTD] Add SST 39VF1601 (MPF+) ID by Ben Dooks · 20 years ago
  59. 011b2a3 [MTD] Fixup probing logic for single 16bit devices by Ben Dooks · 20 years ago
  60. eeada24 [MTD] NAND: Read only OOB bytes during bad block scan by Artem B. Bityuckiy · 20 years ago
  61. 41ce921 [MTD] NAND: Allow operation without bad block table by Artem B. Bityuckiy · 20 years ago
  62. 0040bf3 [MTD] NAND: Skip bad block table scan on request by Thomas Gleixner · 20 years ago
  63. 2f82ce1 [JFFS2] Use a single config option for write buffer support by Andrew Victor · 20 years ago
  64. 8f15fd5 [JFFS2] Add support for JFFS2-on-Dataflash devices. by Andrew Victor · 20 years ago
  65. 3be3667 [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. by Andrew Victor · 20 years ago
  66. 045e9a5 [MTD] Unabuse file-f_mode for OTP purpose by Nicolas Pitre · 20 years ago
  67. 31f4233 [MTD] User interface to Protection Registers by Nicolas Pitre · 20 years ago
  68. f77814d [MTD] Support for protection register support on Intel FLASH chips by Nicolas Pitre · 20 years ago
  69. 67d9e95 [JFFS2] Prevent deadlock during write buffer recovery by Estelle Hammache · 20 years ago
  70. 72b56a2 [MTD] Add OTP basisc by Nicolas Pitre · 20 years ago
  71. 322b12e [MTD] amd_flash: Fix chip ID clash by Jonas Holmberg · 20 years ago
  72. 8aee6ac [JFFS2] Remove NAND dependencies for NOR FLASH by David Woodhouse · 20 years ago
  73. f29a4b8 [MTD] DiskOnChip: big endian fix for NFTL devices by Thomas Gleixner · 20 years ago
  74. 3960539 [MTD] DiskOnChip code cleanup by Thomas Gleixner · 20 years ago
  75. 651078b [MTD] DiskOnChip use CONFIG_ options instead of random symbols by Thomas Gleixner · 20 years ago
  76. 9b88f47 [JFFS2] Code cleanup by Estelle Hammache · 20 years ago
  77. 6170b43 [MTD] Fix MTD device probing by Russell King · 20 years ago
  78. 3118db3 [JFFS2] Fix refile of blocks due to write failure. by Estelle Hammache · 20 years ago
  79. 7f716cf [JFFS2] Fix block refiling by Estelle Hammache · 20 years ago
  80. e4803c3 [JFFS2] Fix write buffer retry case by Estelle Hammache · 20 years ago
  81. ed3786a [MTD] rtc_from4 error status check, disable virtual erase blocks by David A. Marlin · 20 years ago
  82. 068e3c0 [MTD] NAND Add optional ECC status check callback by David A. Marlin · 20 years ago
  83. 99f2a8aea [MTD] Platform RAM Driver by Ben Dooks · 20 years ago
  84. a4ab4c5 [MTD] NAND use symbols instead of literals by David A. Marlin · 20 years ago
  85. 7ba48c4 [MTD] NAND SharpSL fix default partition size by Richard Purdie · 20 years ago
  86. 8fabed4a [JFFS2] Avoid warning for empty filesystems by Todd Poynor · 20 years ago
  87. 15266bb [MTD] NAND replace yield by Thomas Gleixner · 20 years ago
  88. 6fc93d8 [MTD] bast-flash partitions fixup by Ben Dooks · 20 years ago
  89. 97f1a08 [MTD] Renesas AG-AND device recovery by David A. Marlin · 20 years ago
  90. 30f464b [MTD] NAND workaround for AG-AND disturb issue. AG-AND recovery by David A. Marlin · 20 years ago
  91. 28a48de [MTD] NAND extended commands, badb block table autorefresh by David A. Marlin · 20 years ago
  92. 8ea2e06 [MTD] FTL Fix missing pointer assignment by Herbert Valerio Riedel · 20 years ago
  93. 14f8351 [MTD] slram driver cleanup by Josh Boyer · 20 years ago
  94. 49a4387 [PATCH] prevent NULL mmap in topdown model by Linus Torvalds · 19 years ago
  95. 05d3794 Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/ by Linus Torvalds · 19 years ago
  96. 3012162 [PATCH] Avoid console spam with ext3 aborted journal. by Stephen Tweedie · 19 years ago
  97. e72022e [PATCH] Fix filp being passed through raw ioctl handler by Stephen Tweedie · 19 years ago
  98. 0b405a0 [PATCH] Driver Core: remove driver model detach_state by David Brownell · 19 years ago
  99. 82428b6 [PATCH] Driver Core: pm diagnostics update, check for errors by David Brownell · 19 years ago
  100. d1ded20 [PATCH] PCI: add MODALIAS to hotplug event for pci devices by Greg KH · 19 years ago