• Home
  • Raw
  • Download

Lines Matching full:which

7 Fixed a bug which could cause e2fsck to corrupt Hurd file systems.
10 Fixed a deadlock which occurs when using systemd and e2fsck.conf's
13 Fixed a bug which could cause programs using libext2's inode table
33 Fixed a bug which could cause badblocks to crash if there are millions
71 s_first_meta_bg field, which had previously caused all e2fsprogs
82 freshly created file system, as well as allowing mke2fs commands which
94 Fix a bug which could cause resize2fs to get confused and produce a
97 format, but which no longer needs to use the meta_bg file system
109 Add a new debugfs command, "inode_dump", which prints the inode in hex
152 Add a new function ext2s_inode_size_set() which takes care of all of
172 Fix a bug which causes e2fsck to abort a journal replay on a file
177 result in a file system which can't be unmounted, or with extremely
186 compiled as a module which isn't loaded at the time that mke2fs is
195 which is in the future in preen mode, instead of aborting the fsck
229 Fixed a regression introduced in 1.42.10 which caused mke2fs to fail
249 Also, move the e2fsprogs-specific macros to acinclude.m4, which allows
261 Fix cross-compilation support, which got broken in 1.42.10.
272 Add a new ext2fs_close_free() helper function which automatically
280 Mke2fs now creates file systems in regular files (which is very often
292 useful for flash devices which have SLC flash at the beginning of the
306 file system which used the new the quota file system option (where the
313 Fixed in a bug in resize2fs which could cause shrink operation fail in
319 mostly empty filesystem which is a few terabytes, to be shrunk to a
325 The filefrag program will now display the shared extent flag, which is
337 The logsave program will print a much less scary message which could
343 When creating a file system which is larger than 16TB, the
345 doesn't support reserving metadata block numbers which is larger than
358 which is marked as needing the journal replayed when the force ("-f")
406 Allow the regression test suite to work correctly on systems which do
412 E2fsprogs now has code coverage testing which can be enabled using
434 it is present, which allows 64-bit offsets on 32-bit systems.
455 file system which has the uninit_bg feature enabled. This avoids a
465 journal >= 2GB --- which can happen when using 64k block size.
479 Fixed e2image to avoid some buffer overruns which would cause it to when
492 when trying to print the journal information (which is not present in
502 Enhanced debugfs so it can support a command line which is up to 8k
518 Fix a regression introduced in 1.42.8 which would cause e2fsck to
525 Fixed resize2fs which would sometimes corrupt a file system when
535 Fixed a bug in debugfs which caused it create an invalid inode when
541 E2fsck will no longer crash if it comes across an directory which is
542 larger than 2GB (which is not allowed in valid file systems).
561 as well as some missing error return checks, which were found using
566 checking with sparse, which can help find the (many many) spots where
572 The ext2fs_punch() function, which was introduced in 1.42, was broken
590 logical blocks which are larger than what an extent-mapped or indirect
594 which is larger than 2GB, make sure the large_file feature flag gets
598 directory which are large enough, the directory entry could get
601 If quota support is disabled (which is the default), make sure that
610 Added a shell script, populate-extfs.sh which uses debugfs to populate
639 extent_inode subcommands which take arguments (split_node,
642 Fix the parsing of the 's' (sectors) in parse_num_blocks2, which among
654 E2fsck will now detect and repair corrupted extent trees which contain
660 Fix a regression introduced in e2fsprogs v1.42 which caused e2image -s
726 an off-line resize which grows the file system could potentially
729 Fix a resize2fs bug which could cause it to corrupt bigalloc file
735 Fixed 32-bit overflow bugs which could cause resize2fs to fail and
800 additions which were made in 2008 that didn't get folded into the
801 version which we checked into the e2fsprogs source tree. These
835 correctly support bigalloc file systems which use store block usage
847 libraries, so that we test using the libraries which we have just
856 Add a regression test which checks debugfs's ability to create
859 Add a function ext2fs_symlink(), which creates symlinks to the
864 off of the RESIZE2FS_KERNEL_VERSION, which is designed to allow us to
881 supports lazy_itable_init, which speeds up growing off-line growth of
887 systems work correctly. This is needed to grow file system which are
946 handles checking file systems which are mounted without having to test
966 Fixed a file descriptor leak in logsave which could cause it to hang.
1011 Fixed more 64-bit block number bugs (which could end up corrupting
1035 iterator which could end up skipping an extent when the last block in
1042 which is largely a cosmetic issue since the kernel no longer pays
1056 Fix a precedence bug with built-in quota support which might result in
1071 Add new test, f_zero_extent_length which tests e2fsck's handling of
1075 Add a new test, f_jnl_errno, which checks handling of an error
1081 Add two tests, f_orphan_indirect_inode and f_orphan_extent_inode which
1091 Fix a bug in the Unix I/O manager which could cause corruption of file
1093 (i.e., when unsigned long is 32-bits). Also fix a bug which caused
1099 necessary, and e2fsck would erroneously try to hide quota files which
1106 Fixed a regression introduced in 1.42.2 which would cause applications
1107 outside of e2fsprogs which did not pass the EXT2_FLAG_64BIT (and so
1113 Fix a bug which would cause mke2fs to fail creating the journal if
1134 Add support for systems which have valloc(), but which do have
1147 tests (f_jnl_32bit, f_jnl_64bit) which detect breakage of the on-disk
1148 jbd2 format, as well as f_eofblocks which tests the new handling of
1150 unit test which verifies 32-bit bitmaps support and the new
1155 Removed bash'isms which were breaking the regression test suite on
1171 --enable-relative-symlinks, which will install relative symlinks for
1224 is a serial console which can cause a boot sequence to take a long
1227 The dumpe2fs, debugfs, and tune2fs now use rbtree bitmaps, which cause
1239 (1) Fixed a bug which could cause e2fsck to discard portions of the
1240 inode table which were actually in use. (2) E2fsck will now avoid
1244 in read-only mode. (4) Fixed a bug which caused e2fsck to not issue
1247 E2fsck's CPU utilization in pass 5 has been optimized, which will
1307 extent-based bitmaps which are stored using a red-block tree, since
1326 inodes in the file systems get scanned. However, the code which reset
1327 the UNINIT flags did not also recalculate the checksum, which produced
1331 Relax a check in e2fsck which required that the block bitmap to be
1333 eventually eliminate code from the kernel which forcibly initialized
1337 Make sure rdebugfs (which may be installed setuid or setgid disk) does
1342 also now has a -c option which will verify the file type information
1344 is extremely useful when trying to use debugsfs to determine which
1365 if present, which allows e2fsprogs to be built with security hardening
1394 extent-based flags. Previously, it didn't, which generally made code
1406 resize requires kernel support which will hopefully be in Linux
1413 which are called clustered. This is a file system level feature,
1414 called 'bigalloc', which must be enabled when the file system is
1449 skip trying to use if it certain fields which should be zero look
1453 If e2fsck modifies certain superblock fields which the kernel doesn't
1466 E2fsck now supports an extended "discard" option which will cause
1483 The e2image program now supports the qcow2 format, which is a more
1486 Mke2fs now supports the [devices] stanza in mke2fs.conf which allows
1510 Mke2fs now handles extreme file system parameters correctly which
1524 If the enable_periodic_fsck option is false in /etc/mke2fs.conf (which
1528 0, which will annoy users. (Addresses Debian Bug: #632637)
1530 The default mke2fs.conf now has entries for "big" and "huge", which
1536 Fixed bug which caused resize2fs to fail when shrinking an empty file
1544 Debugfs's icheck will now correctly find inodes which use the
1547 Debugfs now has a new "punch" command which remove blocks from the
1550 Debugfs now has a new "e2freefrag" command which analyzes the free
1554 Debugfs now has a "filefrag" command which displays information about
1564 -B option which forces the use of buffered I/O, and the -v option will
1568 Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl.
1574 Add overflow checking to tune2fs -i's fsck interval, which must fit in
1577 The debugfs command now has a new 'blocks' command which prints out
1578 data blocks of a particular inode in a format which is useful for
1601 Fixed an ABI compatibility problem in libext2fs which broke the dump
1602 program. Also added back some macros which dump needed so it could
1633 features, which are currently in development.
1660 Add ext2fs_flush2() and ext2fs_close2() which takes a flag to allow
1669 The regression test script now prints the list of which tests failed.
1671 The regression test system now uses /tmp for its scratch files, which