1. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  2. f61579c3 [JFFS2] Correctly handle wasted space before summary node. by David Woodhouse · 18 years ago
  3. c38c1b6 [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it. by David Woodhouse · 18 years ago
  4. f560928 [JFFS2] Allocate node_ref for wasted space when skipping to page boundary by David Woodhouse · 18 years ago
  5. c7c16c8 [JFFS2] Revert Artem's Bunkage in debug messages. by David Woodhouse · 18 years ago
  6. 0305c86 Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.git by David Woodhouse · 18 years ago
  7. 99988f7 [JFFS2] Introduce ref_next() macro for finding next physical node by David Woodhouse · 18 years ago
  8. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  9. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  10. 4cbb9b8 Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/ by Thomas Gleixner · 18 years ago
  11. dcb0932 [JFFS2] Simplify writebuffer handling by Thomas Gleixner · 18 years ago
  12. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  13. 5fa4339 [MTD] Introduce MTD_BIT_WRITEABLE by Joern Engel · 18 years ago
  14. c8b229d [MTD] Merge STMicro NOR_ECC code with Intel Sibley code by Joern Engel · 18 years ago
  15. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  16. 987d47b [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure by David Woodhouse · 18 years ago
  17. 0eac940 [JFFS2] Add some preemptive BUG checks for XATTR code by David Woodhouse · 18 years ago
  18. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  19. a1b563d [JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush by David Woodhouse · 18 years ago
  20. 3b79673 [JFFS2] Fix accounting error in jffs2_link_node_ref() by David Woodhouse · 18 years ago
  21. 06c6764 [JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for !SUMMARY case. by David Woodhouse · 18 years ago
  22. ca89a51 [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref by David Woodhouse · 18 years ago
  23. 010b06d [JFFS2] Locking issues in summary write code. by David Woodhouse · 18 years ago
  24. 9167e0f [JFFS2] Remove stray kfree of summary info in XATTR code. by David Woodhouse · 18 years ago
  25. 0bcc099 [JFFS2] File node reference for wasted space when flushing wbuf by David Woodhouse · 18 years ago
  26. b64335f [JFFS2] Add length argument to jffs2_add_physical_node_ref() by David Woodhouse · 18 years ago
  27. 49f11d4 [JFFS2] Mark gaps in summary list as dirty space by David Woodhouse · 18 years ago
  28. 25090a6 [JFFS2] Discard remaining free space when filing a dirty block in scan. by David Woodhouse · 18 years ago
  29. 6827099 [JFFS2] Introduce jffs2_scan_dirty_space() function. by David Woodhouse · 18 years ago
  30. 7807ef7 [JFFS2] Fix summary handling of unknown but compatible nodes. by David Woodhouse · 18 years ago
  31. 3560160 [JFFS2] Fix memory leak in scan code; improve comments. by David Woodhouse · 18 years ago
  32. 6171586 [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes. by David Woodhouse · 18 years ago
  33. fb9fbbc [JFFS2] Correct accounting of erroneous cleanmarkers and failed summaries. by David Woodhouse · 18 years ago
  34. f1f9671 [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication by David Woodhouse · 18 years ago
  35. 0cfc7da Merge git://git.infradead.org/jffs2-xattr-2.6 by David Woodhouse · 18 years ago
  36. 1417fc4 [JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete() by David Woodhouse · 18 years ago
  37. 9641b78 [JFFS2] Optimise reading of eraseblock summary nodes by David Woodhouse · 18 years ago
  38. 8e4482f [JFFS2] Remove forgotten summary code by Ferenc Havasi · 18 years ago
  39. aef9ab4 [JFFS2] Support new device nodes by David Woodhouse · 18 years ago
  40. 20a92fc Merge git://git.infradead.org/mtd-2.6 by KaiGai Kohei · 18 years ago
  41. c41ff6e [JFFS2] Fix printk format in jffs2_sum_write_data() error message. by David Woodhouse · 18 years ago
  42. 7d2beb1 [JFFS2] Fix section mismatch warnings in JFFS2. by David Brownell · 18 years ago
  43. 5b5ffbc [PATCH] jffs2: memory leak in jffs2_scan_medium() by Florin Malita · 18 years ago
  44. 184f565 [JFFS2] Fix printk format in some error messages. by Andrew Morton · 18 years ago
  45. 3e68fbb [JFFS2] Don't pack on-medium structures, because GCC emits crappy code by David Woodhouse · 18 years ago
  46. cf5eba5 [JFFS2] Reduce excessive node count for syslog files. by David Woodhouse · 18 years ago
  47. 21b9879 [JFFS2][XATTR] Fix obvious typo by KaiGai Kohei · 18 years ago
  48. c8708a9 [JFFS2][XATTR] Handling the duplicate JFFS2_NODETYPE_XATTR node cases. by KaiGai Kohei · 18 years ago
  49. dea8013 [JFFS2][XATTR] remove redundant pointer cast in acl.c by KaiGai Kohei · 18 years ago
  50. 5a14959 [JFFS2][XATTR] remove '__KERNEL__' from acl.h by KaiGai Kohei · 18 years ago
  51. ee886b5 [JFFS2][XATTR] remove senseless comment by KaiGai Kohei · 18 years ago
  52. 652ecc2 [JFFS2][XATTR] Unify each file header part with any jffs2 file. by KaiGai Kohei · 18 years ago
  53. 4470d04 [JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h. by KaiGai Kohei · 18 years ago
  54. 084702e [JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic) by KaiGai Kohei · 18 years ago
  55. 8f2b6f4 [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache. by KaiGai Kohei · 18 years ago
  56. 8b0b339 [JFFS2][XATTR] Add a description about c->xattr_sem by KaiGai Kohei · 18 years ago
  57. de1f72f [JFFS2][XATTR] remove typedef from posix_acl related definition. by KaiGai Kohei · 18 years ago
  58. aa98d7c [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) by KaiGai Kohei · 18 years ago
  59. 20ffdcb [JFFS2] Remove number of pointer dereferences in fs/jffs2/summary.c by Jesper Juhl · 18 years ago
  60. 7e59f2c [JFFS2] Remove obsolete histo.h by Domen Puncer · 18 years ago
  61. 422138d [JFFS2] Fix race in setting file attributes by Dmitry Bazhenov · 18 years ago
  62. cbb9a56 Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/ by David Woodhouse · 18 years ago
  63. 373d5e7 JFFS2: Return an error for long filenames by Richard Purdie · 18 years ago
  64. d96fb99 [JFFS2] Fix race in post-mount node checking by David Woodhouse · 18 years ago
  65. fb6a82c [PATCH] jffs2: fix printk warnings by Randy Dunlap · 18 years ago
  66. 4b4d1cc7 BUG_ON() Conversion in fs/jffs2/ by Eric Sesterhenn · 18 years ago
  67. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  68. 353ab6e [PATCH] sem2mutex: fs/ by Ingo Molnar · 18 years ago
  69. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  70. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  71. 9b04c99 [PATCH] vfs: MS_VERBOSE should be MS_SILENT by Theodore Ts'o · 18 years ago
  72. 0ef675d [PATCH] mtd: 64 bit fixes by Atsushi Nemoto · 18 years ago
  73. e96fb23 [PATCH] jffs2: avoid divide-by-zero by David Woodhouse · 18 years ago
  74. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  75. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  76. 21eeb7a [JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects. by Thomas Gleixner · 19 years ago
  77. 02b7068 [PATCH] jffs2 debug gcc-2.9x fix by Andrew Morton · 19 years ago
  78. 5b9d1f1 [JFFS2] Remove broken and useless debug code by Thomas Gleixner · 19 years ago
  79. b3ce1de Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  80. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  81. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  82. 008531f [JFFS2] Fix broken compile when debug level = 2 by Artem B. Bityutskiy · 19 years ago
  83. 4fc67fb [JFFS2] Return 0, not number of bytes written, for success at commit_write by Todd Poynor · 19 years ago
  84. daba5cc [JFFS2] Fix dataflash support by Artem B. Bityutskiy · 19 years ago
  85. d55849a [JFFS2] Use memset(struct) instead of nulling struct members one by one by Artem B. Bityutskiy · 19 years ago
  86. 2f0077e0 [JFFS2] Remove stale comment by Artem B. Bityutskiy · 19 years ago
  87. 2bc9764 [JFFS2] Rename jffs2_summary_node to jffs2_raw_summary by Ferenc Havasi · 19 years ago
  88. 733802d [JFFS2] Debug code simplification, update TODO by Artem B. Bityutskiy · 19 years ago
  89. 34c0e90 [JFFS2] Account summary space in reserved_size. by Ferenc Havasi · 19 years ago
  90. 81e39cf [JFFS2] Debug message format clean up by Artem B. Bityutskiy · 19 years ago
  91. 8acff5e [JFFS2] Call summary collector for all mtd devices with writev support by Ferenc Havasi · 19 years ago
  92. c617e84 [JFFS2] Return real jffs2_sum_init() error code by Ferenc Havasi · 19 years ago
  93. e631ddb [JFFS2] Add erase block summary support (mount time improvement) by Ferenc Havasi · 19 years ago
  94. 4ce1f56 [JFFS2] Remove support for virtual blocks by Ferenc Havasi · 19 years ago
  95. f050753 [JFFS2] Solve BUG caused by frag->node representing a hole in fragtree by Artem B. Bityutskiy · 19 years ago
  96. 280562b [JFFS2] Calculate CRC check starting point correctly by Artem B. Bityutskiy · 19 years ago
  97. 8d5df40 [JFFS2] More message formatting cleanups by Artem B. Bityutskiy · 19 years ago
  98. 3a69e0c [JFFS2] Fix JFFS2 [mc]time handling by Artem B. Bityutskiy · 19 years ago
  99. 01d445f [JFFS2] Make the JFFS2 messages a bit nicer by Artem B. Bityutskiy · 19 years ago
  100. 59da721 [JFFS2] Teach JFFS2 about Sibley flash by Nicolas Pitre · 19 years ago