summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2019-08-16xfs: convert big array and blob array to use memfd backendrepair-part-one_2019-08-16Darrick J. Wong
2019-08-16xfs: repair quotasDarrick J. Wong
2019-08-16xfs: repair extended attributesDarrick J. Wong
2019-08-16xfs: create a blob array data structureDarrick J. Wong
2019-08-16xfs: repair damaged symlinksDarrick J. Wong
2019-08-16xfs: repair inode block mapsDarrick J. Wong
2019-08-16xfs: repair inode recordsDarrick J. Wong
2019-08-16xfs: repair refcount btreesDarrick J. Wong
2019-08-16xfs: repair inode btreesDarrick J. Wong
2019-08-16xfs: repair free space btreesDarrick J. Wong
2019-08-16xfs: create a big array data structureDarrick J. Wong
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
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
2017-10-26xfs: scrub extended attributesDarrick J. Wong
2017-10-26xfs: scrub directory metadataDarrick J. Wong
2017-10-26xfs: scrub directory/attribute btreesDarrick J. Wong
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong
2017-10-26xfs: scrub inodesDarrick J. Wong
2017-10-26xfs: scrub refcount btreesDarrick J. Wong
2017-10-26xfs: scrub rmap btreesDarrick J. Wong
2017-10-26xfs: scrub inode btreesDarrick J. Wong
2017-10-26xfs: scrub free space btreesDarrick J. Wong
2017-10-26xfs: scrub the secondary superblocksDarrick J. Wong
2017-10-26xfs: create helpers to scrub a metadata btreeDarrick J. Wong
2017-10-26xfs: probe the scrub ioctlDarrick J. Wong
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong
2016-10-04xfs: introduce the CoW forkDarrick J. Wong