summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi
2025-08-27fs: stop accessing ->i_count directly in f2fs and gfs2Josef Bacik
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi
2025-08-26fuse: do not allow mapping a non-regular backing fileAmir Goldstein
2025-08-26xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen
2025-08-25binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()Xichao Zhao
2025-08-25exec: Fix incorrect type for retXichao Zhao
2025-08-25smb3 client: fix return code mapping of remap_file_rangeSteve French
2025-08-25fs: Use try_cmpxchg() in sb_init_done_wq()Uros Bizjak
2025-08-25fs: Use try_cmpxchg() in start_dir_add()Uros Bizjak
2025-08-25Merge 6.17-rc3 into driver-core-nextGreg Kroah-Hartman
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-08-23fs/9p: Add p9_debug(VFS) in d_revalidateTingmao Wang
2025-08-23fs/9p: Invalidate dentry if inode type change detected in cached modeTingmao Wang
2025-08-23fs/9p: Refresh metadata in d_revalidate for uncached mode tooTingmao Wang
2025-08-22Merge tag '6.17-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds
2025-08-22btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana
2025-08-22btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana
2025-08-22btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana