]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_trans_resv.c
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_trans_resv.c
2024-02-15  Darrick J. Wongxfs: create helpers for rtbitmap block/wordcount comput...
2024-02-15  Darrick J. Wongxfs: create a helper to convert extlen to rtextlen
2022-11-21  Allison Hendersonxfs: increase rename inode reservation
2022-08-30  hexiaolexfs: fix inode reservation space for removing transaction
2022-06-22  Darrick J. Wongxfs: rename xfs_*alloc*_log_count to _block_count
2022-06-22  Darrick J. Wongxfs: reduce transaction reservations with reflink
2022-06-22  Darrick J. Wongxfs: reduce the absurdly large log operation count
2022-06-22  Chandan Babu Rxfs: Define max extent length based on on-disk format...
2022-04-28  Darrick J. Wongxfs: compute the maximum height of the rmap btree when...
2022-04-28  Darrick J. Wongxfs: rename m_ag_maxlevels to m_allocbt_maxlevels
2022-01-31  Dave Chinnerxfs: convert xfs_sb_version_has checks to use mount...
2022-01-31  Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2022-01-31  Christoph Hellwigxfs: remove support for disabling quota accounting...
2020-05-01  Christoph Hellwigxfs: add a new xfs_sb_version_has_v3inode helper
2020-01-30  Eric Sandeenlibxfs: move header includes closer to kernelspace
2020-01-22  Chen Wandunxfs: Make the symbol 'xfs_rtalloc_log_count' static
2020-01-22  Darrick J. Wongxfs: fix log reservation overflows when allocating...
2020-01-22  Pavel Reichlxfs: remove the xfs_qoff_logitem_t typedef
2020-01-22  Pavel Reichlxfs: remove the xfs_disk_dquot_t and xfs_dquot_t
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-08-28  Darrick J. Wongxfs: fix inode_cluster_size rounding mayhem
2019-08-28  Darrick J. Wongxfs: separate inode geometry
2019-07-24  Brian Fosterxfs: make tr_growdata a permanent transaction
2018-06-28  Dave Chinnerxfs: clean up MIN/MAX
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Eric Sandeenxfs: non-scrub - remove unused function parameters
2018-02-27  Brian Fosterxfs: eliminate duplicate icreate tx reservation functions
2018-02-27  Brian Fosterxfs: refactor inode chunk alloc/free tx reservation
2018-02-27  Brian Fosterxfs: include an allocfree res for inobt modifications
2018-02-27  Brian Fosterxfs: truncate transaction does not modify the inobt
2018-02-27  Brian Fosterxfs: fix up agi unlinked list reservations
2018-02-27  Brian Fosterxfs: include inobt buffers in ifree tx log reservation
2017-07-31  Darrick J. Wongxfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
2016-10-25  Darrick J. Wongxfs: increase log reservations for reflink
2016-10-25  Darrick J. Wongxfs: account for the refcount btree in the alloc/free...
2016-10-25  Darrick J. Wongxfs: define the on-disk refcount btree format
2016-08-10  Darrick J. Wongxfs: rmap btree transaction reservations
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2015-12-20  Jan Tulakxfsprogs: Remove trailing blanks on various places
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
2015-07-30  Dave Chinnerlibxfs: update to 4.1-rc2 code base
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2014-05-20  Brian Fosterxfs: update inode allocation/free transaction reservati...
2013-11-13  Dave Chinnerlibxfs: Minor cleanup and bug fix sync
2013-09-16  Dave Chinnerxfs: inode log reservations are too small
2013-09-16  Dave Chinnerxfs: refactor xfs_trans_reserve() interface
2013-09-16  Dave Chinnerxfs: Introduce tr_fsyncts to m_reservation
2013-09-16  Dave Chinnerxfs: Introduce a new structure to hold transaction...
2013-09-16  Dave Chinnerlibxfs: introduce xfs_trans_resv.c