]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
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
2021-10-15  Dave Chinnerxfs: pass perags through to the busy extent code
2021-10-15  Dave Chinnerxfs: convert secondary superblock walk to use perags
2021-10-15  Dave Chinnerxfs: convert xfs_iwalk to use perag references
2021-10-15  Dave Chinnerxfs: convert raw ag walks to use for_each_perag
2021-10-15  Dave Chinnerxfs: make for_each_perag... a first class citizen
2021-10-15  Dave Chinnerxfs: move perag structure and setup to libxfs/xfs_ag...
2021-10-15  Dave Chinnerxfs: move xfs_perag_get/put to xfs_ag.[ch]
2021-10-15  Darrick J.... xfs: clean up open-coded fs block unit conversions
2021-10-15  Allison Hendersonxfs: Clean up xfs_attr_node_addname_clear_incomplete
2021-10-15  Allison Hendersonxfs: Remove xfs_attr_rmtval_set
2021-10-15  Allison Hendersonxfs: Add delay ready attr set routines
2021-10-15  Allison Hendersonxfs: Add delay ready attr remove routines
2021-10-15  Allison Hendersonxfs: Hoist node transaction handling
2021-10-15  Allison Hendersonxfs: Hoist xfs_attr_leaf_addname
2021-10-15  Allison Hendersonxfs: Hoist xfs_attr_node_addname
2021-10-15  Allison Hendersonxfs: Add helper xfs_attr_node_addname_find_attr
2021-10-15  Allison Hendersonxfs: Separate xfs_attr_node_addname and xfs_attr_node_a...
2021-10-15  Allison Hendersonxfs: Refactor xfs_attr_set_shortform
2021-10-15  Allison Hendersonxfs: Add xfs_attr_node_remove_name
2021-10-15  Allison Hendersonxfs: Reverse apply 72b97ea40d
2021-10-15  Darrick J.... libxfs: fix crash on second attempt to initialize library
2021-10-14  Dave Chinnerxfs: use xfs_buf_alloc_pages for uncached buffers
2021-10-14  Darrick J.... libxfs: fix call_rcu crash when unmounting the fake...
2021-10-01  Darrick J.... misc: convert utilities to use "fallthrough;"
2021-10-01  Gustavo A.... xfs: Fix fall-through warnings for Clang
2021-10-01  Darrick J.... libxfs: fix whitespace inconsistencies with kernel
2021-10-01  Darrick J.... libxfs: port xfs_set_inode_alloc from the kernel
2021-09-29  Darrick J.... libfrog: move topology.[ch] to libxfs
2021-09-29  Darrick J.... mkfs: move mkfs/proto.c declarations to mkfs/proto.h
2021-09-29  Dave Chinneratomic: convert to uatomic
2021-09-29  Dave Chinnerlibxfs: add spinlock_t wrapper
2021-09-29  Dave Chinnerxfsprogs: introduce liburcu support
2021-08-20  Eric Sandeenxfsprogs: Release v5.13.0 v5.13.0
2021-08-02  Eric Sandeenxfsprogs: Release v5.13.0-rc1 v5.13.0-rc1
2021-07-28  Darrick J.... xfs_quota: allow users to truncate group and project...
2021-07-28  Darrick J.... xfs_repair: invalidate dirhash entry when junking dirent
2021-07-28  Darrick J.... xfs_io: allow callers to dump fs stats individually
2021-07-28  Darrick J.... mkfs: validate rt extent size hint when rtinherit is set
2021-07-28  Darrick J.... xfs_repair: validate alignment of inherited rt extent...
2021-07-28  Darrick J.... xfs_io: don't count fsmaps before querying fsmaps
2021-07-28  Darrick J.... xfs_io: only print the header once when dumping fsmap...
2021-07-28  Darrick J.... xfs_io: clean up the funshare command a bit
2021-07-28  Darrick J.... xfs_io: fix broken funshare_cmd usage
next