aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
Commit message (Expand)AuthorAge
* bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2014-08-04
* bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet2014-08-04
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-04
* bcache: Kill bucket->gc_genKent Overstreet2014-03-18
* bcache: Kill unused freelistKent Overstreet2014-03-18
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-18
* bcache: Kill btree_io_wqKent Overstreet2014-03-18
* bcache: btree locking reworkKent Overstreet2014-03-18
* bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-18
* bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-18
* bcache: Kill dead cgroup codeKent Overstreet2014-03-18
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-18
* bcache: Fix a bug recovering from unclean shutdownKent Overstreet2014-03-18
* bcache: Minor fixes from kbuild robotKent Overstreet2014-01-29
* bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong2014-01-29
* bcache: Don't return -EINTR when insert finishedKent Overstreet2014-01-08
* bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-08
* bcache: Convert sorting to btree_keysKent Overstreet2014-01-08
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-08
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-08
* bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-08
* bcache: Add struct btree_keysKent Overstreet2014-01-08
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-08
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-08
* bcache: Add struct bset_sort_stateKent Overstreet2014-01-08
* bcache: Split out sort_extent_cmp()Kent Overstreet2014-01-08
* bcache: Bkey indexing renamingKent Overstreet2014-01-08
* bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet2014-01-08
* bcache: Btree verify code improvementsKent Overstreet2014-01-08
* bcache: kill index()Kent Overstreet2014-01-08
* bcache: Do bkey_put() in btree_split() error pathKent Overstreet2014-01-08
* bcache: Rework allocator reservesKent Overstreet2014-01-08
* bcache: kill closure locking usageKent Overstreet2014-01-08
* 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