summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-03-261-10/+16
|\
| * dm: fix add_disk() NULL pointer due to race with free_dev()Mike Snitzer2015-03-231-10/+16
* | Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2015-03-222-3/+2
|\ \
| * | md: fix problems with freeing private data after ->run failure.NeilBrown2015-03-212-3/+2
* | | Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-03-214-26/+141
|\ \ \ | |/ / |/| / | |/
| * dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong2015-02-271-4/+11
| * dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2015-02-272-6/+42
| * dm snapshot: suspend origin when doing exception handoverMikulas Patocka2015-02-272-9/+86
| * dm: hold suspend_lock while suspending device during device deletionMikulas Patocka2015-02-271-0/+6
| * dm thin: fix to consistently zero-fill reads to unprovisioned blocksJoe Thornber2015-02-271-11/+0
* | md: mark some attributes as pre-allocNeilBrown2015-02-251-6/+8
* | raid5: check faulty flag for array status during recovery.Eric Mei2015-02-251-4/+9
* | md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek2015-02-251-2/+3
|/
* Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-216-187/+255
|\
| * dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka2015-02-181-2/+2
| * dm: fix a race condition in dm_get_mdMikulas Patocka2015-02-181-17/+10
| * dm crypt: sort writesMikulas Patocka2015-02-161-15/+36
| * dm crypt: add 'submit_from_crypt_cpus' optionMikulas Patocka2015-02-161-2/+14
| * dm crypt: offload writes to threadMikulas Patocka2015-02-161-20/+94
| * dm crypt: remove unused io_pool and _crypt_io_poolMikulas Patocka2015-02-161-22/+2
| * dm crypt: avoid deadlock in mempoolsMikulas Patocka2015-02-161-5/+36
| * dm crypt: don't allocate pages for a partial requestMikulas Patocka2015-02-161-109/+30
| * dm crypt: use unbound workqueue for request processingMikulas Patocka2015-02-161-15/+34
| * dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong2015-02-131-0/+6
| * dm mirror: do not degrade the mirror on discard errorMikulas Patocka2015-02-131-0/+9
| * dm space map disk: fix sm_disk_count_is_more_than_one()Mike Snitzer2015-02-131-1/+3
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-192-3/+3
|\ \
| * | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-072-3/+3
* | | Merge tag 'md/3.20-fixes' of git://neil.brown.name/mdLinus Torvalds2015-02-173-3/+6
|\ \ \ | |_|/ |/| |
| * | md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown2015-02-181-1/+2
| * | md/raid10: round up to bdev_logical_block_size in narrow_write_error.NeilBrown2015-02-161-1/+2
| * | md/raid1: round up to bdev_logical_block_size in narrow_write_errorNate Dailey2015-02-161-1/+2
* | | Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-1215-193/+407
|\ \ \
| * | | dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queuesKeith Busch2015-02-111-0/+13
| * | | dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring2015-02-091-10/+4
| * | | dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2015-02-091-9/+15
| * | | dm thin metadata: remove unused dm_pool_get_data_block_size()Rickard Strandqvist2015-02-092-11/+0
| * | | dm ioctl: fix stale comment above dm_get_inactive_table()Junxiao Bi2015-02-091-2/+2
| * | | dm crypt: update url in CONFIG_DM_CRYPT help textLoic Pefferkorn2015-02-091-3/+2
| * | | dm bufio: fix time comparison to use time_after_eq()Asaf Vertz2015-02-091-1/+2
| * | | dm: use time_in_range() and time_after()Manuel Schölling2015-02-093-6/+9
| * | | dm raid: fix a couple integer overflowsDan Carpenter2015-02-091-9/+7
| * | | dm table: train hybrid target type detection to select blk-mq if appropriateMike Snitzer2015-02-092-16/+22
| * | | dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-095-46/+176
| * | | dm: prepare for allocating blk-mq clone requests in targetKeith Busch2015-02-091-68/+66
| * | | dm: submit stacked requests in irq enabled contextKeith Busch2015-02-092-18/+46
| * | | dm: split request structure out from dm_rq_target_io structureMike Snitzer2015-02-091-9/+61
| * | | dm: remove exports for request-based interfaces without external callersMike Snitzer2015-02-091-6/+3
* | | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-0/+1
|\ \ \ \ | |/ / /
| * | | dm: fix multipath regression due to initializing wrong requestMike Snitzer2015-02-091-1/+1