summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2026-08-03xfs: don't replace the wrong part of the cow forkDarrick J. Wong2-83/+148
2026-07-24xfs: use bio_reuse in the zone GC codeChristoph Hellwig1-5/+5
2026-07-24xfs: only log freed extents for the current RTG in zoned growfsChristoph Hellwig1-4/+4
2026-07-24xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig4-7/+21
2026-07-24xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
2026-07-18xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong1-1/+1
2026-07-18xfs: write the rg superblock when fixing itDarrick J. Wong1-0/+4
2026-07-18xfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong1-1/+1
2026-07-18xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong1-1/+1
2026-07-18xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong1-8/+8
2026-07-18xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong1-1/+1
2026-07-18xfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong1-0/+6
2026-07-18xfs: set xfarray killable sort correctlyDarrick J. Wong2-5/+4
2026-07-18xfs: use the rt version of the cow staging checkerDarrick J. Wong1-1/+1
2026-07-18xfs: grab rtrmap btree when checking rgsuperDarrick J. Wong1-1/+9
2026-07-18xfs: don't wrap around quota ids in dqiterateDarrick J. Wong1-1/+1
2026-07-18xfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong1-0/+36
2026-07-18xfs: fail recovery on a committed log item with no regionsWeiming Shi1-0/+9
2026-07-18xfs: fix null pointer dereference in tracepointAndrey Albershteyn1-1/+1
2026-07-18xfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng1-2/+12
2026-07-18xfs: fix exchmaps reservation limit checkYingjie Gao1-1/+1
2026-07-18xfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong1-1/+1
2026-07-18xfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih1-8/+8
2026-07-18xfs: release dquot buffer after dqflush failureYingjie Gao1-3/+2
2026-07-18xfs: use null daddr for unset first bad log blockYousef Alhouseen1-3/+3
2026-06-19xfs: fix rtgroup cleanup in CoW fork repairYingjie Gao1-4/+1
2026-06-19xfs: fix error returns in CoW fork repairYingjie Gao1-5/+2
2026-05-23xfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa1-1/+1
2026-05-07xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
2026-05-07xfs: start gc on zonegc_low_space attribute updatesHans Holmberg3-1/+27
2026-04-02xfs: remove file_path tracepoint dataDarrick J. Wong2-19/+4
2026-04-02xfs: don't irele after failing to iget in xfs_attri_recover_workDarrick J. Wong1-1/+0
2026-04-02xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li1-2/+2
2026-04-02xfs: scrub: unlock dquot before early return in quota scrubhongao1-1/+3
2026-04-02xfs: avoid dereferencing log items after push callbacksYuto Ohnuki2-11/+51
2026-04-02xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-04-02xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-03-19xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
2026-03-19xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-03-19xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
2026-03-19xfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+1
2026-03-12xfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
2026-03-12xfs: fix xfs_group release bug in xfs_dax_notify_dev_failureDarrick J. Wong1-2/+2
2026-03-04xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-03-04xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-03-04xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-03-04xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
2026-03-04xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong19-166/+47
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27