index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_rmap_item.c
Age
Commit message (
Expand
)
Author
2024-02-13
xfs: place intent recovery under NOFS allocation context
Dave Chinner
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
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_rmap_intent its own perag reference
Darrick J. Wong
2023-02-05
xfs: fix confusing variable names in xfs_rmap_item.c
Darrick J. Wong
2023-02-05
xfs: pass rmap space mapping 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: actually abort log recovery on corrupt intent-done log items
Darrick J. Wong
2022-10-31
xfs: fix memcpy fortify errors in RUI 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-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-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
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
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: validate feature support when recovering rmap/refcount intents
Darrick J. Wong
2020-12-09
xfs: improve the code that checks recovered rmap intent items
Darrick J. Wong
2020-12-09
xfs: hoist recovered rmap intent checks out of xfs_rui_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: 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
[next]