summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2016-08-17dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen
2016-08-16dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen
2016-08-16dm raid: fix restoring of failed devices regressionHeinz Mauelshagen
2016-08-16dm raid: fix frozen recovery regressionHeinz Mauelshagen
2016-08-15dm crypt: increase mempool reserve to better support swappingMikulas Patocka
2016-08-15dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-04dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen
2016-08-03dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen
2016-08-03dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen
2016-08-02dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer
2016-08-02dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer
2016-08-02dm mpath: add locking to multipath_resume and must_push_backMike Snitzer
2016-08-02dm flakey: error READ bios during the down_intervalMike Snitzer
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li
2016-07-28MD: fix null pointer deferenceShaohua Li
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-07-20dm: allow bio-based table to be upgraded to bio-based with DAX supportToshi Kani
2016-07-20dm snap: add fake origin_direct_accessToshi Kani
2016-07-20dm stripe: add DAX supportToshi Kani
2016-07-20dm error: add DAX supportMike Snitzer
2016-07-20dm linear: add DAX supportToshi Kani
2016-07-20dm: add infrastructure for DAX supportToshi Kani
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-20dm thin: fix a race condition between discarding and provisioning a blockJoe Thornber
2016-07-20dm btree: fix a bug in dm_btree_find_next_single()Joe Thornber
2016-07-19raid10: improve random reads performanceTomasz Majchrzak
2016-07-19md: add missing sysfs_notify on array_state updateTomasz Majchrzak
2016-07-19Fix kernel module refcount handlingAlexey Obitotskiy
2016-07-19md: use seconds granularity for error loggingArnd Bergmann
2016-07-19dm raid: fix random optimal_io_size for raid0Heinz Mauelshagen
2016-07-19dm raid: address checkpatch.pl complaintsHeinz Mauelshagen
2016-07-18dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig
2016-07-18dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan
2016-07-18dm raid: change logical functions to actually return boolHeinz Mauelshagen
2016-07-18dm raid: use rdev_for_each in statusHeinz Mauelshagen
2016-07-18dm raid: use rs->raid_disks to avoid memory leaks on freeHeinz Mauelshagen
2016-07-18dm raid: support delta_disks for raid1, fix table outputHeinz Mauelshagen
2016-07-18dm raid: enhance reshape check and factor out reshape setupHeinz Mauelshagen
2016-07-18dm raid: allow resize during recoveryHeinz Mauelshagen
2016-07-18dm raid: fix rs_is_recovering() to allow for lvextendHeinz Mauelshagen
2016-07-18dm raid: fix rebuild and catch bogus sync/resync flagsHeinz Mauelshagen
2016-07-18dm raid: fix ctr memory leaks on error pathsHeinz Mauelshagen
2016-07-18dm raid: fix typo in write_mostly flagHeinz Mauelshagen
2016-07-18dm raid: also reject size change during recoveryHeinz Mauelshagen
2016-07-18dm raid: fix new superblock/bitmap creation on disk additionHeinz Mauelshagen
2016-07-18dm raid: add comments and fix typosHeinz Mauelshagen