summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-11-05xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig3-126/+187
2024-11-05xfs: confirm dotdot target before replacing it during a repairDarrick J. Wong1-4/+8
2024-11-05xfs: check metadata directory file path connectivityDarrick J. Wong12-3/+241
2024-11-05xfs: move repair temporary files to the metadata directory treeDarrick J. Wong3-0/+105
2024-11-05xfs: check the metadata directory inumber in superblocksDarrick J. Wong1-0/+5
2024-11-05xfs: scrub metadata directoriesDarrick J. Wong6-3/+56
2024-11-05xfs: fix di_metatype field of inodes that won't loadDarrick J. Wong2-3/+12
2024-11-05xfs: adjust parent pointer scrubber for sb-rooted metadata filesDarrick J. Wong2-4/+39
2024-11-05xfs: metadata files can have xattrs if metadir is enabledDarrick J. Wong2-9/+26
2024-11-05xfs: do not count metadata directory files when doing online quotacheckDarrick J. Wong1-2/+5
2024-11-05xfs: refactor directory tree root predicatesDarrick J. Wong13-45/+76
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong6-4/+17
2024-11-05xfs: adjust xfs_bmap_add_attrfork for metadirDarrick J. Wong2-2/+8
2024-11-05xfs: mark quota inodes as metadata filesDarrick J. Wong1-0/+2
2024-11-05xfs: don't count metadata directory files to quotaDarrick J. Wong4-0/+23
2024-11-05xfs: allow bulkstat to return metadata directoriesDarrick J. Wong4-5/+48
2024-11-05xfs: advertise metadata directory featureDarrick J. Wong2-0/+3
2024-11-05xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong2-1/+22
2024-11-05xfs: disable the agi rotor for metadata inodesDarrick J. Wong1-18/+40
2024-11-05xfs: read and write metadata inode directory treeDarrick J. Wong8-2/+685
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong8-6/+147
2024-11-05xfs: load metadata directory root at mount timeDarrick J. Wong2-2/+30
2024-11-05xfs: iget for metadata inodesDarrick J. Wong5-18/+125
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong15-25/+152
2024-11-05xfs: store a generic group structure in the intentsChristoph Hellwig12-55/+63
2024-11-05xfs: standardize EXPERIMENTAL warning generationDarrick J. Wong8-28/+81
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong11-13/+13
2024-11-05xfs: constify the xfs_inode predicatesDarrick J. Wong2-11/+11
2024-11-05xfs: constify the xfs_sb predicatesDarrick J. Wong1-12/+12
2024-11-05xfs: remove xfs_group_intent_hold and xfs_group_intent_releChristoph Hellwig1-27/+9
2024-11-05xfs: add group based bno conversion helpersChristoph Hellwig4-0/+102
2024-11-05xfs: store a generic xfs_group pointer in xfs_getfsmap_infoChristoph Hellwig1-12/+14
2024-11-05xfs: add a generic group pointer to the btree cursorChristoph Hellwig23-137/+122
2024-11-05xfs: convert busy extent tracking to the generic group structureChristoph Hellwig12-151/+193
2024-11-05xfs: convert extent busy tracepoints to the generic group structureChristoph Hellwig2-18/+28
2024-11-05xfs: return the busy generation from xfs_extent_busy_list_emptyChristoph Hellwig3-8/+7
2024-11-05xfs: move the online repair rmap hooks to the generic group structureChristoph Hellwig7-19/+23
2024-11-05xfs: move draining of deferred operations to the generic group structureChristoph Hellwig8-55/+66
2024-11-05xfs: mark xfs_perag_intent_{hold,rele} staticChristoph Hellwig2-27/+21
2024-11-05xfs: move metadata health tracking to the generic group structureChristoph Hellwig8-91/+94
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig17-105/+79
2024-11-05xfs: insert the pag structures into the xarray laterChristoph Hellwig1-16/+15
2024-11-05xfs: add a xfs_group_next_range helperChristoph Hellwig2-0/+29
2024-11-05xfs: split xfs_initialize_peragChristoph Hellwig3-56/+74
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig44-399/+608
2024-11-05xfs: convert remaining trace points to pass pag structuresChristoph Hellwig14-106/+98
2024-11-05xfs: factor out a xfs_iwalk_args helperChristoph Hellwig2-57/+33
2024-11-05xfs: pass the pag to the xrep_newbt_extent_class tracepointsChristoph Hellwig3-29/+24
2024-11-05xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace pointsChristoph Hellwig2-16/+15
2024-11-05xfs: pass objects to the xrep_ibt_walk_rmap tracepointChristoph Hellwig2-22/+11