summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-20block: remove the errors field from struct requestfor-4.12/testChristoph Hellwig
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig
2017-04-20swim3: remove (commented out) printing of req->errorsChristoph Hellwig
2017-04-20ataflop: switch from req->errors to req->error_countChristoph Hellwig
2017-04-20floppy: switch from req->errors to req->error_countChristoph Hellwig
2017-04-20block: add a error_count field to struct requestChristoph Hellwig
2017-04-20blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20xen-blkfront: don't use req->errorsChristoph Hellwig
2017-04-20mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig
2017-04-20nbd: don't use req->errorsChristoph Hellwig
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig
2017-04-20loop: zero-fill bio on the submitting cpuChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-20virtio_blk: don't use req->errorsChristoph Hellwig
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig
2017-04-20block, bfq: don't dereference bic before null checking itColin Ian King
2017-04-20ligtnvm: fix double blk_put_queue on same queueRakesh Pandit
2017-04-19block: Optimize ioprio_best()Bart Van Assche
2017-04-19block: Inline blk_rq_set_prio()Bart Van Assche
2017-04-19lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche
2017-04-19lightnvm: assume 64-bit lba numbersArnd Bergmann
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig
2017-04-19block: remove blk_end_request_curChristoph Hellwig
2017-04-19block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig
2017-04-19block: remove the osdblk driverChristoph Hellwig
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara
2017-04-19block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente
2017-04-19block, bfq: remove all get and put of I/O contextsPaolo Valente
2017-04-19block, bfq: handle bursts of queue activationsArianna Avanzini
2017-04-19block, bfq: boost the throughput with random I/O on NCQ-capable HDDsPaolo Valente
2017-04-19block, bfq: boost the throughput on NCQ-capable flash-based devicesPaolo Valente
2017-04-19block, bfq: reduce idling only in symmetric scenariosArianna Avanzini
2017-04-19block, bfq: add Early Queue Merge (EQM)Arianna Avanzini
2017-04-19block, bfq: reduce latency during request-pool saturationPaolo Valente
2017-04-19block, bfq: preserve a low latency also with NCQ-capable drivesPaolo Valente
2017-04-19block, bfq: reduce I/O latency for soft real-time applicationsPaolo Valente
2017-04-19block, bfq: improve responsivenessPaolo Valente
2017-04-19block, bfq: add more fairness with writes and slow processesPaolo Valente
2017-04-19block, bfq: modify the peak-rate estimatorPaolo Valente
2017-04-19block, bfq: improve throughput boostingPaolo Valente