aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-12-19Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-45/+61
2025-12-19Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-1/+10
2025-12-18NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
2025-12-18NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever1-1/+7
2025-12-18NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2025-12-18nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
2025-12-17xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig1-6/+8
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig1-0/+15
2025-12-16cifs: update internal module version numberSteve French1-2/+2
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong5-43/+58
2025-12-16smb: align durable reconnect v2 context to 8 byte boundaryBharath SM1-0/+1
2025-12-16btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana1-6/+10
2025-12-16btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana1-1/+5
2025-12-16btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()Leo Martins1-15/+17
2025-12-16btrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
2025-12-16btrfs: fix beyond-EOF write handlingQu Wenruo1-4/+4
2025-12-16btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko1-5/+6
2025-12-16btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo1-2/+16
2025-12-16btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov1-0/+3
2025-12-16xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file systemChristoph Hellwig1-10/+48
2025-12-16xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2025-12-16xfs: fix stupid compiler warningDarrick J. Wong1-1/+1
2025-12-16xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2025-12-16xfs: ignore discard return valueChaitanya Kulkarni2-23/+6
2025-12-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+21
2025-12-16Merge tag 'v6.19-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-36/+164
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-33/+46
2025-12-16shmem: fix recovery on rename failuresAl Viro1-29/+21
2025-12-16f2fs: improve check for enough free sectionsJoanne Chang2-54/+47
2025-12-16f2fs: add a tracepoint to see large folio read submissionJaegeuk Kim1-0/+1
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim4-10/+263
2025-12-15hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko1-1/+11
2025-12-15hfsplus: fix volume corruption issue for generic/480Viacheslav Dubeyko2-1/+50
2025-12-15hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa1-4/+9
2025-12-15hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa2-22/+23
2025-12-15filelock: allow lease_managers to dictate what qualifies as a conflictJeff Layton3-50/+82
2025-12-15filelock: add lease_dispose_list() helperJeff Layton1-10/+19
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster3-23/+44
2025-12-15fs/buffer: add alert in try_to_free_buffers() for folios without buffersDeepakkumar Karn1-0/+4
2025-12-15fs: Remove internal old mount API codeEric Sandeen3-216/+3
2025-12-15fs: track the inode having file locks with a flag in ->i_opflagsMateusz Guzik1-2/+12
2025-12-15fs: annotate cdev_lock with __cacheline_aligned_in_smpMateusz Guzik1-1/+1
2025-12-15fs: use min() or umin() instead of min_t()David Laight10-17/+13
2025-12-15statmount: accept fd as a parameterBhavik Sachdev1-35/+67
2025-12-15statmount: permission check should return EPERMBhavik Sachdev1-1/+1
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington2-16/+50
2025-12-15VFS: Prepare atomic_open() for dentry_create()Benjamin Coddington1-7/+6
2025-12-15VFS: move dentry_create() from fs/open.c to fs/namei.cBenjamin Coddington2-39/+38
2025-12-15fs: send fsnotify_xattr()/IN_ATTRIB from vfs_fileattr_set()/chattr(1)Ahelenia ZiemiaƄska1-0/+2
2025-12-15fsnotify: do not generate ACCESS/MODIFY events on child for special filesAmir Goldstein1-1/+8