index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_fsmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
2024-11-05
1
-5
/
+6
*
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
2024-11-05
1
-24
/
+51
*
xfs: cleanup xfs_getfsmap_rtdev_rtbitmap
Christoph Hellwig
2024-11-05
1
-13
/
+12
*
xfs: create incore realtime group structures
Darrick J. Wong
2024-11-05
1
-2
/
+3
*
xfs: clean up xfs_getfsmap_helper arguments
Christoph Hellwig
2024-11-05
1
-108
/
+119
*
xfs: store a generic xfs_group pointer in xfs_getfsmap_info
Christoph Hellwig
2024-11-05
1
-12
/
+14
*
xfs: add a generic group pointer to the btree cursor
Christoph Hellwig
2024-11-05
1
-2
/
+4
*
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
2024-11-05
1
-4
/
+3
*
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
1
-6
/
+6
*
xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
Christoph Hellwig
2024-11-05
1
-13
/
+6
*
xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev
Christoph Hellwig
2024-11-05
1
-3
/
+3
*
xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
Darrick J. Wong
2024-09-01
1
-2
/
+132
*
xfs: rearrange xfs_fsmap.c a little bit
Darrick J. Wong
2024-09-01
1
-134
/
+134
*
xfs: simplify xfs_rtalloc_query_range
Christoph Hellwig
2024-09-01
1
-6
/
+5
*
xfs: Fix missing interval for missing_owner in xfs fsmap
Zizhi Wo
2024-08-27
1
-1
/
+23
*
xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
Darrick J. Wong
2024-08-27
1
-2
/
+2
*
xfs: Fix the owner setting issue for rmap query in xfs fsmap
Zizhi Wo
2024-08-26
1
-1
/
+1
*
xfs: refactor realtime inode locking
Christoph Hellwig
2024-04-22
1
-2
/
+2
*
xfs: split xfs_allocbt_init_cursor
Christoph Hellwig
2024-02-22
1
-2
/
+2
*
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
2023-10-18
1
-5
/
+2
*
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
2023-10-18
1
-3
/
+3
*
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
2023-10-18
1
-1
/
+1
*
xfs: fix an agbno overflow in __xfs_getfsmap_datadev
Darrick J. Wong
2023-09-11
1
-7
/
+18
*
xfs: validate fsmap offsets specified in the query keys
Darrick J. Wong
2023-07-02
1
-11
/
+19
*
xfs: fix logdev fsmap query result filtering
Darrick J. Wong
2023-07-02
1
-22
/
+8
*
xfs: clean up the rtbitmap fsmap backend
Darrick J. Wong
2023-07-02
1
-53
/
+9
*
xfs: fix getfsmap reporting past the last rt extent
Darrick J. Wong
2023-07-02
1
-1
/
+1
*
xfs: fix integer overflows in the fsmap rtbitmap and logdev backends
Darrick J. Wong
2023-07-02
1
-26
/
+64
*
xfs: fix interval filtering in multi-step fsmap queries
Darrick J. Wong
2023-07-02
1
-19
/
+48
*
xfs: fix uninitialized variable access
Darrick J. Wong
2023-02-15
1
-0
/
+1
*
xfs: active perag reference counting
Dave Chinner
2023-02-12
1
-2
/
+2
*
xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap file
Darrick J. Wong
2022-11-17
1
-2
/
+2
*
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
1
-2
/
+1
*
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
2022-04-11
1
-3
/
+3
*
xfs: don't generate selinux audit messages for capability testing
Darrick J. Wong
2022-03-09
1
-2
/
+2
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-2
/
+2
*
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-19
1
-7
/
+7
*
xfs: make fsmap backend function key parameters const
Darrick J. Wong
2021-08-19
1
-17
/
+13
*
xfs: fix off-by-one error when the last rt extent is in use
Darrick J. Wong
2021-08-19
1
-5
/
+15
*
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
1
-2
/
+2
*
xfs: convert allocbt cursors to use perags
Dave Chinner
2021-06-02
1
-1
/
+1
*
xfs: convert refcount btree cursor to use perags
Dave Chinner
2021-06-02
1
-2
/
+1
*
xfs: convert rmap btree cursor to using a perag
Dave Chinner
2021-06-02
1
-1
/
+1
*
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
1
-3
/
+3
*
xfs: pass perags around in fsmap data dev functions
Dave Chinner
2021-06-02
1
-29
/
+46
*
xfs: drop freeze protection when running GETFSMAP
Darrick J. Wong
2021-03-24
1
-9
/
+5
*
xfs: fix deadlock and streamline xfs_getfsmap performance
Darrick J. Wong
2020-10-07
1
-20
/
+25
*
xfs: limit entries returned when counting fsmap records
Darrick J. Wong
2020-10-07
1
-0
/
+3
*
xfs: prohibit fs freezing when using empty transactions
Darrick J. Wong
2020-03-26
1
-0
/
+9
*
xfs: convert btree cursor ag-private member name
Dave Chinner
2020-03-13
1
-2
/
+2
[next]