]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_entsize and ->sf_nextentry
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_get_parent_ino and ->sf_put_pare...
2020-01-22  Christoph Hellwigxfs: devirtualize ->db_to_fdb and ->db_to_fdindex
2020-01-22  Christoph Hellwigxfs: move the max dir2 free bests count to struct xfs_d...
2020-01-22  Christoph Hellwigxfs: move the dir2 free header size to struct xfs_da_ge...
2020-01-22  Christoph Hellwigxfs: add a bests pointer to struct xfs_dir3_icfree_hdr
2020-01-22  Christoph Hellwigxfs: make the xfs_dir3_icfree_hdr available to xfs_dir2...
2020-01-22  Christoph Hellwigxfs: devirtualize ->free_hdr_to_disk
2020-01-22  Christoph Hellwigxfs: devirtualize ->free_hdr_from_disk
2020-01-22  Christoph Hellwigxfs: move the max dir2 leaf entries count to struct...
2020-01-22  Christoph Hellwigxfs: move the dir2 leaf header size to struct xfs_da_ge...
2020-01-22  Christoph Hellwigxfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
2020-01-22  Christoph Hellwigxfs: devirtualize ->leaf_hdr_to_disk
2020-01-22  Christoph Hellwigxfs: devirtualize ->leaf_hdr_from_disk
2020-01-22  Christoph Hellwigxfs: move the node header size to struct xfs_da_geometry
2020-01-22  Christoph Hellwigxfs: add a btree entries pointer to struct xfs_da3_icno...
2020-01-22  Christoph Hellwigxfs: devirtualize ->node_hdr_to_disk
2020-01-22  Christoph Hellwigxfs: devirtualize ->node_hdr_from_disk
2020-01-22  Christoph Hellwigxfs: use unsigned int for all size values in struct...
2020-01-22  Christoph Hellwigxfs: move incore structures out of xfs_da_format.h
2020-01-22  Darrick J.... xfs: refactor "does this fork map blocks" predicate
2020-01-22  Darrick J.... xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
2020-01-22  Joe Perchesxfs: Correct comment tyops -> typos
2020-01-22  Darrick J.... xfs: null out bma->prev if no previous extent
2020-01-22  Darrick J.... xfs: fix missing header includes
2020-01-22  Darrick J.... xfs: decrease indenting problems in xfs_dabuf_map
2020-01-22  Darrick J.... xfs: always log corruption errors
2020-01-16  Darrick J.... xfs: relax shortform directory size checks
2020-01-16  Christoph Hellwigxfs: cleanup use of the XFS_ALLOC_ flags
2020-01-16  Christoph Hellwigxfs: move extent zeroing to xfs_bmapi_allocate
2020-01-16  Christoph Hellwigxfs: refactor xfs_bmapi_allocate
2020-01-16  Darrick J.... xfs: refactor xfs_iread_extents to use xfs_btree_visit_...
2020-01-16  Darrick J.... xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
2020-01-16  Darrick J.... xfs: namecheck attribute names before listing them
2020-01-16  Darrick J.... xfs: check attribute leaf block structure
2020-01-16  Brian Fosterxfs: don't set bmapi total block req where minleft is
2020-01-16  Dave Chinnerxfs: cap longest free extent to maximum allocatable
2020-01-16  Dave Chinnerxfs: fix inode fork extent count overflow
2020-01-16  Brian Fosterxfs: optimize near mode bnobt scans with concurrent...
2020-01-16  Brian Fosterxfs: factor out tree fixup logic into helper
2020-01-16  Brian Fosterxfs: refactor near mode alloc bnobt scan into separate...
2020-01-16  Brian Fosterxfs: refactor and reuse best extent scanning logic
2020-01-16  Brian Fosterxfs: refactor allocation tree fixup code
2020-01-16  Brian Fosterxfs: reuse best extent tracking logic for bnobt scan
2020-01-16  Brian Fosterxfs: refactor cntbt lastblock scan best extent logic...
2020-01-16  Brian Fosterxfs: track best extent from cntbt lastblock scan in...
2020-01-16  Brian Fosterxfs: track allocation busy state in allocation cursor
2020-01-16  Brian Fosterxfs: introduce allocation cursor data structure
2020-01-16  Brian Fosterxfs: track active state of allocation btree cursors
2020-01-16  Christoph Hellwigxfs: use a struct iomap in xfs_writepage_ctx
2019-12-20  Eric Sandeenxfsprogs: Release v5.4.0 v5.4.0
2019-12-17  Eric Sandeenxfsprogs: Release v5.4.0-rc1 v5.4.0-rc1
2019-12-17  Eric Sandeenmkfs: tidy up discard notifications
2019-12-13  Pavel Reichlmkfs: Break block discard into chunks of 2 GB
2019-12-13  Darrick J.... xfs_admin: enable online label getting and setting
2019-12-13  Darrick J.... xfs_admin: support external log devices
2019-12-13  John Pittmanxfsprogs: add missing line feeds in libxfs/rdwr.c
2019-12-13  Eric Sandeenxfsprogs: remove stray libxfs whitespace
2019-12-13  Eric Sandeenxfsprogs: Release v5.4.0-rc0 v5.4.0-rc0
2019-12-13  Darrick J.... xfs: change the seconds fields in xfs_bulkstat to signed
2019-12-13  Brian Fosterxfs: move local to extent inode logging into bmap helper
2019-12-13  Brian Fosterxfs: remove broken error handling on failed attr sf...
2019-12-13  Brian Fosterxfs: log the inode on directory sf to block format...
2019-12-13  Eric Sandeenxfs: remove unused flags arg from xfs_get_aghdr_buf()
2019-12-13  Eric Sandeenxfs: log proper length of superblock
2019-12-13  Darrick J.... xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_A...
2019-12-13  Brian Fosterxfs: convert inode to extent format after extent merge...
2019-12-13  Darrick J.... xfs: define a flags field for the AG geometry ioctl...
2019-12-13  Christoph Hellwigxfs: add a xfs_valid_startblock helper
2019-12-13  Christoph Hellwigxfs: remove the unused XFS_ALLOC_USERDATA flag
2019-12-13  Dave Chinnerxfs: allocate xattr buffer on demand
2019-12-13  Dave Chinnerxfs: consolidate attribute value copying
2019-12-13  Dave Chinnerxfs: move remote attr retrieval into xfs_attr3_leaf_get...
2019-12-13  Dave Chinnerxfs: remove unnecessary indenting from xfs_attr3_leaf_g...
2019-12-13  Dave Chinnerxfs: make attr lookup returns consistent
2019-12-13  Dave Chinnerxfs: reverse search directory freespace indexes
2019-12-13  Dave Chinnerxfs: speed up directory bestfree block scanning
2019-12-13  Dave Chinnerxfs: factor free block index lookup from xfs_dir2_node_...
2019-12-13  Dave Chinnerxfs: factor data block addition from xfs_dir2_node_addn...
2019-12-13  Dave Chinnerxfs: move xfs_dir2_addname()
2019-12-13  Darrick J.... xfs: remove all *_ITER_CONTINUE values
2019-12-13  Darrick J.... xfs: remove all *_ITER_ABORT values
2019-12-13  Darrick J.... xfs: reinitialize rm_flags when unpacking an offset...
2019-12-13  Darrick J.... xfs: remove unnecessary int returns from deferred bmap...
2019-12-13  Darrick J.... xfs: remove unnecessary int returns from deferred refco...
2019-12-13  Darrick J.... xfs: remove unnecessary int returns from deferred rmap...
2019-12-13  Darrick J.... xfs: remove unnecessary parameter from xfs_iext_inc_seq
2019-12-13  Darrick J.... xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
2019-12-13  Darrick J.... xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
2019-12-13  Darrick J.... xfs: fix maxicount division by zero error
2019-12-13  zhengbinxfs: remove excess function parameter description in...
2019-12-13  Dave Chinnerxfs: add kmem allocation trace points
2019-12-13  Tetsuo Handafs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
2019-11-15  Eric Sandeenxfsprogs: Release v5.3.0 v5.3.0
2019-11-11  Eric Sandeenxfsprogs: Release v5.3.0-rc2 v5.3.0-rc2
2019-11-11  Eric Sandeenxfs_io: fix memory leak in add_enckey
2019-11-11  Darrick J.... xfs_scrub: fix complaint about uninitialized ret
2019-11-06  Darrick J.... libfrog: convert workqueue.c functions to negative...
2019-11-06  Darrick J.... libfrog: convert scrub.c functions to negative error...
2019-11-06  Darrick J.... libfrog: convert ptvar.c functions to negative error...
next