Age | Commit message (Expand) | Author |
2023-12-14 | xfs: pass the defer ops instead of type to xfs_defer_start_recovery | Christoph Hellwig |
2023-12-14 | xfs: store an ops pointer in struct xfs_defer_pending | Christoph Hellwig |
2023-12-06 | xfs: move ->iop_relog to struct xfs_defer_op_type | Darrick J. Wong |
2023-12-06 | xfs: collapse the ->create_done functions | Darrick J. Wong |
2023-12-06 | xfs: hoist xfs_trans_add_item calls to defer ops functions | Darrick J. Wong |
2023-12-06 | xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog | Darrick J. Wong |
2023-12-06 | xfs: use xfs_defer_create_done for the relogging operation | Darrick J. Wong |
2023-12-06 | xfs: hoist ->create_intent boilerplate to its callsite | Darrick J. Wong |
2023-12-06 | xfs: collapse the ->finish_item helpers | Darrick J. Wong |
2023-12-06 | xfs: hoist intent done flag setting to ->finish_item callsite | Darrick J. Wong |
2023-12-06 | xfs: move ->iop_recover to xfs_defer_op_type | Darrick J. Wong |
2023-12-06 | xfs: use xfs_defer_finish_one to finish recovered work items | Darrick J. Wong |
2023-12-06 | xfs: recreate work items when recovering intent items | Darrick J. Wong |
2023-12-06 | xfs: transfer recovered intent item ownership in ->iop_recover | Darrick J. Wong |
2023-12-06 | xfs: pass the xfs_defer_pending object to iop_recover | Darrick J. Wong |
2023-12-06 | xfs: use xfs_defer_pending objects to recover intent items | Darrick J. Wong |
2023-09-12 | xfs: reserve less log space when recovering log intent items | Darrick J. Wong |
2023-04-11 | xfs: allow queued AG intents to drain before scrubbing | Darrick J. Wong |
2023-04-11 | xfs: give xfs_bmap_intent its own perag reference | Darrick J. Wong |
2023-02-05 | xfs: fix confusing variable names in xfs_bmap_item.c | Darrick J. Wong |
2023-02-05 | xfs: pass the xfs_bmbt_irec directly through the log intent code | Darrick J. Wong |
2022-10-31 | xfs: dump corrupt recovered log intent items to dmesg consistently | Darrick J. Wong |
2022-10-31 | xfs: fix memcpy fortify errors in BUI log format copying | Darrick J. Wong |
2022-05-04 | xfs: whiteouts release intents that are not in the AIL | Dave Chinner |
2022-05-04 | xfs: add log item method to return related intents | Dave Chinner |
2022-05-04 | xfs: tag transactions that contain intent done items | Dave Chinner |
2022-05-04 | xfs: add log item flags to indicate intents | Dave Chinner |
2022-05-04 | xfs: fix potential log item leak | Dave Chinner |
2022-04-13 | xfs: Conditionally upgrade existing inodes to use large extent counters | Chandan Babu R |
2022-03-20 | xfs: log items should have a xlog pointer, not a mount | Dave Chinner |
2021-10-22 | xfs: create slab caches for frequently-used deferred items | Darrick J. Wong |
2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong |
2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong |
2021-10-14 | xfs: port the defer ops capture and continue to resource capture | Darrick J. Wong |
2021-08-09 | xfs: refactor xfs_iget calls from log intent recovery | Darrick J. Wong |
2021-08-09 | xfs: dump log intent items that cannot be recovered due to corruption | Darrick J. Wong |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen |
2021-01-22 | xfs: Check for extent overflow when punching a hole | Chandan Babu R |
2021-01-22 | xfs: Check for extent overflow when trivally adding a new extent | Chandan Babu R |
2020-12-09 | xfs: refactor file range validation | Darrick J. Wong |
2020-12-09 | xfs: refactor data device extent validation | Darrick J. Wong |
2020-12-09 | xfs: improve the code that checks recovered bmap intent items | Darrick J. Wong |
2020-12-09 | xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover | Darrick J. Wong |
2020-10-07 | xfs: periodically relog deferred intent items | Darrick J. Wong |
2020-10-07 | xfs: fix an incore inode UAF in xfs_bui_recover | Darrick J. Wong |
2020-10-07 | xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering | Darrick J. Wong |
2020-10-07 | xfs: clean up bmap intent item recovery checking | Darrick J. Wong |
2020-10-07 | xfs: proper replay of deferred ops queued during log recovery | Darrick J. Wong |
2020-09-23 | xfs: don't release log intent items when recovery fails | Darrick J. Wong |
2020-09-23 | xfs: attach inode to dquot in xfs_bui_item_recover | Darrick J. Wong |