summaryrefslogtreecommitdiffstats
path: root/fs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* fs: split off do_getxattr from getxattrStefan Roesch2022-04-241-0/+5
* fs: split off setxattr_copy and do_setxattr function from setxattrStefan Roesch2022-04-241-0/+24
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-1/+1
|\
| * constify struct path argument of finish_automount()/do_add_mount()Al Viro2022-01-301-1/+1
* | Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-03-221-5/+0
|\ \
| * | fs: export rw_verify_area()Omar Sandoval2022-03-141-5/+0
| |/
* / io-uring: Make statx API stableStefan Roesch2022-03-101-1/+3
|/
* fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)2021-12-161-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+0
|\
| * vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-091-1/+0
* | block: simplify the block device syncing codeChristoph Hellwig2021-10-221-6/+0
* | block: remove __sync_blockdevChristoph Hellwig2021-10-221-5/+0
|/
* block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2021-09-071-1/+1
* 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