]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r281670, r281703:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Apr 2015 00:40:41 +0000 (00:40 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Apr 2015 00:40:41 +0000 (00:40 +0000)
commit36711c4e68f2c7f3019c68ad5d819b10500af90e
tree7417bd0be43558b5f658ed7ec949b66c3945411a
parent11642474194625311675ecf29602e8094216751f
MFC r281670, r281703:
Drop experimental ext2fs dir_index support.

The htree directory index is a highly desirable feature for research
purposes and was meant to improve performance in our ext2/3 driver.
Unfortunately our implementation has two problems:

- It never really delivered any performance improvement.
- It appears to corrupt the filesystem in undetermined circumstances.

Strictly speaking dir_index is not required for read/write support in
ext2/3 and our limited ext4 support still works fine without it.

Regain stability in the ext2 driver by removing it. We may need it back
(fixed) if we want to support encrypted ext4 support but thanks to the
wonders of version control we can always revert this change and bring it
back.

PR: 191895
PR: 198731
PR: 199309

git-svn-id: svn://svn.freebsd.org/base/stable/9@281842 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/files
sys/fs/ext2fs/ext2_dir.h
sys/fs/ext2fs/ext2_extern.h
sys/fs/ext2fs/ext2_hash.c [deleted file]
sys/fs/ext2fs/ext2_htree.c [deleted file]
sys/fs/ext2fs/ext2_lookup.c
sys/fs/ext2fs/ext2_vfsops.c
sys/fs/ext2fs/ext2fs.h
sys/modules/ext2fs/Makefile