1. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 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. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  4. 6966f84 jffs2: Remove jffs2_{get,set,remove}xattr macros by Andreas Gruenbacher · 8 years ago
  5. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  6. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  7. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  8. c51da20 more trivial ->iterate_shared conversions by Al Viro · 8 years ago
  9. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  10. f938128 jffs2: reduce the breakage on recovery from halfway failed rename() by Al Viro · 8 years ago
  11. 1bc81ee jffs2: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  12. a8db149 jffs2: switch to simple_follow_link() by Al Viro · 9 years ago
  13. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  14. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  15. f2963d4 jffs2: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  16. 0312fa7 [readdir] convert jffs2 by Al Viro · 11 years ago
  17. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  18. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  19. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  20. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  21. 5a52895 jffs2: Use pr_fmt and remove jffs: from formats by Joe Perches · 12 years ago
  22. da320f0 jffs2: Convert printks to pr_<level> by Joe Perches · 12 years ago
  23. 9c261b3 jffs2: Convert most D1/D2 macros to jffs2_dbg by Joe Perches · 12 years ago
  24. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  25. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  26. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  27. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  28. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  29. 22ba747 jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory by Al Viro · 13 years ago
  30. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  31. 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  32. cf0f053 jffs2: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  33. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  34. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  35. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  36. 8cb2a18 jffs2: remove unused variables by Sergey Senozhatsky · 13 years ago
  37. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  38. 7934650 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  39. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  40. 04aadf3 jffs2: use kmemdup by Julia Lawall · 14 years ago
  41. e8a89ce Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  42. 41cce64 jffs2: don't open-code iget_failed() by Al Viro · 14 years ago
  43. 6088c05 jffs2: Update copyright notices by David Woodhouse · 14 years ago
  44. e72e649 jffs2: Fix NFS race by using insert_inode_locked() by David Woodhouse · 14 years ago
  45. f324e4c jffs2: Fix in-core inode leaks on error paths by David Woodhouse · 14 years ago
  46. 18f4c64 jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' by Linus Torvalds · 15 years ago
  47. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  48. 8966c5e [JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup() by David Woodhouse · 16 years ago
  49. bde86fe [JFFS2] Correct symlink name too long error code by Adrian Hunter · 16 years ago
  50. 0533400 [JFFS2] Use .unlocked_ioctl by Stoyan Gaydarov · 16 years ago
  51. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  52. 590fe34 [JFFS2] Quiet lockdep false positive. by David Woodhouse · 16 years ago
  53. ced2207 [JFFS2] semaphore->mutex conversion by David Woodhouse · 16 years ago
  54. 5451f79 iget: stop JFFS2 from using iget() and read_inode() by David Howells · 16 years ago
  55. cfc8dc6 [JFFS2] Tidy up fix for ACL/permissions problem. by KaiGai Kohei · 17 years ago
  56. 9ed437c [JFFS2] Fix ACL vs. mode handling. by David Woodhouse · 17 years ago
  57. ef53cb0 [JFFS2] Whitespace cleanups. by David Woodhouse · 17 years ago
  58. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  59. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  60. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  61. ec2e203 [PATCH] struct path: convert jffs2 by Josef Sipek · 18 years ago
  62. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  63. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  64. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  65. 0cfc7da Merge git://git.infradead.org/jffs2-xattr-2.6 by David Woodhouse · 18 years ago
  66. aef9ab4 [JFFS2] Support new device nodes by David Woodhouse · 18 years ago
  67. aa98d7c [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) by KaiGai Kohei · 18 years ago
  68. cbb9a56 Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/ by David Woodhouse · 18 years ago
  69. 373d5e7 JFFS2: Return an error for long filenames by Richard Purdie · 18 years ago
  70. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  71. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  72. e631ddb [JFFS2] Add erase block summary support (mount time improvement) by Ferenc Havasi · 19 years ago
  73. 3a69e0c [JFFS2] Fix JFFS2 [mc]time handling by Artem B. Bityutskiy · 19 years ago
  74. 2b79adc [JFFS2] Use f->target instead of f->dents for symlink target by Artem B. Bityutskiy · 19 years ago
  75. 265489f [JFFS2] Remove compatibilty cruft for ancient kernels by David Woodhouse · 19 years ago
  76. 32f1a95 [JFFS2] Add symlink caching support. by Artem B. Bityuckiy · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago