summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2021-09-17xfs: export reference count information to userspacereport-refcounts_2021-09-17Darrick J. Wong
2021-09-17xfs: teach repair to fix file nlinksscrub-nlinks_2021-09-17Darrick J. Wong
2021-09-17xfs: teach scrub to check file nlinksDarrick J. Wong
2021-09-17xfs: online repair of the realtime refcount btreeDarrick J. Wong
2021-09-17xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-09-17xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2021-09-17xfs: online repair of the realtime rmap btreeDarrick J. Wong
2021-09-17xfs: online repair of realtime bitmapsDarrick J. Wong
2021-09-17xfs: scrub the realtime rmapbtDarrick J. Wong
2021-09-17xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2021-09-17xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2021-09-17xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-09-17xfs: online repair of parent pointersDarrick J. Wong
2021-09-17xfs: online repair of directoriesDarrick J. Wong
2021-09-17xfs: repair extended attributesDarrick J. Wong
2021-09-17xfs: create a blob array data structureDarrick J. Wong
2021-09-17xfs: online repair of realtime summariesrepair-rtsummary_2021-09-17Darrick J. Wong
2021-09-17xfs: create deferred log items for extent swappingDarrick J. Wong
2021-09-17xfs: introduce a swap-extent log intent itemDarrick J. Wong
2021-09-17xfs: repair summary countersrepair-hard-problems_2021-09-17Darrick J. Wong
2021-09-17xfs: repair the rmapbtDarrick J. Wong
2021-09-17xfs: repair dquots based on live quotacheck resultsrepair-quota_2021-09-17Darrick J. Wong
2021-09-17xfs: implement live quotacheck inode scanDarrick J. Wong
2021-09-17xfs: repair quotasDarrick J. Wong
2021-09-17xfs: repair damaged symlinksrepair-inodes_2021-09-17Darrick J. Wong
2021-09-17xfs: repair inode block mapsDarrick J. Wong
2021-09-17xfs: repair inode recordsDarrick J. Wong
2021-09-17xfs: repair refcount btreesrepair-ag-btrees_2021-09-17Darrick J. Wong
2021-09-17xfs: repair inode btreesDarrick J. Wong
2021-09-17xfs: repair free space btreesDarrick J. Wong
2021-09-17xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2021-09-17xfs: create a big array data structureDarrick J. Wong
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
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-04-30xfs: add online scrub for superblock countersxfs-5.2-merge-3Darrick J. Wong
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong
2018-06-08xfs: move various type verifiers to common fileDave Chinner