index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_btree.h
Age
Commit message (
Expand
)
Author
2022-12-01
xfs: get rid of assert from xfs_btree_islastblock
Guo Xuenan
2022-04-21
xfs: convert btree buffer log flags to unsigned.
Dave Chinner
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-10-19
xfs: use separate btree cursor cache for each btree type
Darrick J. Wong
2021-10-19
xfs: kill XFS_BTREE_MAXLEVELS
Darrick J. Wong
2021-10-19
xfs: compute the maximum height of the rmap btree when reflink enabled
Darrick J. Wong
2021-10-19
xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
Darrick J. Wong
2021-10-19
xfs: dynamically allocate cursors based on maxlevels
Darrick J. Wong
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
2021-10-19
xfs: refactor btree cursor allocation function
Darrick J. Wong
2021-10-19
xfs: rearrange xfs_btree_cur fields for better packing
Darrick J. Wong
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-10-19
xfs: reduce the size of nr_ops for refcount btree cursors
Darrick J. Wong
2021-10-19
xfs: remove xfs_btree_cur.bc_blocklog
Darrick J. Wong
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
2021-08-18
xfs: constify btree function parameters that are not modified
Darrick J. Wong
2021-08-18
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
2021-08-18
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
2021-08-18
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
2021-08-18
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
2021-08-18
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-18
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
2021-08-18
xfs: make the key parameters to all btree key comparison functions const
Darrick J. Wong
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
2020-05-13
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-03-18
xfs: support bulk loading of staged btrees
Darrick J. Wong
2020-03-18
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
2020-03-18
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
2020-03-13
xfs: make the btree ag cursor private union anonymous
Dave Chinner
2020-03-13
xfs: make the btree cursor union members named structure
Dave Chinner
2020-03-13
xfs: make btree cursor private union anonymous
Dave Chinner
2020-03-13
xfs: rename btree cursor private btree member flags
Dave Chinner
2020-03-13
xfs: introduce new private btree cursor names
Dave Chinner
2020-01-26
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
2019-11-11
xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
Darrick J. Wong
2019-10-29
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
Darrick J. Wong
2019-10-21
xfs: track active state of allocation btree cursors
Brian Foster
2019-08-30
xfs: remove all *_ITER_CONTINUE values
Darrick J. Wong
2019-08-29
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
2019-07-02
xfs: create iterator error codes
Darrick J. Wong
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
2018-08-02
xfs: fold dfops into the transaction
Brian Foster
2018-07-11
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
2018-07-11
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
2018-07-11
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-15
xfs: add repair helpers for the reference count btree
Darrick J. Wong
2018-05-15
xfs: add helpers to calculate btree size
Darrick J. Wong
[next]