summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-22xfs: turn the xfs_trans_mod_dquot_byino stub into an inline functionChristoph Hellwig1-1/+4
2023-12-22xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao1-2/+0
2023-12-22xfs: fix perag leak when growfs failsLong Li3-11/+32
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2023-12-15xfs: repair quotasDarrick J. Wong10-8/+628
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong9-46/+319
2023-12-15xfs: check dquot resource timersDarrick J. Wong1-0/+21
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong1-0/+58
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong6-8/+245
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong3-24/+46
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong3-4/+168
2023-12-15xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong1-2/+0
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong1-27/+110
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong1-15/+84
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong7-1/+771
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong2-0/+51
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong3-13/+25
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong17-34/+1153
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong4-4/+160
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong1-22/+79
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong4-0/+46
2023-12-15xfs: zap broken inode forksDarrick J. Wong11-46/+808
2023-12-15xfs: repair inode recordsDarrick J. Wong7-2/+1018
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong13-12/+166
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2-2/+2
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong7-5/+55
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2-0/+11
2023-12-15xfs: repair refcount btreesDarrick J. Wong12-19/+856
2023-12-15xfs: repair inode btreesDarrick J. Wong11-51/+1022
2023-12-15xfs: repair free space btreesDarrick J. Wong20-21/+1224
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong4-46/+39
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong1-3/+6
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong8-150/+175
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong4-166/+458
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong3-11/+50
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong2-15/+17
2023-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong4-3/+76
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong3-2/+10
2023-12-15xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong1-0/+6
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong3-7/+42
2023-12-15xfs: initialise di_crc in xfs_log_dinodeDave Chinner1-0/+3
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2023-12-15xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig7-36/+10
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig9-12/+13
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig8-36/+34
2023-12-14xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig1-33/+33
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig2-71/+21