summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtbitmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong1-14/+0
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig1-4/+4
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig1-12/+12
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig1-51/+25
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig1-0/+14
2023-12-07xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2023-12-07xfs: make rextslog computation consistent with mkfsDarrick J. Wong1-0/+12
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-367/+440
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval1-3/+3
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong1-32/+29
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong1-66/+49
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval1-71/+76
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner1-179/+187
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong1-7/+8
2023-10-19xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong1-0/+29
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong1-75/+34
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong1-15/+40
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong1-0/+27
2023-10-18xfs: convert to new timestamp accessorsJeff Layton1-1/+5
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong1-4/+6
2023-10-18xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong1-28/+31
2023-10-18xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong1-8/+8
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong1-15/+15
2023-10-18xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong1-2/+2
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong1-43/+43
2023-10-18xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong1-11/+11
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong1-6/+6
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong1-0/+1
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong1-0/+33
2022-04-11xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong1-4/+5
2021-08-19xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong1-7/+7
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-2/+2
2020-12-17xfs: remove xfs_buf_t typedefDave Chinner1-11/+11
2020-10-17xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong1-1/+1
2020-05-19xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig1-1/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-3/+1
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-2/+4
2019-06-29xfs: remove unused header filesEric Sandeen1-8/+0
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval1-0/+6
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong1-2/+2
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-12/+0
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong1-13/+13
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong1-2/+5
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong1-0/+3
2018-01-18xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+21
2017-10-31xfs: remove redundant assignment to variable bitColin Ian King1-1/+0
2017-10-27xfs: create block pointer check functionsDarrick J. Wong1-0/+12
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong1-1/+1