Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-03 | test: allow deletion of temporary files from normal fs | Zbigniew Jędrzejewski-Szmek | |
Not everybody has /tmp on tmpfs, and this was breaking 'make check'. | |||
2012-07-17 | journal: size journal data hash table based on maximum file size metrics | Lennart Poettering | |
The default of 2047 hash table entries turned out to result in way too many collisions for bigger files, hence scale the hash table size by the estimated maximum file size. | |||
2012-07-13 | journal: beef up journal matches considerably | Lennart Poettering | |
we now can take multiple matches, and they will apply as AND if they apply to different fields and OR if they apply to the same fields. Also, terms of this kind can be combined with an overreaching OR. |