index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-3
/
+3
2021-06-02
xfs: pass perags around in fsmap data dev functions
Dave Chinner
1
-29
/
+46
2021-03-24
xfs: drop freeze protection when running GETFSMAP
Darrick J. Wong
1
-9
/
+5
2020-10-07
xfs: fix deadlock and streamline xfs_getfsmap performance
Darrick J. Wong
1
-20
/
+25
2020-10-07
xfs: limit entries returned when counting fsmap records
Darrick J. Wong
1
-0
/
+3
2020-03-26
xfs: prohibit fs freezing when using empty transactions
Darrick J. Wong
1
-0
/
+9
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
1
-2
/
+2
2019-11-05
xfs: add missing assert in xfs_fsmap_owner_from_rmap
Darrick J. Wong
1
-0
/
+1
2019-08-31
xfs: remove all *_ITER_CONTINUE values
Darrick J. Wong
1
-4
/
+4
2019-08-30
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
1
-2
/
+2
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-4
/
+0
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
1
-1
/
+1
2018-07-12
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
1
-1
/
+1
2018-06-24
xfs: fix uninitialized field in rtbitmap fsmap backend
Darrick J. Wong
1
-2
/
+2
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
2018-06-01
xfs: fix xfs_rtalloc_rec units
Darrick J. Wong
1
-6
/
+8
2017-10-16
xfs: move two more RT specific functions into CONFIG_XFS_RT
Arnd Bergmann
1
-24
/
+24
2017-10-11
xfs: move more RT specific code under CONFIG_XFS_RT
Dave Chinner
1
-0
/
+12
2017-05-16
xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMIN
Darrick J. Wong
1
-1
/
+4
2017-04-25
xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmap
Christoph Hellwig
1
-1
/
+1
2017-04-04
xfs: report realtime space information via the rtbitmap
Darrick J. Wong
1
-1
/
+119
2017-04-04
xfs: have getfsmap fall back to the freesp btrees when rmap is not present
Darrick J. Wong
1
-3
/
+69
2017-04-04
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
1
-0
/
+756