Age | Commit message (Expand) | Author |
2017-04-20 | block: remove the errors field from struct requestfor-4.12/test | Christoph Hellwig |
2017-04-20 | blktrace: remove the unused block_rq_abort tracepoint | Christoph Hellwig |
2017-04-20 | swim3: remove (commented out) printing of req->errors | Christoph Hellwig |
2017-04-20 | ataflop: switch from req->errors to req->error_count | Christoph Hellwig |
2017-04-20 | floppy: switch from req->errors to req->error_count | Christoph Hellwig |
2017-04-20 | block: add a error_count field to struct request | Christoph Hellwig |
2017-04-20 | blk-mq: simplify __blk_mq_complete_request | Christoph Hellwig |
2017-04-20 | blk-mq: remove the error argument to blk_mq_complete_request | Christoph Hellwig |
2017-04-20 | xen-blkfront: don't use req->errors | Christoph Hellwig |
2017-04-20 | mtip32xx: add a status field to struct mtip_cmd | Christoph Hellwig |
2017-04-20 | nbd: don't use req->errors | Christoph Hellwig |
2017-04-20 | dm mpath: don't check for req->errors | Christoph Hellwig |
2017-04-20 | dm rq: don't pass irrelevant error code to blk_mq_complete_request | Christoph Hellwig |
2017-04-20 | null_blk: don't pass always-0 req->errors to blk_mq_complete_request | Christoph Hellwig |
2017-04-20 | loop: zero-fill bio on the submitting cpu | Christoph Hellwig |
2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig |
2017-04-20 | virtio_blk: don't use req->errors | Christoph Hellwig |
2017-04-20 | virtio: fix spelling of virtblk_scsi_request_done | Christoph Hellwig |
2017-04-20 | nvme: make nvme_error_status private | Christoph Hellwig |
2017-04-20 | nvme: split nvme status from block req->errors | Christoph Hellwig |
2017-04-20 | nvme-fc: fix status code handling in nvme_fc_fcpio_done | Christoph Hellwig |
2017-04-20 | block: remove the blk_execute_rq return value | Christoph Hellwig |
2017-04-20 | pd: don't check blk_execute_rq return value. | Christoph Hellwig |
2017-04-20 | block, bfq: don't dereference bic before null checking it | Colin Ian King |
2017-04-20 | ligtnvm: fix double blk_put_queue on same queue | Rakesh Pandit |
2017-04-19 | block: Optimize ioprio_best() | Bart Van Assche |
2017-04-19 | block: Inline blk_rq_set_prio() | Bart Van Assche |
2017-04-19 | lightnvm: Use blk_init_request_from_bio() instead of open-coding it | Bart Van Assche |
2017-04-19 | null_blk: Use blk_init_request_from_bio() instead of open-coding it | Bart Van Assche |
2017-04-19 | block: Export blk_init_request_from_bio() | Bart Van Assche |
2017-04-19 | lightnvm: assume 64-bit lba numbers | Arnd Bergmann |
2017-04-19 | block: make __blk_end_bidi_request private | Christoph Hellwig |
2017-04-19 | block: remove blk_end_request_cur | Christoph Hellwig |
2017-04-19 | block: remove blk_end_request_err and __blk_end_request_err | Christoph Hellwig |
2017-04-19 | block: remove the osdblk driver | Christoph Hellwig |
2017-04-19 | block: Make writeback throttling defaults consistent for SQ devices | Jan Kara |
2017-04-19 | block, bfq: split bfq-iosched.c into multiple source files | Paolo Valente |
2017-04-19 | block, bfq: remove all get and put of I/O contexts | Paolo Valente |
2017-04-19 | block, bfq: handle bursts of queue activations | Arianna Avanzini |
2017-04-19 | block, bfq: boost the throughput with random I/O on NCQ-capable HDDs | Paolo Valente |
2017-04-19 | block, bfq: boost the throughput on NCQ-capable flash-based devices | Paolo Valente |
2017-04-19 | block, bfq: reduce idling only in symmetric scenarios | Arianna Avanzini |
2017-04-19 | block, bfq: add Early Queue Merge (EQM) | Arianna Avanzini |
2017-04-19 | block, bfq: reduce latency during request-pool saturation | Paolo Valente |
2017-04-19 | block, bfq: preserve a low latency also with NCQ-capable drives | Paolo Valente |
2017-04-19 | block, bfq: reduce I/O latency for soft real-time applications | Paolo Valente |
2017-04-19 | block, bfq: improve responsiveness | Paolo Valente |
2017-04-19 | block, bfq: add more fairness with writes and slow processes | Paolo Valente |
2017-04-19 | block, bfq: modify the peak-rate estimator | Paolo Valente |
2017-04-19 | block, bfq: improve throughput boosting | Paolo Valente |