platform/upstream/udisks2.git
2011-11-22 David ZeuthenMove udisks man page to section 8
2011-11-21 David ZeuthenAdd shell-snippet showing how to update the ATA smart...
2011-11-16 David ZeuthenAdd new Block:HintPartitionable property
2011-11-16 David ZeuthenAdd ReadOnly property to the Block interface
2011-11-15 David ZeuthenWipe device before formatting it
2011-11-15 David ZeuthenActually wait for the right object when formatting...
2011-11-14 David ZeuthenAllow user to manipulate partitions of a loop device...
2011-11-14 David ZeuthenUse LO_FLAGS_PARTSCAN when setting up a loop device
2011-11-14 David ZeuthenPass UDisksObject so $(udisks2.device) is properly...
2011-11-14 David ZeuthenAllow creating partition tables with Block.Format()
2011-11-10 David ZeuthenSupport creating dos partitions
2011-11-10 David ZeuthenUDisksClient: add get_partitions() convenience method
2011-11-09 David ZeuthenDon't support dos partitions of type 0x00
2011-11-09 David ZeuthenFor dos partitions of type 0, output 0x00, not 0x0
2011-11-09 David ZeuthenRefuse to change partition type to an extended partition
2011-11-09 David ZeuthenIntroduce UDisksPartitionTypeInfoFlags
2011-11-09 David ZeuthenWhen creating a partition, ensure size is a multiple...
2011-11-09 David ZeuthenWhen creating a GPT partition, don't insist that the...
2011-11-09 David ZeuthenFix ref count bug
2011-11-08 David ZeuthenAdd the concept of partition table subtypes
2011-11-07 David ZeuthenAdd PartitionTable.CreatePartition() method
2011-11-07 David ZeuthenSynthesize 'change' uevent when deleting a partition
2011-11-07 Martin Pittintegration tests: Test loop device creation/teardown
2011-11-05 Martin Pittintegration tests: Test LUKS
2011-11-05 Martin PittAdd integration test suite
2011-11-03 David ZeuthenCall the right completion method
2011-11-03 David ZeuthenAdd a Partition.Delete() method
2011-11-03 David ZeuthenExport a Drive.Removable property
2011-11-02 David ZeuthenAdd Btrfs to list of known filesystems
2011-11-02 David ZeuthenHandle the odd case when there is no partition table...
2011-11-02 David ZeuthenAdd support for creating encrypted devices in Block...
2011-11-02 David ZeuthenUse luks-${UUID} instead of LUKS-udisks2-${UUID} to...
2011-11-02 David ZeuthenSupport option 'take-ownership' in the Block.Format...
2011-11-02 David ZeuthenRename Block.CreateFilesystem to Block.Format
2011-11-02 Martin PittBug 41931 — Add file system creation support
2011-10-31 David ZeuthenReturn "Unknown" for unknown partition types
2011-10-31 David ZeuthenPartition: Add Set{Name,Type,Flags} methods and impleme...
2011-10-31 David ZeuthenUDisksClient: rename some methods and parameters
2011-10-30 David ZeuthenExport the dev_t instead of major/minor for block devices
2011-10-30 David ZeuthenUDisksClient: Include partition flags in get_partition_...
2011-10-29 David ZeuthenEnsure 'dos' partition types always have two digits...
2011-10-28 David ZeuthenUse a uint64 for partition flags instead of a string
2011-10-28 David ZeuthenUDisksClient: add get_partition_info() method
2011-10-28 David ZeuthenFor serial numbers, only use ID_SERIAL_SHORT, never...
2011-10-26 David Zeuthenudisksctl: When setting up a loop device, don't free...
2011-10-26 David ZeuthenInitialize variable to NULL
2011-10-26 David ZeuthenUDisksClient: make settle() method emit any outstanding...
2011-10-26 David ZeuthenDon't leak job objects
2011-10-26 David ZeuthenUse new /dev/loop-control device to create loop devices
2011-10-26 David ZeuthenNuke debug spew
2011-10-25 David ZeuthenHandle the case where blkid(8) detects both a filesyste...
2011-10-24 David ZeuthenAdd properties to identify extended and logical dos...
2011-10-24 David ZeuthenUse glib top-level includes
2011-10-24 Martin PittBug 41862 — Add label changing for previously supported...
2011-10-23 David ZeuthenUpdate internal man page links
2011-10-23 David ZeuthenAdd links to udisks(7) man page) for the Hint* properties
2011-10-23 David ZeuthenMove all utility functions to the UDisksClient type
2011-10-22 David ZeuthenRemove unused functions for doc sections file
2011-10-21 David ZeuthenAdd Partition{,Table} interfaces and rely on blkid...
2011-10-19 David Zeuthenudisks: Also accept a --no-debug option and use it...
2011-10-17 Martin PittHACKING: Update URLs
2011-10-14 David ZeuthenUpdate docs
2011-10-14 David ZeuthenExport Time{,Media}Detected properties on UDisksDrive
2011-10-13 David ZeuthenFix speling
2011-10-11 David ZeuthenUDisksClient: Initialize method timeout to infinite...
2011-10-11 David ZeuthenAdd description for ZFS devices
2011-10-11 David ZeuthenFix property reference
2011-10-10 David ZeuthenSupport PC-style floppy drives
2011-10-06 David ZeuthenUDisksClient: add get_block_for_dev() method
2011-10-03 David ZeuthenUDisksClient: Handle when an interface is no longer...
2011-10-03 David ZeuthenIgnore uevent if so requested by device-mapper
2011-10-03 David ZeuthenUDisksClient: add get_object() and peek_object() conven...
2011-10-03 David ZeuthenCombine entry and monitor API reference for mounts...
2011-09-30 David ZeuthenUDisksClient: add a rate-limited ::change signal
2011-09-30 David ZeuthenUDisksClient: add get_cleartext_block() method
2011-09-30 David ZeuthenMake udisks_util_get_drive_info() a method on UDisksClient
2011-09-30 David ZeuthenClarify docs for udisks_client_get_block_for_drive()
2011-09-29 David ZeuthenAdd properties about currently inserted optical media...
2011-09-29 David ZeuthenReorder some properties
2011-09-28 David ZeuthenIntroduce DeviceBusy error and use it in Filesystem...
2011-09-28 David ZeuthenUDisksClient: add get_drive_for_block() method
2011-09-27 David ZeuthenUDisksClient: add get_block_for_drive() method
2011-09-23 David ZeuthenUpdate docs
2011-09-03 David ZeuthenMake it possible to simulate SMART data on devices...
2011-09-02 David ZeuthenDocument the atasmart_blob option
2011-09-02 David ZeuthenUpdate SMART functionality
2011-09-01 David ZeuthenCatch up with GLib changes
2011-08-26 David ZeuthenMerge remote-tracking branch 'origin/gdbus-port'
2011-08-26 David ZeuthenRevert "Add nilfs2 file system support"
2011-08-26 David ZeuthenRevert "Bug 26258 — initial btrfs support"
2011-08-26 David ZeuthenRevert "Fix btrfs properties"
2011-08-26 David ZeuthenRevert "profile.h: Add missing include"
2011-08-26 David ZeuthenRevert "Bug 30332 — udisks does not tear down LUKS...
2011-08-26 David ZeuthenRevert "testsuite: fix race with SMART data"
2011-08-26 David ZeuthenRevert "testsuite: Fix SMART test for SSDs"
2011-08-26 David ZeuthenRevert "testsuite: LVM: fix naming assumptions"
2011-08-26 David ZeuthenRevert "Fix mkfs.ext* arguments"
2011-08-26 David ZeuthenRevert "Fix creating NTFS on raw devices"
2011-08-26 David ZeuthenRevert "testsuite: Move to scsi_debug"
2011-08-26 David ZeuthenRevert "Also export UDISKS_DM_TARGET_PARAMS for 'multip...
next