summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-10-19xfs: rename _zone variables to _cacheslab-cache-cleanups-5.16_2021-10-19Darrick J. Wong
2021-10-19xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typexfs-merge-5.16_2021-10-19Darrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-10-19xfs: fix perag reference leak on iteration race with growfsBrian Foster
2021-10-19xfs: terminate perag iteration reliably on agcountBrian Foster
2021-10-19xfs: rename the next_agno perag iteration variableBrian Foster
2021-10-19xfs: fold perag loop iteration logic into helper functionBrian Foster
2021-10-14xfs: remove the xfs_dqblk_t typedefxfs-merge-5.16_2021-10-14xfs-5.16-merge-2Christoph Hellwig
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong
2021-10-14xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-19xfs: rename xfs_has_attr()Dave Chinner
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick 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-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong