aboutsummaryrefslogtreecommitdiff
path: root/fs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+2
2020-12-09fs: make do_renameat2() take struct filenameGravatar Jens Axboe 1-0/+2
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-6/+1
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedGravatar Christoph Hellwig 1-0/+2
2020-09-22fs: remove compat_sys_mountGravatar Christoph Hellwig 1-3/+0
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+9
2020-07-31init: add an init_mknod helperGravatar Christoph Hellwig 1-2/+0
2020-07-31init: add an init_mkdir helperGravatar Christoph Hellwig 1-1/+0
2020-07-31init: add an init_symlink helperGravatar Christoph Hellwig 1-2/+0
2020-07-31init: add an init_link helperGravatar Christoph Hellwig 1-2/+1
2020-07-31init: add an init_chmod helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_chown helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_umount helperGravatar Christoph Hellwig 1-0/+1
2020-07-31init: add an init_mount helperGravatar Christoph Hellwig 1-0/+4
2020-07-31fs: push the getname from do_rmdir into the callersGravatar Christoph Hellwig 1-1/+1
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-2/+15
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+0
2020-06-03writeback: Export inode_io_list_del()Gravatar Jan Kara 1-2/+0
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2020-05-26statx: hide interfaces no longer used by io_uringGravatar Bijan Mottahedeh 1-2/+0
2020-05-26statx: allow system call to be invoked from io_uringGravatar Bijan Mottahedeh 1-0/+2
2020-05-14vfs: add faccessat2 syscallGravatar Miklos Szeredi 1-1/+0
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2020-03-25block: move guard_bio_eod to bio.cGravatar Christoph Hellwig 1-1/+0
2020-03-13LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Gravatar Al Viro 1-1/+0
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+8
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+0
2020-01-20fs: make two stat prep helpers availableGravatar Jens Axboe 1-0/+6
2020-01-20fs: make build_open_flags() available internallyGravatar Jens Axboe 1-0/+2
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsGravatar Ming Lei 1-1/+1
2020-01-03compat_ioctl: simplify the implementationGravatar Arnd Bergmann 1-6/+0
2019-10-25make __d_alloc() staticGravatar Al Viro 1-1/+0
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+0
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+3
2019-07-17iomap: move internal declarations into fs/iomap/Gravatar Darrick J. Wong 1-10/+0
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsGravatar Al Viro 1-0/+2
2019-06-27fs: fold __generic_write_end back into generic_write_endGravatar Christoph Hellwig 1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-25switch mount_capable() to fs_contextGravatar Al Viro 1-1/+1
2019-05-25move the capability checks from sget_userns() to legacy_get_tree()Gravatar Al Viro 1-0/+2
2019-05-21unexport simple_dname()Gravatar Al Viro 1-0/+1
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+4
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2019-05-07Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+1
2019-05-01fs: Turn __generic_write_end into a void functionGravatar Andreas Gruenbacher 1-1/+1
2019-04-09unexport d_alloc_pseudo()Gravatar Al Viro 1-0/+1
2019-04-04acct_on(): don't mess with freeze protectionGravatar Al Viro 1-2/+0
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextGravatar David Howells 1-0/+3
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountGravatar Al Viro 1-0/+1