summaryrefslogtreecommitdiff
path: root/fs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-04-291-2/+0
|\
| * ksmbd: remove internal.h includeNamjae Jeon2023-04-201-2/+0
* | nfs: use vfs setgid helperChristian Brauner2023-03-301-2/+0
|/
* Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-3/+1
|\
| * fs: move sb_init_dio_done_wq out of direct-io.cChristoph Hellwig2023-01-261-3/+1
* | fs: move mnt_idmapChristian Brauner2023-01-191-1/+4
* | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-3/+3
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner2022-10-311-6/+6
* Merge branch 'fs.acl.rework' into for-nextChristian Brauner2022-10-241-0/+21
|\
| * xattr: use posix acl apiChristian Brauner2022-10-201-0/+20
| * internal: add may_write_xattr()Christian Brauner2022-10-201-0/+1
* | attr: use consistent sgid stripping checksChristian Brauner2022-10-181-1/+1
* | attr: add setattr_should_drop_sgid()Christian Brauner2022-10-181-0/+6
* | attr: add in_group_or_capable()Christian Brauner2022-10-181-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
|/