summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/tempfile.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong2024-12-231-7/+13
* xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong2024-12-231-0/+1
* xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong2024-12-121-1/+11
* xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong2024-12-121-2/+8
* xfs: move repair temporary files to the metadata directory treeDarrick J. Wong2024-11-051-0/+97
* xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong2024-11-051-0/+8
* xfs: pass the icreate args object to xfs_diallocDarrick J. Wong2024-09-011-1/+1
* xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong2024-07-021-1/+1
* xfs: wrap inode creation dqalloc callsDarrick J. Wong2024-07-021-5/+4
* xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong2024-07-021-5/+7
* xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong2024-04-231-22/+2
* xfs: parent pointer attribute creationAllison Henderson2024-04-231-1/+1
* xfs: unlock new repair tempfiles after creationDarrick J. Wong2024-04-151-0/+2
* xfs: online repair of symbolic linksDarrick J. Wong2024-04-151-0/+13
* xfs: online repair of directoriesDarrick J. Wong2024-04-151-0/+13
* xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong2024-04-151-0/+204
* xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong2024-04-151-0/+191
* xfs: support preallocating and copying content into temporary filesDarrick J. Wong2024-04-151-0/+197
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-151-0/+251