summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: remove nested function usageJohn Sheu2014-03-182-72/+76
* bcache: Kill bucket->gc_genKent Overstreet2014-03-184-11/+9Star
* bcache: Kill unused freelistKent Overstreet2014-03-185-125/+110Star
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-186-139/+145
* bcache: Kill btree_io_wqKent Overstreet2014-03-183-24/+2Star
* bcache: btree locking reworkKent Overstreet2014-03-184-52/+133
* bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-181-33/+20Star
* bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-184-14/+21
* bcache: Add bch_keylist_init_single()Kent Overstreet2014-03-182-4/+7
* bcache: Improve priority_statsKent Overstreet2014-03-181-6/+20
* bcache: Better alloc tracepointsKent Overstreet2014-03-182-5/+12
* bcache: Kill dead cgroup codeKent Overstreet2014-03-185-202/+0Star
* bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson2014-03-181-1/+4
* bcache: Fix moving_pred()Kent Overstreet2014-03-181-5/+3Star
* bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson2014-03-185-8/+16
* bcache: Fix discard granularityKent Overstreet2014-03-181-0/+1
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-183-65/+36Star
* bcache: Fix a bug recovering from unclean shutdownKent Overstreet2014-03-181-2/+2
* bcache: Fix a journalling reclaim after recovery bugKent Overstreet2014-03-181-2/+8
* bcache: Fix a null ptr deref in journal replayKent Overstreet2014-03-181-1/+5
* bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-181-3/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-263-2/+12
* bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet2014-02-261-14/+5Star
* bcache: Fix another compiler warning on m68kKent Overstreet2014-02-181-2/+2
* Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2014-01-306-10/+15
|\
| * bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson2014-01-291-3/+3
| * bcache: Minor fixes from kbuild robotKent Overstreet2014-01-294-5/+8
| * bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong2014-01-292-2/+4
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3021-1755/+2212
|\|
| * bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet2014-01-081-14/+14
| * bcache: Don't return -EINTR when insert finishedKent Overstreet2014-01-081-2/+4
| * bcache: Improve bucket_prio() calculationKent Overstreet2014-01-082-3/+16
| * bcache: Add bch_bkey_equal_header()Nicholas Swenson2014-01-083-8/+11
| * bcache: update bch_bkey_try_mergeNicholas Swenson2014-01-083-16/+28
| * bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-084-229/+257
| * bcache: Convert sorting to btree_keysKent Overstreet2014-01-083-36/+33Star
| * bcache: Convert debug code to btree_keysKent Overstreet2014-01-089-217/+264
| * bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-086-38/+41
| * bcache: Refactor bset_tree sysfs statsKent Overstreet2014-01-083-47/+54
| * bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-082-13/+30
| * bcache: Add struct btree_keysKent Overstreet2014-01-088-263/+322
| * bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-089-289/+423
| * bcache: Rename/shuffle various code aroundKent Overstreet2014-01-088-276/+341
| * bcache: Add struct bset_sort_stateKent Overstreet2014-01-086-49/+87
| * bcache: Split out sort_extent_cmp()Kent Overstreet2014-01-084-32/+73
| * bcache: Bkey indexing renamingKent Overstreet2014-01-086-52/+62
| * bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet2014-01-084-16/+26
| * bcache: Remove/fix some header dependenciesKent Overstreet2014-01-083-24/+26
| * bcache: Use a mempool for mergesort temporary spaceKent Overstreet2014-01-083-16/+8Star
| * bcache: Btree verify code improvementsKent Overstreet2014-01-086-40/+83