haiku/src/kernel/core/disk_device_manager
Ingo Weinhold 283e146548 Aesthetical change.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4871 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-29 21:45:22 +00:00
..
jobs Aesthetical change. 2003-09-29 21:45:22 +00:00
ddm_operation_validation.cpp Moved the validation functions out of ddm_userland_interface.cpp into ddm_operation_validation.{cpp,h} for re-use. 2003-09-29 21:40:36 +00:00
ddm_operation_validation.h Moved the validation functions out of ddm_userland_interface.cpp into ddm_operation_validation.{cpp,h} for re-use. 2003-09-29 21:40:36 +00:00
ddm_userland_interface.cpp Moved the validation functions out of ddm_userland_interface.cpp into ddm_operation_validation.{cpp,h} for re-use. 2003-09-29 21:40:36 +00:00
disk_device_manager.cpp Added set_disk_device_job_error_message() for setting an error message, when an error occurs while executing a job. 2003-09-28 19:29:36 +00:00
Jamfile Moved the validation functions out of ddm_userland_interface.cpp into ddm_operation_validation.{cpp,h} for re-use. 2003-09-29 21:40:36 +00:00
KDiskDevice.cpp Added support for relocation. 2003-09-28 15:15:20 +00:00
KDiskDeviceJob.cpp Added setter/getter for an error message. Should be set to something informative when while executing a job an error occurs. 2003-09-28 19:28:27 +00:00
KDiskDeviceJobFactory.cpp We always resize the partition contents. 2003-09-29 21:43:11 +00:00
KDiskDeviceJobGenerator.cpp We always resize the partition contents. 2003-09-29 21:43:11 +00:00
KDiskDeviceJobGenerator.h Joined the methods generating the delete child and uninitialize jobs -- otherwise we'd delete children of partitions that are uninitialized. Fixed several small bugs. 2003-09-22 21:43:13 +00:00
KDiskDeviceJobQueue.cpp Debug output. 2003-09-28 19:30:12 +00:00
KDiskDeviceManager.cpp Another fix of the code that updates which partitions are still busy. Hopefully the last one. 2003-09-29 21:43:59 +00:00
KDiskSystem.cpp * Added ShadowPartitionChanged() to KDiskSystem and respective hooks 2003-07-24 22:53:23 +00:00
KFileDiskDevice.cpp Made KPartition abstract and derived two classes, KPhysicalPartition 2003-07-04 23:45:26 +00:00
KFileSystem.cpp * Added ShadowPartitionChanged() to KDiskSystem and respective hooks 2003-07-24 22:53:23 +00:00
KPartition.cpp 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
KPartitioningSystem.cpp Implemented Resize() and ResizeChild(). 2003-09-29 21:44:21 +00:00
KPartitionListener.cpp 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.cpp Added KPartitionVisitor class used for advanced partition tree traversal. 2003-08-03 18:23:53 +00:00
KPhysicalPartition.cpp Shadow partition related changes: 2003-07-15 01:00:24 +00:00
KShadowPartition.cpp 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
Locker.cpp A slightly modified BLocker. We should provide something like this for the kernel. 2003-06-10 22:29:52 +00:00
Locker.h A slightly modified BLocker. We should provide something like this for the kernel. 2003-06-10 22:29:52 +00:00
RWLocker.cpp Replaced usage of List template class by the kernel utils Vector. 2003-07-02 16:38:29 +00:00
RWLocker.h Replaced usage of List template class by the kernel utils Vector. 2003-07-02 16:38:29 +00:00
UserDataWriter.cpp Added support for relocation. 2003-09-28 15:15:20 +00:00
UserDataWriter.h Added support for relocation. 2003-09-28 15:15:20 +00:00