1. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  2. 164c240 jffs2: fix handling of corrupted summary length by Chen Jie · 9 years ago
  3. 5a52895 jffs2: Use pr_fmt and remove jffs: from formats by Joe Perches · 12 years ago
  4. da320f0 jffs2: Convert printks to pr_<level> by Joe Perches · 12 years ago
  5. 9c261b3 jffs2: Convert most D1/D2 macros to jffs2_dbg by Joe Perches · 12 years ago
  6. 3e34174 jffs2: fix typo in scan.c by Masanari Iida · 12 years ago
  7. f026545 jffs2: remove direct mtd->point reference by Artem Bityutskiy · 12 years ago
  8. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 12 years ago
  9. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 12 years ago
  10. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 12 years ago
  11. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 12 years ago
  12. e8a0e41 jffs2: Avoid unneeded 'if' before kfree by Jesper Juhl · 13 years ago
  13. 1ddd0d9 JFFS2: retry large buffer allocations by Grant Erickson · 13 years ago
  14. 41bdc60 jffs2: Reduce excessive scan of empty blocks by Joakim Tjernlund · 14 years ago
  15. ae3b6ba jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases by David Woodhouse · 14 years ago
  16. 4839641 jffs2: fix another potential leak on error path in scan.c by David Woodhouse · 15 years ago
  17. a2ab0ce jffs2: leaking jffs2_summary in function jffs2_scan_medium by Christian Engelmayer · 15 years ago
  18. a98889f [MTD][NOR] Add physical address to point() method by Jared Hulbert · 16 years ago
  19. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  20. b534e70 [JFFS2] Handle dirents on the flash with embedded zero bytes in names. by David Woodhouse · 17 years ago
  21. 59d8235 [JFFS2] Fix unpoint length by Andy Lowe · 17 years ago
  22. ef53cb0 [JFFS2] Whitespace cleanups. by David Woodhouse · 17 years ago
  23. 43dfa07 [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. by David Woodhouse · 17 years ago
  24. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  25. 0dec4c8 [JFFS2] Better fix for all-zero node headers by Joakim Tjernlund · 17 years ago
  26. c2aecda [JFFS2] Speed up mount for directly-mapped NOR flash by Joakim Tjernlund · 17 years ago
  27. 5304300 [JFFS2] check node crc before doing anything else by Thomas Gleixner · 17 years ago
  28. c7258a4 [JFFS2] Check for all-zero node headers by David Woodhouse · 17 years ago
  29. a7a6ace1 [JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NAND by Artem Bityutskiy · 17 years ago
  30. a2166b9 [JFFS2] Reschedule in loops by Artem Bityutskiy · 17 years ago
  31. 85de3d9 [JFFS2] Fix error-path leak in summary scan by Amit Choudhary · 17 years ago
  32. 3d375d9 [JFFS2] replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  33. c05d52c fs/jffs2/: make 2 functions static by Adrian Bunk · 18 years ago
  34. 8a13695 [JFFS2][XATTR] rid unnecessary writing of delete marker. by KaiGai Kohei · 18 years ago
  35. c9f700f [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion by KaiGai Kohei · 18 years ago
  36. 13ba42d [JFFS2] Fix calculation of potential summary marker offset on NOR flash. by David Woodhouse · 18 years ago
  37. a6a8bef [JFFS2] Preallocate raw_node_refs in a couple of missing places in scan by David Woodhouse · 18 years ago
  38. 89291a9 [JFFS2] Fix 64-bit size_t problems in XATTR code. by David Woodhouse · 18 years ago
  39. 8b9e9fe [JFFS2] Fix and improve debugging output during scan. by David Woodhouse · 18 years ago
  40. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  41. f560928 [JFFS2] Allocate node_ref for wasted space when skipping to page boundary by David Woodhouse · 18 years ago
  42. 99988f7 [JFFS2] Introduce ref_next() macro for finding next physical node by David Woodhouse · 18 years ago
  43. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  44. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  45. 25090a6 [JFFS2] Discard remaining free space when filing a dirty block in scan. by David Woodhouse · 18 years ago
  46. 6827099 [JFFS2] Introduce jffs2_scan_dirty_space() function. by David Woodhouse · 18 years ago
  47. 3560160 [JFFS2] Fix memory leak in scan code; improve comments. by David Woodhouse · 18 years ago
  48. 6171586 [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes. by David Woodhouse · 18 years ago
  49. f1f9671 [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication by David Woodhouse · 18 years ago
  50. 0cfc7da Merge git://git.infradead.org/jffs2-xattr-2.6 by David Woodhouse · 18 years ago
  51. 9641b78 [JFFS2] Optimise reading of eraseblock summary nodes by David Woodhouse · 18 years ago
  52. 8e4482f [JFFS2] Remove forgotten summary code by Ferenc Havasi · 18 years ago
  53. 20a92fc Merge git://git.infradead.org/mtd-2.6 by KaiGai Kohei · 18 years ago
  54. 5b5ffbc [PATCH] jffs2: memory leak in jffs2_scan_medium() by Florin Malita · 18 years ago
  55. 8f2b6f4 [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache. by KaiGai Kohei · 18 years ago
  56. aa98d7c [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) by KaiGai Kohei · 18 years ago
  57. e96fb23 [PATCH] jffs2: avoid divide-by-zero by David Woodhouse · 18 years ago
  58. 5b9d1f1 [JFFS2] Remove broken and useless debug code by Thomas Gleixner · 19 years ago
  59. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  60. daba5cc [JFFS2] Fix dataflash support by Artem B. Bityutskiy · 19 years ago
  61. 733802d [JFFS2] Debug code simplification, update TODO by Artem B. Bityutskiy · 19 years ago
  62. e631ddb [JFFS2] Add erase block summary support (mount time improvement) by Ferenc Havasi · 19 years ago
  63. e0c8e42 [JFFS2] Debug code clean up - step 3 by Artem B. Bityutskiy · 19 years ago
  64. 730554d [JFFS2] Debug code clean up - step 1 by Artem B. Bityutskiy · 19 years ago
  65. b81226c [JFFS2] Fix node lookup by Artem B. Bityuckiy · 19 years ago
  66. 2f82ce1 [JFFS2] Use a single config option for write buffer support by Andrew Victor · 19 years ago
  67. 8f15fd5 [JFFS2] Add support for JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  68. 3be3667 [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago