summaryrefslogtreecommitdiff
path: root/src/udiskslinuxprovider.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated g_io_scheduler_* callsPeter Hatina2015-06-291-23/+23
* Fix format string signedness warningsDavid King2015-02-111-2/+2
* Use own udev namespace for MD-RAID propertiesDavid Zeuthen2013-02-171-2/+2
* Don't leak UDisksLinuxDevice when handling ueventDavid Zeuthen2013-01-081-1/+0
* Rename UDisksCleanup to UDisksStateDavid Zeuthen2013-01-071-2/+2
* Add logging statements so it's possible to pin-point probing timeDavid Zeuthen2012-10-251-0/+5
* Introduce UDisksLinuxDevice as a replacement for GUdevDeviceDavid Zeuthen2012-10-241-24/+128
* Don't count /dev/md* devices with bogus UUIDs as MD-RAID arraysDavid Zeuthen2012-10-161-2/+2
* Nuke debug spewDavid Zeuthen2012-09-201-2/+0
* Handle nested arraysDavid Zeuthen2012-09-201-34/+97
* Add MDRaid:Size property and utility to get member, raid block devicesDavid Zeuthen2012-09-071-1/+1
* Initial MD-RAID supportDavid Zeuthen2012-08-291-4/+107
* Add more compiler warningsDavid Zeuthen2012-07-061-3/+3
* Drop the 'drive-' prefix for drive configuration filesDavid Zeuthen2012-06-241-3/+2
* Add drive configuration interfaces and configuration filesDavid Zeuthen2012-06-231-0/+90
* Do coldplug for block devices twiceDavid Zeuthen2012-01-261-0/+2
* Make sure that Drive:SortKey sorts e.g. sdz before sdaaDavid Zeuthen2012-01-261-0/+38
* Fix up how Drive:SortKey and Drive:TimeMediaDetected is calculatedDavid Zeuthen2012-01-101-0/+16
* Ignore uevent if so requested by device-mapperDavid Zeuthen2011-10-031-2/+16
* Rename BlockDevice interface to Blockgdbus-portDavid Zeuthen2011-08-241-1/+1
* Move docs around a bitDavid Zeuthen2011-08-241-3/+3
* Factor block devices into separate typesDavid Zeuthen2011-08-161-28/+28
* Factor out drive functionality into three separate typesDavid Zeuthen2011-08-161-40/+40
* Associate dm-multipath devices with the correct driveDavid Zeuthen2011-08-131-1/+1
* Add support for /etc/crypttabDavid Zeuthen2011-08-111-1/+41
* Add facilities for adding/removing a block device to /etc/fstabDavid Zeuthen2011-08-091-0/+69
* Export SMART data for drives using the ATA protocolDavid Zeuthen2011-08-071-12/+155
* Clean up loop devicesDavid Zeuthen2011-07-261-3/+6
* Add Manager D-Bus interface and a Linux implementationDavid Zeuthen2011-07-201-0/+18
* Add new cleanup objectDavid Zeuthen2011-07-131-0/+4
* Add better logging routinesDavid Zeuthen2011-06-161-12/+6
* Rename Lun interface to DriveDavid Zeuthen2011-06-151-43/+43
* Catch up with s/Stub/Skeleton/ rename in GLib's gdbus-codegen branchDavid Zeuthen2011-04-131-2/+2
* Use GLib's gdbus-codegen branch for nowDavid Zeuthen2011-04-121-4/+4
* Rework autotooling and setup i18nDavid Zeuthen2011-03-291-0/+1
* Preliminary support for iSCSI targetsDavid Zeuthen2011-03-251-17/+18
* Update to latest gdbus-codegen changesDavid Zeuthen2011-03-171-8/+8
* Update to latest GDBusDavid Zeuthen2011-03-161-12/+4
* Demote complaint about no serial/wwn on block device from warning to debugDavid Zeuthen2011-03-081-1/+1
* Use block instead of scsi devices for LUNsDavid Zeuthen2011-03-051-58/+70
* Rename Drive to LUNDavid Zeuthen2011-03-021-36/+36
* Handle removing a drive correctlyDavid Zeuthen2011-03-021-16/+29
* Rework how serial numbers are handledDavid Zeuthen2011-02-171-16/+9
* Avoid multiple Drive objects with the same VPDDavid Zeuthen2011-02-161-18/+56
* Drop Controller, AtaDrive and ScsiDrive interfaces (for now)David Zeuthen2011-02-161-58/+1
* Add org.freedesktop.UDisks.Controller interfaceDavid Zeuthen2010-11-011-1/+65
* Catch up with latest gdbus-codegen and use this to make better drive pathsDavid Zeuthen2010-11-011-6/+12
* Add org.freedesktop.UDisks.Drive interfacesDavid Zeuthen2010-10-311-13/+97
* Don't create two GUdevClient objects - share a single one insteadDavid Zeuthen2010-09-271-0/+17
* Add new abstract ConfigurationItem interface and a /etc/fstab implementationDavid Zeuthen2010-09-271-92/+8