summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)Author
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong
2014-01-08bcache: Don't return -EINTR when insert finishedKent Overstreet
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet
2014-01-08bcache: Convert sorting to btree_keysKent Overstreet
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet
2014-01-08bcache: Add struct btree_keysKent Overstreet
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet
2014-01-08bcache: Bkey indexing renamingKent Overstreet
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet
2014-01-08bcache: Btree verify code improvementsKent Overstreet
2014-01-08bcache: kill index()Kent Overstreet
2014-01-08bcache: Do bkey_put() in btree_split() error pathKent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2014-01-08bcache: Minor btree cache fixKent Overstreet
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-16bcache: fix for gc and writeback raceNicholas Swenson
2013-12-16bcache: Fix dirty_data accountingKent Overstreet
2013-11-28bcache: fix sparse non static symbol warningWei Yongjun
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-10bcache: Better full stripe scanningKent Overstreet
2013-11-10bcache: Have btree_split() insert into parent directlyKent Overstreet
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet
2013-11-10bcache: Kill bch_next_recurse_key()Kent Overstreet
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet
2013-11-10bcache: Incremental gcKent Overstreet
2013-11-10bcache: Add make_btree_freeing_key()Kent Overstreet
2013-11-10bcache: Add btree_node_write_sync()Kent Overstreet
2013-11-10bcache: PRECEDING_KEY()Kent Overstreet
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet
2013-11-10bcache: Debug code improvementsKent Overstreet
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet
2013-11-10bcache: Kill op->replaceKent Overstreet
2013-11-10bcache: Drop some closure stuffKent Overstreet
2013-11-10bcache: Kill op->clKent Overstreet
2013-11-10bcache: Prune struct btree_opKent Overstreet
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet
2013-11-10bcache: Move some stuff to btree.cKent Overstreet
2013-11-10bcache: Add btree_map() functionsKent Overstreet
2013-11-10bcache: Convert gc to a kthreadKent Overstreet
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet