summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-05xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig
2024-11-05xfs: repair metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: confirm dotdot target before replacing it during a repairDarrick J. Wong
2024-11-05xfs: check metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: move repair temporary files to the metadata directory treeDarrick J. Wong
2024-11-05xfs: check the metadata directory inumber in superblocksDarrick J. Wong
2024-11-05xfs: scrub metadata directoriesDarrick J. Wong
2024-11-05xfs: fix di_metatype field of inodes that won't loadDarrick J. Wong
2024-11-05xfs: adjust parent pointer scrubber for sb-rooted metadata filesDarrick J. Wong
2024-11-05xfs: metadata files can have xattrs if metadir is enabledDarrick J. Wong
2024-11-05xfs: do not count metadata directory files when doing online quotacheckDarrick J. Wong
2024-11-05xfs: refactor directory tree root predicatesDarrick 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: mark quota inodes as metadata filesDarrick J. Wong
2024-11-05xfs: don't count metadata directory files to quotaDarrick 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: hide metadata inodes from everyone because they are specialDarrick 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: load metadata directory root at mount timeDarrick 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: standardize EXPERIMENTAL warning generationDarrick J. Wong
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong
2024-11-05xfs: constify the xfs_inode predicatesDarrick J. Wong
2024-11-05xfs: constify the xfs_sb predicatesDarrick J. Wong
2024-11-05xfs: store a generic group structure in the intentsChristoph Hellwig
2024-11-05xfs: remove xfs_group_intent_hold and xfs_group_intent_releChristoph Hellwig
2024-11-05xfs: add group based bno conversion helpersChristoph Hellwig
2024-11-05xfs: store a generic xfs_group pointer in xfs_getfsmap_infoChristoph 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: convert extent busy tracepoints to the generic group structureChristoph Hellwig
2024-11-05xfs: return the busy generation from xfs_extent_busy_list_emptyChristoph 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: mark xfs_perag_intent_{hold,rele} staticChristoph 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: add a xfs_group_next_range helperChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: factor out a xfs_iwalk_args helperChristoph Hellwig
2024-11-05xfs: insert the pag structures into the xarray laterChristoph Hellwig
2024-11-05xfs: split xfs_initialize_peragChristoph Hellwig
2024-11-05xfs: convert remaining trace points to pass pag structuresChristoph Hellwig
2024-11-05xfs: pass the pag to the xrep_newbt_extent_class tracepointsChristoph Hellwig
2024-11-05xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace pointsChristoph Hellwig