aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28vfs: Add configuration parser helpersDavid Howells1-0/+2
2019-01-30introduce fs_context methodsAl Viro1-2/+0
2019-01-30convert do_remount_sb() to fs_contextDavid Howells1-1/+2
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro1-0/+1
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells1-2/+7
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-10/+1
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2
2018-07-18Revert "vfs: update ovl inode before relatime check"Miklos Szeredi1-7/+0
2018-07-18Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi1-2/+0
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi1-1/+0
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi1-0/+1
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Al Viro1-1/+0
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Al Viro1-1/+1
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro1-1/+1
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro1-1/+1
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-1/+0
2018-06-19fs: factor out a __generic_write_end helperChristoph Hellwig1-0/+2
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro1-0/+1
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-0/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-0/+2
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscallDominik Brodowski1-0/+1
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscallDominik Brodowski1-0/+2
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscallDominik Brodowski1-0/+2
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscallDominik Brodowski1-0/+2
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscallDominik Brodowski1-0/+2
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscallDominik Brodowski1-0/+1
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski1-0/+1
2018-03-28fs: fold open_check_o_direct into do_dentry_openChristoph Hellwig1-1/+0
2017-11-10fs: expose do_unlinkat for built-in callersChristoph Hellwig1-0/+1
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+2
2017-09-05ovl: don't allow writing ioctl on lower layerMiklos Szeredi1-0/+2
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-1/+0
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2017-04-29remove pointless extern of atime_need_update_rcu()Al Viro1-2/+0
2017-04-17fhandle: move compat syscalls from compat.cAl Viro1-2/+0
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-1/+1
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro1-1/+1
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig1-0/+3
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+10
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro1-0/+9
2016-09-27fs/internal.h: add const to ns_dentry_operations declarationRasmus Villemoes1-1/+1
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig1-0/+11
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi1-0/+9
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_miscLinus Torvalds1-0/+1
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linusAl Viro1-0/+1
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi1-0/+1
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+3
2016-06-21fs: introduce iomap infrastructureChristoph Hellwig1-0/+3