summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-10-22xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2021-10-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2021-10-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2021-10-22xfs: repair the rmapbtDarrick J. Wong
2021-10-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-10-22xfs: introduce online scrub freezeDarrick J. Wong
2021-10-22xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-10-22Darrick J. Wong
2021-10-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2021-10-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2021-10-22xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2021-10-22Darrick J. Wong
2021-10-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2021-10-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-10-22xfs: separate the marking of sick and checked metadataDarrick J. Wong
2021-10-22xfs: implement live quotacheck inode scanDarrick J. Wong
2021-10-22xfs: report the health of quota countsDarrick J. Wong
2021-10-22xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-10-22xfs: repair inode block mapsDarrick J. Wong
2021-10-22xfs: zap broken inode forksDarrick J. Wong
2021-10-22xfs: repair inode recordsDarrick J. Wong
2021-10-22xfs: repair inode btreesDarrick J. Wong
2021-10-22xfs: repair free space btreesDarrick J. Wong
2021-10-22xfs: reduce transaction reservations with reflinkDarrick J. Wong
2021-10-22xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-10-22xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-10-22xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-10-22xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups_2021-10-22Darrick J. Wong
2021-10-22xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2021-10-22xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2021-10-22xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-10-22xfs: fix rmap key comparison functionsDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-19xfs: rename xfs_has_attr()Dave Chinner