forked from hardkernel/linux
-
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.
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/k…
…ernel/git/jlbec/ocfs2 * 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2: ocfs2: Trivial cleanup of jbd compatibility layer removal ocfs2: Refresh documentation ocfs2: return f_fsid info in ocfs2_statfs() ocfs2: duplicate inline data properly during reflink. ocfs2: Move ocfs2_complete_reflink to the right place. ocfs2: Return -EINVAL when a device is not ocfs2.
- Loading branch information
Showing
6 changed files
with
83 additions
and
27 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 |
---|---|---|
|
@@ -20,15 +20,16 @@ Lots of code taken from ext3 and other projects. | |
Authors in alphabetical order: | ||
Joel Becker <[email protected]> | ||
Zach Brown <[email protected]> | ||
Mark Fasheh <mark.fasheh@oracle.com> | ||
Mark Fasheh <mfasheh@suse.com> | ||
Kurt Hackel <[email protected]> | ||
Tao Ma <[email protected]> | ||
Sunil Mushran <[email protected]> | ||
Manish Singh <[email protected]> | ||
Tiger Yang <[email protected]> | ||
|
||
Caveats | ||
======= | ||
Features which OCFS2 does not support yet: | ||
- quotas | ||
- Directory change notification (F_NOTIFY) | ||
- Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease) | ||
|
||
|
@@ -70,7 +71,6 @@ commit=nrsec (*) Ocfs2 can be told to sync all its data and metadata | |
performance. | ||
localalloc=8(*) Allows custom localalloc size in MB. If the value is too | ||
large, the fs will silently revert it to the default. | ||
Localalloc is not enabled for local mounts. | ||
localflocks This disables cluster aware flock. | ||
inode64 Indicates that Ocfs2 is allowed to create inodes at | ||
any location in the filesystem, including those which | ||
|
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