1. 032b199 FPII-2974 :[Part 3]Elevation of privilege vulnerability in kernel file system CVE-2016-7097 A-32458736 by Mark Salyzyn · 7 years ago
  2. 9451fcb FPII-2974 :[Part 1]Elevation of privilege vulnerability in kernel file system CVE-2016-7097 A-32458736 by Jan Kara · 8 years ago
  3. 76bf09f jfs: mising cleanup on register_filesystem() failure by Al Viro · 12 years ago
  4. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  5. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  6. 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
  7. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  8. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  9. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  10. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  11. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  12. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  13. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  14. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  15. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  16. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  17. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  18. c818b68 jfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  19. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  20. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  21. 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
  22. 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
  23. 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
  24. 1c8007b jfs: flush journal completely before releasing metadata inodes by Dave Kleikamp · 13 years ago
  25. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  26. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  27. 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
  28. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  29. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  30. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  31. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  32. 3c2c226 jfs: clean up some compiler warnings by Dave Kleikamp · 13 years ago
  33. 79ac5a4 jfs_lookup(): don't bother with . or .. by Al Viro · 13 years ago
  34. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  35. aacfc19 fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  36. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  37. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  38. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  39. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  40. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  41. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  42. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  43. ecc9046 jfs: agstart field must be 64 bits by Dave Kleikamp · 13 years ago
  44. d31b53e JFS: Don't save agno in the inode by Dave Kleikamp · 13 years ago
  45. 28e0fa8 jfs: Update agstart when resizing volume by Dave Kleikamp · 13 years ago
  46. 206b631 jfs: old_agsize should be 64 bits in jfs_extendfs by Dave Kleikamp · 13 years ago
  47. 9054760 lmLogOpen() broken failure exit by Al Viro · 13 years ago
  48. 44a8e63 jfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  49. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  50. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  51. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  52. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  53. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  54. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  55. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  56. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  57. 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
  58. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  59. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  60. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  61. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  62. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  63. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  64. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  65. 94b77bd switch jfs to ->s_d_op, close exportfs races by Al Viro · 14 years ago
  66. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  67. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  68. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  69. fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 13 years ago
  70. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  71. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  72. 2bc334d jfs: dont overwrite dentry name in d_revalidate by Nick Piggin · 13 years ago
  73. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  74. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  75. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  76. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  77. 756acc2 list.h: new helper - hlist_add_fake() by Al Viro · 14 years ago
  78. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  79. 22b26db BKL: Remove BKL from JFS by Jan Blunck · 14 years ago
  80. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  81. 817f2c8 Fix various typos of valid in comments by Nikanth Karthikesan · 14 years ago
  82. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  83. aca0fa3 jfs: don't allow os2 xattr namespace overlap with others by Dave Kleikamp · 14 years ago
  84. 62aff86 switch jfs to ->evict_inode() by Al Viro · 14 years ago
  85. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  86. ea0f04e get rid of nobh_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  87. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  88. 426d310 fix printk typo 'faild' by Paul Bolle · 14 years ago
  89. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  90. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  91. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  92. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  93. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  94. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  95. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  96. 319b2be jfs: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 14 years ago
  97. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  98. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  99. 684bdc7 JFS: Free sbi memory in error path by Jan Blunck · 14 years ago
  100. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago