]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfs: reserve AG space for the refcount btree root
[thirdparty/xfsprogs-dev.git] / libxfs /
2016-10-25  Darrick J. Wongxfs: reserve AG space for the refcount btree root
2016-10-25  Darrick J. Wongxfs: adjust refcount when unmapping file blocks
2016-10-25  Darrick J. Wongxfs: connect refcount adjust functions to upper layers
2016-10-25  Darrick J. Wongxfs: adjust refcount of an extent of blocks in refcount...
2016-10-25  Darrick J. Wongxfs: log refcount intent items
2016-10-25  Darrick J. Wongxfs: create refcount update intent log items
2016-10-25  Darrick J. Wongxfs: add refcount btree operations
2016-10-25  Darrick J. Wongxfs: account for the refcount btree in the alloc/free...
2016-10-25  Darrick J. Wongxfs: define the on-disk refcount btree format
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  Christoph Hellwigxfs: rewrite and optimize the delalloc write path
2016-10-25  Darrick J. Wongxfs: set up per-AG free space reservations
2016-10-25  Darrick J. Wongxfs: defer should allow ->finish_item to request a...
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-10-25  Darrick J. Wongxfs: convert RUI log formats to use variable length...
2016-10-25  Darrick J. Wongxfs: track log done items directly in the deferred...
2016-10-25  Dave Chinnerxfs: fix superblock inprogress check
2016-10-02  Darrick J. Wongxfs_repair: add freesp btree block overflow to the...
2016-10-02  Eric Sandeenlibxfs: remove unused libxfs_iget arg
2016-09-19  Eric Sandeenlibxfs: factor mount checks into helper function
2016-09-19  Eric Sandeenlibxfs: move iswritable "fatal" decision to caller
2016-09-08  Dave Chinnerxfsprogs: Release 4.8.0-rc1 v4.8.0-rc1
2016-09-08  Felix Jandalibxfs/linux.c: Replace use of ustat by stat
2016-08-26  Darrick J. Wongmisc: fix libxfs api violations
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-19  Darrick J. Wongxfs_repair: add per-AG btree blocks to rmap data and...
2016-08-19  Darrick J. Wongxfs_repair: rebuild reverse-mapping btree
2016-08-19  Darrick J. Wongxfs_repair: check existing rmapbt entries against obser...
2016-08-18  Darrick J. Wongxfs_db: introduce the 'fsmap' command to find what...
2016-08-18  Darrick J. Wonglibxfs: add deferred ops item handlers for userspace
2016-08-18  Darrick J. Wonglibxfs: fix various oddities in the kernel import
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: remove the extents array from the rmap update...
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: enable the rmap btree functionality
2016-08-10  Darrick J. Wongxfs: don't update rmapbt when fixing agfl
2016-08-10  Darrick J. Wongxfs: add rmap btree geometry feature flag
2016-08-10  Darrick J. Wongxfs: propagate bmap updates to rmapbt
2016-08-10  Darrick J. Wongxfs: enable the xfs_defer mechanism to process rmaps...
2016-08-10  Darrick J. Wongxfs: create rmap update intent log items
2016-08-10  Darrick J. Wongxfs: add rmap btree insert and delete helpers
2016-08-10  Darrick J. Wongxfs: convert unwritten status of reverse mappings
2016-08-10  Darrick J. Wongxfs: remove an extent from the rmap btree
2016-08-10  Darrick J. Wongxfs: add an extent to the rmap btree
2016-08-10  Darrick J. Wongxfs: teach rmapbt to support interval queries
2016-08-10  Darrick J. Wongxfs: support overlapping intervals in the rmap btree
2016-08-10  Darrick J. Wongxfs: add rmap btree operations
2016-08-10  Darrick J. Wongxfs: rmap btree requires more reserved free space
2016-08-10  Darrick J. Wongxfs: rmap btree transaction reservations
2016-08-10  Darrick J. Wongxfs: define the on-disk rmap btree format
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: add rmap btree stats infrastructure
2016-08-10  Darrick J. Wongxfs: introduce rmap btree definitions
2016-08-10  Darrick J. Wongxfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
2016-08-10  Darrick J. Wongxfs: add tracepoints and error injection for deferred...
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-10  Darrick J. Wongxfs: enable the xfs_defer mechanism to process extents...
2016-08-10  Darrick J. Wongxfs: add tracepoints for the deferred ops mechanism
2016-08-10  Darrick J. Wongxfs: move deferred operations into a separate file
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  Darrick J. Wongxfs: fix locking of the rt bitmap/summary inodes
2016-08-10  Darrick J. Wongxfs: fix attr shortform structure alignment on cris
2016-08-10  Christoph Hellwigxfs: remove __arch_pack
2016-08-10  Christoph Hellwigxfs: kill xfs_dir2_inou_t
2016-08-10  Christoph Hellwigxfs: kill xfs_dir2_sf_off_t
2016-08-10  Hou Taoxfs: remove the magic numbers in xfs_btree_block-relate...
2016-08-10  Kaho Ngxfs: indentation fix in xfs_btree_get_iroot()
2016-08-10  Darrick J. Wongxfs: refactor btree maxlevels computation
2016-08-10  Darrick J. Wongxfs: convert list of extents to free into a regular...
2016-08-10  Dave Chinnerxfs: separate freelist fixing into a separate helper
2016-08-10  Eric Sandeenxfs: make several functions static
2016-08-10  Darrick J. Wonglibxfs: add more list operations
2016-08-10  Dave Chinnerlibxfs: fix set-but unused warning in dir2 code
2016-06-29  Eric Sandeenxfs_repair: don't call xfs_sb_quota_from_disk twice
2016-06-29  Dave Chinnerlibxfs: fix double free in libxfs_alloc_file_space
2016-06-29  Dave Chinnerlibxfs: fix use after from in xfs_trans_roll
2016-06-21  Alex Lyakasxfs: optimise xfs_iext_destroy
2016-06-21  Christoph Hellwigxfs: improve kmem_realloc
2016-06-21  Christoph Hellwigxfs: remove transaction types
2016-06-21  Christoph Hellwigxfs: better xfs_trans_alloc interface
2016-06-21  Christoph Hellwigxfs: optimize inline symlinks
next