summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_sb.c
AgeCommit message (Expand)Author
2020-10-26xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2020-10-26xfs: load metadata directory root at mount timeDarrick J. Wong
2020-10-26xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2020-10-26xfs: report ag header corruption errors to the health tracking systemDarrick 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_SBPxfs-5.7-merge-2Christoph 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 argumentsxfs-5.3-merge-1Eric 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 typesxfs-5.2-merge-4Eric 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_bufxfs-4.18-merge-7Eric Sandeen
2018-05-30xfs: repair superblocksDarrick J. Wong
2018-05-16xfs: implement online get/set fs labelEric Sandeen
2018-05-15xfs: move growfs core to libxfsDave Chinner
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong
2018-04-09xfs: non-scrub - remove unused function parametersxfs-4.17-merge-2Eric Sandeen
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong
2018-01-12xfs: fix check on struct_version for versions 4 or greaterColin Ian King
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong