]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2018-10-05  Shan Haixfs: fix a null pointer dereference in xfs_bmap_extents... libxfs-4.19-sync
2018-10-05  Christoph Hellwigxfs: use WRITE_ONCE to update if_seq
2018-10-05  Brian Fosterxfs: fold dfops into the transaction
2018-10-05  Brian Fosterxfs: always defer agfl block frees
2018-10-05  Brian Fosterxfs: pass transaction to xfs_defer_add()
2018-10-05  Brian Fosterxfs: replace xfs_defer_ops ->dop_pending with on-stack...
2018-10-05  Brian Fosterxfs: cancel dfops on xfs_defer_finish() error
2018-10-05  Brian Fosterxfs: clean out superfluous dfops dop params/vars
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: automatic dfops buffer 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  Brian Fosterxfs: pass transaction to dfops reset/move helpers
2018-10-05  Brian Fosterxfs: remove unused __xfs_defer_cancel() internal helper
2018-10-05  Brian Fosterxfs: refactor internal dfops initialization
2018-10-05  Darrick J.... xfs: check da node magic in _node_lookup_int
2018-10-05  Darrick J.... xfs: use a local variable for magic number in xfs_da3_n...
2018-10-05  Darrick J.... xfs: refactor log recovery check
2018-10-05  Darrick J.... xfs: move extent busy tree initialization to xfs_initia...
2018-10-05  Christoph Hellwigxfs: maintain a sequence count for inode fork manipulations
2018-10-05  Darrick J.... xfs: check for unknown v5 feature bits in superblock...
2018-10-05  Darrick J.... xfs: only validate summary counts on primary superblock
2018-10-05  Darrick J.... xfs: verify icount in superblock write
2018-10-05  Bill O'Donnelllibxfs: add more bounds checking to sb sanity checks
2018-10-05  Darrick J.... xfs: refactor superblock verifiers
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-10-05  Darrick J.... xfs: pass transaction lock while setting up agresv...
2018-10-05  Brian Fosterxfs: bypass final dfops roll in trans commit path
2018-10-05  Brian Fosterxfs: drop unnecessary xfs_defer_finish() dfops parameter
2018-10-05  Brian Fosterxfs: remove unnecessary dfops init calls in xattr code
2018-10-05  Brian Fosterxfs: remove all boilerplate defer init/finish code
2018-10-05  Brian Fosterxfs: use internal dfops in attr code
2018-10-05  Brian Fosterxfs: support embedded dfops in transaction
2018-10-05  Brian Fosterxfs: pack holes in xfs_defer_ops and xfs_trans
2018-10-05  Brian Fosterxfs: reset dfops to initial state after finish
2018-10-05  Brian Fosterxfs: remove unused deferred ops committed field
2018-10-05  Brian Fosterxfs: make deferred processing safe for embedded dfops
2018-10-05  Brian Fosterxfs: fix transaction leak on remote attr set/remove...
2018-10-05  Darrick J.... xfs: force summary counter recalc at next mount
2018-10-05  Darrick J.... xfs: refactor unmount record write
2018-10-05  Darrick J.... xfs: detect and fix bad summary counts at mount
2018-10-05  Darrick J.... xfs: clean up xfs_btree_del_cursor callers
2018-10-05  Darrick J.... xfs: trivial xfs_btree_del_cursor cleanups
2018-10-05  Darrick J.... xfs: return from _defer_finish with a clean transaction
2018-10-05  Darrick J.... xfs: check leaf attribute block freemap in verifier
2018-10-05  Carlos Maiolinolibxfs: Fix a couple of sparse complaintis
2018-10-05  Gustavo A.... xfs: use swap macro in xfs_dir2_leafn_rebalance
2018-10-05  Gustavo A.... xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance
2018-10-05  Darrick J.... xfs: don't assume a left rmap when allocating a new...
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-05  Brian Fosterxfs: replace no-op firstblock init with ->t_firstblock
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-05  Brian Fosterxfs: remove firstblock param from xfs dir ops
2018-10-05  Brian Fosterxfs: add firstblock field to xfs_trans
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: use ->t_dfops in reflink cow recover path
2018-10-04  Brian Fosterxfs: remove unused btree cursor bc_private.a.dfops...
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  Brian Fosterxfs: remove dfops param from high level dirname calls
2018-10-04  Brian Fosterxfs: remove dfops parameter from ifree call stack
2018-10-04  Brian Fosterxfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
2018-10-04  Christoph Hellwigxfs: remove the now unused XFS_BMAPI_IGSTATE flag
2018-10-04  Darrick J.... libxfs: track transaction block reservation usage like...
2018-10-04  Darrick J.... libxfs: fix xfs_trans_alloc reservation abuse
2018-10-04  Darrick J.... xfs_repair: fix block reservation in mk_rsumino
2018-10-04  Darrick J.... libxfs: fix libxfs_trans_alloc callsite problems
2018-10-04  Darrick J.... libxfs: port kernel transaction code
2018-08-24  Eric Sandeenxfsprogs: Release v4.18.0 v4.18.0
2018-08-24  Darrick J.... libxfs: fix spdx tag in xfs_cksum.h
2018-08-01  Eric Sandeenxfsprogs: Release v4.18.0-rc1 v4.18.0-rc1
2018-08-01  Eric Sandeenmisc: remove COPYING from doc/ Makefile
2018-08-01  Jeff Mahoneymkfs: avoid divide-by-zero when hardware reports optima...
2018-08-01  Darrick J.... xfs: add debian initramfs hook to package
2018-08-01  Darrick J.... misc: clean up MIN/MAX in the utilities
next