1. 2cc6a5a jfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  2. 9db0192 Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  3. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  4. 070a0eb [readdir] convert jfs by Al Viro · 11 years ago
  5. eb8630d jfs: Update jfs_error by Joe Perches · 11 years ago
  6. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  7. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  8. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  9. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  10. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  11. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  12. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  13. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  14. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  15. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  16. 5fd00b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 13 years ago
  17. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  18. 3c2c226 jfs: clean up some compiler warnings by Dave Kleikamp · 13 years ago
  19. 79ac5a4 jfs_lookup(): don't bother with . or .. by Al Viro · 13 years ago
  20. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  21. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  22. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  23. 44a8e63 jfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  24. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  25. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  26. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  27. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  28. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  29. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  30. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  31. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  32. 94b77bd switch jfs to ->s_d_op, close exportfs races by Al Viro · 14 years ago
  33. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  34. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  35. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  36. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  37. 2bc334d jfs: dont overwrite dentry name in d_revalidate by Nick Piggin · 13 years ago
  38. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  39. 9befb55 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 14 years ago
  40. c7f2e1f jfs: add jfs specific ->setattr call by Dmitry Monakhov · 14 years ago
  41. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  42. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  43. 759bfee dquot: move dquot transfer responsibility into the filesystem by Christoph Hellwig · 14 years ago
  44. 18f4c64 jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' by Linus Torvalds · 15 years ago
  45. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  46. ad28b4e constify dentry_operations: JFS by Al Viro · 15 years ago
  47. c94d2a2 jfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  48. 1f3403f nfsd race fixes: jfs by Dave Kleikamp · 16 years ago
  49. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  50. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  51. 88f85a5 JFS: 0 is not valid errno value so return NULL from jfs_lookup by Marcin Slusarz · 16 years ago
  52. ef1fc2f BKL-removal: Implement a compat_ioctl handler for JFS by Andi Kleen · 16 years ago
  53. baab81f BKL-removal: Use unlocked_ioctl for jfs by Andi Kleen · 16 years ago
  54. eab1df7 iget: stop JFS from using iget() and read_inode() by David Howells · 16 years ago
  55. da8a41d JFS: FIx one more plain integer as NULL pointer warning by Dave Kleikamp · 17 years ago
  56. 09aaa74 JFS: Remove defconfig ptr comparison to 0 by Joe Perches · 17 years ago
  57. d425de7 jfs: new export ops by Christoph Hellwig · 17 years ago
  58. 5ca2960 knfsd: exportfs: remove iget abuse by Christoph Hellwig · 17 years ago
  59. f720e3b JFS: Whitespace cleanup and remove some dead code by Dave Kleikamp · 17 years ago
  60. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  61. 82d5b9a JFS: Add lockdep annotations by Dave Kleikamp · 17 years ago
  62. 63f83c9 JFS: White space cleanup by Dave Kleikamp · 18 years ago
  63. 087387f [PATCH] JFS: return correct error when i-node allocation failed by Akinobu Mita · 18 years ago
  64. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  65. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  66. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  67. 48ce8b0 JFS: commit_mutex cleanups by Evgeniy Dushistov · 18 years ago
  68. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  69. fa3241d JFS: ext2 inode attributes for jfs by Herbert Poetzl · 18 years ago
  70. 1de8744 JFS: semaphore to mutex conversion. by Ingo Molnar · 18 years ago
  71. 988a649 JFS: set i_ctime & i_mtime on target directory when creating links by Dave Kleikamp · 19 years ago
  72. 1d15b10f JFS: Implement jfs_init_security by Dave Kleikamp · 19 years ago
  73. 4f4b401 JFS: allow extended attributes to be set within a existing transaction by Dave Kleikamp · 19 years ago
  74. 686762c JFS: Initialize dentry->d_op for negative dentries too by Dave Kleikamp · 19 years ago
  75. 1868f4a JFS: fix sparse warnings by moving extern declarations to headers by Dave Kleikamp · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago