summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: Kill dead cgroup codeKent Overstreet2014-03-181-4/+0
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-181-51/+31
* bcache: Fix a bug recovering from unclean shutdownKent Overstreet2014-03-181-2/+2
* 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/+17
* 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/+74
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-081-0/+6
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-104/+63
* 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/+3
* 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-281-1/+1
* | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-2/+2
* | block: Abstract out bvec iteratorKent Overstreet2013-11-231-2/+2
|/
* bcache: Better full stripe scanningKent Overstreet2013-11-101-8/+11
* bcache: Have btree_split() insert into parent directlyKent Overstreet2013-11-101-46/+39
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-101-3/+0
* bcache: Kill bch_next_recurse_key()Kent Overstreet2013-11-101-12/+11
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-101-10/+11
* bcache: Incremental gcKent Overstreet2013-11-101-163/+225
* bcache: Add make_btree_freeing_key()Kent Overstreet2013-11-101-13/+18
* bcache: Add btree_node_write_sync()Kent Overstreet2013-11-101-19/+16
* bcache: PRECEDING_KEY()Kent Overstreet2013-11-101-7/+2
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-101-23/+5
* bcache: Debug code improvementsKent Overstreet2013-11-101-2/+6
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-101-1/+1
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-101-42/+37
* bcache: Don't use op->insert_collisionKent Overstreet2013-11-101-0/+3
* bcache: Kill op->replaceKent Overstreet2013-11-101-50/+52
* bcache: Drop some closure stuffKent Overstreet2013-11-101-3/+3
* bcache: Kill op->clKent Overstreet2013-11-101-46/+35
* bcache: Prune struct btree_opKent Overstreet2013-11-101-14/+18
* bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-101-133/+0
* bcache: Move some stuff to btree.cKent Overstreet2013-11-101-2/+93
OpenPOWER on IntegriCloud