summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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/d...Linus 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/shl...Linus Torvalds7-213/+328
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds25-1808/+4394
2016-07-20dm: allow bio-based table to be upgraded to bio-based with DAX supportToshi Kani1-1/+10
2016-07-20dm snap: add fake origin_direct_accessToshi Kani1-0/+8
2016-07-20dm stripe: add DAX supportToshi Kani1-1/+25
2016-07-20dm error: add DAX supportMike Snitzer2-2/+10
2016-07-20dm linear: add DAX supportToshi Kani1-1/+20
2016-07-20dm: add infrastructure for DAX supportToshi Kani3-3/+80
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig1-1/+0
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig6-19/+23
2016-07-20dm thin: fix a race condition between discarding and provisioning a blockJoe Thornber3-11/+124
2016-07-20dm btree: fix a bug in dm_btree_find_next_single()Joe Thornber1-1/+8
2016-07-19raid10: improve random reads performanceTomasz Majchrzak2-10/+14
2016-07-19md: add missing sysfs_notify on array_state updateTomasz Majchrzak1-0/+2
2016-07-19Fix kernel module refcount handlingAlexey Obitotskiy1-0/+2
2016-07-19md: use seconds granularity for error loggingArnd Bergmann3-9/+7