1. 3b677dc fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig by Tom Rini · 1 year, 11 months ago
  2. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  3. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 2 months ago
  4. 968c621 Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · 2 years, 9 months ago
  5. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  6. fc25ffe JFFS2: fix jffs2 summary datacrc status uninitialized by Wagner Popov dos Santos · 3 years, 7 months ago
  7. 610a2cc JFFS2: fix the reading address over nand's limit by Wagner Popov dos Santos · 3 years, 7 months ago
  8. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 4 months ago
  9. 69dbebd JFFS2: Add useful fields into lists by Petr Borsodi · 4 years, 5 months ago
  10. 25ec228 JFFS2: Process obsolete nodes as well as accurate ones by Petr Borsodi · 4 years, 5 months ago
  11. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  12. ad49488 jffs2: remove unused code files by Uwe Kleine-König · 5 years ago
  13. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  14. c005f7e fs/jffs2/mini_inflate.c: use "static inline" instead of "inline" by Vagrant Cascadian · 7 years ago
  15. 41ba7f5 jffs2: ECC corrected nand data is ignored by Engling, Uwe · 7 years ago
  16. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  17. eb6a5c3 fs: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  18. 59e12a4 fs: Kconfig: Add a separate option for FS_JFFS2 by Simon Glass · 7 years ago
  19. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  20. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  21. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  22. 1c8fdf8 jffs2: Fix set but not used warning by Tom Rini · 8 years ago
  23. 10d3ac3 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · 9 years ago
  24. 54a8838 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · 9 years ago
  25. 081adef JFFS2: Change scansize to match linux kernel by Mark Tomlinson · 9 years ago
  26. c5b1940 JFFS2: Optimize building lists during scan by Mark Tomlinson · 9 years ago
  27. 2d6d93a JFFS2: Improve speed reading flash files by Mark Tomlinson · 9 years ago
  28. 891224a JFFS2: Only list each directory entry once by Mark Tomlinson · 9 years ago
  29. 225cf4c JFFS2: Speed up and fix comparison functions by Mark Tomlinson · 9 years ago
  30. 3799b3f JFFS2: Return early when file read not necessary by Mark Tomlinson · 9 years ago
  31. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  32. 46f46fd jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · 10 years ago
  33. 18e8672 JFFS2: Correct jffs2_1pass_build_lists to use lldiv by Tom Rini · 11 years ago
  34. 4678d74 fs: descend into sub directories when it is necessary by Masahiro Yamada · 11 years ago
  35. 35c7927 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  36. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  37. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 12 years ago
  38. 16b9afd fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  39. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  40. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  41. 2d2018f jffs2, suen3: Fix compiler warning by Heiko Schocher · 15 years ago
  42. f098337 JFFS2: drop support for LZARI compression mode by Wolfgang Denk · 15 years ago
  43. 8cf19b9 jffs2: some fixes to summary support by Ilya Yanok · 15 years ago
  44. b644006 jffs2: clean the cache in case of malloc fails in build_lists by Ilya Yanok · 15 years ago
  45. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  46. 584eeda jffs2: include <linux/mtd/compat.h> instead of defining own min_t by Ilya Yanok · 16 years ago
  47. 142a80f jffs2: cache data_crc results by Ilya Yanok · 16 years ago
  48. 9b70762 jffs2: summary support by Ilya Yanok · 16 years ago
  49. 7074100 jffs2: add buffer to cache flash accesses by Ilya Yanok · 16 years ago
  50. 8a36d31 jffs2: rewrite jffs2 scanning code based on Linux one by Ilya Yanok · 16 years ago
  51. f738469 jffs2: fix searching for latest version in jffs2_1pass_list_inodes() by Ilya Yanok · 16 years ago
  52. 2f77c7f JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. by Scott Wood · 16 years ago
  53. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. 1a7f8cc Add JFFS2 command support on OneNAND by Kyungmin Park · 16 years ago
  55. 08ab4e1 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. cc4a0ce drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  57. b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  58. d5996dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  59. 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  60. 86d3273 jffs2_1pass.c: add watchdog support by Stuart Wood · 16 years ago
  61. 5922db6 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
  62. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  63. 707fa91 jffs2_1pass.c: fix incompatible pointer type warning by Wolfgang Denk · 16 years ago
  64. 7817cb2 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
  65. f0037c5 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  66. f40a7f3 fs/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  67. dd60d12 fs/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  68. e4dbe1b Fixing some typos etc. introduced mainly by cfg patches. by Wolfgang Denk · 17 years ago
  69. 4e109ae fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  70. 144876a [PATCH] MTD partition support, JFFS2 support by Michal Simek · 17 years ago
  71. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  72. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  73. 6db3970 Fix JFFS2 support for legacy NAND driver. by Marian Balakowicz · 18 years ago
  74. 09e4b0c Add support for Lite5200B board. by Wolfgang Denk · 19 years ago
  75. 74f92e6 Add crc of data to jffs2 (in jffs2_1pass_build_lists()). by Wolfgang Denk · 19 years ago
  76. addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  77. 038ccac Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · 19 years ago
  78. 84bd92b Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
  79. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  80. e6f2e90 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
  81. ac7eb8a Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 by Wolfgang Denk · 19 years ago
  82. 05b4754 Merge with testing-NAND (Rewrite of NAND code) by Wolfgang Denk · 19 years ago
  83. 932394a Rewrite of NAND code based on what is in 2.6.12 Linux kernel by Wolfgang Denk · 19 years ago
  84. 87b8bd5 Fix return values of the jffs2 commands ls/fsload/fsinfo, by Wolfgang Denk · 19 years ago
  85. 8f79e4c Add configuration for IFM AEV FIFO board. Minor coding style cleanup. by Wolfgang Denk · 19 years ago
  86. 700a0c6 Add common (with Linux) MTD partition scheme and "mtdparts" command by Wolfgang Denk · 19 years ago
  87. 412babe It's better to handle LZO and LZARI compression mdoes for JFFS2 with by wdenk · 19 years ago
  88. 07cc099 Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of by wdenk · 19 years ago
  89. cf8bc57 Fix problem with symbolic links in JFFS2 code. by wdenk · 19 years ago
  90. 02b11f8 Patch by Klaus Heydeck, 12 May 2004: by wdenk · 20 years ago
  91. 32877d6 * Fix memory leak in the NAND-specific JFFS2 code by wdenk · 20 years ago
  92. 2729af9 * Fix minor NAND JFFS2 related issue by wdenk · 20 years ago
  93. fc1cfcd * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · 20 years ago
  94. 0b8fa03 * Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · 20 years ago
  95. 507bbe3 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 20 years ago
  96. 998eaae * Configure PPChameleon board to use redundand environment in flash by wdenk · 20 years ago
  97. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  98. 180d3f7 * Fix problems caused by Robert Schwebel's cramfs patch by wdenk · 21 years ago
  99. dd875c7 * Patch by Robert Schwebel, 15 Dec 2003: by wdenk · 21 years ago
  100. 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago