summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2014-03-05dm thin: fix the error path for the thin device constructorMike Snitzer1-1/+4
2014-03-05dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer3-1/+21
2014-03-05dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke1-2/+5
2014-02-23md/raid5: Fix CPU hotplug callback registrationOleg Nesterov1-46/+44
2014-02-23md/raid1: restore ability for check and repair to fix read errors.NeilBrown1-3/+10
2014-02-14dm sysfs: fix a module unload raceMikulas Patocka6-27/+74
2014-02-14dm space map metadata: fix bug in resizing of thin metadataJoe Thornber1-4/+14
2014-02-14dm space map metadata: fix extending the space mapJoe Thornber1-5/+13
2014-02-14dm space map common: make sure new space is used during extendJoe Thornber1-1/+5
2014-02-14dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka3-1/+22
2014-02-14dm thin: fix set_pool_mode exposed pool operation racesMike Snitzer1-13/+27
2014-02-14dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer1-11/+6
2014-02-14dm thin: fix discard support to a previously shared blockJoe Thornber3-2/+34
2014-02-06bcache: Data corruption fixKent Overstreet1-4/+22
2014-02-06md/raid5: fix long-standing problem with bitmap handling on write failure.NeilBrown1-0/+1
2014-01-25md/raid5: Fix possible confusion when multiple write errors occur.NeilBrown1-2/+2
2014-01-25md/raid10: fix two bugs in handling of known-bad-blocks.NeilBrown1-2/+2
2014-01-25md/raid10: fix bug when raid10 recovery fails to recover a block.NeilBrown1-4/+4
2014-01-25md: fix problem when adding device to read-only array with bitmap.NeilBrown2-3/+18
2013-12-20dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber5-5/+29
2013-12-20dm thin: re-establish read-only state when switching to fail modeJoe Thornber1-0/+1
2013-12-20dm thin: always fallback the pool mode if commit failsJoe Thornber1-22/+15
2013-12-20dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer1-2/+10
2013-12-20dm thin: switch to read only mode if a mapping insert failsJoe Thornber1-1/+3
2013-12-20dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka1-0/+5
2013-12-20dm space map: disallow decrementing a reference count below zeroJoe Thornber1-9/+23
2013-12-20dm space map metadata: return on failure in sm_metadata_new_blockMike Snitzer1-2/+6
2013-12-20dm delay: fix a possible deadlock due to shared workqueueMikulas Patocka1-12/+11
2013-12-20dm array: fix a reference counting bug in shadow_ablockJoe Thornber1-1/+9
2013-12-20dm stats: initialize read-only module parameterMikulas Patocka1-0/+1
2013-12-20dm snapshot: avoid snapshot space leak on crashMikulas Patocka1-7/+64
2013-12-20dm bufio: initialize read-only module parametersMikulas Patocka1-0/+5
2013-12-08md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng1-24/+39
2013-12-04md: test mddev->flags more safely in md_check_recovery.NeilBrown1-1/+1
2013-12-04md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng1-0/+3
2013-12-04md: fix calculation of stacking limits on level change.NeilBrown1-0/+1
2013-12-04raid5: Use slow_path to release stripe when mddev->thread is nullmajianpeng1-1/+2
2013-12-04bcache: Fix dirty_data accountingKent Overstreet1-4/+7
2013-12-04dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka1-2/+16
2013-12-04dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber1-14/+40
2013-12-04dm array: fix bug in growing arrayJoe Thornber1-1/+4
2013-12-04dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla1-3/+15
2013-10-24raid5: avoid finding "discard" stripeShaohua Li1-0/+8
2013-10-24raid5: set bio bi_vcnt 0 for discard requestShaohua Li1-0/+12
2013-10-24md: avoid deadlock when md_set_badblocks.Bian Yu1-2/+3
2013-10-24md: Fix skipping recovery for read-only arrays.Lukasz Dorau2-0/+2
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet1-1/+1
2013-10-16dm snapshot: fix data corruptionMikulas Patocka1-6/+12
2013-10-11bcache: Fix a null ptr deref regressionKent Overstreet1-2/+1
2013-09-26Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds8-25/+118