summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-10-14xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2022-10-14xfs: hoist inode free function to libxfsDarrick J. Wong
2022-10-14xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2022-10-14xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2022-10-14xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2022-10-14xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2022-10-14xfs: wrap inode creation dqalloc callsDarrick J. Wong
2022-10-14xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2022-10-14xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2022-10-14xfs: split new inode creation into two piecesDarrick J. Wong
2022-10-14xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2022-10-14xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2022-10-14xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2022-10-14xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2022-10-14xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2022-10-14xfs: hoist extent size helpers to libxfsDarrick J. Wong
2022-10-14xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2022-10-14xfs: repair AGI unlinked inode bucket listsrepair-iunlink_2022-10-14Darrick J. Wong
2022-10-14xfs: hoist AGI repair context to a heap objectDarrick J. Wong
2022-10-14xfs: check AGI unlinked inode bucketsDarrick J. Wong
2022-10-14xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2022-10-14xfs: online repair of symbolic linksrepair-symlink_2022-10-14Darrick J. Wong
2022-10-14xfs: ensure dentry consistency when the orphanage adopts a filerepair-orphanage_2022-10-14Darrick J. Wong
2022-10-14xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong
2022-10-14xfs: move orphan files to the orphanageDarrick J. Wong
2022-10-14xfs: ask the dentry cache if it knows the parent of a directoryrepair-dirs_2022-10-14Darrick J. Wong
2022-10-14xfs: online repair of parent pointersDarrick J. Wong
2022-10-14xfs: online repair of directoriesDarrick J. Wong
2022-10-14xfs: flag empty xattr leaf blocks for optimizationrepair-xattrs_2022-10-14Darrick J. Wong
2022-10-14xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2022-10-14xfs: repair extended attributesDarrick J. Wong
2022-10-14xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong
2022-10-14xfs: create a blob array data structureDarrick J. Wong
2022-10-14xfs: validate explicit directory free block ownersdirattr-validate-owners_2022-10-14Darrick J. Wong
2022-10-14xfs: validate explicit directory block buffer ownersDarrick J. Wong
2022-10-14xfs: validate explicit directory data buffer ownersDarrick J. Wong
2022-10-14xfs: validate directory leaf buffer ownersDarrick J. Wong
2022-10-14xfs: validate dabtree node buffer ownersDarrick J. Wong
2022-10-14xfs: validate attr remote value buffer ownersDarrick J. Wong
2022-10-14xfs: validate attr leaf buffer ownersDarrick J. Wong
2022-10-14xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2022-10-14xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2022-10-14xfs: online repair of realtime summariesrepair-rtsummary_2022-10-14Darrick J. Wong
2022-10-14xfs: teach the tempfile to support atomic extent swappingDarrick J. Wong
2022-10-14xfs: support preallocating and copying content into temporary filesDarrick J. Wong
2022-10-14xfs: add the ability to reap entire inode forksrepair-tempfiles_2022-10-14Darrick J. Wong
2022-10-14xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2022-10-14xfs: create temporary files and directories for online repairDarrick J. Wong
2022-10-14xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2022-10-14xfs: enable atomic swapext featureatomic-file-updates_2022-10-14Darrick J. Wong