| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: double link the unlinked inode list | Dave Chinner | 2022-07-14 | 1 | -8/+0 |
* | xfs: make is_log_ag() a first class helper | Dave Chinner | 2022-07-07 | 1 | -9/+3 |
* | xfs: Pre-calculate per-AG agino geometry | Dave Chinner | 2022-07-07 | 1 | -0/+39 |
* | xfs: Pre-calculate per-AG agbno geometry | Dave Chinner | 2022-07-07 | 1 | -1/+39 |
* | xfs: pass perag to xfs_alloc_read_agf() | Dave Chinner | 2022-07-07 | 1 | -12/+8 |
* | xfs: kill xfs_alloc_pagf_init() | Dave Chinner | 2022-07-07 | 1 | -1/+1 |
* | xfs: pass perag to xfs_ialloc_read_agi() | Dave Chinner | 2022-07-07 | 1 | -10/+12 |
* | xfs: kill xfs_ialloc_pagi_init() | Dave Chinner | 2022-07-07 | 1 | -1/+2 |
* | xfs: make last AG grow/shrink perag centric | Dave Chinner | 2022-07-07 | 1 | -30/+21 |
* | xfs: don't assert fail on perag references on teardown | Dave Chinner | 2022-05-27 | 1 | -2/+1 |
* | xfs: #ifdef out perag code for userspace | Eric Sandeen | 2021-11-10 | 1 | -0/+2 |
* | xfs: rename xfs_bmap_add_free to xfs_free_extent_later | Darrick J. Wong | 2021-10-23 | 1 | -1/+1 |
* | xfs: convert bp->b_bn references to xfs_buf_daddr() | Dave Chinner | 2021-08-19 | 1 | -1/+0 |
* | xfs: convert xfs_sb_version_has checks to use mount features | Dave Chinner | 2021-08-19 | 1 | -2/+2 |
* | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 2021-08-19 | 1 | -10/+10 |
* | xfs: check for sparse inode clusters that cross new EOAG when shrinking | Darrick J. Wong | 2021-07-15 | 1 | -0/+8 |
* | xfs: fix endianness issue in xfs_ag_shrink_space | Darrick J. Wong | 2021-06-22 | 1 | -3/+4 |
* | Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub... | Darrick J. Wong | 2021-06-08 | 1 | -1/+1 |
|\ |
|
* \ | Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Darrick J. Wong | 2021-06-08 | 1 | -1/+271 |
|\ \ |
|
| * | | xfs: remove xfs_perag_t | Dave Chinner | 2021-06-02 | 1 | -12/+12 |
| * | | xfs: convert rmap btree cursor to using a perag | Dave Chinner | 2021-06-02 | 1 | -1/+1 |
| * | | xfs: move perag structure and setup to libxfs/xfs_ag.[ch] | Dave Chinner | 2021-06-02 | 1 | -0/+135 |
| * | | xfs: move xfs_perag_get/put to xfs_ag.[ch] | Dave Chinner | 2021-06-02 | 1 | -0/+135 |
| |/ |
|
* / | xfs: use xfs_buf_alloc_pages for uncached buffers | Dave Chinner | 2021-06-01 | 1 | -1/+0 |
|/ |
|
* | xfs: introduce xfs_ag_shrink_space() | Gao Xiang | 2021-03-26 | 1 | -0/+115 |
* | xfs: store inode btree block counts in AGI header | Darrick J. Wong | 2020-09-16 | 1 | -0/+5 |
* | xfs: get rid of unnecessary xfs_perag_{get,put} pairs | Gao Xiang | 2020-07-14 | 1 | -2/+2 |
* | xfs: remove XFS_BUF_TO_SBP | Christoph Hellwig | 2020-03-11 | 1 | -1/+1 |
* | xfs: remove XFS_BUF_TO_AGF | Christoph Hellwig | 2020-03-11 | 1 | -3/+3 |
* | xfs: remove XFS_BUF_TO_AGI | Christoph Hellwig | 2020-03-11 | 1 | -3/+3 |
* | xfs: remove the agfl_bno member from struct xfs_agfl | Christoph Hellwig | 2020-03-11 | 1 | -1/+1 |
* | xfs: make xfs_buf_get_uncached return an error code | Darrick J. Wong | 2020-01-26 | 1 | -9/+12 |
* | xfs: remove unused flags arg from xfs_get_aghdr_buf() | Eric Sandeen | 2019-10-07 | 1 | -3/+2 |
* | xfs: account for log space when formatting new AGs | Darrick J. Wong | 2019-06-29 | 1 | -0/+67 |
* | xfs: refactor free space btree record initialization | Darrick J. Wong | 2019-06-29 | 1 | -11/+16 |
* | xfs: remove unused flag arguments | Eric Sandeen | 2019-06-12 | 1 | -4/+4 |
* | xfs: report AG health via AG geometry ioctl | Darrick J. Wong | 2019-04-15 | 1 | -0/+2 |
* | xfs: add a new ioctl to describe allocation group geometry | Darrick J. Wong | 2019-04-15 | 1 | -0/+52 |
* | xfs: split up allocation btree verifier | Brian Foster | 2019-02-12 | 1 | -2/+2 |
* | xfs: create a separate finobt verifier | Brian Foster | 2019-02-12 | 1 | -1/+1 |
* | xfs: remove xfs_rmap_ag_owner and friends | Darrick J. Wong | 2018-12-12 | 1 | -5/+4 |
* | xfs: factor the ag length extension code into libxfs | Dave Chinner | 2018-05-16 | 1 | -0/+60 |
* | xfs: move growfs core to libxfs | Dave Chinner | 2018-05-16 | 1 | -0/+404 |