summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2014-06-20md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown
2014-06-20md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown
2014-06-20dm cache: always split discards on cache block boundariesHeinz Mauelshagen
2014-06-09dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka
2014-06-06md: avoid possible spinning md thread at shutdown.NeilBrown
2014-05-29md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown
2014-05-15dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer
2014-05-15dm: take care to copy the space map roots before locking the superblockJoe Thornber
2014-05-15dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber
2014-05-15dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer
2014-03-24dm cache: fix access beyond end of origin deviceHeinz Mauelshagen
2014-03-24dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen
2014-03-24dm space map metadata: fix refcount decrement below 0 which caused corruptionJoe Thornber
2014-03-05dm thin: fix the error path for the thin device constructorMike Snitzer
2014-03-05dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer
2014-03-05dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke
2014-02-22md/raid5: Fix CPU hotplug callback registrationOleg Nesterov
2014-02-22md/raid1: restore ability for check and repair to fix read errors.NeilBrown
2014-02-13dm sysfs: fix a module unload raceMikulas Patocka
2014-02-13dm space map metadata: fix bug in resizing of thin metadataJoe Thornber
2014-02-13dm space map metadata: fix extending the space mapJoe Thornber
2014-02-13dm space map common: make sure new space is used during extendJoe Thornber
2014-02-13dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka
2014-02-13dm thin: fix set_pool_mode exposed pool operation racesMike Snitzer
2014-02-13dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer
2014-02-13dm thin: fix discard support to a previously shared blockJoe Thornber
2014-02-06bcache: Data corruption fixKent Overstreet
2014-02-06md/raid5: fix long-standing problem with bitmap handling on write failure.NeilBrown
2014-01-25md/raid5: Fix possible confusion when multiple write errors occur.NeilBrown
2014-01-25md/raid10: fix two bugs in handling of known-bad-blocks.NeilBrown
2014-01-25md/raid10: fix bug when raid10 recovery fails to recover a block.NeilBrown
2014-01-25md: fix problem when adding device to read-only array with bitmap.NeilBrown
2013-12-20dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber
2013-12-20dm thin: re-establish read-only state when switching to fail modeJoe Thornber
2013-12-20dm thin: always fallback the pool mode if commit failsJoe Thornber
2013-12-20dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer
2013-12-20dm thin: switch to read only mode if a mapping insert failsJoe Thornber
2013-12-20dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka
2013-12-20dm space map: disallow decrementing a reference count below zeroJoe Thornber
2013-12-20dm space map metadata: return on failure in sm_metadata_new_blockMike Snitzer
2013-12-20dm delay: fix a possible deadlock due to shared workqueueMikulas Patocka
2013-12-20dm array: fix a reference counting bug in shadow_ablockJoe Thornber
2013-12-20dm stats: initialize read-only module parameterMikulas Patocka
2013-12-20dm snapshot: avoid snapshot space leak on crashMikulas Patocka
2013-12-20dm bufio: initialize read-only module parametersMikulas Patocka
2013-12-08md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng
2013-12-04md: test mddev->flags more safely in md_check_recovery.NeilBrown
2013-12-04md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng
2013-12-04md: fix calculation of stacking limits on level change.NeilBrown
2013-12-04raid5: Use slow_path to release stripe when mddev->thread is nullmajianpeng