summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-03xfs: hide most of the incore inode walk interfaceincore-inode-walk_2020-03-03Darrick J. Wong
2020-03-03xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2020-03-03xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2020-03-03xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2020-03-03xfs: refactor eofb matching into a single helperDarrick J. Wong
2020-03-03xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2020-03-03xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2020-03-03xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2020-03-03xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2020-03-03xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2020-03-03xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2020-03-03xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2020-03-03Darrick J. Wong
2020-03-03xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report quota block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report inode corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report btree block corruption errors to the health systemDarrick J. Wong
2020-03-03xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2020-03-03xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2020-03-03xfs: separate the marking of sick and checked metadataDarrick J. Wong
2020-03-03xfs: repair quotasrepair-quota_2020-03-03Darrick J. Wong
2020-03-03xfs: online repair of directoriesrepair-inode-data_2020-03-03Darrick J. Wong
2020-03-03xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2020-03-03xfs: repair extended attributesDarrick J. Wong
2020-03-03xfs: create a new inode fork block unmap helperDarrick J. Wong
2020-03-03xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2020-03-03xfs: create a blob array data structureDarrick J. Wong
2020-03-03xfs: repair damaged symlinksrepair-inodes_2020-03-03Darrick J. Wong
2020-03-03xfs: repair inode block mapsDarrick J. Wong
2020-03-03xfs: zap broken inode forksDarrick J. Wong
2020-03-03xfs: repair inode recordsDarrick J. Wong
2020-03-03xfs: repair refcount btreesrepair-ag-btrees_2020-03-03Darrick J. Wong
2020-03-03xfs: repair inode btreesDarrick J. Wong
2020-03-03xfs: repair free space btreesDarrick J. Wong
2020-03-03xfs: create a big array data structureDarrick J. Wong
2020-03-03xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2020-03-03xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2020-03-03Darrick J. Wong
2020-03-03xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2020-03-03xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2020-03-03xfs: convert xbitmap to interval treerepair-bitmap-rework_2020-03-03Darrick J. Wong
2020-03-03xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2020-03-03xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2020-03-03xfs: replace open-coded bitmap weight logicDarrick J. Wong
2020-03-03xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2020-03-03xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2020-03-03Darrick J. Wong
2020-03-03xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2020-03-03xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2020-03-03xfs: support staging cursors for per-AG btree typesbtree-bulk-loading_2020-03-03Darrick J. Wong
2020-03-03xfs: support bulk loading of staged btreesDarrick J. Wong