summaryrefslogtreecommitdiff
path: root/misc/badblocks.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-11misc: clean up compiler warningsAndreas Dilger1-0/+2
2011-02-20Merge branch 'maint' into nextTheodore Ts'o1-32/+36
2011-02-20badblocks: Add accounting for different types of errorsTheodore Ts'o1-14/+31
2011-02-20badblocks: Fix up recover_block handling in badblocksTheodore Ts'o1-18/+5
2011-02-18Merge branch 'maint' into nextTheodore Ts'o1-44/+92
2011-02-18badblocks: Only report errors when reading/writing one block at a timeTheodore Ts'o1-38/+71
2011-02-18badblocks: Add the -B option which forces the use of buffered I/OTheodore Ts'o1-2/+11
2011-02-18badblocks: Fix bug so that O_DIRECT mode is correctly enteredTheodore Ts'o1-4/+10
2010-09-24Merge branch 'maint' into nextTheodore Ts'o1-0/+3
2010-08-01badblocks: Deal with UTF-8 characters in progress messageTheodore Ts'o1-0/+3
2010-06-13badblocks: Use ext2fs_get_device_size2()Valerie Aurora Henson1-2/+2
2009-06-29badblocks: Make sure the list of bad blocks found is flushed on interruptTheodore Ts'o1-0/+1
2009-06-29badblocks: Print the currently tested block number when interrupted with ^CTheodore Ts'o1-0/+11
2009-06-02badblocks: Remove 4096 blocksize limitTheodore Ts'o1-5/+0
2009-03-08remove useless if-before-free testsJim Meyering1-2/+1
2008-10-01badblocks: Fix progress output for "badblocks -sw /dev/XXX"Theodore Ts'o1-1/+1
2008-09-05badblocks: Display time and percentage complete in verbose mode.Manish Katiyar1-4/+46
2008-09-02badblocks: Open the device with O_LARGEFILETheodore Ts'o1-2/+6
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-36/+36
2008-07-18badblocks: Insert a missing "\n" in the usage string.Benno Schulenberg1-1/+5
2008-07-13badblocks: If nanosleep() does not exist, try using usleep() insteadTheodore Ts'o1-0/+18
2008-07-10badblocks: Use standard terminology for first/last blockTheodore Ts'o1-23/+22
2008-07-06badblocks: Fix crash when lots of -t patterns givenTheodore Ts'o1-1/+2
2008-07-06Clean up some trivial build warningsEric Sandeen1-0/+1
2008-06-21badblocks: fix a bug in the read throttlingIustin Pop1-2/+3
2008-06-17badblocks: implement read throttlingIustin Pop1-2/+31
2008-06-17badblocks: fix a possible bug in parse_uintIustin Pop1-0/+1
2008-06-17badblocks: add a max bad blocks count optionIustin Pop1-2/+30
2007-10-22badblocks: Factor out calls to strtoul to a helper functionTheodore Ts'o1-36/+25
2007-10-22badblocks: Change unsigned long to blk_t and unsigned int, as appropriateTheodore Ts'o1-34/+40
2007-10-22badblocks: Use unsigned int instead of unsigned long for test patternsTheodore Ts'o1-11/+11
2007-08-03Fix gcc -Wall warningsTheodore Ts'o1-1/+1
2007-06-04Fix error checking of badblock's last-block and start-block argumentsTheodore Ts'o1-4/+12
2006-11-17Adjust badblocks -n/-w exclusive usage messageTheodore Ts'o1-2/+3
2006-11-12Add explanatory message to badblocks that -n and -w are mutually exclusiveTheodore Ts'o1-2/+9
2006-10-03Fix interpretation of the last_block command-line parameter to badblocksTheodore Ts'o1-5/+5
2006-05-13Fix read/write badblocks testing in mke2fs and e2fsckTheodore Ts'o1-3/+7
2005-09-24Fix display bug in badblocks -wTheodore Ts'o1-1/+1
2005-06-20Fix e2fsprogs messages for grammar and consistency, based on suggestionsTheodore Ts'o1-2/+2
2005-06-05On Linux 2.6 systems, mke2fs and badblocks will check to see whetherTheodore Ts'o1-9/+19
2005-05-05Corrects a few mistakes in the fsck man page, wraps two overlong lines,Theodore Ts'o1-3/+3
2005-01-06badblocks.c (alarm_intr): Increase the number of spaces reservedTheodore Ts'o1-5/+3
2004-09-19badblocks.c: Use _() around done_string, so that it getsTheodore Ts'o1-4/+4
2004-02-28badblocks.c (main): Change the default number of blocks testedTheodore Ts'o1-1/+1
2004-02-26badblocks.c (pattern_fill): Fix bug accidentally added whenTheodore Ts'o1-1/+1
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-32/+32
2003-08-01badblocks.c (set_o_direct): Add check to make sure the fileTheodore Ts'o1-4/+27
2003-07-25badblocks.c (set_o_direct): Remove debugging printf. (AddressesTheodore Ts'o1-1/+1
2003-07-12badblocks.c (do_read, do_write, test_rw): Change the read/writeTheodore Ts'o1-58/+142
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-11/+11