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