]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_inode_fork.h
xfs: move the fork format fields into struct xfs_ifork
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_inode_fork.h
2020-08-10  Christoph Hellwigxfs: move the fork format fields into struct xfs_ifork
2020-08-10  Christoph Hellwigxfs: move the per-fork nextents fields into struct...
2020-08-10  Christoph Hellwigxfs: refactor xfs_inode_verify_forks
2020-08-10  Christoph Hellwigxfs: remove xfs_ifork_ops
2020-08-10  Christoph Hellwigxfs: split xfs_iformat_fork
2020-05-01  Christoph Hellwigxfs: only check the superblock version for dinode size...
2020-01-22  Darrick J. Wongxfs: refactor "does this fork map blocks" predicate
2020-01-16  Dave Chinnerxfs: fix inode fork extent count overflow
2019-05-06  Brian Fosterxfs: update fork seq counter on data fork changes
2018-10-05  Christoph Hellwigxfs: maintain a sequence count for inode fork manipulations
2018-10-05  Christoph Hellwigxfs: remove the xfs_ifork_t typedef
2018-10-05  Christoph Hellwigxfs: remove if_real_bytes
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-02-27  Darrick J. Wongxfs: provide a centralized method for verifying inline...
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Christoph Hellwigxfs: remove the nr_extents argument to xfs_iext_remove
2017-11-17  Christoph Hellwigxfs: remove the nr_extents argument to xfs_iext_insert
2017-11-17  Christoph Hellwigxfs: use a b+tree for the in-core extent list
2017-11-17  Christoph Hellwigxfs: remove support for inlining data/extents into...
2017-11-17  Christoph Hellwigxfs: introduce the xfs_iext_cursor abstraction
2017-11-17  Christoph Hellwigxfs: add a new xfs_iext_lookup_extent_before helper
2017-11-17  Christoph Hellwigxfs: remove if_rdev
2017-11-17  Christoph Hellwigxfs: remove the never fully implemented UUID fork format
2017-11-17  Christoph Hellwigxfs: move pre/post-bmap tracing into xfs_iext_update_extent
2017-10-18  Christoph Hellwigxfs: add a xfs_iext_update_extent helper
2017-04-10  Darrick J. Wongxfs: rework the inline directory verifiers libxfs-4.11-sync
2017-04-04  Darrick J. Wongxfs: verify inline directory data forks
2017-01-10  Christoph Hellwigxfs: new inode extent list lookup helpers
2017-01-10  Eric Sandeenxfs: provide helper for counting extents from if_bytes
2016-10-25  Darrick J. Wongxfs: introduce the CoW fork
2016-06-21  Christoph Hellwigxfs: factor out a helper to initialize a local format...
2015-07-30  Dave Chinnerlibxfs: restructure to match kernel layout