aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_extfree_item.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemGravatar Darrick J. Wong 1-3/+10
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterGravatar Darrick J. Wong 1-3/+3
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-9/+9
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureGravatar Darrick J. Wong 1-1/+1
2021-10-11xfs: use kmem_cache_free() for kmem_cache objectsGravatar Rustam Kovhaev 1-3/+3
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionGravatar Darrick J. Wong 1-0/+3
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-2/+2
2020-12-09xfs: refactor data device extent validationGravatar Darrick J. Wong 1-10/+1
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsGravatar Darrick J. Wong 1-8/+7
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverGravatar Darrick J. Wong 1-8/+25
2020-10-07xfs: periodically relog deferred intent itemsGravatar Darrick J. Wong 1-0/+29
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverGravatar Darrick J. Wong 1-1/+1
2020-10-07xfs: proper replay of deferred ops queued during log recoveryGravatar Darrick J. Wong 1-4/+3
2020-09-23xfs: don't release log intent items when recovery failsGravatar Darrick J. Wong 1-7/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-2/+4
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerGravatar Darrick J. Wong 1-4/+0
2020-05-08xfs: refactor intent item iop_recover callsGravatar Darrick J. Wong 1-33/+11
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemGravatar Darrick J. Wong 1-4/+4
2020-05-08xfs: refactor adding recovered intent items to the logGravatar Darrick J. Wong 1-7/+3
2020-05-08xfs: refactor releasing finished intents during log recoveryGravatar Darrick J. Wong 1-32/+10
2020-05-08xfs: refactor recovered EFI log item playbackGravatar Darrick J. Wong 1-10/+36
2020-05-08xfs: refactor log recovery EFI item dispatch for pass2 commit functionsGravatar Darrick J. Wong 1-3/+104
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureGravatar Darrick J. Wong 1-0/+9
2020-05-07xfs: use delete helper for items expected to be in AILGravatar Brian Foster 1-1/+1
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateGravatar Christoph Hellwig 1-2/+2
2020-05-04xfs: turn dfp_done into a xfs_log_itemGravatar Christoph Hellwig 1-6/+6
2020-05-04xfs: turn dfp_intent into a xfs_log_itemGravatar Christoph Hellwig 1-6/+6
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentGravatar Christoph Hellwig 1-3/+4
2020-05-04xfs: merge the ->log_item defer op into ->create_intentGravatar Christoph Hellwig 1-29/+20
2020-05-04xfs: remove the xfs_efi_log_item_t typedefGravatar Christoph Hellwig 1-1/+1
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-2/+2
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidGravatar Darrick J. Wong 1-1/+1
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+2
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-4/+4
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-1/+0
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cGravatar Christoph Hellwig 1-1/+244
2019-06-28xfs: merge xfs_efd_init into xfs_trans_get_efdGravatar Christoph Hellwig 1-12/+15
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesGravatar Christoph Hellwig 1-6/+0
2019-06-28xfs: add a flag to release log items on commitGravatar Christoph Hellwig 1-26/+1
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 1-10/+7
2019-06-28xfs: don't require log items to implement optional methodsGravatar Christoph Hellwig 1-104/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsGravatar Darrick J. Wong 1-3/+2
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: add bmapi nodiscard flagGravatar Brian Foster 1-1/+1
2018-05-10xfs: log item flags are racyGravatar Dave Chinner 1-2/+2
2018-04-02xfs: fix intent use-after-free on abortGravatar Dave Chinner 1-19/+19
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsGravatar Darrick J. Wong 1-1/+1
2017-04-25xfs: better log intent item refcount checkingGravatar Darrick J. Wong 1-0/+1