aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-02openat2: don't trigger automounts with RESOLVE_NO_XDEVAskar Safin1-0/+8
2025-09-02namei: move cross-device check to __traverse_mountsAskar Safin1-6/+5
2025-09-02namei: remove LOOKUP_NO_XDEV check from handle_mountsAskar Safin1-4/+2
2025-09-02namei: move cross-device check to traverse_mountsAskar Safin1-4/+7
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-09-01cramfs: Verify inode mode when loading from diskTetsuo Handa1-1/+10
2025-09-01fs: remove vfs_ioctl exportGreg Kroah-Hartman1-2/+1
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse into vfs.fixesChristian Brauner17-45/+123
2025-09-01inode: fix whitespace issuesChristian Brauner1-5/+5
2025-09-01fs: add an icount_read helperJosef Bacik12-17/+17
2025-09-01fs: rework iput logicJosef Bacik1-11/+35
2025-08-31hfs: clear offset and space out of valid records in b-tree nodeViacheslav Dubeyko1-4/+23
2025-08-31hfs: add logic of correcting a next unused CNIDViacheslav Dubeyko5-14/+158
2025-08-31hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-08-31hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()Viacheslav Dubeyko1-1/+1
2025-08-31hfs: make proper initalization of struct hfs_find_dataViacheslav Dubeyko1-1/+7
2025-08-31hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-08-31hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48
2025-08-31hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super()Yangtao Li1-1/+1
2025-08-31ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling2-11/+16
2025-08-31smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show()Wang Zhaolong1-2/+2
2025-08-29f2fs: Use allocate_section_policy to control write priority in multi-devices setupsLiao Yuanhong5-0/+52
2025-08-29NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the serverTrond Myklebust1-0/+2
2025-08-29NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supportedTrond Myklebust1-1/+2
2025-08-29NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust1-2/+3
2025-08-29NFSv4: Don't clear capabilities that won't be resetTrond Myklebust1-1/+0
2025-08-29Merge tag 'efi-fixes-for-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-0/+4
2025-08-29Merge tag 'v6.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+19
2025-08-29Merge tag 'xfs-fixes-6.17-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-43/+25
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama1-2/+4
2025-08-29fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()Xichao Zhao1-1/+1
2025-08-29fhandle: use more consistent rules for decoding file handle from usernsAmir Goldstein1-0/+8
2025-08-28xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattrChristoph Hellwig1-9/+9
2025-08-28xfs: allow setting file attributes on special filesAndrey Albershteyn1-6/+0
2025-08-28xfs: add .fileattr_set and fileattr_get callbacks for symlinksAndrey Albershteyn1-0/+2
2025-08-28xfs: allow renames of project-less inodesAndrey Albershteyn1-30/+34
2025-08-28efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan1-0/+4
2025-08-27proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-08-27ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-08-28erofs: fix invalid algorithm for encoded extentsGao Xiang1-30/+37
2025-08-28f2fs: fix to do sanity check on node footer for non inode dnodeChao Yu5-23/+46
2025-08-27fs/smb: Fix inconsistent refcnt updateShuhao Fu1-2/+5
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi1-7/+4
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo3-8/+3
2025-08-27fuse: Block access to folio overlimitEdward Adam Davis1-1/+1
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing2-2/+5
2025-08-27fuse: use default writeback accountingJoanne Koong2-10/+1
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing1-3/+0
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong1-1/+0
2025-08-27fuse: use freezable wait in fuse_get_req()Sergey Senozhatsky1-2/+3