summaryrefslogtreecommitdiffstats
path: root/fs/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocksDarrick J. Wong2016-10-031-0/+5
* | block: implement (some of) fallocate for block devicesDarrick J. Wong2016-10-111-1/+2
* | vfs: do get_write_access() on upper layer of overlayfsMiklos Szeredi2016-09-161-2/+13
* | locks: fix file locking on overlayfsMiklos Szeredi2016-09-161-1/+1
|/
* Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-071-0/+20
|\
| * fs: add filp_clone_open APIJames Bottomley2016-03-301-0/+20
* | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-4/+4
* | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-171-3/+3
|\ \
| * | constify chmod_common/security_path_chmodAl Viro2016-03-281-1/+1
| * | constify chown_common/security_path_chownAl Viro2016-03-281-1/+1
| * | constify vfs_truncate()Al Viro2016-03-281-1/+1
| |/
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-8/+4
|\ \
| * | vfs: add vfs_select_inode() helperMiklos Szeredi2016-05-101-8/+4
| |/
* / give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro2016-05-021-1/+1
|/
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-4/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-041-4/+1
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-1/+1
* fs: Call security_ops->inode_killpriv on truncateJan Kara2015-06-231-2/+4
* vfs: add file_path() helperMiklos Szeredi2015-06-231-0/+6
* overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-191-23/+26