From: jenn sirp <sirp1@llnl.gov>
To: reiserfs-list@namesys.com
Subject: Re: repost for readdir
Date: 24 Jun 2004 12:28:40 -0700 [thread overview]
Message-ID: <1088105320.2573.35.camel@murdock.llnl.gov> (raw)
>
> Do you mean readdir library function? It reads directory and fills
> dirent structures. It does not sort anything. It even does not stat
> files names of which it reads.
My project here was to alter reiserFS for automatic file queueing. When
files are written their names are automatically placed in a linked list
-- or queue in FIFO or LIFO order. A call to ioctl will return the next
file from the queue. This works for directories too.(every dir has it's
own set of queues). These queues, or lists, reflect the state that the
files are in i.e. enqueued, processing, error, etc.. Every time a file
is written in with a certain prefix the queues for that directory are
updated accordingly.
The purpose behind this type of system is to speed up file processing on
a server that receives queries and sends requests onto a database to be
processed.
I thought that Hans had mentioned that he would accept a readdir plug-in
for Reiser4. I took this to mean the reiserfs_readdir function. But
perhaps I misunderstood.
Thanks so much,
Jenn
next reply other threads:[~2004-06-24 19:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-24 19:28 jenn sirp [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-06-24 19:30 repost for readdir jenn sirp
2004-06-23 23:09 jenn sirp
2004-06-24 17:20 ` Vladimir V. Saveliev
2004-06-24 18:27 ` Hans Reiser
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=1088105320.2573.35.camel@murdock.llnl.gov \
--to=sirp1@llnl.gov \
--cc=reiserfs-list@namesys.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.