Home | History | Annotate | Download | only in debian

Lines Matching full:inode

46   * Mke2fs will skip initializing the inode table if a device supports
94 * E2fsck can now continue even if it fails to recreate the resize inode
96 the unused region of the inode table until after it restarts the fs
136 fallocated() beyond an inode's i_size.
154 * Fix flex_bg inode table placement algorithm used by mke2fs for
184 when huge_file file system feature is set, but the inode does not
220 ones for multiple bad block group checksums, or when an inode
222 * Fix e2fsck to handle moving inode tables in FLEX_BG filesystems more
243 which prints detailed information about an inode's extent tree.
289 uninitalized data into the portion of the inode beyond the first 128
330 * e2fsck will no longer abort a preen operation if an inode's
335 use in the unused portion of the block group's inode table.
343 * Fix a bug in e2fsck which could cause it to crash if an inode has a
344 corrupt extent header, and the user declines to clear the inode.
419 * Speed up tune2fs's inode resizing code so it is no longer vastly
449 moved. In addition, blocks and inode table blocks were not being
459 * tune2fs will not allow changing the inode size for filesystems that
461 the each block group's portion inode table is located in its own
478 * Fix e2fsck so it prints the correct inode number for uinit_bg
588 with a newline for pass 4 (when the inode references are updated).
611 * Optimize inode table allocation in mke2fs for flex_bg filesystems.
639 cause it to relocate inode tables, causing more damage to the
654 the bitmaps and inode tables.
689 larger inode sizes so the user can take full advantage of ext4)
703 attributes stored in the inode.
765 with in-inode extended attributes.
782 * Fixed mke2fs man page to document new default inode size.
860 * E2fsck now optimizes non-htree directories by sorting them by inode
874 * Allow a user to undelete an inode with linking to a destination
954 allocating inode tables for some relatively rare odd disk sizes.
1007 journal inode was cleared to due being corrupt
1009 this is written out to the journal inode
1010 * Make e2fsck check all of the blocks in the journal inode for validity
1134 * Allow the default inode size to be specified in mke2fs.conf
1147 not containing a resize inode. (Closes: #380548)
1189 * Speed up mke2fs and e2fsck by writing inode and block bitmaps in one pass
1324 when setting certain inode fields.
1395 inode.
1462 * Fix e2fsck's resize inode handling in some additional corner cases.
1469 the old inode table blocks when we move the inode table.
1471 * Make sure that we don't write garbage when writing a large inode.
1481 the resize inode.
1523 * Add support for online resizing via the resize inode.
1542 * Fix an obscure, hard-to find bug in "e2fsck -S" caused by an inode
1545 user to manually set a specific inode field more conveniently, as
1773 * Fix handling of corrupted indirect blocks in the bad block inode.
1801 * When moving the journal or backing up the journal inode
1815 * Add support for storing the journal inode location in the superblock
1816 so that e2fsck can recover from a corrupted inode table after a power
1959 specified inode in the inode table.
2013 * E2fsck now updates the global free block and inode counters from
2016 locking the entire filesystem during block or inode allocation; if
2614 * Fixed mke2fs' display with inode numbers > 9999 (Fixes: Bug#25684).