]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_btree.c
libxfs: refactor manage_zones()
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_btree.c
2018-12-12  Eric Sandeenxfs: fix inverted return from xfs_btree_sblock_verify_crc libxfs-4.20-sync
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: explicitly pass buffer size to xfs_corruption_error
2018-06-28  Darrick J. Wongxfs: don't assert when on-disk btree pointers are garbage
2018-06-28  Darrick J. Wongxfs: strengthen btree pointer checks before use
2018-06-28  Darrick J. Wongxfs: introduce xfs_btree_debug_check_ptr
2018-06-28  Darrick J. Wongxfs: btree lookup shouldn't ASSERT on empty btree nodes
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reference count btree
2018-06-28  Darrick J. Wongxfs: add helpers to calculate btree size
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Eric Sandeenxfs: non-scrub - remove unused function parameters
2018-04-18  Carlos MaiolinoCleanup old XFS_BTREE_* traces
2018-02-27  Carlos MaiolinoSplit buffer's b_fspriv field
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the free...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor short form btree pointer verification
2018-02-27  Darrick J. Wongxfs: refactor long-format btree header verification...
2018-02-27  Darrick J. Wongxfs: remove XFS_FSB_SANITY_CHECK
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Christoph Hellwigxfs: mark xfs_btree_check_lblock and xfs_btree_check_pt...
2017-11-17  Darrick J. Wongxfs: move error injection tags into their own file
2017-11-17  Darrick J. Wongxfs: compare btree block keys to parent block's keys...
2017-11-17  Darrick J. Wongxfs: scrub the shape of a metadata btree
2017-11-17  Darrick J. Wongxfs: refactor btree block header checking functions
2017-11-17  Darrick J. Wongxfs: refactor btree pointer checks
2017-10-18  Brian Fosterxfs: relog dirty buffers during swapext bmbt owner...
2017-10-18  Brian Fosterxfs: skip bmbt block ino validation during owner change
2017-10-18  Brian Fosterxfs: don't log dirty ranges for ordered buffers
2017-07-31  Darrick J. Wongxfs: check _btree_check_block value
2017-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
2017-07-31  Darrick J. Wongxfs: export various function for the online scrubber
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-07-31  Darrick J. Wongxfs: optimize _btree_query_all
2017-06-14  Eric Sandeenxfs: fix unaligned access in xfs_btree_visit_blocks
2017-05-11  Michal Hockoxfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
2017-05-11  Darrick J. Wongxfs: create a function to query all records in a btree
2017-04-04  Darrick J. Wongxfs: filter out obviously bad btree pointers
2017-04-04  Eric Sandeenxfs: remove boilerplate around xfs_btree_init_block
2017-04-04  Eric Sandeenxfs: make xfs_btree_magic more generic
2017-04-04  Eric Sandeenxfs: glean crc status from mp not flags in xfs_btree_in...
2017-01-10  Darrick J. Wongxfs: check for bogus values in btree block headers
2017-01-10  Darrick J. Wonglibxfs: refactor btree crc verifier
2016-10-25  Eric Biggersxfs: add some 'static' annotations
2016-10-25  Darrick J. Wongxfs: define the on-disk refcount btree format
2016-10-25  Darrick J. Wongxfs: introduce refcount btree definitions
2016-10-25  Darrick J. Wongxfs: count the blocks in a btree
2016-10-25  Darrick J. Wongxfs: create a standard btree size calculator code
2016-10-25  Darrick J. Wongxfs: remove xfs_btree_bigkey
2016-08-26  Darrick J. Wongxfs: simple btree query range should look right if...
2016-08-26  Darrick J. Wongxfs: fix some key handling problems in _btree_simple_qu...
2016-08-26  Darrick J. Wongxfs: don't perform lookups on zero-height btrees
2016-08-10  Darrick J. Wongxfs: in btree_lshift, only allocate temporary cursor...
2016-08-10  Darrick J. Wongxfs: remove unnecesary lshift/rshift key initialization
2016-08-10  Darrick J. Wongxfs: remove the get*keys and update_keys btree ops...
2016-08-10  Darrick J. Wongxfs: define the on-disk rmap btree format
2016-08-10  Darrick J. Wongxfs: introduce rmap btree definitions
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-10  Darrick J. Wongxfs: refactor btree owner change into a separate visit...
2016-08-10  Darrick J. Wongxfs: introduce interval queries on btrees
2016-08-10  Darrick J. Wongxfs: support btrees with overlapping intervals for...
2016-08-10  Darrick J. Wongxfs: add function pointers for get/update keys to the...
2016-08-10  Darrick J. Wongxfs: during btree split, save new block key & ptr for...
2016-08-10  Darrick J. Wongxfs: set *stat=1 after iroot realloc
2016-08-10  Kaho Ngxfs: indentation fix in xfs_btree_get_iroot()
2016-08-10  Darrick J. Wongxfs: refactor btree maxlevels computation
2016-05-10  Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10  Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-02-17  Christoph Hellwigxfs: move buffer invalidation to xfs_btree_free_block
2016-02-17  Christoph Hellwigxfs: factor btree block freeing into a helper
2016-02-17  Christoph Hellwigxfs: handle errors from ->free_blocks in xfs_btree_kill...
2016-02-17  Geliang Tanglibxfs: fix two comment typos
2015-12-20  Darrick J. Wonglibxfs: refactor short btree block verification
2015-10-13  Brian Fosterlibxfs: validate metadata LSNs against log on v5 superb...
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-08-03  Eric Sandeenxfsprogs: Add new sb_meta_uuid field, update userspace...
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
2015-07-30  Dave Chinnerlibxfs: update to 4.1-rc2 code base
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: error negation rework
2015-07-30  Dave Chinnerxfs: Nuke XFS_ERROR macro
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2014-05-20  Brian Fosterxfs: support the XFS_BTNUM_FINOBT free inode btree...
2014-03-06  Dave Chinnerlibxfs: add helper for updating checksums on xfs_bufs
2014-03-06  Dave Chinnerlibxfs: add helper for verifying checksums on xfs_bufs
2013-11-13  Dave Chinnerlibxfs: bmap btree owner swap support
2013-11-13  Dave Chinnerlibxfs: unify xfs_btree.c with kernel code
2013-09-16  Dave Chinnerxfs: btree block LSN escaping to disk uninitialised
2013-09-16  Dave Chinnerlibxfs: ensure btree root split sets blkno correctly
2013-08-06  Dave Chinnerxfsprogs: add crc format support to repair
2013-08-06  Dave Chinnerxfs: buffer type overruns blf_flags field
2013-08-06  Dave Chinnerlibxfs: add crc format changes to generic btrees
2013-05-09  Dave Chinnerxfsprogs: sync code to current kernel code
2011-07-25  Dave Chinnerlibxfs: sync files with 2.6.38 kernel code
2008-11-20  Barry NaujokSync up libxfs to latest kernel code
2008-10-01  Barry NaujokResync recent minor kernel changes
2008-09-29  Barry NaujokUpdate the shared kernel and userspace code to the...
2008-09-08  Barry NaujokUpdate xfsprogs to latest kernel headers and functions
2005-12-02  Nathan ScottSort out cosmetic differences between user and kernel...
2005-11-11  Nathan ScottUpdate copyright/license notices to match SGI legal...
next