aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rtbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: define the zoned on-disk formatChristoph Hellwig2025-03-031-0/+11
* xfs: add some rtgroup inode helpersDarrick J. Wong2024-12-231-1/+1
* xfs: implement busy extent tracking for rtgroupsDarrick J. Wong2024-11-051-1/+11
* xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundariesDarrick J. Wong2024-11-051-1/+1
* xfs: make the RT allocator rtgroup awareChristoph Hellwig2024-11-051-2/+4
* xfs: support error injection when freeing rt extentsDarrick J. Wong2024-11-051-0/+4
* xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong2024-11-051-15/+131
* xfs: record rt group metadata errors in the health systemDarrick J. Wong2024-11-051-18/+19
* xfs: define the format of rt groupsDarrick J. Wong2024-11-051-3/+17
* xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig2024-11-051-4/+9
* xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig2024-11-051-1/+11
* xfs: support creating per-RTG files in growfsChristoph Hellwig2024-11-051-0/+32
* xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig2024-11-051-93/+47
* xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig2024-09-011-1/+1
* xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig2024-09-011-31/+0
* xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig2024-09-011-25/+17
* xfs: remove xfs_rtb_to_rtxremChristoph Hellwig2024-09-011-5/+4
* xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig2024-09-011-11/+13
* xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig2024-09-011-0/+126
* xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig2024-09-011-1/+30
* xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig2024-09-011-0/+2
* xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig2024-09-011-5/+4
* xfs: refactor realtime inode lockingChristoph Hellwig2024-04-221-0/+57
* xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong2024-02-221-1/+8
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-301-14/+0
* xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig2023-12-221-4/+4
* xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2023-12-221-12/+12
* xfs: split xfs_rtmodify_summary_intChristoph Hellwig2023-12-221-50/+24
* xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig2023-12-221-0/+14
* xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong2023-12-071-3/+5
* xfs: make rextslog computation consistent with mkfsDarrick J. Wong2023-12-071-0/+12
* Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-081-367/+440
|\
| * xfs: invert the realtime summary cacheOmar Sandoval2023-10-191-3/+3
| * xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2023-10-191-32/+29
| * xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2023-10-191-66/+49
| * xfs: cache last bitmap block in realtime allocatorOmar Sandoval2023-10-191-71/+76
| * xfs: consolidate realtime allocation argumentsDave Chinner2023-10-181-179/+187
| * xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-181-7/+8
| * xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong2023-10-181-0/+29
| * xfs: use accessor functions for bitmap wordsDarrick J. Wong2023-10-181-75/+34
| * xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong2023-10-181-15/+40
| * xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong2023-10-181-0/+27
| * xfs: convert rt summary macros to helpersDarrick J. Wong2023-10-181-4/+6
| * xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2023-10-181-28/+31
| * xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong2023-10-181-8/+8
| * xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-171-15/+15
| * xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong2023-10-171-2/+2
| * xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-171-43/+43
| * xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2023-10-171-11/+11