aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds5-44/+28
2016-10-24dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui1-15/+9
2016-10-18dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer1-2/+5
2016-10-18dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan1-2/+2
2016-10-17dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen1-5/+7
2016-10-14dm mirror: use all available legs on multiple failuresHeinz Mauelshagen1-19/+2
2016-10-14dm mirror: fix read error on recovery after default leg failureHeinz Mauelshagen1-0/+1
2016-10-11kthread: kthread worker API cleanupPetr Mladek2-5/+5
2016-10-11dm raid: fix compat_features validationAndy Whitcroft1-1/+2
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds15-265/+715
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds9-37/+12
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds5-47/+116
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-58/+30
2016-10-03md: set rotational bitShaohua Li1-0/+15
2016-09-29dm mpath: always return reservation conflict without failing overHannes Reinecke1-6/+8
2016-09-22dm bufio: remove dm_bufio_cond_resched()Peter Zijlstra1-22/+9
2016-09-22dm crypt: fix crash on exitRabin Vincent1-14/+10
2016-09-22dm cache metadata: switch to using the new cursor api for loading metadataJoe Thornber1-23/+80
2016-09-22dm array: introduce cursor apiJoe Thornber2-0/+119
2016-09-22dm btree: introduce cursor apiJoe Thornber2-0/+197
2016-09-22dm cache policy smq: distribute entries to random levels when switching to smqJoe Thornber1-1/+6
2016-09-22dm cache: speed up writing of the hint arrayJoe Thornber5-94/+42
2016-09-22dm array: add dm_array_new()Joe Thornber2-31/+130
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang7-35/+10
2016-09-21raid5: handle register_shrinker failureShaohua Li1-1/+1
2016-09-21raid5: fix to detect failure of register_shrinkerChao Yu1-1/+6
2016-09-21md: fix a potential deadlockShaohua Li1-0/+2
2016-09-21md/bitmap: fix wrong cleanupShaohua Li1-3/+1
2016-09-21raid5: allow arbitrary max_hw_sectorsShaohua Li1-0/+2
2016-09-21md-cluster: make resync lock also could be interrupttedGuoqing Jiang1-2/+3
2016-09-21md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hangGuoqing Jiang1-1/+39
2016-09-21md-cluster: convert the completion to wait queueGuoqing Jiang1-5/+9
2016-09-21md-cluster: protect md_find_rdev_nr_rcu with rcu lockGuoqing Jiang1-4/+8
2016-09-21md-cluster: clean related infos of clusterGuoqing Jiang1-0/+2
2016-09-21md: changes for MD_STILL_CLOSED flagGuoqing Jiang2-9/+10
2016-09-21md-cluster: remove some unnecessary dlm_unlock_syncGuoqing Jiang1-5/+1
2016-09-21md-cluster: use FORCEUNLOCK in lockres_freeGuoqing Jiang1-15/+11
2016-09-21md-cluster: call md_kick_rdev_from_array once ack failedGuoqing Jiang1-3/+8
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-1/+1
2016-09-15dm mpath: delay the requeue of blk-mq requests while all paths downMike Snitzer1-6/+9
2016-09-15dm mpath: use dm_mq_kick_requeue_list()Mike Snitzer1-6/+8
2016-09-15dm rq: introduce dm_mq_kick_requeue_list()Mike Snitzer2-4/+15
2016-09-15dm rq: reduce arguments passed to map_request() and dm_requeue_original_request()Mike Snitzer1-11/+11
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-09-15Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.9/msi-irqJens Axboe8-64/+121
2016-09-14dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer1-14/+18
2016-09-14dm: convert wait loops to use autoremove_wake_function()Bart Van Assche2-14/+6
2016-09-14dm: use signal_pending_state() in dm_wait_for_completion()Bart Van Assche1-2/+1
2016-09-14dm: rename task state function argumentsBart Van Assche1-5/+9