summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-08-29NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust
2025-08-29NFSv4: Don't clear capabilities that won't be resetTrond Myklebust
2025-08-29Merge tag 'efi-fixes-for-v6.17-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-08-29Merge tag 'v6.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-08-29Merge tag 'xfs-fixes-6.17-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama
2025-08-29fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()Xichao Zhao
2025-08-29fhandle: use more consistent rules for decoding file handle from usernsAmir Goldstein
2025-08-28xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattrChristoph Hellwig
2025-08-28xfs: allow setting file attributes on special filesAndrey Albershteyn
2025-08-28xfs: add .fileattr_set and fileattr_get callbacks for symlinksAndrey Albershteyn
2025-08-28xfs: allow renames of project-less inodesAndrey Albershteyn
2025-08-28efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan
2025-08-27proc: fix missing pde_set_flags() for net proc fileswangzijie
2025-08-27ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis
2025-08-28erofs: fix invalid algorithm for encoded extentsGao Xiang
2025-08-28f2fs: fix to do sanity check on node footer for non inode dnodeChao Yu
2025-08-27fs/smb: Fix inconsistent refcnt updateShuhao Fu
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo
2025-08-27fuse: Block access to folio overlimitEdward Adam Davis
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing
2025-08-27fuse: use default writeback accountingJoanne Koong
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong
2025-08-27fuse: use freezable wait in fuse_get_req()Sergey Senozhatsky