summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.UDisks2.xml
AgeCommit message (Expand)AuthorFilesLines
2012-02-29Add UpdateConfiguration() method to the org.fd.UDisks2.iSCSITarget interfaceDavid Zeuthen1-0/+22
2012-02-28iscsi: retrieve configuration for each connection (=node) and export itDavid Zeuthen1-14/+40
2012-02-28Add iSCSI bits backDavid Zeuthen1-0/+138
2012-02-22Use /run/media/$USER for mountingDavid Zeuthen1-1/+2
2012-01-23Also update the error name in D-Bus docsDavid Zeuthen1-2/+2
2011-12-09Support new ID_DRIVE_THUMB udev property and 'thumb' media typeDavid Zeuthen1-2/+19
2011-12-07Add Encrypted.ChangePassphrase() methodDavid Zeuthen1-0/+21
2011-12-07Fix up docsDavid Zeuthen1-2/+2
2011-12-05Add Block.OpenForRestore() methodDavid Zeuthen1-0/+15
2011-12-01Add Block.OpenForBackup() method used for creating disk imagesDavid Zeuthen1-0/+15
2011-11-22Add new Job:Objects property and set itDavid Zeuthen1-0/+3
2011-11-22Move udisks man page to section 8David Zeuthen1-5/+5
2011-11-21Add shell-snippet showing how to update the ATA smart dataDavid Zeuthen1-1/+8
2011-11-16Add new Block:HintPartitionable propertyDavid Zeuthen1-0/+7
2011-11-16Add ReadOnly property to the Block interfaceDavid Zeuthen1-0/+3
2011-11-14Allow creating partition tables with Block.Format()David Zeuthen1-2/+6
2011-11-09When creating a partition, ensure size is a multiple of 512David Zeuthen1-1/+3
2011-11-07Add PartitionTable.CreatePartition() methodDavid Zeuthen1-0/+31
2011-11-03Add a Partition.Delete() methodDavid Zeuthen1-0/+9
2011-11-03Export a Drive.Removable propertyDavid Zeuthen1-2/+18
2011-11-02Add support for creating encrypted devices in Block.Format()David Zeuthen1-1/+6
2011-11-02Support option 'take-ownership' in the Block.Format() methodDavid Zeuthen1-1/+6
2011-11-02Rename Block.CreateFilesystem to Block.FormatDavid Zeuthen1-8/+17
2011-11-02Bug 41931 — Add file system creation supportMartin Pitt1-0/+15
2011-10-31Partition: Add Set{Name,Type,Flags} methods and implement for dos and gptDavid Zeuthen1-0/+37
2011-10-30Export the dev_t instead of major/minor for block devicesDavid Zeuthen1-7/+3
2011-10-28Use a uint64 for partition flags instead of a stringDavid Zeuthen1-5/+26
2011-10-25Handle the case where blkid(8) detects both a filesystem and a partition tableDavid Zeuthen1-0/+11
2011-10-24Add properties to identify extended and logical dos partitionsDavid Zeuthen1-0/+17
2011-10-23Add links to udisks(7) man page) for the Hint* propertiesDavid Zeuthen1-3/+16
2011-10-21Add Partition{,Table} interfaces and rely on blkid(8) partition propertiesDavid Zeuthen1-43/+64
2011-10-14Export Time{,Media}Detected properties on UDisksDriveDavid Zeuthen1-11/+26
2011-10-10Fix property referenceDavid Zeuthen1-2/+2
2011-10-10Support PC-style floppy drivesDavid Zeuthen1-3/+18
2011-09-29Add properties about currently inserted optical media to the drive interfaceDavid Zeuthen1-0/+28
2011-09-29Reorder some propertiesDavid Zeuthen1-7/+7
2011-09-28Introduce DeviceBusy error and use it in Filesystem.Unmount()David Zeuthen1-3/+4
2011-09-23Update docsDavid Zeuthen1-3/+1
2011-09-02Document the atasmart_blob optionDavid Zeuthen1-0/+6
2011-09-02Update SMART functionalityDavid Zeuthen1-8/+115
2011-08-24Rename BlockDevice interface to Blockgdbus-portDavid Zeuthen1-38/+39
2011-08-15Add a sorting key for drivesDavid Zeuthen1-0/+5
2011-08-12Support /etc/crypttab for unlocking and locking LUKS devicesDavid Zeuthen1-6/+7
2011-08-12Allow mounting/unmounting fstab devices without the 'user' or 'users' optionDavid Zeuthen1-2/+14
2011-08-12Revert "Use -T for eject(1) on optical drives"David Zeuthen1-3/+1
2011-08-11Use -T for eject(1) on optical drivesDavid Zeuthen1-1/+3
2011-08-11Add support for /etc/crypttabDavid Zeuthen1-11/+96
2011-08-09Add facilities for adding/removing a block device to /etc/fstabDavid Zeuthen1-0/+76
2011-08-07Export SMART data for drives using the ATA protocolDavid Zeuthen1-0/+66
2011-08-04Add an Eject() method to the Drive interfaceDavid Zeuthen1-0/+20