haiku/headers/os/storage
Ingo Weinhold 76a8ec23db * Added disk system flags for whether a partition name and partition
content name are supported.
* Added file_system_module_info::flags (analogously to
  partition_module_info::flags) which indicate which disk device
  features the FS supports.
* Replaced the
  file_system_module_info/partition_module_info::supports_*()
  hooks by a get_supported_operations() hook and for partitioning
  systems additionally a get_supported_child_operations() hook.
* Updated file and partitioning systems accordingly.
* Updated fs_shell accordingly.
* Updated the DDM accordingly. The syscall interface remains unchanged,
  though.
* _user_supports_initializing_partition() also checks whether the parent
  partitioning system is content now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22043 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-08-22 21:21:30 +00:00
..
AppFileInfo.h * integration of vector icons with the registrar and the mime data base 2006-08-29 17:06:23 +00:00
Directory.h * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel 2006-06-21 13:49:16 +00:00
DiskDeviceDefs.h * Added disk system flags for whether a partition name and partition 2007-08-22 21:21:30 +00:00
Entry.h Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
EntryList.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
File.h * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel 2006-06-21 13:49:16 +00:00
FilePanel.h Rewrote FilePanel.h, cleanup. 2005-11-14 15:53:46 +00:00
FindDirectory.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
Mime.h Finally fixed update_mime_info(). As Be's version it understands two 2006-01-28 19:41:07 +00:00
MimeType.h Somehow the vector icon version of GetIconForType() was missing. 2006-11-15 17:37:26 +00:00
Node.h Fixed build under Dano (and probably Zeta, too); our headers used entry_ref resp. 2007-07-04 23:20:05 +00:00
NodeInfo.h * added new icon specific verions of GetIcon and SetIcon 2006-11-16 00:12:15 +00:00
NodeMonitor.h The curse of aging... a trembling hand. ;-) 2005-02-02 14:26:42 +00:00
Path.h modified to provider better R5 compatibility 2002-10-23 13:45:47 +00:00
Query.h Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
Resources.h Added a few more constructors and initialization methods. Among them two 2006-02-01 00:15:01 +00:00
ResourceStrings.h Renamed the private virtual slots back to their original (R5) names. We would break binary compatibility otherwise, or at least had to do some additional work to maintain nevertheless. 2003-02-11 18:17:25 +00:00
Statable.h Fixed binary compatibility problem I introduced yesterday. 2007-05-05 05:46:08 +00:00
StorageDefs.h * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel 2006-06-21 13:49:16 +00:00
SymLink.h Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
Volume.h Renamed the private virtual slots back to their original (R5) names. We would break binary compatibility otherwise, or at least had to do some additional work to maintain nevertheless. 2003-02-11 18:17:25 +00:00
VolumeRoster.h Renamed the private virtual slots back to their original (R5) names. We would break binary compatibility otherwise, or at least had to do some additional work to maintain nevertheless. 2003-02-11 18:17:25 +00:00