aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-2/+2
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameGravatar Yang Xu 1-10/+7
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsGravatar Darrick J. Wong 1-0/+4
2021-11-10xfs: #ifdef out perag code for userspaceGravatar Eric Sandeen 2-3/+7
2021-11-08xfs: use swap() to make dabtree code cleanerGravatar Yang Guang 1-4/+1
2021-10-22xfs: remove unused parameter from refcount codeGravatar Darrick J. Wong 1-11/+8
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemGravatar Darrick J. Wong 2-11/+22
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterGravatar Darrick J. Wong 9-92/+113
2021-10-22xfs: create slab caches for frequently-used deferred itemsGravatar Darrick J. Wong 8-9/+139
2021-10-22xfs: compact deferred intent item structuresGravatar Darrick J. Wong 3-3/+3
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 8-18/+17
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 13-14/+14
2021-10-19xfs: use separate btree cursor cache for each btree typeGravatar Darrick J. Wong 12-23/+178
2021-10-19xfs: compute absolute maximum nlevels for each btree typeGravatar Darrick J. Wong 14-17/+203
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSGravatar Darrick J. Wong 1-2/+0
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledGravatar Darrick J. Wong 5-18/+85
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Gravatar Darrick J. Wong 2-36/+37
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationGravatar Darrick J. Wong 1-1/+2
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsGravatar Darrick J. Wong 5-13/+16
2021-10-19xfs: dynamically allocate cursors based on maxlevelsGravatar Darrick J. Wong 6-7/+20
2021-10-19xfs: encode the max btree height in the cursorGravatar Darrick J. Wong 4-8/+10
2021-10-19xfs: refactor btree cursor allocation functionGravatar Darrick J. Wong 6-22/+21
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingGravatar Darrick J. Wong 1-4/+4
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsGravatar Darrick J. Wong 4-96/+121
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsGravatar Darrick J. Wong 1-4/+4
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogGravatar Darrick J. Wong 6-7/+0
2021-10-19xfs: fix perag reference leak on iteration race with growfsGravatar Brian Foster 1-10/+6
2021-10-19xfs: terminate perag iteration reliably on agcountGravatar Brian Foster 1-1/+1
2021-10-19xfs: rename the next_agno perag iteration variableGravatar Brian Foster 1-9/+9
2021-10-19xfs: fold perag loop iteration logic into helper functionGravatar Brian Foster 1-3/+13
2021-10-14xfs: remove the xfs_dqblk_t typedefGravatar Christoph Hellwig 2-4/+4
2021-10-14xfs: remove the xfs_dsb_t typedefGravatar Christoph Hellwig 2-4/+4
2021-10-14xfs: remove the xfs_dinode_t typedefGravatar Christoph Hellwig 3-13/+13
2021-10-14xfs: check that bc_nlevels never overflowsGravatar Darrick J. Wong 2-0/+4
2021-10-14xfs: remove xfs_btree_cur_t typedefGravatar Darrick J. Wong 4-24/+24
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeGravatar Darrick J. Wong 1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureGravatar Darrick J. Wong 2-29/+71
2021-10-14xfs: formalize the process of holding onto resources across a defer rollGravatar Darrick J. Wong 2-31/+78
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Gravatar Dave Chinner 13-37/+37
2021-08-19xfs: introduce xfs_buf_daddr()Gravatar Dave Chinner 10-16/+16
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Gravatar Dave Chinner 4-19/+15
2021-08-19xfs: introduce xfs_sb_is_v5 helperGravatar Dave Chinner 2-30/+31
2021-08-19xfs: remove unused xfs_sb_version_has wrappersGravatar Dave Chinner 1-152/+3
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresGravatar Dave Chinner 24-77/+75
2021-08-19xfs: open code sb verifier feature checksGravatar Dave Chinner 3-65/+81
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksGravatar Dave Chinner 2-23/+25
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 5-15/+15
2021-08-19xfs: convert remaining mount flags to state flagsGravatar Dave Chinner 2-2/+2
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 4-28/+31