summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-15xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson
2024-04-15xfs: Increase XFS_QM_TRANS_MAXDQS to 5Allison Henderson
2024-04-15xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson
2024-04-15xfs: fix performance problems when fstrimming a subset of a fragmented AGDarrick J. Wong
2024-04-15xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong
2024-04-15xfs: try to avoid allocating from sick inode clustersDarrick J. Wong
2024-04-15xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong
2024-04-15xfs: repair AGI unlinked inode bucket listsDarrick J. Wong
2024-04-15xfs: hoist AGI repair context to a heap objectDarrick J. Wong
2024-04-15xfs: check AGI unlinked inode bucketsDarrick J. Wong
2024-04-15xfs: online repair of symbolic linksDarrick J. Wong
2024-04-15xfs: pass the owner to xfs_symlink_write_targetDarrick J. Wong
2024-04-15xfs: expose xfs_bmap_local_to_extents for online repairDarrick J. Wong
2024-04-15xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong
2024-04-15xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong
2024-04-15xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2024-04-15xfs: online repair of parent pointersDarrick J. Wong
2024-04-15xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong
2024-04-15xfs: online repair of directoriesDarrick J. Wong
2024-04-15xfs: inactivate directory data blocksDarrick J. Wong
2024-04-15xfs: update the unlinked list when repairing link countsDarrick J. Wong
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong
2024-04-15xfs: create an xattr iteration function for scrubDarrick J. Wong
2024-04-15xfs: flag empty xattr leaf blocks for optimizationDarrick J. Wong
2024-04-15xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-04-15xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong
2024-04-15xfs: create a blob array data structureDarrick J. Wong
2024-04-15xfs: enable discarding of folios backing an xfileDarrick J. Wong
2024-04-15xfs: validate explicit directory free block ownersDarrick J. Wong
2024-04-15xfs: validate explicit directory block buffer ownersDarrick J. Wong
2024-04-15xfs: validate explicit directory data buffer ownersDarrick J. Wong
2024-04-15xfs: validate directory leaf buffer ownersDarrick J. Wong
2024-04-15xfs: validate dabtree node buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr remote value buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong
2024-04-15xfs: reduce indenting in xfs_attr_node_listDarrick J. Wong
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-04-15xfs: online repair of realtime summariesDarrick J. Wong
2024-04-15xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong
2024-04-15xfs: support preallocating and copying content into temporary filesDarrick J. Wong
2024-04-15xfs: add the ability to reap entire inode forksDarrick J. Wong
2024-04-15xfs: refactor live buffer invalidation for repairsDarrick J. Wong
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong
2024-04-15xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2024-04-15xfs: enable logged file mapping exchange featureDarrick J. Wong