aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen1-2/+2
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong1-0/+1
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong1-0/+1
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig1-1/+0
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig1-2/+1
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig1-1/+0
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig1-1/+0
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig1-0/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-0/+1
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong1-0/+1
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+1
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong1-0/+1
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-0/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-30xfs: repair superblocksDarrick J. Wong1-0/+1
2018-05-15xfs: move growfs core to libxfsDave Chinner1-0/+1
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong1-0/+7
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-0/+1
2017-10-26xfs: scrub quota informationDarrick J. Wong1-0/+1
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong1-0/+2
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong1-0/+1
2017-10-26xfs: scrub symbolic linksDarrick J. Wong1-0/+1
2017-10-26xfs: scrub extended attributesDarrick J. Wong1-0/+1
2017-10-26xfs: scrub directory metadataDarrick J. Wong1-0/+1
2017-10-26xfs: scrub directory/attribute btreesDarrick J. Wong1-0/+1
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong1-0/+1
2017-10-26xfs: scrub inodesDarrick J. Wong1-0/+1
2017-10-26xfs: scrub refcount btreesDarrick J. Wong1-0/+1
2017-10-26xfs: scrub rmap btreesDarrick J. Wong1-0/+1
2017-10-26xfs: scrub inode btreesDarrick J. Wong1-0/+1
2017-10-26xfs: scrub free space btreesDarrick J. Wong1-0/+1
2017-10-26xfs: scrub the secondary superblocksDarrick J. Wong1-0/+1
2017-10-26xfs: create helpers to scrub a metadata btreeDarrick J. Wong1-0/+1
2017-10-26xfs: probe the scrub ioctlDarrick J. Wong1-0/+1
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+11
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein1-2/+1
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+1
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-0/+1
2016-10-04xfs: log bmap intent itemsDarrick J. Wong1-0/+1
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong1-0/+1
2016-10-03xfs: log refcount intent itemsDarrick J. Wong1-0/+1
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong1-0/+1
2016-10-03xfs: add refcount btree operationsDarrick J. Wong1-0/+1
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+1
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-0/+1
2016-08-06Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+5
2016-08-03xfs: log rmap intent itemsDarrick J. Wong1-0/+1
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong1-0/+1
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-0/+1