summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2022-11-09xfs: repair secondary realtime group superblocksDarrick J. Wong
2022-11-09xfs: scrub the realtime group superblockDarrick J. Wong
2022-11-09xfs: create incore realtime group structuresDarrick J. Wong
2022-11-09xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2022-11-09xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2022-11-09xfs: online repair of symbolic linksrepair-symlink_2022-11-09Darrick J. Wong
2022-11-09xfs: move orphan files to the orphanageDarrick J. Wong
2022-11-09xfs: online repair of parent pointersDarrick J. Wong
2022-11-09xfs: online repair of directoriesDarrick J. Wong
2022-11-09xfs: repair extended attributesDarrick J. Wong
2022-11-09xfs: create a blob array data structureDarrick J. Wong
2022-11-09xfs: online repair of realtime summariesrepair-rtsummary_2022-11-09Darrick J. Wong
2022-11-09xfs: create temporary files and directories for online repairDarrick J. Wong
2022-11-09xfs: create deferred log items for extent swappingDarrick J. Wong
2022-11-09xfs: introduce a swap-extent log intent itemDarrick J. Wong
2022-11-09xfs: repair the rmapbtDarrick J. Wong
2022-11-09xfs: support in-memory btreesDarrick J. Wong
2022-11-09xfs: repair summary countersrepair-fscounters_2022-11-09Darrick J. Wong
2022-11-09xfs: teach repair to fix file nlinksscrub-nlinks_2022-11-09Darrick J. Wong
2022-11-09xfs: teach scrub to check file nlinksDarrick J. Wong
2022-11-09xfs: streamline the directory iteration code for scrubDarrick J. Wong
2022-11-09xfs: repair dquots based on live quotacheck resultsrepair-quotacheck_2022-11-09Darrick J. Wong
2022-11-09xfs: implement live quotacheck inode scanDarrick J. Wong
2022-11-09xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong
2022-11-09xfs: implement live inode scan for scrubDarrick J. Wong
2022-11-09xfs: repair quotasrepair-quota_2022-11-09Darrick J. Wong
2022-11-09xfs: online repair of realtime bitmapsDarrick J. Wong
2022-11-09xfs: repair problems in CoW forksrepair-file-mappings_2022-11-09Darrick J. Wong
2022-11-09xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-11-09xfs: repair inode recordsDarrick J. Wong
2022-11-09xfs: repair refcount btreesrepair-ag-btrees_2022-11-09Darrick J. Wong
2022-11-09xfs: repair inode btreesDarrick J. Wong
2022-11-09xfs: repair free space btreesDarrick J. Wong
2022-11-09xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2022-11-09xfs: create a big array data structureDarrick J. Wong
2022-11-09xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2022-11-09xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2022-11-09xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2022-11-09xfs: allow queued AG intents to drain before scrubbingDarrick 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
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong