summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2022-10-14xfs: online repair of the realtime refcount btreeDarrick J. Wong
2022-10-14xfs: scrub the realtime refcount btreeDarrick J. Wong
2022-10-14xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2022-10-14xfs: online repair of the realtime rmap btreeDarrick J. Wong
2022-10-14xfs: scrub the realtime rmapbtDarrick J. Wong
2022-10-14xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2022-10-14xfs: repair secondary realtime group superblocksDarrick J. Wong
2022-10-14xfs: scrub the realtime group superblockDarrick J. Wong
2022-10-14xfs: create incore realtime group structuresDarrick J. Wong
2022-10-14xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2022-10-14xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2022-10-14xfs: online repair of symbolic linksrepair-symlink_2022-10-14Darrick J. Wong
2022-10-14xfs: move orphan files to the orphanageDarrick J. Wong
2022-10-14xfs: online repair of parent pointersDarrick J. Wong
2022-10-14xfs: online repair of directoriesDarrick J. Wong
2022-10-14xfs: repair extended attributesDarrick J. Wong
2022-10-14xfs: create a blob array data structureDarrick J. Wong
2022-10-14xfs: online repair of realtime summariesrepair-rtsummary_2022-10-14Darrick J. Wong
2022-10-14xfs: create temporary files and directories for online repairDarrick J. Wong
2022-10-14xfs: create deferred log items for extent swappingDarrick J. Wong
2022-10-14xfs: introduce a swap-extent log intent itemDarrick J. Wong
2022-10-14xfs: repair the rmapbtDarrick J. Wong
2022-10-14xfs: support in-memory btreesDarrick J. Wong
2022-10-14xfs: repair summary countersrepair-fscounters_2022-10-14Darrick J. Wong
2022-10-14xfs: teach repair to fix file nlinksscrub-nlinks_2022-10-14Darrick J. Wong
2022-10-14xfs: teach scrub to check file nlinksDarrick J. Wong
2022-10-14xfs: streamline the directory iteration code for scrubDarrick J. Wong
2022-10-14xfs: repair dquots based on live quotacheck resultsrepair-quotacheck_2022-10-14Darrick J. Wong
2022-10-14xfs: implement live quotacheck inode scanDarrick J. Wong
2022-10-14xfs: implement live inode scan for scrubDarrick J. Wong
2022-10-14xfs: repair quotasrepair-quota_2022-10-14Darrick J. Wong
2022-10-14xfs: online repair of realtime bitmapsDarrick J. Wong
2022-10-14xfs: repair problems in CoW forksrepair-file-mappings_2022-10-14Darrick J. Wong
2022-10-14xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-10-14xfs: repair inode recordsDarrick J. Wong
2022-10-14xfs: repair refcount btreesrepair-ag-btrees_2022-10-14Darrick J. Wong
2022-10-14xfs: repair inode btreesDarrick J. Wong
2022-10-14xfs: repair free space btreesDarrick J. Wong
2022-10-14xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2022-10-14xfs: create a big array data structureDarrick J. Wong
2022-10-14xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2022-10-14xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2022-10-14xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan
2022-07-14xfs: add in-memory iunlink log itemDave Chinner
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong
2020-05-04xfs: stop CONFIG_XFS_DEBUG from changing compiler flagsArnd Bergmann
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong