aboutsummaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren
2022-03-08fs: remove fs.f_write_hintChristoph Hellwig
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner
2021-12-03fs: use low-level mapping helpersChristian Brauner
2021-12-03fs: move mapping helpersChristian Brauner
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang
2021-10-04audit: add OPENAT2 record to list "how" infoRichard Guy Briggs
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich
2021-05-28open: don't silently ignore unknown O-flags in openat2()Christian Brauner
2021-04-07switch file_open_root() to struct pathAl Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24open: handle idmapped mountsChristian Brauner
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2021-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman
2020-12-03openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai
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