summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert sick_map loops to use ARRAY_SIZEDarrick J. Wong2024-11-051-8/+7
* xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong2024-11-053-23/+34
* xfs: add a helper to prevent bmap merges across rtgroup boundariesChristoph Hellwig2024-11-051-12/+44
* xfs: check that rtblock extents do not break rtsupers or rtgroupsDarrick J. Wong2024-11-051-5/+33
* xfs: export realtime group geometry via XFS_FSOP_GEOMDarrick J. Wong2024-11-052-1/+8
* xfs: update realtime super every time we update the primary fs superDarrick J. Wong2024-11-059-8/+118
* xfs: check the realtime superblock at mount timeDarrick J. Wong2024-11-054-2/+67
* xfs: define the format of rt groupsDarrick J. Wong2024-11-058-22/+262
* xfs: fix rt device offset calculations for FITRIMDarrick J. Wong2024-11-051-8/+11
* xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig2024-11-0510-50/+68
* xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig2024-11-055-22/+17
* xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig2024-11-056-14/+20
* xfs: factor out a xfs_growfs_check_rtgeom helperChristoph Hellwig2024-11-051-14/+29
* xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocksChristoph Hellwig2024-11-051-4/+8
* xfs: factor out a xfs_growfs_rt_alloc_fake_mount helperDarrick J. Wong2024-11-051-15/+35
* xfs: calculate RT bitmap and summary blocks based on sb_rextentsChristoph Hellwig2024-11-052-3/+5
* xfs: remove XFS_ILOCK_RT*Darrick J. Wong2024-11-053-16/+9
* xfs: support creating per-RTG files in growfsChristoph Hellwig2024-11-055-0/+137
* xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig2024-11-0517-456/+501
* xfs: split xfs_trim_rtdev_extentsChristoph Hellwig2024-11-051-25/+32
* xfs: cleanup xfs_getfsmap_rtdev_rtbitmapChristoph Hellwig2024-11-051-13/+12
* xfs: factor out a xfs_growfs_rt_alloc_blocks helperChristoph Hellwig2024-11-051-17/+39
* xfs: add a xfs_qm_unmount_rt helperChristoph Hellwig2024-11-051-4/+18
* xfs: add a xfs_bmap_free_rtblocks helperChristoph Hellwig2024-11-051-11/+22
* xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong2024-11-056-0/+181
* xfs: support caching rtgroup metadata inodesDarrick J. Wong2024-11-054-3/+217
* xfs: add a lockdep class key for rtgroup inodesDarrick J. Wong2024-11-051-0/+52
* xfs: define locking primitives for realtime groupsDarrick J. Wong2024-11-052-0/+65
* xfs: create incore realtime group structuresDarrick J. Wong2024-11-0514-5/+454
* xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig2024-11-053-127/+188
* xfs: repair metadata directory file path connectivityDarrick J. Wong2024-11-054-3/+358
* xfs: confirm dotdot target before replacing it during a repairDarrick J. Wong2024-11-051-4/+8
* xfs: check metadata directory file path connectivityDarrick J. Wong2024-11-0512-3/+241
* xfs: move repair temporary files to the metadata directory treeDarrick J. Wong2024-11-053-0/+105
* xfs: check the metadata directory inumber in superblocksDarrick J. Wong2024-11-051-0/+5
* xfs: scrub metadata directoriesDarrick J. Wong2024-11-056-3/+56
* xfs: fix di_metatype field of inodes that won't loadDarrick J. Wong2024-11-052-3/+12
* xfs: adjust parent pointer scrubber for sb-rooted metadata filesDarrick J. Wong2024-11-052-4/+39
* xfs: metadata files can have xattrs if metadir is enabledDarrick J. Wong2024-11-052-9/+26
* xfs: do not count metadata directory files when doing online quotacheckDarrick J. Wong2024-11-051-2/+5
* xfs: refactor directory tree root predicatesDarrick J. Wong2024-11-0513-45/+76
* xfs: record health problems with the metadata directoryDarrick J. Wong2024-11-056-4/+17
* xfs: adjust xfs_bmap_add_attrfork for metadirDarrick J. Wong2024-11-052-2/+8
* xfs: mark quota inodes as metadata filesDarrick J. Wong2024-11-051-0/+2
* xfs: don't count metadata directory files to quotaDarrick J. Wong2024-11-054-0/+23
* xfs: allow bulkstat to return metadata directoriesDarrick J. Wong2024-11-054-5/+48
* xfs: advertise metadata directory featureDarrick J. Wong2024-11-052-0/+3
* xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong2024-11-052-1/+22
* xfs: disable the agi rotor for metadata inodesDarrick J. Wong2024-11-051-18/+40
* xfs: read and write metadata inode directory treeDarrick J. Wong2024-11-058-2/+685