Whamcloud - gitweb
e2fsck: add support for expanding the inode size
[tools/e2fsprogs.git] / lib / ext2fs / ext2_err.et.in
index cb63689..bab5913 100644 (file)
@@ -96,10 +96,10 @@ ec  EXT2_ET_INODE_BITMAP_READ,
        "Can't read an inode bitmap"
 
 ec     EXT2_ET_BLOCK_BITMAP_WRITE,
-       "Can't write an block bitmap"
+       "Can't write a block bitmap"
 
 ec     EXT2_ET_BLOCK_BITMAP_READ,
-       "Can't read an block bitmap"
+       "Can't read a block bitmap"
 
 ec     EXT2_ET_INODE_TABLE_WRITE,
        "Can't write an inode table"
@@ -416,7 +416,7 @@ ec  EXT2_ET_EXTENT_INVALID_LENGTH,
 ec     EXT2_ET_IO_CHANNEL_NO_SUPPORT_64,
        "I/O Channel does not support 64-bit block numbers"
 
-ec     EXT2_NO_MTAB_FILE,
+ec     EXT2_ET_NO_MTAB_FILE,
        "Can't check if filesystem is mounted due to missing mtab file"
 
 ec     EXT2_ET_CANT_USE_LEGACY_BITMAPS,
@@ -429,7 +429,7 @@ ec  EXT2_ET_MMP_FAILED,
        "MMP: device currently active"
 
 ec     EXT2_ET_MMP_FSCK_ON,
-       "MMP: fsck being run"
+       "MMP: e2fsck being run"
 
 ec     EXT2_ET_MMP_BAD_BLOCK,
        "MMP: block number beyond filesystem range"
@@ -470,4 +470,115 @@ ec        EXT2_ET_SB_CSUM_INVALID,
 ec     EXT2_ET_UNKNOWN_CSUM,
        "Unknown checksum algorithm"
 
+ec     EXT2_ET_MMP_CSUM_INVALID,
+       "MMP block checksum does not match"
+
+ec     EXT2_ET_FILE_EXISTS,
+       "Ext2 file already exists"
+
+ec     EXT2_ET_BLOCK_BITMAP_CSUM_INVALID,
+       "Block bitmap checksum does not match bitmap"
+
+ec     EXT2_ET_INLINE_DATA_CANT_ITERATE,
+       "Cannot iterate data blocks of an inode containing inline data"
+
+ec     EXT2_ET_EA_BAD_NAME_LEN,
+       "Extended attribute has an invalid name length"
+
+ec     EXT2_ET_EA_BAD_VALUE_SIZE,
+       "Extended attribute has an invalid value length"
+
+ec     EXT2_ET_BAD_EA_HASH,
+       "Extended attribute has an incorrect hash"
+
+ec     EXT2_ET_BAD_EA_HEADER,
+       "Extended attribute block has a bad header"
+
+ec     EXT2_ET_EA_KEY_NOT_FOUND,
+       "Extended attribute key not found"
+
+ec     EXT2_ET_EA_NO_SPACE,
+       "Insufficient space to store extended attribute data"
+
+ec     EXT2_ET_MISSING_EA_FEATURE,
+       "Filesystem is missing ext_attr or inline_data feature"
+
+ec     EXT2_ET_NO_INLINE_DATA,
+       "Inode doesn't have inline data"
+
+ec     EXT2_ET_INLINE_DATA_NO_BLOCK,
+       "No block for an inode with inline data"
+
+ec     EXT2_ET_INLINE_DATA_NO_SPACE,
+       "No free space in inline data"
+
+ec     EXT2_ET_MAGIC_EA_HANDLE,
+       "Wrong magic number for extended attribute structure"
+
+ec     EXT2_ET_INODE_IS_GARBAGE,
+       "Inode seems to contain garbage"
+
+ec     EXT2_ET_EA_BAD_VALUE_OFFSET,
+       "Extended attribute has an invalid value offset"
+
+ec     EXT2_ET_JOURNAL_FLAGS_WRONG,
+       "Journal flags inconsistent"
+
+ec     EXT2_ET_UNDO_FILE_CORRUPT,
+       "Undo file corrupt"
+
+ec     EXT2_ET_UNDO_FILE_WRONG,
+       "Wrong undo file for this filesystem"
+
+ec     EXT2_ET_FILESYSTEM_CORRUPTED,
+       "File system is corrupted"
+
+ec     EXT2_ET_BAD_CRC,
+       "Bad CRC detected in file system"
+
+ec     EXT2_ET_CORRUPT_JOURNAL_SB,
+       "The journal superblock is corrupt"
+
+ec     EXT2_ET_INODE_CORRUPTED,
+       "Inode is corrupted"
+
+ec     EXT2_ET_EA_INODE_CORRUPTED,
+       "Inode containing extended attribute value is corrupted"
+
+ec     EXT2_ET_NO_GDESC,
+       "Group descriptors not loaded"
+
+ec     EXT2_FILSYS_CORRUPTED,
+       "The internal ext2_filsys data structure appears to be corrupted"
+
+ec     EXT2_ET_EXTENT_CYCLE,
+       "Found cyclic loop in extent tree"
+
+ec     EXT2_ET_EXTERNAL_JOURNAL_NOSUPP,
+       "Operation not supported on an external journal"
+
+ec     EXT2_ET_SCAN_FINISHED,
+       "Scanning finished"
+
+ec     EXT2_ET_EA_BAD_MAGIC,
+       "Extended attribute block has bad magic value"
+
+ec     EXT2_ET_EA_BAD_ENTRIES,
+       "Extended attribute block has bad entries"
+
+ec     EXT2_ET_EA_TOO_BIG,
+       "Extended attribute too big for buffer"
+
+ec     EXT2_ET_EA_NAME_TOO_BIG,
+       "Extended attribute name too big for header"
+
+ec     EXT2_ET_EA_BAD_NAME,
+       "Extended attribute name is bad"
+
+ec     EXT2_ET_EA_NAME_NOT_FOUND,
+       "Extended attribute name not found"
+
+ec     EXT2_ET_EA_NAME_EXISTS,
+       "Extended attribute name already exists"
+
        end