summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-30bcache: Minor fixes from kbuild robotKent Overstreet1-1/+1
2014-01-30bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong1-1/+1
2014-01-09bcache: Don't return -EINTR when insert finishedKent Overstreet1-2/+4
2014-01-09bcache: Move insert_fixup() to btree_keys_opsKent Overstreet1-229/+17
2014-01-09bcache: Convert sorting to btree_keysKent Overstreet1-3/+3
2014-01-09bcache: Convert debug code to btree_keysKent Overstreet1-4/+4
2014-01-09bcache: Convert btree_iter to struct btree_keysKent Overstreet1-11/+11
2014-01-09bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet1-13/+15
2014-01-09bcache: Add struct btree_keysKent Overstreet1-79/+74
2014-01-09bcache: Abstract out stuff needed for sortingKent Overstreet1-0/+6
2014-01-09bcache: Rename/shuffle various code aroundKent Overstreet1-104/+63
2014-01-09bcache: Add struct bset_sort_stateKent Overstreet1-4/+10
2014-01-09bcache: Split out sort_extent_cmp()Kent Overstreet1-2/+8
2014-01-09bcache: Bkey indexing renamingKent Overstreet1-15/+18
2014-01-09bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet1-3/+3
2014-01-09bcache: Btree verify code improvementsKent Overstreet1-2/+14
2014-01-09bcache: kill index()Kent Overstreet1-3/+3
2014-01-09bcache: Do bkey_put() in btree_split() error pathKent Overstreet1-1/+4
2014-01-09bcache: Rework allocator reservesKent Overstreet1-2/+32
2014-01-09bcache: kill closure locking usageKent Overstreet1-18/+34
2014-01-09bcache: Minor btree cache fixKent Overstreet1-7/+3
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-2/+25
2013-12-17bcache: fix for gc and writeback raceNicholas Swenson1-0/+22
2013-12-17bcache: Fix dirty_data accountingKent Overstreet1-1/+2
2013-11-29bcache: fix sparse non static symbol warningWei Yongjun1-1/+1
2013-11-24block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-2/+2
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-11-11bcache: Better full stripe scanningKent Overstreet1-8/+11
2013-11-11bcache: Have btree_split() insert into parent directlyKent Overstreet1-46/+39
2013-11-11bcache: Move spinlock into struct time_statsKent Overstreet1-3/+0
2013-11-11bcache: Kill bch_next_recurse_key()Kent Overstreet1-12/+11
2013-11-11bcache: Avoid deadlocking in garbage collectionKent Overstreet1-10/+11
2013-11-11bcache: Incremental gcKent Overstreet1-163/+225
2013-11-11bcache: Add make_btree_freeing_key()Kent Overstreet1-13/+18
2013-11-11bcache: Add btree_node_write_sync()Kent Overstreet1-19/+16
2013-11-11bcache: PRECEDING_KEY()Kent Overstreet1-7/+2
2013-11-11bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-23/+5
2013-11-11bcache: Debug code improvementsKent Overstreet1-2/+6
2013-11-11bcache: Pull on disk data structures out into a separate headerKent Overstreet1-1/+1
2013-11-11bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-42/+37
2013-11-11bcache: Don't use op->insert_collisionKent Overstreet1-0/+3
2013-11-11bcache: Kill op->replaceKent Overstreet1-50/+52
2013-11-11bcache: Drop some closure stuffKent Overstreet1-3/+3
2013-11-11bcache: Kill op->clKent Overstreet1-46/+35
2013-11-11bcache: Prune struct btree_opKent Overstreet1-14/+18
2013-11-11bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-133/+0
2013-11-11bcache: Move some stuff to btree.cKent Overstreet1-2/+93
2013-11-11bcache: Add btree_map() functionsKent Overstreet1-51/+123
2013-11-11bcache: Convert gc to a kthreadKent Overstreet1-16/+34
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-15/+10