summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsmap.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-16xfs: fix fsmap for internal zoned devicesDarrick J. Wong1-18/+33
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig1-17/+63
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-1/+5
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong1-12/+13
2024-12-23xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong1-1/+173
2024-12-12xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong1-16/+22
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig1-5/+6
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig1-24/+51
2024-11-05xfs: cleanup xfs_getfsmap_rtdev_rtbitmapChristoph Hellwig1-13/+12
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong1-2/+3
2024-11-05xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig1-108/+119
2024-11-05xfs: store a generic xfs_group pointer in xfs_getfsmap_infoChristoph Hellwig1-12/+14
2024-11-05xfs: add a generic group pointer to the btree cursorChristoph Hellwig1-2/+4
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig1-4/+3
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-6/+6
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig1-13/+6
2024-11-05xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadevChristoph Hellwig1-3/+3
2024-09-01xfs: move xfs_ioc_getfsmap out of xfs_ioctl.cDarrick J. Wong1-2/+132
2024-09-01xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong1-134/+134
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig1-6/+5
2024-08-27xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo1-1/+23
2024-08-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong1-2/+2
2024-08-26xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo1-1/+1
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig1-2/+2
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig1-2/+2
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong1-5/+2
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong1-3/+3
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong1-1/+1
2023-09-11xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong1-7/+18
2023-07-02xfs: validate fsmap offsets specified in the query keysDarrick J. Wong1-11/+19
2023-07-02xfs: fix logdev fsmap query result filteringDarrick J. Wong1-22/+8
2023-07-02xfs: clean up the rtbitmap fsmap backendDarrick J. Wong1-53/+9
2023-07-02xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong1-1/+1
2023-07-02xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong1-26/+64
2023-07-02xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong1-19/+48
2023-02-14xfs: fix uninitialized variable accessDarrick J. Wong1-0/+1
2023-02-13xfs: active perag reference countingDave Chinner1-2/+2
2022-11-16xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong1-2/+2
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-2/+1
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong1-3/+3
2022-03-09xfs: don't generate selinux audit messages for capability testingDarrick J. Wong1-2/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+2
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-7/+7
2021-08-18xfs: make fsmap backend function key parameters constDarrick J. Wong1-17/+13
2021-08-18xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong1-5/+15
2021-06-02xfs: remove agno from btree cursorDave Chinner1-2/+2
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner1-1/+1
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner1-2/+1
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-1/+1
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-3/+3