summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2023-12-15xfs: repair quotasDarrick J. Wong
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2023-04-11xfs: streamline the directory iteration code for scrubDarrick J. Wong
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-03-19xfs: test dir/attr hash when loading moduleDarrick 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
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 countersDarrick 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
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-30xfs: repair superblocksDarrick J. Wong
2018-05-15xfs: move growfs core to libxfsDave Chinner
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-10-26xfs: scrub quota informationDarrick J. Wong
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong
2017-10-26xfs: scrub symbolic linksDarrick J. Wong