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