aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 into xfs-5.19-for-nextDave Chinner1-0/+5
2022-04-12xfs: 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-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong1-27/+0
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+2
2020-09-15xfs: 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-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-4/+5
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong1-4/+4
2019-11-07xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-09-24xfs: log proper length of superblockEric Sandeen1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-7/+0
2019-06-28xfs: 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
2019-05-01xfs: change some error-less functions to void typesEric Sandeen1-7/+5
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner1-0/+5
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong1-2/+3
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong1-1/+1
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster1-1/+3
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster1-1/+2
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig1-3/+2
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong1-4/+10
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong1-1/+34
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong1-1/+2
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell1-0/+12