summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds2015-09-059-190/+373
|\
| * Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-0548-1163/+363
| |\
| * | md/raid5: ensure device failure recorded before write request returns.NeilBrown2015-08-312-1/+26
| * | md/raid5: use bio_list for the list of bios to return.NeilBrown2015-08-312-27/+16
| * | md/raid10: ensure device failure recorded before write request returns.NeilBrown2015-08-312-1/+34
| * | md/raid1: ensure device failure recorded before write request returns.NeilBrown2015-08-313-1/+34
| * | md-cluster: remove inappropriate try_module_get from join()NeilBrown2015-08-311-4/+0
| * | md: extend spinlock protection in register_md_cluster_operationsNeilBrown2015-08-311-6/+10
| * | md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang2015-08-311-1/+15
| * | md-cluster: only call complete(&cinfo->completion) when node join clusterGuoqing Jiang2015-08-311-1/+10
| * | md-cluster: add missed lockres_freeGuoqing Jiang2015-08-311-1/+3
| * | md-cluster: remove the unused sb_lockGuoqing Jiang2015-08-311-9/+0
| * | md-cluster: init suspend_list and suspend_lock early in joinGuoqing Jiang2015-08-311-3/+2
| * | md-cluster: add the error check if failed to get dlm lockGuoqing Jiang2015-08-311-6/+35
| * | md-cluster: init completion within lockres_initGuoqing Jiang2015-08-311-2/+1
| * | md-cluster: fix deadlock issue on message lockGuoqing Jiang2015-08-311-7/+7
| * | md-cluster: transfer the resync ownership to another nodeGuoqing Jiang2015-08-312-3/+18
| * | md-cluster: split recover_slot for future code reuseGuoqing Jiang2015-08-311-7/+16
| * | md-cluster: use %pU to print UUIDsGuoqing Jiang2015-08-311-14/+2
| * | md: setup safemode_timer before it's being usedSasha Levin2015-08-311-5/+4
| * | md/raid5: handle possible race as reshape completes.NeilBrown2015-08-311-0/+5
| * | md: sync sync_completed has correct value as recovery finishes.NeilBrown2015-08-311-0/+9
| * | md: be careful when testing resync_max against curr_resync_completed.NeilBrown2015-08-312-2/+4
| * | md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown2015-08-311-0/+6
| * | md/raid5: remove incorrect "min_t()" when calculating writepos.NeilBrown2015-08-311-1/+6
| * | md/raid5: strengthen check on reshape_position at run.NeilBrown2015-08-311-15/+14
| * | md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors ...NeilBrown2015-08-311-14/+14
| * | md/raid5: always set conf->prev_chunk_sectors and ->prev_algoNeilBrown2015-08-311-0/+3
| * | md/raid10: fix a few typos in commentsNeilBrown2015-08-311-2/+2
| * | md/raid5: consider updating reshape_position at start of reshape.NeilBrown2015-08-311-2/+6
| * | md: close some races between setting and checking sync_action.NeilBrown2015-08-312-0/+3
| * | md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown2015-08-311-14/+24
| * | md/raid0: update queue parameter in a safer location.NeilBrown2015-08-031-36/+39
| * | md: simplify get_bitmap_file now that "file" is zeroed.Benjamin Randazzo2015-08-031-10/+10
* | | Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-09-0218-236/+153
|\ \ \ | |_|/ |/| |
| * | dm cache: fix use after freeing migrationsJoe Thornber2015-09-011-6/+9
| * | dm cache: small cleanups related to deferred prison cell cleanupMike Snitzer2015-08-311-15/+6
| * | dm cache: fix leaking of deferred bio prison cellsJoe Thornber2015-08-311-0/+4
| * | dm stats: report precise_timestamps and histogram in @stats_list outputMikulas Patocka2015-08-181-1/+13
| * | dm thin: optimize async discard submissionMike Snitzer2015-08-181-74/+15
| * | dm snapshot: don't invalidate on-disk image on snapshot write overflowMikulas Patocka2015-08-121-4/+16
| * | dm: remove unlikely() before IS_ERR()viresh kumar2015-08-123-6/+6
| * | dm: do not override error code returned from dm_get_device()Vivek Goyal2015-08-127-19/+41
| * | dm: test return value for DM_MAPIO_SUBMITTEDMikulas Patocka2015-08-121-1/+1
| * | dm verity: remove unused mempoolSami Tolvanen2015-08-121-15/+0
| * | dm cache: move wake_waker() from free_migrations() to where it is neededJoe Thornber2015-08-121-1/+2
| * | dm btree remove: remove unused function get_nr_entries()Vivek Goyal2015-08-121-22/+0
| * | dm btree: remove unused "dm_block_t root" parameter in btree_split_sibling()Vivek Goyal2015-08-121-3/+3
| * | dm cache policy smq: change the mutex to a spinlockJoe Thornber2015-08-121-71/+39
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-0239-1132/+306
|\ \ \
OpenPOWER on IntegriCloud