aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c
AgeCommit message (Expand)Author
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
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-01-04xfs: print name of verifier if it failsEric Sandeen
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner
2015-08-19xfs: relocate sparse inode mount warningBrian Foster
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen
2015-07-29xfs: Use consistent logging message prefixesJoe Perches
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster
2015-05-29xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster
2015-05-29xfs: add sparse inode chunk alignment superblock fieldBrian Foster
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner
2015-02-24xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui
2015-02-23xfs: Remove icsb infrastructureDave Chinner