1. 21eeb7a [JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects. by Thomas Gleixner · 19 years ago
  2. 02b7068 [PATCH] jffs2 debug gcc-2.9x fix by Andrew Morton · 19 years ago
  3. 5b9d1f1 [JFFS2] Remove broken and useless debug code by Thomas Gleixner · 19 years ago
  4. b3ce1de Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  5. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  6. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  7. 008531f [JFFS2] Fix broken compile when debug level = 2 by Artem B. Bityutskiy · 19 years ago
  8. 4fc67fb [JFFS2] Return 0, not number of bytes written, for success at commit_write by Todd Poynor · 19 years ago
  9. daba5cc [JFFS2] Fix dataflash support by Artem B. Bityutskiy · 19 years ago
  10. d55849a [JFFS2] Use memset(struct) instead of nulling struct members one by one by Artem B. Bityutskiy · 19 years ago
  11. 2f0077e0 [JFFS2] Remove stale comment by Artem B. Bityutskiy · 19 years ago
  12. 2bc9764 [JFFS2] Rename jffs2_summary_node to jffs2_raw_summary by Ferenc Havasi · 19 years ago
  13. 733802d [JFFS2] Debug code simplification, update TODO by Artem B. Bityutskiy · 19 years ago
  14. 34c0e90 [JFFS2] Account summary space in reserved_size. by Ferenc Havasi · 19 years ago
  15. 81e39cf [JFFS2] Debug message format clean up by Artem B. Bityutskiy · 19 years ago
  16. 8acff5e [JFFS2] Call summary collector for all mtd devices with writev support by Ferenc Havasi · 19 years ago
  17. c617e84 [JFFS2] Return real jffs2_sum_init() error code by Ferenc Havasi · 19 years ago
  18. e631ddb [JFFS2] Add erase block summary support (mount time improvement) by Ferenc Havasi · 19 years ago
  19. 4ce1f56 [JFFS2] Remove support for virtual blocks by Ferenc Havasi · 19 years ago
  20. f050753 [JFFS2] Solve BUG caused by frag->node representing a hole in fragtree by Artem B. Bityutskiy · 19 years ago
  21. 280562b [JFFS2] Calculate CRC check starting point correctly by Artem B. Bityutskiy · 19 years ago
  22. 8d5df40 [JFFS2] More message formatting cleanups by Artem B. Bityutskiy · 19 years ago
  23. 3a69e0c [JFFS2] Fix JFFS2 [mc]time handling by Artem B. Bityutskiy · 19 years ago
  24. 01d445f [JFFS2] Make the JFFS2 messages a bit nicer by Artem B. Bityutskiy · 19 years ago
  25. 59da721 [JFFS2] Teach JFFS2 about Sibley flash by Nicolas Pitre · 19 years ago
  26. 45ca1b5 [JFFS2] Debug code clean up - step 7 by Artem B. Bityutskiy · 19 years ago
  27. 3c09133 [JFFS2] Correct buggy length checks by Artem B. Bityutskiy · 19 years ago
  28. 3924350 [JFFS2] Debug code clean up - step 6 by Artem B. Bityutskiy · 19 years ago
  29. 1e0da3c [JFFS2] Build fragtree in reverse order by Artem B. Bityutskiy · 19 years ago
  30. e0e3006 [JFFS2] Refine fragtree debug macros by Artem B. Bityutskiy · 19 years ago
  31. 1e90097 [JFFS2] Move another fragtree-related function to nodelist.c by Artem B. Bityutskiy · 19 years ago
  32. 737b766 [JFFS2] Fix up new debug code for eCos build by Andrew Lunn · 19 years ago
  33. e0d6013 [JFFS2] Debug code clean up - step 5 by Artem B. Bityutskiy · 19 years ago
  34. f97117d [JFFS2] Move scattered function into related files by Artem B. Bityutskiy · 19 years ago
  35. f538c96 [JFFS2] Debug code clean up - step 4 by Artem B. Bityutskiy · 19 years ago
  36. 2227c0b [jffs2] Remove compressor lzo and lzari by Ferenc Havasi · 19 years ago
  37. f302cd0 [JFFS2] Namespace clean up by Artem B. Bityutskiy · 19 years ago
  38. e0c8e42 [JFFS2] Debug code clean up - step 3 by Artem B. Bityutskiy · 19 years ago
  39. 6dac02a [JFFS2] Fix slab panic by Artem B. Bityutskiy · 19 years ago
  40. 61a39b6 [JFFS2] Debug code clean up - step 2 by Artem B. Bityutskiy · 19 years ago
  41. 2b79adc [JFFS2] Use f->target instead of f->dents for symlink target by Artem B. Bityutskiy · 19 years ago
  42. 730554d [JFFS2] Debug code clean up - step 1 by Artem B. Bityutskiy · 19 years ago
  43. dae6227 [JFFS2] Split a large routine on several smaller. by Artem B. Bityutskiy · 19 years ago
  44. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  45. 5e1efe4 [PATCH] jffs/jffs2: remove wrong function prototypes by Adrian Bunk · 19 years ago
  46. 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
  47. 2fb1e30 [PATCH] jffs2: fix symlink error handling by Al Viro · 19 years ago
  48. 5d15788 [JFFS2] Fix node allocation leak by Thomas Gleixner · 19 years ago
  49. 751382d [JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=n by Todd Poynor · 19 years ago
  50. b622059 [JFFS2] Init locks early during mount by Artem B. Bityuckiy · 19 years ago
  51. e4fef66 [JFFS2] Rename function and update comments by Artem B. Bityuckiy · 19 years ago
  52. 86ffc0d [JFFS2] Remove needless variable initialization by Artem B. Bityuckiy · 19 years ago
  53. 336d2ff [JFFS2] Avoid alloc/dealloc for zero sized nodes by Artem B. Bityuckiy · 19 years ago
  54. 6430a8d [JFFS2] Simplify the tree insert code. by Artem B. Bityuckiy · 19 years ago
  55. 265489f [JFFS2] Remove compatibilty cruft for ancient kernels by David Woodhouse · 19 years ago
  56. 9dee750 [JFFS2] Optimise jffs2_add_tn_to_list by David Woodhouse · 19 years ago
  57. 7ca6448 Merge with rsync://fileserver/linux Update to Linus latest by Thomas Gleixner · 19 years ago
  58. 34f18a9 [PATCH] jffs2 build fix by Andrew Morton · 19 years ago
  59. 7d27c81 [JFFS2] Whitespace cleanup. Fix missing debug message by Thomas Gleixner · 19 years ago
  60. c84441c [JFFS2] Fix crosscompile by Thomas Gleixner · 19 years ago
  61. e2d48b1 [JFFS2] Fix cleanup in case of GC-Task not started by Thomas Gleixner · 19 years ago
  62. fff7afd [JFFS2] Convert thread start semaphore to completion by Thomas Gleixner · 19 years ago
  63. a69dde9 [JFFS2] Kill GC thread before cleanup by Artem B. Bityuckiy · 19 years ago
  64. 4132ace [JFFS2] Suppress annoying debug messages by Artem B. Bityuckiy · 19 years ago
  65. 8cd7921 [JFFS2] Fix NOR only compile by Artem B. Bityuckiy · 19 years ago
  66. 7d20096 [JFFS2] Fix inode allocation race by David Woodhouse · 19 years ago
  67. 8557fd5 [JFFS2] Fix race in garbage collector by Artem B. Bityuckiy · 19 years ago
  68. 6f401a40 [JFFS2] Add KERN_DEBUG level to printks by Artem B. Bityuckiy · 19 years ago
  69. 894214d [JFFS2] Fix race problems with wbuf. by Artem B. Bityuckiy · 19 years ago
  70. 3cceb9f [JFFS2] Prevent deadlock when flushing write buffer by Artem B. Bityuckiy · 19 years ago
  71. 437316d [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero. by Artem B. Bityuckiy · 19 years ago
  72. a42163d [JFFS2] Improve garbage collector block selection by Artem B. Bityuckiy · 19 years ago
  73. 4d95270 [JFFS2] Use function to manipulate superblock dirty flag by Artem B. Bityuckiy · 19 years ago
  74. 32f1a95 [JFFS2] Add symlink caching support. by Artem B. Bityuckiy · 19 years ago
  75. 31fbdf7 [JFFS2] Fix NOR specific scan BUG by Artem B. Bityuckiy · 19 years ago
  76. 67e345d [JFFS2] Prevent ino cache removal for inodes in use by David Woodhouse · 19 years ago
  77. b81226c [JFFS2] Fix node lookup by Artem B. Bityuckiy · 19 years ago
  78. 2f82ce1 [JFFS2] Use a single config option for write buffer support by Andrew Victor · 19 years ago
  79. 8f15fd5 [JFFS2] Add support for JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  80. 3be3667 [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  81. 67d9e95 [JFFS2] Prevent deadlock during write buffer recovery by Estelle Hammache · 19 years ago
  82. 8aee6ac [JFFS2] Remove NAND dependencies for NOR FLASH by David Woodhouse · 19 years ago
  83. 9b88f47 [JFFS2] Code cleanup by Estelle Hammache · 19 years ago
  84. 3118db3 [JFFS2] Fix refile of blocks due to write failure. by Estelle Hammache · 19 years ago
  85. 7f716cf [JFFS2] Fix block refiling by Estelle Hammache · 19 years ago
  86. e4803c3 [JFFS2] Fix write buffer retry case by Estelle Hammache · 19 years ago
  87. 8fabed4a [JFFS2] Avoid warning for empty filesystems by Todd Poynor · 19 years ago
  88. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  89. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago