From a2c8bf94834b29d7679ae0bb9b4e7a4deb1c6f42 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 1 Nov 2002 02:01:41 -0500 Subject: [PATCH] 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. --- lib/e2p/ChangeLog | 6 ++++++ lib/ext2fs/ChangeLog | 4 ++++ misc/ChangeLog | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index 252e40c..91c1c76 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,3 +1,9 @@ +2002-11-01 Theodore Ts'o + + * 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 * ls.c (list_super2): Print the s_mkfs_time field if it is diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 634e43e..3738802 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,5 +1,9 @@ 2002-10-31 Theodore Ts'o + * 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 diff --git a/misc/ChangeLog b/misc/ChangeLog index c455454..6e793da 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,9 @@ +2002-11-01 Theodore Ts'o + + * 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 * get_device_by_label.c (read_partitions): Pay attention to -- 1.8.3.1