-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddef9b0
commit f7b3cea
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
autotier (1.0.1-1focal) focal; urgency=medium | ||
|
||
* Use file handles for everything by setting nullpath_ok in fuse config. | ||
* Rewrite readdir and implement opendir and releasedir to use fi->fh. | ||
* Keep track of live tier usage based on file size inside tier. | ||
* Fix bug where tier worker thread doesn't exit on unmount. | ||
* Fix bug where ownership and permissions aren't properly copied. | ||
* Implement extended attribute methods. | ||
|
||
-- Josh Boudreau <[email protected]> Tue, 23 Feb 2021 4:27:00 -0400 | ||
|
||
autotier (1.0.0-1focal) focal; urgency=high | ||
|
||
* Initial packaging of autotier for Ubuntu Focal. | ||
|