aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov1-2/+3
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlockKirill Smelkov1-0/+18
2019-03-29fs/open.c: allow opening only regular files during execve()Tetsuo Handa1-0/+6
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-21/+23
2018-07-18Revert "vfs: do get_write_access() on upper layer of overlayfs"Miklos Szeredi1-13/+2
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi1-1/+1
2018-07-18Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi1-2/+2
2018-07-18vfs: don't open realMiklos Szeredi1-6/+1
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi1-1/+1
2018-07-12new helper: open_with_fake_path()Al Viro1-0/+18
2018-07-12->atomic_open(): return 0 in all success casesAl Viro1-2/+2
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-2/+1
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro1-7/+2
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Al Viro1-12/+5
2018-07-12fold put_filp() into fput()Al Viro1-8/+3
2018-07-12introduce FMODE_OPENEDAl Viro1-1/+2
2018-07-12security_file_open(): lose cred argumentAl Viro1-1/+1
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Al Viro1-9/+6
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro1-5/+3
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro1-1/+1
2018-07-10make sure do_dentry_open() won't return positive as an errorAl Viro1-0/+2
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro1-20/+0
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro1-18/+26
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+18
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-1/+6
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski1-1/+0
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-6/+17
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscallDominik Brodowski1-2/+7
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscallDominik Brodowski1-3/+14
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski1-1/+6
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski1-1/+6
2018-03-28fs: fold open_check_o_direct into do_dentry_openChristoph Hellwig1-26/+18
2017-09-05ovl: don't allow writing ioctl on lower layerMiklos Szeredi1-2/+2
2017-09-04vfs: add flags to d_real()Miklos Szeredi1-2/+2
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-0/+3
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+3
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe1-0/+1
2017-05-12Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2017-05-10Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+2
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2017-04-27fs: completely ignore unknown open flagsChristoph Hellwig1-0/+6