summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_sb.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: create libxfs infrastructureDave Chinner2014-06-251-819/+0
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-13/+13
* xfs: remove shared supberlock feature checkingDave Chinner2014-05-201-1/+2
* xfs: don't need dirv2 checks anymoreDave Chinner2014-05-201-9/+0
* xfs: fully support v5 format filesystemsDave Chinner2014-05-051-4/+0
* Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner2014-03-131-10/+6
|\
| * xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-271-6/+4
| * xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-271-1/+1
| * xfs: add helper for verifying checksums on xfs_bufsEric Sandeen2014-02-271-2/+1
| * xfs: Use defines for CRC offsets in all casesEric Sandeen2014-02-271-3/+2
* | Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner2014-02-201-0/+1
|\ \ | |/ |/|
| * xfs: sanitize sb_inopblock in xfs_mount_validate_sbEric Sandeen2014-02-071-0/+1
* | xfs: limit superblock corruption errors to actual corruptionEric Sandeen2014-02-191-3/+2
* | xfs: skip verification on initial "guess" superblock readEric Sandeen2014-02-191-2/+1
* | xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sbEric Sandeen2014-02-191-1/+1
|/
* xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fieldsEric Sandeen2013-10-301-2/+11
* xfs: fix static and extern sparse warningsDave Chinner2013-10-301-0/+1
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-14/+4
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+4
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* xfs: don't emit corruption noise on fs probesEric Sandeen2013-10-171-2/+3
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-2/+2
* xfs: fix the comment of xfs_sb_quiet_read_verify()Zhi Yong Wu2013-08-201-1/+1
* xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner2013-08-121-0/+834