aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-21lightnvm: potential underflow in pblk_read_rq()Gravatar Dan Carpenter 1-1/+1
2017-04-21block: get rid of blk_integrity_revalidate()Gravatar Ilya Dryomov 4-21/+2
2017-04-21lightnvm: propagate pblk_init return to userspaceGravatar Rakesh Pandit 1-6/+18
2017-04-21blk-mq: Fix preempt count imbalanceGravatar Bart Van Assche 1-1/+2
2017-04-21Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/blockGravatar Jens Axboe 10-224/+834
2017-04-21mtip32xx: fix dereference of stack garbageGravatar Jens Axboe 1-0/+1
2017-04-21nvme: let dm-mpath distinguish nvme error codesGravatar Junxiong Guan 1-0/+14
2017-04-21nvme/pci: Poll CQ on timeoutGravatar Keith Busch 1-3/+18
2017-04-21nvmet_fc: Change traddr field separator to a colonGravatar James Smart 1-1/+1
2017-04-21nvme_fc: Add ls aborts on remote port teardownGravatar James Smart 1-0/+33
2017-04-21nvme_fc: Move LS's to rportGravatar James Smart 1-54/+65
2017-04-21nvmet_fc: add missing reference in add_portGravatar James Smart 1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingGravatar James Smart 4-106/+325
2017-04-21nvme_fcloop: split job struct from transport for req_releaseGravatar James Smart 1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiGravatar James Smart 5-36/+124
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsGravatar James Smart 4-6/+56
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglGravatar Logan Gunthorpe 1-7/+25
2017-04-21nvme: improve performance for virtual NVMe devicesGravatar Helen Koike 2-2/+154
2017-04-21nvme/pci: Don't set reserved SQ create flagsGravatar Keith Busch 1-1/+1
2017-04-21blk-stat: kill blk_stat_rq_ddir()Gravatar Jens Axboe 4-19/+7
2017-04-20nbd: set the max segments to USHRT_MAXGravatar Josef Bacik 1-0/+1
2017-04-20blk-mq: Remove blk_mq_sched_move_to_dispatch()Gravatar Bart Van Assche 2-19/+0
2017-04-20blk-mq: add might_sleep check to blk_mq_get_driver_tag()Gravatar Jens Axboe 1-0/+2
2017-04-20blk-mq: Fix poll_stat for new size-based bucketing.Gravatar Stephen Bates 3-9/+13
2017-04-20blk-mq: fix schedule-while-atomic with scheduler attachedGravatar Jens Axboe 1-5/+6
2017-04-20blk-mq: Add a polling specific stats functionGravatar Stephen Bates 1-10/+35
2017-04-20blk-stat: convert blk-stat bucket callback to signedGravatar Stephen Bates 3-7/+10
2017-04-20block: remove the errors field from struct requestGravatar Christoph Hellwig 7-49/+24
2017-04-20blktrace: remove the unused block_rq_abort tracepointGravatar Christoph Hellwig 2-43/+10
2017-04-20swim3: remove (commented out) printing of req->errorsGravatar Christoph Hellwig 1-2/+2
2017-04-20ataflop: switch from req->errors to req->error_countGravatar Christoph Hellwig 1-5/+7
2017-04-20floppy: switch from req->errors to req->error_countGravatar Christoph Hellwig 1-2/+4
2017-04-20block: add a error_count field to struct requestGravatar Christoph Hellwig 1-0/+1
2017-04-20blk-mq: simplify __blk_mq_complete_requestGravatar Christoph Hellwig 1-17/+8
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestGravatar Christoph Hellwig 12-26/+17
2017-04-20xen-blkfront: don't use req->errorsGravatar Christoph Hellwig 1-11/+25
2017-04-20mtip32xx: add a status field to struct mtip_cmdGravatar Christoph Hellwig 2-7/+10
2017-04-20nbd: don't use req->errorsGravatar Christoph Hellwig 1-15/+15
2017-04-20dm mpath: don't check for req->errorsGravatar Christoph Hellwig 1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20loop: zero-fill bio on the submitting cpuGravatar Christoph Hellwig 2-16/+15
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 31-123/+123
2017-04-20virtio_blk: don't use req->errorsGravatar Christoph Hellwig 1-7/+3
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneGravatar Christoph Hellwig 1-3/+3
2017-04-20nvme: make nvme_error_status privateGravatar Christoph Hellwig 3-6/+4
2017-04-20nvme: split nvme status from block req->errorsGravatar Christoph Hellwig 7-60/+65
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneGravatar Christoph Hellwig 1-8/+8
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 16-28/+34
2017-04-20pd: don't check blk_execute_rq return value.Gravatar Christoph Hellwig 1-5/+2