aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04bcache: try to set b->parent properlySlava Pestov1-16/+21
2014-08-04bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov1-0/+1
2014-08-04bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov1-1/+1
2014-08-04bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet1-1/+1
2014-08-04bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet1-1/+1
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov1-3/+9
2014-03-18bcache: Kill bucket->gc_genKent Overstreet1-4/+3
2014-03-18bcache: Kill unused freelistKent Overstreet1-4/+37
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-92/+133
2014-03-18bcache: Kill btree_io_wqKent Overstreet1-20/+2
2014-03-18bcache: btree locking reworkKent Overstreet1-45/+119
2014-03-18bcache: Fix a race when freeing btree nodesKent Overstreet1-33/+20
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet1-6/+12
2014-03-18bcache: Kill dead cgroup codeKent Overstreet1-4/+0
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet1-51/+31
2014-03-18bcache: Fix a bug recovering from unclean shutdownKent Overstreet1-2/+2
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet1-1/+1
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong1-1/+1
2014-01-08bcache: Don't return -EINTR when insert finishedKent Overstreet1-2/+4
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet1-229/+17
2014-01-08bcache: Convert sorting to btree_keysKent Overstreet1-3/+3
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet1-4/+4
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet1-11/+11
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet1-13/+15
2014-01-08bcache: Add struct btree_keysKent Overstreet1-79/+74
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-0/+6
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-104/+63
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-4/+10
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet1-2/+8
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-15/+18
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet1-3/+3
2014-01-08bcache: Btree verify code improvementsKent Overstreet1-2/+14
2014-01-08bcache: kill index()Kent Overstreet1-3/+3
2014-01-08bcache: Do bkey_put() in btree_split() error pathKent Overstreet1-1/+4
2014-01-08bcache: Rework allocator reservesKent Overstreet1-2/+32
2014-01-08bcache: kill closure locking usageKent Overstreet1-18/+34
2014-01-08bcache: Minor btree cache fixKent Overstreet1-7/+3
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-2/+25
2013-12-16bcache: fix for gc and writeback raceNicholas Swenson1-0/+22
2013-12-16bcache: Fix dirty_data accountingKent Overstreet1-1/+2
2013-11-28bcache: fix sparse non static symbol warningWei Yongjun1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-2/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-11-10bcache: Better full stripe scanningKent Overstreet1-8/+11
2013-11-10bcache: Have btree_split() insert into parent directlyKent Overstreet1-46/+39
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet1-3/+0
2013-11-10bcache: Kill bch_next_recurse_key()Kent Overstreet1-12/+11
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet1-10/+11
2013-11-10bcache: Incremental gcKent Overstreet1-163/+225
2013-11-10bcache: Add make_btree_freeing_key()Kent Overstreet1-13/+18