aboutsummaryrefslogtreecommitdiffstats
path: root/misc/badblocks.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-110/+188
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-188/+110
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* Clean up sparse warningsTheodore Ts'o2013-12-161-7/+7
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-28/+37
* libext2fs: reject 64bit badblocks numbersDarrick J. Wong2013-10-231-3/+18
* misc: fix gcc -Wall warningsTheodore Ts'o2013-05-191-8/+8
* misc: cleanup unused variables on MacOSAndreas Dilger2012-12-291-12/+12
* badblocks: honor the -s option when in read-only -t modeTheodore Ts'o2012-02-171-4/+3
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-051-0/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* misc: clean up compiler warningsAndreas Dilger2011-06-111-0/+2
* Merge branch 'maint' into nextTheodore Ts'o2011-02-201-32/+36
|\
| * badblocks: Add accounting for different types of errorsTheodore Ts'o2011-02-201-14/+31
| * badblocks: Fix up recover_block handling in badblocksTheodore Ts'o2011-02-201-18/+5
* | Merge branch 'maint' into nextTheodore Ts'o2011-02-181-44/+92
|\|
| * badblocks: Only report errors when reading/writing one block at a timeTheodore Ts'o2011-02-181-38/+71
| * badblocks: Add the -B option which forces the use of buffered I/OTheodore Ts'o2011-02-181-2/+11
| * badblocks: Fix bug so that O_DIRECT mode is correctly enteredTheodore Ts'o2011-02-181-4/+10
* | Merge branch 'maint' into nextTheodore Ts'o2010-09-241-0/+3
|\|
| * badblocks: Deal with UTF-8 characters in progress messageTheodore Ts'o2010-08-011-0/+3
* | badblocks: Use ext2fs_get_device_size2()Valerie Aurora Henson2010-06-131-2/+2
|/
* badblocks: Make sure the list of bad blocks found is flushed on interruptTheodore Ts'o2009-06-291-0/+1
* badblocks: Print the currently tested block number when interrupted with ^CTheodore Ts'o2009-06-291-0/+11
* badblocks: Remove 4096 blocksize limitTheodore Ts'o2009-06-021-5/+0
* remove useless if-before-free testsJim Meyering2009-03-081-2/+1
* badblocks: Fix progress output for "badblocks -sw /dev/XXX"Theodore Ts'o2008-10-011-1/+1
* badblocks: Display time and percentage complete in verbose mode.Manish Katiyar2008-09-051-4/+46
* badblocks: Open the device with O_LARGEFILETheodore Ts'o2008-09-021-2/+6
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-36/+36
* badblocks: Insert a missing "\n" in the usage string.Benno Schulenberg2008-07-181-1/+5
* badblocks: If nanosleep() does not exist, try using usleep() insteadTheodore Ts'o2008-07-131-0/+18
* badblocks: Use standard terminology for first/last blockTheodore Ts'o2008-07-101-23/+22
* badblocks: Fix crash when lots of -t patterns givenTheodore Ts'o2008-07-061-1/+2
* Clean up some trivial build warningsEric Sandeen2008-07-061-0/+1
* badblocks: fix a bug in the read throttlingIustin Pop2008-06-211-2/+3
* badblocks: implement read throttlingIustin Pop2008-06-171-2/+31
* badblocks: fix a possible bug in parse_uintIustin Pop2008-06-171-0/+1
* badblocks: add a max bad blocks count optionIustin Pop2008-06-171-2/+30
* badblocks: Factor out calls to strtoul to a helper functionTheodore Ts'o2007-10-221-36/+25
* badblocks: Change unsigned long to blk_t and unsigned int, as appropriateTheodore Ts'o2007-10-221-34/+40
* badblocks: Use unsigned int instead of unsigned long for test patternsTheodore Ts'o2007-10-221-11/+11
* Fix gcc -Wall warningsTheodore Ts'o2007-08-031-1/+1
* Fix error checking of badblock's last-block and start-block argumentsTheodore Ts'o2007-06-041-4/+12
* Adjust badblocks -n/-w exclusive usage messageTheodore Ts'o2006-11-171-2/+3
* Add explanatory message to badblocks that -n and -w are mutually exclusiveTheodore Ts'o2006-11-121-2/+9
* Fix interpretation of the last_block command-line parameter to badblocksTheodore Ts'o2006-10-031-5/+5
* Fix read/write badblocks testing in mke2fs and e2fsckTheodore Ts'o2006-05-131-3/+7
* Fix display bug in badblocks -wTheodore Ts'o2005-09-241-1/+1
* Fix e2fsprogs messages for grammar and consistency, based on suggestionsTheodore Ts'o2005-06-201-2/+2