summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2026-03-11xfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+1
2026-03-10xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-03-10xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
2026-03-10xfs: remove redundant set null for ip->i_itempLong Li1-1/+0
2026-03-06xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
2026-03-05xfs: Remove redundant NULL check after __GFP_NOFAILhongao1-6/+2
2026-03-04xfs: fix race between healthmon unmount and read_iterDarrick J. Wong1-7/+10
2026-03-04xfs: remove scratch field from struct xfs_gc_bioDamien Le Moal1-2/+0
2026-02-25xfs: add static size checks for ioctl UABIWilfred Mallawa1-5/+34
2026-02-25xfs: remove duplicate static size checksWilfred Mallawa1-9/+0
2026-02-25xfs: Add comments for usages of some macros.Nirjhar Roy (IBM)1-0/+9
2026-02-25xfs: Update lazy counters in xfs_growfs_rt_bmblock()Nirjhar Roy (IBM)1-0/+9
2026-02-25xfs: Add a comment in xfs_log_sb()Nirjhar Roy (IBM)1-0/+3
2026-02-25xfs: Fix xfs_last_rt_bmblock()Nirjhar Roy (IBM)1-6/+24
2026-02-25xfs: don't report half-built inodes to fserrorDarrick J. Wong2-3/+14
2026-02-25xfs: don't report metadata inodes to fserrorDarrick J. Wong1-2/+14
2026-02-25xfs: fix potential pointer access race in xfs_healthmon_getDarrick J. Wong2-5/+8
2026-02-25xfs: fix xfs_group release bug in xfs_dax_notify_dev_failureDarrick J. Wong1-2/+2
2026-02-25xfs: fix xfs_group release bug in xfs_verify_report_lossesDarrick J. Wong1-2/+2
2026-02-25xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-02-25xfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
2026-02-25xfs: remove metafile inodes from the active inode statChristoph Hellwig5-5/+23
2026-02-25xfs: cleanup inode counter statsChristoph Hellwig4-18/+18
2026-02-25xfs: fix code alignment issues in xfs_ondisk.cWilfred Mallawa1-2/+2
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)2-8/+8
2026-02-25xfs: Refactoring the nagcount and delta calculationNirjhar Roy (IBM)3-15/+33
2026-02-25xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+4
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook63-115/+106
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+5
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-2/+2
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes2-2/+3
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+0
2026-02-10Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+44
2026-02-10Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds219-1342/+4212
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-2/+22
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds2-43/+35
2026-01-30xfs: add sysfs stats for zoned GCChristoph Hellwig3-1/+18
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig3-5/+5
2026-01-30xfs: add zone reset error injectionChristoph Hellwig2-4/+15
2026-01-30xfs: refactor zone reset handlingChristoph Hellwig1-21/+28
2026-01-30xfs: don't mark all discard issued by zoned GC as syncChristoph Hellwig1-1/+2
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig3-1/+47
2026-01-30xfs: use WRITE_ONCE/READ_ONCE for m_errortagChristoph Hellwig1-9/+14
2026-01-30xfs: move the guts of XFS_ERRORTAG_DELAY out of lineChristoph Hellwig2-12/+24
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig3-30/+12
2026-01-30xfs: allocate m_errortag earlyChristoph Hellwig2-25/+13