summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-10filelock: add a new locks_inode_context accessor functionJeff Layton1-0/+14
2024-04-10NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-0/+2
2024-04-10fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo1-0/+3
2024-04-10fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo1-0/+7
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-0/+2
2023-12-08fs: add ctime accessors infrastructureJeff Layton1-1/+44
2023-08-30nfs: use vfs setgid helperChristian Brauner1-0/+2
2023-05-30fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge1-21/+21
2023-03-17fs: use consistent setgid checks in is_sxid()Christian Brauner1-1/+1
2023-03-17attr: use consistent sgid stripping checksChristian Brauner1-1/+1
2023-03-17fs: add mode_strip_sgid() helperYang Xu1-0/+2
2023-01-12filelock: new helper: vfs_inode_has_locksJeff Layton1-0/+6
2022-12-31libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2022-12-19vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-0/+8
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers1-1/+1
2022-10-26fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-4/+5
2022-07-02fs: support mapped mounts of mapped filesystemsChristian Brauner1-8/+9
2022-07-02fs: add i_user_ns() helperChristian Brauner1-4/+9
2022-07-02fs: port higher-level mapping helpersChristian Brauner1-4/+4
2022-07-02fs: account for filesystem mappingsChristian Brauner1-2/+2
2022-07-02fs: tweak fsuidgid_has_mapping()Christian Brauner1-3/+11
2022-07-02fs: move mapping helpersChristian Brauner1-90/+1
2022-07-02fs: add is_idmapped_mnt() helperChristian Brauner1-0/+14
2021-11-25fs: export an inode_update_time helperJosef Bacik1-0/+2
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-7/+12
2021-09-03fs: update documentation of get_write_access() and friendsDavid Hildenbrand1-7/+12
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+7
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+1
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+2
2021-08-31Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-08-31Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-84/+0
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+39
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields1-0/+1
2021-08-24block: mark blkdev_fsync staticChristoph Hellwig1-4/+0
2021-08-23fs: add kiocb alloc cache flagJens Axboe1-0/+2
2021-08-23namei: add getname_uflags()Dmitry Kadashev1-0/+1
2021-08-23fs: kill sync_inodeJosef Bacik1-1/+0
2021-08-23fs: add a filemap_fdatawrite_wbc helperJosef Bacik1-0/+2
2021-08-23fs: remove mandatory file locking supportJeff Layton1-84/+0
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig1-1/+1
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi1-0/+5
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein1-0/+1
2021-08-13fs: Move notify_change permission checks into may_setattrAndreas Gruenbacher1-0/+2
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein1-2/+5
2021-07-13mm: Add functions to lock invalidate_lock for two mappingsJan Kara1-0/+6