aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-05-20Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-05-20Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-04fs: WARN when f_count resurrection is attemptedKees Cook
2024-04-25fs: convert alloc_inode_sb() to a macroKent Overstreet
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever
2024-04-15vfs: export remap and write check helpersDarrick J. Wong
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro
2024-04-15vfs, swap: compile out IS_SWAPFILE() on swapless configsAlexey Dobriyan
2024-04-09fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger
2024-04-09fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)
2024-04-07fs: use bit shifts for FMODE_* flagsChristian Brauner
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-04-05fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva
2024-04-04fsnotify: move s_fsnotify_connectors into fsnotify_sb_infoAmir Goldstein
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein
2024-03-27block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-13fs: file_remove_privs_flags()Kent Overstreet
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-02-27libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi
2024-02-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-22Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner
2024-02-21fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-02-21libfs: Convert simple directory offsets to use a Maple TreeChuck Lever
2024-02-21libfs: Add simple_offset_empty()Chuck Lever
2024-02-12fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet
2024-02-08fs: super_set_uuid()Kent Overstreet
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein
2024-02-06fs: make file_dentry() a simple accessorAmir Goldstein
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche
2024-02-05filelock: split leases out of struct file_lockJeff Layton
2024-02-05fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap.JonasZhou
2024-01-25fs: make the i_size_read/write helpers be smp_load_acquire/store_release()Baokun Li