1. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  2. 8468e93 mm, thp: fix incorrect unmap behavior for private pages by Rongwei Wang · 3 years, 2 months ago
  3. 55fc0d9 mm, thp: lock filemap when truncating page cache by Rongwei Wang · 3 years, 2 months ago
  4. 571e5c0 audit: add OPENAT2 record to list "how" info by Richard Guy Briggs · 3 years, 7 months ago
  5. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 4 months ago
  6. 58ec905 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  7. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  8. eb6ecbe mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs by Collin Fijalkovich · 3 years, 6 months ago
  9. cfe8030 open: don't silently ignore unknown O-flags in openat2() by Christian Brauner · 3 years, 7 months ago
  10. ffb37ca switch file_open_root() to struct path by Al Viro · 3 years, 9 months ago
  11. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  12. b8b546a open: handle idmapped mounts by Christian Brauner · 4 years ago
  13. 643fe55 open: handle idmapped mounts in do_truncate() by Christian Brauner · 4 years ago
  14. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  15. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  16. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
  17. 99668f6 fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHED by Jens Axboe · 4 years ago
  18. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years ago
  19. 8760c90 file: Rename __close_fd to close_fd and remove the files parameter by Eric W. Biederman · 4 years, 1 month ago
  20. 398840f openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT by Aleksa Sarai · 4 years, 2 months ago
  21. 633fb6a exec: move S_ISREG() check earlier by Kees Cook · 4 years, 5 months ago
  22. e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  23. eb9d7d3 init: add an init_eaccess helper by Christoph Hellwig · 4 years, 5 months ago
  24. 1097742 init: add an init_chmod helper by Christoph Hellwig · 4 years, 5 months ago
  25. b873498 init: add an init_chown helper by Christoph Hellwig · 4 years, 5 months ago
  26. 4b7ca50 init: add an init_chroot helper by Christoph Hellwig · 4 years, 5 months ago
  27. db63f1e init: add an init_chdir helper by Christoph Hellwig · 4 years, 5 months ago
  28. b25ba7c fs: remove ksys_fchmod by Christoph Hellwig · 4 years, 6 months ago
  29. 166e07c fs: remove ksys_open by Christoph Hellwig · 4 years, 7 months ago
  30. 9e96c8c fs: add a vfs_fchmod helper by Christoph Hellwig · 4 years, 6 months ago
  31. c04011f fs: add a vfs_fchown helper by Christoph Hellwig · 4 years, 6 months ago
  32. 60997c3 close_range: add CLOSE_RANGE_UNSHARE by Christian Brauner · 4 years, 7 months ago
  33. 278a5fb open: add close_range() by Christian Brauner · 6 years ago
  34. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  35. 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 7 months ago
  36. c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
  37. 9470451 vfs: split out access_override_creds() by Miklos Szeredi · 4 years, 8 months ago
  38. 9c57749 Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 9 months ago
  39. d9a9f48 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 10 months ago
  40. 31d1726 make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW by Al Viro · 5 years ago
  41. 35cb6d5 fs: make build_open_flags() available internally by Jens Axboe · 5 years ago
  42. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  43. 2be7d34 Revert "vfs: properly and reliably lock f_pos in fdget_pos()" by Linus Torvalds · 5 years ago
  44. 0be0ee7 vfs: properly and reliably lock f_pos in fdget_pos() by Linus Torvalds · 5 years ago
  45. 7159d54 fs: remove unlikely() from WARN_ON() condition by Denis Efremov · 5 years ago
  46. 09d91cd mm,thp: avoid writes to file with THP in pagecache by Song Liu · 5 years ago
  47. d7852fb access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 5 years ago
  48. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  49. 438ab72 vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files by Kirill Smelkov · 6 years ago
  50. 10dce8a fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
  51. 73601ea fs/open.c: allow opening only regular files during execve() by Tetsuo Handa · 6 years ago
  52. 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
  53. 8cf9ee5 Revert "vfs: do get_write_access() on upper layer of overlayfs" by Miklos Szeredi · 6 years ago
  54. 4ab3031 Revert "vfs: add flags to d_real()" by Miklos Szeredi · 6 years ago
  55. 6742cee Revert "ovl: don't allow writing ioctl on lower layer" by Miklos Szeredi · 6 years ago
  56. a6518f7 vfs: don't open real by Miklos Szeredi · 6 years ago
  57. d3b1084 vfs: make open_with_fake_path() not contribute to nr_files by Miklos Szeredi · 6 years ago
  58. 2abc77a new helper: open_with_fake_path() by Al Viro · 6 years ago
  59. 64e1ac4 ->atomic_open(): return 0 in all success cases by Al Viro · 6 years ago
  60. be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 7 years ago
  61. aad888f switch all remaining checks for FILE_OPENED to FMODE_OPENED by Al Viro · 7 years ago
  62. 69527c5 now we can fold open_check_o_direct() into do_dentry_open() by Al Viro · 7 years ago
  63. 4d27f32 fold put_filp() into fput() by Al Viro · 6 years ago
  64. f5d1140 introduce FMODE_OPENED by Al Viro · 6 years ago
  65. e3f20ae security_file_open(): lose cred argument by Al Viro · 6 years ago
  66. ae2bb29 get rid of cred argument of vfs_open() and do_dentry_open() by Al Viro · 6 years ago
  67. ea73ea7 pass ->f_flags value to alloc_empty_file() by Al Viro · 6 years ago
  68. 6de37b6 pass creds to get_empty_filp(), make sure dentry_open() passes the right creds by Al Viro · 6 years ago
  69. 6b4e808 make sure do_dentry_open() won't return positive as an error by Al Viro · 6 years ago
  70. 19f391e turn filp_clone_open() into inline wrapper for dentry_open() by Al Viro · 7 years ago
  71. af04fad Revert "fs: fold open_check_o_direct into do_dentry_open" by Al Viro · 7 years ago
  72. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  73. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  74. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  75. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  76. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  77. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  78. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  79. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  80. 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
  81. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  82. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  83. cab64df fs: fold open_check_o_direct into do_dentry_open by Christoph Hellwig · 7 years ago
  84. 7c6893e ovl: don't allow writing ioctl on lower layer by Miklos Szeredi · 7 years ago
  85. 495e642 vfs: add flags to d_real() by Miklos Szeredi · 7 years ago
  86. 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
  87. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 7 years ago
  88. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 8 years ago
  89. 0504532 Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  90. b948abf Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  91. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  92. 629e014 fs: completely ignore unknown open flags by Christoph Hellwig · 8 years ago
  93. 159b095 make sure that fchdir() won't accept referral points, etc. by Al Viro · 8 years ago
  94. 78757af vfs: ftruncate check IS_APPEND() on real upper inode by Amir Goldstein · 8 years ago
  95. e35d49f open: move compat syscalls from compat.c by Al Viro · 8 years ago
  96. bfe219d vfs: wrap write f_ops with file_{start,end}_write() by Amir Goldstein · 8 years ago
  97. 9e79b13 vfs: deny fallocate() on directory by Amir Goldstein · 8 years ago
  98. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  99. 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
  100. 25f4c41 block: implement (some of) fallocate for block devices by Darrick J. Wong · 8 years ago