1. bfe2901 Merge 4.19.111 into android-4.19 by Greg Kroah-Hartman · 4 years, 7 months ago
  2. a8ab0b7 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 7 months ago
  3. 75ff56e Merge 4.19.63 into android-4.19 by Greg Kroah-Hartman · 5 years ago
  4. 408af82 access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 5 years ago
  5. 44c5f03 Merge 4.19.41 into android-4.19 by Greg Kroah-Hartman · 5 years ago
  6. 04b4d5f fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
  7. 0b065cd Merge 4.19.33 into android-4.19 by Greg Kroah-Hartman · 5 years ago
  8. 72b790c4 fs/open.c: allow opening only regular files during execve() by Tetsuo Handa · 6 years ago
  9. e81cea2 ANDROID: vfs: Add permission2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  10. 74cca90 ANDROID: vfs: Add setattr2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  11. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  12. 8cf9ee5 Revert "vfs: do get_write_access() on upper layer of overlayfs" by Miklos Szeredi · 6 years ago
  13. 4ab3031 Revert "vfs: add flags to d_real()" by Miklos Szeredi · 6 years ago
  14. 6742cee Revert "ovl: don't allow writing ioctl on lower layer" by Miklos Szeredi · 6 years ago
  15. a6518f7 vfs: don't open real by Miklos Szeredi · 6 years ago
  16. d3b1084 vfs: make open_with_fake_path() not contribute to nr_files by Miklos Szeredi · 6 years ago
  17. 2abc77a new helper: open_with_fake_path() by Al Viro · 6 years ago
  18. 64e1ac4 ->atomic_open(): return 0 in all success cases by Al Viro · 6 years ago
  19. be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 6 years ago
  20. aad888f switch all remaining checks for FILE_OPENED to FMODE_OPENED by Al Viro · 6 years ago
  21. 69527c5 now we can fold open_check_o_direct() into do_dentry_open() by Al Viro · 6 years ago
  22. 4d27f32 fold put_filp() into fput() by Al Viro · 6 years ago
  23. f5d1140 introduce FMODE_OPENED by Al Viro · 6 years ago
  24. e3f20ae security_file_open(): lose cred argument by Al Viro · 6 years ago
  25. ae2bb29 get rid of cred argument of vfs_open() and do_dentry_open() by Al Viro · 6 years ago
  26. ea73ea7 pass ->f_flags value to alloc_empty_file() by Al Viro · 6 years ago
  27. 6de37b6 pass creds to get_empty_filp(), make sure dentry_open() passes the right creds by Al Viro · 6 years ago
  28. 6b4e808 make sure do_dentry_open() won't return positive as an error by Al Viro · 6 years ago
  29. 19f391e turn filp_clone_open() into inline wrapper for dentry_open() by Al Viro · 6 years ago
  30. af04fad Revert "fs: fold open_check_o_direct into do_dentry_open" by Al Viro · 6 years ago
  31. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  32. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  33. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  34. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  35. 2ca2a09 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  36. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  37. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  38. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  39. 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  40. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  41. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  42. cab64df fs: fold open_check_o_direct into do_dentry_open by Christoph Hellwig · 7 years ago
  43. 7c6893e ovl: don't allow writing ioctl on lower layer by Miklos Szeredi · 7 years ago
  44. 495e642 vfs: add flags to d_real() by Miklos Szeredi · 7 years ago
  45. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  46. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 7 years ago
  47. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 7 years ago
  48. 0504532 Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  49. b948abf Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  50. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  51. 629e014 fs: completely ignore unknown open flags by Christoph Hellwig · 7 years ago
  52. 159b095 make sure that fchdir() won't accept referral points, etc. by Al Viro · 7 years ago
  53. 78757af vfs: ftruncate check IS_APPEND() on real upper inode by Amir Goldstein · 7 years ago
  54. e35d49f open: move compat syscalls from compat.c by Al Viro · 7 years ago
  55. bfe219d vfs: wrap write f_ops with file_{start,end}_write() by Amir Goldstein · 8 years ago
  56. 9e79b13 vfs: deny fallocate() on directory by Amir Goldstein · 8 years ago
  57. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  58. 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
  59. 25f4c41 block: implement (some of) fallocate for block devices by Darrick J. Wong · 8 years ago
  60. 71be6b4 vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks by Darrick J. Wong · 8 years ago
  61. 4d0c5ba vfs: do get_write_access() on upper layer of overlayfs by Miklos Szeredi · 8 years ago
  62. c568d68 locks: fix file locking on overlayfs by Miklos Szeredi · 8 years ago
  63. 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
  64. 2d90267 vfs: merge .d_select_inode() into .d_real() by Miklos Szeredi · 8 years ago
  65. c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  67. 54d5ca8 vfs: add vfs_select_inode() helper by Miklos Szeredi · 8 years ago
  68. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 8 years ago
  69. 9a08c35 fs: add filp_clone_open API by James Bottomley · 9 years ago
  70. be01f9f constify chmod_common/security_path_chmod by Al Viro · 9 years ago
  71. 7fd25da constify chown_common/security_path_chown by Al Viro · 9 years ago
  72. 7df818b constify vfs_truncate() by Al Viro · 9 years ago
  73. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 9 years ago
  74. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  75. 62fb4a1 don't carry MAY_OPEN in op->acc_mode by Al Viro · 9 years ago
  76. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  77. 45f147a fs: Call security_ops->inode_killpriv on truncate by Jan Kara · 9 years ago
  78. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  79. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  80. 63afdfc VFS: Handle lower layer dentry/inode in pathwalk by David Howells · 9 years ago
  81. 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
  82. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  83. c1b8940 NFS: fix BUG() crash in notify_change() with patch to chown_common() by Andrew Elble · 10 years ago
  84. e5b811e drop bogus check in file_open_root() by Al Viro · 10 years ago
  85. dd46c78 fs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 10 years ago
  86. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  87. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
  88. 5168910 fs: create proper filename objects using getname_kernel() by Paul Moore · 10 years ago
  89. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  90. 820c12d fallocate: create FAN_MODIFY and IN_MODIFY events by Heinrich Schuchardt · 10 years ago
  91. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  92. 56429e9b merge nfs bugfixes into nfsd for-3.19 branch by J. Bruce Fields · 10 years ago
  93. 72c72bd VFS: Rename do_fallocate() to vfs_fallocate() by Anna Schumaker · 10 years ago
  94. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  95. 6d2b617 vfs: fix check for fallocate on active swapfile by Eric Biggers · 10 years ago
  96. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 11 years ago
  97. 7f7f25e replace checking for ->read/->aio_read presence with check in ->f_mode by Al Viro · 11 years ago
  98. 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
  99. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  100. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago