Re: Naive HAMMER question

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthew Dillon
Date: Tuesday, January 15, 2008 - 1:42 pm

:The character encoding has to be specified somewhere.  Do we envision
:having differently encoded filenames on the same filesystem?  Filenames
:that are encoded differently than the contents of the file itself?  Does
:the filesystem need to know if a file's contents even have an encoding?
:
:I'm sure these are very old questions, but I know little about how file-
:systems are designed because I've never designed one (and I'm glad :o)

    My personal opinion is with Bill on this one... the filesystems, and
    possibly even the kernel, should just be neutral about the whole mess
    and allow (or at least not disallow) binary encodings, which is pretty
    much how it works now.

    At most I see having a kernel layer to help userland support encodings
    but I don't see the filesystem having one, and I don't see either the
    kernel or the filesystem doing anything sophisticated.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Naive HAMMER question, Matthew Dillon, (Tue Jan 15, 1:42 pm)
Re: Naive HAMMER question, Bill Hacker, (Tue Jan 15, 3:51 pm)
Re: Naive HAMMER question, Joerg Sonnenberger, (Tue Jan 15, 4:18 pm)
Re: Naive HAMMER question, Bill Hacker, (Tue Jan 15, 4:55 pm)
Re: Naive HAMMER question, walt, (Tue Jan 15, 6:17 pm)
Re: Naive HAMMER question, Bill Hacker, (Tue Jan 15, 8:10 pm)