summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_trans_resv.c
AgeCommit message (Expand)Author
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2023-10-17xfs: create a helper to convert extlen to rtextlenDarrick J. Wong
2022-10-26xfs: increase rename inode reservationAllison Henderson
2022-08-10xfs: fix inode reservation space for removing transactionhexiaole
2022-04-28xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong
2022-04-28xfs: reduce transaction reservations with reflinkDarrick J. Wong
2022-04-28xfs: reduce the absurdly large log operation countDarrick J. Wong
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-04-22xfs: make tr_growdata a permanent transactionBrian Foster
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-01-08xfs: eliminate duplicate icreate tx reservation functionsBrian Foster
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster
2018-01-08xfs: include an allocfree res for inobt modificationsBrian Foster
2018-01-08xfs: truncate transaction does not modify the inobtBrian Foster
2018-01-08xfs: fix up agi unlinked list reservationsBrian Foster
2018-01-08xfs: include inobt buffers in ifree tx log reservationBrian Foster
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong
2016-10-05xfs: increase log reservations for reflinkDarrick J. Wong
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-08-03xfs: rmap btree transaction reservationsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2015-01-22xfs: consolidate superblock logging functionsDave Chinner
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-06-25libxfs: move source filesDave Chinner