summaryrefslogtreecommitdiff
path: root/src/udiskslinuxdrive.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-28Add iSCSI bits backDavid Zeuthen1-0/+203
2012-02-24Force MediaRemovable to TRUE for e.g. SD cards using the mmc layerDavid Zeuthen1-33/+39
2012-01-27Fix a couple of uninitialized warnings and simplify SMART self-test handlingDavid Zeuthen1-3/+2
2012-01-26Use g_dbus_interface_dup_object() and check return valueDavid Zeuthen1-1/+10
2012-01-26Make sure that Drive:SortKey sorts e.g. sdz before sdaaDavid Zeuthen1-4/+41
2012-01-10Don't set Drive:Ejectable to TRUE for floppy drivesDavid Zeuthen1-5/+8
2012-01-10Adjust sort-key calculationDavid Zeuthen1-4/+6
2012-01-10Fix up how Drive:SortKey and Drive:TimeMediaDetected is calculatedDavid Zeuthen1-28/+107
2011-12-12Nuke debug spewDavid Zeuthen1-1/+0
2011-12-09Support new ID_DRIVE_THUMB udev property and 'thumb' media typeDavid Zeuthen1-44/+57
2011-11-22Add new Job:Objects property and set itDavid Zeuthen1-0/+1
2011-11-09Fix ref count bugDavid Zeuthen1-1/+0
2011-11-03Export a Drive.Removable propertyDavid Zeuthen1-0/+15
2011-10-28For serial numbers, only use ID_SERIAL_SHORT, never ID_SERIALDavid Zeuthen1-9/+2
2011-10-14Export Time{,Media}Detected properties on UDisksDriveDavid Zeuthen1-17/+35
2011-10-10Support PC-style floppy drivesDavid Zeuthen1-2/+20
2011-09-29Add properties about currently inserted optical media to the drive interfaceDavid Zeuthen1-0/+25
2011-08-24Rename BlockDevice interface to Blockgdbus-portDavid Zeuthen1-5/+5
2011-08-16Factor block devices into separate typesDavid Zeuthen1-2/+2
2011-08-16Factor out drive functionality into three separate typesDavid Zeuthen1-1008/+85
2011-08-15Refine the libudev hackDavid Zeuthen1-9/+10
2011-08-15Workaround get_usec_since_initialized() not always working in libudevDavid Zeuthen1-0/+14
2011-08-15Use intialization time for sort orderDavid Zeuthen1-11/+3
2011-08-15Add a sorting key for drivesDavid Zeuthen1-0/+17
2011-08-13Associate dm-multipath devices with the correct driveDavid Zeuthen1-20/+71
2011-08-12Add work-around to identify firewire devices without serial/wwn as drivesDavid Zeuthen1-2/+19
2011-08-12Allow mounting/unmounting fstab devices without the 'user' or 'users' optionDavid Zeuthen1-2/+4
2011-08-12Revert "Use -T for eject(1) on optical drives"David Zeuthen1-26/+1
2011-08-11Use -T for eject(1) on optical drivesDavid Zeuthen1-1/+26
2011-08-07Export SMART data for drives using the ATA protocolDavid Zeuthen1-7/+345
2011-08-04Add an Eject() method to the Drive interfaceDavid Zeuthen1-4/+136
2011-08-04Add work arounds for missing udev properties for virtio-blk devicesDavid Zeuthen1-9/+42
2011-06-16Add better logging routinesDavid Zeuthen1-4/+3
2011-06-15Rename Lun interface to DriveDavid Zeuthen1-0/+875
2011-03-02Rename Drive to LUNDavid Zeuthen1-652/+0
2011-02-17Rework how serial numbers are handledDavid Zeuthen1-7/+32
2011-02-16Avoid multiple Drive objects with the same VPDDavid Zeuthen1-43/+92
2011-02-16Drop Controller, AtaDrive and ScsiDrive interfaces (for now)David Zeuthen1-119/+0
2011-02-16Move object path and interface names to the UDisks2 name-spaceDavid Zeuthen1-1/+1
2011-02-15Catch up with latest gdbus-codegenDavid Zeuthen1-0/+2
2010-11-08Show controllersDavid Zeuthen1-14/+24
2010-11-01Add org.freedesktop.UDisks.Controller interfaceDavid Zeuthen1-0/+62
2010-11-01Add a 'status' verb to udisks(1)David Zeuthen1-0/+3
2010-11-01Improve drive object paths slightlyDavid Zeuthen1-12/+49
2010-11-01Catch up with latest gdbus-codegen and use this to make better drive pathsDavid Zeuthen1-47/+26
2010-10-31Only consider SCSI devices with type 0x00 and 0x05 as drivesDavid Zeuthen1-0/+13
2010-10-31Add org.freedesktop.UDisks.Drive interfacesDavid Zeuthen1-0/+591