summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2022-10-14xfs: remember sick inodes that get inactivatedDarrick J. Wong
2022-10-14xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2022-10-14xfs: report XFS_IS_CORRUPT errors to the health systemcorruption-health-reports_2022-10-14Darrick J. Wong
2022-10-14xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report inode corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report btree block corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2022-10-14xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2022-10-14xfs: report fs corruption errors to the health tracking systemDarrick J. Wong
2022-10-14xfs: separate the marking of sick and checked metadataDarrick J. Wong
2022-10-14xfs: teach scrub to check file nlinksDarrick J. Wong
2022-10-14xfs: report health of inode link countsDarrick J. Wong
2022-10-14xfs: implement live quotacheck inode scanDarrick J. Wong
2022-10-14xfs: report the health of quota countsDarrick J. Wong
2022-10-14xfs: create a new inode fork block unmap helperDarrick J. Wong
2022-10-14xfs: create a ranged query function for refcount btreesDarrick J. Wong
2022-10-14xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-10-14xfs: zap broken inode forksDarrick J. Wong
2022-10-14xfs: repair inode recordsDarrick J. Wong
2022-10-14xfs: repair refcount btreesrepair-ag-btrees_2022-10-14Darrick J. Wong
2022-10-14xfs: repair inode btreesDarrick J. Wong
2022-10-14xfs: repair free space btreesDarrick J. Wong
2022-10-14xfs: allow userspace to rebuild metadata structuresrepair-force-rebuild_2022-10-14Darrick J. Wong
2022-10-14xfs: move btree bulkload record initialization to ->get_record implementationsrepair-prep-for-bulk-loading_2022-10-14Darrick J. Wong
2022-10-14xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2022-10-14xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2022-10-14xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2022-10-14xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsscrub-detect-inobt-gaps_2022-10-14Darrick J. Wong
2022-10-14xfs: mask key comparisons for keyspace fill scansDarrick J. Wong
2022-10-14xfs: refactor converting btree irec to btree keyDarrick J. Wong
2022-10-14xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2022-10-14xfs: fix rmap key comparison functionsDarrick J. Wong
2022-10-14xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsrefcount-cow-domain_2022-10-14Darrick J. Wong
2022-10-14xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-10-14xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong
2022-10-14xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-14xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-10-14xfs: use per-cpu counters to implement intent drainingDarrick J. Wong
2022-10-14xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2022-08-10xfs: fix inode reservation space for removing transactionxfs-5.20-merge-8hexiaole
2022-07-22xfs: Fix typo 'the the' in commentxfs-5.20-merge-5Slark Xiao
2022-07-20xfs: don't leak memory when attr fork loading failsxfs-5.20-merge-4Darrick J. Wong
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner