summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-08-20f2fs: fix to clear unusable_cap for checkpoint=enableChao Yu
2025-08-19squashfs: fix memory leak in squashfs_fill_superPhillip Lougher
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust
2025-08-19Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-08-19Merge tag 'ovl-fixes-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-19cifs: Fix oops due to uninitialised variableDavid Howells
2025-08-19change_mnt_propagation(): calculate propagation source only if we'll need itAl Viro
2025-08-19use uniform permission checks for all mount propagation changesAl Viro
2025-08-19propagate_umount(): only surviving overmounts should be reparentedAl Viro
2025-08-19fix the softlockups in attach_recursive_mnt()Al Viro
2025-08-19xfs: reject swapon for inodes on a zoned file system earlierChristoph Hellwig
2025-08-19xfs: kick off inodegc when failing to reserve zoned blocksChristoph Hellwig
2025-08-19xfs: remove xfs_last_used_zoneChristoph Hellwig
2025-08-19xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabledDamien Le Moal
2025-08-19kernfs: don't fail listing extended attributesChristian Brauner
2025-08-19coredump: Fix return value in coredump_parse()Dan Carpenter
2025-08-19fs/buffer: fix use-after-free when call bh_read() helperYe Bin
2025-08-19pid: change task_state() to use task_ppid_nr_ns()Oleg Nesterov
2025-08-19minixfs: Verify inode mode when loading from diskTetsuo Handa
2025-08-19sysfs: remove bin_attribute::read_new/write_new()Thomas Weißschuh
2025-08-19debugfs: fix mount options not being appliedCharalampos Mitrodimas
2025-08-18docs: Remove remainders of reiserfsDavid Sterba
2025-08-18Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds