summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsmap.c
AgeCommit message (Expand)Author
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-09-11xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong
2023-07-02xfs: validate fsmap offsets specified in the query keysDarrick J. Wong
2023-07-02xfs: fix logdev fsmap query result filteringDarrick J. Wong
2023-07-02xfs: clean up the rtbitmap fsmap backendDarrick J. Wong
2023-07-02xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong
2023-07-02xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong
2023-07-02xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong
2023-02-14xfs: fix uninitialized variable accessDarrick J. Wong
2023-02-13xfs: active perag reference countingDave Chinner
2022-11-16xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong
2022-03-09xfs: don't generate selinux audit messages for capability testingDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make fsmap backend function key parameters constDarrick J. Wong
2021-08-18xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner
2021-03-24xfs: drop freeze protection when running GETFSMAPDarrick J. Wong
2020-10-07xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong
2020-10-07xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2019-11-05xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong
2019-08-30xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-06-24xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2017-10-16xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-05-16xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig
2017-04-03xfs: report realtime space information via the rtbitmapDarrick J. Wong
2017-04-03xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong