aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-2/+2
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-6/+6
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong1-1/+1
2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong1-10/+1
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong1-0/+3
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R1-6/+9
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-0/+7
2020-12-09xfs: refactor file range validationDarrick J. Wong1-1/+1
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-10/+1
2020-12-09xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong1-13/+13
2020-12-09xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong1-27/+47
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+27
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong1-2/+5
2020-10-07xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong1-18/+23
2020-10-07xfs: clean up bmap intent item recovery checkingDarrick J. Wong1-26/+12
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong1-12/+4
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong1-10/+2
2020-09-23xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong1-0/+5
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-2/+2
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong1-5/+0
2020-05-08xfs: refactor intent item iop_recover callsDarrick J. Wong1-35/+13
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong1-5/+5
2020-05-08xfs: refactor adding recovered intent items to the logDarrick J. Wong1-7/+3
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong1-32/+10
2020-05-08xfs: refactor recovered BUI log item playbackDarrick J. Wong1-9/+35
2020-05-08xfs: refactor log recovery BUI item dispatch for pass2 commit functionsDarrick J. Wong1-2/+131
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong1-0/+9
2020-05-07xfs: use delete helper for items expected to be in AILBrian Foster1-1/+1
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig1-1/+1
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig1-4/+4
2020-05-04xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig1-6/+6
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig1-3/+6
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig1-28/+19
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-2/+2
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong1-2/+2
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-1/+2
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong1-3/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-2/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-2/+0
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig1-1/+198
2019-06-28xfs: merge xfs_bud_init into xfs_trans_get_budChristoph Hellwig1-8/+6
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig1-6/+0
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig1-26/+1
2019-06-28xfs: split iop_unlockChristoph Hellwig1-10/+7
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig1-104/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-2/+1