summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2015-04-13dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong1-4/+11
2015-04-13dm: hold suspend_lock while suspending device during device deletionMikulas Patocka1-0/+6
2015-03-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka1-2/+2
2015-03-18dm: fix a race condition in dm_get_mdMikulas Patocka1-17/+10
2015-03-18dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2015-03-18dm mirror: do not degrade the mirror on discard errorMikulas Patocka1-0/+9
2015-03-07md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek1-2/+3
2015-03-07md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown1-1/+2
2015-02-06dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-02-06dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber1-0/+6
2015-01-30md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown1-1/+2
2015-01-30dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-39/+50
2015-01-30dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber1-6/+95
2015-01-27bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet1-1/+1
2015-01-08dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber1-2/+20
2015-01-08dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber1-1/+1
2015-01-08dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2015-01-08dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber1-3/+7
2015-01-08dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber1-1/+2
2015-01-08dm crypt: use memzero_explicit for on-stack bufferMilan Broz1-1/+1
2015-01-08dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19
2015-01-08md/bitmap: always wait for writes on unplug.NeilBrown1-10/+6
2014-11-21md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZENNeilBrown1-0/+4
2014-11-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen1-4/+7
2014-11-21dm btree: fix a recursion depth bug in btree walking codeJoe Thornber3-15/+17
2014-11-21dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka1-6/+6
2014-11-21dm thin: grab a virtual cell before looking up the mappingJoe Thornber1-4/+12
2014-11-14dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov1-1/+1
2014-11-14dm bufio: when done scanning return from __scan immediatelyMikulas Patocka1-2/+2
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-06md/raid1: intialise start_next_window for READ case to avoid hangNeilBrown1-0/+1
2014-10-06md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown1-2/+2
2014-10-06md/raid1: count resync requests in nr_pending.NeilBrown1-0/+2
2014-10-06md/raid1: update next_resync under resync_lock.NeilBrown1-3/+3
2014-10-06md/raid1: Don't use next_resync to determine how far resync has progressedNeilBrown1-7/+5
2014-10-06md/raid1: make sure resync waits for conflicting writes to complete.NeilBrown1-2/+4
2014-10-06md/raid1: be more cautious where we read-balance during resync.NeilBrown1-5/+1
2014-10-06md/raid1: clean up request counts properly in close_sync()NeilBrown1-0/+5
2014-10-06dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-4/+16
2014-10-06dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula1-2/+2
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-09-17md/raid1,raid10: always abort recover on write error.NeilBrown2-10/+9
2014-08-08dm cache: fix race affecting dirty block countAnssi Hannula1-7/+6
2014-08-08dm bufio: fully initialize shrinkerGreg Thelen1-1/+1
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-18dm: allocate a special workqueue for deferred device removalMikulas Patocka1-2/+13