summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-5/+2
* xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-171-3/+3
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-171-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-141-0/+1
* xfs: active perag reference countingDave Chinner2023-02-131-2/+2
* xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong2022-11-161-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-121-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-181-7/+7
* xfs: make fsmap backend function key parameters constDarrick J. Wong2021-08-181-17/+13
* xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong2021-08-181-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
* xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong2019-11-051-0/+1
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-301-4/+4
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-111-1/+1
* xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong2018-06-241-2/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-011-6/+8
* xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann2017-10-161-24/+24
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-111-0/+12
* xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong2017-05-161-1/+4
* xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig2017-04-251-1/+1
* xfs: report realtime space information via the rtbitmapDarrick J. Wong2017-04-031-1/+119
* xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong2017-04-031-3/+69
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-031-0/+756