aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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: 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: 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 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 snapshot: avoid snapshot space leak on crashMikulas Patocka
2013-12-20dm bufio: initialize read-only module parametersMikulas Patocka
2013-12-04md: fix calculation of stacking limits on level change.NeilBrown
2013-12-04dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka
2013-12-04dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber
2013-12-04dm array: fix bug in growing arrayJoe Thornber
2013-12-04dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla
2013-11-13md: Fix skipping recovery for read-only arrays.Lukasz Dorau
2013-11-13md: avoid deadlock when md_set_badblocks.Bian Yu
2013-11-13raid5: avoid finding "discard" stripeShaohua Li
2013-11-13raid5: set bio bi_vcnt 0 for discard requestShaohua Li
2013-11-13bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet
2013-11-04dm snapshot: fix data corruptionMikulas Patocka
2013-10-13bcache: Fix a null ptr deref regressionKent Overstreet
2013-10-05dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown
2013-10-05dm mpath: disable WRITE SAME if it failsMike Snitzer
2013-10-05dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka
2013-10-05dm snapshot: workaround for a false positive lockdep warningMikulas Patocka
2013-10-05bcache: Fix flushes in writeback modeKent Overstreet
2013-10-05bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet
2013-10-05bcache: Fix a shrinker deadlockKent Overstreet
2013-10-05bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet
2013-10-05bcache: Fix a flush/fua performance bugKent Overstreet
2013-10-05bcache: Fix a writeback performance regressionKent Overstreet
2013-10-05bcache: Fix for when no journal entries are foundKent Overstreet
2013-10-05bcache: Strip endline when writing the label through sysfsGabriel de Perthuis
2013-10-05bcache: Fix a dumb journal discard bugKent Overstreet
2013-08-29bcache: FUA fixesKent Overstreet
2013-08-29md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta
2013-08-04dm verity: fix inability to use a few specific devices sizesMikulas Patocka
2013-08-04dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka
2013-08-04dm mpath: fix ioctl deadlock when no pathsHannes Reinecke