1. 7e5cd6f Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggy by Linus Torvalds · 1 year, 6 months ago
  2. 87098a0 jfs: remove redundant initialization to pointer ip by Colin Ian King · 1 year, 7 months ago
  3. 615e958 Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 7 months ago
  4. 3e32715 vfs: get rid of old '->iterate' directory operation by Linus Torvalds · 1 year, 7 months ago
  5. ad9dc5d jfs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
  6. b9d02c2 Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggy by Linus Torvalds · 1 year, 8 months ago
  7. 47cfdc3 FS: JFS: Fix null-ptr-deref Read in txBegin by Immad Mir · 1 year, 9 months ago
  8. 820eb59 jfs: Use unsigned variable for length calculations by Kees Cook · 2 years, 1 month ago
  9. e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  10. 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  11. c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  12. 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  13. 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  14. 56c003e Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggy by Linus Torvalds · 2 years, 3 months ago
  15. ebe0603 jfs: Fix fortify moan in symlink by Dr. David Alan Gilbert · 2 years, 5 months ago
  16. cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 6 months ago
  17. 2ca58e3 jfs: convert to fileattr by Miklos Szeredi · 4 years ago
  18. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
  19. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  20. a83722f jfs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  21. a6cbedf jfs: switch to discard_new_inode() by Al Viro · 7 years ago
  22. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  23. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  24. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  25. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  26. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  27. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  28. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  29. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  30. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 9 years ago
  31. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  32. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  33. dba1e98 Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  34. c8b6056 jfs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  35. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  36. 6ed71e9 jfs: Coalesce some formats by Joe Perches · 9 years ago
  37. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  38. a2a1704 fs/jfs: remove unnecessary new_valid_dev() checks by Yaowei Bai · 9 years ago
  39. acc84b0 jfs: Handle error from dquot_initialize() by Dave Kleikamp · 10 years ago
  40. f76d94d Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 10 years ago
  41. 2645695 jfs: clean up jfs_rename and fix out of order unlock by Dave Kleikamp · 10 years ago
  42. ad476fe jfs: switch to simple_follow_link() by Al Viro · 10 years ago
  43. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  44. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  45. 2cc6a5a jfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  46. 9db0192 Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  47. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 12 years ago
  48. 070a0eb [readdir] convert jfs by Al Viro · 12 years ago
  49. eb8630d jfs: Update jfs_error by Joe Perches · 12 years ago
  50. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 13 years ago
  51. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  52. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  53. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 13 years ago
  54. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 13 years ago
  55. 1a67aaf switch ->mknod() to umode_t by Al Viro · 14 years ago
  56. 4acdaf2 switch ->create() to umode_t by Al Viro · 14 years ago
  57. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 14 years ago
  58. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  59. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  60. 5fd00b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 14 years ago
  61. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 14 years ago
  62. 3c2c226 jfs: clean up some compiler warnings by Dave Kleikamp · 14 years ago
  63. 79ac5a4 jfs_lookup(): don't bother with . or .. by Al Viro · 14 years ago
  64. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 14 years ago
  65. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 14 years ago
  66. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 14 years ago
  67. 44a8e63 jfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 14 years ago
  68. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 14 years ago
  69. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
  70. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  71. a002951 Merge branch 'next' into for-linus by James Morris · 14 years ago
  72. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 14 years ago
  73. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  74. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
  75. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 14 years ago
  76. 94b77bd switch jfs to ->s_d_op, close exportfs races by Al Viro · 14 years ago
  77. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  78. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  79. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  80. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  81. 2bc334d jfs: dont overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  82. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  83. 9befb55 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 15 years ago
  84. c7f2e1f jfs: add jfs specific ->setattr call by Dmitry Monakhov · 15 years ago
  85. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
  86. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
  87. 759bfee dquot: move dquot transfer responsibility into the filesystem by Christoph Hellwig · 15 years ago
  88. 18f4c64 jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' by Linus Torvalds · 16 years ago
  89. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  90. ad28b4e constify dentry_operations: JFS by Al Viro · 16 years ago
  91. c94d2a2 jfs: Use lowercase names of quota functions by Jan Kara · 16 years ago
  92. 1f3403f nfsd race fixes: jfs by Dave Kleikamp · 16 years ago
  93. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 17 years ago
  94. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 17 years ago
  95. 88f85a5 JFS: 0 is not valid errno value so return NULL from jfs_lookup by Marcin Slusarz · 17 years ago
  96. ef1fc2f BKL-removal: Implement a compat_ioctl handler for JFS by Andi Kleen · 17 years ago
  97. baab81f BKL-removal: Use unlocked_ioctl for jfs by Andi Kleen · 17 years ago
  98. eab1df7 iget: stop JFS from using iget() and read_inode() by David Howells · 17 years ago
  99. da8a41d JFS: FIx one more plain integer as NULL pointer warning by Dave Kleikamp · 17 years ago
  100. 09aaa74 JFS: Remove defconfig ptr comparison to 0 by Joe Perches · 17 years ago