summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_sb.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-7/+0Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-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/+3Star
* xfs: separate inode geometryDarrick J. Wong2019-06-121-11/+13
* xfs: change some error-less functions to void typesEric Sandeen2019-05-021-7/+5Star
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-151-0/+5
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-151-2/+3
* xfs: fix uninitialized error variablesDarrick J. Wong2019-02-251-1/+1
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-121-1/+3
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-121-1/+2
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-3/+2Star
* 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
|\