index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_fsmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
1
-3
/
+1
2025-04-16
xfs: fix fsmap for internal zoned devices
Darrick J. Wong
1
-18
/
+33
2025-03-03
xfs: enable fsmap reporting for internal RT devices
Christoph Hellwig
1
-17
/
+63
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
1
-1
/
+5
2024-12-24
xfs: wire up realtime refcount btree cursors
Darrick J. Wong
1
-12
/
+13
2024-12-24
xfs: wire up getfsmap to the realtime reverse mapping btree
Darrick J. Wong
1
-1
/
+173
2024-12-13
xfs: fix off-by-one error in fsmap's end_daddr usage
Darrick J. Wong
1
-16
/
+22
2024-11-06
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
1
-5
/
+6
2024-11-06
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
1
-24
/
+51
2024-11-06
xfs: cleanup xfs_getfsmap_rtdev_rtbitmap
Christoph Hellwig
1
-13
/
+12
2024-11-06
xfs: create incore realtime group structures
Darrick J. Wong
1
-2
/
+3
2024-11-06
xfs: clean up xfs_getfsmap_helper arguments
Christoph Hellwig
1
-108
/
+119
2024-11-06
xfs: store a generic xfs_group pointer in xfs_getfsmap_info
Christoph Hellwig
1
-12
/
+14
2024-11-06
xfs: add a generic group pointer to the btree cursor
Christoph Hellwig
1
-2
/
+4
2024-11-06
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
1
-4
/
+3
2024-11-06
xfs: factor out a generic xfs_group structure
Christoph Hellwig
1
-6
/
+6
2024-11-06
xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
Christoph Hellwig
1
-13
/
+6
2024-11-06
xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev
Christoph Hellwig
1
-3
/
+3
2024-09-01
xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
Darrick J. Wong
1
-2
/
+132
2024-09-01
xfs: rearrange xfs_fsmap.c a little bit
Darrick J. Wong
1
-134
/
+134
2024-09-01
xfs: simplify xfs_rtalloc_query_range
Christoph Hellwig
1
-6
/
+5
2024-08-27
xfs: Fix missing interval for missing_owner in xfs fsmap
Zizhi Wo
1
-1
/
+23
2024-08-27
xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
Darrick J. Wong
1
-2
/
+2
2024-08-26
xfs: Fix the owner setting issue for rmap query in xfs fsmap
Zizhi Wo
1
-1
/
+1
2024-04-22
xfs: refactor realtime inode locking
Christoph Hellwig
1
-2
/
+2
2024-02-22
xfs: split xfs_allocbt_init_cursor
Christoph Hellwig
1
-2
/
+2
2023-10-18
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
1
-5
/
+2
2023-10-18
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
1
-3
/
+3
2023-10-18
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
1
-1
/
+1
2023-09-11
xfs: fix an agbno overflow in __xfs_getfsmap_datadev
Darrick J. Wong
1
-7
/
+18
2023-07-02
xfs: validate fsmap offsets specified in the query keys
Darrick J. Wong
1
-11
/
+19
2023-07-02
xfs: fix logdev fsmap query result filtering
Darrick J. Wong
1
-22
/
+8
2023-07-02
xfs: clean up the rtbitmap fsmap backend
Darrick J. Wong
1
-53
/
+9
2023-07-02
xfs: fix getfsmap reporting past the last rt extent
Darrick J. Wong
1
-1
/
+1
2023-07-02
xfs: fix integer overflows in the fsmap rtbitmap and logdev backends
Darrick J. Wong
1
-26
/
+64
2023-07-02
xfs: fix interval filtering in multi-step fsmap queries
Darrick J. Wong
1
-19
/
+48
2023-02-15
xfs: fix uninitialized variable access
Darrick J. Wong
1
-0
/
+1
2023-02-13
xfs: active perag reference counting
Dave Chinner
1
-2
/
+2
2022-11-17
xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap file
Darrick J. Wong
1
-2
/
+2
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-2
/
+1
2022-04-11
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
1
-3
/
+3
2022-03-09
xfs: don't generate selinux audit messages for capability testing
Darrick J. Wong
1
-2
/
+2
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-2
/
+2
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-7
/
+7
2021-08-19
xfs: make fsmap backend function key parameters const
Darrick J. Wong
1
-17
/
+13
2021-08-19
xfs: fix off-by-one error when the last rt extent is in use
Darrick J. Wong
1
-5
/
+15
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-2
/
+2
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
1
-1
/
+1
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
1
-2
/
+1
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
1
-1
/
+1
[next]