Skip to content

Tags: gene-git/dual-root

Tags

3.7.1

Toggle 3.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.7.1

3.7.0

Toggle 3.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.7.0

3.6.0

Toggle 3.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.6.0

3.5.0

Toggle 3.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.5.0

3.4.0

Toggle 3.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.4.0

3.3.0

Toggle 3.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.3.0

3.2.0

Toggle 3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.2.0

3.1.1

Toggle 3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.1.1

3.1.0

Toggle 3.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gene-git Gene
Release 3.1.0

3.0.0

Toggle 3.0.0's commit message
Performance improvements:

 - sync daemon now defaults to running with: nice=15, ionice_class=IDLE
 - Inotify triggers now placed on sync queue which is run in separate thread and queue run must wait sync
   delay seconds before being run again. Each dir monitored by inotify has its own queue.
 - Periodic queue check/flushes are also run every 15 mins - this is also run on exit to
   ensure all pending syncs are completed.
 - New variables in sync daemon config are available
   nice, ionice_class and ionice_value; see man ioprio_set
   defaults: nice=15, ionice_class=3 (IDLE)
   sync_delay = 300 which is the minimum time between queue runs