summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-11-28xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig
2024-11-22xfs: fix sparse inode limits on runt AGDave Chinner
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-12Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino
2024-11-12Merge tag 'metadir-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/k...Carlos Maiolino
2024-11-12Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino
2024-11-05xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong
2024-11-05xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong
2024-11-05xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong
2024-11-05xfs: enable metadata directory featureDarrick J. Wong
2024-11-05xfs: scrub quota file metapathsDarrick J. Wong
2024-11-05xfs: use metadir for quota inodesDarrick J. Wong
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong
2024-11-05xfs: adjust min_block usage in xfs_verify_agbnoDarrick J. Wong
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong
2024-11-05xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundariesDarrick J. Wong
2024-11-05xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundariesDarrick J. Wong
2024-11-05xfs: mask off the rtbitmap and summary inodes when metadir in useDarrick J. Wong
2024-11-05xfs: scrub metadir paths for rtgroup metadataDarrick J. Wong
2024-11-05xfs: scrub the realtime group superblockDarrick J. Wong
2024-11-05xfs: make the RT allocator rtgroup awareChristoph Hellwig
2024-11-05xfs: don't merge ioends across RTGsDarrick J. Wong
2024-11-05xfs: use realtime EFI to free extents when rtgroups are enabledDarrick J. Wong
2024-11-05xfs: support error injection when freeing rt extentsDarrick J. Wong
2024-11-05xfs: support logging EFIs for realtime extentsDarrick J. Wong
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong
2024-11-05xfs: encode the rtsummary in big endian formatDarrick J. Wong
2024-11-05xfs: encode the rtbitmap in big endian formatDarrick J. Wong
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong
2024-11-05xfs: export the geometry of realtime groups to userspaceDarrick J. Wong
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong
2024-11-05xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong
2024-11-05xfs: add a helper to prevent bmap merges across rtgroup boundariesChristoph Hellwig
2024-11-05xfs: check that rtblock extents do not break rtsupers or rtgroupsDarrick J. Wong
2024-11-05xfs: export realtime group geometry via XFS_FSOP_GEOMDarrick J. Wong
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong
2024-11-05xfs: define the format of rt groupsDarrick J. Wong
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig