summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2014-11-14dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov1-1/+1
2014-11-14dm bufio: update last_accessed when relinking a bufferJoe Thornber1-0/+1
2014-10-09md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown1-1/+17
2014-10-05md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown1-2/+2
2014-10-05dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-4/+16
2014-09-17md/raid1,raid10: always abort recover on write error.NeilBrown2-8/+8
2014-09-17md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown1-0/+1
2014-09-17md/raid10: fix memory leak when reshaping a RAID10.NeilBrown1-1/+1
2014-09-17md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown1-0/+2
2014-07-28dm cache metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-28dm thin metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-17dm io: fix a race condition in the wake up code for sync_ioJoe Thornber1-14/+8
2014-07-09md: flush writes before starting a recovery.NeilBrown1-0/+13
2014-07-09dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner1-1/+2
2014-06-11md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown1-0/+1
2014-06-11md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown1-1/+3
2014-06-11dm cache: always split discards on cache block boundariesHeinz Mauelshagen1-0/+2
2014-06-07dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka1-49/+12
2014-06-07md: avoid possible spinning md thread at shutdown.NeilBrown1-1/+2
2014-05-30md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown1-4/+13
2014-05-13dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer1-1/+1
2014-05-13dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber5-27/+16
2014-03-23dm cache: fix access beyond end of origin deviceHeinz Mauelshagen1-5/+3
2014-03-23dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen1-1/+2
2014-03-06dm thin: fix the error path for the thin device constructorMike Snitzer1-1/+4
2014-03-06dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer3-1/+21
2014-03-06dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke1-2/+5
2014-02-22md/raid5: Fix CPU hotplug callback registrationOleg Nesterov1-46/+44
2014-02-22md/raid1: restore ability for check and repair to fix read errors.NeilBrown1-3/+10
2014-02-13dm sysfs: fix a module unload raceMikulas Patocka6-27/+74
2014-02-13dm space map metadata: fix bug in resizing of thin metadataJoe Thornber1-4/+14
2014-02-13dm space map metadata: fix extending the space mapJoe Thornber1-5/+13
2014-02-13dm space map common: make sure new space is used during extendJoe Thornber1-1/+5
2014-02-13dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka3-1/+22
2014-02-13dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer1-11/+6
2014-02-13dm 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: 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 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 snapshot: avoid snapshot space leak on crashMikulas Patocka1-7/+64
2013-12-20dm bufio: initialize read-only module parametersMikulas Patocka1-0/+5
2013-12-04md: fix calculation of stacking limits on level change.NeilBrown1-0/+1