summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree_staging.c
AgeCommit message (Expand)Author
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner
2024-02-22xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursorChristoph Hellwig
2024-02-22xfs: don't override bc_ops for staging btreesChristoph Hellwig
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-12-15xfs: repair inode fork block mapping data structuresDarrick 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
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong