summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong2023-12-151-2/+0
| * | xfs: check rt summary file geometry more thoroughlyDarrick J. Wong2023-12-151-27/+110
| * | xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong2023-12-151-15/+84
| * | xfs: repair problems in CoW forksDarrick J. Wong2023-12-157-1/+771
| * | xfs: create a ranged query function for refcount btreesDarrick J. Wong2023-12-152-0/+51
| * | xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong2023-12-153-13/+25
| * | xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-1517-34/+1153
| * | xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong2023-12-154-4/+160
| * | xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong2023-12-151-22/+79
| * | xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong2023-12-154-0/+46
| * | xfs: zap broken inode forksDarrick J. Wong2023-12-1511-46/+808
| * | xfs: repair inode recordsDarrick J. Wong2023-12-157-2/+1018
| * | xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-1513-12/+166
| * | xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2023-12-152-2/+2
| * | xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong2023-12-151-0/+4
| * | xfs: try to attach dquots to files before repairing themDarrick J. Wong2023-12-157-5/+55
| * | xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2023-12-152-0/+11
| * | xfs: repair refcount btreesDarrick J. Wong2023-12-1512-19/+856
| * | xfs: repair inode btreesDarrick J. Wong2023-12-1511-51/+1022
| * | xfs: repair free space btreesDarrick J. Wong2023-12-1520-21/+1224
| * | xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong2023-12-154-46/+39
| * | xfs: roll the scrub transaction after completing a repairDarrick J. Wong2023-12-151-3/+6
| * | xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong2023-12-158-150/+175
| * | xfs: create separate structures and code for u32 bitmapsDarrick J. Wong2023-12-154-166/+458
| * | xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong2023-12-153-11/+50
| * | xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong2023-12-152-15/+17
| * | xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong2023-12-154-3/+76
| * | xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong2023-12-153-2/+10
| * | xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong2023-12-151-0/+6
| * | xfs: force all buffers to be written during btree bulk loadDarrick J. Wong2023-12-153-7/+42
| * | xfs: initialise di_crc in xfs_log_dinodeDave Chinner2023-12-151-0/+3
| * | xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong2023-12-151-1/+1
| * | xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen2023-12-151-0/+4
| * | xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig2023-12-147-36/+10
| * | xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig2023-12-149-12/+13
| * | xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2023-12-148-36/+34
| * | xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig2023-12-141-33/+33
| * | xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig2023-12-142-71/+21
| * | xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong2023-12-131-0/+5
| * | xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig2023-12-071-0/+0
| * | xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig2023-12-071-4/+4
| * | xfs: extract xfs_da_buf_copy() helper functionZhang Tianci2023-12-073-52/+36
| * | xfs: update dir3 leaf block metadata after swapZhang Tianci2023-12-071-0/+7
| * | xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang2023-12-071-42/+31
| * | xfs: clean up xfs_fsops.hChristoph Hellwig2023-12-071-5/+5
| * | xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig2023-12-075-50/+14
| * | xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig2023-12-073-26/+20
| * | xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig2023-12-071-44/+43
| * | mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-071-6/+102
| * | xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-063-11/+104