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. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  4. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  5. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  6. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  7. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  8. 84695ff Merge getxattr prototype change into work.lookups 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. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  11. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 8 years ago
  12. d7df000 fs/ext2/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  13. c2edb30 ext2: Handle error from dquot_initalize() by Jan Kara · 9 years ago
  14. cbe0fa3 ext2: use simple_follow_link() by Al Viro · 9 years ago
  15. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  17. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  18. 9c3ce9e ext2: get rid of most mentions of XIP in ext2 by Matthew Wilcox · 9 years ago
  19. 97443aa ext2: remove ext2_aops_xip by Matthew Wilcox · 9 years ago
  20. 0764238 ext2: remove xip.c and xip.h by Matthew Wilcox · 9 years ago
  21. ed87e92 ext2: remove ext2_use_xip by Matthew Wilcox · 9 years ago
  22. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  23. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  24. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  25. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  26. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  27. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  28. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  29. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  30. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  31. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  32. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  33. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  34. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  35. e8a80c6 ext2: Fix link count corruption under heavy link+rename load by Josh Hunt · 13 years ago
  36. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  37. 0ed0cca ext2: Remove redundant unlikely() by Tobias Klauser · 13 years ago
  38. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  39. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  40. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  41. a4255e4 ext2: fix format string compile warning (ino_t) by Heiko Carstens · 15 years ago
  42. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  43. 9de6886 ext2: fix unbalanced kmap()/kunmap() by Nicolas Pitre · 15 years ago
  44. 4d6c13f ext2: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  45. 39fe755 ext2: Do not update mtime of a moved directory by Jan Kara · 15 years ago
  46. 41080b5 nfsd race fixes: ext2 by Al Viro · 15 years ago
  47. a988544 [PATCH] get rid of on-stack dentry in ext2_get_parent() by Al Viro · 16 years ago
  48. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  49. 52fcf70 iget: stop EXT2 from using iget() and read_inode() by David Howells · 16 years ago
  50. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  51. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  52. a513b03 [PATCH] ext2: switch to inode_inc_count, inode_dec_count by Alexey Dobriyan · 18 years ago
  53. 082a05c [PATCH] ext2: remove d_splice_alias NULL check from ext2_lookup by Pekka Enberg · 18 years ago
  54. 6d79125 [PATCH] xip: ext2: execute in place by Carsten Otte · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago