summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2022-11-09Darrick J. Wong
2022-11-09xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong
2022-11-09xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2022-11-09Darrick J. Wong
2022-11-09xfs: simplify xfs_ag_resv_free signatureDarrick J. Wong
2022-11-09xfs: enable realtime group featurerealtime-groups_2022-11-09Darrick J. Wong
2022-11-09xfs: scrub each rtgroup's portion of the rtbitmap separatelyDarrick J. Wong
2022-11-09xfs: repair secondary realtime group superblocksDarrick J. Wong
2022-11-09xfs: scrub the realtime group superblockDarrick J. Wong
2022-11-09xfs: store rtgroup information with a bmap intentDarrick J. Wong
2022-11-09xfs: encode the rtsummary in big endian formatDarrick J. Wong
2022-11-09xfs: add block headers to realtime summary blocksDarrick J. Wong
2022-11-09xfs: encode the rtbitmap in little endian formatDarrick J. Wong
2022-11-09xfs: add block headers to realtime bitmap blocksDarrick J. Wong
2022-11-09xfs: export the geometry of realtime groups to userspaceDarrick J. Wong
2022-11-09xfs: define locking primitives for realtime groupsDarrick J. Wong
2022-11-09xfs: record rt group superblock errors in the health systemDarrick J. Wong
2022-11-09xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong
2022-11-09xfs: check that rtblock extents do not overlap with the rt group metadataDarrick J. Wong
2022-11-09xfs: export realtime group geometry via XFS_FSOP_GEOMDarrick J. Wong
2022-11-09xfs: always update secondary rt supers when we update secondary fs supersDarrick J. Wong
2022-11-09xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong
2022-11-09xfs: write secondary realtime superblocks to diskDarrick J. Wong
2022-11-09xfs: update primary realtime super every time we update the primary fs superDarrick J. Wong
2022-11-09xfs: check the realtime superblock at mount timeDarrick J. Wong
2022-11-09xfs: define the format of rt groupsDarrick J. Wong
2022-11-09xfs: create incore realtime group structuresDarrick J. Wong
2022-11-09xfs: remove XFS_ILOCK_RT*refactor-rt-locking_2022-11-09Darrick J. Wong
2022-11-09xfs: refactor realtime inode lockingDarrick J. Wong
2022-11-09xfs: use separate lock classes for realtime metadata inode ILOCKsDarrick J. Wong
2022-11-09xfs: use accessor functions for summary info wordsrefactor-rtbitmap-macros_2022-11-09Darrick J. Wong
2022-11-09xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2022-11-09xfs: use accessor functions for bitmap wordsDarrick J. Wong
2022-11-09xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2022-11-09xfs: convert rt summary macros to helpersDarrick J. Wong
2022-11-09xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong
2022-11-09xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong
2022-11-09xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2022-11-09xfs: use shifting and masking when converting rt extents, if possiblerefactor-rt-unit-conversions_2022-11-09Darrick J. Wong
2022-11-09xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong
2022-11-09xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2022-11-09xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong
2022-11-09xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2022-11-09xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2022-11-09xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2022-11-09xfs: convert rt extent numbers to xfs_rtxnum_tclean-up-realtime-units_2022-11-09Darrick J. Wong
2022-11-09xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2022-11-09xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2022-11-09xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong
2022-11-09xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2022-11-09xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong