summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-02mnt_set_expiry(): use guardsAl Viro
2025-09-02has_locked_children(): use guardsAl Viro
2025-09-02propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()Al Viro
2025-09-02check_for_nsfs_mounts(): no need to take locksAl Viro
2025-09-02mnt_already_visible(): use guardsAl Viro
2025-09-02put_mnt_ns(): use guardsAl Viro
2025-09-02mark_mounts_for_expiry(): use guardsAl Viro
2025-09-02do_set_group(): use guardsAl Viro
2025-09-02do_change_type(): use guardsAl Viro
2025-09-02__is_local_mountpoint(): use guardsAl Viro
2025-09-02__detach_mounts(): use guardsAl Viro
2025-09-02fs/namespace.c: allow to drop vfsmount references via __free(mntput)Al Viro
2025-09-02introduced guards for mount_lockAl Viro
2025-09-02fs/namespace.c: fix the namespace_sem guard messAl Viro
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-02f2fs: allocate HOT_DATA for IPU writesJaegeuk Kim
2025-09-02Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-02btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval
2025-09-02btrfs: fix corruption reading compressed range when block size is smaller tha...Qu Wenruo
2025-09-02btrfs: accept and ignore compression level for lzoCalvin Owens
2025-09-02btrfs: fix squota compressed stats leakBoris Burkov
2025-09-02fsnotify: fix "rewriten"->"rewritten"Xichao Zhao
2025-09-02procfs: add "pidns" mount optionAleksa Sarai
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi
2025-09-02openat2: don't trigger automounts with RESOLVE_NO_XDEVAskar Safin
2025-09-02namei: move cross-device check to __traverse_mountsAskar Safin
2025-09-02namei: remove LOOKUP_NO_XDEV check from handle_mountsAskar Safin
2025-09-02namei: move cross-device check to traverse_mountsAskar Safin
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-09-01cramfs: Verify inode mode when loading from diskTetsuo Handa
2025-09-01fs: remove vfs_ioctl exportGreg Kroah-Hartman
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner
2025-09-01inode: fix whitespace issuesChristian Brauner
2025-09-01fs: add an icount_read helperJosef Bacik
2025-09-01fs: rework iput logicJosef Bacik
2025-08-31hfs: clear offset and space out of valid records in b-tree nodeViacheslav Dubeyko
2025-08-31hfs: add logic of correcting a next unused CNIDViacheslav Dubeyko
2025-08-31hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko
2025-08-31hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()Viacheslav Dubeyko
2025-08-31hfs: make proper initalization of struct hfs_find_dataViacheslav Dubeyko
2025-08-31hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko
2025-08-31hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi
2025-08-31hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li
2025-08-31ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling
2025-08-31smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show()Wang Zhaolong
2025-08-29f2fs: Use allocate_section_policy to control write priority in multi-devices ...Liao Yuanhong
2025-08-29NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the serverTrond Myklebust
2025-08-29NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supportedTrond Myklebust