forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
- Loading branch information
Showing
926 changed files
with
15,145 additions
and
7,580 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,22 @@ | ||
What: /sys/class/dax/ | ||
Date: May, 2016 | ||
KernelVersion: v4.7 | ||
Contact: [email protected] | ||
Description: Device DAX is the device-centric analogue of Filesystem | ||
DAX (CONFIG_FS_DAX). It allows memory ranges to be | ||
allocated and mapped without need of an intervening file | ||
system. Device DAX is strict, precise and predictable. | ||
Specifically this interface: | ||
|
||
1/ Guarantees fault granularity with respect to a given | ||
page size (pte, pmd, or pud) set at configuration time. | ||
|
||
2/ Enforces deterministic behavior by being strict about | ||
what fault scenarios are supported. | ||
|
||
The /sys/class/dax/ interface enumerates all the | ||
device-dax instances in the system. The ABI is | ||
deprecated and will be removed after 2020. It is | ||
replaced with the DAX bus interface /sys/bus/dax/ where | ||
device-dax instances can be found under | ||
/sys/bus/dax/devices/ |
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 |
---|---|---|
|
@@ -86,6 +86,13 @@ Description: | |
The unit size is one block, now only support configuring in range | ||
of [1, 512]. | ||
|
||
What: /sys/fs/f2fs/<disk>/umount_discard_timeout | ||
Date: January 2019 | ||
Contact: "Jaegeuk Kim" <[email protected]> | ||
Description: | ||
Set timeout to issue discard commands during umount. | ||
Default: 5 secs | ||
|
||
What: /sys/fs/f2fs/<disk>/max_victim_search | ||
Date: January 2014 | ||
Contact: "Jaegeuk Kim" <[email protected]> | ||
|
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
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
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
Oops, something went wrong.