aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2016-09-14dm: add two lockdep_assert_held() statementsBart Van Assche1-0/+4
2016-09-14dm rq: simplify dm_old_stop_queue()Bart Van Assche1-6/+2
2016-09-14dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer1-3/+3
2016-09-14dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer1-5/+14
2016-09-14dm rq: factor out dm_mq_stop_queue()Bart Van Assche1-8/+20
2016-09-14dm: mark request_queue dead before destroying the DM deviceBart Van Assche1-0/+5
2016-09-14dm: return correct error code in dm_resume()'s retry loopMinfei Huang1-3/+2
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche1-1/+1
2016-08-26Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-16/+22
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+10
2016-08-24dm log: fix unitialized bio operation flagsHeinz Mauelshagen1-5/+6
2016-08-24dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-08-18bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler1-1/+2
2016-08-18bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-08-18bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler1-2/+7
2016-08-17dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen1-0/+12
2016-08-16dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen1-8/+24
2016-08-16dm raid: fix restoring of failed devices regressionHeinz Mauelshagen1-22/+11
2016-08-16dm raid: fix frozen recovery regressionHeinz Mauelshagen1-6/+1
2016-08-15dm crypt: increase mempool reserve to better support swappingMikulas Patocka1-1/+1
2016-08-15dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer1-2/+5
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe25-72/+72
2016-08-04dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen1-1/+0
2016-08-03dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen1-0/+1
2016-08-03dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen1-1/+1
2016-08-02dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer1-7/+7
2016-08-02dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer1-1/+19
2016-08-02dm mpath: add locking to multipath_resume and must_push_backMike Snitzer1-4/+20
2016-08-02dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds7-213/+328
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds5-5/+5
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li7-213/+328
2016-07-28MD: fix null pointer deferenceShaohua Li1-2/+4