Age | Commit message (Expand) | Author |
2022-04-21 | xfs: convert btree buffer log flags to unsigned. | Dave Chinner |
2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong |
2021-10-19 | xfs: use separate btree cursor cache for each btree type | Darrick J. Wong |
2021-10-19 | xfs: kill XFS_BTREE_MAXLEVELS | Darrick J. Wong |
2021-10-19 | xfs: compute the maximum height of the rmap btree when reflink enabled | Darrick J. Wong |
2021-10-19 | xfs: clean up xfs_btree_{calc_size,compute_maxlevels} | Darrick J. Wong |
2021-10-19 | xfs: dynamically allocate cursors based on maxlevels | Darrick J. Wong |
2021-10-19 | xfs: encode the max btree height in the cursor | Darrick J. Wong |
2021-10-19 | xfs: refactor btree cursor allocation function | Darrick J. Wong |
2021-10-19 | xfs: rearrange xfs_btree_cur fields for better packing | Darrick J. Wong |
2021-10-19 | xfs: prepare xfs_btree_cur for dynamic cursor heights | Darrick J. Wong |
2021-10-19 | xfs: reduce the size of nr_ops for refcount btree cursors | Darrick J. Wong |
2021-10-19 | xfs: remove xfs_btree_cur.bc_blocklog | Darrick J. Wong |
2021-10-14 | xfs: remove xfs_btree_cur_t typedef | Darrick J. Wong |
2021-08-18 | xfs: constify btree function parameters that are not modified | Darrick J. Wong |
2021-08-18 | xfs: make the start pointer passed to btree update_lastrec functions const | Darrick J. Wong |
2021-08-18 | xfs: make the start pointer passed to btree alloc_block functions const | Darrick J. Wong |
2021-08-18 | xfs: make the pointer passed to btree set_root functions const | Darrick J. Wong |
2021-08-18 | xfs: make the keys and records passed to btree inorder functions const | Darrick J. Wong |
2021-08-18 | xfs: mark the record passed into btree init_key functions as const | Darrick J. Wong |
2021-08-18 | xfs: make the record pointer passed to query_range functions const | Darrick J. Wong |
2021-08-18 | xfs: make the key parameters to all btree query range functions const | Darrick J. Wong |
2021-08-18 | xfs: make the key parameters to all btree key comparison functions const | Darrick J. Wong |
2021-06-02 | xfs: remove agno from btree cursor | Dave Chinner |
2021-06-02 | xfs: add a perag to the btree cursor | Dave Chinner |
2020-05-13 | xfs: Use the correct style for SPDX License Identifier | Nishad Kamdar |
2020-03-18 | xfs: support bulk loading of staged btrees | Darrick J. Wong |
2020-03-18 | xfs: introduce fake roots for inode-rooted btrees | Darrick J. Wong |
2020-03-18 | xfs: introduce fake roots for ag-rooted btrees | Darrick J. Wong |
2020-03-13 | xfs: make the btree ag cursor private union anonymous | Dave Chinner |
2020-03-13 | xfs: make the btree cursor union members named structure | Dave Chinner |
2020-03-13 | xfs: make btree cursor private union anonymous | Dave Chinner |
2020-03-13 | xfs: rename btree cursor private btree member flags | Dave Chinner |
2020-03-13 | xfs: introduce new private btree cursor names | Dave Chinner |
2020-01-26 | xfs: remove the xfs_btree_get_buf[ls] functions | Darrick J. Wong |
2019-11-11 | xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock | Darrick J. Wong |
2019-10-29 | xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks | Darrick J. Wong |
2019-10-21 | xfs: track active state of allocation btree cursors | Brian Foster |
2019-08-30 | xfs: remove all *_ITER_CONTINUE values | Darrick J. Wong |
2019-08-29 | xfs: remove all *_ITER_ABORT values | Darrick J. Wong |
2019-07-02 | xfs: create iterator error codes | Darrick J. Wong |
2019-06-12 | xfs: remove unused flag arguments | Eric Sandeen |
2018-08-02 | xfs: fold dfops into the transaction | Brian Foster |
2018-07-11 | xfs: remove xfs_btree_cur private firstblock field | Brian Foster |
2018-07-11 | xfs: remove unused btree cursor bc_private.a.dfops field | Brian Foster |
2018-07-11 | xfs: remove xfs_btree_cur bmbt dfops field | Brian Foster |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-05-15 | xfs: add repair helpers for the reference count btree | Darrick J. Wong |
2018-05-15 | xfs: add helpers to calculate btree size | Darrick J. Wong |
2018-04-09 | xfs: non-scrub - remove unused function parameters | Eric Sandeen |