summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen2014-02-281-2/+3
* dm thin: allow metadata space larger than supported to go unusedMike Snitzer2014-02-275-19/+37
* dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke2014-02-261-2/+5
* dm thin: fix the error path for the thin device constructorMike Snitzer2014-02-241-1/+4
* dm raid1: fix immutable biovec related BUG when retrying read bioMikulas Patocka2014-02-181-0/+3
* dm io: fix I/O to multiple destinationsMikulas Patocka2014-02-171-12/+11
* dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer2014-02-173-1/+21
* dm cache: do not add migration to completed list before unhooking bioMike Snitzer2014-02-171-2/+4
* dm cache: move hook_info into common portion of per_bio_data structureMike Snitzer2014-02-171-1/+1
* 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
| * bcache: kill closure locking codeKent Overstreet2014-01-082-313/+123
| * bcache: kill closure locking usageKent Overstreet2014-01-087-55/+98
| * bcache: Zero less memoryKent Overstreet2014-01-083-40/+41
| * bcache: Don't touch bucket gen for dirty ptrsKent Overstreet2014-01-082-2/+7
| * bcache: Minor btree cache fixKent Overstreet2014-01-081-7/+3
| * bcache: Performance fix for when journal entry is fullKent Overstreet2014-01-081-5/+9
| * bcache: Minor journal fixKent Overstreet2014-01-081-5/+14
OpenPOWER on IntegriCloud