summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-13vfat: remove unused variablezhoumin
2025-09-13ocfs2: remove commented out mlog() statementsThorsten Blum
2025-09-13squashfs: verify inode mode when loading from diskTetsuo Handa
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-02Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-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-27fs/smb: Fix inconsistent refcnt updateShuhao Fu
2025-08-26xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen
2025-08-25smb3 client: fix return code mapping of remap_file_rangeSteve French
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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-21Merge tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
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-18Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-08-18ovl: fix possible double unlinkAmir Goldstein
2025-08-18ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown
2025-08-17ksmbd: fix refcount leak causing resource not releasedZiyan Xu
2025-08-17ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon
2025-08-17smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher
2025-08-17debugfs: fix mount options not being appliedCharalampos Mitrodimas