summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01xfs: use atomic extent swapping to repair directoriesrepair-metadata-atomically_2020-06-01Darrick J. Wong
2020-06-01xfs: use atomic extent swapping to repair extended attributesDarrick J. Wong
2020-06-01xfs: use atomic extent swapping to repair rt metadataDarrick J. Wong
2020-06-01xfs: create temporary files and directories for online repairDarrick J. Wong
2020-06-01xfs: parent repair should try the dcache firstDarrick J. Wong
2020-06-01xfs: remove old swap extents implementationatomic-file-updates_2020-06-01Darrick J. Wong
2020-06-01xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2020-06-01xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2020-06-01xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2020-06-01xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2020-06-01xfs: add error injection to test swapext recoveryDarrick J. Wong
2020-06-01xfs: add a ->swap_file_range handlerDarrick J. Wong
2020-06-01xfs: create deferred log items for extent swappingDarrick J. Wong
2020-06-01xfs: introduce a swap-extent log intent itemDarrick J. Wong
2020-06-01xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-06-01xfs: minimize lifespan of deferred work items to reduce log tail pinningDarrick J. Wong
2020-06-01xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2020-06-01xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2020-06-01xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2020-06-01vfs: introduce new file extent swap ioctlDarrick J. Wong
2020-06-01xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-06-01xfs: actually account for quota changes in xfs_swap_extentsDarrick J. Wong
2020-06-01xfs: fix an incore inode UAF in xfs_bui_recoverfix-log-recovery_2020-06-01Darrick J. Wong
2020-06-01xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2020-06-01xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2020-06-01xfs: xfs_defer_capture should absorb remaining block reservationDarrick J. Wong
2020-06-01xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-06-01xfs: report realtime rmap btree corruption errors to the health systemrealtime-rmap_2020-06-01Darrick J. Wong
2020-06-01xfs: online repair of the realtime rmap btreeDarrick J. Wong
2020-06-01xfs: online repair of realtime bitmapsDarrick J. Wong
2020-06-01xfs: online repair of realtime file bmapsDarrick J. Wong
2020-06-01xfs: cross-reference the realtime rmapbtDarrick J. Wong
2020-06-01xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2020-06-01xfs: scrub the realtime rmapbtDarrick J. Wong
2020-06-01xfs: refactor realtime scrubbing context managementDarrick J. Wong
2020-06-01xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong
2020-06-01xfs: enable realtime rmap btreeDarrick J. Wong
2020-06-01xfs: dynamically create the realtime rmapbt inode when attaching rtdevDarrick J. Wong
2020-06-01xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2020-06-01xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2020-06-01xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2020-06-01xfs: add realtime reverse map inode to superblockDarrick J. Wong
2020-06-01xfs: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2020-06-01xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2020-06-01xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2020-06-01xfs: add realtime rmap btree operationsDarrick J. Wong
2020-06-01xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2020-06-01xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2020-06-01xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2020-06-01xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong