summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-239-92/+113
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-238-9/+139
* xfs: compact deferred intent item structuresDarrick J. Wong2021-10-233-3/+3
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-238-18/+17
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-2313-14/+14
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-1912-23/+178
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-1914-17/+203
* xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong2021-10-191-2/+0
* xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong2021-10-195-18/+85
* xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2021-10-192-36/+37
* xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong2021-10-191-1/+2
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-195-13/+16
* xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong2021-10-196-7/+20
* xfs: encode the max btree height in the cursorDarrick J. Wong2021-10-194-8/+10
* xfs: refactor btree cursor allocation functionDarrick J. Wong2021-10-196-22/+21
* xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong2021-10-191-4/+4
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-194-96/+121
* xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong2021-10-191-4/+4
* xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong2021-10-196-7/+0
* xfs: fix perag reference leak on iteration race with growfsBrian Foster2021-10-191-10/+6
* xfs: terminate perag iteration reliably on agcountBrian Foster2021-10-191-1/+1
* xfs: rename the next_agno perag iteration variableBrian Foster2021-10-191-9/+9
* xfs: fold perag loop iteration logic into helper functionBrian Foster2021-10-191-3/+13
* xfs: remove the xfs_dqblk_t typedefChristoph Hellwig2021-10-142-4/+4
* xfs: remove the xfs_dsb_t typedefChristoph Hellwig2021-10-142-4/+4
* xfs: remove the xfs_dinode_t typedefChristoph Hellwig2021-10-143-13/+13
* xfs: check that bc_nlevels never overflowsDarrick J. Wong2021-10-142-0/+4
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-144-24/+24
* xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong2021-10-141-2/+2
* xfs: port the defer ops capture and continue to resource captureDarrick J. Wong2021-10-142-29/+71
* xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong2021-10-142-31/+78
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-1913-37/+37
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-1910-16/+16
* xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-194-19/+15
* xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-192-30/+31
* xfs: remove unused xfs_sb_version_has wrappersDave Chinner2021-08-191-152/+3
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-1924-77/+75
* xfs: open code sb verifier feature checksDave Chinner2021-08-193-65/+81
* xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2021-08-192-23/+25
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-195-15/+15
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-192-2/+2
* xfs: convert mount flags to featuresDave Chinner2021-08-194-28/+31
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-1932-126/+126
* xfs: reflect sb features in xfs_mountDave Chinner2021-08-193-1/+68
* xfs: rework attr2 feature and mount optionsDave Chinner2021-08-191-7/+0
* xfs: rename xfs_has_attr()Dave Chinner2021-08-192-5/+3
* xfs: sb verifier doesn't handle uncached sb bufferDave Chinner2021-08-191-1/+1
* xfs: resolve fork names in trace outputDarrick J. Wong2021-08-191-0/+5
* xfs: constify btree function parameters that are not modifiedDarrick J. Wong2021-08-192-44/+47
* xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2021-08-192-9/+9