aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-11Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2-4/+4
2015-10-09Merge tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-24/+37
2015-10-09dm snapshot: add new persistent store option to support overflowMike Snitzer5-15/+30
2015-10-09dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber1-1/+1
2015-10-09crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka2-4/+4
2015-10-06dm: fix request-based dm error reportingJunichi Nomura1-2/+3
2015-10-04Merge tag 'md/4.3-fixes' of git://neil.brown.name/mdLinus Torvalds7-26/+28
2015-10-02dm raid: fix round up of default region sizeMikulas Patocka1-2/+1
2015-10-02md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown1-1/+2
2015-10-02md/raid1: Avoid raid1 resync getting stuckJes Sorensen1-3/+2
2015-10-02md: drop null test before destroy functionsJulia Lawall4-14/+7
2015-10-02md: clear CHANGE_PENDING in readonly arrayShaohua Li1-0/+1
2015-10-02md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown1-6/+6
2015-10-02md/raid5: don't index beyond end of array in need_this_block().NeilBrown1-2/+2
2015-10-02raid5: update analysis state for failed stripeShaohua Li1-0/+4
2015-10-02md: wait for pending superblock updates before switching to read-onlyNeilBrown1-0/+4
2015-10-01dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura1-4/+2
2015-09-14dm crypt: constrain crypt device's max_segment_size to PAGE_SIZEMike Snitzer1-2/+15
2015-09-13dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer1-0/+4
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-22/+7
2015-09-11scsi_dh: fix randconfig build errorChristoph Hellwig1-1/+1
2015-09-05Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds9-190/+373
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown48-1163/+363
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds18-236/+153
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds39-1132/+306
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-09-01dm cache: fix use after freeing migrationsJoe Thornber1-6/+9
2015-08-31dm cache: small cleanups related to deferred prison cell cleanupMike Snitzer1-15/+6
2015-08-31dm cache: fix leaking of deferred bio prison cellsJoe Thornber1-0/+4
2015-08-31md/raid5: ensure device failure recorded before write request returns.NeilBrown2-1/+26
2015-08-31md/raid5: use bio_list for the list of bios to return.NeilBrown2-27/+16
2015-08-31md/raid10: ensure device failure recorded before write request returns.NeilBrown2-1/+34
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown3-1/+34
2015-08-31md-cluster: remove inappropriate try_module_get from join()NeilBrown1-4/+0
2015-08-31md: extend spinlock protection in register_md_cluster_operationsNeilBrown1-6/+10
2015-08-31md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang1-1/+15
2015-08-31md-cluster: only call complete(&cinfo->completion) when node join clusterGuoqing Jiang1-1/+10
2015-08-31md-cluster: add missed lockres_freeGuoqing Jiang1-1/+3
2015-08-31md-cluster: remove the unused sb_lockGuoqing Jiang1-9/+0
2015-08-31md-cluster: init suspend_list and suspend_lock early in joinGuoqing Jiang1-3/+2
2015-08-31md-cluster: add the error check if failed to get dlm lockGuoqing Jiang1-6/+35
2015-08-31md-cluster: init completion within lockres_initGuoqing Jiang1-2/+1
2015-08-31md-cluster: fix deadlock issue on message lockGuoqing Jiang1-7/+7
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang2-3/+18
2015-08-31md-cluster: split recover_slot for future code reuseGuoqing Jiang1-7/+16
2015-08-31md-cluster: use %pU to print UUIDsGuoqing Jiang1-14/+2
2015-08-31md: setup safemode_timer before it's being usedSasha Levin1-5/+4
2015-08-31md/raid5: handle possible race as reshape completes.NeilBrown1-0/+5
2015-08-31md: sync sync_completed has correct value as recovery finishes.NeilBrown1-0/+9
2015-08-31md: be careful when testing resync_max against curr_resync_completed.NeilBrown2-2/+4