summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner2024-03-271-0/+2
* Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-0/+1
|\
| * fs: file_remove_privs_flags()Kent Overstreet2024-03-131-0/+1
* | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\ \
| * | quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
* | | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-0/+52
|\ \ \
| * | | fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet2024-02-121-0/+43
| * | | fs: super_set_uuid()Kent Overstreet2024-02-081-0/+9
| |/ /
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-2/+2
|\ \ \
| * | | bdev: make struct bdev_handle private to the block layerChristian Brauner2024-02-251-6/+0
| * | | bdev: open block device as filesChristian Brauner2024-02-251-2/+8
| |/ /
* | | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-2/+3
|\ \ \
| * | | filelock: split leases out of struct file_lockJeff Layton2024-02-051-2/+3
| |/ /
* | | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-14/+2
|\ \ \
| * | | fs: Move enum rw_hint into a new header fileBart Van Assche2024-02-061-14/+2
| |/ /
* | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-7/+54
|\ \ \ | |_|/ |/| |
| * | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-071-1/+10
| |\ \
| | * | libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi2024-02-271-1/+0
| | * | libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi2024-02-271-0/+1
| | * | ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-02-271-0/+9
| * | | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2024-02-221-2/+4
| |\ \ \
| | * | | libfs: Convert simple directory offsets to use a Maple TreeChuck Lever2024-02-211-2/+3
| | * | | libfs: Add simple_offset_empty()Chuck Lever2024-02-211-0/+1
| | | |/ | | |/|
| * | | fs: make file_dentry() a simple accessorAmir Goldstein2024-02-061-1/+12
| * | | fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap.JonasZhou2024-02-051-1/+1
| * | | fs: make the i_size_read/write helpers be smp_load_acquire/store_release()Baokun Li2024-01-251-2/+8
| * | | Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-01-231-0/+11
| |\ \ \
| | * | | fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-231-0/+11
| * | | | vfs: add RWF_NOAPPEND flag for pwritev2Rich Felker2024-01-221-0/+8
| | |/ / | |/| |
* | | | Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-221-0/+2
|\ \ \ \
| * | | | fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-02-211-0/+2
| |/ / /
* / / / remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein2024-02-061-3/+0
|/ / /
* | | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+1
|\ \ \ | |_|/ |/| |
| * | netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-1/+1
| |/
* | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-091-0/+1
|\ \
| * | evm: add support to disable EVM on unsupported filesystemsMimi Zohar2023-12-201-0/+1
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
| |/
* | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-9/+62
|\ \
| * | fs: fix __sb_write_started() kerneldoc formattingVegard Nossum2023-12-281-3/+3
| * | fs: prepare for stackable filesystems backing file helpersAmir Goldstein2023-12-231-3/+0
| * | fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-3/+0
| * | fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2023-12-011-2/+0
| * | fs: create {sb,file}_write_not_started() helpersAmir Goldstein2023-11-241-0/+26
| * | fs: create file_write_started() helperAmir Goldstein2023-11-241-0/+21
| * | fs: create __sb_write_started() helperAmir Goldstein2023-11-241-1/+15
| |/
* | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-2/+17
|\ \
| * | fs: handle freezing from multiple devicesChristian Brauner2023-11-181-1/+17
| * | fs: remove get_active_super()Christian Brauner2023-11-181-1/+0
| |/
* | Merge branch 'vfs.file'Christian Brauner2023-12-211-1/+3
|\ \