summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-12-19fs/ntfs3: Use wait_on_buffer() directlyLalit Shankar Chowdhury-17/+7
2025-12-19fs/ntfs3: Initialize new folios before useBartlomiej Kubik-1/+1
2025-12-19fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou-1/+6
2025-12-19debugfs: Fix memleak in debugfs_change_name().Kuniyuki Iwashima-2/+5
2025-12-19Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-45/+61
2025-12-19Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+10
2025-12-18NFSD: NFSv4 file creation neglects setting ACLChuck Lever-1/+2
2025-12-18NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever-1/+7
2025-12-18NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever-0/+5
2025-12-18nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar-1/+4
2025-12-17xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig-6/+8
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig-0/+15
2025-12-16cifs: update internal module version numberSteve French-2/+2
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong-43/+58
2025-12-16smb: align durable reconnect v2 context to 8 byte boundaryBharath SM-0/+1
2025-12-16btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana-6/+10
2025-12-16btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana-1/+5
2025-12-16btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()Leo Martins-15/+17
2025-12-16btrfs: always detect conflicting inodes when logging inode refsFilipe Manana-4/+2
2025-12-16btrfs: fix beyond-EOF write handlingQu Wenruo-4/+4
2025-12-16btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko-5/+6
2025-12-16btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo-2/+16
2025-12-16btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov-0/+3
2025-12-16xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file systemChristoph Hellwig-10/+48
2025-12-16xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li-0/+1
2025-12-16xfs: fix stupid compiler warningDarrick J. Wong-1/+1
2025-12-16xfs: fix a UAF problem in xattr repairDarrick J. Wong-1/+1
2025-12-16xfs: ignore discard return valueChaitanya Kulkarni-23/+6
2025-12-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-29/+21
2025-12-16Merge tag 'v6.19-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-36/+164
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-33/+46
2025-12-16shmem: fix recovery on rename failuresAl Viro-29/+21
2025-12-16f2fs: improve check for enough free sectionsJoanne Chang-54/+47
2025-12-16f2fs: add a tracepoint to see large folio read submissionJaegeuk Kim-0/+1
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim-10/+263
2025-12-15hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko-1/+11
2025-12-15hfsplus: fix volume corruption issue for generic/480Viacheslav Dubeyko-1/+50
2025-12-15hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa-4/+9
2025-12-15hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa-22/+23
2025-12-15filelock: allow lease_managers to dictate what qualifies as a conflictJeff Layton-50/+82
2025-12-15filelock: add lease_dispose_list() helperJeff Layton-10/+19
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster-23/+44
2025-12-15fs/buffer: add alert in try_to_free_buffers() for folios without buffersDeepakkumar Karn-0/+4
2025-12-15fs: Remove internal old mount API codeEric Sandeen-216/+3
2025-12-15fs: track the inode having file locks with a flag in ->i_opflagsMateusz Guzik-2/+12
2025-12-15fs: annotate cdev_lock with __cacheline_aligned_in_smpMateusz Guzik-1/+1
2025-12-15fs: use min() or umin() instead of min_t()David Laight-17/+13
2025-12-15statmount: accept fd as a parameterBhavik Sachdev-35/+67
2025-12-15statmount: permission check should return EPERMBhavik Sachdev-1/+1
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington-16/+50