forked from tytso/e2fsprogs
-
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.
ext2_fs.h: Add support for a new inode flag, which is to be used
for indicating the top of directory hierarchies for the Orlov block allocator.
- Loading branch information
Showing
3 changed files
with
16 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2002-11-01 Theodore Ts'o <[email protected]> | ||
|
||
* pf.c: Add support for a new inode flag, which is to be used for | ||
indicating the top of directory hierarchies for the Orlov | ||
block allocator. | ||
|
||
2002-10-25 Theodore Ts'o <[email protected]> | ||
|
||
* ls.c (list_super2): Print the s_mkfs_time field if it is | ||
|
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,5 +1,9 @@ | ||
2002-10-31 Theodore Ts'o <[email protected]> | ||
|
||
* ext2_fs.h: Add support for a new inode flag, which is to be used | ||
for indicating the top of directory hierarchies for the | ||
Orlov block allocator. | ||
|
||
* ismounted.c (check_mntent, check_mntent_file): Add better | ||
support for loopback-mounted filesystems. Check /etc/mtab | ||
if /proc/mounts doesn't turn up any mount flags, since | ||
|
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,3 +1,9 @@ | ||
2002-11-01 Theodore Ts'o <[email protected]> | ||
|
||
* chattr.c, chattr.1.in: Add support for a new inode flag, which | ||
is to be used for indicating the top of directory | ||
hierarchies for the Orlov block allocator. | ||
|
||
2002-10-31 Theodore Ts'o <[email protected]> | ||
|
||
* get_device_by_label.c (read_partitions): Pay attention to | ||
|