summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2016-12-081-0/+5
* dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer2016-12-081-6/+13
* dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche2016-11-211-7/+8
* dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche2016-11-211-5/+2
* dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui2016-11-211-2/+2
* dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui2016-11-211-0/+2
* dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun2016-11-211-0/+2
* dm crypt: constify crypt_iv_operations structuresJulia Lawall2016-11-211-8/+8
* dm raid: correct error messages on old metadata validationHeinz Mauelshagen2016-11-211-32/+39
* dm cache: add missing cache device name to DMERR in set_cache_mode()Mike Snitzer2016-11-211-1/+2
* dm cache metadata: remove an extra newline in DMERR and codeMike Snitzer2016-11-211-2/+1
* dm verity: fix incorrect error messageEric Biggers2016-11-211-1/+1
* dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka2016-11-211-3/+3
* dm crypt: mark key as invalid until properly loadedOndrej Kozina2016-11-211-2/+5
* dm crypt: use bio_add_page()Ming Lei2016-11-211-7/+1
* dm io: use bvec iterator helpers to implement .get_page and .next_pageMing Lei2016-11-211-10/+24
* dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei2016-11-211-1/+1
* dm rq: fix a race condition in rq_completed()Bart Van Assche2016-11-141-2/+8
* dm block manager: make block locking optionalJoe Thornber2016-11-142-2/+27
* Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\
| * md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-291-2/+2
| * raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-291-9/+10
| * raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-291-1/+1
| * md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-251-3/+3
| * md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-251-0/+1
| * md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-251-0/+3
| * RAID10: ignore discard errorShaohua Li2016-10-251-2/+5
| * RAID1: ignore discard errorShaohua Li2016-10-251-2/+5
* | Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-285-44/+28
|\ \ | |/ |/|
| * dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui2016-10-241-15/+9
| * dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer2016-10-181-2/+5
| * dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan2016-10-181-2/+2
| * dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen2016-10-171-5/+7
| * dm mirror: use all available legs on multiple failuresHeinz Mauelshagen2016-10-141-19/+2
| * dm mirror: fix read error on recovery after default leg failureHeinz Mauelshagen2016-10-141-0/+1
| * dm raid: fix compat_features validationAndy Whitcroft2016-10-111-1/+2
* | kthread: kthread worker API cleanupPetr Mladek2016-10-122-5/+5
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-1/+0
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
| * Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-09-158-64/+121
| |\
* | \ Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-10-1015-265/+715
|\ \ \
| * | | dm mpath: always return reservation conflict without failing overHannes Reinecke2016-09-291-6/+8
| * | | dm bufio: remove dm_bufio_cond_resched()Peter Zijlstra2016-09-221-22/+9
| * | | dm crypt: fix crash on exitRabin Vincent2016-09-221-14/+10
| * | | dm cache metadata: switch to using the new cursor api for loading metadataJoe Thornber2016-09-221-23/+80
| * | | dm array: introduce cursor apiJoe Thornber2016-09-222-0/+119
| * | | dm btree: introduce cursor apiJoe Thornber2016-09-222-0/+197
| * | | dm cache policy smq: distribute entries to random levels when switching to smqJoe Thornber2016-09-221-1/+6
| * | | dm cache: speed up writing of the hint arrayJoe Thornber2016-09-225-94/+42
| * | | dm array: add dm_array_new()Joe Thornber2016-09-222-31/+130