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