Age | Commit message (Expand) | Author | Files | Lines |
2025-03-18 | xfs: remove the flags argument to xfs_buf_read_uncached | Christoph Hellwig | 1 | -1/+1 |
2025-03-18 | xfs: don't increment m_generation for all errors in xfs_growfs_data | Christoph Hellwig | 1 | -7/+6 |
2025-03-18 | xfs: fix a missing unlock in xfs_growfs_data | Christoph Hellwig | 1 | -3/+5 |
2025-03-03 | xfs: allow internal RT devices for zoned mode | Christoph Hellwig | 1 | -0/+4 |
2025-03-03 | xfs: make metabtree reservations global | Christoph Hellwig | 1 | -11/+8 |
2025-03-03 | xfs: support reserved blocks for the rt extent counter | Christoph Hellwig | 1 | -11/+14 |
2025-03-03 | xfs: generalize the freespace and reserved blocks handling | Christoph Hellwig | 1 | -3/+3 |
2024-12-23 | xfs: check that the rtrefcount maxlevels doesn't increase when growing fs | Darrick J. Wong | 1 | -0/+2 |
2024-12-23 | xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs | Darrick J. Wong | 1 | -0/+11 |
2024-12-23 | xfs: allow inode-based btrees to reserve space in the data device | Darrick J. Wong | 1 | -0/+17 |
2024-11-05 | xfs: standardize EXPERIMENTAL warning generation | Darrick J. Wong | 1 | -3/+1 |
2024-11-05 | xfs: switch perag iteration from the for_each macros to a while based iterator | Christoph Hellwig | 1 | -6/+4 |
2024-10-22 | xfs: merge the perag freeing helpers | Christoph Hellwig | 1 | -1/+1 |
2024-10-22 | xfs: pass the exact range to initialize to xfs_initialize_perag | Christoph Hellwig | 1 | -10/+8 |
2024-09-03 | xfs: Use xfs set and clear mp state helpers | John Garry | 1 | -1/+1 |
2024-04-22 | xfs: split xfs_mod_freecounter | Christoph Hellwig | 1 | -21/+8 |
2024-01-10 | Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -48/+11 |
2023-12-22 | xfs: fix perag leak when growfs fails | Long Li | 1 | -1/+4 |
2023-12-15 | xfs: short circuit xfs_growfs_data_private() if delta is zero | Eric Sandeen | 1 | -0/+4 |
2023-12-07 | xfs: clean up the xfs_reserve_blocks interface | Christoph Hellwig | 1 | -31/+3 |
2023-12-07 | xfs: clean up the XFS_IOC_FSCOUNTS handler | Christoph Hellwig | 1 | -16/+0 |
2023-11-18 | bdev: rename freeze and thaw helpers | Christian Brauner | 1 | -2/+2 |
2023-07-09 | Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2023-07-07 | xfs: fix uninit warning in xfs_growfs_data | Darrick J. Wong | 1 | -1/+1 |
2023-06-29 | Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -7/+16 |
2023-06-13 | xfs: fix ag count overflow during growfs | Long Li | 1 | -4/+9 |
2023-06-12 | xfs: don't deplete the reserve pool when trying to shrink the fs | Darrick J. Wong | 1 | -3/+7 |
2023-06-05 | xfs: wire up sops->shutdown | Christoph Hellwig | 1 | -0/+3 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
2022-07-17 | xfs: implement ->notify_failure() for XFS | Shiyang Ruan | 1 | -0/+3 |
2022-07-07 | xfs: Pre-calculate per-AG agbno geometry | Dave Chinner | 1 | -1/+1 |
2022-07-07 | xfs: make last AG grow/shrink perag centric | Dave Chinner | 1 | -4/+7 |
2022-05-27 | xfs: implement per-mount warnings for scrub and shrink usage | Darrick J. Wong | 1 | -6/+1 |
2022-04-21 | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next | Dave Chinner | 1 | -1/+1 |
2022-04-21 | xfs: convert shutdown reasons to unsigned. | Dave Chinner | 1 | -1/+1 |
2022-04-12 | xfs: use a separate frextents counter for rt extent reservations | Darrick J. Wong | 1 | -4/+1 |
2022-03-29 | xfs: xfs_do_force_shutdown needs to block racing shutdowns | Dave Chinner | 1 | -1/+5 |
2022-03-28 | xfs: don't report reserved bnobt space as available | Darrick J. Wong | 1 | -1/+1 |
2022-03-28 | xfs: fix overfilling of reserve pool | Darrick J. Wong | 1 | -7/+6 |
2022-03-28 | xfs: always succeed at setting the reserve pool size | Darrick J. Wong | 1 | -4/+5 |
2022-03-28 | xfs: remove infinite loop when reserving free block pool | Darrick J. Wong | 1 | -30/+20 |
2022-03-28 | xfs: don't include bnobt blocks when reserving free block pool | Darrick J. Wong | 1 | -1/+1 |
2021-08-19 | xfs: convert remaining mount flags to state flags | Dave Chinner | 1 | -6/+1 |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -1/+1 |
2021-08-18 | xfs: add trace point for fs shutdown | Darrick J. Wong | 1 | -0/+3 |
2021-08-16 | xfs: make forced shutdown processing atomic | Dave Chinner | 1 | -33/+30 |
2021-06-21 | xfs: shorten the shutdown messages to a single line | Darrick J. Wong | 1 | -8/+8 |
2021-06-21 | xfs: print name of function causing fs shutdown instead of hex pointer | Darrick J. Wong | 1 | -1/+1 |
2021-06-02 | xfs: make for_each_perag... a first class citizen | Dave Chinner | 1 | -6/+2 |
2021-04-29 | xfs: remove obsolete AGF counter debugging | Darrick J. Wong | 1 | -2/+0 |