1. 86dd07d jfs: drop vmtruncate by Marco Stornelli · 12 years ago
  2. 4e7a4b0 jfs: Fix FITRIM argument handling by Lukas Czerner · 12 years ago
  3. eb0ad9c Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  4. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  5. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  6. c18cdc1 userns: Convert jfs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  7. 84f4141 jfs: Fix do_div precision in commit b40c2e66 by Dave Kleikamp · 12 years ago
  8. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  9. 550d6da JFS: use list_move instead of list_del/list_add by Wei Yongjun · 12 years ago
  10. b40c2e6 fs/jfs: TRIM support for JFS Filesystem by Tino Reichardt · 12 years ago
  11. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  12. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  13. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  14. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  15. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  16. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  17. 76bf09f jfs: mising cleanup on register_filesystem() failure by Al Viro · 12 years ago
  18. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  19. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  20. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  21. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  22. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  23. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  24. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  25. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  26. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  27. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  28. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  29. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  30. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  31. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  32. c818b68 jfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  33. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  34. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  35. a0b3447 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 13 years ago
  36. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  37. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  38. 1c8007b jfs: flush journal completely before releasing metadata inodes by Dave Kleikamp · 13 years ago
  39. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  40. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  41. 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
  42. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  43. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  44. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  45. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  46. 3c2c226 jfs: clean up some compiler warnings by Dave Kleikamp · 13 years ago
  47. 79ac5a4 jfs_lookup(): don't bother with . or .. by Al Viro · 13 years ago
  48. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  49. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  50. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  51. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  52. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  53. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  54. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  55. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  56. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  57. ecc9046 jfs: agstart field must be 64 bits by Dave Kleikamp · 13 years ago
  58. d31b53e JFS: Don't save agno in the inode by Dave Kleikamp · 13 years ago
  59. 28e0fa8 jfs: Update agstart when resizing volume by Dave Kleikamp · 13 years ago
  60. 206b631 jfs: old_agsize should be 64 bits in jfs_extendfs by Dave Kleikamp · 13 years ago
  61. 9054760 lmLogOpen() broken failure exit by Al Viro · 13 years ago
  62. 44a8e63 jfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  63. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  64. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  65. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  66. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  67. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  68. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  69. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  70. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  71. 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
  72. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  73. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  74. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  75. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  76. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  77. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  78. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  79. 94b77bd switch jfs to ->s_d_op, close exportfs races by Al Viro · 14 years ago
  80. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  81. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  82. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  83. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  84. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  85. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  86. 2bc334d jfs: dont overwrite dentry name in d_revalidate by Nick Piggin · 13 years ago
  87. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  88. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  89. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  90. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  91. 756acc2 list.h: new helper - hlist_add_fake() by Al Viro · 14 years ago
  92. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  93. 22b26db BKL: Remove BKL from JFS by Jan Blunck · 14 years ago
  94. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  95. 817f2c8 Fix various typos of valid in comments by Nikanth Karthikesan · 14 years ago
  96. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  97. aca0fa3 jfs: don't allow os2 xattr namespace overlap with others by Dave Kleikamp · 14 years ago
  98. 62aff86 switch jfs to ->evict_inode() by Al Viro · 14 years ago
  99. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  100. ea0f04e get rid of nobh_write_begin_newtrunc by Christoph Hellwig · 14 years ago