All of lore.kernel.org
 help / color / mirror / Atom feed
* Implementing an attribute directory.
@ 2005-11-20 21:17 Peter van Hardenberg
  2005-11-21  7:47 ` Hans Reiser
  0 siblings, 1 reply; 15+ messages in thread
From: Peter van Hardenberg @ 2005-11-20 21:17 UTC (permalink / raw)
  To: reiserfs-list

We have an implementation plan for the attribute plugin. We plan to base it 
around the plugin.c so that it can be available for all files, directory or 
otherwise.

Every file which has a pseudo will gain a new user-attributes pseudofile. This 
pseudofile will essentially wrap a standard directory. In order to provide 
support for this directory, this plugin will include a new field on the inode 
which points to a standard dir_file.

When a new file is created, this inode will be created as well, and when a 
file is deleted, this one must be removed (with children) as well. Future 
versions should provide the optimization of only creating the inode once it 
becomes needed and otherwise simulating an empty directory.

Namesys folks, does this seem like a good course of action?

-pvh

-- 
Peter van Hardenberg (pvh@pvh.ca)
Victoria, BC, Canada

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-12-10  3:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-20 21:17 Implementing an attribute directory Peter van Hardenberg
2005-11-21  7:47 ` Hans Reiser
2005-11-23  8:57   ` Two usage examples for attribute directories Peter van Hardenberg
2005-12-03  0:25     ` Peter Foldiak
2005-12-03  0:49       ` Peter van Hardenberg
2005-12-03 10:54         ` Peter Foldiak
2005-12-04  7:04           ` Hans Reiser
2005-12-04 15:04           ` Alexander G. M. Smith
2005-12-05  4:27           ` Peter van Hardenberg
2005-12-08 14:12             ` Peter Foldiak
2005-12-08 20:40               ` Hubert Chan
2005-12-10  1:11                 ` Nate Diller
2005-12-10  1:46                   ` Hans Reiser
2005-12-10  3:11                   ` Hubert Chan
2005-12-09  8:25               ` Hans Reiser

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.