summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
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
2024-11-05xfs: add a xfs_agino_to_ino helperChristoph Hellwig
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig
2024-11-05xfs: remove the agno argument to xfs_free_ag_extentChristoph Hellwig
2024-11-05xfs: pass a pag to xfs_difree_inode_chunkChristoph Hellwig
2024-11-05xfs: remove the unused pag_active_wq field in struct xfs_peragChristoph Hellwig
2024-11-05xfs: remove the unused pagb_count field in struct xfs_peragChristoph Hellwig
2024-11-05xfs: sb_spino_align is not verifiedDave Chinner
2024-11-05xfs: remove the redundant xfs_alloc_log_agfLong Li
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner
2024-10-10xfs: switch to multigrain timestampsJeff Layton
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig