aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/tempfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-1/+1
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong1-5/+4
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-5/+7
2024-04-23xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong1-22/+2
2024-04-23xfs: parent pointer attribute creationAllison Henderson1-1/+1
2024-04-15xfs: unlock new repair tempfiles after creationDarrick J. Wong1-0/+2
2024-04-15xfs: online repair of symbolic linksDarrick J. Wong1-0/+13
2024-04-15xfs: online repair of directoriesDarrick J. Wong1-0/+13
2024-04-15xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong1-0/+204
2024-04-15xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong1-0/+191
2024-04-15xfs: support preallocating and copying content into temporary filesDarrick J. Wong1-0/+197
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong1-0/+251