summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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-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
2026-01-21xfs: regularize iclog space accounting in xlog_write_partialChristoph Hellwig
2026-01-21xfs: move struct xfs_log_vec to xfs_log_priv.hChristoph Hellwig
2026-01-21xfs: move struct xfs_log_iovec to xfs_log_priv.hChristoph Hellwig
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig
2026-01-21xfs: set lv_bytes in xlog_write_one_vecChristoph Hellwig
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner
2026-01-20xfs: add media verification ioctlDarrick J. Wong
2026-01-20xfs: check if an open file is on the health monitored fsDarrick J. Wong
2026-01-20xfs: allow toggling verbose logging on the health monitoring fileDarrick J. Wong
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong
2026-01-20xfs: start creating infrastructure for health monitoringDarrick J. Wong
2026-01-16Merge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-01-13xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster