summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-11-05xfs: force swapext to a realtime file to use the file content exchange ioctlDarrick J. Wong1-0/+12
2024-11-05xfs: store rtgroup information with a bmap intentDarrick J. Wong2-36/+30
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong4-35/+242
2024-11-05xfs: encode the rtsummary in big endian formatDarrick J. Wong3-1/+15
2024-11-05xfs: encode the rtbitmap in big endian formatDarrick J. Wong2-2/+9
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong11-28/+257
2024-11-05xfs: export the geometry of realtime groups to userspaceDarrick J. Wong6-0/+99
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong7-136/+157
2024-11-05xfs: convert sick_map loops to use ARRAY_SIZEDarrick J. Wong1-8/+7
2024-11-05xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong3-23/+34
2024-11-05xfs: add a helper to prevent bmap merges across rtgroup boundariesChristoph Hellwig1-12/+44
2024-11-05xfs: check that rtblock extents do not break rtsupers or rtgroupsDarrick J. Wong1-5/+33
2024-11-05xfs: export realtime group geometry via XFS_FSOP_GEOMDarrick J. Wong2-1/+8
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong9-8/+118
2024-11-05xfs: check the realtime superblock at mount timeDarrick J. Wong4-2/+67
2024-11-05xfs: define the format of rt groupsDarrick J. Wong8-22/+262
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig10-50/+68
2024-11-05xfs: fix rt device offset calculations for FITRIMDarrick J. Wong1-8/+11
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig5-22/+17
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig6-14/+20
2024-11-05xfs: factor out a xfs_growfs_check_rtgeom helperChristoph Hellwig1-14/+29
2024-11-05xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocksChristoph Hellwig1-4/+8
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_fake_mount helperDarrick J. Wong1-15/+35
2024-11-05xfs: calculate RT bitmap and summary blocks based on sb_rextentsChristoph Hellwig2-3/+5
2024-11-05xfs: remove XFS_ILOCK_RT*Darrick J. Wong3-16/+9
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig5-0/+137
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig17-456/+501
2024-11-05xfs: split xfs_trim_rtdev_extentsChristoph Hellwig1-25/+32
2024-11-05xfs: cleanup xfs_getfsmap_rtdev_rtbitmapChristoph Hellwig1-13/+12
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_blocks helperChristoph Hellwig1-17/+39
2024-11-05xfs: add a xfs_qm_unmount_rt helperChristoph Hellwig1-4/+18
2024-11-05xfs: add a xfs_bmap_free_rtblocks helperChristoph Hellwig1-11/+22
2024-11-05xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong6-0/+181
2024-11-05xfs: repair metadata directory file path connectivityDarrick J. Wong4-3/+358
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong4-3/+217
2024-11-05xfs: add a lockdep class key for rtgroup inodesDarrick J. Wong1-0/+52
2024-11-05xfs: define locking primitives for realtime groupsDarrick J. Wong2-0/+65
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong14-5/+454
2024-11-05xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig3-127/+188
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