aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rmap_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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: validate feature support when recovering rmap/refcount intentsDarrick J. Wong1-0/+3
2020-12-09xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong1-12/+18
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong1-25/+42
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-1/+1
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong1-4/+3
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong1-7/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-2/+3
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong1-4/+0
2020-05-08xfs: refactor intent item iop_recover callsDarrick J. Wong1-33/+12
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong1-4/+4
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 RUI log item playbackDarrick J. Wong1-9/+35
2020-05-08xfs: refactor log recovery RUI item dispatch for pass2 commit functionsDarrick J. Wong1-3/+101
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-21/+6
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-2/+4
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig1-28/+20
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-1/+1
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-2/+5
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-3/+3
2019-06-28xfs: remove unused header filesEric Sandeen1-1/+0
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig1-1/+228
2019-06-28xfs: merge xfs_rud_init into xfs_trans_get_rudChristoph 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
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-10xfs: log item flags are racyDave Chinner1-2/+2
2018-04-02xfs: fix intent use-after-free on abortDave Chinner1-19/+19
2018-02-22xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong1-1/+3
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong1-0/+1
2016-10-05xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong1-0/+3
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong1-0/+6
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong1-0/+3
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong1-27/+9
2016-08-03xfs: remove unnecessary parentheses from log redo item recovery functionsDarrick J. Wong1-6/+6
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong1-43/+7
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-2/+55
2016-08-03xfs: log rmap intent itemsDarrick J. Wong1-0/+60
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong1-0/+459