summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_sb.c
AgeCommit message (Expand)AuthorFilesLines
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-07xfs: don't allow overly small or large realtime volumesDarrick J. Wong1-1/+2
2023-12-07xfs: make rextslog computation consistent with mkfsDarrick J. Wong1-1/+2
2023-10-18xfs: 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
2023-04-12xfs: don't consider future format versions validDave Chinner1-5/+6
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner1-1/+2
2022-11-17xfs: fix sb write verify for lazysbcountLong Li1-1/+3
2022-05-04xfs: validate v5 feature fieldsDave Chinner1-10/+58
2022-05-04xfs: set XFS_FEAT_NLINK correctlyDave Chinner1-0/+2
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-0/+5
2022-04-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-0/+5
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R1-0/+2
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R1-0/+3
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig1-2/+2
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-1/+1
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-1/+1
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner1-22/+23
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: open code sb verifier feature checksDave Chinner1-36/+80
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner1-22/+24
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-6/+6
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner1-0/+66
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner1-1/+1
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner1-5/+7
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-134/+0
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner1-3/+13
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang1-0/+2
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang1-11/+66
2020-12-09xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong1-27/+0
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+2
2020-09-16xfs: simplify xfs_trans_getsbChristoph Hellwig1-2/+2
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-05-19xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia1-1/+1
2020-03-27xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong1-0/+32
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig1-8/+9
2020-01-27xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-4/+5
2020-01-27xfs: make xfs_buf_get return an error codeDarrick J. Wong1-4/+4
2019-11-08xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-09-24xfs: log proper length of superblockEric Sandeen1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-7/+0
2019-06-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-2/+2
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-1/+1
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-2/+2
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong1-17/+3
2019-06-12xfs: separate inode geometryDarrick J. Wong1-11/+13