From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E0CD61F463 for ; Sat, 21 Sep 2019 20:58:37 +0000 (UTC) From: Eric Wong To: cmogstored-public@bogomips.org Subject: [PATCH] TODO: a few low-priority items... Date: Sat, 21 Sep 2019 20:58:37 +0000 Message-Id: <20190921205837.5006-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 042080a..970b1c9 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,9 @@ * SIGWINCH/SIGHUP to stop/restart worker threads during upgrade * hot management interface * reduce/minimize memory/stack usage -* optional fsync/fdatasync/O_SYNC/msync for PUT + - switch from gnulib/hash to khash +* optional fsync/fdatasync/O_SYNC/msync for PUT (how?) * fallocate support? slow emulation interfaces can be a problem... * inotify (and kqueue) support for detecting new device directories +* cleanups: favor ccan/{list,container_of,check_types} ... +* rewrite test suite using Perl5 (Ruby language is too unstable) -- EW