summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm cache: pass a new 'critical' flag to the policies when requesting writebac...Joe Thornber2015-05-295-7/+13
* dm cache: track IO to the origin device using io_trackerJoe Thornber2015-05-291-7/+49
* dm cache: add io_trackerJoe Thornber2015-05-291-0/+73
* dm cache: fix race when issuing a POLICY_REPLACE operationJoe Thornber2015-05-295-37/+85
* dm crypt: add comments to better describe crypto processing logicMilan Broz2015-05-291-6/+24
* dm raid1: keep issuing IO after leg failureLidong Zhong2015-05-291-17/+58
* dm log writes: use ULL suffix for 64-bit constantsGeert Uytterhoeven2015-05-291-2/+2
* dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques2015-05-291-3/+1
* dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen2015-05-292-48/+85
* dm raid: a few cleanupsHeinz Mauelshagen2015-05-291-45/+46
* dm raid: fixup documentation for discard supportHeinz Mauelshagen2015-05-292-2/+1
* dm thin metadata: remove in-core 'read_only' flagMike Snitzer2015-05-293-5/+8
* dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer2015-05-291-9/+7
* dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer2015-05-291-8/+3
* dm: factor out a common cleanup_mapped_device()Mike Snitzer2015-05-291-35/+43
* dm: cleanup methods that requeue requestsMike Snitzer2015-05-291-12/+5
* dm: do not allocate any mempools for blk-mq request-based DMMike Snitzer2015-05-292-33/+40
* Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-2954-709/+573
|\
| * block: fix returnvar.cocci warningsJulia Lawall2015-05-261-2/+1
| * block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-226-230/+73
| * block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-2212-66/+27
| * block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei2015-05-201-2/+7
| * block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2015-05-202-3/+28
| * suspend: simplify block I/O handlingChristoph Hellwig2015-05-196-155/+122
| * block: collapse bio bit spaceJens Axboe2015-05-191-9/+9
| * block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2015-05-192-4/+0
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-197-38/+2
| * block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-192-15/+11
| * blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-083-9/+23
| * blk-mq: do limited block plug for multiple queue caseShaohua Li2015-05-081-23/+59
| * blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li2015-05-081-0/+2
| * blk-mq: fix plugging in blk_sq_make_requestJeff Moyer2015-05-081-22/+14
| * sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-081-4/+1
| * blk: clean up plugShaohua Li2015-05-081-12/+12
| * nbd: stop using req->cmdChristoph Hellwig2015-05-052-27/+23
| * block: move PM request support to IDEChristoph Hellwig2015-05-059-51/+70
| * block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig2015-05-051-1/+0
| * block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-056-10/+10
| * block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2015-05-052-9/+9
| * block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-0515-26/+26
| * bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-056-12/+30
| * bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-057-15/+47
* | dm: fix casting bug in dm_merge_bvec()Joe Thornber2015-05-291-5/+12
* | dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura2015-05-291-7/+9
* | dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer2015-05-291-5/+3
* | dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer2015-05-271-4/+6
* | dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-271-1/+3
* | dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura2015-05-271-2/+2
* | dm: run queue on re-queueJunichi Nomura2015-05-261-0/+1
* | Linux 4.1-rc5v4.1-rc5Linus Torvalds2015-05-241-1/+1
OpenPOWER on IntegriCloud