1. be629c6 Fix directory hardlinks from deleted directories by David Woodhouse · 8 years ago
  2. 41bf1a2 jffs2: Fix crash due to truncation of csize by Ajesh Kunhipurayil Vijayan · 11 years ago
  3. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  4. 65e5a0e jffs2: Dynamically choose inocache hash size by Daniel Drake · 14 years ago
  5. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  6. 9957abe jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks() by Joakim Tjernlund · 14 years ago
  7. 91f8026 JFFS2: avoid using C++ keyword `new' in userspace-visible header by Andrew Morton · 14 years ago
  8. ab5610b [JFFS2] remove junk prototypes by Artem Bityutskiy · 16 years ago
  9. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  10. 19e56ce [JFFS2] Finally remove redundant ref->__totlen field. by David Woodhouse · 16 years ago
  11. ef53cb0 [JFFS2] Whitespace cleanups. by David Woodhouse · 17 years ago
  12. 43dfa07 [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. by David Woodhouse · 17 years ago
  13. 61c4b23 [JFFS2] Handle inodes with only a single metadata node with non-zero isize by David Woodhouse · 17 years ago
  14. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  15. df8e96f [JFFS2] Improve read_inode memory usage, v2. by David Woodhouse · 17 years ago
  16. 566865a [JFFS2] Fix cross-endian build. by David Woodhouse · 17 years ago
  17. ea7415c [JFFS2] Use rb_first() and rb_last() cleanup by Akinobu Mita · 18 years ago
  18. 90a18fa make fs/jffs2/nodelist.c:jffs2_obsolete_node_frag() static by Adrian Bunk · 18 years ago
  19. 0d17821 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  20. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  21. c05d52c fs/jffs2/: make 2 functions static by Adrian Bunk · 18 years ago
  22. 2edc322 Merge git://git.infradead.org/~dwmw2/rbtree-2.6 by Linus Torvalds · 18 years ago
  23. 9bfeb69 [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. by David Woodhouse · 18 years ago
  24. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  25. c38c1b6 [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it. by David Woodhouse · 18 years ago
  26. 99988f7 [JFFS2] Introduce ref_next() macro for finding next physical node by David Woodhouse · 18 years ago
  27. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  28. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  29. 987d47b [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure by David Woodhouse · 18 years ago
  30. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  31. ca89a51 [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref by David Woodhouse · 18 years ago
  32. b64335f [JFFS2] Add length argument to jffs2_add_physical_node_ref() by David Woodhouse · 18 years ago
  33. 6827099 [JFFS2] Introduce jffs2_scan_dirty_space() function. by David Woodhouse · 18 years ago
  34. 7807ef7 [JFFS2] Fix summary handling of unknown but compatible nodes. by David Woodhouse · 18 years ago
  35. 6171586 [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes. by David Woodhouse · 18 years ago
  36. f1f9671 [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication by David Woodhouse · 18 years ago
  37. 0cfc7da Merge git://git.infradead.org/jffs2-xattr-2.6 by David Woodhouse · 18 years ago
  38. aef9ab4 [JFFS2] Support new device nodes by David Woodhouse · 18 years ago
  39. 8f2b6f4 [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache. by KaiGai Kohei · 18 years ago
  40. aa98d7c [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) by KaiGai Kohei · 18 years ago
  41. cbb9a56 Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/ by David Woodhouse · 18 years ago
  42. 21f1d5f [RBTREE] Update JFFS2 to use rb_parent() accessor macro. by David Woodhouse · 18 years ago
  43. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  44. e631ddb [JFFS2] Add erase block summary support (mount time improvement) by Ferenc Havasi · 19 years ago
  45. 4ce1f56 [JFFS2] Remove support for virtual blocks by Ferenc Havasi · 19 years ago
  46. 3a69e0c [JFFS2] Fix JFFS2 [mc]time handling by Artem B. Bityutskiy · 19 years ago
  47. 1e0da3c [JFFS2] Build fragtree in reverse order by Artem B. Bityutskiy · 19 years ago
  48. 1e90097 [JFFS2] Move another fragtree-related function to nodelist.c by Artem B. Bityutskiy · 19 years ago
  49. f97117d [JFFS2] Move scattered function into related files by Artem B. Bityutskiy · 19 years ago
  50. f302cd0 [JFFS2] Namespace clean up by Artem B. Bityutskiy · 19 years ago
  51. e0c8e42 [JFFS2] Debug code clean up - step 3 by Artem B. Bityutskiy · 19 years ago
  52. 730554d [JFFS2] Debug code clean up - step 1 by Artem B. Bityutskiy · 19 years ago
  53. 9dee750 [JFFS2] Optimise jffs2_add_tn_to_list by David Woodhouse · 19 years ago
  54. 8557fd5 [JFFS2] Fix race in garbage collector by Artem B. Bityuckiy · 19 years ago
  55. 67e345d [JFFS2] Prevent ino cache removal for inodes in use by David Woodhouse · 19 years ago
  56. 2f82ce1 [JFFS2] Use a single config option for write buffer support by Andrew Victor · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago