aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong1-94/+111
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong1-3/+18
2018-06-08xfs: clean up MIN/MAXDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: catch bad stripe alignment configurationsDave Chinner1-0/+16
2018-06-04xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen1-3/+5
2018-05-30xfs: repair superblocksDarrick J. Wong1-0/+22
2018-05-16xfs: implement online get/set fs labelEric Sandeen1-0/+30
2018-05-15xfs: move growfs core to libxfsDave Chinner1-0/+73
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong1-0/+22
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-6/+4
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster1-1/+0
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong1-2/+2
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-1/+1
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong1-0/+14
2018-01-12xfs: fix check on struct_version for versions 4 or greaterColin Ian King1-1/+1
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong1-70/+78
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong1-0/+79
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-2/+2
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-6/+4
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-2/+2
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong1-1/+1
2016-11-09xfs: check minimum block size for CRC filesystemsDarrick J. Wong1-0/+6
2016-11-08xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen1-2/+5
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+9
2016-08-26xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-0/+2
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-0/+6
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-5/+3
2016-01-04xfs: print name of verifier if it failsEric Sandeen1-0/+2