aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree_staging.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong1-0/+1
2024-12-23xfs: support storing records in the inode core rootDarrick J. Wong1-3/+6
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner1-1/+1
2024-02-22xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursorChristoph Hellwig1-0/+1
2024-02-22xfs: don't override bc_ops for staging btreesChristoph Hellwig1-106/+3
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig1-1/+0
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong1-2/+1
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig1-0/+1
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig1-6/+6
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong1-3/+2
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong1-1/+1
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong1-3/+2
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong1-7/+7
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner1-2/+2
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-2/+2
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-2/+2
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-1/+1
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-2/+9
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong1-11/+39
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong1-10/+7
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong1-1/+6
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. Wong1-3/+1
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong1-5/+5
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong1-0/+2
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong1-2/+2
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong1-4/+4
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong1-3/+3
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig1-1/+0
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong1-0/+616
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong1-0/+84
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-0/+179