summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: allocate meta data pages as compound pagesColy Li2020-08-211-1/+1
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-291-2/+6
* bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li2020-01-041-0/+2
* bcache: fix miss key refill->end in writebackTang Junhui2018-11-211-1/+1
* bcache: fix for allocator and register thread raceTang Junhui2018-05-301-3/+6
* bcache: check return value of register_shrinkerMichael Lyle2018-02-031-1/+4
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2017-02-231-20/+20
* bcache: Add a cond_resched() call to gcKent Overstreet2016-03-031-0/+1
* bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2016-03-031-1/+3
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-5/+5
* bcache: try to set b->parent properlySlava Pestov2014-08-041-16/+21
* bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov2014-08-041-0/+1
* bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov2014-08-041-1/+1
* bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2014-08-041-1/+1
* bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet2014-08-041-1/+1
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-041-3/+9
* bcache: Kill bucket->gc_genKent Overstreet2014-03-181-4/+3
* bcache: Kill unused freelistKent Overstreet2014-03-181-4/+37
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-181-92/+133
* bcache: Kill btree_io_wqKent Overstreet2014-03-181-20/+2
* bcache: btree locking reworkKent Overstreet2014-03-181-45/+119
* bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-181-33/+20
* bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-181-6/+12
* 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