aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_sb.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25xfs: Add a comment in xfs_log_sb()Nirjhar Roy (IBM)1-0/+3
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig1-0/+15
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong1-6/+3
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong1-1/+0
2025-03-03xfs: support zone gapsChristoph Hellwig1-0/+3
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig1-1/+1
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig1-0/+6
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig1-0/+1
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-3/+61
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig1-4/+4
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong1-0/+8
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong1-0/+6
2024-12-12xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-11-12Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino1-0/+1
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-25/+207
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-0/+13
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino1-0/+12
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino1-13/+15
2024-11-05xfs: use metadir for quota inodesDarrick J. Wong1-0/+1
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-8/+57
2024-11-05xfs: mask off the rtbitmap and summary inodes when metadir in useDarrick J. Wong1-0/+20
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong1-3/+18
2024-11-05xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong1-5/+10
2024-11-05xfs: export realtime group geometry via XFS_FSOP_GEOMDarrick J. Wong1-0/+5
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong1-1/+13
2024-11-05xfs: define the format of rt groupsDarrick J. Wong1-12/+88
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong1-0/+13
2024-11-05xfs: advertise metadata directory featureDarrick J. Wong1-0/+2
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong1-0/+10
2024-11-05xfs: add group based bno conversion helpersChristoph Hellwig1-0/+7
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig1-10/+5
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-3/+3
2024-11-05xfs: sb_spino_align is not verifiedDave Chinner1-0/+14
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong1-8/+8
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig1-2/+10
2024-09-01xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig1-29/+35
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig1-1/+1
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson1-0/+4
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong1-0/+5
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner1-9/+31
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong1-0/+2
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong1-0/+14
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong1-1/+2
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong1-1/+2
2023-10-17xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong1-0/+2
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong1-1/+2
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner1-1/+55