summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2023-12-15xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong
2023-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong
2023-12-15xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2023-12-15xfs: initialise di_crc in xfs_log_dinodeDave Chinner
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong
2023-12-15xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig
2023-12-14xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig
2023-12-14Merge tag 'fix-growfsrt-failures-6.8_2023-12-13' of https://git.kernel.org/pu...Chandan Babu R
2023-12-13xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig
2023-12-07xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig