aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2014-03-18bcache: remove nested function usageGravatar John Sheu 2-72/+76
2014-03-18bcache: Kill bucket->gc_genGravatar Kent Overstreet 4-11/+9
2014-03-18bcache: Kill unused freelistGravatar Kent Overstreet 5-125/+110
2014-03-18bcache: Rework btree cache reserve handlingGravatar Kent Overstreet 6-139/+145
2014-03-18bcache: Kill btree_io_wqGravatar Kent Overstreet 3-24/+2
2014-03-18bcache: btree locking reworkGravatar Kent Overstreet 4-52/+133
2014-03-18bcache: Fix a race when freeing btree nodesGravatar Kent Overstreet 1-33/+20
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEGravatar Kent Overstreet 4-14/+21
2014-03-18bcache: Add bch_keylist_init_single()Gravatar Kent Overstreet 2-4/+7
2014-03-18bcache: Improve priority_statsGravatar Kent Overstreet 1-6/+20
2014-03-18bcache: Better alloc tracepointsGravatar Kent Overstreet 2-5/+12
2014-03-18bcache: Kill dead cgroup codeGravatar Kent Overstreet 5-202/+0
2014-03-18bcache: stop moving_gc marking buckets that can't be moved.Gravatar Nicholas Swenson 1-1/+4
2014-03-18bcache: Fix moving_pred()Gravatar Kent Overstreet 1-5/+3
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeGravatar Nicholas Swenson 5-8/+16
2014-03-18bcache: Fix discard granularityGravatar Kent Overstreet 1-0/+1
2014-03-18bcache: Fix another bug recovering from unclean shutdownGravatar Kent Overstreet 3-65/+36
2014-03-18bcache: Fix a bug recovering from unclean shutdownGravatar Kent Overstreet 1-2/+2
2014-03-18bcache: Fix a journalling reclaim after recovery bugGravatar Kent Overstreet 1-2/+8
2014-03-17bcache: Fix a null ptr deref in journal replayGravatar Kent Overstreet 1-1/+5
2014-03-17bcache: Fix a lockdep splat in an error pathGravatar Kent Overstreet 1-3/+5
2014-02-25bcache: Fix a shutdown bugGravatar Kent Overstreet 3-2/+12
2014-02-25bcache: Fix flash_dev_cache_miss() for real this timeGravatar Kent Overstreet 1-14/+5
2014-02-18bcache: Fix another compiler warning on m68kGravatar Kent Overstreet 1-2/+2
2014-01-30Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Gravatar Jens Axboe 6-10/+15
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 21-1755/+2212
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-288/+118
2014-01-29bcache: bugfix - gc thread now gets woken when cache is fullGravatar Nicholas Swenson 1-3/+3
2014-01-29bcache: Minor fixes from kbuild robotGravatar Kent Overstreet 4-5/+8
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDGravatar Darrick J. Wong 2-2/+4
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-1/+0
2014-01-13cgroup: remove stray references to css_idGravatar Hugh Dickins 1-1/+0
2014-01-08bcache: Fix auxiliary search trees for key size > cacheline sizeGravatar Kent Overstreet 1-14/+14
2014-01-08bcache: Don't return -EINTR when insert finishedGravatar Kent Overstreet 1-2/+4
2014-01-08bcache: Improve bucket_prio() calculationGravatar Kent Overstreet 2-3/+16
2014-01-08bcache: Add bch_bkey_equal_header()Gravatar Nicholas Swenson 3-8/+11
2014-01-08bcache: update bch_bkey_try_mergeGravatar Nicholas Swenson 3-16/+28
2014-01-08bcache: Move insert_fixup() to btree_keys_opsGravatar Kent Overstreet 4-229/+257
2014-01-08bcache: Convert sorting to btree_keysGravatar Kent Overstreet 3-36/+33
2014-01-08bcache: Convert debug code to btree_keysGravatar Kent Overstreet 9-217/+264
2014-01-08bcache: Convert btree_iter to struct btree_keysGravatar Kent Overstreet 6-38/+41
2014-01-08bcache: Refactor bset_tree sysfs statsGravatar Kent Overstreet 3-47/+54
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Gravatar Kent Overstreet 2-13/+30
2014-01-08bcache: Add struct btree_keysGravatar Kent Overstreet 8-263/+322
2014-01-08bcache: Abstract out stuff needed for sortingGravatar Kent Overstreet 9-289/+423
2014-01-08bcache: Rename/shuffle various code aroundGravatar Kent Overstreet 8-276/+341
2014-01-08bcache: Add struct bset_sort_stateGravatar Kent Overstreet 6-49/+87
2014-01-08bcache: Split out sort_extent_cmp()Gravatar Kent Overstreet 4-32/+73
2014-01-08bcache: Bkey indexing renamingGravatar Kent Overstreet 6-52/+62
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsGravatar Kent Overstreet 4-16/+26