summaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-25smb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+10
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/s...Linus 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-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-19squashfs: fix memory leak in squashfs_fill_superPhillip Lougher1-7/+7
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust2-23/+15
2025-08-19Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-23/+28
2025-08-19Merge tag 'ovl-fixes-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+3
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-41/+57
2025-08-19cifs: Fix oops due to uninitialised variableDavid Howells1-1/+1
2025-08-19change_mnt_propagation(): calculate propagation source only if we'll need itAl Viro1-1/+2
2025-08-19use uniform permission checks for all mount propagation changesAl Viro1-14/+20
2025-08-19propagate_umount(): only surviving overmounts should be reparentedAl Viro1-3/+4
2025-08-19fix the softlockups in attach_recursive_mnt()Al Viro1-5/+2
2025-08-19xfs: reject swapon for inodes on a zoned file system earlierChristoph Hellwig1-0/+3
2025-08-19xfs: kick off inodegc when failing to reserve zoned blocksChristoph Hellwig1-0/+6
2025-08-19xfs: remove xfs_last_used_zoneChristoph Hellwig1-43/+2
2025-08-19xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabledDamien Le Moal1-0/+1
2025-08-19kernfs: don't fail listing extended attributesChristian Brauner1-2/+2
2025-08-19coredump: Fix return value in coredump_parse()Dan Carpenter1-1/+1
2025-08-19fs/buffer: fix use-after-free when call bh_read() helperYe Bin1-1/+1
2025-08-18Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-55/+163
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-18/+37
2025-08-18ovl: fix possible double unlinkAmir Goldstein1-1/+2
2025-08-18ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown1-1/+1
2025-08-17ksmbd: fix refcount leak causing resource not releasedZiyan Xu1-3/+10
2025-08-17ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29
2025-08-17smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher3-3/+9
2025-08-17debugfs: fix mount options not being appliedCharalampos Mitrodimas1-1/+10
2025-08-15Merge tag 'xfs-fixes-6.17-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-33/+78
2025-08-15pidfs: Fix memory leak in pidfd_info()Adrian Huang (Lenovo)1-1/+1
2025-08-15netfs: Fix unbuffered write error handlingDavid Howells4-5/+16
2025-08-15fhandle: do_handle_open() should get FD with user flagsThomas Bertschinger1-1/+1
2025-08-15Merge tag '6.17-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-110/+128