summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2015-09-14dm crypt: constrain crypt device's max_segment_size to PAGE_SIZEMike Snitzer
2015-09-13dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-09-11scsi_dh: fix randconfig build errorChristoph Hellwig
2015-09-05Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2015-09-01dm cache: fix use after freeing migrationsJoe Thornber
2015-08-31dm cache: small cleanups related to deferred prison cell cleanupMike Snitzer
2015-08-31dm cache: fix leaking of deferred bio prison cellsJoe Thornber
2015-08-31md/raid5: ensure device failure recorded before write request returns.NeilBrown
2015-08-31md/raid5: use bio_list for the list of bios to return.NeilBrown
2015-08-31md/raid10: ensure device failure recorded before write request returns.NeilBrown
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown
2015-08-31md-cluster: remove inappropriate try_module_get from join()NeilBrown
2015-08-31md: extend spinlock protection in register_md_cluster_operationsNeilBrown
2015-08-31md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang
2015-08-31md-cluster: only call complete(&cinfo->completion) when node join clusterGuoqing Jiang
2015-08-31md-cluster: add missed lockres_freeGuoqing Jiang
2015-08-31md-cluster: remove the unused sb_lockGuoqing Jiang
2015-08-31md-cluster: init suspend_list and suspend_lock early in joinGuoqing Jiang
2015-08-31md-cluster: add the error check if failed to get dlm lockGuoqing Jiang
2015-08-31md-cluster: init completion within lockres_initGuoqing Jiang
2015-08-31md-cluster: fix deadlock issue on message lockGuoqing Jiang
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang
2015-08-31md-cluster: split recover_slot for future code reuseGuoqing Jiang
2015-08-31md-cluster: use %pU to print UUIDsGuoqing Jiang
2015-08-31md: setup safemode_timer before it's being usedSasha Levin
2015-08-31md/raid5: handle possible race as reshape completes.NeilBrown
2015-08-31md: sync sync_completed has correct value as recovery finishes.NeilBrown
2015-08-31md: be careful when testing resync_max against curr_resync_completed.NeilBrown
2015-08-31md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown
2015-08-31md/raid5: remove incorrect "min_t()" when calculating writepos.NeilBrown
2015-08-31md/raid5: strengthen check on reshape_position at run.NeilBrown
2015-08-31md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors ...NeilBrown
2015-08-31md/raid5: always set conf->prev_chunk_sectors and ->prev_algoNeilBrown
2015-08-31md/raid10: fix a few typos in commentsNeilBrown
2015-08-31md/raid5: consider updating reshape_position at start of reshape.NeilBrown
2015-08-31md: close some races between setting and checking sync_action.NeilBrown
2015-08-31md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-28dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch
2015-08-18dm stats: report precise_timestamps and histogram in @stats_list outputMikulas Patocka
2015-08-18dm thin: optimize async discard submissionMike Snitzer
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet