summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_extfree_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong2021-08-091-0/+3
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-10/+1
* xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong2020-12-091-8/+7
* xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong2020-12-091-8/+25
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+29
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-071-1/+1
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-4/+3
* xfs: don't release log intent items when recovery failsDarrick J. Wong2020-09-231-7/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-2/+4
* xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong2020-05-081-4/+0
* xfs: refactor intent item iop_recover callsDarrick J. Wong2020-05-081-33/+11
* xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong2020-05-081-4/+4
* 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 EFI log item playbackDarrick J. Wong2020-05-081-10/+36
* xfs: refactor log recovery EFI item dispatch for pass2 commit functionsDarrick J. Wong2020-05-081-3/+104
* 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-2/+2
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-041-6/+6
* 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/+4
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-041-29/+20
* xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig2020-05-041-1/+1
* 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-1/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+2
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-4/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-1/+0
* xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-281-1/+244
* xfs: merge xfs_efd_init into xfs_trans_get_efdChristoph Hellwig2019-06-281-12/+15
* 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: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-3/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-1/+1
* xfs: log item flags are racyDave Chinner2018-05-101-2/+2
* xfs: fix intent use-after-free on abortDave Chinner2018-04-021-19/+19
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-211-1/+1
* xfs: better log intent item refcount checkingDarrick J. Wong2017-04-251-0/+1
* xfs: remove unnecessary parentheses from log redo item recovery functionsDarrick J. Wong2016-08-031-6/+6
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-1/+5
* xfs: refactor redo intent item processingDarrick J. Wong2016-08-031-0/+65
* xfs: allocate log vector buffers outside CIL context lockDave Chinner2016-07-221-0/+2
* xfs: add helper to conditionally remove items from the AILBrian Foster2015-08-191-13/+1
* xfs: use EFI refcount consistently in log recoveryBrian Foster2015-08-191-37/+20