index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
badblocks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-11
misc: clean up compiler warnings
Andreas Dilger
1
-0
/
+2
2011-02-20
Merge branch 'maint' into next
Theodore Ts'o
1
-32
/
+36
2011-02-20
badblocks: Add accounting for different types of errors
Theodore Ts'o
1
-14
/
+31
2011-02-20
badblocks: Fix up recover_block handling in badblocks
Theodore Ts'o
1
-18
/
+5
2011-02-18
Merge branch 'maint' into next
Theodore Ts'o
1
-44
/
+92
2011-02-18
badblocks: Only report errors when reading/writing one block at a time
Theodore Ts'o
1
-38
/
+71
2011-02-18
badblocks: Add the -B option which forces the use of buffered I/O
Theodore Ts'o
1
-2
/
+11
2011-02-18
badblocks: Fix bug so that O_DIRECT mode is correctly entered
Theodore Ts'o
1
-4
/
+10
2010-09-24
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+3
2010-08-01
badblocks: Deal with UTF-8 characters in progress message
Theodore Ts'o
1
-0
/
+3
2010-06-13
badblocks: Use ext2fs_get_device_size2()
Valerie Aurora Henson
1
-2
/
+2
2009-06-29
badblocks: Make sure the list of bad blocks found is flushed on interrupt
Theodore Ts'o
1
-0
/
+1
2009-06-29
badblocks: Print the currently tested block number when interrupted with ^C
Theodore Ts'o
1
-0
/
+11
2009-06-02
badblocks: Remove 4096 blocksize limit
Theodore Ts'o
1
-5
/
+0
2009-03-08
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2008-10-01
badblocks: Fix progress output for "badblocks -sw /dev/XXX"
Theodore Ts'o
1
-1
/
+1
2008-09-05
badblocks: Display time and percentage complete in verbose mode.
Manish Katiyar
1
-4
/
+46
2008-09-02
badblocks: Open the device with O_LARGEFILE
Theodore Ts'o
1
-2
/
+6
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
1
-36
/
+36
2008-07-18
badblocks: Insert a missing "\n" in the usage string.
Benno Schulenberg
1
-1
/
+5
2008-07-13
badblocks: If nanosleep() does not exist, try using usleep() instead
Theodore Ts'o
1
-0
/
+18
2008-07-10
badblocks: Use standard terminology for first/last block
Theodore Ts'o
1
-23
/
+22
2008-07-06
badblocks: Fix crash when lots of -t patterns given
Theodore Ts'o
1
-1
/
+2
2008-07-06
Clean up some trivial build warnings
Eric Sandeen
1
-0
/
+1
2008-06-21
badblocks: fix a bug in the read throttling
Iustin Pop
1
-2
/
+3
2008-06-17
badblocks: implement read throttling
Iustin Pop
1
-2
/
+31
2008-06-17
badblocks: fix a possible bug in parse_uint
Iustin Pop
1
-0
/
+1
2008-06-17
badblocks: add a max bad blocks count option
Iustin Pop
1
-2
/
+30
2007-10-22
badblocks: Factor out calls to strtoul to a helper function
Theodore Ts'o
1
-36
/
+25
2007-10-22
badblocks: Change unsigned long to blk_t and unsigned int, as appropriate
Theodore Ts'o
1
-34
/
+40
2007-10-22
badblocks: Use unsigned int instead of unsigned long for test patterns
Theodore Ts'o
1
-11
/
+11
2007-08-03
Fix gcc -Wall warnings
Theodore Ts'o
1
-1
/
+1
2007-06-04
Fix error checking of badblock's last-block and start-block arguments
Theodore Ts'o
1
-4
/
+12
2006-11-17
Adjust badblocks -n/-w exclusive usage message
Theodore Ts'o
1
-2
/
+3
2006-11-12
Add explanatory message to badblocks that -n and -w are mutually exclusive
Theodore Ts'o
1
-2
/
+9
2006-10-03
Fix interpretation of the last_block command-line parameter to badblocks
Theodore Ts'o
1
-5
/
+5
2006-05-13
Fix read/write badblocks testing in mke2fs and e2fsck
Theodore Ts'o
1
-3
/
+7
2005-09-24
Fix display bug in badblocks -w
Theodore Ts'o
1
-1
/
+1
2005-06-20
Fix e2fsprogs messages for grammar and consistency, based on suggestions
Theodore Ts'o
1
-2
/
+2
2005-06-05
On Linux 2.6 systems, mke2fs and badblocks will check to see whether
Theodore Ts'o
1
-9
/
+19
2005-05-05
Corrects a few mistakes in the fsck man page, wraps two overlong lines,
Theodore Ts'o
1
-3
/
+3
2005-01-06
badblocks.c (alarm_intr): Increase the number of spaces reserved
Theodore Ts'o
1
-5
/
+3
2004-09-19
badblocks.c: Use _() around done_string, so that it gets
Theodore Ts'o
1
-4
/
+4
2004-02-28
badblocks.c (main): Change the default number of blocks tested
Theodore Ts'o
1
-1
/
+1
2004-02-26
badblocks.c (pattern_fill): Fix bug accidentally added when
Theodore Ts'o
1
-1
/
+1
2003-12-07
Fix gcc -Wall nitpicks
Theodore Ts'o
1
-32
/
+32
2003-08-01
badblocks.c (set_o_direct): Add check to make sure the file
Theodore Ts'o
1
-4
/
+27
2003-07-25
badblocks.c (set_o_direct): Remove debugging printf. (Addresses
Theodore Ts'o
1
-1
/
+1
2003-07-12
badblocks.c (do_read, do_write, test_rw): Change the read/write
Theodore Ts'o
1
-58
/
+142
2003-07-06
Fixx gcc -Wall nitpicks.
Theodore Ts'o
1
-11
/
+11
[next]