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
starfive-6.6.48-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
/
libxfs
/
xfs_btree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
xfs: constify btree function parameters that are not modified
Darrick J. Wong
1
-9
/
+12
2021-08-19
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
1
-4
/
+4
2021-08-19
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
1
-4
/
+4
2021-08-19
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
1
-2
/
+2
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
1
-1
/
+2
2021-08-19
xfs: make the key parameters to all btree key comparison functions const
Darrick J. Wong
1
-3
/
+3
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-1
/
+0
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-1
/
+10
2020-05-14
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2020-03-18
xfs: support bulk loading of staged btrees
Darrick J. Wong
1
-0
/
+16
2020-03-18
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
1
-0
/
+3
2020-03-18
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
1
-1
/
+10
2020-03-13
xfs: make the btree ag cursor private union anonymous
Dave Chinner
1
-14
/
+11
2020-03-13
xfs: make the btree cursor union members named structure
Dave Chinner
1
-15
/
+24
2020-03-13
xfs: make btree cursor private union anonymous
Dave Chinner
1
-5
/
+3
2020-03-13
xfs: rename btree cursor private btree member flags
Dave Chinner
1
-2
/
+2
2020-03-13
xfs: introduce new private btree cursor names
Dave Chinner
1
-0
/
+2
2020-01-27
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
1
-21
/
+0
2019-11-11
xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
Darrick J. Wong
1
-8
/
+17
2019-10-29
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
Darrick J. Wong
1
-1
/
+8
2019-10-21
xfs: track active state of allocation btree cursors
Brian Foster
1
-0
/
+3
2019-08-31
xfs: remove all *_ITER_CONTINUE values
Darrick J. Wong
1
-1
/
+0
2019-08-30
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
1
-2
/
+7
2019-07-02
xfs: create iterator error codes
Darrick J. Wong
1
-2
/
+2
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
1
-7
/
+3
2018-08-03
xfs: fold dfops into the transaction
Brian Foster
1
-1
/
+0
2018-07-12
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
1
-1
/
+0
2018-07-12
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
1
-1
/
+0
2018-07-12
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
1
-1
/
+0
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-16
xfs: add repair helpers for the reference count btree
Darrick J. Wong
1
-0
/
+1
2018-05-16
xfs: add helpers to calculate btree size
Darrick J. Wong
1
-1
/
+1
2018-04-09
xfs: non-scrub - remove unused function parameters
Eric Sandeen
1
-4
/
+2
2018-03-12
Cleanup old XFS_BTREE_* traces
Carlos Maiolino
1
-19
/
+0
2018-01-18
xfs: add scrub cross-referencing helpers for the free space btrees
Darrick J. Wong
1
-0
/
+2
2018-01-08
xfs: have buffer verifier functions report failing address
Darrick J. Wong
1
-4
/
+7
2018-01-08
xfs: refactor long-format btree header verification routines
Darrick J. Wong
1
-0
/
+3
2018-01-08
xfs: remove XFS_FSB_SANITY_CHECK
Darrick J. Wong
1
-4
/
+0
2017-10-27
xfs: compare btree block keys to parent block's keys during scrub
Darrick J. Wong
1
-0
/
+4
2017-10-27
xfs: scrub the shape of a metadata btree
Darrick J. Wong
1
-0
/
+7
2017-10-27
xfs: refactor btree block header checking functions
Darrick J. Wong
1
-0
/
+8
2017-10-27
xfs: refactor btree pointer checks
Darrick J. Wong
1
-2
/
+11
2017-09-01
xfs: skip bmbt block ino validation during owner change
Brian Foster
1
-1
/
+2
2017-06-20
xfs: export various function for the online scrubber
Darrick J. Wong
1
-0
/
+13
2017-06-20
xfs: always compile the btree inorder check functions
Darrick J. Wong
1
-2
/
+0
2017-06-20
xfs: remove double-underscore integer types
Darrick J. Wong
1
-9
/
+9
2017-04-04
xfs: create a function to query all records in a btree
Darrick J. Wong
1
-0
/
+2
[next]