summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
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
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong
2023-12-06xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong