summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18Hide DIAGS and IntelRST partitionsMartin Pitt1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=64750
2014-12-18Hide Windows Recovery Environment partitionsTomas Bzatek1-1/+1
See http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs https://bugs.freedesktop.org/show_bug.cgi?id=64750
2014-12-18Fix polkit auth stringMartin Pitt1-1/+1
Add missing word "required". Update po files accordingly. https://bugs.freedesktop.org/show_bug.cgi?id=86276
2014-12-18Identify JetFlash Transcend drives as thumb drivesMartin Pitt1-0/+1
https://bugs.freedesktop.org/show_bug.cgi?id=82958
2014-12-18Hide Microsoft reserved partitionMartin Pitt1-1/+1
http://en.wikipedia.org/wiki/Microsoft_Reserved_Partition https://bugs.freedesktop.org/show_bug.cgi?id=56629
2014-12-18Fix docs for SmartUpdate()Martin Pitt1-1/+1
This meant to say that removing the option will *not* be considered an ABI break. https://bugs.freedesktop.org/show_bug.cgi?id=67214
2014-01-18Identify SD Card Reader in ChromeBook PixelDavid Zeuthen1-0/+3
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2013-09-30Hide more rescue partitionsBastien Nocera1-1/+1
Hide the Lenovo Recovery partition and the Windows 8 rescue partition. https://bugs.freedesktop.org/show_bug.cgi?id=69921 Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2013-08-20Identify Patriot Memory USB sticks as thumb drivesDavid Zeuthen1-0/+1
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2013-05-18Identify Transcend USB 3.0 Multi-Card reader as suchDavid Zeuthen1-0/+5
2013-05-15Identify Lexar Dual Slot USB 3.0 Reader Professional as a card readerDavid Zeuthen1-0/+4
Just got one of these. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2013-03-25Fix hiding of "WD SmartWare" partitionsMartin Pitt1-1/+1
These might have a _ or a space as word separator. https://launchpad.net/bugs/732365
2013-02-17Use own udev namespace for MD-RAID propertiesDavid Zeuthen1-2/+4
Bug 59759 - as well as the fact we're using both MD_ and MD_MEMBER - points out a couple of problems with the MD-RAID user space bits. Move into own namespace for now to avoid pollution from elsewhere. https://bugs.freedesktop.org/show_bug.cgi?id=59759 Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2013-01-07Fix up comments in polkit policy fileDavid Zeuthen1-3/+3
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-21Add MDRaid:SyncRate and MDRaid:SyncRemainingTime propertiesDavid Zeuthen1-0/+29
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-20Add MDRaid:RequestSyncAction() methodDavid Zeuthen1-0/+25
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-18Remove MDRaid:CanStart{,Degraded} propertiesDavid Zeuthen1-18/+0
This is actually very very hard to reliably figure out (it requires intimate knowledge of the RAID superblocks on all currently-present member devices), so don't pretend we know. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-13Introduce new Job:Bytes and Job:Rate propertiesDavid Zeuthen1-0/+25
This allows GUI apps to show more detailed information, see e.g. http://people.freedesktop.org/~david/udisks-job-with-rate-and-bytes-info.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-11Add support for UDISKS_CAN_POWER_OFF udev propertyDavid Zeuthen1-0/+2
This can be used for devices that should be never powered off. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-07Mention the right ATA subcommand for the ata-write-cache-enabled keyDavid Zeuthen1-1/+1
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-07Add support for querying and configuring the Write Cache for ATA devicesDavid Zeuthen1-0/+18
http://people.freedesktop.org/~david/gnome-disks-write-cache-setting.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-12-05Add support for setting the symbolic icon for a deviceDavid Zeuthen1-0/+11
This is used in e.g. the GNOME desktop environemtn where both normal and symbolic icons are now used. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-30Add MDRaid.SetBitmapLocation() methodDavid Zeuthen1-0/+15
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-29Add new MDRaid.AddDevice() methodDavid Zeuthen1-1/+13
This is used to hot-add a device to a RAID array. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-24Add Block:Id propertyDavid Zeuthen1-0/+26
This persistent and unique id is useful for a bunch of things, for example Disks' benchmark dialog can use it as the filename for saving benchmarking data for a block device (Disks is currently deriving the filename from looking at symlinks). Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-20Fix grammarDavid Zeuthen1-3/+3
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-20Add missing since tag to newly added Drive.Ata.SmartSetEnabled() methodDavid Zeuthen1-0/+1
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-19Add Drive.Ata.SmartSetEnabled() methodDavid Zeuthen2-0/+31
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-18Add a Drive.PowerOff() methodDavid Zeuthen2-0/+83
Right now we only support devices connected via USB but in the future we can add support for other interconnects. Also, since this operation may affect multiple drives, we also introduce a Drive:SiblingId property so applications can do the right thing. http://people.freedesktop.org/~david/gnome-disks-power-off-drive-1.png http://people.freedesktop.org/~david/gnome-disks-power-off-drive-2.png http://people.freedesktop.org/~david/gnome-disks-power-off-drive-3.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-11-06Block.Format: add @update-partition-type optionDavid Zeuthen1-1/+11
If this option is set to TRUE, we'll set the _natural_ partition type for the requested filesystem, if one is available. For example, if formatting a GPT partition with a FAT filesystem, the Microsoft Basic Data partition type will be chosen; similar, if formatting a DOS partition with a Ext4 filesystem then partition type 0x83 is chosen. This feature was requested here https://bugzilla.gnome.org/show_bug.cgi?id=685871 Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-10-13Add support for option 'no-block' in the Block.Format() methodDavid Zeuthen1-1/+7
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-10-12Add Manager.MDRaidCreate() method for RAID Array creationDavid Zeuthen1-0/+35
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-10-12Add missing known jobs for MD-RAID to Job:Description docsDavid Zeuthen1-0/+8
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-10-12Add missing known jobs for ATA Secure erase to Job:Description docsDavid Zeuthen1-0/+4
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-10-03Use @since annotations to mark new D-Bus API available 2.1David Zeuthen1-0/+3
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-10-03Merge branch 'master' into wip/mdraidDavid Zeuthen4-2/+37
2012-09-28Move bash completion script into /usr/share/bash-completion/completionsDavid Zeuthen2-0/+35
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-28Fix glaringly wrong documentation for Filesystem.Mount()David Zeuthen1-1/+1
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-26Only do the isohybrid hack for the first partitionDavid Zeuthen1-1/+1
Otherwise we end up showing two partitions and that is unwanted. See https://bugzilla.redhat.com/show_bug.cgi?id=860243 for details. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-20Mention that MDRaid:SyncAction is the empty string for arrays w/o redundancyDavid Zeuthen2-2/+5
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-19Export MDRaid:ChunkSize propertyDavid Zeuthen1-0/+10
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-19Add MDRaid:BitmapLocation propertyDavid Zeuthen1-0/+10
This is useful for the GUI to convey to the user when a bitmap is in use. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-19Express RAID member state as an array of strings, instead of just a stringDavid Zeuthen1-3/+3
The sysfs file /sys/block/md0/md/dev-sda/state is a comma-separated list of states, not just one state. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-15Add @start-degraded option to MDRaid.Start()David Zeuthen1-3/+25
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-14Add MDRaid.RemoveDevice() methodDavid Zeuthen1-0/+20
This is used in the "-" button in Disks, see http://people.freedesktop.org/~david/gnome-disks-mdraid-20120914-2.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-14Tweak MDRaid:ActiveDevices some moreDavid Zeuthen1-8/+12
We need to iterate over md/dev-*, not just md/rd%d, otherwise we miss spares and failed devices. With this change, Disks can show the user what really is going on http://people.freedesktop.org/~david/gnome-disks-mdraid-20120914-1.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-14Slightly change how the MDRaid:ActiveDevice property worksDavid Zeuthen1-10/+9
It's easier to use from applications if it's an array with a fixed size. Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-13Add MDRaid:ActiveDevices propertyDavid Zeuthen1-0/+23
This property contains a list of the active devices in the array. It can be used to implement a dialog like the following: http://people.freedesktop.org/~david/palimpsest-md-raid-components-on-mp.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-13Add MDRaid:SyncCompleted propertyDavid Zeuthen1-0/+10
We update this by polling every second (on the second) for a subset of states that are not 'idle'. http://people.freedesktop.org/~david/gnome-disks-mdraid-20120913-2.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>
2012-09-11Add Start()/Stop() methods to MDRaid D-Bus interfaceDavid Zeuthen2-1/+32
This makes it possible to start/stop RAID arrays http://people.freedesktop.org/~david/gnome-disks-mdraid-20120911-1.png Signed-off-by: David Zeuthen <zeuthen@gmail.com>