]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2022-02-25  Darrick J.... xfs_repair: explicitly cast resource usage counts in...
2022-02-25  Darrick J.... xfs_db: fix nbits parameter in fa_ino[48] functions
2022-02-25  Dave Chinnerlibxfs-apply: support filterdiff >= 0.4.2 only
2022-02-25  Darrick J.... misc: add a crc32c self test to mkfs and repair
2022-02-25  Darrick J.... libfrog: always use the kernel GETFSMAP definitions
2022-02-25  Darrick J.... libxfs: don't leave dangling perag references from...
2022-02-25  Darrick J.... libxfs: shut down filesystem if we xfs_trans_cancel...
2022-02-25  Darrick J.... libxcmd: use emacs mode for command history editing
2022-02-03  Eric Sandeenxfsprogs: Release v5.15.0-rc0 libxfs-5.15-sync v5.15.0-rc0
2022-02-03  Darrick J.... libxfs: rename buffer cache index variable b_bn
2022-02-03  Dave Chinnerxfs: convert bp->b_bn references to xfs_buf_daddr()
2022-01-31  Dave Chinnerxfs: introduce xfs_buf_daddr()
2022-01-31  Darrick J.... libxfs: replace XFS_BUF_SET_ADDR with a function
2022-01-31  Darrick J.... libxfs: always initialize internal buffer map
2022-01-31  Darrick J.... libxfs: clean up remaining LIBXFS_MOUNT flags
2022-01-31  Darrick J.... Get rid of these flags and the m_flags field, since...
2022-01-31  Darrick J.... libxfs: use opstate flags and functions for libxfs...
2022-01-31  Dave Chinnerxfs: kill xfs_sb_version_has_v3inode()
2022-01-31  Dave Chinnerxfs: introduce xfs_sb_is_v5 helper
2022-01-31  Dave Chinnerxfs: remove unused xfs_sb_version_has wrappers
2022-01-31  Darrick J.... xfs_{copy,db,logprint,repair}: replace xfs_sb_version...
2022-01-31  Darrick J.... libxfs: replace xfs_sb_version checks with feature...
2022-01-31  Darrick J.... libxlog: replace xfs_sb_version checks with feature...
2022-01-31  Dave Chinnerxfs: convert xfs_sb_version_has checks to use mount...
2022-01-31  Dave Chinnerxfs: open code sb verifier feature checks
2022-01-31  Dave Chinnerxfs: convert xfs_fs_geometry to use mount feature checks
2022-01-31  Dave Chinnerxfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
2022-01-31  Dave Chinnerxfs: convert remaining mount flags to state flags
2022-01-31  Dave Chinnerxfs: convert mount flags to features
2022-01-31  Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2022-01-31  Dave Chinnerxfs: reflect sb features in xfs_mount
2022-01-31  Dave Chinnerxfs: rework attr2 feature and mount options
2022-01-31  Dave Chinnerxfs: rename xfs_has_attr()
2022-01-31  Dave Chinnerxfs: sb verifier doesn't handle uncached sb buffer
2022-01-31  Darrick J.... xfs: resolve fork names in trace output
2022-01-31  Darrick J.... xfs: constify btree function parameters that are not...
2022-01-31  Darrick J.... xfs: make the start pointer passed to btree update_last...
2022-01-31  Darrick J.... xfs: make the start pointer passed to btree alloc_block...
2022-01-31  Darrick J.... xfs: make the pointer passed to btree set_root function...
2022-01-31  Darrick J.... xfs: mark the record passed into xchk_btree functions...
2022-01-31  Darrick J.... xfs: make the keys and records passed to btree inorder...
2022-01-31  Darrick J.... xfs: mark the record passed into btree init_key functio...
2022-01-31  Darrick J.... xfs: make the record pointer passed to query_range...
2022-01-31  Darrick J.... xfs: make the key parameters to all btree query range...
2022-01-31  Darrick J.... xfs: make the key parameters to all btree key compariso...
2022-01-31  Darrick J.... xfs: make xfs_rtalloc_query_range input parameters...
2022-01-31  Allison Hendersonxfs: Rename __xfs_attr_rmtval_remove
2022-01-31  Allison Hendersonxfs: add attr state machine tracepoints
2022-01-31  Darrick J.... xfs: allow setting and clearing of log incompat feature...
2022-01-31  Dave Chinnerxfs: replace kmem_alloc_large() with kvmalloc()
2022-01-31  Christoph Hellwigxfs: remove the active vs running quota differentiation
2022-01-31  Christoph Hellwigxfs: remove support for disabling quota accounting...
2022-01-31  Darrick J.... xfs_{copy,db,logprint,repair}: pass xfs_mount pointers...
2022-01-31  Theodore Ts'oxfsprogs: fix static build problems caused by liburcu
2021-12-06  Eric Sandeenxfsprogs: Release v5.14.2 v5.14.2
2021-12-06  Darrick J.... libxfs: hide the drainbamaged fallthrough macro from...
2021-12-02  Eric Sandeenxfsprogs: Release v5.14.1 v5.14.1
2021-12-02  Darrick J.... libxfs: fix atomic64_t poorly for 32-bit architectures
2021-12-02  Darrick J.... libfrog: fix crc32c self test code on cross builds
2021-11-19  Eric Sandeenxfsprogs: Release v5.14.0 v5.14.0
2021-11-19  Bastian Germanndebian: Add changelog entry for 5.14.0-rc1-1
2021-11-19  Boian Bonevdebian: Fix FTBFS
2021-11-19  Bastian Germanndebian: Pass --build and --host to configure
2021-11-19  Bastian Germanndebian: Update Uploaders list
2021-11-12  Eric Sandeenxfsprogs: Release v5.14.0-rc1 v5.14.0-rc1
2021-11-12  Darrick J.... mkfs: warn about V4 deprecation when creating new V4...
2021-11-12  Darrick J.... xfs: sync xfs_btree_split macros with userspace libxfs
2021-11-12  Eric Sandeenxfs: #ifdef out perag code for userspace
2021-10-15  Darrick J.... xfs_db: convert the agresv command to use for_each_perag libxfs-5.14-sync
2021-10-15  Dave Chinnerxfs: logging the on disk inode LSN can make it go backwards
2021-10-15  Darrick J.... xfs: correct the narrative around misaligned rtinherit...
2021-10-15  Darrick J.... xfs: check for sparse inode clusters that cross new...
2021-10-15  Gustavo A.... xfs: Fix multiple fall-through warnings for Clang
2021-10-15  Allison Hendersonxfs: Initialize error in xfs_attr_remove_iter
2021-10-15  Darrick J.... xfs: fix endianness issue in xfs_ag_shrink_space
2021-10-15  Dave Chinnerxfs: xfs_log_force_lsn isn't passed a LSN
2021-10-15  Dave Chinnerxfs: log stripe roundoff is a property of the log
2021-10-15  Dave Chinnerxfs: perag may be null in xfs_imap()
2021-10-15  Allison Hendersonxfs: Make attr name schemes consistent
2021-10-15  Allison Hendersonxfs: Fix default ASSERT in xfs_attr_set_iter
2021-10-15  Dave Chinnerxfs: drop the AGI being passed to xfs_check_agi_freecount
2021-10-15  Darrick J.... xfs: fix radix tree tag signs
2021-10-15  Christoph Hellwigxfs: mark xfs_bmap_set_attrforkoff static
2021-10-15  Jiapeng Chongxfs: Remove redundant assignment to busy
2021-10-15  Shaokun Zhangxfs: sort variable alphabetically to avoid repeated...
2021-10-15  Dave Chinnerxfs: remove xfs_perag_t
2021-10-15  Dave Chinnerxfs: use perag through unlink processing
2021-10-15  Dave Chinnerxfs: clean up and simplify xfs_dialloc()
2021-10-15  Dave Chinnerxfs: inode allocation can use a single perag instance
2021-10-15  Dave Chinnerxfs: get rid of xfs_dir_ialloc()
2021-10-15  Dave Chinnerxfs: collapse AG selection for inode allocation
2021-10-15  Dave Chinnerxfs: simplify xfs_dialloc_select_ag() return values
2021-10-15  Dave Chinnerxfs: remove agno from btree cursor
2021-10-15  Dave Chinnerxfs: use perag for ialloc btree cursors
2021-10-15  Dave Chinnerxfs: convert allocbt cursors to use perags
2021-10-15  Dave Chinnerxfs: convert refcount btree cursor to use perags
2021-10-15  Dave Chinnerxfs: convert rmap btree cursor to using a perag
2021-10-15  Dave Chinnerxfs: add a perag to the btree cursor
2021-10-15  Dave Chinnerxfs: pass perags around in fsmap data dev functions
2021-10-15  Dave Chinnerxfs: push perags through the ag reservation callouts
next