summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_item.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
* xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-221-6/+9
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+7
* xfs: refactor file range validationDarrick J. Wong2020-12-091-1/+1
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-10/+1
* xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong2020-12-091-13/+13
* xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong2020-12-091-27/+47
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+27
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-071-2/+5
* xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong2020-10-071-18/+23
* xfs: clean up bmap intent item recovery checkingDarrick J. Wong2020-10-071-26/+12
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-12/+4
* xfs: don't release log intent items when recovery failsDarrick J. Wong2020-09-231-10/+2
* xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong2020-09-231-0/+5
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-231-1/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-2/+2
* xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong2020-05-081-5/+0
* xfs: refactor intent item iop_recover callsDarrick J. Wong2020-05-081-35/+13
* xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong2020-05-081-5/+5
* xfs: refactor adding recovered intent items to the logDarrick J. Wong2020-05-081-7/+3
* xfs: refactor releasing finished intents during log recoveryDarrick J. Wong2020-05-081-32/+10
* xfs: refactor recovered BUI log item playbackDarrick J. Wong2020-05-081-9/+35
* xfs: refactor log recovery BUI item dispatch for pass2 commit functionsDarrick J. Wong2020-05-081-2/+131
* xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong2020-05-081-0/+9
* xfs: use delete helper for items expected to be in AILBrian Foster2020-05-071-1/+1
* xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2020-05-041-1/+1
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-041-4/+4
* xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig2020-05-041-6/+6
* xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2020-05-041-3/+6
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-041-28/+19
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-2/+2
* xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong2019-11-101-2/+2
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+2
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-281-3/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-281-1/+198
* xfs: merge xfs_bud_init into xfs_trans_get_budChristoph Hellwig2019-06-281-8/+6
* xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-281-6/+0
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-281-26/+1
* xfs: split iop_unlockChristoph Hellwig2019-06-281-10/+7
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-281-104/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-2/+1
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-3/+2
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-3/+3
* xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-021-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-111-0/+8