aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_sb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-25xfs: create libxfs infrastructureDave Chinner1-819/+0
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-13/+13
2014-05-20xfs: remove shared supberlock feature checkingDave Chinner1-1/+2
2014-05-20xfs: don't need dirv2 checks anymoreDave Chinner1-9/+0
2014-05-05xfs: fully support v5 format filesystemsDave Chinner1-4/+0
2014-03-13Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner1-10/+6
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen1-6/+4
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen1-1/+1
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen1-2/+1
2014-02-27xfs: Use defines for CRC offsets in all casesEric Sandeen1-3/+2
2014-02-20Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner1-0/+1
2014-02-19xfs: limit superblock corruption errors to actual corruptionEric Sandeen1-3/+2
2014-02-19xfs: skip verification on initial "guess" superblock readEric Sandeen1-2/+1
2014-02-19xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sbEric Sandeen1-1/+1
2014-02-07xfs: sanitize sb_inopblock in xfs_mount_validate_sbEric Sandeen1-0/+1
2013-10-30xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fieldsEric Sandeen1-2/+11
2013-10-30xfs: fix static and extern sparse warningsDave Chinner1-0/+1
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-14/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-10-17xfs: don't emit corruption noise on fs probesEric Sandeen1-2/+3
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-2/+2
2013-08-20xfs: fix the comment of xfs_sb_quiet_read_verify()Zhi Yong Wu1-1/+1
2013-08-12xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner1-0/+834