summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig2024-11-051-5/+6
* xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig2024-11-051-24/+51
* xfs: cleanup xfs_getfsmap_rtdev_rtbitmapChristoph Hellwig2024-11-051-13/+12
* xfs: create incore realtime group structuresDarrick J. Wong2024-11-051-2/+3
* xfs: clean up xfs_getfsmap_helper argumentsChristoph Hellwig2024-11-051-108/+119
* xfs: store a generic xfs_group pointer in xfs_getfsmap_infoChristoph Hellwig2024-11-051-12/+14
* xfs: add a generic group pointer to the btree cursorChristoph Hellwig2024-11-051-2/+4
* xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig2024-11-051-4/+3
* xfs: factor out a generic xfs_group structureChristoph Hellwig2024-11-051-6/+6
* xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig2024-11-051-13/+6
* xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadevChristoph Hellwig2024-11-051-3/+3
* xfs: move xfs_ioc_getfsmap out of xfs_ioctl.cDarrick J. Wong2024-09-011-2/+132
* xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong2024-09-011-134/+134
* xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig2024-09-011-6/+5
* xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo2024-08-271-1/+23
* xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong2024-08-271-2/+2
* xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo2024-08-261-1/+1
* xfs: refactor realtime inode lockingChristoph Hellwig2024-04-221-2/+2
* xfs: split xfs_allocbt_init_cursorChristoph Hellwig2024-02-221-2/+2
* xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-181-5/+2
* xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-181-3/+3
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-181-1/+1
* xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong2023-09-111-7/+18
* xfs: validate fsmap offsets specified in the query keysDarrick J. Wong2023-07-021-11/+19
* xfs: fix logdev fsmap query result filteringDarrick J. Wong2023-07-021-22/+8
* xfs: clean up the rtbitmap fsmap backendDarrick J. Wong2023-07-021-53/+9
* xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong2023-07-021-1/+1
* xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong2023-07-021-26/+64
* xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong2023-07-021-19/+48
* xfs: fix uninitialized variable accessDarrick J. Wong2023-02-151-0/+1
* xfs: active perag reference countingDave Chinner2023-02-121-2/+2
* xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong2022-11-171-2/+2
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-2/+1
* xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong2022-04-111-3/+3
* xfs: don't generate selinux audit messages for capability testingDarrick J. Wong2022-03-091-2/+2
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+2
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-191-7/+7
* xfs: make fsmap backend function key parameters constDarrick J. Wong2021-08-191-17/+13
* xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong2021-08-191-5/+15
* xfs: remove agno from btree cursorDave Chinner2021-06-021-2/+2
* xfs: convert allocbt cursors to use peragsDave Chinner2021-06-021-1/+1
* xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-2/+1
* xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-1/+1
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-3/+3
* xfs: pass perags around in fsmap data dev functionsDave Chinner2021-06-021-29/+46
* xfs: drop freeze protection when running GETFSMAPDarrick J. Wong2021-03-241-9/+5
* xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-071-20/+25
* xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-071-0/+3
* xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong2020-03-261-0/+9
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-2/+2