summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename BlockDevice interface to Blockgdbus-portDavid Zeuthen2011-08-2421-500/+501
* Move docs around a bitDavid Zeuthen2011-08-248-17/+17
* Update to latest gdbus-codegen(1) toolDavid Zeuthen2011-08-241-0/+33
* Fix use of unitialized variables discovered when building with -O2David Zeuthen2011-08-173-5/+5
* Don't dereference a NULL pointerDavid Zeuthen2011-08-161-3/+6
* Factor block devices into separate typesDavid Zeuthen2011-08-1622-1373/+1686
* Factor out drive functionality into three separate typesDavid Zeuthen2011-08-1613-1079/+1531
* Refine the libudev hackDavid Zeuthen2011-08-151-9/+10
* Workaround get_usec_since_initialized() not always working in libudevDavid Zeuthen2011-08-151-0/+14
* Use intialization time for sort orderDavid Zeuthen2011-08-151-11/+3
* Add a sorting key for drivesDavid Zeuthen2011-08-153-0/+24
* Fix drive lookup logic for partitionsDavid Zeuthen2011-08-151-3/+9
* Associate dm-multipath devices with the correct driveDavid Zeuthen2011-08-133-22/+74
* Fix drive lookup logicDavid Zeuthen2011-08-131-1/+1
* Don't leak fd while enumerating directoriesDavid Zeuthen2011-08-131-0/+2
* Add work-around to identify firewire devices without serial/wwn as drivesDavid Zeuthen2011-08-121-2/+19
* Update docsDavid Zeuthen2011-08-121-0/+8
* Use /dev/mapper/$DM_NAME as fallback, if availableDavid Zeuthen2011-08-121-7/+19
* Support /etc/crypttab for unlocking and locking LUKS devicesDavid Zeuthen2011-08-123-7/+105
* Allow mounting/unmounting fstab devices without the 'user' or 'users' optionDavid Zeuthen2011-08-1213-80/+240
* Revert "Use -T for eject(1) on optical drives"David Zeuthen2011-08-122-29/+2
* Use -T for eject(1) on optical drivesDavid Zeuthen2011-08-112-2/+29
* Preserve mode_t of /etc/fstab and /etc/crypttab when updatingDavid Zeuthen2011-08-111-14/+126
* Also consider the device file in addition to symlinksDavid Zeuthen2011-08-111-10/+24
* Add support for /etc/crypttabDavid Zeuthen2011-08-1116-58/+1573
* Also unmount filesystems when devices mounted via /etc/fstab disappearsDavid Zeuthen2011-08-103-11/+75
* Add missing filesDavid Zeuthen2011-08-094-0/+748
* Add facilities for adding/removing a block device to /etc/fstabDavid Zeuthen2011-08-0913-1/+687
* Export SMART data for drives using the ATA protocolDavid Zeuthen2011-08-0711-23/+647
* Remove non-existant file from POTFILES.inDavid Zeuthen2011-08-051-1/+0
* Add an Eject() method to the Drive interfaceDavid Zeuthen2011-08-044-5/+161
* Add udisks_client_settle() and use it in udisksctl(1) to show device filesDavid Zeuthen2011-08-044-7/+44
* Add a @long_string option to udisks_util_get_part_type_for_display()David Zeuthen2011-08-042-97/+117
* Add work arounds for missing udev properties for virtio-blk devicesDavid Zeuthen2011-08-041-9/+42
* Allow locking LUKS devices that were manually unlockedDavid Zeuthen2011-08-012-48/+51
* Allow unmounting stuff not mentioned in the mounted-fs fileDavid Zeuthen2011-08-011-81/+67
* If a device is referenced in fstab, invoke mount/umount as the calling userDavid Zeuthen2011-08-0112-46/+352
* Add files missed in previous commitDavid Zeuthen2011-08-012-0/+261
* Move docs around a bitDavid Zeuthen2011-08-011-10/+10
* Move Linux swapspace implementation into separate typeDavid Zeuthen2011-08-016-131/+22
* Fix ignore check for loop devicesDavid Zeuthen2011-07-261-1/+1
* Fix up loop device authorizationsDavid Zeuthen2011-07-263-39/+94
* Clean up loop devicesDavid Zeuthen2011-07-262-5/+266
* Track loop devices set up in /run/udisks2/loopDavid Zeuthen2011-07-238-30/+593
* Improve udisks_daemon_wait_for_object_sync() implementationDavid Zeuthen2011-07-231-4/+74
* Add udisks_daemon_util_setup_by_user() and use it when mountingDavid Zeuthen2011-07-224-1/+58
* Add a way to setup and delete loop devicesDavid Zeuthen2011-07-2214-55/+1024
* Add Manager D-Bus interface and a Linux implementationDavid Zeuthen2011-07-2011-6/+406
* udisksctl: Don't ask for passphrase when lockingDavid Zeuthen2011-07-201-1/+2
* Fix polkit description for filesystem-unmount-othersDavid Zeuthen2011-07-191-1/+1