summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-19ovl: port ovl_fill_super() to cred guardChristian Brauner-14/+8
2025-11-19ovl: refactor ovl_fill_super()Christian Brauner-45/+50
2025-11-19ovl: port ovl_lower_positive() to cred guardChristian Brauner-37/+35
2025-11-19ovl: port ovl_lookup() to cred guardChristian Brauner-5/+2
2025-11-19ovl: refactor ovl_lookup()Christian Brauner-154/+162
2025-11-19ovl: port ovl_copyfile() to cred guardChristian Brauner-19/+18
2025-11-19ovl: port ovl_rename() to cred guardChristian Brauner-11/+6
2025-11-19ovl: refactor ovl_rename()Christian Brauner-57/+78
2025-11-19ovl: introduce struct ovl_renamedataChristian Brauner-33/+45
2025-11-19ovl: port ovl_listxattr() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_xattr_get() to cred guardChristian Brauner-6/+2
2025-11-19ovl: port ovl_xattr_set() to cred guardChristian Brauner-12/+9
2025-11-19ovl: port ovl_nlink_end() to cred guardChristian Brauner-5/+2
2025-11-19ovl: port ovl_nlink_start() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_check_empty_dir() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_dir_llseek() to cred guardChristian Brauner-8/+2
2025-11-19ovl: refactor ovl_iterate() and port to cred guardChristian Brauner-31/+45
2025-11-19ovl: don't override credentials for ovl_check_whiteouts()Christian Brauner-8/+2
2025-11-19ovl: port ovl_maybe_lookup_lowerdata() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_maybe_validate_verity() to cred guardChristian Brauner-7/+2
2025-11-19ovl: port ovl_fileattr_get() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_fileattr_set() to cred guardChristian Brauner-13/+12
2025-11-19ovl: port ovl_fiemap() to cred guardChristian Brauner-7/+2
2025-11-19ovl: port ovl_set_or_remove_acl() to cred guardChristian Brauner-11/+8
2025-11-19ovl: port do_ovl_get_acl() to cred guardChristian Brauner-5/+2
2025-11-19ovl: port ovl_get_link() to cred guardChristian Brauner-7/+2
2025-11-19ovl: port ovl_permission() to cred guardChristian Brauner-5/+2
2025-11-19ovl: port ovl_getattr() to cred guardChristian Brauner-13/+17
2025-11-19ovl: port ovl_setattr() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_flush() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_fadvise() to cred guardChristian Brauner-7/+2
2025-11-19ovl: port ovl_fallocate() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_fsync() to cred guardChristian Brauner-6/+2
2025-11-19ovl: port ovl_llseek() to cred guardChristian Brauner-4/+2
2025-11-19ovl: port ovl_open_realfile() to cred guardChristian Brauner-13/+12
2025-11-19ovl: port ovl_create_tmpfile() to cred guardChristian Brauner-33/+27
2025-11-19ovl: port ovl_do_remove() to cred guardChristian Brauner-7/+6
2025-11-19ovl: port ovl_set_link_redirect() to cred guardChristian Brauner-8/+2
2025-11-19ovl: port ovl_create_or_link() to cred guardChristian Brauner-39/+31
2025-11-19ovl: port ovl_copy_up_flags() to cred guardsChristian Brauner-4/+2
2025-11-19ovl: add override_creds cleanup guard extension for overlayfsChristian Brauner-0/+5
2025-11-19Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovlChristian Brauner-809/+1172
2025-11-19Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-3/+3
2025-11-19NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust-13/+14
2025-11-19fs: move mntput_no_expire() slowpath into a dedicated routineMateusz Guzik-16/+22
2025-11-19NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust-1/+1
2025-11-19NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust-2/+4
2025-11-19fs: remove spurious exports in fs/file_attr.cChristoph Hellwig-4/+0
2025-11-19autofs: dont trigger mount if it cant succeedIan Kent-0/+21
2025-11-19ceph: Switch to use %ptSpAndy Shevchenko-40/+20