summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-08-22btrfs: simplify error handling logic for btrfs_link()Filipe Manana
2025-08-22btrfs: fix inode leak on failure to add link to inodeFilipe Manana
2025-08-22btrfs: abort transaction on failure to add link to inodeFilipe Manana
2025-08-21btrfs: move verity info pointer to fs-specific part of inodeEric Biggers
2025-08-21f2fs: move verity info pointer to fs-specific part of inodeEric Biggers
2025-08-21ext4: move verity info pointer to fs-specific part of inodeEric Biggers
2025-08-21fsverity: add support for info in fs-specific part of inodeEric Biggers
2025-08-21ceph: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-08-21ubifs: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-08-21f2fs: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-08-21ext4: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-08-21fscrypt: add support for info in fs-specific part of inodeEric Biggers
2025-08-21fscrypt: replace raw loads of info pointer with helper functionEric Biggers
2025-08-21coredump: don't pointlessly check and spew warningsChristian Brauner
2025-08-21Merge tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-08-21fs: fix indentation styleGuopeng Zhang
2025-08-21fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu
2025-08-20f2fs: show the list of donation filesJaegeuk Kim
2025-08-20f2fs: fix to allow removing qf_nameChao Yu
2025-08-20f2fs: fix to avoid NULL pointer dereference in f2fs_check_quota_consistency()Chao Yu
2025-08-20f2fs: clean up w/ get_left_section_blocks()Chao Yu
2025-08-20f2fs: add reserved nodes for privileged usersChunhai Guo
2025-08-20f2fs: Add bggc_io_aware to adjust the priority of BG_GC when issuing IOLiao Yuanhong
2025-08-20f2fs: dump more information for f2fs_{enable,disable}_checkpoint()Chao Yu
2025-08-20f2fs: add timeout in f2fs_enable_checkpoint()Chao Yu
2025-08-20f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu