summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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: repair realtime group superblockDarrick J. Wong
2024-11-05xfs: scrub the realtime group superblockDarrick J. Wong
2024-11-05xfs: don't coalesce file mappings that cross rtgroup boundaries in scrubDarrick 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: force swapext to a realtime file to use the file content exchange ioctlDarrick J. Wong
2024-11-05xfs: store rtgroup information with a bmap intentDarrick 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: convert sick_map loops to use ARRAY_SIZEDarrick 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: check the realtime superblock at mount timeDarrick 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: fix rt device offset calculations for FITRIMDarrick J. Wong
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig
2024-11-05xfs: factor out a xfs_growfs_check_rtgeom helperChristoph Hellwig
2024-11-05xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocksChristoph Hellwig
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_fake_mount helperDarrick J. Wong
2024-11-05xfs: calculate RT bitmap and summary blocks based on sb_rextentsChristoph Hellwig
2024-11-05xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: split xfs_trim_rtdev_extentsChristoph Hellwig
2024-11-05xfs: cleanup xfs_getfsmap_rtdev_rtbitmapChristoph Hellwig
2024-11-05xfs: factor out a xfs_growfs_rt_alloc_blocks helperChristoph Hellwig
2024-11-05xfs: add a xfs_qm_unmount_rt helperChristoph Hellwig
2024-11-05xfs: add a xfs_bmap_free_rtblocks helperChristoph Hellwig
2024-11-05xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong
2024-11-05xfs: repair metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong
2024-11-05xfs: add a lockdep class key for rtgroup inodesDarrick J. Wong
2024-11-05xfs: define locking primitives for realtime groupsDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong
2024-11-05xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig