]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_alloc.c
libxfs: refactor manage_zones()
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_alloc.c
2019-02-27  Darrick J. Wongxfs: remove xfs_rmap_ag_owner and friends
2019-02-27  Darrick J. Wongxfs: const-ify xfs_owner_info arguments
2019-02-27  Pan Bianxfs: libxfs: move xfs_perag_put late
2018-10-05  Brian Fosterxfs: always defer agfl block frees
2018-10-05  Brian Fosterxfs: pass transaction to xfs_defer_add()
2018-10-05  Darrick J. Wongxfs: move extent busy tree initialization to xfs_initia...
2018-10-05  Brian Fosterxfs: remove xfs_alloc_arg firstblock field
2018-10-04  Brian Fosterxfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-27  Carlos Maiolinoxfs: Initialize variables in xfs_alloc_get_rec before...
2018-06-28  Dave Chinnerxfs: move various type verifiers to common file
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: validate btree records on retrieval
2018-06-28  Darrick J. Wongxfs: xfs_alloc_get_rec should return EFSCORRUPTED for...
2018-06-28  Darrick J. Wongxfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
2018-06-28  Brian Fosterxfs: add bmapi nodiscard flag
2018-06-28  Brian Fosterxfs: defer agfl block frees when dfops is available
2018-06-28  Brian Fosterxfs: create agfl block free helper function
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  Brian Fosterxfs: detect agfl count corruption and reset agfl
2018-04-18  Brian Fosterxfs: account only rmapbt-used blocks against rmapbt...
2018-04-18  Brian Fosterxfs: rename agfl perag res type to rmapbt
2018-04-18  Dave Chinnerxfs: convert XFS_AGFL_SIZE to a helper function
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: create a new buf_ops pointer to verify structure...
2018-02-27  Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: always honor OWN_UNKNOWN rmap removal requests
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Darrick J. Wongxfs: move error injection tags into their own file
2017-11-17  Darrick J. Wongxfs: create block pointer check functions
2017-10-18  Eric Sandeenxfs: handle error if xfs_btree_get_bufs fails
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-05-11  Darrick J. Wongxfs: create a function to query all records in a btree
2017-05-11  Darrick J. Wongxfs: provide a query_range function for freespace btrees
2017-04-04  Christoph Hellwigxfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG
2017-04-04  Christoph Hellwigxfs: improve handling of busy extents in the low-level...
2017-01-11  Christoph Hellwigxfs: don't rely on ->total in xfs_alloc_space_available libxfs-4.10-sync
2017-01-11  Christoph Hellwigxfs: adjust allocation length in xfs_alloc_space_available
2017-01-11  Christoph Hellwigxfs: fix bogus minleft manipulations
2017-01-11  Christoph Hellwigxfs: bump up reserved blocks in xfs_alloc_set_aside
2017-01-10  Darrick J. Wongxfs: forbid AG btrees with level == 0
2016-10-25  Darrick J. Wongxfs: reserve AG space for the refcount btree root
2016-10-25  Darrick J. Wongxfs: add refcount btree operations
2016-10-25  Darrick J. Wongxfs: refcount btree add more reserved blocks
2016-10-25  Darrick J. Wongxfs: introduce refcount btree definitions
2016-10-25  Dave Chinnerxfs: remote attribute blocks aren't really userdata
2016-10-25  Darrick J. Wongxfs: set up per-AG free space reservations
2016-08-18  Darrick J. Wongxfs: remove OWN_AG rmap when allocating a block from...
2016-08-18  Darrick J. Wongxfs: store rmapbt block count in the AGF
2016-08-10  Darrick J. Wongxfs: move (and rename) the deferred bmap-free tracepoints libxfs-4.8-sync
2016-08-10  Darrick J. Wongxfs: don't update rmapbt when fixing agfl
2016-08-10  Darrick J. Wongxfs: rmap btree requires more reserved free space
2016-08-10  Darrick J. Wongxfs: introduce rmap extent operation stubs
2016-08-10  Darrick J. Wongxfs: add owner field to extent allocation and freeing
2016-08-10  Darrick J. Wongxfs: rmap btree add more reserved blocks
2016-08-10  Darrick J. Wongxfs: introduce rmap btree definitions
2016-08-10  Darrick J. Wongxfs: add tracepoints and error injection for deferred...
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-10  Darrick J. Wongxfs: refactor btree maxlevels computation
2016-08-10  Dave Chinnerxfs: separate freelist fixing into a separate helper
2016-08-10  Eric Sandeenxfs: make several functions static
2016-02-17  Dave Chinnerxfs: introduce BMAPI_ZERO for allocating zeroed extents
2016-02-15  Bill O'Donnellxfs: per-filesystem stats counter implementation
2015-11-23  Eric Sandeenlibxfs: print name of verifier if it fails
2015-10-13  Brian Fosterlibxfs: validate metadata LSNs against log on v5 superb...
2015-08-24  Jan Karaxfs: Fix uninitialized return value in xfs_alloc_fix_fr...
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-31  Dave ChinnerMerge branch 'libxfs-commit-script' into for-next
2015-07-31  Dave ChinnerMerge branch 'progs-cleanup' into for-next
2015-07-31  Dave ChinnerMerge branch 'libxfs-4.2-rc1-update' into for-next
2015-07-31  Dave Chinnerxfs: clean up XFS_MIN_FREELIST macros
2015-07-31  Dave Chinnerxfs: sanitise error handling in xfs_alloc_fix_freelist
2015-07-31  Dave ChinnerMerge branch 'progs-misc-fixes-1' into for-next
2015-07-31  Dave Chinnerxfs: factor out free space extent length check
2015-07-31  Dave Chinnerxfs: xfs_alloc_fix_freelist() can use incore perag...
2015-07-30  Brian Fosterxfs: support min/max agbno args in block allocator
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 Chinnerlibxfs: update to 3.16 kernel code
2014-03-06  Dave Chinnerlibxfs: modify verifiers to differentiate CRC from...
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
2014-03-06  Dave Chinnerlibxfs: Use defines for CRC offsets in all cases
2013-09-16  Dave Chinnerxfs: kill __KERNEL__ check for debug code in allocation...
2013-09-16  Dave Chinnerlibxfs: update xfs_alloc to current kernel version
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 Chinnerxfsprogs: add crc format changes to ag headers
2013-05-09  Dave Chinnerxfsprogs: update libxfs to 3.9-rc1 + xfsdev
2013-05-09  Dave Chinnerxfsprogs: sync code to current kernel code
next