]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/dx_dirinfo.c
Add initial support for htree directories.
authorTheodore Ts'o <tytso@mit.edu>
Wed, 26 Jun 2002 03:26:34 +0000 (23:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Jun 2002 03:26:34 +0000 (23:26 -0400)
commit8fdc9985c1e2a4467630b33719b7feb281b7b33b
tree62568b09c49c9df3d49fe5e3cec0f6b6b446695e
parent88372d5c4b2ebd0405446b42de65bf2b0ebb2408
Add initial support for htree directories.
27 files changed:
ChangeLog
configure
configure.in
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/dx_dirinfo.c [new file with mode: 0644]
e2fsck/e2fsck.c
e2fsck/e2fsck.h
e2fsck/message.c
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/unix.c
tests/ChangeLog
tests/Makefile.in
tests/f_h_badnode/expect.1 [new file with mode: 0644]
tests/f_h_badnode/expect.2 [new file with mode: 0644]
tests/f_h_badnode/image.gz [new file with mode: 0644]
tests/f_h_badnode/name [new file with mode: 0644]
tests/f_h_badnode/script [new file with mode: 0644]
tests/f_h_normal/expect.1 [new file with mode: 0644]
tests/f_h_normal/expect.2 [new file with mode: 0644]
tests/f_h_normal/image.gz [new file with mode: 0644]
tests/f_h_normal/name [new file with mode: 0644]
tests/f_h_normal/script [new file with mode: 0644]
tests/f_h_normal/script~ [new file with mode: 0644]