summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rtbitmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-51/+25
* 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-191-179/+187
| * xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-191-7/+8
| * xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong2023-10-191-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-181-15/+15
| * xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong2023-10-181-2/+2
| * xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-181-43/+43
| * xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2023-10-181-11/+11
| * xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-181-6/+6
| * xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-181-0/+1
| * xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2023-10-171-0/+33
* | xfs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+5
|/
* xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong2022-04-111-4/+5
* xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong2021-08-191-7/+7
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-171-11/+11
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-171-7/+4
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-061-1/+1
* xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig2020-05-191-1/+1
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-3/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-2/+4
* xfs: remove unused header filesEric Sandeen2019-06-291-8/+0
* xfs: cache minimum realtime summary levelOmar Sandoval2018-12-121-0/+6
* xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong2018-06-241-2/+2
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-12/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-011-13/+13
* xfs: strengthen rtalloc query range checksDarrick J. Wong2018-06-011-2/+5
* xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong2018-06-011-0/+3
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-181-0/+21
* xfs: remove redundant assignment to variable bitColin Ian King2017-10-311-1/+0