summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-11-28xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig1-4/+2
2024-11-22xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds49-936/+4080
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-11-12Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino1-49/+137
2024-11-12Merge tag 'metadir-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/k...Carlos Maiolino1-1/+2
2024-11-12Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino4-1/+239
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino23-204/+1080
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino9-181/+983
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino18-57/+889
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino25-425/+701
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino13-140/+159
2024-11-05xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong1-2/+88
2024-11-05xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong1-11/+13
2024-11-05xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong1-37/+37
2024-11-05xfs: enable metadata directory featureDarrick J. Wong1-1/+2
2024-11-05xfs: scrub quota file metapathsDarrick J. Wong1-1/+5
2024-11-05xfs: use metadir for quota inodesDarrick J. Wong3-0/+234
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong2-1/+24
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong6-26/+81
2024-11-05xfs: adjust min_block usage in xfs_verify_agbnoDarrick J. Wong2-2/+2
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong8-71/+99
2024-11-05xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundariesDarrick J. Wong2-10/+22
2024-11-05xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundariesDarrick J. Wong1-4/+13
2024-11-05xfs: mask off the rtbitmap and summary inodes when metadir in useDarrick J. Wong1-0/+20
2024-11-05xfs: scrub metadir paths for rtgroup metadataDarrick J. Wong1-1/+4
2024-11-05xfs: scrub the realtime group superblockDarrick J. Wong1-1/+2
2024-11-05xfs: make the RT allocator rtgroup awareChristoph Hellwig2-4/+15
2024-11-05xfs: don't merge ioends across RTGsDarrick J. Wong1-0/+9
2024-11-05xfs: use realtime EFI to free extents when rtgroups are enabledDarrick J. Wong1-1/+16
2024-11-05xfs: support error injection when freeing rt extentsDarrick J. Wong1-0/+4
2024-11-05xfs: support logging EFIs for realtime extentsDarrick J. Wong6-4/+38
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong1-0/+1
2024-11-05xfs: encode the rtsummary in big endian formatDarrick J. Wong2-1/+10
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. Wong6-20/+218
2024-11-05xfs: export the geometry of realtime groups to userspaceDarrick J. Wong4-0/+36
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong4-40/+76
2024-11-05xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong1-5/+10
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. Wong4-2/+81
2024-11-05xfs: define the format of rt groupsDarrick J. Wong6-17/+231
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig2-29/+46
2024-11-05xfs: fix rt device offset calculations for FITRIMDarrick J. Wong0-0/+0
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig2-6/+10
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig3-5/+16
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig4-0/+107