aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster1-0/+10
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner1-3/+0
2015-08-19xfs: relocate sparse inode mount warningBrian Foster1-3/+0
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner1-0/+10
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen1-0/+10
2015-07-29xfs: Use consistent logging message prefixesJoe Perches1-5/+9
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner1-2/+2
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-1/+1
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster1-0/+21
2015-05-29xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster1-0/+5
2015-05-29xfs: add sparse inode chunk alignment superblock fieldBrian Foster1-2/+2
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner1-5/+7
2015-02-24xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui1-8/+0