summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-1/+1
|\
| * lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-131-1/+1
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-2/+2
|\ \
| * | fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik2023-10-081-2/+2
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-15/+74
|\ \ \
| * | | fs: rename inode i_atime and i_mtime fieldsJeff Layton2023-10-181-10/+10
| * | | fs: new accessor methods for atime and mtimeJeff Layton2023-10-181-13/+72
| |/ /
* | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \ \
| * | | xattr: make the xattr array itself constWedson Almeida Filho2023-10-091-1/+1
| | |/ | |/|
* | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-13/+22
|\ \ \
| * | | file, i915: fix file reference for mmap_singleton()Christian Brauner2023-10-251-0/+1
| * | | fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann2023-10-191-0/+5
| * | | fs: store real path instead of fake path in backing file f_pathAmir Goldstein2023-10-191-18/+4
| * | | fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-191-0/+14
| * | | file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-1/+3
| * | | fs: add a new SB_I_NOUMASK flagJeff Layton2023-10-191-1/+2
| |/ /
* | | fs: Convert to bdev_open_by_dev()Jan Kara2023-10-281-0/+1
* | | audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-1/+1
| |/ |/|
* | Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner2023-09-201-44/+2
|/
* fs: export sget_dev()Christian Brauner2023-08-311-0/+1
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-1/+1
|\
| * fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...Zhu, Lipeng2023-08-181-1/+1
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-2/+33
|\ \
| * | fs: add IOCB flags related to passing back dio completionsJens Axboe2023-08-011-2/+33
| |/
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-6/+12
|\ \
| * \ Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-231-5/+10
| |\ \
| | * | fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-171-5/+10
| | |/
| * | super: wait until we passed kill superChristian Brauner2023-08-211-0/+1
| * | super: wait for nascent superblocksChristian Brauner2023-08-211-0/+1
| * | fs: remove get_superChristoph Hellwig2023-08-211-1/+0
| |/
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-6/+54
|\ \
| * | fs: create kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-0/+36
| * | fs: add kerneldoc to file_{start,end}_write() helpersAmir Goldstein2023-08-211-1/+14
| * | vfs: fix up the assert in i_readcount_decMateusz Guzik2023-08-151-2/+1
| * | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-2/+2
| * | fcntl: Cast commands with int args explicitlyLuca Vizzarro2023-07-101-1/+1
| |/
* | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-0/+18
|\ \
| * | libfs: Add directory operations for stable offsetsChuck Lever2023-08-091-0/+18
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-6/+94
|\ \
| * | fs: add infrastructure for multigrain timestampsJeff Layton2023-08-111-2/+44
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-2/+2
| * | fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-1/+2
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | fs: rename i_ctime field to __i_ctimeJeff Layton2023-07-241-3/+3
| * | fs: new helper: simple_rename_timestampJeff Layton2023-07-101-0/+2
| * | fs: add ctime accessors infrastructureJeff Layton2023-07-101-1/+44
| |/
* / vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+7
|/
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-1/+0
|\
| * fs: Drop wait_unfrozen wait queueJan Kara2023-05-301-1/+0
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-3/+1
|\ \