[Midnightbsd-cvs] src [7907] U trunk/sys/fs/ext2fs: add htree related items
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 14 15:20:53 EDT 2016
Revision: 7907
http://svnweb.midnightbsd.org/src/?rev=7907
Author: laffer1
Date: 2016-09-14 15:20:53 -0400 (Wed, 14 Sep 2016)
Log Message:
-----------
add htree related items
Modified Paths:
--------------
trunk/sys/fs/ext2fs/ext2_dinode.h
trunk/sys/fs/ext2fs/ext2fs.h
Property Changed:
----------------
trunk/sys/fs/ext2fs/ext2_balloc.c
trunk/sys/fs/ext2fs/ext2_bmap.c
trunk/sys/fs/ext2fs/ext2_dinode.h
trunk/sys/fs/ext2fs/ext2_dir.h
trunk/sys/fs/ext2fs/ext2_extern.h
trunk/sys/fs/ext2fs/ext2_inode.c
trunk/sys/fs/ext2fs/ext2_inode_cnv.c
trunk/sys/fs/ext2fs/ext2_lookup.c
trunk/sys/fs/ext2fs/ext2_mount.h
trunk/sys/fs/ext2fs/ext2_subr.c
trunk/sys/fs/ext2fs/ext2_vfsops.c
trunk/sys/fs/ext2fs/ext2_vnops.c
trunk/sys/fs/ext2fs/ext2fs.h
trunk/sys/fs/ext2fs/fs.h
trunk/sys/fs/ext2fs/inode.h
Index: trunk/sys/fs/ext2fs/ext2_balloc.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_balloc.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_balloc.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_balloc.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_bmap.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_bmap.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_bmap.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_bmap.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/sys/fs/ext2fs/ext2_dinode.h
===================================================================
--- trunk/sys/fs/ext2fs/ext2_dinode.h 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_dinode.h 2016-09-14 19:20:53 UTC (rev 7907)
@@ -57,10 +57,12 @@
#define EXT2_COMPR 0x00000004 /* Compress file */
#define EXT2_SYNC 0x00000008 /* Synchronous updates */
#define EXT2_IMMUTABLE 0x00000010 /* Immutable file */
-#define EXT2_APPEND 0x00000020 /* writes to file may only append */
+#define EXT2_APPEND 0x00000020 /* writes to file may only append */
#define EXT2_NODUMP 0x00000040 /* do not dump file */
#define EXT2_NOATIME 0x00000080 /* do not update atime */
+#define EXT2_HTREE 0x00001000 /* HTree-indexed directory */
+
/*
* Definitions for nanosecond timestamps.
* Ext3 inode versioning, 2006-12-13.
Property changes on: trunk/sys/fs/ext2fs/ext2_dinode.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_dir.h
===================================================================
--- trunk/sys/fs/ext2fs/ext2_dir.h 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_dir.h 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_dir.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_extern.h
===================================================================
--- trunk/sys/fs/ext2fs/ext2_extern.h 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_extern.h 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_extern.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_inode.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_inode.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_inode.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_inode.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_inode_cnv.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_inode_cnv.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_inode_cnv.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_inode_cnv.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_lookup.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_lookup.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_lookup.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_lookup.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_mount.h
===================================================================
--- trunk/sys/fs/ext2fs/ext2_mount.h 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_mount.h 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_mount.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_subr.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_subr.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_subr.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_subr.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_vfsops.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_vfsops.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_vfsops.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_vfsops.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/ext2_vnops.c
===================================================================
--- trunk/sys/fs/ext2fs/ext2_vnops.c 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2_vnops.c 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/ext2_vnops.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/sys/fs/ext2fs/ext2fs.h
===================================================================
--- trunk/sys/fs/ext2fs/ext2fs.h 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/ext2fs.h 2016-09-14 19:20:53 UTC (rev 7907)
@@ -210,6 +210,7 @@
#define EXT2F_COMPAT_PREALLOC 0x0001
#define EXT2F_COMPAT_HASJOURNAL 0x0004
#define EXT2F_COMPAT_RESIZE 0x0010
+#define EXT2F_COMPAT_HTREE 0x0020
#define EXT2F_ROCOMPAT_SPARSESUPER 0x0001
#define EXT2F_ROCOMPAT_LARGEFILE 0x0002
Property changes on: trunk/sys/fs/ext2fs/ext2fs.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/fs.h
===================================================================
--- trunk/sys/fs/ext2fs/fs.h 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/fs.h 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/fs.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/fs/ext2fs/inode.h
===================================================================
--- trunk/sys/fs/ext2fs/inode.h 2016-09-14 19:19:34 UTC (rev 7906)
+++ trunk/sys/fs/ext2fs/inode.h 2016-09-14 19:20:53 UTC (rev 7907)
Property changes on: trunk/sys/fs/ext2fs/inode.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list