aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_trans_resv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: extend transaction reservations for parent attributesAllison Henderson2024-04-231-52/+274
* xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong2023-10-181-4/+5
* xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-171-1/+2
* xfs: increase rename inode reservationAllison Henderson2022-10-261-2/+2
* xfs: fix inode reservation space for removing transactionhexiaole2022-08-101-1/+1
* xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong2022-04-281-19/+19
* xfs: reduce transaction reservations with reflinkDarrick J. Wong2022-04-281-15/+115
* xfs: reduce the absurdly large log operation countDarrick J. Wong2022-04-281-27/+19
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-5/+6
* xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong2021-10-191-0/+16
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-191-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-3/+3
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-6/+6
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-061-30/+0
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-191-1/+1
* xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
* xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
* xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl2019-11-131-2/+2
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-121-4/+2
* xfs: separate inode geometryDarrick J. Wong2019-06-121-7/+10
* xfs: make tr_growdata a permanent transactionBrian Foster2019-04-221-1/+5
* xfs: clean up MIN/MAXDave Chinner2018-06-081-8/+8
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-6/+4
* xfs: eliminate duplicate icreate tx reservation functionsBrian Foster2018-01-081-46/+6
* xfs: refactor inode chunk alloc/free tx reservationBrian Foster2018-01-081-15/+49
* xfs: include an allocfree res for inobt modificationsBrian Foster2018-01-081-41/+43
* xfs: truncate transaction does not modify the inobtBrian Foster2018-01-081-8/+1
* xfs: fix up agi unlinked list reservationsBrian Foster2018-01-081-3/+4
* xfs: include inobt buffers in ifree tx log reservationBrian Foster2018-01-081-9/+6
* xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-071-2/+2
* xfs: increase log reservations for reflinkDarrick J. Wong2016-10-051-3/+13
* xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong2016-10-031-1/+4
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-1/+1
* xfs: rmap btree transaction reservationsDarrick J. Wong2016-08-031-17/+41
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-2/+2
* xfs: consolidate superblock logging functionsDave Chinner2015-01-221-14/+0
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* libxfs: move source filesDave Chinner2014-06-251-0/+894