summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* xfs: catch bad stripe alignment configurationsDave Chinner2018-06-061-0/+16
* xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen2018-06-051-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-161-0/+73
* xfs: superblock scrub should use short-lived buffersDarrick J. Wong2018-05-161-0/+22
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-6/+4Star
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-261-1/+0Star
* xfs: fix u32 type usage in sb validation functionDarrick J. Wong2018-02-011-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-181-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/+4Star
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-2/+2
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-01-241-1/+1
* xfs: check minimum block size for CRC filesystemsDarrick J. Wong2016-11-091-0/+6
* xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen2016-11-081-2/+5
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-0/+9
* xfs: fix superblock inprogress checkDave Chinner2016-08-261-1/+2
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-0/+2
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+6
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-5/+3Star
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+2
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-0/+10
* Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-201-3/+0Star
|\
| * xfs: relocate sparse inode mount warningBrian Foster2015-08-191-3/+0Star
* | Merge branch 'xfs-meta-uuid' into for-nextDave Chinner2015-07-291-0/+10
|\|
| * xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-0/+10
* | xfs: Use consistent logging message prefixesJoe Perches2015-07-291-5/+9
|/
* Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-2/+2
|\
| * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
| * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-1/+1
* | xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster2015-05-291-0/+21
* | xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster2015-05-291-0/+5
* | xfs: add sparse inode chunk alignment superblock fieldBrian Foster2015-05-291-2/+2
|/
* Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner2015-02-241-5/+7
|\
| * xfs: Remove icsb infrastructureDave Chinner2015-02-231-5/+3Star
| * xfs: use generic percpu counters for free block counterDave Chinner2015-02-231-0/+1