Linus Torvalds
734d1ed83e
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
...
Pull fscrypt updates from Eric Biggers:
"This is a large update to fs/crypto/ which includes:
- Add ioctls that add/remove encryption keys to/from a
filesystem-level keyring.
These fix user-reported issues where e.g. an encrypted home
directory can break NetworkManager, sshd, Docker, etc. because they
don't get access to the needed keyring. These ioctls also provide a
way to lock encrypted directories that doesn't use the
vm.drop_caches sysctl, so is faster, more reliable, and doesn't
always need root.
- Add a new encryption policy version ("v2") which switches to a more
standard, secure, and flexible key derivation function, and starts
verifying that the correct key was supplied before using it.
The key derivation improvement is needed for its own sake as well
as for ongoing feature work for which the current way is too
inflexible.
Work is in progress to update both Android and the 'fscrypt' userspace
tool to use both these features. (Working patches are available and
just need to be reviewed+merged.) Chrome OS will likely use them too.
This has also been tested on ext4, f2fs, and ubifs with xfstests --
both the existing encryption tests, and the new tests for this. This
has also been in linux-next since Aug 16 with no reported issues. I'm
also using an fscrypt v2-encrypted home directory on my personal
desktop"
* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt: (27 commits)
ext4 crypto: fix to check feature status before get policy
fscrypt: document the new ioctls and policy version
ubifs: wire up new fscrypt ioctls
f2fs: wire up new fscrypt ioctls
ext4: wire up new fscrypt ioctls
fscrypt: require that key be added when setting a v2 encryption policy
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
fscrypt: allow unprivileged users to add/remove keys for v2 policies
fscrypt: v2 encryption policy support
fscrypt: add an HKDF-SHA512 implementation
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
fscrypt: rename keyinfo.c to keysetup.c
fscrypt: move v1 policy key setup to keysetup_v1.c
fscrypt: refactor key setup code in preparation for v2 policies
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
fscrypt: add ->ci_inode to fscrypt_info
fscrypt: use FSCRYPT_* definitions, not FS_*
fscrypt: use FSCRYPT_ prefix for uapi constants
...
2019-09-18 16:08:52 -07:00
..
2019-06-19 17:09:55 +02:00
2019-06-26 09:18:54 -07:00
2019-09-05 12:17:50 +02:00
2019-08-22 10:47:41 +02:00
2019-06-19 17:09:55 +02:00
2019-07-17 09:55:43 -07:00
2019-06-08 15:20:40 -07:00
2019-06-19 17:09:55 +02:00
2019-09-18 11:14:31 -07:00
2019-07-24 14:11:52 -07:00
2019-06-19 17:09:55 +02:00
2019-09-11 01:09:37 +01:00
2019-08-28 17:24:22 +02:00
2019-06-05 17:37:07 +02:00
2019-08-11 10:48:28 +02:00
2019-08-11 09:26:04 +01:00
2019-09-06 15:40:22 -07:00
2019-08-20 10:35:46 +01:00
2019-05-31 11:13:10 +02:00
2019-07-03 17:52:08 -04:00
2019-06-19 17:09:55 +02:00
2019-08-01 08:06:59 +02:00
2019-09-05 14:44:43 -07:00
2019-09-11 16:10:18 +02:00
2019-09-05 14:34:23 -04:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-07-08 09:54:55 -07:00
2019-06-05 17:36:37 +02:00
2019-07-13 15:02:27 -07:00
2019-09-18 12:34:53 -07:00
2019-06-19 17:09:55 +02:00
2019-09-11 15:15:23 +01:00
2019-05-24 17:27:13 +02:00
2019-09-03 12:37:16 +01:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-09-17 12:35:15 -07:00
2019-09-16 15:52:38 -07:00
2019-07-01 11:52:43 +05:30
2019-07-04 17:35:11 +01:00
2019-06-05 17:37:09 +02:00
2019-08-26 15:31:29 -04:00
2019-09-18 10:33:46 -07:00
2019-08-10 15:25:47 -07:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:05 +02:00
2019-09-17 19:15:14 -07:00
2019-05-24 17:27:12 +02:00
2019-08-20 22:09:52 +02:00
2019-05-06 11:55:39 +02:00
2019-08-09 17:30:40 +02:00
2019-05-24 17:39:02 +02:00
2019-05-30 11:29:55 -07:00
2019-06-19 17:09:07 +02:00
2019-07-22 09:36:18 -07:00
2019-05-30 11:26:35 -07:00
2019-06-05 17:36:37 +02:00
2019-05-09 00:41:00 -05:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-06-05 17:37:06 +02:00
2019-06-05 17:37:17 +02:00
2019-05-21 11:28:46 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:17 +02:00
2019-08-30 21:29:32 -04:00
2019-05-24 17:37:52 +02:00
2019-05-24 17:37:52 +02:00
2019-08-27 09:22:38 -06:00
2019-08-27 09:22:38 -06:00
2019-05-24 20:19:17 +02:00
2019-06-05 17:37:07 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-14 19:52:50 -07:00
2019-07-01 08:18:54 -06:00
2019-05-30 11:26:41 -07:00
2019-07-25 15:47:37 +02:00
2019-05-14 19:52:49 -07:00
2019-04-05 16:02:30 -10:00
2019-07-16 19:23:22 -07:00
2019-08-28 21:17:12 -06:00
2019-08-28 21:17:04 -06:00
2019-04-30 16:12:02 -06:00
2019-09-05 19:52:34 -06:00
2019-09-15 16:02:08 -06:00
2019-05-24 17:36:45 +02:00
2019-07-29 13:50:48 -07:00
2019-08-28 00:30:11 +02:00
2019-06-27 15:25:16 -07:00
2019-08-20 09:51:06 -07:00
2019-04-30 16:11:59 -06:00
2019-04-09 17:05:46 -07:00
2019-09-05 10:15:16 +02:00
2019-07-30 14:21:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-04 13:42:54 +01:00
2019-06-19 17:09:55 +02:00
2019-08-09 09:17:05 -07:00
2019-06-19 17:09:08 +02:00
2019-07-15 11:03:02 -03:00
2019-07-25 15:55:01 +02:00
2019-08-09 12:09:52 +02:00
2019-07-22 14:32:20 -07:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:36:37 +02:00
2019-06-19 17:09:55 +02:00
2019-07-16 19:23:23 -07:00
2019-07-16 19:23:24 -07:00
2019-07-18 21:01:06 +02:00
2019-07-18 21:01:06 +02:00
2019-09-08 14:53:58 +02:00
2019-05-30 11:25:18 -07:00
2019-07-21 13:31:14 -07:00
2019-06-12 20:27:13 +02:00
2019-05-18 15:52:26 -07:00
2019-09-04 13:38:26 +02:00
2019-04-25 22:00:16 +02:00
2019-06-20 07:56:13 +02:00
2019-05-24 17:27:11 +02:00
2019-04-25 21:33:37 +02:00
2019-04-25 21:33:37 +02:00
2019-06-05 17:37:06 +02:00
2019-05-30 11:26:39 -07:00
2019-06-05 17:36:37 +02:00
2019-06-19 17:09:55 +02:00
2019-09-03 11:33:29 +02:00
2019-06-19 17:09:55 +02:00
2019-09-02 22:44:04 +02:00
2019-07-12 12:24:03 -07:00
2019-09-03 09:36:36 +02:00
2019-09-17 19:15:14 -07:00
2019-07-25 15:48:01 +02:00
2019-07-25 15:55:04 +02:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2019-07-24 10:12:09 -07:00
2019-07-08 20:57:08 -07:00
2019-05-30 11:29:53 -07:00
2019-07-05 15:19:10 -07:00
2019-05-24 17:27:11 +02:00
2019-07-31 13:31:05 -06:00
2019-06-03 16:34:27 +02:00
2019-05-30 11:26:37 -07:00
2019-06-05 17:37:05 +02:00
2019-08-25 12:44:38 +09:00
2019-06-19 17:09:55 +02:00
2019-07-18 14:49:33 -07:00
2019-09-18 10:33:46 -07:00
2019-05-24 17:37:52 +02:00
2019-06-05 17:37:17 +02:00
2019-07-25 11:34:39 -07:00
2019-05-30 11:29:21 -07:00
2019-05-30 11:29:21 -07:00
2019-06-19 17:09:55 +02:00
2019-07-15 19:04:27 -07:00
2019-08-21 07:14:10 +09:00
2019-06-05 17:37:06 +02:00
2019-07-16 22:15:46 +02:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-06-24 10:23:16 +02:00
2019-08-21 10:08:27 -07:00
2019-08-10 19:52:45 +02:00
2019-07-17 09:55:43 -07:00
2019-07-12 11:05:41 -07:00
2019-06-27 23:02:12 +01:00
2019-05-24 17:37:53 +02:00
2019-06-19 17:09:55 +02:00
2019-05-01 12:29:28 -04:00
2019-09-03 19:21:19 +02:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:35 -07:00
2019-08-08 11:10:25 +03:00
2019-09-05 19:52:33 -06:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:29:19 -07:00
2019-06-24 19:23:39 +02:00
2019-08-07 13:52:43 +01:00
2019-05-30 11:26:32 -07:00
2019-05-25 16:33:36 -07:00
2019-05-30 11:26:32 -07:00
2019-07-31 13:31:05 -06:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-05-08 21:23:11 -07:00
2019-06-14 14:21:07 -06:00
2019-06-12 20:30:39 +02:00
2019-06-12 20:30:39 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-09-16 11:44:05 +02:00
2019-07-26 14:51:57 +10:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:35 -07:00
2019-06-24 09:16:47 +10:00
2019-09-05 14:34:22 -04:00
2019-05-24 17:27:11 +02:00
2019-07-16 22:52:37 -04:00
2019-08-12 19:06:13 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-08-12 19:18:50 -07:00
2019-06-19 17:09:11 +02:00
2019-05-30 11:26:41 -07:00
2019-07-03 18:52:20 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:32 -07:00
2019-05-24 17:27:12 +02:00
2019-07-10 20:09:17 -07:00
2019-06-20 14:47:54 +02:00
2019-05-25 23:04:42 -04:00
2019-08-26 11:40:24 +02:00
2019-06-19 17:09:55 +02:00
2019-07-12 15:13:55 -07:00
2019-06-01 15:51:32 -07:00
2019-04-22 09:48:12 -06:00
2019-08-13 16:06:52 -07:00
2019-09-05 11:40:54 +02:00
2019-08-27 19:02:59 +02:00
2019-05-30 11:29:53 -07:00
2019-06-04 14:03:53 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:06 +02:00
2019-06-05 17:37:06 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:35 -07:00
2019-06-05 17:36:38 +02:00
2019-05-30 11:26:32 -07:00
2019-07-25 16:14:39 -03:00
2019-06-25 12:59:43 +10:00
2019-06-22 21:21:04 +02:00
2019-08-28 13:01:25 +02:00
2019-07-18 17:08:06 -07:00
2019-07-12 11:05:45 -07:00
2019-07-15 11:03:02 -03:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-06-05 17:37:17 +02:00
2019-06-29 21:08:14 -07:00
2019-08-22 00:25:12 -07:00
2019-04-16 13:08:16 +02:00
2019-05-21 11:28:39 +02:00
2019-05-21 11:28:39 +02:00
2019-05-21 11:28:39 +02:00
2019-05-21 11:28:39 +02:00
2019-07-31 13:25:27 -06:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2019-07-09 14:52:14 -07:00
2019-09-03 11:33:29 +02:00
2019-07-01 19:15:46 -07:00
2019-07-29 16:40:22 +02:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:32 -07:00
2019-07-05 21:34:50 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-07-30 14:42:13 -07:00
2019-07-26 14:20:06 -07:00
2019-07-08 19:25:19 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:32 -07:00
2019-06-07 11:00:14 -07:00
2019-07-08 20:28:59 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-26 13:19:46 -07:00
2019-05-30 11:26:32 -07:00
2019-06-02 18:08:36 -07:00
2019-08-28 11:50:33 +02:00
2019-07-04 22:01:59 -04:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:17 +02:00
2019-07-15 11:42:31 +02:00
2019-07-25 13:03:18 +02:00
2019-09-11 12:39:19 +02:00
2019-06-26 14:08:11 +02:00
2019-05-30 11:26:41 -07:00
2019-07-04 17:26:48 +02:00
2019-08-13 23:02:48 +03:00
2019-08-13 23:02:44 +03:00
2019-09-17 19:15:14 -07:00
2019-05-30 11:26:35 -07:00
2019-06-19 17:09:56 +02:00
2019-08-30 16:12:10 +02:00
2019-07-16 19:23:22 -07:00
2019-07-17 07:21:02 -07:00
2019-08-23 10:09:58 +02:00
2019-06-14 14:31:48 -06:00
2019-07-14 19:42:11 -07:00
2019-07-23 09:51:00 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:17 +02:00
2019-05-14 19:52:52 -07:00
2019-05-30 11:26:32 -07:00
2019-05-01 10:41:38 +01:00
2019-06-19 17:09:55 +02:00
2019-08-07 14:24:54 +01:00
2019-05-24 17:36:45 +02:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-07-08 14:01:43 +02:00
2019-06-20 17:32:21 -04:00
2019-06-10 13:00:24 +02:00
2019-04-08 22:56:14 +02:00
2019-05-30 11:26:35 -07:00
2019-06-14 19:31:47 -07:00
2019-06-17 12:09:22 +02:00
2019-05-30 11:26:32 -07:00
2019-07-12 11:05:42 -07:00
2019-07-12 11:05:42 -07:00
2019-07-16 19:23:21 -07:00
2019-06-05 17:37:16 +02:00
2019-09-06 23:58:43 +02:00
2019-07-08 19:36:47 -07:00
2019-08-19 09:43:57 -07:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:36:45 +02:00
2019-06-19 17:09:08 +02:00
2019-06-05 17:37:06 +02:00
2019-05-24 17:36:45 +02:00
2019-04-25 22:06:10 +02:00
2019-07-16 19:23:22 -07:00
2019-06-05 17:37:16 +02:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:29:19 -07:00
2019-05-14 19:52:48 -07:00
2019-08-05 12:55:49 +02:00
2019-06-19 17:09:07 +02:00
2019-06-19 17:09:56 +02:00
2019-05-14 19:52:49 -07:00
2019-07-25 20:07:50 +02:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:17 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:07 +02:00
2019-05-24 22:40:45 +02:00
2019-09-01 13:33:16 +02:00
2019-05-21 11:28:46 +02:00
2019-05-24 17:39:02 +02:00
2019-07-05 15:19:10 -07:00
2019-06-19 17:09:55 +02:00
2019-08-06 08:20:10 -06:00
2019-04-18 16:18:27 -04:00
2019-06-01 15:51:31 -07:00
2019-05-14 19:52:49 -07:00
2019-06-29 01:31:08 +02:00
2019-07-11 15:30:05 -07:00
2019-06-05 17:37:06 +02:00
2019-07-25 15:43:27 +02:00
2019-06-24 19:23:44 +02:00
2019-08-13 14:54:24 +08:00
2019-05-24 17:37:53 +02:00
2019-06-08 13:42:13 -06:00
2019-07-16 19:23:24 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-04-23 10:40:32 -07:00
2019-04-02 09:50:48 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:17 +02:00
2019-06-19 17:09:55 +02:00
2019-09-05 12:32:05 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2019-09-17 16:57:47 -07:00
2019-07-18 17:08:07 -07:00
2019-07-18 17:08:07 -07:00
2019-08-13 16:06:52 -07:00
2019-07-02 14:32:44 -03:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:36:38 +02:00
2019-05-30 11:26:32 -07:00
2019-05-21 11:28:45 +02:00
2019-07-18 17:08:07 -07:00
2019-05-30 11:26:41 -07:00
2019-05-14 09:47:46 -07:00
2019-08-13 16:06:52 -07:00
2019-06-19 17:09:55 +02:00
2019-07-18 17:08:07 -07:00
2019-05-14 09:47:49 -07:00
2019-08-30 18:00:50 -07:00
2019-07-25 20:12:38 +03:00
2019-05-28 09:03:35 -07:00
2019-06-24 14:00:32 +02:00
2019-05-07 21:50:24 +09:00
2019-04-04 21:04:13 -04:00
2019-08-14 15:30:35 +02:00
2019-05-24 17:27:10 +02:00
2019-06-13 08:59:34 -04:00
2019-08-08 09:09:25 +02:00
2019-05-30 11:26:32 -07:00
2019-07-03 19:28:40 +02:00
2019-05-30 11:26:35 -07:00
2019-09-03 09:30:45 -04:00
2019-06-05 17:36:38 +02:00
2019-07-08 19:25:19 -07:00
2019-05-30 11:26:32 -07:00
2019-09-16 21:32:57 +02:00
2019-09-13 12:35:33 +02:00
2019-09-13 12:35:33 +02:00
2019-09-13 12:47:36 +02:00
2019-07-01 19:12:10 -07:00
2019-07-18 15:50:28 -04:00
2019-07-06 14:54:50 -04:00
2019-07-06 14:54:49 -04:00
2019-04-25 14:18:15 -04:00
2019-05-30 11:26:41 -07:00
2019-07-18 17:08:06 -07:00
2019-06-13 09:02:33 -04:00
2019-06-21 11:08:37 +02:00
2019-04-25 16:51:42 +02:00
2019-08-29 12:55:02 -07:00
2019-04-25 19:43:12 +02:00
2019-05-24 16:39:14 -05:00
2019-09-11 14:46:02 +01:00
2019-06-05 17:37:16 +02:00
2019-06-05 17:37:16 +02:00
2019-07-26 17:01:29 -06:00
2019-05-24 17:27:11 +02:00
2019-05-20 17:27:08 +03:00
2019-07-22 20:56:37 +05:30
2019-05-30 11:26:32 -07:00
2019-08-09 19:56:05 +02:00
2019-07-10 23:08:44 -05:00
2019-05-30 11:26:35 -07:00
2019-07-12 11:05:47 -07:00
2019-06-05 17:30:29 +02:00
2019-05-16 10:29:00 -07:00
2019-05-03 10:49:17 -04:00
2019-09-13 21:15:41 +10:00
2019-07-12 11:05:43 -07:00
2019-08-03 07:02:01 -07:00
2019-08-01 06:39:33 +02:00
2019-07-12 11:05:43 -07:00
2019-05-30 11:26:39 -07:00
2019-07-12 11:05:43 -07:00
2019-05-30 11:29:19 -07:00
2019-04-23 16:38:09 -05:00
2019-09-17 17:43:33 -07:00
2019-06-21 18:11:53 -05:00
2019-06-21 22:05:42 -04:00
2019-04-25 16:33:07 -05:00
2019-04-15 13:24:02 +01:00
2019-04-15 13:24:02 +01:00
2019-08-12 10:47:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:07 +02:00
2019-05-21 10:50:45 +02:00
2019-05-09 10:51:06 -07:00
2019-07-08 16:12:03 -07:00
2019-07-04 08:05:52 -07:00
2019-08-28 11:29:38 +02:00
2019-06-24 19:19:23 +02:00
2019-07-16 19:23:25 -07:00
2019-06-05 17:37:07 +02:00
2019-09-05 11:54:14 +02:00
2019-05-30 11:26:37 -07:00
2019-09-02 11:20:17 -07:00
2019-07-08 19:48:57 -07:00
2019-08-01 21:49:46 +02:00
2019-04-26 11:09:55 -07:00
2019-05-30 11:29:52 -07:00
2019-09-18 10:33:46 -07:00
2019-05-21 11:28:45 +02:00
2019-06-05 17:37:07 +02:00
2019-06-05 17:37:16 +02:00
2019-08-05 10:58:19 +02:00
2019-07-26 13:24:59 +05:30
2019-08-21 00:38:54 +02:00
2019-06-05 17:37:16 +02:00
2019-08-21 00:20:40 +02:00
2019-07-23 09:46:56 +02:00
2019-05-24 17:36:45 +02:00
2019-07-16 19:23:22 -07:00
2019-05-14 19:52:48 -07:00
2019-05-24 17:36:45 +02:00
2019-09-05 21:16:22 +02:00
2019-07-15 21:06:15 -07:00
2019-06-05 17:37:04 +02:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-07-31 19:03:34 +02:00
2019-05-14 19:52:51 -07:00
2019-06-12 11:42:13 +02:00
2019-06-15 12:25:49 +02:00
2019-08-26 11:35:13 +02:00
2019-08-09 17:51:39 +01:00
2019-05-25 18:00:04 -04:00
2019-05-14 19:52:48 -07:00
2019-05-14 19:52:48 -07:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:37:06 +02:00
2019-05-24 17:36:45 +02:00
2019-06-13 22:34:55 -07:00
2019-05-30 11:26:32 -07:00
2019-05-29 09:31:44 -05:00
2019-06-26 11:39:11 +02:00
2019-06-19 17:09:55 +02:00
2019-07-22 16:25:20 -07:00
2019-05-14 19:52:48 -07:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:17 +02:00
2019-07-04 22:01:59 -04:00
2019-08-23 16:39:26 +01:00
2019-07-16 19:23:22 -07:00
2019-07-16 19:23:22 -07:00
2019-08-13 14:35:49 -07:00
2019-08-09 11:01:08 -07:00
2019-08-09 11:00:35 -07:00
2019-09-16 17:25:49 -07:00
2019-08-26 16:27:01 -07:00
2019-07-31 19:03:35 +02:00
2019-04-03 12:34:31 +02:00
2019-05-14 19:52:51 -07:00
2019-07-09 12:34:26 -07:00
2019-05-30 11:29:21 -07:00
2019-06-29 12:02:17 -07:00
2019-06-12 15:27:44 +01:00
2019-04-02 17:57:35 +02:00
2019-06-05 17:36:37 +02:00
2019-04-07 19:12:12 -07:00
2019-05-29 13:27:08 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:17 +02:00
2019-05-08 22:14:36 +02:00
2019-05-21 11:28:46 +02:00
2019-05-21 11:28:46 +02:00
2019-06-19 17:09:07 +02:00
2019-08-06 12:49:15 +02:00
2019-06-05 17:37:06 +02:00
2019-06-20 15:21:33 -04:00
2019-06-19 17:09:55 +02:00
2019-09-17 12:35:15 -07:00
2019-08-12 12:23:02 +01:00
2019-05-30 11:29:52 -07:00
2019-05-24 17:39:00 +02:00
2019-05-30 11:26:32 -07:00
2019-06-14 09:02:42 -04:00
2019-06-29 10:33:57 -06:00
2019-04-19 15:09:10 +02:00
2019-06-05 17:37:17 +02:00
2019-07-03 17:52:50 -04:00
2019-05-30 11:26:41 -07:00
2019-06-05 17:36:37 +02:00
2019-06-21 10:18:43 +02:00
2019-07-15 11:03:03 -03:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:35 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-05-31 12:37:46 -07:00
2019-06-19 17:09:55 +02:00
2019-04-19 09:46:04 -07:00
2019-08-19 06:34:13 -05:00
2019-07-09 09:07:00 -07:00
2019-07-09 11:35:38 -07:00
2019-05-30 11:26:32 -07:00
2019-09-13 12:47:11 +02:00
2019-07-22 16:04:17 +02:00
2019-05-16 15:51:55 -07:00
2019-07-12 11:05:44 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:19 -07:00
2019-07-08 16:12:03 -07:00
2019-04-24 12:17:08 +02:00
2019-05-30 11:26:35 -07:00
2019-08-08 22:39:35 -07:00
2019-05-24 17:36:45 +02:00
2019-08-19 13:14:53 -03:00
2019-07-31 19:03:35 +02:00
2019-07-31 19:03:35 +02:00
2019-06-05 17:36:37 +02:00
2019-05-28 09:03:35 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:37 -07:00
2019-07-25 15:43:26 +02:00
2019-09-11 15:27:09 +01:00
2019-06-05 17:37:16 +02:00
2019-05-30 11:26:32 -07:00
2019-06-15 12:25:55 +02:00
2019-07-03 17:52:50 -04:00
2019-04-08 16:44:21 -06:00
2019-08-08 11:26:01 +02:00
2019-07-12 11:05:43 -07:00
2019-07-16 19:23:21 -07:00
2019-09-11 12:34:29 +02:00
2019-06-05 17:36:37 +02:00
2019-06-19 17:09:55 +02:00
2019-08-05 14:56:30 -07:00
2019-09-07 21:42:25 +02:00
2019-06-05 17:37:16 +02:00
2019-07-18 17:08:07 -07:00
2019-09-04 13:37:17 +02:00
2019-05-21 11:28:46 +02:00
2019-06-05 17:37:06 +02:00
2019-06-19 17:09:55 +02:00
2019-09-16 16:26:11 +02:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-07-31 13:25:15 -06:00
2019-08-26 12:15:06 +03:00
2019-06-05 17:37:06 +02:00
2019-04-09 08:31:51 -07:00
2019-05-06 19:40:31 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:26:37 -07:00
2019-08-23 02:12:11 +02:00
2019-06-25 08:54:51 +02:00
2019-08-01 20:51:22 +02:00
2019-08-02 14:45:14 +10:00
2019-08-28 11:50:43 +02:00
2019-08-20 17:05:05 +02:00
2019-09-16 17:25:49 -07:00
2019-07-31 19:03:35 +02:00
2019-05-24 17:39:02 +02:00
2019-06-24 23:57:49 +03:00
2019-06-05 17:37:17 +02:00
2019-08-31 06:51:49 -04:00
2019-06-19 17:09:55 +02:00
2019-07-16 19:23:24 -07:00
2019-04-26 19:04:19 -07:00
2019-06-05 17:37:09 +02:00
2019-06-05 17:37:17 +02:00
2019-06-03 12:32:57 +02:00
2019-05-25 23:04:43 -04:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:04 +02:00
2019-07-13 10:36:53 -07:00
2019-06-19 23:45:09 -04:00
2019-05-30 11:26:35 -07:00
2019-08-21 10:03:35 -07:00
2019-06-26 21:02:32 +01:00
2019-05-14 09:47:45 -07:00
2019-05-30 11:26:41 -07:00
2019-05-24 17:27:11 +02:00
2019-05-30 11:26:41 -07:00
2019-06-19 17:09:55 +02:00
2019-05-24 17:27:13 +02:00
2019-05-24 17:27:13 +02:00
2019-06-05 17:30:27 +02:00
2019-04-08 17:05:52 -04:00
2019-07-30 15:00:00 -07:00
2019-05-12 13:11:36 -04:00
2019-05-24 17:39:00 +02:00
2019-06-05 17:37:05 +02:00
2019-07-12 11:05:47 -07:00
2019-07-12 11:05:43 -07:00
2019-05-14 09:47:45 -07:00
2019-06-05 17:37:05 +02:00
2019-06-21 16:04:05 +02:00
2019-05-30 11:26:35 -07:00
2019-06-19 17:09:55 +02:00
2019-09-04 14:34:31 +02:00
2019-05-15 17:35:54 +01:00
2019-09-17 12:35:15 -07:00
2019-06-05 17:37:07 +02:00
2019-07-14 16:51:47 -07:00
2019-09-13 21:15:39 +10:00
2019-08-27 09:22:38 -06:00
2019-05-31 13:52:41 -04:00
2019-05-24 17:36:47 +02:00