summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+3
* 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/+36
* 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-171-1/+5
* bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-171-3/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-253-2/+12
* bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet2014-02-251-14/+5
* bcache: Fix another compiler warning on m68kKent Overstreet2014-02-181-2/+2
* Merge tag 'md/3.14-fixes' of git://neil.brown.name/mdLinus Torvalds2014-02-142-49/+54
|\
| * md/raid5: Fix CPU hotplug callback registrationOleg Nesterov2014-02-131-46/+44
| * md/raid1: restore ability for check and repair to fix read errors.NeilBrown2014-02-051-3/+10
* | 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-3022-1755/+2213
|\ \ | |/
| * 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/+33
| * 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/+8
| * bcache: Btree verify code improvementsKent Overstreet2014-01-086-40/+83
| * bcache: kill index()Kent Overstreet2014-01-084-8/+24
| * bcache: Trivial error handling fixKent Overstreet2014-01-081-1/+2
| * bcache/md: Use raid stripe sizeKent Overstreet2014-01-082-0/+7
| * bcache: Do bkey_put() in btree_split() error pathKent Overstreet2014-01-081-1/+4
| * bcache: Rework allocator reservesKent Overstreet2014-01-087-79/+101
OpenPOWER on IntegriCloud