summaryrefslogtreecommitdiffstats
path: root/fs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* fs: Establish locking order for unrelated directoriesJan Kara2023-07-191-0/+2
* attr: use consistent sgid stripping checksChristian Brauner2023-03-031-1/+1
* attr: add setattr_should_drop_sgid()Christian Brauner2023-03-031-0/+6
* attr: add in_group_or_capable()Christian Brauner2023-03-031-0/+2
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-1/+1
|\
| * may_linkat(): constify pathAl Viro2022-09-011-1/+1
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-0/+10
|\ \
| * | locks: fix TOCTOU race when granting write leaseAmir Goldstein2022-08-161-0/+10
| |/
* / [coredump] don't use __kernel_write() on kmap_local_page()Al Viro2022-09-281-0/+3
|/
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-0/+1
|\
| * uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro2022-05-191-0/+1
* | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-1/+1
|\ \
| * | Unify the primitives for file descriptor closingAl Viro2022-05-141-1/+1
| |/
* | 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