]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_bmap.h
xfs: move local to extent inode logging into bmap helper
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_bmap.h
2019-12-13  Brian Fosterxfs: move local to extent inode logging into bmap helper
2019-12-13  Christoph Hellwigxfs: add a xfs_valid_startblock helper
2019-12-13  Darrick J. Wongxfs: remove unnecessary int returns from deferred bmap...
2019-05-06  Christoph Hellwigxfs: make COW fork unwritten extent conversions more...
2019-05-06  Christoph Hellwigxfs: move transaction handling to xfs_bmapi_convert_del...
2019-05-06  Christoph Hellwigxfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
2019-05-06  Brian Fosterxfs: use the latest extent at writeback delalloc conver...
2019-05-06  Brian Fosterxfs: create delalloc bmapi wrapper for full extent...
2019-05-06  Brian Fosterxfs: remove superfluous writeback mapping eof trimming
2019-02-27  Darrick J. Wongxfs: const-ify xfs_owner_info arguments
2018-11-15  Allison Hendersonxfs: Add attibute set and helper functions
2018-10-05  Brian Fosterxfs: pass transaction to xfs_defer_add()
2018-10-05  Brian Fosterxfs: drop dop param from xfs_defer_op_type ->finish_ite...
2018-10-05  Brian Fosterxfs: remove xfs_bmalloca firstblock field
2018-10-05  Brian Fosterxfs: remove bmap insert/collapse firstblock param
2018-10-05  Brian Fosterxfs: remove xfs_bunmapi() firstblock param
2018-10-05  Brian Fosterxfs: remove xfs_bmapi_write() firstblock param
2018-10-04  Brian Fosterxfs: use ->t_dfops for collapse/insert range operations
2018-10-04  Brian Fosterxfs: remove struct xfs_bmalloca dfops field
2018-10-04  Brian Fosterxfs: remove xfs_bmapi_remap() dfops param
2018-10-04  Brian Fosterxfs: remove xfs_bunmapi() dfops param
2018-10-04  Brian Fosterxfs: remove xfs_bmapi_write() dfops param
2018-10-04  Christoph Hellwigxfs: remove the now unused XFS_BMAPI_IGSTATE flag
2018-07-05  Darrick J. Wongxfs: don't allow insert-range to shift extents past...
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: make xfs_bmapi_remapi work with attribute forks
2018-06-28  Brian Fosterxfs: factor out nodiscard helpers
2018-06-28  Darrick J. Wongxfs: add BMAPI_NORMAP flag to perform block remapping...
2018-06-28  Brian Fosterxfs: add bmapi nodiscard flag
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  Darrick J. Wongxfs: refactor bmap record validation
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Christoph Hellwigxfs: simplify xfs_reflink_convert_cow
2017-11-17  Christoph Hellwigxfs: introduce the xfs_iext_cursor abstraction
2017-11-17  Christoph Hellwigxfs: merge xfs_bmap_read_extents into xfs_iread_extents
2017-11-17  Christoph Hellwigxfs: remove xfs_bmse_shift_one
2017-11-17  Christoph Hellwigxfs: split xfs_bmap_shift_extents
2017-11-17  Christoph Hellwigxfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
2017-11-17  Christoph Hellwigxfs: remove XFS_BMAP_TRACE_EXLIST
2017-11-17  Christoph Hellwigxfs: add a xfs_bmap_fork_to_state helper
2017-10-18  Brian Fosterxfs: trim writepage mapping to within eof libxfs-4.14-sync
2017-07-31  Darrick J. Wongxfs: try to avoid blowing out the transaction reservati...
2017-05-11  Christoph Hellwigxfs: simplify validation of the unwritten extent bit
2017-05-11  Christoph Hellwigxfs: factor out a xfs_bmap_is_real_extent helper
2017-02-16  Christoph Hellwigxfs: fix COW writeback race
2017-01-10  Brian Fosterxfs: track preallocation separately in xfs_bmapi_reserv...
2017-01-10  Christoph Hellwigxfs: remove xfs_bmap_search_extents
2017-01-10  Christoph Hellwigxfs: remove prev argument to xfs_bmapi_reserve_delalloc
2017-01-10  Darrick J. Wonglibxfs: remove useless stuff from the kernel
2016-10-25  Christoph Hellwigxfs: remove xfs_bunmapi_cow
2016-10-25  Christoph Hellwigxfs: refactor xfs_bunmapi_cow
2016-10-25  Darrick J. Wongxfs: add xfs_trim_extent
2016-10-25  Darrick J. Wongxfs: support removing extents from CoW fork
2016-10-25  Darrick J. Wongxfs: support bmapping delalloc extents in the CoW fork
2016-10-25  Darrick J. Wongxfs: introduce the CoW fork
2016-10-25  Darrick J. Wongxfs: return work remaining at the end of a bunmapi...
2016-10-25  Darrick J. Wongxfs: implement deferred bmbt map/unmap operations
2016-10-25  Darrick J. Wongxfs: pass bmapi flags through to bmap_del_extent
2016-10-25  Darrick J. Wongxfs: map an inode's offset to an exact physical block
2016-10-25  Darrick J. Wongxfs: log bmap intent items
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-08-10  Darrick J. Wongxfs: add owner field to extent allocation and freeing
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: convert list of extents to free into a regular...
2016-02-17  Eric Sandeenxfs: eliminate committed arg from xfs_bmap_finish
2016-02-17  Dave Chinnerxfs: introduce BMAPI_ZERO for allocating zeroed extents
2015-12-20  Darrick J. Wonglibxfs: reorder xfs_bmap_add_free args
2015-07-30  Dave Chinnerlibxfs: split out xfs->libxfs mappings
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: restructure to match kernel layout