aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner1-3/+4
2021-12-03fs: use low-level mapping helpersChristian Brauner1-2/+2
2021-12-03fs: move mapping helpersChristian Brauner1-0/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+14
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-10-04audit: add OPENAT2 record to list "how" infoRichard Guy Briggs1-0/+2
2021-08-23fs: remove mandatory file locking supportJeff Layton1-6/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+11
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich1-2/+11
2021-05-28open: don't silently ignore unknown O-flags in openat2()Christian Brauner1-3/+11
2021-04-07switch file_open_root() to struct pathAl Viro1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-13/+22
2021-01-24open: handle idmapped mountsChristian Brauner1-4/+9
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner1-7/+9
2021-01-24attr: handle idmapped mountsChristian Brauner1-3/+5
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-2/+2
2021-01-24fs: add file and path permissions helpersChristian Brauner1-3/+3
2021-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe1-0/+6
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman1-1/+1
2020-12-03openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai1-0/+4
2020-08-12exec: move S_ISREG() check earlierKees Cook1-6/+0
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-39/+39
2020-07-31init: add an init_eaccess helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_chmod helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_chown helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_chroot helperChristoph Hellwig1-6/+1
2020-07-31init: add an init_chdir helperChristoph Hellwig1-6/+1
2020-07-31fs: remove ksys_fchmodChristoph Hellwig1-6/+1
2020-07-31fs: remove ksys_openChristoph Hellwig1-3/+8
2020-07-16fs: add a vfs_fchmod helperChristoph Hellwig1-2/+7
2020-07-16fs: add a vfs_fchown helperChristoph Hellwig1-12/+17
2020-06-17close_range: add CLOSE_RANGE_UNSHAREChristian Brauner1-4/+1
2020-06-17open: add close_range()Christian Brauner1-0/+20
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton1-2/+1
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-8/+26
2020-05-14vfs: split out access_override_creds()Miklos Szeredi1-10/+24
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro1-3/+0
2020-02-27make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOWAl Viro1-1/+3
2020-01-20fs: make build_open_flags() available internallyJens Axboe1-3/+2
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-34/+113
2019-11-26Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds1-1/+5
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds1-5/+1
2019-09-26fs: remove unlikely() from WARN_ON() conditionDenis Efremov1-1/+1
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu1-0/+8
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds1-0/+19