index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_btree.h
Age
Commit message (
Expand
)
Author
2017-06-19
xfs: export various function for the online scrubber
Darrick J. Wong
2017-06-19
xfs: always compile the btree inorder check functions
Darrick J. Wong
2017-06-19
xfs: remove double-underscore integer types
Darrick J. Wong
2017-04-03
xfs: create a function to query all records in a btree
Darrick J. Wong
2017-02-02
xfs: filter out obviously bad btree pointers
Darrick J. Wong
2017-01-30
xfs: remove boilerplate around xfs_btree_init_block
Eric Sandeen
2017-01-30
xfs: make xfs_btree_magic more generic
Eric Sandeen
2016-12-05
xfs: make xfs btree stats less huge
Dave Chinner
2016-10-03
xfs: define the on-disk refcount btree format
Darrick J. Wong
2016-10-03
xfs: introduce refcount btree definitions
Darrick J. Wong
2016-09-19
xfs: count the blocks in a btree
Darrick J. Wong
2016-09-19
xfs: create a standard btree size calculator code
Darrick J. Wong
2016-09-19
xfs: remove xfs_btree_bigkey
Darrick J. Wong
2016-08-03
xfs: remove the get*keys and update_keys btree ops pointers
Darrick J. Wong
2016-08-03
xfs: add rmap btree operations
Darrick J. Wong
2016-08-03
xfs: define the on-disk rmap btree format
Darrick J. Wong
2016-08-03
xfs: add rmap btree stats infrastructure
Darrick J. Wong
2016-08-03
xfs: introduce rmap btree definitions
Darrick J. Wong
2016-08-03
xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
Darrick J. Wong
2016-08-03
xfs: rename flist/free_list to dfops
Darrick J. Wong
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
2016-08-03
xfs: refactor btree owner change into a separate visit-blocks function
Darrick J. Wong
2016-08-03
xfs: introduce interval queries on btrees
Darrick J. Wong
2016-08-03
xfs: support btrees with overlapping intervals for keys
Darrick J. Wong
2016-08-03
xfs: add function pointers for get/update keys to the btree
Darrick J. Wong
2016-08-03
xfs: during btree split, save new block key & ptr for future insertion
Darrick J. Wong
2016-06-21
xfs: refactor btree maxlevels computation
Darrick J. Wong
2016-01-04
libxfs: refactor short btree block verification
Darrick J. Wong
2015-10-12
xfs: per-filesystem stats counter implementation
Bill O'Donnell
2014-07-30
xfs: require 64-bit sector_t
Christoph Hellwig
2014-06-25
libxfs: move header files
Dave Chinner