summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2023-12-08fs: add ctime accessors infrastructureJeff Layton
2023-08-30nfs: use vfs setgid helperChristian Brauner
2023-05-30fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge
2023-03-17fs: use consistent setgid checks in is_sxid()Christian Brauner
2023-03-17attr: use consistent sgid stripping checksChristian Brauner
2023-03-17fs: add mode_strip_sgid() helperYang Xu
2023-01-12filelock: new helper: vfs_inode_has_locksJeff Layton
2022-12-31libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2022-12-19vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-10-26fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-07-02fs: support mapped mounts of mapped filesystemsChristian Brauner
2022-07-02fs: add i_user_ns() helperChristian Brauner
2022-07-02fs: port higher-level mapping helpersChristian Brauner
2022-07-02fs: account for filesystem mappingsChristian Brauner
2022-07-02fs: tweak fsuidgid_has_mapping()Christian Brauner
2022-07-02fs: move mapping helpersChristian Brauner
2022-07-02fs: add is_idmapped_mnt() helperChristian Brauner
2021-11-25fs: export an inode_update_time helperJosef Bacik
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03fs: update documentation of get_write_access() and friendsDavid Hildenbrand
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-30Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields
2021-08-24block: mark blkdev_fsync staticChristoph Hellwig
2021-08-23fs: add kiocb alloc cache flagJens Axboe
2021-08-23namei: add getname_uflags()Dmitry Kadashev
2021-08-23fs: kill sync_inodeJosef Bacik
2021-08-23fs: add a filemap_fdatawrite_wbc helperJosef Bacik
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein
2021-08-13fs: Move notify_change permission checks into may_setattrAndreas Gruenbacher
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein
2021-07-13mm: Add functions to lock invalidate_lock for two mappingsJan Kara
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)