summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_trans_resv.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao1-1/+0
2024-04-23xfs: extend transaction reservations for parent attributesAllison Henderson1-52/+274
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong1-4/+5
2023-10-18xfs: create a helper to convert extlen to rtextlenDarrick J. Wong1-1/+2
2022-10-26xfs: increase rename inode reservationAllison Henderson1-2/+2
2022-08-11xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2022-04-28xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong1-19/+19
2022-04-28xfs: reduce transaction reservations with reflinkDarrick J. Wong1-15/+115
2022-04-28xfs: reduce the absurdly large log operation countDarrick J. Wong1-27/+19
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-5/+6
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong1-0/+16
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-3/+3
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-6/+6
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig1-30/+0
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig1-1/+1
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun1-1/+1
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong1-19/+77
2019-11-14xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl1-2/+2
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-2/+0
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong1-4/+2
2019-06-12xfs: separate inode geometryDarrick J. Wong1-7/+10
2019-04-23xfs: make tr_growdata a permanent transactionBrian Foster1-1/+5
2018-06-08xfs: clean up MIN/MAXDave Chinner1-8/+8
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-6/+4
2018-01-08xfs: eliminate duplicate icreate tx reservation functionsBrian Foster1-46/+6
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster1-15/+49
2018-01-08xfs: include an allocfree res for inobt modificationsBrian Foster1-41/+43
2018-01-08xfs: truncate transaction does not modify the inobtBrian Foster1-8/+1
2018-01-08xfs: fix up agi unlinked list reservationsBrian Foster1-3/+4
2018-01-08xfs: include inobt buffers in ifree tx log reservationBrian Foster1-9/+6
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong1-2/+2
2016-10-06xfs: increase log reservations for reflinkDarrick J. Wong1-3/+13
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong1-1/+4
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-1/+1
2016-08-03xfs: rmap btree transaction reservationsDarrick J. Wong1-17/+41
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-2/+2
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-14/+0
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25libxfs: move source filesDave Chinner1-0/+894