summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig
2026-01-30xfs: use WRITE_ONCE/READ_ONCE for m_errortagChristoph Hellwig
2026-01-30xfs: move the guts of XFS_ERRORTAG_DELAY out of lineChristoph Hellwig
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig
2026-01-30xfs: allocate m_errortag earlyChristoph Hellwig
2026-01-30xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubsChristoph Hellwig
2026-01-30xfs: validate log record version against superblock log versionRaphael Pinsonneault-Thibeault
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig
2026-01-28Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s...Carlos Maiolino
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-24xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong
2026-01-24xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong
2026-01-24xfs: check return value of xchk_scrub_create_subordDarrick J. Wong
2026-01-24xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong
2026-01-23xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong
2026-01-23xfs: reduce xfs_attr_try_sf_addname parametersDarrick J. Wong
2026-01-23xfs: fix remote xattr valuelblk checkDarrick J. Wong
2026-01-23xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong
2026-01-23xfs: strengthen attr leaf block freemap checkingDarrick J. Wong
2026-01-23xfs: refactor attr3 leaf table size computationDarrick J. Wong
2026-01-23xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong
2026-01-23xfs: delete attr leaf freemap entries when emptyDarrick J. Wong
2026-01-21xfs: fix incorrect context handling in xfs_trans_rollWenwu Hou
2026-01-21xfs: always allocate the free zone with the lowest indexHans Holmberg
2026-01-21xfs: promote metadata directories and large block supportDarrick J. Wong
2026-01-21xfs: use blkdev_get_zone_info to simplify zone reportingChristoph Hellwig
2026-01-21xfs: check that used blocks are smaller than the write pointerChristoph Hellwig
2026-01-21xfs: split and refactor zone validationChristoph Hellwig
2026-01-21xfs: pass the write pointer to xfs_init_zoneChristoph Hellwig
2026-01-21xfs: add a xfs_rtgroup_raw_size helperChristoph Hellwig
2026-01-21xfs: add missing forward declaration in xfs_zones.hDamien Le Moal
2026-01-21xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig
2026-01-21xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong
2026-01-21xfs: rework zone GC buffer managementChristoph Hellwig
2026-01-21xfs: use bio_reuse in the zone GC codeChristoph Hellwig
2026-01-21block: add a bio_reuse helperChristoph Hellwig
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig
2026-01-21xfs: move the remaining content from xfs.h to xfs_platform.hChristoph Hellwig
2026-01-21xfs: include global headers first in xfs_platform.hChristoph Hellwig
2026-01-21xfs: rename xfs_linux.h to xfs_platform.hChristoph Hellwig
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig