summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
14 daysxfs: don't replace the wrong part of the cow forkDarrick J. Wong2-83/+148
2026-07-24iomap: consolidate bio submissionChristoph Hellwig1-2/+1
2026-07-24xfs: add newly added RTGs to the free pool in growfsChristoph Hellwig1-0/+8
2026-07-24xfs: factor out a xfs_zone_mark_free helperChristoph Hellwig3-5/+11
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: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
2026-07-18xfs: only log freed extents for the current RTG in zoned growfsChristoph Hellwig1-4/+4
2026-07-18xfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig3-7/+7
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-05-30xfs: Remove mention of PageWritebackMatthew Wilcox (Oracle)1-7/+7
2026-05-30xfs: abort mount if xfs_fs_reserve_ag_blocks failsChristoph Hellwig1-2/+5
2026-05-30xfs: factor rtgroup geom write pointer reporting into a helperChristoph Hellwig1-16/+22
2026-05-30xfs: drop the RTG reference later in xfs_ioc_rtgroup_geometryChristoph Hellwig1-4/+5
2026-05-30xfs: fix rtgroup cleanup in CoW fork repairYingjie Gao1-4/+1
2026-05-30xfs: fix error returns in CoW fork repairYingjie Gao1-5/+2
2026-05-30xfs: fix overlapping extents returned for pNFS LAYOUTGETDai Ngo1-2/+2
2026-05-30xfs: fix use of uninitialized imap in xfs_fs_map_blocks error pathDai Ngo1-2/+5
2026-05-30xfs: handle racing deletions in xfs_zone_gc_iter_irecHans Holmberg1-1/+1
2026-05-21xfs: fix a buffer lookup against removal raceChristoph Hellwig1-10/+24
2026-05-11xfs: Fix typo in commentMd Shofiqul Islam1-1/+1
2026-05-11xfs: fix the "limiting open zones" messageChristoph Hellwig1-1/+1
2026-04-27xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreateRavi Singh2-6/+11
2026-04-27xfs: check da node block pad field during scrubYuto Ohnuki1-1/+6
2026-04-27xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc()Wilfred Mallawa1-1/+1
2026-04-27xfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa1-1/+1
2026-04-27xfs: check directory data block header padding in scrubYuto Ohnuki3-1/+19
2026-04-27xfs: zero directory data block padding on write verificationYuto Ohnuki1-0/+6
2026-04-27xfs: zero entire directory data block header region at initYuto Ohnuki1-7/+5
2026-04-27xfs: remove the meaningless XFS_ALLOC_FLAG_FREEINGJinliang Zheng1-2/+1
2026-04-14Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds24-534/+739
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-23/+15
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+49