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