1. 5817b9d jffs2: Improve post-mount CRC scan efficiency by David Woodhouse · 8 years ago
  2. 13b546d jffs2: avoid soft-lockup in jffs2_reserve_space_gc() by Li Zefan · 10 years ago
  3. 3ead957 jffs2: remove from wait queue after schedule() by Li Zefan · 10 years ago
  4. 2cbba75 jffs2: hold erase_completion_lock on exit by Alexey Khoroshilov · 12 years ago
  5. 8da8ba2 JFFS2: Add parameter to reserve disk space for root by Daniel Drake · 12 years ago
  6. 5a52895 jffs2: Use pr_fmt and remove jffs: from formats by Joe Perches · 12 years ago
  7. da320f0 jffs2: Convert printks to pr_<level> by Joe Perches · 12 years ago
  8. 9c261b3 jffs2: Convert most D1/D2 macros to jffs2_dbg by Joe Perches · 12 years ago
  9. ae3b6ba jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases by David Woodhouse · 14 years ago
  10. acb64a4 jffs2: Require jffs2_garbage_collect_trigger() to be called with lock held by David Woodhouse · 14 years ago
  11. d6ce171 jffs2: Wake GC thread when there are blocks to be erased by Joakim Tjernlund · 14 years ago
  12. 0717bf8 jffs2: Erase pending blocks in GC pass, avoid invalid -EIO return by David Woodhouse · 14 years ago
  13. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  14. f04de50 [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFER by Steve Glendinning · 16 years ago
  15. 5bf1723 [JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash by Alexander Belyakov · 16 years ago
  16. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  17. 422b120 [JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure. by David Woodhouse · 16 years ago
  18. ced2207 [JFFS2] semaphore->mutex conversion by David Woodhouse · 16 years ago
  19. 8ca646a [JFFS2] Fix sparse warning in nodemgmt.c by David Woodhouse · 16 years ago
  20. a8c68f3 [JFFS2] Don't count all 'very dirty' blocks except in debug mode by David Woodhouse · 17 years ago
  21. 8fb870df [JFFS2] Trigger garbage collection when very_dirty_list size becomes excessive by David Woodhouse · 17 years ago
  22. ef53cb0 [JFFS2] Whitespace cleanups. by David Woodhouse · 17 years ago
  23. 66bfaea [JFFS2] Improve diagnostic output for 'node added in wrong place' check by David Woodhouse · 17 years ago
  24. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  25. 99c2594 [JFFS2] Prevent list corruption when handling write errors by Adrian Hunter · 17 years ago
  26. 936813a Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  27. c9f700f [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion by KaiGai Kohei · 18 years ago
  28. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  29. fc6612f [JFFS2] When retiring nextblock, allocate a node_ref for the wasted space by David Woodhouse · 18 years ago
  30. 9bfeb69 [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. by David Woodhouse · 18 years ago
  31. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  32. c38c1b6 [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it. by David Woodhouse · 18 years ago
  33. c7c16c8 [JFFS2] Revert Artem's Bunkage in debug messages. by David Woodhouse · 18 years ago
  34. 99988f7 [JFFS2] Introduce ref_next() macro for finding next physical node by David Woodhouse · 18 years ago
  35. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  36. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  37. 0eac940 [JFFS2] Add some preemptive BUG checks for XATTR code by David Woodhouse · 18 years ago
  38. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  39. ca89a51 [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref by David Woodhouse · 18 years ago
  40. b64335f [JFFS2] Add length argument to jffs2_add_physical_node_ref() by David Woodhouse · 18 years ago
  41. f1f9671 [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication by David Woodhouse · 18 years ago
  42. 1417fc4 [JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete() by David Woodhouse · 18 years ago
  43. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  44. 733802d [JFFS2] Debug code simplification, update TODO by Artem B. Bityutskiy · 19 years ago
  45. 34c0e90 [JFFS2] Account summary space in reserved_size. by Ferenc Havasi · 19 years ago
  46. e631ddb [JFFS2] Add erase block summary support (mount time improvement) by Ferenc Havasi · 19 years ago
  47. e0c8e42 [JFFS2] Debug code clean up - step 3 by Artem B. Bityutskiy · 19 years ago
  48. 730554d [JFFS2] Debug code clean up - step 1 by Artem B. Bityutskiy · 19 years ago
  49. 4132ace [JFFS2] Suppress annoying debug messages by Artem B. Bityuckiy · 19 years ago
  50. 6f401a40 [JFFS2] Add KERN_DEBUG level to printks by Artem B. Bityuckiy · 19 years ago
  51. 437316d [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero. by Artem B. Bityuckiy · 19 years ago
  52. 31fbdf7 [JFFS2] Fix NOR specific scan BUG by Artem B. Bityuckiy · 19 years ago
  53. 67e345d [JFFS2] Prevent ino cache removal for inodes in use by David Woodhouse · 19 years ago
  54. 9b88f47 [JFFS2] Code cleanup by Estelle Hammache · 19 years ago
  55. 3118db3 [JFFS2] Fix refile of blocks due to write failure. by Estelle Hammache · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago