summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtbitmap.c
AgeCommit message (Expand)Author
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong
2024-11-05xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundariesDarrick J. Wong
2024-11-05xfs: make the RT allocator rtgroup awareChristoph Hellwig
2024-11-05xfs: support error injection when freeing rt extentsDarrick J. Wong
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong
2024-11-05xfs: define the format of rt groupsDarrick J. Wong
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
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval
2023-10-18xfs: consolidate realtime allocation argumentsDave Chinner
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong
2023-10-18xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong
2023-10-17xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong
2023-10-17xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2023-10-17xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong
2023-10-17xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong
2023-10-17xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong