aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
Commit message (Expand)AuthorAge
* bcache: Minor btree cache fixKent Overstreet2014-01-08
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-31
|\
| * bcache: fix for gc and writeback raceNicholas Swenson2013-12-16
| * bcache: Fix dirty_data accountingKent Overstreet2013-12-16
| * bcache: fix sparse non static symbol warningWei Yongjun2013-11-28
* | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24
* | block: Abstract out bvec iteratorKent Overstreet2013-11-24
|/
* bcache: Better full stripe scanningKent Overstreet2013-11-11
* bcache: Have btree_split() insert into parent directlyKent Overstreet2013-11-11
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-11
* bcache: Kill bch_next_recurse_key()Kent Overstreet2013-11-11
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-11
* bcache: Incremental gcKent Overstreet2013-11-11
* bcache: Add make_btree_freeing_key()Kent Overstreet2013-11-11
* bcache: Add btree_node_write_sync()Kent Overstreet2013-11-11
* bcache: PRECEDING_KEY()Kent Overstreet2013-11-11
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-11
* bcache: Debug code improvementsKent Overstreet2013-11-11
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-11
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-11
* bcache: Don't use op->insert_collisionKent Overstreet2013-11-11
* bcache: Kill op->replaceKent Overstreet2013-11-11
* bcache: Drop some closure stuffKent Overstreet2013-11-11
* bcache: Kill op->clKent Overstreet2013-11-11
* bcache: Prune struct btree_opKent Overstreet2013-11-11
* bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-11
* bcache: Move some stuff to btree.cKent Overstreet2013-11-11
* bcache: Add btree_map() functionsKent Overstreet2013-11-11
* bcache: Convert gc to a kthreadKent Overstreet2013-11-11
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-11
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-11
* bcache: Move keylist out of btree_opKent Overstreet2013-11-11
* bcache: Refactor journalling flow controlKent Overstreet2013-11-11
* bcache: Clean up keylist codeKent Overstreet2013-11-11
* bcache: Add explicit keylist arg to btree_insert()Kent Overstreet2013-11-11
* bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet2013-11-11
* bcache: Insert multiple keys at a timeKent Overstreet2013-11-11
* bcache: Add btree_insert_node()Kent Overstreet2013-11-11
* bcache: Explicitly track btree node's parentKent Overstreet2013-11-11
* bcache: Fix dirty_data accountingKent Overstreet2013-11-11
* bcache: Fix a shrinker deadlockKent Overstreet2013-09-24
* bcache: Correct printf()-style format length modifierGeert Uytterhoeven2013-09-24
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-10
* bcache: Fix GC_SECTORS_USED() calculationKent Overstreet2013-07-12
* bcache: Use standard utility codeKent Overstreet2013-07-01
* bcache: Delete fuzz testerKent Overstreet2013-07-01
* bcache: Document shrinker reserve betterKent Overstreet2013-07-01
* bcache: FUA fixesKent Overstreet2013-07-01
* bcache: Write out full stripesKent Overstreet2013-06-27
* bcache: Track dirty data by stripeKent Overstreet2013-06-27