aboutsummaryrefslogtreecommitdiff
path: root/fs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+1
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+2
2018-07-18Revert "vfs: update ovl inode before relatime check"Gravatar Miklos Szeredi 1-7/+0
2018-07-18Revert "ovl: don't allow writing ioctl on lower layer"Gravatar Miklos Szeredi 1-2/+0
2018-07-18vfs: export vfs_ioctl() to modulesGravatar Miklos Szeredi 1-1/+0
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesGravatar Miklos Szeredi 1-0/+1
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Gravatar Al Viro 1-1/+0
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Gravatar Al Viro 1-1/+1
2018-07-12pass ->f_flags value to alloc_empty_file()Gravatar Al Viro 1-1/+1
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsGravatar Al Viro 1-1/+1
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Gravatar Al Viro 1-1/+0
2018-06-19fs: factor out a __generic_write_end helperGravatar Christoph Hellwig 1-0/+2
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Gravatar Al Viro 1-0/+1
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Gravatar Dominik Brodowski 1-0/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersGravatar Dominik Brodowski 1-0/+2
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Gravatar Dominik Brodowski 1-0/+1
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Gravatar Dominik Brodowski 1-0/+2
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Gravatar Dominik Brodowski 1-0/+2
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Gravatar Dominik Brodowski 1-0/+2
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Gravatar Dominik Brodowski 1-0/+2
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Gravatar Dominik Brodowski 1-0/+1
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Gravatar Dominik Brodowski 1-0/+1
2018-03-28fs: fold open_check_o_direct into do_dentry_openGravatar Christoph Hellwig 1-1/+0
2017-11-10fs: expose do_unlinkat for built-in callersGravatar Christoph Hellwig 1-0/+1
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2017-09-05ovl: don't allow writing ioctl on lower layerGravatar Miklos Szeredi 1-0/+2
2017-09-01xfs: evict all inodes involved with log redo itemGravatar Darrick J. Wong 1-1/+0
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+0
2017-04-29remove pointless extern of atime_need_update_rcu()Gravatar Al Viro 1-2/+0
2017-04-17fhandle: move compat syscalls from compat.cGravatar Al Viro 1-2/+0
2017-01-30iomap: constify struct iomap_opsGravatar Christoph Hellwig 1-1/+1
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesGravatar Al Viro 1-1/+1
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cGravatar Christoph Hellwig 1-0/+3
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+10
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscGravatar Al Viro 1-0/+9
2016-09-27fs/internal.h: add const to ns_dentry_operations declarationGravatar Rasmus Villemoes 1-1/+1
2016-09-19iomap: expose iomap_apply outside iomap.cGravatar Christoph Hellwig 1-0/+11
2016-09-16vfs: update ovl inode before relatime checkGravatar Miklos Szeredi 1-0/+9
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Gravatar Al Viro 1-0/+1
2016-08-03vfs: make dentry_needs_remove_privs() internalGravatar Miklos Szeredi 1-0/+1
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2016-06-21fs: introduce iomap infrastructureGravatar Christoph Hellwig 1-0/+3
2016-06-10much milder d_walk() raceGravatar Al Viro 1-0/+1
2016-03-30fs: add filp_clone_open APIGravatar James Bottomley 1-0/+1
2016-01-08Merge branch 'for-linus' into work.miscGravatar Al Viro 1-0/+7
2016-01-08compat_ioctl: don't pass fd around when not neededGravatar Al Viro 1-0/+7
2016-01-04saner calling conventions for copy_mount_options()Gravatar Al Viro 1-1/+1