summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25xfs: support error injection when freeing rt extentsrealtime-extfree-intents_2021-03-25Darrick J. Wong
2021-03-25xfs: support recovering extent-free intent items targetting realtime extentsDarrick J. Wong
2021-03-25xfs: support logging EFIs for realtime extentsDarrick J. Wong
2021-03-25xfs: add metadata reservations for realtime btreesreserve-rt-metadata-space_2021-03-25Darrick J. Wong
2021-03-25xfs: widen per-ag reservation structures to 64-bitsDarrick J. Wong
2021-03-25xfs: refactor realtime inode lockingrefactor-rt-locking_2021-03-25Darrick J. Wong
2021-03-25xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-03-25xfs: kill XFS_BTREE_MAXLEVELSbtree-dynamic-depth_2021-03-25Darrick J. Wong
2021-03-25xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-03-25xfs: compute actual maximum btree height for critical reservation calculationDarrick J. Wong
2021-03-25xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-03-25xfs: encode the max btree height in the cursorDarrick J. Wong
2021-03-25xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-03-25xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-03-25xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-03-25xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-03-25xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong
2021-03-25xfs: stricter btree height checking when looking for errorsDarrick J. Wong
2021-03-25xfs: dynamically allocate scrub context structureDarrick J. Wong
2021-03-25xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-03-25xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-03-25xfs: update btree keys correctly when _insrec splits an inode root blockbtree-ifork-records_2021-03-25Darrick J. Wong
2021-03-25xfs: support storing records in the inode core rootDarrick J. Wong
2021-03-25xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong
2021-03-25xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong
2021-03-25xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2021-03-25xfs: generalize the btree root reallocation functionDarrick J. Wong
2021-03-25xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2021-03-25xfs: rearrange xfs_iroot_realloc a bitDarrick J. Wong
2021-03-25xfs: move the zero records logic into xfs_bmap_broot_space_calcDarrick J. Wong
2021-03-25xfs: hoist the code that moves the incore inode fork broot memoryDarrick J. Wong
2021-03-25xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2021-03-25xfs: refactor creation of bmap btree rootsDarrick J. Wong
2021-03-25xfs: refactor the allocation and freeing of incore inode fork btree rootsDarrick J. Wong
2021-03-25xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2021-03-25xfs: enable metadata directory featuremetadir_2021-03-25Darrick J. Wong
2021-03-25xfs: scrub metadata directoriesDarrick J. Wong
2021-03-25xfs: allow bulkstat to return metadata directoriesDarrick J. Wong
2021-03-25xfs: advertise metadata directory featureDarrick J. Wong
2021-03-25xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong
2021-03-25xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2021-03-25xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2021-03-25xfs: read and write metadata inode directoryDarrick J. Wong
2021-03-25xfs: enforce metadata inode flagDarrick J. Wong
2021-03-25xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2021-03-25xfs: load metadata directory root at mount timeDarrick J. Wong
2021-03-25xfs: update imeta transaction reservations for metadirDarrick J. Wong
2021-03-25xfs: define the on-disk format for the metadir featureDarrick J. Wong
2021-03-25xfs: iget for metadata inodesDarrick J. Wong
2021-03-25xfs: convert all users to xfs_imeta_logDarrick J. Wong