aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_item.c
AgeCommit message (Expand)Author
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: use internal dfops during [b|c]ui recoveryBrian Foster
2018-07-11xfs: use ->t_dfops for recovery of [b|c]ui log itemsBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-04-02xfs: fix intent use-after-free on abortDave Chinner
2017-11-27xfs: log recovery should replay deferred ops in orderDarrick J. Wong
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-04xfs: log bmap intent itemsDarrick J. Wong
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong