summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-2/+0Star
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-291-1/+198
* xfs: merge xfs_bud_init into xfs_trans_get_budChristoph Hellwig2019-06-291-8/+6Star
* xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-291-6/+0Star
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-291-26/+1Star
* xfs: split iop_unlockChristoph Hellwig2019-06-291-10/+7Star
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-291-104/+0Star
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-2/+1Star
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-031-3/+2Star
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-031-3/+3
* xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-031-6/+6
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
* xfs: use internal dfops during [b|c]ui recoveryBrian Foster2018-07-261-10/+11
* xfs: use ->t_dfops for recovery of [b|c]ui log itemsBrian Foster2018-07-121-0/+8
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: log item flags are racyDave Chinner2018-05-101-2/+2
* xfs: fix intent use-after-free on abortDave Chinner2018-04-031-19/+20
* xfs: log recovery should replay deferred ops in orderDarrick J. Wong2017-11-271-16/+7Star
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-1/+1
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-2/+15
* xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-05-031-1/+4
* xfs: better log intent item refcount checkingDarrick J. Wong2017-04-251-0/+1
* xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-041-0/+2
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-041-1/+64
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+69
* xfs: create bmbt update intent log itemsDarrick J. Wong2016-10-041-0/+374