summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen2019-07-151-2/+2
* xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-031-0/+1
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-021-0/+1
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-291-1/+0Star
* xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-291-2/+1Star
* xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig2019-06-291-1/+0Star
* xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-291-1/+0Star
* xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig2019-06-291-0/+1
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+1
* xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong2019-04-161-0/+1
* xfs: track metadata health statusDarrick J. Wong2019-04-151-0/+1
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-301-0/+1
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-0/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: repair superblocksDarrick J. Wong2018-05-301-0/+1
* xfs: move growfs core to libxfsDave Chinner2018-05-161-0/+1
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-161-0/+7
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-0/+1
* xfs: scrub quota informationDarrick J. Wong2017-10-271-0/+1
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-271-0/+2
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-271-0/+1
* xfs: scrub symbolic linksDarrick J. Wong2017-10-271-0/+1
* xfs: scrub extended attributesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub directory metadataDarrick J. Wong2017-10-271-0/+1
* xfs: scrub directory/attribute btreesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-271-0/+1
* xfs: scrub inodesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub refcount btreesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub rmap btreesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub free space btreesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-271-0/+1
* xfs: create helpers to scrub a metadata btreeDarrick J. Wong2017-10-271-0/+1
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-271-0/+1
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-271-0/+11
* xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-051-2/+1Star
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-041-0/+1
* xfs: introduce the CoW forkDarrick J. Wong2016-10-051-0/+1
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+1
* xfs: create bmbt update intent log itemsDarrick J. Wong2016-10-041-0/+1
* xfs: log refcount intent itemsDarrick J. Wong2016-10-031-0/+1
* xfs: create refcount update intent log itemsDarrick J. Wong2016-10-031-0/+1
* xfs: add refcount btree operationsDarrick J. Wong2016-10-031-0/+1
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-0/+1
* xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-0/+1
* Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-061-0/+5
|\
| * xfs: log rmap intent itemsDarrick J. Wong2016-08-031-0/+1
| * xfs: create rmap update intent log itemsDarrick J. Wong2016-08-031-0/+1
| * xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+1