summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-14xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham3-5/+5
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig1-0/+0
2023-12-07xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig1-4/+4
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci3-52/+36
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig1-5/+5
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig5-50/+14
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig3-26/+20
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig1-44/+43
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-6/+102
2023-12-07xfs: force small EFIs for reaping btree extentsDarrick J. Wong3-11/+104
2023-12-07xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2-8/+29