]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2022-08-30  Dave Chinnerxfs: pass perag to xfs_ialloc_read_agi()
2022-08-30  Dave Chinnerxfs: kill xfs_ialloc_pagi_init()
2022-08-30  Dave Chinnerxfs: make last AG grow/shrink perag centric
2022-08-12  Eric Sandeenxfsprogs: Release v5.19.0 v5.19.0
2022-08-12  Darrick J.... xfs_repair: fix printf format specifiers on 32-bit...
2022-08-05  Eric Sandeenxfsprogs: Release v5.19.0-rc1 v5.19.0-rc1
2022-08-05  Chandan Babu Rxfs_repair: Add support for upgrading to large extent...
2022-08-05  Darrick J.... xfs_repair: check filesystem geometry before allowing...
2022-08-05  Darrick J.... mkfs: complain about impossible log size constraints
2022-08-05  Darrick J.... mkfs: stop allowing tiny filesystems
2022-08-05  Darrick J.... mkfs: ignore data blockdev stripe geometry for small...
2022-08-05  Darrick J.... libxfs: stop overriding MAP_SYNC in publicly exported...
2022-07-14  Darrick J.... mkfs: terminate getsubopt arrays properly
2022-07-14  Chandan Babu Rxfs_repair: Search for conflicts in inode_tree_ptrs...
2022-07-14  Darrick J.... xfs_repair: ignore empty xattr leaf blocks
2022-07-14  hexiaolexfs: correct nlink printf specifier from hd to PRIu32
2022-07-13  Darrick J.... xfs_repair: check the rt summary against observations
2022-07-13  Darrick J.... xfs_repair: check the rt bitmap against observations
2022-07-13  Darrick J.... xfs_repair: check free rt extent count
2022-07-12  Zhang Boyangmkfs: update manpage of bigtime and inobtcount
2022-07-12  Darrick J.... mkfs: always use new_diflags2 to initialize new inodes
2022-07-12  Darrick J.... mkfs: document the large extent count switch in the...
2022-07-12  Darrick J.... mkfs: preserve DIFLAG2_NREXT64 when setting other inode...
2022-07-12  Darrick J.... xfs_repair: detect and fix padding fields that changed...
2022-07-12  Darrick J.... xfs_repair: clear DIFLAG2_NREXT64 when filesystem doesn...
2022-07-12  Darrick J.... xfs_copy: don't use cached buffer reads until after...
2022-07-12  Darrick J.... xfs_db: identify the minlogsize transaction reservation
2022-07-12  Darrick J.... xfs_repair: don't flag log_incompat inconsistencies...
2022-07-12  Darrick J.... xfs_repair: always rewrite secondary supers when needsr...
2022-07-12  Darrick J.... libxfs: remove xfs_globals.larp
2022-07-12  Darrick J.... xfs_logprint: fix formatting specifiers
2022-07-12  Darrick J.... misc: fix unsigned integer comparison complaints
2022-07-12  Eric Sandeenxfsprogs: Release v5.19.0-rc0.1 v5.19.0-rc0.1
2022-07-06  Darrick J.... xfs: don't hold xattr leaf buffers across transaction...
2022-07-06  Darrick J.... xfs: empty xattr leaf header blocks are not corruption
2022-07-06  Darrick J.... xfs: fix variable state usage
2022-07-06  Darrick J.... xfs: fix TOCTOU race involving the new logged xattrs...
2022-06-22  Eric Sandeenxfsprogs: Release v5.19.0-rc0 libxfs-5.19-sync v5.19.0-rc0
2022-06-22  Allison Hendersonxfs_logprint: Add log item printing for ATTRI and ATTRD
2022-06-22  Chandan Babu Rmkfs: Add option to create filesystem with large extent...
2022-06-22  Chandan Babu Rxfs_info: Report NREXT64 feature status
2022-06-22  Chandan Babu Rxfsprogs: Invoke bulkstat ioctl with XFS_BULK_IREQ_NREX...
2022-06-22  Darrick J.... xfs: move xfs_attr_use_log_assist usage out of libxfs
2022-06-22  Dave Chinnerxfs: avoid unnecessary runtime sibling pointer endian...
2022-06-22  Darrick J.... xfs: convert buf_cancel_table allocation to kmalloc_array
2022-06-22  Darrick J.... xfs: move xfs_attr_use_log_assist out of xfs_log.c
2022-06-22  Darrick J.... xfs: refactor buffer cancellation table allocation
2022-06-22  Darrick J.... xfs: don't leak btree cursor when insrec fails after...
2022-06-22  Dave Chinnerxfs: assert in xfs_btree_del_cursor should take into...
2022-06-22  Dave Chinnerxfs: don't assert fail on perag references on teardown
2022-06-22  Darrick J.... xfs: share xattr name and value buffers when logging...
2022-06-22  Darrick J.... xfs: do not use logged xattr updates on V4 filesystems
2022-06-22  Julia Lawallxfs: fix typo in comment
2022-06-22  Darrick J.... xfs: rename struct xfs_attr_item to xfs_attr_intent
2022-06-22  Darrick J.... xfs: clean up state variable usage in xfs_attr_node_rem...
2022-06-22  Darrick J.... xfs: put attr[id] log item cache init with the others
2022-06-22  Darrick J.... xfs: remove struct xfs_attr_item.xattri_flags
2022-06-22  Darrick J.... xfs: use a separate slab cache for deferred xattr work...
2022-06-22  Darrick J.... xfs: put the xattr intent item op flags in their own...
2022-06-22  Darrick J.... xfs: clean up xfs_attr_node_hasname
2022-06-22  Darrick J.... xfs: reject unknown xattri log item filter flags during...
2022-06-22  Darrick J.... xfs: don't leak the retained da state when doing a...
2022-06-22  Darrick J.... xfs: don't leak da state when freeing the attr intent...
2022-06-22  Dave Chinnerxfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
2022-06-22  Dave Chinnerxfs: ATTR_REPLACE algorithm with LARP enabled needs...
2022-06-22  Dave Chinnerxfs: use XFS_DA_OP flags in deferred attr ops
2022-06-22  Dave Chinnerxfs: remove xfs_attri_remove_iter
2022-06-22  Dave Chinnerxfs: switch attr remove to xfs_attri_set_iter
2022-06-22  Dave Chinnerxfs: introduce attr remove initial states into xfs_attr...
2022-06-22  Dave Chinnerxfs: xfs_attr_set_iter() does not need to return EAGAIN
2022-06-22  Dave Chinnerxfs: clean up final attr removal in xfs_attr_set_iter
2022-06-22  Dave Chinnerxfs: remote xattr removal in xfs_attr_set_iter() is...
2022-06-22  Dave Chinnerxfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
2022-06-22  Dave Chinnerxfs: split remote attr setting out from replace path
2022-06-22  Dave Chinnerxfs: consolidate leaf/node states in xfs_attr_set_iter
2022-06-22  Dave Chinnerxfs: kill XFS_DAC_LEAF_ADDNAME_INIT
2022-06-22  Dave Chinnerxfs: separate out initial attr_set states
2022-06-22  Catherine Hoangxfs: remove warning counters from struct xfs_dquot_res
2022-06-22  Dave Chinnerxfs: rework deferred attribute operation setup
2022-06-22  Dave Chinnerxfs: make xattri_leaf_bp more useful
2022-06-22  Dave Chinnerxfs: avoid empty xattr transaction when attrs are inline
2022-06-22  Allison Hendersonxfs: add leaf to node error tag
2022-06-22  Allison Hendersonxfs: add leaf split error tag
2022-06-22  Allison Hendersonxfs: Add helper function xfs_init_attr_trans
2022-06-22  Allison Hendersonxfs: Add helper function xfs_attr_leaf_addname
2022-06-22  Allison Hendersonxfs: Merge xfs_delattr_context into xfs_attr_item
2022-06-22  Allison Hendersonxfs: Add larp debug option
2022-06-22  Allison Hendersonxfs: Add log attribute error tag
2022-06-22  Allison Hendersonxfs: Remove unused xfs_attr_*_args
2022-06-22  Allison Hendersonxfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
2022-06-22  Allison Hendersonxfs: Skip flip flags for delayed attrs
2022-06-22  Allison Hendersonxfs: Implement attr logging and replay
2022-06-22  Allison Hendersonxfs: Set up infrastructure for log attribute replay
2022-06-22  Allison Hendersonxfs: Return from xfs_attr_set_iter if there are no...
2022-06-22  Allison Hendersonxfs: Fix double unlock in defer capture code
2022-06-22  Dave Chinnerxfs: validate v5 feature fields
2022-06-22  Dave Chinnerxfs: set XFS_FEAT_NLINK correctly
2022-06-22  Dave Chinnerxfs: validate inode fork size against fork format
2022-06-22  Dave Chinnerxfs: detect self referencing btree sibling pointers
2022-06-22  Dave Chinnerxfs: tag transactions that contain intent done items
next