aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong
2023-12-29xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig
2023-12-29xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig
2023-12-29xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig
2023-12-29xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-29xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig
2023-12-29xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig
2023-12-22xfs: fix perag leak when growfs failsLong Li
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick 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: 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: 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: 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-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: consolidate the xfs_attr_defer_* helpersChristoph Hellwig
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph 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-06xfs: force small EFIs for reaping btree extentsDarrick J. Wong
2023-12-06xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong