aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-19ovl: port ovl_xattr_set() to cred guardChristian Brauner1-12/+9
2025-11-19ovl: port ovl_nlink_end() to cred guardChristian Brauner1-5/+2
2025-11-19ovl: port ovl_nlink_start() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_check_empty_dir() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_dir_llseek() to cred guardChristian Brauner1-8/+2
2025-11-19ovl: refactor ovl_iterate() and port to cred guardChristian Brauner1-31/+45
2025-11-19ovl: don't override credentials for ovl_check_whiteouts()Christian Brauner1-8/+2
2025-11-19ovl: port ovl_maybe_lookup_lowerdata() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_maybe_validate_verity() to cred guardChristian Brauner1-7/+2
2025-11-19ovl: port ovl_fileattr_get() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_fileattr_set() to cred guardChristian Brauner1-13/+12
2025-11-19ovl: port ovl_fiemap() to cred guardChristian Brauner1-7/+2
2025-11-19ovl: port ovl_set_or_remove_acl() to cred guardChristian Brauner1-11/+8
2025-11-19ovl: port do_ovl_get_acl() to cred guardChristian Brauner1-5/+2
2025-11-19ovl: port ovl_get_link() to cred guardChristian Brauner1-7/+2
2025-11-19ovl: port ovl_permission() to cred guardChristian Brauner1-5/+2
2025-11-19ovl: port ovl_getattr() to cred guardChristian Brauner1-13/+17
2025-11-19ovl: port ovl_setattr() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_flush() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_fadvise() to cred guardChristian Brauner1-7/+2
2025-11-19ovl: port ovl_fallocate() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_fsync() to cred guardChristian Brauner1-6/+2
2025-11-19ovl: port ovl_llseek() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_open_realfile() to cred guardChristian Brauner1-12/+11
2025-11-19ovl: port ovl_create_tmpfile() to cred guardChristian Brauner1-32/+26
2025-11-19ovl: port ovl_do_remove() to cred guardChristian Brauner1-7/+6
2025-11-19ovl: port ovl_set_link_redirect() to cred guardChristian Brauner1-8/+2
2025-11-19ovl: port ovl_create_or_link() to cred guardChristian Brauner1-39/+31
2025-11-19ovl: port ovl_copy_up_flags() to cred guardsChristian Brauner1-4/+2
2025-11-19ovl: add override_creds cleanup guard extension for overlayfsChristian Brauner1-0/+5
2025-11-19Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovlChristian Brauner25-808/+1171
2025-11-19Merge branch 'kbuild-6.19.fms.extension'Christian Brauner1-3/+3
2025-11-19NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust1-13/+14
2025-11-19fs: move mntput_no_expire() slowpath into a dedicated routineMateusz Guzik1-16/+22
2025-11-19NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust1-1/+1
2025-11-19NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust1-2/+4
2025-11-19fs: remove spurious exports in fs/file_attr.cChristoph Hellwig1-4/+0
2025-11-19autofs: dont trigger mount if it cant succeedIan Kent5-0/+21
2025-11-19ceph: Switch to use %ptSpAndy Shevchenko3-40/+20
2025-11-19fs/ntfs3: check for shutdown in fsyncKonstantin Komarov1-1/+13
2025-11-18hfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko1-1/+6
2025-11-18hfsplus: Verify inode mode when loading from diskTetsuo Handa1-4/+28
2025-11-18fs/resctrl: Consider sparse masks when initializing new group's allocationReinette Chatre1-3/+4
2025-11-18fuse: signal that a fuse inode should exhibit local fs behaviorsDarrick J. Wong1-1/+13
2025-11-18fs/ntfs3: change the default mount options for "acl" and "prealloc"Konstantin Komarov1-12/+19
2025-11-18fs/ntfs3: Prevent memory leaks in add sub recordEdward Adam Davis1-2/+4
2025-11-18fs/ntfs3: out1 also needs to put miEdward Adam Davis1-1/+1
2025-11-18fs/nls: Fix utf16 to utf8 conversionArmin Wolf1-4/+12
2025-11-18xfs: remove the unused bv field in struct xfs_gc_bioChristoph Hellwig1-1/+0
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro4-15/+28