summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-09-17xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2021-09-17xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-09-17xfs: separate the marking of sick and checked metadataDarrick J. Wong
2021-09-17xfs: implement live quotacheck inode scanDarrick J. Wong
2021-09-17xfs: report the health of quota countsDarrick J. Wong
2021-09-17xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-09-17xfs: repair inode block mapsDarrick J. Wong
2021-09-17xfs: zap broken inode forksDarrick J. Wong
2021-09-17xfs: repair inode recordsDarrick J. Wong
2021-09-17xfs: repair inode btreesDarrick J. Wong
2021-09-17xfs: repair free space btreesDarrick J. Wong
2021-09-17xfs: reduce transaction reservations with reflinkDarrick J. Wong
2021-09-17xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-09-17xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-09-17xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-09-17xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups_2021-09-17Darrick J. Wong
2021-09-17xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2021-09-17xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2021-09-17xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-09-17xfs: 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
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong