summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2015-08-31 07:10:36 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2015-08-31 07:10:36 -0800
commit6a5996aaaad0b4c0fa13500c601909d1b7f39382 (patch)
treed4533db377ca9cf10c465a292e3b85bf566b6610
parentcf974fbe204ac7f190fa1a024a762b4450e9d08c (diff)
todo
-rw-r--r--Todo.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/Todo.mdwn b/Todo.mdwn
index e5c286d..6e79ac8 100644
--- a/Todo.mdwn
+++ b/Todo.mdwn
@@ -50,3 +50,8 @@ bcache/bcachefs todo list:
The idea here is that a lot of the time users really don't care about losing
the past 10-100 ms of work (client machines, build servers) and would prefer the
performance improvement on fsync heavy workloads.
+
+ * Discards - right now we only issue discards right before reusing a bucket,
+ which makes sense when the device is expected to be entirely full of cached
+ data - but when you're using it as a fs it makes more sense to issue discards
+ as buckets get emptied out. should figure out where to hook this in.