summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorLines
2026-02-25xfs: add static size checks for ioctl UABIWilfred Mallawa-5/+34
2026-02-25xfs: remove duplicate static size checksWilfred Mallawa-9/+0
2026-02-25xfs: Add comments for usages of some macros.Nirjhar Roy (IBM)-0/+9
2026-02-25xfs: Update lazy counters in xfs_growfs_rt_bmblock()Nirjhar Roy (IBM)-0/+9
2026-02-25xfs: Add a comment in xfs_log_sb()Nirjhar Roy (IBM)-0/+3
2026-02-25xfs: Fix xfs_last_rt_bmblock()Nirjhar Roy (IBM)-6/+24
2026-02-25xfs: don't report half-built inodes to fserrorDarrick J. Wong-3/+14
2026-02-25xfs: don't report metadata inodes to fserrorDarrick J. Wong-2/+14
2026-02-25xfs: fix potential pointer access race in xfs_healthmon_getDarrick J. Wong-5/+8
2026-02-25xfs: fix xfs_group release bug in xfs_dax_notify_dev_failureDarrick J. Wong-2/+2
2026-02-25xfs: fix xfs_group release bug in xfs_verify_report_lossesDarrick J. Wong-2/+2
2026-02-25xfs: fix copy-paste error in previous fixDarrick J. Wong-1/+1
2026-02-25xfs: Fix error pointer dereferenceEthan Tidmore-1/+6
2026-02-25xfs: remove metafile inodes from the active inode statChristoph Hellwig-5/+23
2026-02-25xfs: cleanup inode counter statsChristoph Hellwig-18/+18
2026-02-25xfs: fix code alignment issues in xfs_ondisk.cWilfred Mallawa-2/+2
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)-8/+8
2026-02-25xfs: Refactoring the nagcount and delta calculationNirjhar Roy (IBM)-15/+33
2026-02-25xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()Nirjhar Roy (IBM)-1/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-115/+106
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+5
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes-2/+2
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes-2/+3
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+0
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds-5/+44
2026-02-09Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-1342/+4212
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+22
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds-43/+35
2026-01-30xfs: add sysfs stats for zoned GCChristoph Hellwig-1/+18
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig-5/+5
2026-01-30xfs: add zone reset error injectionChristoph Hellwig-4/+15
2026-01-30xfs: refactor zone reset handlingChristoph Hellwig-21/+28
2026-01-30xfs: don't mark all discard issued by zoned GC as syncChristoph Hellwig-1/+2
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig-1/+47
2026-01-30xfs: use WRITE_ONCE/READ_ONCE for m_errortagChristoph Hellwig-9/+14
2026-01-30xfs: move the guts of XFS_ERRORTAG_DELAY out of lineChristoph Hellwig-12/+24
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig-30/+12
2026-01-30xfs: allocate m_errortag earlyChristoph Hellwig-25/+13
2026-01-30xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubsChristoph Hellwig-2/+2
2026-01-30xfs: validate log record version against superblock log versionRaphael Pinsonneault-Thibeault-11/+16
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun-4/+4
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig-14/+7
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig-16/+9
2026-01-28xfs: use bounce buffering direct I/O when the device requires stable pagesChristoph Hellwig-5/+44
2026-01-28Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s...Carlos Maiolino-181/+115
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino-17/+157