aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
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-13fs: file_remove_privs_flags()Kent Overstreet1-0/+1
2024-03-13Merge 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-27libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi1-1/+0
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi1-0/+1
2024-02-27ovl: 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
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-0/+11
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever1-0/+11
2024-01-22vfs: add RWF_NOAPPEND flag for pwritev2Rich Felker1-0/+8
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-0/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-9/+62
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-2/+17
2023-12-28fs: fix __sb_write_started() kerneldoc formattingVegard Nossum1-3/+3
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-1/+1
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein1-3/+0
2023-12-21Merge branch 'vfs.file'Christian Brauner1-1/+3
2023-12-21fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin1-5/+13
2023-12-20evm: add support to disable EVM on unsupported filesystemsMimi Zohar1-0/+1
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-3/+0
2023-12-12fs: replace f_rcuhead with f_task_workChristian Brauner1-1/+3
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein1-2/+0
2023-11-24fs: create {sb,file}_write_not_started() helpersAmir Goldstein1-0/+26
2023-11-24fs: create file_write_started() helperAmir Goldstein1-0/+21
2023-11-24fs: create __sb_write_started() helperAmir Goldstein1-1/+15
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-6/+6
2023-11-18fs: handle freezing from multiple devicesChristian Brauner1-1/+17
2023-11-18fs: remove get_active_super()Christian Brauner1-1/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-15/+74
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-13/+22
2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara1-0/+1
2023-10-25file, i915: fix file reference for mmap_singleton()Christian Brauner1-0/+1
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann1-0/+5
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein1-18/+4
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-0/+14
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-1/+3
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton1-1/+2
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-2/+2
2023-10-18fs: rename inode i_atime and i_mtime fieldsJeff Layton1-10/+10
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton1-13/+72
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-1/+1
2023-10-09xattr: make the xattr array itself constWedson Almeida Filho1-1/+1
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik1-2/+2
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng1-1/+1
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner1-44/+2
2023-09-13lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran1-1/+1
2023-08-31fs: export sget_dev()Christian Brauner1-0/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+33
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+12
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+54
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+18
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+94
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner1-5/+10
2023-08-21super: wait until we passed kill superChristian Brauner1-0/+1
2023-08-21super: wait for nascent superblocksChristian Brauner1-0/+1
2023-08-21fs: create kiocb_{start,end}_write() helpersAmir Goldstein1-0/+36
2023-08-21fs: add kerneldoc to file_{start,end}_write() helpersAmir Goldstein1-1/+14
2023-08-21fs: remove get_superChristoph Hellwig1-1/+0
2023-08-18fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...Zhu, Lipeng1-1/+1
2023-08-15vfs: fix up the assert in i_readcount_decMateusz Guzik1-2/+1
2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton1-2/+44
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-2/+2
2023-08-09libfs: Add directory operations for stable offsetsChuck Lever1-0/+18
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+7
2023-08-01fs: add IOCB flags related to passing back dio completionsJens Axboe1-2/+33
2023-07-24fs: rename i_ctime field to __i_ctimeJeff Layton1-3/+3
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-5/+10
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro1-2/+2
2023-07-10fcntl: Cast commands with int args explicitlyLuca Vizzarro1-1/+1
2023-07-10fs: new helper: simple_rename_timestampJeff Layton1-0/+2
2023-07-10fs: add ctime accessors infrastructureJeff Layton1-1/+44
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-8/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-5/+3
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-8/+34
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-7/+13
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-6/+0
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara1-1/+1
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein1-5/+28
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein1-0/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein1-3/+4
2023-06-12Remove file->f_op->sendpageDavid Howells1-1/+0
2023-06-12fs: remove the now unused FMODE_* flagsChristoph Hellwig1-7/+0
2023-06-12fs: remove sb->s_modeChristoph Hellwig1-1/+0
2023-06-12fs: Fix comment typoMao Zhu1-1/+1
2023-06-09fs: factor out a direct_write_fallback helperChristoph Hellwig1-0/+2
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-5/+0
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+1
2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells1-2/+0
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig1-0/+1
2023-06-05fs.h: Optimize file struct to prevent false sharingchenzhiyin1-5/+11
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara1-1/+0
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds1-6/+0
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds1-0/+6
2023-05-24splice: Remove generic_file_splice_read()David Howells1-2/+0
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells1-3/+3
2023-05-17fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge1-21/+21
2023-04-29Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+14
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2023-04-24Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2023-04-21fs.h: Add TRACE_IOCB_STRINGS for use in trace pointsRitesh Harjani (IBM)1-0/+14
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe1-0/+3
2023-03-30nfs: use vfs setgid helperChristian Brauner1-0/+2
2023-03-05__blockdev_direct_IO(): get rid of submit_io callbackAl Viro1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+6
2023-02-20splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells1-0/+3
2023-02-20splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells1-0/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-90/+84
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-10/+4
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner1-11/+10
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-23/+14
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner1-8/+16
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-5/+5
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-10/+13
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-5/+4
2023-01-18mm: support POSIX_FADV_NOREUSEYu Zhao1-0/+2
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-16/+16
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-429/+0
2023-01-02ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li1-0/+3
2022-12-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+7
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-34/+0
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2022-12-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+10
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-0/+20
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2022-11-30filelock: add a new locks_inode_context accessor functionJeff Layton1-0/+14
2022-11-30filelock: new helper: vfs_inode_has_locksJeff Layton1-0/+6
2022-11-25get rid of INT_LIMIT, use type_max() insteadZhen Lei1-3/+2
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-0/+8
2022-11-24fs: use consistent setgid checks in is_sxid()Christian Brauner1-1/+1
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner1-3/+7
2022-10-26Merge branch 'fs.vfsuid.conversion' into for-nextChristian Brauner1-34/+0
2022-10-26fs: remove unused idmapping helpersChristian Brauner1-34/+0
2022-10-24Merge branch 'fs.acl.rework' into for-nextChristian Brauner1-4/+6
2022-10-20fs: add new get acl methodChristian Brauner1-0/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-3/+3
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-10-18attr: use consistent sgid stripping checksChristian Brauner1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+13
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+5
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+5
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-4/+5
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-1/+1
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi1-0/+9
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi1-3/+0
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi1-0/+4
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers1-1/+1
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe1-1/+2
2022-09-21fs: add file_operations->uring_cmd_iopollKanchan Joshi1-0/+1
2022-08-17Change calling conventions for filldir_tAl Viro1-4/+5