summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_sb.c
AgeCommit message (Expand)Author
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2023-10-17xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner
2023-04-12xfs: don't consider future format versions validDave Chinner
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner
2022-11-16xfs: fix sb write verify for lazysbcountLong Li
2022-05-04xfs: validate v5 feature fieldsDave Chinner
2022-05-04xfs: set XFS_FEAT_NLINK correctlyDave Chinner
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig
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: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-05-19xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia
2020-03-27xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong
2019-11-07xfs: fix missing header includesDarrick J. Wong
2019-09-24xfs: log proper length of superblockEric Sandeen
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-05-01xfs: change some error-less functions to void typesEric Sandeen