summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-20bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong2-2/+4
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-01-29md/raid5: close recently introduced race in stripe_head management.NeilBrown1-4/+4
2014-01-29md/raid5: fix long-standing problem with bitmap handling on write failure.NeilBrown1-0/+1
2014-01-15Merge tag 'md/3.13-fixes' of git://neil.brown.name/mdLinus Torvalds5-14/+29
2014-01-14md: fix problem when adding device to read-only array with bitmap.NeilBrown2-3/+18
2014-01-14md/raid10: fix bug when raid10 recovery fails to recover a block.NeilBrown1-4/+4
2014-01-14md/raid5: fix a recently broken BUG_ON().NeilBrown1-1/+2
2014-01-14md/raid1: fix request counting bug in new 'barrier' code.NeilBrown1-2/+1
2014-01-14md/raid10: fix two bugs in handling of known-bad-blocks.NeilBrown1-2/+2
2014-01-14md/raid5: Fix possible confusion when multiple write errors occur.NeilBrown1-2/+2
2013-12-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-66/+111
2013-12-17Merge branch 'bcache-for-3.13' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe9-66/+111
2013-12-17bcache: New writeback PD controllerKent Overstreet4-49/+62
2013-12-17bcache: bugfix for race between moving_gc and bucket_invalidateKent Overstreet1-0/+10
2013-12-17bcache: fix for gc and writeback raceNicholas Swenson1-0/+22
2013-12-17bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson3-8/+8
2013-12-17bcache: fix for gc crashing when no sectors are usedNicholas Swenson1-1/+2
2013-12-17bcache: Fix heap_peek() macroNicholas Swenson1-1/+1
2013-12-17bcache: Fix for can_attach_cache()Nicholas Swenson1-1/+1
2013-12-17bcache: Fix dirty_data accountingKent Overstreet1-1/+2
2013-12-17bcache: Use uninterruptible sleep in writebackKent Overstreet1-2/+2
2013-12-17bcache: kthread don't set writeback task to INTERUPTIBLEStefan Priebe1-2/+0
2013-12-14Merge tag 'dm-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds15-67/+191
2013-12-13dm array: fix a reference counting bug in shadow_ablockJoe Thornber1-1/+9
2013-12-13dm space map: disallow decrementing a reference count below zeroJoe Thornber1-9/+23
2013-12-11dm stats: initialize read-only module parameterMikulas Patocka1-0/+1
2013-12-11dm bufio: initialize read-only module parametersMikulas Patocka1-0/+5
2013-12-11dm cache: actually resize cacheVincent Pelletier1-1/+1
2013-12-11dm cache policy mq: fix promotions to occur as expectedJoe Thornber1-5/+8
2013-12-11dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber5-5/+29
2013-12-11dm thin: re-establish read-only state when switching to fail modeJoe Thornber1-0/+1
2013-12-11dm thin: always fallback the pool mode if commit failsJoe Thornber1-22/+15
2013-12-11dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer1-2/+10
2013-12-11dm thin: switch to read only mode if a mapping insert failsJoe Thornber1-1/+3
2013-12-11dm space map metadata: return on failure in sm_metadata_new_blockMike Snitzer1-2/+6
2013-12-11dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka1-0/+5
2013-12-11dm snapshot: avoid snapshot space leak on crashMikulas Patocka1-7/+64
2013-12-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+1
2013-11-29bcache: fix sparse non static symbol warningWei Yongjun1-1/+1