summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig4-1/+55
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
2026-01-30xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubsChristoph Hellwig1-2/+2
2026-01-30xfs: validate log record version against superblock log versionRaphael Pinsonneault-Thibeault1-11/+16
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun1-4/+4
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig1-14/+7
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig1-16/+9
2026-01-28Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s...Carlos Maiolino23-181/+115
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino6-17/+157
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino3-63/+155
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino44-29/+3146
2026-01-24xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-01-24xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-01-24xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-01-24xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
2026-01-23xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong19-166/+47
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong4-0/+44
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong3-10/+109
2026-01-23xfs: reduce xfs_attr_try_sf_addname parametersDarrick J. Wong1-7/+4
2026-01-23xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-01-23xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
2026-01-23xfs: strengthen attr leaf block freemap checkingDarrick J. Wong1-0/+55
2026-01-23xfs: refactor attr3 leaf table size computationDarrick J. Wong2-29/+30
2026-01-23xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-01-23xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-01-21xfs: fix incorrect context handling in xfs_trans_rollWenwu Hou2-11/+6
2026-01-21xfs: always allocate the free zone with the lowest indexHans Holmberg2-31/+17
2026-01-21xfs: promote metadata directories and large block supportDarrick J. Wong3-14/+0
2026-01-21xfs: use blkdev_get_zone_info to simplify zone reportingChristoph Hellwig1-64/+50
2026-01-21xfs: check that used blocks are smaller than the write pointerChristoph Hellwig1-0/+7
2026-01-21xfs: split and refactor zone validationChristoph Hellwig3-114/+68
2026-01-21xfs: pass the write pointer to xfs_init_zoneChristoph Hellwig1-29/+37
2026-01-21xfs: add a xfs_rtgroup_raw_size helperChristoph Hellwig1-0/+15
2026-01-21xfs: add missing forward declaration in xfs_zones.hDamien Le Moal1-0/+1
2026-01-21xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig1-51/+24
2026-01-21xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-01-21xfs: rework zone GC buffer managementChristoph Hellwig1-47/+59
2026-01-21xfs: use bio_reuse in the zone GC codeChristoph Hellwig1-6/+1
2026-01-21block: add a bio_reuse helperChristoph Hellwig2-0/+35
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig194-204/+193
2026-01-21xfs: move the remaining content from xfs.h to xfs_platform.hChristoph Hellwig2-17/+16
2026-01-21xfs: include global headers first in xfs_platform.hChristoph Hellwig1-14/+10
2026-01-21xfs: rename xfs_linux.h to xfs_platform.hChristoph Hellwig2-4/+4
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig1-12/+20
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig1-1/+1
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig1-9/+13
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig1-110/+77