summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* dm crypt: reject key strings containing whitespace charsOndrej Kozina2016-12-08
* dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski2016-12-08
* dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski2016-12-08
* dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2016-12-08
* dm raid: fix discard support regressionHeinz Mauelshagen2016-12-08
* dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen2016-12-08
* dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui2016-12-08
* dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina2016-12-08
* dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche2016-12-08
* dm ioctl: use offsetof() instead of open-coding itBart Van Assche2016-12-08
* dm rq: simplify use_blk_mq initializationBart Van Assche2016-12-08
* dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche2016-12-08
* dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka2016-12-08
* dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka2016-12-08
* dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2016-12-08
* dm table: simplify dm_table_determine_type()Bart Van Assche2016-12-08
* dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2016-12-08
* dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer2016-12-08
* dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche2016-11-21
* dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche2016-11-21
* dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui2016-11-21
* dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui2016-11-21
* dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun2016-11-21
* dm crypt: constify crypt_iv_operations structuresJulia Lawall2016-11-21
* dm raid: correct error messages on old metadata validationHeinz Mauelshagen2016-11-21
* dm cache: add missing cache device name to DMERR in set_cache_mode()Mike Snitzer2016-11-21
* dm cache metadata: remove an extra newline in DMERR and codeMike Snitzer2016-11-21
* dm verity: fix incorrect error messageEric Biggers2016-11-21
* dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka2016-11-21
* dm crypt: mark key as invalid until properly loadedOndrej Kozina2016-11-21
* dm crypt: use bio_add_page()Ming Lei2016-11-21
* dm io: use bvec iterator helpers to implement .get_page and .next_pageMing Lei2016-11-21
* dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei2016-11-21
* dm rq: fix a race condition in rq_completed()Bart Van Assche2016-11-14
* dm block manager: make block locking optionalJoe Thornber2016-11-14
* Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-05
|\
| * md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-29
| * raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-29
| * raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-29
| * md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-24
| * md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-24
| * md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-24
| * RAID10: ignore discard errorShaohua Li2016-10-24
| * RAID1: ignore discard errorShaohua Li2016-10-24
* | Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-28
|\ \ | |/ |/|
| * dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui2016-10-24
| * dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer2016-10-18
| * dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan2016-10-18
| * dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen2016-10-17
| * dm mirror: use all available legs on multiple failuresHeinz Mauelshagen2016-10-14