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