summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2013-12-04bcache: Fix dirty_data accountingKent Overstreet
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-10-24raid5: avoid finding "discard" stripeShaohua Li
2013-10-24raid5: set bio bi_vcnt 0 for discard requestShaohua Li
2013-10-24md: avoid deadlock when md_set_badblocks.Bian Yu
2013-10-24md: Fix skipping recovery for read-only arrays.Lukasz Dorau
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet
2013-10-16dm snapshot: fix data corruptionMikulas Patocka
2013-10-10bcache: Fix a null ptr deref regressionKent Overstreet
2013-09-25Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer
2013-09-23dm: lower bio-based mempool reservationMike Snitzer
2013-09-23dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer
2013-09-20dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka
2013-09-20dm snapshot: workaround for a false positive lockdep warningMikulas Patocka
2013-09-18dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka
2013-09-18dm mpath: do not fail path on -ENOSPCJun'ichi Nomura