haiku/headers/private/kernel/disk_device_manager
Ingo Weinhold bf95c9aee6 * The shadow_changed() FS and partitioning system hooks take an
additional partition_data* child parameter now.
* _user_get_partitionable_spaces() doesn't need to copy the buffer into
  the kernel, since it is no input parameter. It also copies back the
  actual partitionable spaces count on error, now -- B_BUFFER_OVERFLOW
  is returned when the buffer was too small, but then the count must be
  returned too.
* Fixed several instances of syscall implementations that unloaded a disk
  system, although they didn't load it in the first place. This screwed
  up the load count with undesirable consequences.
* _user_create_child_partition() would set the size to the supplied
  offset.
* Fixed broken loop in KPhysicalPartition::CreateShadowPartition().
* KPartition::RemoveChild() notified the listeners about the wrong
  event.
* Intel partitioning module:
  - The *_get_partitionable_spaces() correctly return B_BUFFER_OVERFLOW
    now, if the supplied buffer is too small.
  - Implemented a part of pm_shadow_changed(), which creates and updates
    the PartitionMap, so that the validate_*() hooks have a chance to
    work at all.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22475 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-07 15:39:35 +00:00
..
ddm_modules.h * The shadow_changed() FS and partitioning system hooks take an 2007-10-07 15:39:35 +00:00
ddm_userland_interface.h Fixed comment. 2007-10-07 15:17:38 +00:00
KDiskDevice.h Make the compiler happy. Shadowing super class methods with different signature is a very annoying C++ feature. 2005-01-26 14:57:35 +00:00
KDiskDeviceJob.h * Style cleanup. 2007-07-27 16:32:47 +00:00
KDiskDeviceJobFactory.h We always resize the partition contents. 2003-09-29 21:43:11 +00:00
KDiskDeviceJobQueue.h Added a KDiskDevice* parameter to the constructor. 2003-07-31 22:46:38 +00:00
KDiskDeviceManager.h Added scan_partition() function which can be used by disk systems (e.g. 2007-10-04 18:03:24 +00:00
KDiskDeviceUtils.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
KDiskSystem.h * The shadow_changed() FS and partitioning system hooks take an 2007-10-07 15:39:35 +00:00
KFileDiskDevice.h * Reworked publishing/unpublishing of the device. This is now basically 2004-10-28 22:22:04 +00:00
KFileSystem.h * The shadow_changed() FS and partitioning system hooks take an 2007-10-07 15:39:35 +00:00
KPartition.h Partitions do now know whether they have already been published and 2007-09-07 00:05:06 +00:00
KPartitioningSystem.h * The shadow_changed() FS and partitioning system hooks take an 2007-10-07 15:39:35 +00:00
KPartitionListener.h Added a KPartition listener mechanism and made use of it to keep shadow partitions with the corresponding physical ones in sync. 2003-09-28 22:04:13 +00:00
KPartitionVisitor.h Added KPartitionVisitor class used for advanced partition tree traversal. 2003-08-03 18:23:53 +00:00
KPhysicalPartition.h * Style cleanup. 2007-07-27 16:32:47 +00:00
KShadowPartition.h * Style cleanup. 2007-07-27 16:32:47 +00:00
RWLocker.h Moved to headers/private/kernel/disk_device_manager, since it is included by KDiskDevice.h. 2004-10-27 21:38:01 +00:00