summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-11-23xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong
2021-11-23xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong
2021-11-23xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-11-23xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-11-23xfs: encode the max btree height in the cursorDarrick J. Wong
2021-11-23xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-11-23xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong
2021-11-23xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-11-23xfs: dynamically allocate btree scrub context structureDarrick J. Wong
2021-11-23xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong
2021-11-23xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong
2021-11-23xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-11-23xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong
2021-11-23xfs: fix perag reference leak on iteration race with growfsBrian Foster
2021-11-23xfs: terminate perag iteration reliably on agcountBrian Foster
2021-11-23xfs: rename the next_agno perag iteration variableBrian Foster
2021-11-23xfs: fold perag loop iteration logic into helper functionBrian Foster
2021-11-23xfs: replace snprintf in show functions with sysfs_emitQing Wang
2021-11-23xfs: remove the xfs_dqblk_t typedefChristoph Hellwig
2021-11-23xfs: remove the xfs_dsb_t typedefChristoph Hellwig
2021-11-23xfs: remove the xfs_dinode_t typedefChristoph Hellwig
2021-11-23xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-11-23xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong
2021-11-23xfs: stricter btree height checking when looking for errorsDarrick J. Wong
2021-11-23xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-11-23xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-11-23xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-11-23xfs: port the defer ops capture and continue to resource captureDarrick J. Wong
2021-11-23xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong
2021-11-23xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev
2021-11-23xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig
2021-08-26xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig
2021-08-24xfs: fix I_DONTCACHExfs-5.15-merge-6Dave Chinner
2021-08-23xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong
2021-08-20xfs: fix perag structure refcounting error when scrub failsxfs-5.15-merge-5Darrick J. Wong
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner
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: convert scrub to use mount-based feature checksDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner