summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2023-01-02ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li
2022-12-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2022-11-30filelock: add a new locks_inode_context accessor functionJeff Layton
2022-11-30filelock: new helper: vfs_inode_has_locksJeff Layton
2022-11-25get rid of INT_LIMIT, use type_max() insteadZhen Lei
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein
2022-11-24fs: use consistent setgid checks in is_sxid()Christian Brauner
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner
2022-10-26Merge branch 'fs.vfsuid.conversion' into for-nextChristian Brauner
2022-10-26fs: remove unused idmapping helpersChristian Brauner
2022-10-24Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-20fs: add new get acl methodChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-18attr: use consistent sgid stripping checksChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe
2022-09-21fs: add file_operations->uring_cmd_iopollKanchan Joshi
2022-08-17Change calling conventions for filldir_tAl Viro
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-12fs: don't randomize struct kiocb fieldsKeith Busch
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-27vfs: function to prevent re-use of block-device-based superblocksDaniil Lunev
2022-07-24fs: Add async write file modification handling.Stefan Roesch