summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-22xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-10-22xfs: move orphan files to the orphanagerepair-dirs_2021-10-22Darrick J. Wong
2021-10-22xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2021-10-22xfs: online repair of parent pointersDarrick J. Wong
2021-10-22xfs: online repair of directoriesDarrick J. Wong
2021-10-22xfs: scrub should set preen if attr leaf has holesrepair-xattrs_2021-10-22Darrick J. Wong
2021-10-22xfs: repair extended attributesDarrick J. Wong
2021-10-22xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2021-10-22xfs: create a blob array data structureDarrick J. Wong
2021-10-22xfs: online repair of realtime summariesrepair-rtsummary_2021-10-22Darrick J. Wong
2021-10-22xfs: create temporary files and directories for online repairDarrick J. Wong
2021-10-22xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2021-10-22xfs: enable atomic swapext featureatomic-file-updates_2021-10-22Darrick J. Wong
2021-10-22xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong
2021-10-22xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-10-22xfs: condense directories after an atomic swapDarrick J. Wong
2021-10-22xfs: condense extended attributes after an atomic swapDarrick J. Wong
2021-10-22xfs: remove old swap extents implementationDarrick J. Wong
2021-10-22xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2021-10-22xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2021-10-22xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2021-10-22xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2021-10-22xfs: add error injection to test swapext recoveryDarrick J. Wong
2021-10-22xfs: add a ->xchg_file_range handlerDarrick J. Wong
2021-10-22xfs: create deferred log items for extent swappingDarrick J. Wong
2021-10-22xfs: introduce a swap-extent log intent itemDarrick J. Wong
2021-10-22xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2021-10-22xfs: refactor non-power-of-two alignment checksDarrick J. Wong
2021-10-22xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2021-10-22vfs: introduce new file range exchange ioctlDarrick J. Wong
2021-10-22xfs: port the defer ops capture and continue to resource capturelog-recovery-defer-capture_2021-10-22Darrick J. Wong
2021-10-22xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong
2021-10-22xfs: fix confusing variable names in xfs_bmap_item.cexpand-bmap-intent-usage_2021-10-22Darrick J. Wong
2021-10-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2021-10-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2021-10-22xfs: support recovering bmap intent items targetting realtime extentsrealtime-bmap-intents_2021-10-22Darrick J. Wong
2021-10-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2021-10-22xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2021-10-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2021-10-22xfs: remove xfs_trans_set_bmap_flagsbmap-intent-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2021-10-22xfs: split tracepoint classes for deferred itemsDarrick J. Wong
2021-10-22xfs: repair summary countersrepair-hard-problems_2021-10-22Darrick J. Wong
2021-10-22xfs: repair the rmapbtDarrick J. Wong
2021-10-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-10-22xfs: ask to freeze if fscounters scrubber failsDarrick J. Wong
2021-10-22xfs: introduce online scrub freezeDarrick J. Wong
2021-10-22xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-10-22Darrick J. Wong
2021-10-22xfs: remember sick inodes that get inactivatedDarrick J. Wong