Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-tests-add-TestNotIdle.patch | [PATCH] tests: add TestNotIdle Mount with idle timeout of 100ms read something every 10ms. The fs should NOT get unmounted. Regression test for https://github.com/rfjakob/gocryptfs/issues/421 |
Jakob Unterwurzacher <jakobunt@gmail.com> | no | 2019-09-08 | ||
001-disable-emulated-getdents.patch | Disable emulated getdents Upstream provides an emulation for the syscall Getdents, which does not exist on Darwin (MacOS). The test for that emulation fails with gccgo because libgo does not support reading a directory besed on a file descriptor. (https://github.com/rfjakob/gocryptfs/issues/201) . The emulation is not needed in Debian, certainly not on those architectures running Linux, so it was disabled together with the test. |
Felix Lechner <felix.lechner@lease-up.com> | not-needed | 2018-02-03 | ||
002-disable-getdents-test.patch | Disable getdents tests The getdents tests may fail on filesystems that do not support extended attributes. They were disabled. |
Felix Lechner <felix.lechner@lease-up.com> | not-needed |