summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c
Commit message (Expand)AuthorAgeFilesLines
* libxfs: expose inobtcount in xfs geometryZorro Lang2021-02-031-0/+2
* xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2020-12-091-11/+66
* xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2020-12-081-27/+0
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-0/+2
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-151-2/+2
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia2020-05-191-1/+1
* xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong2020-03-271-0/+32
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-111-8/+9
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-4/+5
* xfs: make xfs_buf_get return an error codeDarrick J. Wong2020-01-261-4/+4
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: log proper length of superblockEric Sandeen2019-09-241-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-7/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-2/+2
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-1/+1
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-2/+2
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-121-17/+3
* xfs: separate inode geometryDarrick J. Wong2019-06-121-11/+13
* xfs: change some error-less functions to void typesEric Sandeen2019-05-011-7/+5
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-141-0/+5
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-141-2/+3
* xfs: fix uninitialized error variablesDarrick J. Wong2019-02-251-1/+1
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-1/+3
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-111-1/+2
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-3/+2
* xfs: only validate summary counts on primary superblockDarrick J. Wong2018-08-031-4/+10
* xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-311-1/+34
* xfs: verify icount in superblock writeDarrick J. Wong2018-07-311-1/+2
* libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-311-0/+12
* xfs: refactor superblock verifiersDarrick J. Wong2018-07-311-94/+111
* xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-231-3/+18
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: catch bad stripe alignment configurationsDave Chinner2018-06-061-0/+16
* xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen2018-06-041-3/+5
* xfs: repair superblocksDarrick J. Wong2018-05-301-0/+22
* xfs: implement online get/set fs labelEric Sandeen2018-05-161-0/+30
* xfs: move growfs core to libxfsDave Chinner2018-05-151-0/+73
* xfs: superblock scrub should use short-lived buffersDarrick J. Wong2018-05-151-0/+22
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-6/+4
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-261-1/+0
* xfs: fix u32 type usage in sb validation functionDarrick J. Wong2018-01-311-2/+2
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-1/+1
* xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2018-01-171-0/+14
* xfs: fix check on struct_version for versions 4 or greaterColin Ian King2018-01-121-1/+1
* xfs: refactor the geometry structure filling functionDarrick J. Wong2018-01-081-70/+78
* xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2018-01-081-0/+79
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-2/+2
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-6/+4