aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+0
2020-01-20fs: make two stat prep helpers availableJens Axboe1-0/+6
2020-01-20fs: make build_open_flags() available internallyJens Axboe1-0/+2
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-1/+1
2020-01-03compat_ioctl: simplify the implementationArnd Bergmann1-6/+0
2019-10-25make __d_alloc() staticAl Viro1-1/+0
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+0
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong1-10/+0
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro1-0/+2
2019-06-27fs: fold __generic_write_end back into generic_write_endChristoph Hellwig1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-25switch mount_capable() to fs_contextAl Viro1-1/+1
2019-05-25move the capability checks from sget_userns() to legacy_get_tree()Al Viro1-0/+2
2019-05-21unexport simple_dname()Al Viro1-0/+1
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-05-07Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2019-05-01fs: Turn __generic_write_end into a void functionAndreas Gruenbacher1-1/+1
2019-04-09unexport d_alloc_pseudo()Al Viro1-0/+1
2019-04-04acct_on(): don't mess with freeze protectionAl Viro1-2/+0
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells1-0/+3
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro1-0/+1
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