-
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.
- Loading branch information
0 parents
commit 4fd60b4
Showing
735 changed files
with
171,019 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
charset = utf-8 | ||
indent_style = tab | ||
indent_size = 8 | ||
|
||
[*.py] | ||
indent_size = 4 |
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,10 @@ | ||
SUBSYSTEM!="block", GOTO="btrfs_end" | ||
KERNEL!="dm-[0-9]*", GOTO="btrfs_end" | ||
ACTION!="add|change", GOTO="btrfs_end" | ||
ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end" | ||
|
||
# Once the device mapper symlink is created, tell btrfs about it | ||
# so we get the friendly name in /proc/mounts (and tools that read it) | ||
ENV{DM_NAME}=="?*", RUN{builtin}+="btrfs ready /dev/mapper/$env{DM_NAME}" | ||
|
||
LABEL="btrfs_end" |
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,9 @@ | ||
SUBSYSTEM!="block", GOTO="btrfs_end" | ||
ACTION!="add|change", GOTO="btrfs_end" | ||
ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end" | ||
|
||
# Zoned btrfs needs an IO scheduler that supports zone write locking and | ||
# currently mq-deadline is the only scheduler capable of this. | ||
ATTR{queue/zoned}=="host-managed", ATTR{queue/scheduler}="mq-deadline" | ||
|
||
LABEL="btrfs_end" |
Oops, something went wrong.