summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2015-10-31Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds-4/+5
2015-10-31Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown-2/+1
2015-10-31md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin-2/+4
2015-10-27Merge tag 'md/4.3-rc6-fixes' of git://neil.brown.name/mdLinus Torvalds-11/+41
2015-10-24md/raid10: fix the 'new' raid10 layout to work correctly.NeilBrown-2/+20
2015-10-24md/raid10: don't clear bitmap bit when bad-block-list write fails.NeilBrown-4/+11
2015-10-24md/raid1: don't clear bitmap bit when bad-block-list write fails.NeilBrown-3/+8
2015-10-23dm cache: the CLEAN_SHUTDOWN flag was not being setJoe Thornber-1/+1
2015-10-23dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer-1/+1
2015-10-23dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber-6/+11
2015-10-21md/raid10: submit_bio_wait() returns 0 on successJes Sorensen-1/+1
2015-10-21md/raid1: submit_bio_wait() returns 0 on successJes Sorensen-1/+1
2015-10-13dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer-1/+1
2015-10-13dm snapshot persistent: fix missing cleanup in persistent_ctr error pathSudip Mukherjee-3/+12
2015-10-11Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/mdLinus Torvalds-4/+4
2015-10-09Merge tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-24/+37
2015-10-09dm snapshot: add new persistent store option to support overflowMike Snitzer-15/+30
2015-10-09dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber-1/+1
2015-10-09crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka-4/+4
2015-10-06dm: fix request-based dm error reportingJunichi Nomura-2/+3
2015-10-04Merge tag 'md/4.3-fixes' of git://neil.brown.name/mdLinus Torvalds-26/+28
2015-10-02dm raid: fix round up of default region sizeMikulas Patocka-2/+1
2015-10-02md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown-1/+2
2015-10-02md/raid1: Avoid raid1 resync getting stuckJes Sorensen-3/+2
2015-10-02md: drop null test before destroy functionsJulia Lawall-14/+7
2015-10-02md: clear CHANGE_PENDING in readonly arrayShaohua Li-0/+1
2015-10-02md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown-6/+6
2015-10-02md/raid5: don't index beyond end of array in need_this_block().NeilBrown-2/+2
2015-10-02raid5: update analysis state for failed stripeShaohua Li-0/+4
2015-10-02md: wait for pending superblock updates before switching to read-onlyNeilBrown-0/+4
2015-10-01dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura-4/+2
2015-09-14dm crypt: constrain crypt device's max_segment_size to PAGE_SIZEMike Snitzer-2/+15
2015-09-13dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer-0/+4
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-22/+7
2015-09-11scsi_dh: fix randconfig build errorChristoph Hellwig-1/+1
2015-09-05Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds-190/+373
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown-1163/+363
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-236/+153
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-1132/+306
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2015-09-01dm cache: fix use after freeing migrationsJoe Thornber-6/+9
2015-08-31dm cache: small cleanups related to deferred prison cell cleanupMike Snitzer-15/+6
2015-08-31dm cache: fix leaking of deferred bio prison cellsJoe Thornber-0/+4
2015-08-31md/raid5: ensure device failure recorded before write request returns.NeilBrown-1/+26
2015-08-31md/raid5: use bio_list for the list of bios to return.NeilBrown-27/+16
2015-08-31md/raid10: ensure device failure recorded before write request returns.NeilBrown-1/+34
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown-1/+34
2015-08-31md-cluster: remove inappropriate try_module_get from join()NeilBrown-4/+0
2015-08-31md: extend spinlock protection in register_md_cluster_operationsNeilBrown-6/+10
2015-08-31md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang-1/+15