summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtbitmap.c
AgeCommit message (Expand)Author
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
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong
2021-08-18xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-05-19xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong
2018-06-08xfs: move various type verifiers to common fileDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong