-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 242794 b: refs/heads/master c: a17d473 h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Mar 28, 2011
1 parent
2e4f1c9
commit 922f1e0
Showing
613 changed files
with
23,750 additions
and
12,333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7bf7e370d5919112c223a269462cd0b546903829 | ||
refs/heads/master: a17d47300b4042a3893217c0c3f2d806fe1faa3b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
dm-flakey | ||
========= | ||
|
||
This target is the same as the linear target except that it returns I/O | ||
errors periodically. It's been found useful in simulating failing | ||
devices for testing purposes. | ||
|
||
Starting from the time the table is loaded, the device is available for | ||
<up interval> seconds, then returns errors for <down interval> seconds, | ||
and then this cycle repeats. | ||
|
||
Parameters: <dev path> <offset> <up interval> <down interval> | ||
<dev path>: Full pathname to the underlying block-device, or a | ||
"major:minor" device-number. | ||
<offset>: Starting sector within the device. | ||
<up interval>: Number of seconds device is available. | ||
<down interval>: Number of seconds device returns errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.