aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi2-12/+35
2025-08-27fs: stop accessing ->i_count directly in f2fs and gfs2Josef Bacik2-3/+3
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong3-2/+21
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong3-0/+12
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-08-26fuse: do not allow mapping a non-regular backing fileAmir Goldstein1-0/+5
2025-08-26xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-08-25binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()Xichao Zhao1-5/+3
2025-08-25exec: Fix incorrect type for retXichao Zhao1-1/+1
2025-08-25smb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
2025-08-25fs: Use try_cmpxchg() in sb_init_done_wq()Uros Bizjak1-3/+5
2025-08-25fs: Use try_cmpxchg() in start_dir_add()Uros Bizjak1-2/+2
2025-08-25Merge 6.17-rc3 into driver-core-nextGreg Kroah-Hartman72-375/+676
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+10
2025-08-23fs/9p: Add p9_debug(VFS) in d_revalidateTingmao Wang1-4/+20
2025-08-23fs/9p: Invalidate dentry if inode type change detected in cached modeTingmao Wang1-1/+1
2025-08-23fs/9p: Refresh metadata in d_revalidate for uncached mode tooTingmao Wang3-3/+24
2025-08-22Merge tag '6.17-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-23/+15
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+7
2025-08-22btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana1-4/+21
2025-08-22btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana3-16/+4
2025-08-22btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana1-6/+30
2025-08-22btrfs: simplify error handling logic for btrfs_link()Filipe Manana1-26/+19
2025-08-22btrfs: fix inode leak on failure to add link to inodeFilipe Manana1-0/+2
2025-08-22btrfs: abort transaction on failure to add link to inodeFilipe Manana1-2/+6
2025-08-21btrfs: move verity info pointer to fs-specific part of inodeEric Biggers3-0/+10
2025-08-21f2fs: move verity info pointer to fs-specific part of inodeEric Biggers3-0/+8
2025-08-21ext4: move verity info pointer to fs-specific part of inodeEric Biggers3-0/+9
2025-08-21fsverity: add support for info in fs-specific part of inodeEric Biggers4-19/+21
2025-08-21ceph: move crypt info pointer to fs-specific part of inodeEric Biggers3-0/+4
2025-08-21ubifs: move crypt info pointer to fs-specific part of inodeEric Biggers2-0/+6
2025-08-21f2fs: move crypt info pointer to fs-specific part of inodeEric Biggers2-1/+9
2025-08-21ext4: move crypt info pointer to fs-specific part of inodeEric Biggers3-0/+9
2025-08-21fscrypt: add support for info in fs-specific part of inodeEric Biggers2-19/+28
2025-08-21fscrypt: replace raw loads of info pointer with helper functionEric Biggers6-21/+27
2025-08-21coredump: don't pointlessly check and spew warningsChristian Brauner2-1/+5
2025-08-21Merge tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-10/+48
2025-08-21fs: fix indentation styleGuopeng Zhang1-1/+1
2025-08-21fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu1-1/+10
2025-08-20f2fs: show the list of donation filesJaegeuk Kim1-0/+64
2025-08-20f2fs: fix to allow removing qf_nameChao Yu1-2/+5
2025-08-20f2fs: fix to avoid NULL pointer dereference in f2fs_check_quota_consistency()Chao Yu1-1/+2
2025-08-20f2fs: clean up w/ get_left_section_blocks()Chao Yu1-16/+12
2025-08-20f2fs: add reserved nodes for privileged usersChunhai Guo2-12/+48
2025-08-20f2fs: Add bggc_io_aware to adjust the priority of BG_GC when issuing IOLiao Yuanhong3-7/+22
2025-08-20f2fs: dump more information for f2fs_{enable,disable}_checkpoint()Chao Yu1-0/+16
2025-08-20f2fs: add timeout in f2fs_enable_checkpoint()Chao Yu2-6/+17
2025-08-20f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu1-1/+16