summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09xfs: remove XFS_ILOCK_RT*refactor-rt-locking_2022-11-09Darrick J. Wong
2022-11-09xfs: refactor realtime inode lockingDarrick J. Wong
2022-11-09xfs: use separate lock classes for realtime metadata inode ILOCKsDarrick J. Wong
2022-11-09xfs: use accessor functions for summary info wordsrefactor-rtbitmap-macros_2022-11-09Darrick J. Wong
2022-11-09xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2022-11-09xfs: use accessor functions for bitmap wordsDarrick J. Wong
2022-11-09xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2022-11-09xfs: convert rt summary macros to helpersDarrick J. Wong
2022-11-09xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong
2022-11-09xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong
2022-11-09xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2022-11-09xfs: use shifting and masking when converting rt extents, if possiblerefactor-rt-unit-conversions_2022-11-09Darrick J. Wong
2022-11-09xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong
2022-11-09xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2022-11-09xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong
2022-11-09xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2022-11-09xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2022-11-09xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2022-11-09xfs: convert rt extent numbers to xfs_rtxnum_tclean-up-realtime-units_2022-11-09Darrick J. Wong
2022-11-09xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2022-11-09xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2022-11-09xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong
2022-11-09xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2022-11-09xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2022-11-09xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong
2022-11-09xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong
2022-11-09xfs: prevent rt growfs when quota is enabledDarrick J. Wong
2022-11-09xfs: bump max fsgeom struct versionDarrick J. Wong
2022-11-09xfs: refactor realtime scrubbing context managementDarrick J. Wong
2022-11-09xfs: update btree keys correctly when _insrec splits an inode root blockbtree-ifork-records_2022-11-09Darrick J. Wong
2022-11-09xfs: support storing records in the inode core rootDarrick J. Wong
2022-11-09xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong
2022-11-09xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong
2022-11-09xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2022-11-09xfs: generalize the btree root reallocation functionDarrick J. Wong
2022-11-09xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2022-11-09xfs: rearrange xfs_iroot_realloc a bitDarrick J. Wong
2022-11-09xfs: move the zero records logic into xfs_bmap_broot_space_calcDarrick J. Wong
2022-11-09xfs: hoist the code that moves the incore inode fork broot memoryDarrick J. Wong
2022-11-09xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2022-11-09xfs: refactor creation of bmap btree rootsDarrick J. Wong
2022-11-09xfs: refactor the allocation and freeing of incore inode fork btree rootsDarrick J. Wong
2022-11-09xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2022-11-09xfs: enable metadata directory featuremetadir_2022-11-09Darrick J. Wong
2022-11-09xfs: don't check secondary super inode pointers when metadir enabledDarrick J. Wong
2022-11-09xfs: teach nlink scrubber to deal with metadata directory rootsDarrick J. Wong
2022-11-09xfs: scrub metadata directoriesDarrick J. Wong
2022-11-09xfs: record health problems with the metadata directoryDarrick J. Wong
2022-11-09xfs: enable creation of dynamically allocated metadir path structuresDarrick J. Wong
2022-11-09xfs: allow bulkstat to return metadata directoriesDarrick J. Wong