summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong37-54/+50
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong13-29/+185
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong14-17/+203
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong1-2/+0
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong5-18/+85
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2-36/+37
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong3-1/+17
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong8-19/+22
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong7-9/+22
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong4-8/+10
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong6-22/+21
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong1-4/+4
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong11-139/+167
2021-10-19xfs: dynamically allocate btree scrub context structureDarrick J. Wong2-12/+26
2021-10-19xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong2-10/+3
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong1-4/+4
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong6-7/+0
2021-10-19xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong1-3/+4
2021-10-19xfs: fix perag reference leak on iteration race with growfsBrian Foster1-10/+6
2021-10-19xfs: terminate perag iteration reliably on agcountBrian Foster1-1/+1
2021-10-19xfs: rename the next_agno perag iteration variableBrian Foster1-9/+9
2021-10-19xfs: fold perag loop iteration logic into helper functionBrian Foster1-3/+13
2021-10-19xfs: replace snprintf in show functions with sysfs_emitQing Wang1-12/+12
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig4-6/+6
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig3-8/+8
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig4-14/+14
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong2-0/+4
2021-10-14xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong2-1/+10
2021-10-14xfs: stricter btree height checking when looking for errorsDarrick J. Wong1-6/+7
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong3-81/+99
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong4-24/+24
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong7-41/+79
2021-10-14xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong3-37/+78
2021-10-12xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev1-3/+3
2021-10-12xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-3/+3
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+12
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+6
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds150-3201/+4064
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-74/+80
2021-08-27dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-08-27xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig1-4/+11
2021-08-25xfs: fix I_DONTCACHEDave Chinner2-2/+3
2021-08-24xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong1-4/+4
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong4-4/+7
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner2-25/+12
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner21-61/+58
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner15-22/+26
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner4-19/+15