Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-24 | Rename BlockDevice interface to Blockgdbus-port | David Zeuthen | 21 | -500/+501 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-24 | Move docs around a bit | David Zeuthen | 8 | -17/+17 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-24 | Update to latest gdbus-codegen(1) tool | David Zeuthen | 1 | -0/+33 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-17 | Fix use of unitialized variables discovered when building with -O2 | David Zeuthen | 3 | -5/+5 | |
Gah Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-16 | Don't dereference a NULL pointer | David Zeuthen | 1 | -3/+6 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-16 | Factor block devices into separate types | David Zeuthen | 22 | -1373/+1686 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-16 | Factor out drive functionality into three separate types | David Zeuthen | 13 | -1079/+1531 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-15 | Refine the libudev hack | David Zeuthen | 1 | -9/+10 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-15 | Workaround get_usec_since_initialized() not always working in libudev | David Zeuthen | 1 | -0/+14 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-15 | Use intialization time for sort order | David Zeuthen | 1 | -11/+3 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-15 | Add a sorting key for drives | David Zeuthen | 3 | -0/+24 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-15 | Fix drive lookup logic for partitions | David Zeuthen | 1 | -3/+9 | |
Commit 609fcd3515942140c14561e516923af70a6d4128 accidentally broke setting the BlockDevice:Drive for partitions. Fix it. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-13 | Associate dm-multipath devices with the correct drive | David Zeuthen | 3 | -22/+74 | |
http://people.freedesktop.org/~david/palimpsest-multipath.png Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-13 | Fix drive lookup logic | David Zeuthen | 1 | -1/+1 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-13 | Don't leak fd while enumerating directories | David Zeuthen | 1 | -0/+2 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-12 | Add work-around to identify firewire devices without serial/wwn as drives | David Zeuthen | 1 | -2/+19 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-12 | Update docs | David Zeuthen | 1 | -0/+8 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-12 | Use /dev/mapper/$DM_NAME as fallback, if available | David Zeuthen | 1 | -7/+19 | |
This ensures that PreferredDeviceFile will be /dev/mapper/sd_card instead of e.g. /dev/dm-3 if DM_NAME is "sd_card". Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-12 | Support /etc/crypttab for unlocking and locking LUKS devices | David Zeuthen | 3 | -7/+105 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-12 | Allow mounting/unmounting fstab devices without the 'user' or 'users' option | David Zeuthen | 13 | -80/+240 | |
... by introducing a new org.freedesktop.udisks2.filesystem-nonuser-fstab polkit action. http://people.freedesktop.org/~david/palimpsest-nonuser-fstab-devices.png Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-12 | Revert "Use -T for eject(1) on optical drives" | David Zeuthen | 2 | -29/+2 | |
This causes failures on my optical drive that can't close its tray. We can probably do this by adding a Drive:CloseTray() method as well as a Drive:TrayIsOpen property... This reverts commit 51255b864c09390a96f49ed14a70916eb75b6456. | |||||
2011-08-11 | Use -T for eject(1) on optical drives | David Zeuthen | 2 | -2/+29 | |
This enables the "eject" button in palimpsest to close the tray if it's opened already. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-11 | Preserve mode_t of /etc/fstab and /etc/crypttab when updating | David Zeuthen | 1 | -14/+126 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-11 | Also consider the device file in addition to symlinks | David Zeuthen | 1 | -10/+24 | |
Otherwise things like /dev/sr0 in the /etc/{fstab,crypttab} files won't work. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-11 | Add support for /etc/crypttab | David Zeuthen | 16 | -58/+1573 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-10 | Also unmount filesystems when devices mounted via /etc/fstab disappears | David Zeuthen | 3 | -11/+75 | |
But only if mounted via udisks. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-09 | Add missing files | David Zeuthen | 4 | -0/+748 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-09 | Add facilities for adding/removing a block device to /etc/fstab | David Zeuthen | 13 | -1/+687 | |
http://people.freedesktop.org/~david/palimpsest-fstab-1.png http://people.freedesktop.org/~david/palimpsest-fstab-2.png Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-07 | Export SMART data for drives using the ATA protocol | David Zeuthen | 11 | -23/+647 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-05 | Remove non-existant file from POTFILES.in | David Zeuthen | 1 | -1/+0 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-04 | Add an Eject() method to the Drive interface | David Zeuthen | 4 | -5/+161 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-04 | Add udisks_client_settle() and use it in udisksctl(1) to show device files | David Zeuthen | 4 | -7/+44 | |
... instead of object paths. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-04 | Add a @long_string option to udisks_util_get_part_type_for_display() | David Zeuthen | 2 | -97/+117 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-04 | Add work arounds for missing udev properties for virtio-blk devices | David Zeuthen | 1 | -9/+42 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-01 | Allow locking LUKS devices that were manually unlocked | David Zeuthen | 2 | -48/+51 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-01 | Allow unmounting stuff not mentioned in the mounted-fs file | David Zeuthen | 1 | -81/+67 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-01 | If a device is referenced in fstab, invoke mount/umount as the calling user | David Zeuthen | 12 | -46/+352 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-01 | Add files missed in previous commit | David Zeuthen | 2 | -0/+261 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-01 | Move docs around a bit | David Zeuthen | 1 | -10/+10 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-08-01 | Move Linux swapspace implementation into separate type | David Zeuthen | 6 | -131/+22 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-26 | Fix ignore check for loop devices | David Zeuthen | 1 | -1/+1 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-26 | Fix up loop device authorizations | David Zeuthen | 3 | -39/+94 | |
In particular, don't require authorization to remove a loop device you've set up yourself. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-26 | Clean up loop devices | David Zeuthen | 2 | -5/+266 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-23 | Track loop devices set up in /run/udisks2/loop | David Zeuthen | 8 | -30/+593 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-23 | Improve udisks_daemon_wait_for_object_sync() implementation | David Zeuthen | 1 | -4/+74 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-22 | Add udisks_daemon_util_setup_by_user() and use it when mounting | David Zeuthen | 4 | -1/+58 | |
This way you won't be asked for polkit auth if you want to mount a device that you have just unlocked. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-22 | Add a way to setup and delete loop devices | David Zeuthen | 14 | -55/+1024 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-20 | Add Manager D-Bus interface and a Linux implementation | David Zeuthen | 11 | -6/+406 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-20 | udisksctl: Don't ask for passphrase when locking | David Zeuthen | 1 | -1/+2 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||||
2011-07-19 | Fix polkit description for filesystem-unmount-others | David Zeuthen | 1 | -1/+1 | |
Signed-off-by: David Zeuthen <davidz@redhat.com> |