aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: create refcount bag structure for btree repairsDarrick J. Wong1-0/+1
2024-02-22xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong1-0/+1
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-0/+1
2024-02-22xfs: support in-memory btreesDarrick J. Wong1-0/+1
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong1-0/+1
2024-02-22xfs: repair summary countersDarrick J. Wong1-0/+1
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong1-0/+1
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-0/+1
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong1-0/+1
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-0/+1
2024-02-22xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong1-0/+1
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong1-0/+1
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-2/+1
2023-12-15xfs: repair quotasDarrick J. Wong1-0/+4
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-1/+4
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong1-0/+4
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong1-0/+1
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-0/+1
2023-12-15xfs: repair inode recordsDarrick J. Wong1-0/+1
2023-12-15xfs: repair refcount btreesDarrick J. Wong1-0/+1
2023-12-15xfs: repair inode btreesDarrick J. Wong1-0/+1
2023-12-15xfs: repair free space btreesDarrick J. Wong1-0/+1
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong1-0/+1
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong1-0/+1
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong1-1/+6
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong1-0/+1
2023-08-10xfs: create a big array data structureDarrick J. Wong1-0/+2
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong1-0/+1
2023-04-11xfs: cross-reference rmap records with ag btreesDarrick J. Wong1-1/+1
2023-04-11xfs: streamline the directory iteration code for scrubDarrick J. Wong1-0/+1
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-0/+2
2023-03-19xfs: test dir/attr hash when loading moduleDarrick J. Wong1-0/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+5
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan1-0/+5
2022-07-14xfs: add in-memory iunlink log itemDave Chinner1-0/+1
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+1
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong1-0/+3
2020-05-04xfs: stop CONFIG_XFS_DEBUG from changing compiler flagsArnd Bergmann1-2/+0
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-0/+1
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig1-1/+0
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