summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche2017-04-263-6/+6
* blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche2017-04-263-10/+32
* ide-pm: always pass 0 error to ide_complete_rq in ide_do_devsetChristoph Hellwig2017-04-261-1/+1
* ide-pm: always pass 0 error to __blk_end_request_allChristoph Hellwig2017-04-261-1/+1
* scsi_transport_sas: always pass 0 error to blk_end_request_allChristoph Hellwig2017-04-261-1/+1
* lightnvm: fix possible memory leak in pblk_bb_discovery()Wei Yongjun2017-04-251-1/+3
* virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare2017-04-241-1/+1
* lightnvm: pblk: fix erase counters on error failJavier González2017-04-237-22/+37
* lightnvm: pblk: free metadata on line alloc failureJavier González2017-04-231-7/+9
* lightnvm: pblk: fix memory leak on error pathJavier González2017-04-231-0/+3
* lightnvm: pblk: fix bad error checkJavier González2017-04-231-1/+1
* lightnvm: pblk: fix race condition on line retryJavier González2017-04-231-3/+3
* block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer2017-04-231-1/+2
* lightnvm: don't print a warning for ADDR_EMPTYDan Carpenter2017-04-211-3/+3
* lightnvm: potential underflow in pblk_read_rq()Dan Carpenter2017-04-211-1/+1
* block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-04-214-21/+2
* lightnvm: propagate pblk_init return to userspaceRakesh Pandit2017-04-211-6/+18
* blk-mq: Fix preempt count imbalanceBart Van Assche2017-04-211-1/+2
* Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/blockJens Axboe2017-04-2110-224/+834
|\
| * nvme: let dm-mpath distinguish nvme error codesJunxiong Guan2017-04-211-0/+14
| * nvme/pci: Poll CQ on timeoutKeith Busch2017-04-211-3/+18
| * nvmet_fc: Change traddr field separator to a colonJames Smart2017-04-211-1/+1
| * nvme_fc: Add ls aborts on remote port teardownJames Smart2017-04-211-0/+33
| * nvme_fc: Move LS's to rportJames Smart2017-04-211-54/+65
| * nvmet_fc: add missing reference in add_portJames Smart2017-04-211-0/+1
| * nvmet_fc: Rework target side abort handlingJames Smart2017-04-214-106/+325
| * nvme_fcloop: split job struct from transport for req_releaseJames Smart2017-04-211-8/+17
| * nvmet_fc: add req_release to lldd apiJames Smart2017-04-215-36/+124
| * nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-214-6/+56
| * nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe2017-04-211-7/+25
| * nvme: improve performance for virtual NVMe devicesHelen Koike2017-04-212-2/+154
| * nvme/pci: Don't set reserved SQ create flagsKeith Busch2017-04-211-1/+1
* | mtip32xx: fix dereference of stack garbageJens Axboe2017-04-211-0/+1
|/
* blk-stat: kill blk_stat_rq_ddir()Jens Axboe2017-04-214-19/+7
* nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-201-0/+1
* blk-mq: Remove blk_mq_sched_move_to_dispatch()Bart Van Assche2017-04-202-19/+0
* blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe2017-04-201-0/+2
* blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-203-9/+13
* blk-mq: fix schedule-while-atomic with scheduler attachedJens Axboe2017-04-201-5/+6
* blk-mq: Add a polling specific stats functionStephen Bates2017-04-201-10/+35
* blk-stat: convert blk-stat bucket callback to signedStephen Bates2017-04-203-7/+10
* block: remove the errors field from struct requestChristoph Hellwig2017-04-207-49/+24
* blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-202-43/+10
* swim3: remove (commented out) printing of req->errorsChristoph Hellwig2017-04-201-2/+2
* ataflop: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-5/+7
* floppy: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-2/+4
* block: add a error_count field to struct requestChristoph Hellwig2017-04-201-0/+1
* blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig2017-04-201-17/+8
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-2012-26/+17
* xen-blkfront: don't use req->errorsChristoph Hellwig2017-04-201-11/+25