summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-13/+1
|\
| * remove call_{read,write}_iter() functionsMiklos Szeredi2024-04-151-12/+0
| * kernel_file_open(): get rid of inode argumentAl Viro2024-04-151-1/+1
* | Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-05-201-0/+1
|\ \
| * | vfs: export remap and write check helpersDarrick J. Wong2024-04-151-0/+1
* | | Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-201-10/+4
|\ \ \
| * | | fsnotify: move s_fsnotify_connectors into fsnotify_sb_infoAmir Goldstein2024-04-041-6/+0
| * | | fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein2024-04-041-4/+4
| | |/ | |/|
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-5/+1
|\ \ \
| * | | fs: convert alloc_inode_sb() to a macroKent Overstreet2024-04-251-5/+1
| | |/ | |/|
* | | Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-05-151-1/+1
|\ \ \
| * | | fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger2024-04-091-1/+1
| |/ /
* | | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-38/+56
|\ \ \ | |/ / |/| |
| * | fs: WARN when f_count resurrection is attemptedKees Cook2024-05-041-1/+2
| * | Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner2024-04-171-0/+2
| |\ \
| | * | libfs: Add simple_offset_rename() APIChuck Lever2024-04-171-0/+2
| | |/
| * | vfs, swap: compile out IS_SWAPFILE() on swapless configsAlexey Dobriyan2024-04-151-0/+6
| * | fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)2024-04-091-0/+2
| * | fs: use bit shifts for FMODE_* flagsChristian Brauner2024-04-071-26/+31
| * | fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-10/+12
| * | fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva2024-04-051-1/+1
| |/
* / 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
| | |/ / | |/| |