summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_sb.c
AgeCommit message (Expand)Author
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
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: catch bad stripe alignment configurationsDave Chinner
2018-06-04xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen