1. d2adeff Merge 4.9.217 into android-4.9-q by Greg Kroah-Hartman · 4 years, 1 month ago
  2. ca9a513 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 2 months ago
  3. 0eb90dd Merge 4.9.187 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
  4. 5081001 access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 4 years, 10 months ago
  5. 77161ce Merge 4.9.181 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  6. 9c829b6 fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 5 years ago
  7. 6947310 Merge 4.9.167 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  8. 7d7637d fs/open.c: allow opening only regular files during execve() by Tetsuo Handa · 5 years ago
  9. 598195a Merge 4.9.37 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  10. 26ff065 fs: completely ignore unknown open flags by Christoph Hellwig · 7 years ago
  11. bbcd0ff ANDROID: vfs: Add permission2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  12. 2757e9b ANDROID: vfs: Add setattr2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  13. 35a891b Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  14. 25f4c41 block: implement (some of) fallocate for block devices by Darrick J. Wong · 8 years ago
  15. 71be6b4 vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks by Darrick J. Wong · 8 years ago
  16. 4d0c5ba vfs: do get_write_access() on upper layer of overlayfs by Miklos Szeredi · 8 years ago
  17. c568d68 locks: fix file locking on overlayfs by Miklos Szeredi · 8 years ago
  18. e9d488c Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc by Linus Torvalds · 8 years ago
  19. 2d90267 vfs: merge .d_select_inode() into .d_real() by Miklos Szeredi · 8 years ago
  20. c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  22. 54d5ca8 vfs: add vfs_select_inode() helper by Miklos Szeredi · 8 years ago
  23. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 8 years ago
  24. 9a08c35 fs: add filp_clone_open API by James Bottomley · 8 years ago
  25. be01f9f constify chmod_common/security_path_chmod by Al Viro · 8 years ago
  26. 7fd25da constify chown_common/security_path_chown by Al Viro · 8 years ago
  27. 7df818b constify vfs_truncate() by Al Viro · 8 years ago
  28. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 8 years ago
  29. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  30. 62fb4a1 don't carry MAY_OPEN in op->acc_mode by Al Viro · 8 years ago
  31. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  32. 45f147a fs: Call security_ops->inode_killpriv on truncate by Jan Kara · 9 years ago
  33. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  34. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  35. 63afdfc VFS: Handle lower layer dentry/inode in pathwalk by David Howells · 9 years ago
  36. 1aef882 Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  37. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  38. c1b8940 NFS: fix BUG() crash in notify_change() with patch to chown_common() by Andrew Elble · 9 years ago
  39. e5b811e drop bogus check in file_open_root() by Al Viro · 9 years ago
  40. dd46c78 fs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  41. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  42. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 9 years ago
  43. 5168910 fs: create proper filename objects using getname_kernel() by Paul Moore · 9 years ago
  44. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  45. 820c12d fallocate: create FAN_MODIFY and IN_MODIFY events by Heinrich Schuchardt · 9 years ago
  46. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  47. 56429e9b merge nfs bugfixes into nfsd for-3.19 branch by J. Bruce Fields · 9 years ago
  48. 72c72bd VFS: Rename do_fallocate() to vfs_fallocate() by Anna Schumaker · 9 years ago
  49. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  50. 6d2b617 vfs: fix check for fallocate on active swapfile by Eric Biggers · 10 years ago
  51. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 10 years ago
  52. 7f7f25e replace checking for ->read/->aio_read presence with check in ->f_mode by Al Viro · 10 years ago
  53. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  54. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  55. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago
  56. 23fffa9 fs: move falloc collapse range check into the filesystem methods by Lukas Czerner · 10 years ago
  57. 8fc61d9 fs: prevent doing FALLOC_FL_ZERO_RANGE on append only file by Lukas Czerner · 10 years ago
  58. d15e031 Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  59. 3f4d5a0 tidy do_dentry_open() up a bit by Al Viro · 10 years ago
  60. 83f936c mark struct file that had write access grabbed by open() by Al Viro · 10 years ago
  61. 0ccb286 fold __get_file_write_access() into its only caller by Al Viro · 10 years ago
  62. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 10 years ago
  63. dd20908 don't bother with {get,put}_write_access() on non-regular files by Al Viro · 10 years ago
  64. 409332b fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  65. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 10 years ago
  66. 00f5e61 fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate by Namjae Jeon · 10 years ago
  67. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  68. eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago
  69. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  70. 0854d45 vfs: improve i_op->atomic_open() documentation by Miklos Szeredi · 11 years ago
  71. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  72. 173c840 switch fchmod() to fdget by Al Viro · 11 years ago
  73. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  74. e305f48 fs: Fix file mode for O_TMPFILE by Andy Lutomirski · 11 years ago
  75. ba57ea6 allow O_TMPFILE to work with O_WRONLY by Al Viro · 11 years ago
  76. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  77. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  78. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  79. 2cf0966 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect by Al Viro · 11 years ago
  80. 4a0fd5b teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long by Al Viro · 11 years ago
  81. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  82. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  83. dd37978 cache the value of file_inode() in struct file by Al Viro · 11 years ago
  84. 21d2068 get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero by Al Viro · 11 years ago
  85. 3f6d078 fix compat truncate/ftruncate by Al Viro · 11 years ago
  86. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 11 years ago
  87. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  88. 99a5df3 vfs: make fchownat retry once on ESTALE errors by Jeff Layton · 11 years ago
  89. 14ff690 vfs: make fchmodat retry once on ESTALE errors by Jeff Layton · 11 years ago
  90. 2771261 vfs: have chroot retry once on ESTALE error by Jeff Layton · 11 years ago
  91. 0291c0a vfs: have chdir retry lookup and call once on ESTALE error by Jeff Layton · 11 years ago
  92. 87fa559 vfs: have faccessat retry once on an ESTALE error by Jeff Layton · 11 years ago
  93. 48f7530 vfs: have do_sys_truncate retry once on an ESTALE error by Jeff Layton · 11 years ago
  94. a02de96 VFS: Make more complete truncate operation available to CacheFiles by David Howells · 11 years ago
  95. a85fb27 vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespace by Eric W. Biederman · 12 years ago
  96. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  97. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  98. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  99. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  100. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago