summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-12-15xfs: enable atomic swapext featureatomic-file-updates_2021-12-15Darrick J. Wong
2021-12-15xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-12-15xfs: condense directories after an atomic swapDarrick J. Wong
2021-12-15xfs: condense extended attributes after an atomic swapDarrick J. Wong
2021-12-15xfs: add error injection to test swapext recoveryDarrick J. Wong
2021-12-15xfs: create deferred log items for extent swappingDarrick J. Wong
2021-12-15xfs: introduce a swap-extent log intent itemDarrick J. Wong
2021-12-15xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2021-12-15vfs: introduce new file range exchange ioctlDarrick J. Wong
2021-12-15xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2021-12-15xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2021-12-15xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2021-12-15xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2021-12-15xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2021-12-15xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2021-12-15xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2021-12-15xfs: repair the rmapbtDarrick J. Wong
2021-12-15xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-12-15xfs: introduce online scrub freezeDarrick J. Wong
2021-12-15xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-12-15Darrick J. Wong
2021-12-15xfs: remember sick inodes that get inactivatedDarrick J. Wong
2021-12-15xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2021-12-15xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2021-12-15Darrick J. Wong
2021-12-15xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-12-15xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2021-12-15xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-12-15xfs: separate the marking of sick and checked metadataDarrick J. Wong
2021-12-15xfs: implement live quotacheck inode scanDarrick J. Wong
2021-12-15xfs: report the health of quota countsDarrick J. Wong
2021-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-12-15xfs: repair inode block mapsDarrick J. Wong
2021-12-15xfs: zap broken inode forksDarrick J. Wong
2021-12-15xfs: repair inode recordsDarrick J. Wong
2021-12-15xfs: repair refcount btreesrepair-ag-btrees_2021-12-15Darrick J. Wong
2021-12-15xfs: repair inode btreesDarrick J. Wong
2021-12-15xfs: repair free space btreesDarrick J. Wong
2021-12-15xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2021-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2021-12-15xfs: amend xfs_rmap_has_other_keys to check file offsets properlyDarrick J. Wong
2021-12-15xfs: reduce transaction reservations with reflinkDarrick J. Wong
2021-12-15xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-12-15xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-12-15xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-12-15xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups_2021-12-15Darrick J. Wong
2021-12-15xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2021-12-15xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2021-12-15xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong