summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_sb.c
AgeCommit message (Expand)Author
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
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 parametersEric 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
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong
2016-11-09xfs: check minimum block size for CRC filesystemsDarrick J. Wong
2016-11-08xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-08-26xfs: fix superblock inprogress checkDave Chinner
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong