summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-22xfs: use atomic extent swapping to repair directoriesreapir-metadata-atomically_2020-04-22Darrick J. Wong
2020-04-22xfs: use atomic extent swapping to repair extended attributesDarrick J. Wong
2020-04-22xfs: use atomic extent swapping to repair rt metadataDarrick J. Wong
2020-04-22xfs: create temporary files and directories for online repairDarrick J. Wong
2020-04-22xfs: parent repair should try the dcache firstDarrick J. Wong
2020-04-22xfs: fix quota accounting in the old fork swap codeDarrick J. Wong
2020-04-22xfs: remove old swap extents implementationDarrick J. Wong
2020-04-22xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2020-04-22xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2020-04-22xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2020-04-22xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2020-04-22xfs: add error injection to test swapext recoveryDarrick J. Wong
2020-04-22xfs: add a ->swap_file_range handlerDarrick J. Wong
2020-04-22xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-04-22xfs: create deferred log items for extent swappingDarrick J. Wong
2020-04-22xfs: introduce a swap-extent log intent itemDarrick J. Wong
2020-04-22xfs: allow deferred ops items to put themselves at the end of the pending queueDarrick J. Wong
2020-04-22xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2020-04-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2020-04-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2020-04-22vfs: introduce new file extent swap ioctlDarrick J. Wong
2020-04-22xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-04-22xfs: clean up the error handling in xfs_swap_extent_rmapDarrick J. Wong
2020-04-22xfs: teach deferred op freezer to freeze and thaw inodesDarrick J. Wong
2020-04-22xfs: reduce log recovery transaction block reservationsDarrick J. Wong
2020-04-22xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-04-22xfs: move xlog_recover_intent_pass2 up in the fileDarrick J. Wong
2020-04-22xfs: remove xlog_item_is_intentDarrick J. Wong
2020-04-22xfs: hoist the ail unlock/lock cycle when cancelling intents during recoveryDarrick J. Wong
2020-04-22xfs: refactor adding recovered intent items to the logDarrick J. Wong
2020-04-22xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-04-22xfs: refactor BUI log item recovery dispatchDarrick J. Wong
2020-04-22xfs: refactor CUI log item recovery dispatchDarrick J. Wong
2020-04-22xfs: refactor RUI log item recovery dispatchDarrick J. Wong
2020-04-22xfs: refactor EFI log item recovery dispatchDarrick J. Wong
2020-04-22xfs: refactor log recovery quotaoff item dispatch for pass2 commit functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery icreate item dispatch for pass2 commit functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery dquot item dispatch for pass2 commit functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery intent item dispatch for pass2 commit functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong
2020-04-22xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong
2020-04-22xfs: complain when we don't recognize the log item typeDarrick J. Wong
2020-04-22xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2020-04-22xfs: online repair of the realtime rmap btreeDarrick J. Wong
2020-04-22xfs: online repair of realtime bitmapsDarrick J. Wong
2020-04-22xfs: online repair of realtime file bmapsDarrick J. Wong
2020-04-22xfs: cross-reference the realtime rmapbtDarrick J. Wong