aboutsummaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-7/+4
2022-09-20open: always initialize ownership fieldsGravatar Tetsuo Handa 1-0/+2
2022-08-16locks: fix TOCTOU race when granting write leaseGravatar Amir Goldstein 1-7/+4
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2022-07-16fs: remove no_llseekGravatar Jason A. Donenfeld 1-2/+0
2022-07-16fs: clear or set FMODE_LSEEK based on llseek functionGravatar Jason A. Donenfeld 1-0/+4
2022-06-26attr: port attribute changes to new typesGravatar Christian Brauner 1-15/+45
2022-06-10keep iocb_flags() result cached in struct fileGravatar Al Viro 1-0/+1
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+24
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-0/+42
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileGravatar Chuck Lever 1-0/+42
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagGravatar NeilBrown 1-5/+4
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGravatar Guo Ren 1-0/+24
2022-03-08fs: remove fs.f_write_hintGravatar Christoph Hellwig 1-1/+0
2021-12-05fs: support mapped mounts of mapped filesystemsGravatar Christian Brauner 1-3/+4
2021-12-03fs: use low-level mapping helpersGravatar Christian Brauner 1-2/+2
2021-12-03fs: move mapping helpersGravatar Christian Brauner 1-0/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+14
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesGravatar Rongwei Wang 1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheGravatar Rongwei Wang 1-1/+4
2021-10-04audit: add OPENAT2 record to list "how" infoGravatar Richard Guy Briggs 1-0/+2
2021-08-23fs: remove mandatory file locking supportGravatar Jeff Layton 1-6/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+11
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsGravatar Collin Fijalkovich 1-2/+11
2021-05-28open: don't silently ignore unknown O-flags in openat2()Gravatar Christian Brauner 1-3/+11
2021-04-07switch file_open_root() to struct pathGravatar Al Viro 1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-13/+22
2021-01-24open: handle idmapped mountsGravatar Christian Brauner 1-4/+9
2021-01-24open: handle idmapped mounts in do_truncate()Gravatar Christian Brauner 1-7/+9
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-3/+5
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-2/+2
2021-01-24fs: add file and path permissions helpersGravatar Christian Brauner 1-3/+3
2021-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDGravatar Jens Axboe 1-0/+6
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterGravatar Eric W. Biederman 1-1/+1
2020-12-03openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTGravatar Aleksa Sarai 1-0/+4
2020-08-12exec: move S_ISREG() check earlierGravatar Kees Cook 1-6/+0
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-39/+39
2020-07-31init: add an init_eaccess helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_chmod helperGravatar Christoph Hellwig 1-2/+2
2020-07-31init: add an init_chown helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_chroot helperGravatar Christoph Hellwig 1-6/+1
2020-07-31init: add an init_chdir helperGravatar Christoph Hellwig 1-6/+1
2020-07-31fs: remove ksys_fchmodGravatar Christoph Hellwig 1-6/+1
2020-07-31fs: remove ksys_openGravatar Christoph Hellwig 1-3/+8
2020-07-16fs: add a vfs_fchmod helperGravatar Christoph Hellwig 1-2/+7
2020-07-16fs: add a vfs_fchown helperGravatar Christoph Hellwig 1-12/+17
2020-06-17close_range: add CLOSE_RANGE_UNSHAREGravatar Christian Brauner 1-4/+1