aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2019-02-151-5/+8
* ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg2019-02-151-7/+16
* 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
| * Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi2018-07-181-2/+2
| * vfs: don't open realMiklos Szeredi2018-07-181-6/+1
| * vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi2018-07-181-1/+1
| * new helper: open_with_fake_path()Al Viro2018-07-121-0/+18
* | ->atomic_open(): return 0 in all success casesAl Viro2018-07-121-2/+2
* | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-2/+1
* | switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro2018-07-121-7/+2
|/
* now we can fold open_check_o_direct() into do_dentry_open()Al Viro2018-07-121-12/+5
* fold put_filp() into fput()Al Viro2018-07-121-8/+3
* introduce FMODE_OPENEDAl Viro2018-07-121-1/+2
* security_file_open(): lose cred argumentAl Viro2018-07-121-1/+1
* get rid of cred argument of vfs_open() and do_dentry_open()Al Viro2018-07-121-9/+6
* pass ->f_flags value to alloc_empty_file()Al Viro2018-07-121-5/+3
* pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro2018-07-121-1/+1
* make sure do_dentry_open() won't return positive as an errorAl Viro2018-07-101-0/+2
* turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-101-20/+0
* Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro2018-06-031-18/+26
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-26/+18
|\
| * fs: fold open_check_o_direct into do_dentry_openChristoph Hellwig2018-03-281-26/+18
* | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-1/+6
* | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
* | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-021-1/+1
* | fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-021-1/+0
* | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-6/+17
* | fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski2018-04-021-2/+7
* | fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski2018-04-021-3/+14
* | fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-021-1/+6
* | fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-021-1/+6
|/
* ovl: don't allow writing ioctl on lower layerMiklos Szeredi2017-09-051-2/+2
* vfs: add flags to d_real()Miklos Szeredi2017-09-041-2/+2
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-0/+3
|\
| * fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-061-0/+3
* | fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2017-06-271-0/+1
|/
* Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-121-6/+3
|\
| * make sure that fchdir() won't accept referral points, etc.Al Viro2017-04-211-6/+3
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-101-1/+2
|\ \
| * | vfs: ftruncate check IS_APPEND() on real upper inodeAmir Goldstein2017-04-201-1/+2
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-0/+6
|\ \
| * | fs: completely ignore unknown open flagsChristoph Hellwig2017-04-271-0/+6
| |/
* / open: move compat syscalls from compat.cAl Viro2017-04-171-0/+20
|/
* vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein2017-02-071-2/+2
* vfs: deny fallocate() on directoryAmir Goldstein2017-02-071-6/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-131-0/+5
|\