aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c
AgeCommit message (Expand)Author
2021-07-14Merge branch 'v5.10/base' into v5.10/standard/qemuarm64Bruce Ashfield
2021-07-14open: don't silently ignore unknown O-flags in openat2()Christian Brauner
2021-06-15aufs5: aufs-standaloneBruce Ashfield
2021-06-09Revert "aufs5: aufs5-standalone"Bruce Ashfield
2020-12-30Merge tag 'v5.10.4' into v5.10/standard/baseBruce Ashfield
2020-12-30openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai
2020-12-17aufs5: aufs5-standaloneBruce Ashfield
2020-08-12exec: move S_ISREG() check earlierKees Cook
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-31init: add an init_eaccess helperChristoph Hellwig
2020-07-31init: add an init_chmod helperChristoph Hellwig
2020-07-31init: add an init_chown helperChristoph Hellwig
2020-07-31init: add an init_chroot helperChristoph Hellwig
2020-07-31init: add an init_chdir helperChristoph Hellwig
2020-07-31fs: remove ksys_fchmodChristoph Hellwig
2020-07-31fs: remove ksys_openChristoph Hellwig
2020-07-16fs: add a vfs_fchmod helperChristoph Hellwig
2020-07-16fs: add a vfs_fchown helperChristoph Hellwig
2020-06-17close_range: add CLOSE_RANGE_UNSHAREChristian Brauner
2020-06-17open: add close_range()Christian Brauner
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi
2020-05-14vfs: split out access_override_creds()Miklos Szeredi
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-02-27make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOWAl Viro
2020-01-20fs: make build_open_flags() available internallyJens Axboe
2020-01-18open: introduce openat2(2) syscallAleksa Sarai
2019-11-26Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds
2019-09-26fs: remove unlikely() from WARN_ON() conditionDenis Efremov
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-03-29fs/open.c: allow opening only regular files during execve()Tetsuo Handa
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-18Revert "vfs: do get_write_access() on upper layer of overlayfs"Miklos Szeredi
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi
2018-07-18Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi
2018-07-18vfs: don't open realMiklos Szeredi
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi
2018-07-12new helper: open_with_fake_path()Al Viro
2018-07-12->atomic_open(): return 0 in all success casesAl Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Al Viro
2018-07-12fold put_filp() into fput()Al Viro