summaryrefslogtreecommitdiffstats
path: root/fs/open.c
Commit message (Expand)AuthorAgeFilesLines
* fs: remove mandatory file locking supportJeff Layton2021-08-231-6/+2
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-2/+2
|\
| * switch file_open_root() to struct pathAl Viro2021-04-071-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-2/+11
|\ \
| * | mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2021-06-301-2/+11
| |/
* / open: don't silently ignore unknown O-flags in openat2()Christian Brauner2021-05-281-3/+11
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-13/+22
|\
| * open: handle idmapped mountsChristian Brauner2021-01-241-4/+9
| * open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-241-7/+9
| * attr: handle idmapped mountsChristian Brauner2021-01-241-3/+5
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-3/+3
* | fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe2021-01-041-0/+6
|/
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-1/+1
|\
| * file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2020-12-101-1/+1
* | openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai2020-12-031-0/+4
|/
* exec: move S_ISREG() check earlierKees Cook2020-08-121-6/+0
* Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-39/+39
|\
| * init: add an init_eaccess helperChristoph Hellwig2020-07-311-1/+1
| * init: add an init_chmod helperChristoph Hellwig2020-07-311-2/+2
| * init: add an init_chown helperChristoph Hellwig2020-07-311-1/+1
| * init: add an init_chroot helperChristoph Hellwig2020-07-311-6/+1
| * init: add an init_chdir helperChristoph Hellwig2020-07-311-6/+1
| * fs: remove ksys_fchmodChristoph Hellwig2020-07-311-6/+1
| * fs: remove ksys_openChristoph Hellwig2020-07-311-3/+8
| * fs: add a vfs_fchmod helperChristoph Hellwig2020-07-161-2/+7
| * fs: add a vfs_fchown helperChristoph Hellwig2020-07-161-12/+17
* | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-171-4/+1
* | open: add close_range()Christian Brauner2020-06-171-0/+20
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-2/+1
|\
| * vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-021-2/+1
* | vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-8/+26
* | vfs: split out access_override_creds()Miklos Szeredi2020-05-141-10/+24
|/
* Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-021-1/+3
|\
| * make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOWAl Viro2020-02-271-1/+3
* | cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-121-3/+0
|/
* fs: make build_open_flags() available internallyJens Axboe2020-01-201-3/+2
* open: introduce openat2(2) syscallAleksa Sarai2020-01-181-34/+113
* Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds2019-11-261-1/+5
* vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds2019-11-251-5/+1
* fs: remove unlikely() from WARN_ON() conditionDenis Efremov2019-09-261-1/+1
* mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-241-0/+8
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-241-0/+19
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov2019-05-061-2/+3
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-0/+18
* fs/open.c: allow opening only regular files during execve()Tetsuo Handa2019-03-291-0/+6
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-21/+23
|\
| * Revert "vfs: do get_write_access() on upper layer of overlayfs"Miklos Szeredi2018-07-181-13/+2
| * Revert "vfs: add flags to d_real()"Miklos Szeredi2018-07-181-1/+1