summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong
2024-11-05xfs: encode the rtsummary in big endian formatDarrick J. Wong
2024-11-05xfs: encode the rtbitmap in big endian formatDarrick J. Wong
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong
2024-11-05xfs: export the geometry of realtime groups to userspaceDarrick J. Wong
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong
2024-11-05xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong
2024-11-05xfs: add a helper to prevent bmap merges across rtgroup boundariesChristoph Hellwig
2024-11-05xfs: check that rtblock extents do not break rtsupers or rtgroupsDarrick J. Wong
2024-11-05xfs: export realtime group geometry via XFS_FSOP_GEOMDarrick J. Wong
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong
2024-11-05xfs: define the format of rt groupsDarrick J. Wong
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: add a xfs_bmap_free_rtblocks helperChristoph Hellwig
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong
2024-11-05xfs: add a lockdep class key for rtgroup inodesDarrick J. Wong
2024-11-05xfs: define locking primitives for realtime groupsDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong
2024-11-05xfs: check metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong
2024-11-05xfs: adjust xfs_bmap_add_attrfork for metadirDarrick J. Wong
2024-11-05xfs: allow bulkstat to return metadata directoriesDarrick J. Wong
2024-11-05xfs: advertise metadata directory featureDarrick J. Wong
2024-11-05xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2024-11-05xfs: read and write metadata inode directory treeDarrick J. Wong
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong
2024-11-05xfs: iget for metadata inodesDarrick J. Wong
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong
2024-11-05xfs: store a generic group structure in the intentsChristoph Hellwig
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong
2024-11-05xfs: constify the xfs_sb predicatesDarrick J. Wong
2024-11-05xfs: add group based bno conversion helpersChristoph Hellwig
2024-11-05xfs: add a generic group pointer to the btree cursorChristoph Hellwig
2024-11-05xfs: convert busy extent tracking to the generic group structureChristoph Hellwig
2024-11-05xfs: move the online repair rmap hooks to the generic group structureChristoph Hellwig
2024-11-05xfs: move draining of deferred operations to the generic group structureChristoph Hellwig
2024-11-05xfs: move metadata health tracking to the generic group structureChristoph Hellwig
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig
2024-11-05xfs: insert the pag structures into the xarray laterChristoph Hellwig
2024-11-05xfs: add a xfs_group_next_range helperChristoph Hellwig
2024-11-05xfs: split xfs_initialize_peragChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: convert remaining trace points to pass pag structuresChristoph Hellwig
2024-11-05xfs: pass objects to the xfs_irec_merge_{pre,post} trace pointsChristoph Hellwig
2024-11-05xfs: pass a perag structure to the xfs_ag_resv_init_error trace pointChristoph Hellwig
2024-11-05xfs: pass a pag to xfs_extent_busy_{search,reuse}Christoph Hellwig