summaryrefslogtreecommitdiffstats
path: root/fs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-311-2/+2
|\
| * fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig2021-08-161-2/+2
* | io_uring: add support for IORING_OP_LINKATDmitry Kadashev2021-08-231-0/+2
* | io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev2021-08-231-0/+1
* | namei: update do_*() helpers to return intsDmitry Kadashev2021-08-231-3/+3
* | namei: make do_mkdirat() take struct filenameDmitry Kadashev2021-08-231-0/+1
|/
* cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-211-1/+0
* switch file_open_root() to struct pathAl Viro2021-04-071-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-1/+1
* | Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-0/+1
|\ \
| * | fs: provide locked helper variant of close_fd_get_file()Jens Axboe2021-02-011-0/+1
| |/
* / teach sendfile(2) to handle send-to-pipe directlyAl Viro2021-01-251-0/+9
|/
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-5/+2
|\
| * block: remove i_bdevChristoph Hellwig2020-12-011-6/+1
| * fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-011-0/+2
* | fs: make do_renameat2() take struct filenameJens Axboe2020-12-091-0/+2
|/
* fs: remove compat_sys_mountChristoph Hellwig2020-09-221-3/+0
* Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-10/+9
|\
| * init: add an init_mknod helperChristoph Hellwig2020-07-311-2/+0
| * init: add an init_mkdir helperChristoph Hellwig2020-07-311-1/+0
| * init: add an init_symlink helperChristoph Hellwig2020-07-311-2/+0
| * init: add an init_link helperChristoph Hellwig2020-07-311-2/+1
| * init: add an init_chmod helperChristoph Hellwig2020-07-311-1/+1
| * init: add an init_chown helperChristoph Hellwig2020-07-311-1/+1
| * init: add an init_umount helperChristoph Hellwig2020-07-311-0/+1
| * init: add an init_mount helperChristoph Hellwig2020-07-311-0/+4
| * fs: push the getname from do_rmdir into the callersChristoph Hellwig2020-07-311-1/+1
* | block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-2/+15
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-2/+0
|\
| * writeback: Export inode_io_list_del()Jan Kara2020-06-031-2/+0
* | Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+2
|\ \
| * | statx: hide interfaces no longer used by io_uringBijan Mottahedeh2020-05-261-2/+0
| * | statx: allow system call to be invoked from io_uringBijan Mottahedeh2020-05-261-0/+2
| |/
* / vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-1/+0
|/
* Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-021-1/+0
|\
| * LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro2020-03-131-1/+0
* | block: move guard_bio_eod to bio.cChristoph Hellwig2020-03-251-1/+0
|/
* Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-291-0/+8
|\
| * fs: make two stat prep helpers availableJens Axboe2020-01-201-0/+6
| * fs: make build_open_flags() available internallyJens Axboe2020-01-201-0/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-6/+0
|\ \ | |/ |/|
| * compat_ioctl: simplify the implementationArnd Bergmann2020-01-031-6/+0
* | fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-091-1/+1
|/
* make __d_alloc() staticAl Viro2019-10-251-1/+0
* Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-201-0/+2
|\
| * Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro2019-07-101-0/+2
* | Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-191-10/+0
|\ \
| * | iomap: move internal declarations into fs/iomap/Darrick J. Wong2019-07-171-10/+0
* | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-0/+3
|\ \ \ | |/ / |/| |