]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_bmap.c
xfs: remove suport for filesystems without unwritten extent flag
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_bmap.c
2018-11-09  Christoph Hellwigxfs: remove suport for filesystems without unwritten...
2018-10-09  Dave Chinnerxfs: fix error handling in xfs_bmap_extents_to_btree
2018-10-05  Shan Haixfs: fix a null pointer dereference in xfs_bmap_extents... libxfs-4.19-sync
2018-10-05  Brian Fosterxfs: fold dfops into the transaction
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: automatic dfops inode relogging
2018-10-05  Brian Fosterxfs: add missing defer ijoins for held inodes
2018-10-05  Brian Fosterxfs: replace dop_low with transaction flag
2018-10-05  Christoph Hellwigxfs: remove the xfs_ifork_t typedef
2018-10-05  Brian Fosterxfs: remove all boilerplate defer init/finish code
2018-10-05  Darrick J. Wongxfs: trivial xfs_btree_del_cursor cleanups
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-05  Brian Fosterxfs: remove xfs_alloc_arg firstblock field
2018-10-05  Brian Fosterxfs: remove xfs_btree_cur private firstblock field
2018-10-05  Brian Fosterxfs: remove bmap format helpers firstblock params
2018-10-05  Brian Fosterxfs: remove bmap extent add helper firstblock params
2018-10-05  Brian Fosterxfs: remove xfs_bmalloca firstblock field
2018-10-05  Brian Fosterxfs: use ->t_firstblock in bmap extent split
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-05  Brian Fosterxfs: use ->t_firstblock in xfs_bmapi_remap()
2018-10-05  Brian Fosterxfs: use ->t_firstblock for all xfs_bunmapi() callers
2018-10-05  Brian Fosterxfs: use ->t_firstblock in xattr ops
2018-10-05  Brian Fosterxfs: use ->t_firstblock in attrfork add
2018-10-04  Brian Fosterxfs: allow null firstblock in xfs_bmapi_write() when...
2018-10-04  Brian Fosterxfs: refactor dfops init to attach to transaction
2018-10-04  Brian Fosterxfs: remove xfs_btree_cur bmbt dfops field
2018-10-04  Brian Fosterxfs: remove dfops param from internal bmap extent helpers
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  Brian Fosterxfs: replace xfs_da_args->dfops accesses with ->t_dfops...
2018-10-04  Brian Fosterxfs: use ->t_dfops in extent split tx and remove param
2018-10-04  Brian Fosterxfs: remove dfops param in attr fork add path
2018-10-04  Brian Fosterxfs: use ->t_dfops for attr set/remove operations
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: replace do_mod with native operations
2018-06-28  Dave Chinnerxfs: clean up MIN/MAX
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: don't assert when reporting on-disk corruption...
2018-06-28  Darrick J. Wongxfs: teach xfs_bmapi_remap to accept some bmapi flags
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: don't discard on free of unwritten extents
2018-06-28  Brian Fosterxfs: add bmapi nodiscard flag
2018-06-28  Dave Chinnerxfs: get rid of the log item descriptor
2018-06-28  Darrick J. Wongxfs: bmap debugging should never panic the system
2018-05-23  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-05-17  Eric Sandeenxfs: set format back to extents if xfs_bmap_extents_to_...
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 inode verifier error logging
2018-04-18  Darrick J. Wongxfs: refactor bmap record validation
2018-02-27  Darrick J. Wongxfs: don't screw up direct writes when freesp is fragmented
2018-02-27  Darrick J. Wongxfs: treat CoW fork operations as delalloc for quota...
2018-02-27  Darrick J. Wongxfs: refactor accounting updates out of xfs_bmap_btalloc
2018-02-27  Shan Haixfs: bmap code cleanup
2018-02-27  Darrick J. Wongxfs: recheck reflink / dirty page status before freeing...
2018-02-27  Darrick J. Wongxfs: remove XFS_FSB_SANITY_CHECK
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: account for null transactions in bunmapi
2018-01-03  Eric Sandeenxfs: fix leaks on corruption errors in xfs_bmap.c
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
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_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: simplify xfs_reflink_convert_cow
2017-11-17  Christoph Hellwigxfs: introduce the xfs_iext_cursor abstraction
2017-11-17  Christoph Hellwigxfs: iterate over extents in xfs_bmap_extents_to_btree
2017-11-17  Christoph Hellwigxfs: pass an on-disk extent to xfs_bmbt_validate_extent
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_collapse_extents
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_del_extent_*
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_unwri...
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_hole_...
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_delay...
2017-11-17  Christoph Hellwigxfs: remove a duplicate assignment in xfs_bmap_add_exte...
2017-11-17  Christoph Hellwigxfs: don't create overlapping extents in xfs_bmap_add_e...
2017-11-17  Darrick J. Wongxfs: move error injection tags into their own file
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: rewrite xfs_bmap_first_unused to make better use...
2017-11-17  Christoph Hellwigxfs: don't rely on extent indices in xfs_bmap_insert_ex...
2017-11-17  Christoph Hellwigxfs: don't rely on extent indices in xfs_bmap_collapse_...
2017-11-17  Christoph Hellwigxfs: update got in xfs_bmap_shift_update_extent
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 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-11-17  Christoph Hellwigxfs: remove post-bmap tracing in xfs_bmap_local_to_extents
2017-11-17  Christoph Hellwigxfs: make better use of the 'state' variable in xfs_bma...
next