summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-04-24dm verity: switch to using asynchronous hash crypto APIGilad Ben-Yossef
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche
2017-04-24dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy
2017-04-24dm thin: fix a memory leak when passing discard bio downDennis Yang
2017-04-24dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja
2017-04-24dm ioctl: remove double parenthesesMatthias Kaehlcke
2017-04-24dm: remove dummy dm_table definitionMikulas Patocka
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka
2017-04-24dm integrity: support larger block sizesMikulas Patocka
2017-04-24dm integrity: various small changes and cleanupsMikulas Patocka
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka
2017-04-24dm table: replace while loops with for loopsMikulas Patocka
2017-03-31dm cache policy smq: make the cleaner policy write-back more aggressivelyJoe Thornber
2017-03-31dm cache: set/clear the cache core's dirty_bitset when loading mappingsJoe Thornber
2017-03-30dm raid: select the Kconfig option CONFIG_MD_RAID0Mikulas Patocka
2017-03-27dm raid: add raid4/5/6 journal write-back support via journal_mode optionHeinz Mauelshagen
2017-03-27dm raid: fix table line argument order in statusHeinz Mauelshagen
2017-03-27md: add raid4/5/6 journal mode switching APIHeinz Mauelshagen
2017-03-24dm crypt: use shifts instead of sector_divMikulas Patocka
2017-03-24dm integrity: add recovery modeMikulas Patocka
2017-03-24dm integrity: factor out create_journal() from dm_integrity_ctr()Mike Snitzer
2017-03-24dm crypt: optionally support larger encryption sector sizeMilan Broz
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz
2017-03-24dm crypt: factor IV constructor out to separate functionMilan Broz
2017-03-24dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz
2017-03-24dm: add integrity targetMikulas Patocka
2017-03-07dm bufio: add sector start offset to dm-bufio interfaceMikulas Patocka
2017-03-07dm table: add flag to allow target to handle its own integrity metadataMilan Broz
2017-03-07dm cache: significant rework to leverage dm-bio-prison-v2Joe Thornber
2017-03-07dm bio prison v2: new interface for the bio prisonJoe Thornber
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-28dm raid: bump the target versionMike Snitzer
2017-02-28dm raid: fix data corruption on reshape requestHeinz Mauelshagen
2017-02-28dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-24dm-rq: don't dereference request payload after ending requestJens Axboe
2017-02-23md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li
2017-02-23md/raid1: handle flush request correctlyShaohua Li