index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2023-04-11
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
1
-6
/
+44
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-2
/
+42
2023-04-11
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
1
-0
/
+55
2022-12-01
xfs: get rid of assert from xfs_btree_islastblock
Guo Xuenan
1
-1
/
+0
2022-04-21
xfs: convert btree buffer log flags to unsigned.
Dave Chinner
1
-13
/
+13
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-2
/
+2
2021-10-19
xfs: use separate btree cursor cache for each btree type
Darrick J. Wong
1
-12
/
+8
2021-10-19
xfs: kill XFS_BTREE_MAXLEVELS
Darrick J. Wong
1
-2
/
+0
2021-10-19
xfs: compute the maximum height of the rmap btree when reflink enabled
Darrick J. Wong
1
-0
/
+2
2021-10-19
xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
Darrick J. Wong
1
-2
/
+4
2021-10-19
xfs: dynamically allocate cursors based on maxlevels
Darrick J. Wong
1
-2
/
+11
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
1
-0
/
+2
2021-10-19
xfs: refactor btree cursor allocation function
Darrick J. Wong
1
-0
/
+16
2021-10-19
xfs: rearrange xfs_btree_cur fields for better packing
Darrick J. Wong
1
-4
/
+4
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
1
-6
/
+27
2021-10-19
xfs: reduce the size of nr_ops for refcount btree cursors
Darrick J. Wong
1
-4
/
+4
2021-10-19
xfs: remove xfs_btree_cur.bc_blocklog
Darrick J. Wong
1
-1
/
+0
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
1
-6
/
+6
2021-08-18
xfs: constify btree function parameters that are not modified
Darrick J. Wong
1
-9
/
+12
2021-08-18
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
1
-4
/
+4
2021-08-18
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
1
-1
/
+1
2021-08-18
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
1
-1
/
+1
2021-08-18
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
1
-4
/
+4
2021-08-18
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
1
-2
/
+2
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-1
/
+1
2021-08-18
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
1
-1
/
+2
2021-08-18
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-13
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-26
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-30
xfs: remove all *_ITER_CONTINUE values
Darrick J. Wong
1
-1
/
+0
2019-08-29
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-02
xfs: fold dfops into the transaction
Brian Foster
1
-1
/
+0
2018-07-11
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
1
-1
/
+0
2018-07-11
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
1
-1
/
+0
2018-07-11
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
1
-1
/
+0
[next]