summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2015-08-10Merge tag 'v3.18.20' into linux-linaro-lsk-v3.18Kevin Hilman
2015-08-04Merge tag 'v3.18.19' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-08-04md: fix a build warningFiro Yang
2015-08-04dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber
2015-08-04dm btree remove: fix bug in redistribute3Dennis Yang
2015-07-03dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka
2015-07-03dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber
2015-06-29dm crypt: fix missing error code return from crypt_ctr error pathWei Yongjun
2015-06-29dm crypt: leverage immutable biovecs when decrypting on readMike Snitzer
2015-06-29dm crypt: update URLs to new cryptsetup project pageMilan Broz
2015-06-29dm crypt: sort writesMikulas Patocka
2015-06-29dm crypt: add 'submit_from_crypt_cpus' optionMikulas Patocka
2015-06-29dm crypt: offload writes to threadMikulas Patocka
2015-06-29dm crypt: remove unused io_pool and _crypt_io_poolMikulas Patocka
2015-06-29dm crypt: avoid deadlock in mempoolsMikulas Patocka
2015-06-29dm crypt: don't allocate pages for a partial requestMikulas Patocka
2015-06-29dm crypt: use unbound workqueue for request processingMikulas Patocka
2015-06-14md/raid0: fix restore to sector variable in raid0_make_requestEric Work
2015-06-10md/raid5: don't record new size if resize_stripes fails.NeilBrown
2015-05-23Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Rabin Vincent
2015-05-17Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Ben Collins
2015-05-17md/raid0: fix bug with chunksize not a power of 2.NeilBrown
2015-04-16dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka
2015-04-16dm snapshot: suspend origin when doing exception handoverMikulas Patocka
2015-04-16dm thin: fix to consistently zero-fill reads to unprovisioned blocksSasha Levin
2015-04-16dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong
2015-04-16dm: hold suspend_lock while suspending device during device deletionMikulas Patocka
2015-03-23dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka
2015-03-23dm: fix a race condition in dm_get_mdMikulas Patocka
2015-03-23dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong
2015-03-23dm mirror: do not degrade the mirror on discard errorMikulas Patocka
2015-03-06md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek
2015-03-06md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown
2015-02-11md/raid5: fix another livelock caused by non-aligned writes.NeilBrown
2015-02-05dm cache: fix missing ERR_PTR returns and handlingJoe Thornber
2015-02-05dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber
2015-01-29dm cache: fix problematic dual use of a single migration count variableJoe Thornber
2015-01-29dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber
2015-01-27dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen
2015-01-16md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown
2015-01-08dm thin: fix a race in thin_dtrMikulas Patocka
2015-01-08dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber
2015-01-08dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber
2015-01-08dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter
2015-01-08dm cache: fix spurious cell_defer when dealing with partial block at end of d...Joe Thornber
2015-01-08dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber
2015-01-08dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber
2015-01-08dm crypt: use memzero_explicit for on-stack bufferMilan Broz
2015-01-08dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong
2014-11-16Merge tag 'md/3.18-fix' of git://neil.brown.name/mdLinus Torvalds