]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfs_repair: initialize non-leaf finobt blocks with correct magic
[thirdparty/xfsprogs-dev.git] / libxfs /
2018-12-12  Eric Sandeenmkfs.xfs: null-terminate symlinks created via protofile
2018-12-12  Eric Sandeenxfs: fix inverted return from xfs_btree_sblock_verify_crc libxfs-4.20-sync
2018-12-05  Dave Chinnerxfs: delalloc -> unwritten COW fork allocation can...
2018-11-24  Dave Chinnerxfs: finobt AG reserves don't consider last AG can...
2018-11-15  Dave Chinnerxfs: fix overflow in xfs_attr3_leaf_verify
2018-11-15  Allison Hendersonxfs: Add attibute remove and helper functions
2018-11-15  Allison Hendersonxfs: Add attibute set and helper functions
2018-11-15  Allison Hendersonxfs: Add helper function xfs_attr_try_sf_addname
2018-11-15  Allison Hendersonxfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
2018-11-09  Christoph Hellwigxfs: remove suport for filesystems without unwritten...
2018-10-30  Darrick J. Wonglibxfs: add missing agfl free deferred op type
2018-10-17  Eric Sandeenxfsprogs: misc static function warning fixes
2018-10-17  Eric Sandeenlibxfs: silence sparse static function warnings in...
2018-10-17  Eric Sandeenlibxfs: silence static warnings about platform_* functions
2018-10-17  Eric Sandeenlibxfs: add several zone extern declarations to libxfs_...
2018-10-10  Dave Chinnerxfsprogs: remove unused functions
2018-10-09  Eric Sandeenlibxfs: export unused nonstatic functions to quiet...
2018-10-09  Eric Sandeenxfsprogs: make static things static
2018-10-09  Eric Sandeenxfsprogs: remove write-only variables
2018-10-09  Eric Sandeenxfsprogs: don't use 0 as pointer
2018-10-09  Eric Sandeenxfsprogs: define xfs_stack_trace() for debug builds
2018-10-09  Darrick J. Wonglibxfs: clean up IRELE/iput callsites
2018-10-09  Dave Chinnerxfs: fix error handling in xfs_bmap_extents_to_btree
2018-10-09  Eric Sandeenxfs: validate inode di_forkoff
2018-10-09  Eric Sandeenxfs: don't treat unknown di_flags2 as corruption in...
2018-10-09  Brian Fosterxfs: remove last of unnecessary xfs_defer_cancel()...
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. Wongxfs: check da node magic in _node_lookup_int
2018-10-05  Darrick J. Wongxfs: use a local variable for magic number in xfs_da3_n...
2018-10-05  Darrick J. Wongxfs: refactor log recovery check
2018-10-05  Darrick J. Wongxfs: 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. Wongxfs: check for unknown v5 feature bits in superblock...
2018-10-05  Darrick J. Wongxfs: only validate summary counts on primary superblock
2018-10-05  Darrick J. Wongxfs: verify icount in superblock write
2018-10-05  Bill O'Donnelllibxfs: add more bounds checking to sb sanity checks
2018-10-05  Darrick J. Wongxfs: 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. Wongxfs: 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. Wongxfs: force summary counter recalc at next mount
2018-10-05  Darrick J. Wongxfs: refactor unmount record write
2018-10-05  Darrick J. Wongxfs: detect and fix bad summary counts at mount
2018-10-05  Darrick J. Wongxfs: clean up xfs_btree_del_cursor callers
2018-10-05  Darrick J. Wongxfs: trivial xfs_btree_del_cursor cleanups
2018-10-05  Darrick J. Wongxfs: return from _defer_finish with a clean transaction
2018-10-05  Darrick J. Wongxfs: check leaf attribute block freemap in verifier
2018-10-05  Carlos Maiolinolibxfs: Fix a couple of sparse complaintis
2018-10-05  Gustavo A. R. Silvaxfs: use swap macro in xfs_dir2_leafn_rebalance
2018-10-05  Gustavo A. R. Silvaxfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance
2018-10-05  Darrick J. Wongxfs: 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
next