1. 0cfe53d userns: Convert jffs2 to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  2. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  3. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  4. 5a52895 jffs2: Use pr_fmt and remove jffs: from formats by Joe Perches · 12 years ago
  5. da320f0 jffs2: Convert printks to pr_<level> by Joe Perches · 12 years ago
  6. 9c261b3 jffs2: Convert most D1/D2 macros to jffs2_dbg by Joe Perches · 12 years ago
  7. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  8. 5346671 jffs2: fix up error handling for insert_inode_locked by Eric Sandeen · 13 years ago
  9. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  10. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  11. 92abc47 jffs2: implement mount option parsing and compression overriding by Andres Salomon · 13 years ago
  12. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  13. 61effb5 jffs2: S_ISLNK(mode & S_IFMT) is pointless by Al Viro · 13 years ago
  14. 963945b fix jffs2 ACLs on big-endian with 16bit mode_t by Al Viro · 13 years ago
  15. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  16. 6757792 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 14 years ago
  17. 65e5a0e jffs2: Dynamically choose inocache hash size by Daniel Drake · 14 years ago
  18. 1a028dd BKL: Remove BKL from jffs2 by Arnd Bergmann · 14 years ago
  19. e8a89ce Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  20. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  21. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  22. 6088c05 jffs2: Update copyright notices by David Woodhouse · 14 years ago
  23. 3975d16 Merge git://git.infradead.org/~dwmw2/mtd-2.6.35 by Linus Torvalds · 14 years ago
  24. e72e649 jffs2: Fix NFS race by using insert_inode_locked() by David Woodhouse · 14 years ago
  25. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  26. 91f8026 JFFS2: avoid using C++ keyword `new' in userspace-visible header by Andrew Morton · 14 years ago
  27. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  28. 01ba687 jffs2: move jffs2_write_super to super.c by Christoph Hellwig · 15 years ago
  29. 3fc678a CRED: Wrap task credential accesses in the JFFS2 filesystem by David Howells · 16 years ago
  30. 75caf6b [JFFS2] Fill in f_fsid field in jffs2_statfs() by David Woodhouse · 16 years ago
  31. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  32. 1b690b4 [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean. by David Woodhouse · 16 years ago
  33. ced2207 [JFFS2] semaphore->mutex conversion by David Woodhouse · 16 years ago
  34. dd91966 [JFFS2] Use ALLOC_DELETION priority for truncation to zero length by David Woodhouse · 16 years ago
  35. b28ba9f [JFFS2] Set i_blocks when truncating files by David Woodhouse · 16 years ago
  36. a8e98d6 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  37. 5451f79 iget: stop JFFS2 from using iget() and read_inode() by David Howells · 16 years ago
  38. 857013b [JFFS2] Don't strip sgid bit from inode permissions by David Woodhouse · 17 years ago
  39. cfc8dc6 [JFFS2] Tidy up fix for ACL/permissions problem. by KaiGai Kohei · 17 years ago
  40. b160292 Merge Linux 2.6.23 by David Woodhouse · 17 years ago
  41. fc0e019 [JFFS2] fix write deadlock regression by Jason Lunz · 17 years ago
  42. 9ed437c [JFFS2] Fix ACL vs. mode handling. by David Woodhouse · 17 years ago
  43. d1da4e5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  44. 0029da3 JFFS2: add UBI support by Artem Bityutskiy · 18 years ago
  45. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  46. 3d375d9 [JFFS2] replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  47. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  48. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  49. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  50. 355ed4e [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref by KaiGai Kohei · 18 years ago
  51. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  52. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  53. c8b229d [MTD] Merge STMicro NOR_ECC code with Intel Sibley code by Joern Engel · 18 years ago
  54. 0cfc7da Merge git://git.infradead.org/jffs2-xattr-2.6 by David Woodhouse · 18 years ago
  55. aef9ab4 [JFFS2] Support new device nodes by David Woodhouse · 18 years ago
  56. aa98d7c [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) by KaiGai Kohei · 18 years ago
  57. 422138d [JFFS2] Fix race in setting file attributes by Dmitry Bazhenov · 18 years ago
  58. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  59. 21eeb7a [JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects. by Thomas Gleixner · 19 years ago
  60. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  61. 2f0077e0 [JFFS2] Remove stale comment 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. 4ce1f56 [JFFS2] Remove support for virtual blocks by Ferenc Havasi · 19 years ago
  64. 59da721 [JFFS2] Teach JFFS2 about Sibley flash by Nicolas Pitre · 19 years ago
  65. f302cd0 [JFFS2] Namespace clean up by Artem B. Bityutskiy · 19 years ago
  66. e0c8e42 [JFFS2] Debug code clean up - step 3 by Artem B. Bityutskiy · 19 years ago
  67. 6dac02a [JFFS2] Fix slab panic by Artem B. Bityutskiy · 19 years ago
  68. 61a39b6 [JFFS2] Debug code clean up - step 2 by Artem B. Bityutskiy · 19 years ago
  69. 730554d [JFFS2] Debug code clean up - step 1 by Artem B. Bityutskiy · 19 years ago
  70. 265489f [JFFS2] Remove compatibilty cruft for ancient kernels by David Woodhouse · 19 years ago
  71. 2f82ce1 [JFFS2] Use a single config option for write buffer support by Andrew Victor · 19 years ago
  72. 8f15fd5 [JFFS2] Add support for JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  73. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago