public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: John Richard Moser <nigelenki@comcast.net>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Designing Another File System
Date: Tue, 30 Nov 2004 16:31:10 +0000	[thread overview]
Message-ID: <1101832268.25609.59.camel@localhost.localdomain> (raw)
In-Reply-To: <41ABF7C5.5070609@comcast.net>

On Maw, 2004-11-30 at 04:32, John Richard Moser wrote:
> I've been interested in file system design for a while, and I think I
> may be able to design one.  Being poor, I would like to patent/sell it
> when done; however, whatever the result, I'd assuredly give a free
> license to implement the resulting file system in GPL2 licensed code 

Several other vendors have followed this kind of dual model - MySQL,
Troll Tech and Sleepycat being three obvious examples.

> - - 64 bit indices indicating the exact physical location on disk of
> Inodes, giving a O(1) seek to the Inode itself

Until you get a bad block 8) or want to find it in memory (which is the
usual case)

> 1)  Can Unix utilities in general deal with 64 bit Inodes?  (Most
> programs I assume won't care; ls -i and df -i might have trouble)

You would have to ask a unix source code licensee. For Linux inodes can
be 64bit on 64bit platforms, although you would undoubtedly found some
oddments that were not resolved.

> 4)  What basic information do I absolutely *need* in my Inodes? (I'm
> thinking {type,atime,dtime,ctime,mtime,posix_dac,meta_data_offset,size,\
  links}

See posix 1003.1 and the Single Unix SPecification. That defines the
behaviour.

> 5)  What basic information do I absolutely *need* in my directory
> entries? (I'm thinking {name,inode})

Ditto 

> 6)  How do I lay out a time field for atime/dtime/ctime/mtime?

Internal issue to the file system.



  parent reply	other threads:[~2004-11-30 17:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-30  4:32 Designing Another File System John Richard Moser
2004-11-30  7:16 ` Bernd Eckenfels
2004-11-30 13:07 ` Helge Hafting
2004-12-01  1:16   ` John Richard Moser
2004-11-30 16:31 ` Alan Cox [this message]
2004-11-30 18:28 ` Valdis.Kletnieks
2004-11-30 17:46   ` Alan Cox
2004-11-30 19:00     ` Jan Engelhardt
2004-11-30 19:14     ` Valdis.Kletnieks
2004-11-30 20:22       ` Valdis.Kletnieks
2004-12-02 23:32     ` David Woodhouse
2004-12-01  1:35   ` John Richard Moser
2004-11-30 19:22 ` Phil Lougher
2004-12-01  1:42   ` John Richard Moser
2004-12-01  2:46     ` Phil Lougher
2004-12-01  4:32       ` Bernd Eckenfels
2004-12-01  7:51         ` Phil Lougher
2004-12-01  5:11       ` John Richard Moser
2004-12-02 20:18   ` Jan Knutar
2004-12-07  2:01     ` Phil Lougher
2004-12-07  2:31       ` John Richard Moser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1101832268.25609.59.camel@localhost.localdomain \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nigelenki@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox