aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov1-4/+10
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-28/+25
2013-12-16bcache: New writeback PD controllerKent Overstreet1-24/+23
2013-12-16bcache: Use uninterruptible sleep in writebackKent Overstreet1-2/+2
2013-12-16bcache: kthread don't set writeback task to INTERUPTIBLEStefan Priebe1-2/+0
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+3
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-3/+3
2013-11-10bcache: Better full stripe scanningKent Overstreet1-38/+56
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-4/+2
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet1-3/+4
2013-11-10bcache: Kill op->replaceKent Overstreet1-6/+4
2013-11-10bcache: Kill op->clKent Overstreet1-3/+2
2013-11-10bcache: Prune struct btree_opKent Overstreet1-5/+12
2013-11-10bcache: Add btree_map() functionsKent Overstreet1-24/+13
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet1-197/+174
2013-11-10bcache: Move keylist out of btree_opKent Overstreet1-2/+5
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet1-16/+17
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet1-22/+21
2013-07-01bcache: Use standard utility codeKent Overstreet1-3/+4
2013-06-26bcache: Write out full stripesKent Overstreet1-2/+42
2013-06-26bcache: Track dirty data by stripeKent Overstreet1-6/+34
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet1-0/+36
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-4/+6
2013-05-15bcache: Fix error handling in init codeKent Overstreet1-1/+1
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-3/+3
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+414