Whamcloud - gitweb
e2fsck: map PROMPT_* values to prompt messages
[tools/e2fsprogs.git] / misc / badblocks.c
2021-02-12 Theodore Ts'obadblocks: add error checking for command-line argument...
2021-02-11 Theodore Ts'oFix clang warnings on architectures with a 64-bit long
2019-06-07 Theodore Ts'oFix posix_memalign and posix_fadvise calls.
2017-12-21 Tyson NottinghamAdd missing information to various man pages and usage...
2017-05-30 Theodore Ts'obadblocks: support languages which use multi-column...
2015-07-13 Theodore Ts'oMove the check_plausibility() function from misc to...
2014-12-15 Jan Karabadblocks: Limit maximum number of bad blocks
2014-01-09 Theodore Ts'obadblocks: print warning if set_o_direct() fails
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-10-23 Darrick J. Wonglibext2fs: reject 64bit badblocks numbers
2013-05-20 Theodore Ts'omisc: fix gcc -Wall warnings
2012-12-29 Andreas Dilgermisc: cleanup unused variables on MacOS
2012-02-17 Theodore Ts'obadblocks: honor the -s option when in read-only -t...
2011-10-05 Theodore Ts'oPass the gettext() function to libcom_err
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2011-02-21 Theodore Ts'oMerge branch 'maint' into next
2011-02-20 Theodore Ts'obadblocks: Add accounting for different types of errors
2011-02-20 Theodore Ts'obadblocks: Fix up recover_block handling in badblocks
2011-02-18 Theodore Ts'oMerge branch 'maint' into next
2011-02-18 Theodore Ts'obadblocks: Only report errors when reading/writing...
2011-02-18 Theodore Ts'obadblocks: Add the -B option which forces the use of...
2011-02-18 Theodore Ts'obadblocks: Fix bug so that O_DIRECT mode is correctly...
2010-09-25 Theodore Ts'oMerge branch 'maint' into next
2010-08-02 Theodore Ts'obadblocks: Deal with UTF-8 characters in progress message
2010-06-13 Valerie Aurora Hensonbadblocks: Use ext2fs_get_device_size2()
2009-06-29 Theodore Ts'obadblocks: Make sure the list of bad blocks found is...
2009-06-29 Theodore Ts'obadblocks: Print the currently tested block number...
2009-06-02 Theodore Ts'obadblocks: Remove 4096 blocksize limit
2009-03-09 Jim Meyeringremove useless if-before-free tests
2008-10-02 Theodore Ts'obadblocks: Fix progress output for "badblocks -sw ...
2008-09-05 Manish Katiyarbadblocks: Display time and percentage complete in...
2008-09-02 Theodore Ts'obadblocks: Open the device with O_LARGEFILE
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-07-19 Benno Schulenbergbadblocks: Insert a missing "\n" in the usage string.
2008-07-13 Theodore Ts'obadblocks: If nanosleep() does not exist, try using...
2008-07-10 Theodore Ts'obadblocks: Use standard terminology for first/last...
2008-07-06 Theodore Ts'obadblocks: Fix crash when lots of -t patterns given
2008-07-06 Eric SandeenClean up some trivial build warnings
2008-06-21 Iustin Popbadblocks: fix a bug in the read throttling
2008-06-17 Iustin Popbadblocks: implement read throttling
2008-06-17 Iustin Popbadblocks: fix a possible bug in parse_uint
2008-06-17 Iustin Popbadblocks: add a max bad blocks count option
2007-10-22 Theodore Ts'obadblocks: Factor out calls to strtoul to a helper...
2007-10-22 Theodore Ts'obadblocks: Change unsigned long to blk_t and unsigned...
2007-10-22 Theodore Ts'obadblocks: Use unsigned int instead of unsigned long...
2007-10-22 Theodore Ts'obadblocks: Factor out calls to strtoul to a helper...
2007-10-22 Theodore Ts'obadblocks: Change unsigned long to blk_t and unsigned...
2007-10-22 Theodore Ts'obadblocks: Use unsigned int instead of unsigned long...
2007-08-03 Theodore Ts'oFix gcc -Wall warnings
2007-06-04 Theodore Ts'oFix error checking of badblock's last-block and start...
2006-11-18 Theodore Ts'oAdjust badblocks -n/-w exclusive usage message
2006-11-13 Theodore Ts'oAdd explanatory message to badblocks that -n and -w...
2006-10-04 Theodore Ts'oFix interpretation of the last_block command-line param...
2006-05-13 Theodore Ts'oFix read/write badblocks testing in mke2fs and e2fsck
2005-09-24 Theodore Ts'oFix display bug in badblocks -w
2005-06-20 Theodore Ts'oFix e2fsprogs messages for grammar and consistency...
2005-06-05 Theodore Ts'oOn Linux 2.6 systems, mke2fs and badblocks will check...
2005-05-06 Theodore Ts'oCorrects a few mistakes in the fsck man page, wraps...
2005-01-06 Theodore Ts'obadblocks.c (alarm_intr): Increase the number of spaces...
2004-09-19 Theodore Ts'obadblocks.c: Use _() around done_string, so that it...
2004-02-28 Theodore Ts'obadblocks.c (main): Change the default number of blocks...
2004-02-27 Theodore Ts'obadblocks.c (pattern_fill): Fix bug accidentally added...
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-08-01 Theodore Ts'obadblocks.c (set_o_direct): Add check to make sure...
2003-07-25 Theodore Ts'obadblocks.c (set_o_direct): Remove debugging printf...
2003-07-12 Theodore Ts'obadblocks.c (do_read, do_write, test_rw): Change the...
2003-07-06 Theodore Ts'oFixx gcc -Wall nitpicks.
2003-05-18 Theodore Ts'obadblocks.c: Use an unsigned integer to support 4-byte...
2003-05-07 Theodore Ts'obadblocks.c, badblocks.8.in: Functional enhancements...
2003-05-07 Theodore Ts'obadblocks.c (test_rw): Fix minor memory leak with test_...
2003-05-03 Theodore Ts'oAdd Czech translation.
2003-04-03 Theodore Ts'obadblocks.c (bb_output): Flush output to the badblocks
2002-10-14 Theodore Ts'oFix gcc -Wall nits.
2002-09-30 Theodore Ts'obadblocks.c (main): Appled sourceforge patch #600451...
2002-03-05 Theodore Ts'oNewer libintl needs LC_CTYPE to be set in addition...
2002-01-02 Theodore Ts'obadblocks.c (main): Open the device as O_RDWR if possib...
2001-05-14 Theodore Ts'oMany files:
2001-05-05 Theodore Ts'oChangeLog, badblocks.8.in, badblocks.c:
2001-01-11 Theodore Ts'oChangeLog, badblocks.c:
2001-01-06 Theodore Ts'oMany files:
2000-07-13 Theodore Ts'oChangeLog, badblocks.8.in, badblocks.c:
2000-07-06 Theodore Ts'oChangeLog, badblocks.8.in, badblocks.c:
2000-07-06 Theodore Ts'oChangeLog, badblocks.8.in, badblocks.c:
2000-07-06 Theodore Ts'oChangeLog, badblocks.c:
2000-04-06 Theodore Ts'oChangeLog, Makefile.in, jump.funcs, jump.import, jump...
2000-04-03 Theodore Ts'oMany files:
2000-04-03 Theodore Ts'oChangeLog, badblocks.8.in, badblocks.c:
2000-02-08 Theodore Ts'obadblocks.c:
2000-02-08 Theodore Ts'oMany files:
2000-02-06 Theodore Ts'oChangeLog, badblocks.8.in, badblocks.c:
2000-01-18 Theodore Ts'oChangeLog, badblocks.c:
1999-07-16 Theodore Ts'oChangeLog, badblocks.c:
1999-07-03 Theodore Ts'oChangeLog, badblocks.c:
1998-06-27 Theodore Ts'oChangeLog, debugfs.8.in, debugfs.c:
1997-10-25 Theodore Ts'oMany files:
1997-10-20 Theodore Ts'oMany files:
1997-09-16 Theodore Ts'oMany files:
1997-04-29 Theodore Ts'oMany files:
next