]> Zhao Yanbai Git Server - minix.git/commit
isofs: support directories with many entries 02/3502/1
authorDavid van Moolenbroek <david@minix3.org>
Wed, 17 May 2017 23:21:45 +0000 (23:21 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 17 May 2017 23:25:11 +0000 (23:25 +0000)
commit3e2c6c96745db64738bad809b90b163a66e7b201
tree0cbea1e109489e43db6d8f503b8b3aa86bb00089
parent502e7ff95325e67989155cb005ae158e5cf430f9
isofs: support directories with many entries

In particular, remove the hardcoded limit of 4096 entries in a single
directory, as there are (at least) real DVDs out there with more
entries than that.  The implementation of this change requires a
second pass on large directories; performance optimizations are left
to future work.

Change-Id: Ia865ac95797fa2dd36b086779c3f1fef6b2f6a6f
minix/fs/isofs/inode.c
minix/fs/isofs/super.c
minix/fs/isofs/susp_rock_ridge.c