aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-1/+1
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extentDarrick J. Wong1-2/+15
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong1-1/+4
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong1-0/+1
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong1-0/+2
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong1-1/+64
2016-10-04xfs: log bmap intent itemsDarrick J. Wong1-0/+69
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong1-0/+374