summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rtbitmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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