]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_inode_fork.c
libxfs: refactor manage_zones()
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_inode_fork.c
2018-10-05  Christoph Hellwigxfs: remove the xfs_ifork_t typedef
2018-10-05  Christoph Hellwigxfs: simplify xfs_idata_realloc
2018-10-05  Christoph Hellwigxfs: remove if_real_bytes
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Darrick J. Wongxfs: refactor inode verifier error logging
2018-04-18  Darrick J. Wongxfs: refactor bmap record validation
2018-02-27  Darrick J. Wongxfs: btree format ifork loader should check for zero...
2018-02-27  Darrick J. Wongxfs: provide a centralized method for verifying inline...
2018-02-27  Darrick J. Wongxfs: refactor short form directory structure verifier...
2018-02-27  Darrick J. Wongxfs: move inode fork verifiers to xfs_dinode_verify
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-27  Christoph Hellwigxfs: abstract out dev_t conversions
2017-11-17  Christoph Hellwigxfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
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: iterate over extents in xfs_iextents_copy
2017-11-17  Christoph Hellwigxfs: pass an on-disk extent to xfs_bmbt_validate_extent
2017-11-17  Christoph Hellwigxfs: add a new xfs_iext_lookup_extent_before helper
2017-11-17  Christoph Hellwigxfs: merge xfs_bmap_read_extents into xfs_iread_extents
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: remove XFS_BMAP_TRACE_EXLIST
2017-11-17  Christoph Hellwigxfs: move pre/post-bmap tracing into xfs_iext_update_extent
2017-10-18  Darrick J. Wongxfs: fix compiler warnings
2017-10-18  Christoph Hellwigxfs: add a xfs_iext_update_extent helper
2017-05-11  Christoph Hellwigxfs: simplify validation of the unwritten extent bit
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-04-04  Darrick J. Wongxfs: check for obviously bad level values in the bmbt...
2017-04-04  Darrick J. Wongxfs: fix toctou race when locking an inode to access...
2017-01-10  Christoph Hellwigxfs: new inode extent list lookup helpers
2017-01-10  Eric Sandeenxfs: provide helper for counting extents from if_bytes
2017-01-10  Darrick J. Wonglibxfs: fix whitespace to match the kernel
2016-10-25  Darrick J. Wongxfs: introduce the CoW fork
2016-10-25  Darrick J. Wongxfs: don't allow reflinked dir/dev/fifo/socket/pipe...
2016-06-21  Alex Lyakasxfs: optimise xfs_iext_destroy
2016-06-21  Christoph Hellwigxfs: improve kmem_realloc
2016-06-21  Christoph Hellwigxfs: optimize inline symlinks
2016-06-21  Christoph Hellwigxfs: factor out a helper to initialize a local format...
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-18  Dave Chinnerxfs: mode di_mode to vfs inode
2016-02-04  Darrick J. Wonglibxfs: move struct xfs_attr_shortform to xfs_da_format.h
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
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 Chinnerxfs: return is not a function
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2013-11-13  Dave Chinnerxfs: fix the wrong new_size/rnew_size at xfs_iext_reall...
2013-11-13  Dave Chinnerlibxfs: Minor cleanup and bug fix sync
2013-09-16  Dave Chinnerxfs: move inode fork definitions to a new header file