summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-12-19Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-12-19Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-18NFSD: NFSv4 file creation neglects setting ACLChuck Lever
2025-12-18NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever
2025-12-18NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever
2025-12-18nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar
2025-12-17xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig
2025-12-16cifs: update internal module version numberSteve French
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong
2025-12-16smb: align durable reconnect v2 context to 8 byte boundaryBharath SM
2025-12-16btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana
2025-12-16btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana
2025-12-16btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()Leo Martins
2025-12-16btrfs: always detect conflicting inodes when logging inode refsFilipe Manana
2025-12-16btrfs: fix beyond-EOF write handlingQu Wenruo
2025-12-16btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko
2025-12-16btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo
2025-12-16btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov
2025-12-16xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file systemChristoph Hellwig
2025-12-16xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li
2025-12-16xfs: fix stupid compiler warningDarrick J. Wong
2025-12-16xfs: fix a UAF problem in xattr repairDarrick J. Wong
2025-12-16xfs: ignore discard return valueChaitanya Kulkarni
2025-12-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-12-16Merge tag 'v6.19-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-16shmem: fix recovery on rename failuresAl Viro
2025-12-16f2fs: improve check for enough free sectionsJoanne Chang
2025-12-16f2fs: add a tracepoint to see large folio read submissionJaegeuk Kim
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim
2025-12-15hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko
2025-12-15hfsplus: fix volume corruption issue for generic/480Viacheslav Dubeyko
2025-12-15hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa
2025-12-15hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa
2025-12-15filelock: allow lease_managers to dictate what qualifies as a conflictJeff Layton
2025-12-15filelock: add lease_dispose_list() helperJeff Layton
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster
2025-12-15fs/buffer: add alert in try_to_free_buffers() for folios without buffersDeepakkumar Karn
2025-12-15fs: Remove internal old mount API codeEric Sandeen
2025-12-15fs: track the inode having file locks with a flag in ->i_opflagsMateusz Guzik
2025-12-15fs: annotate cdev_lock with __cacheline_aligned_in_smpMateusz Guzik
2025-12-15fs: use min() or umin() instead of min_t()David Laight
2025-12-15statmount: accept fd as a parameterBhavik Sachdev
2025-12-15statmount: permission check should return EPERMBhavik Sachdev
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington
2025-12-15VFS: Prepare atomic_open() for dentry_create()Benjamin Coddington
2025-12-15VFS: move dentry_create() from fs/open.c to fs/namei.cBenjamin Coddington
2025-12-15fs: send fsnotify_xattr()/IN_ATTRIB from vfs_fileattr_set()/chattr(1)Ahelenia ZiemiaƄska
2025-12-15fsnotify: do not generate ACCESS/MODIFY events on child for special filesAmir Goldstein