summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2017-08-29drbd: add explicit plugging when submitting batchesLars Ellenberg
2017-08-29drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-08-29skd: Let the block layer core choose .nr_requestsBart Van Assche
2017-08-29skd: Remove blk_queue_bounce_limit() callBart Van Assche
2017-08-28nbd: make device_attribute constBhumika Goyal
2017-08-28null_blk: use available 'dev' in nullb_device_power_store()Jens Axboe
2017-08-28block/nullb: delete unnecessary memory freeShaohua Li
2017-08-25skd: Remove SKD_ID_INCRBart Van Assche
2017-08-25skd: Make it easier for static analyzers to analyze skd_free_disk()Bart Van Assche
2017-08-25skd: Inline skd_end_request()Bart Van Assche
2017-08-25skd: Rename skd_softirq_done() into skd_complete_rq()Bart Van Assche
2017-08-25block/nullb: fix NULL dereferenceShaohua Li
2017-08-25null_blk: update email adressJens Axboe
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-23skd: Change default interrupt mode to MSI-XBart Van Assche
2017-08-23skd: Avoid double completions in case of a timeoutBart Van Assche
2017-08-23skd: Inline skd_process_request()Bart Van Assche
2017-08-23skd: Report completion mismatches onceBart Van Assche
2017-08-23nullb: badbblocks supportShaohua Li
2017-08-23nullb: emulate cacheShaohua Li
2017-08-23nullb: bandwidth controlShaohua Li
2017-08-23nullb: support discardShaohua Li
2017-08-23nullb: support memory backed storeShaohua Li
2017-08-23nullb: use ida to manage indexShaohua Li
2017-08-23nullb: add interface to power on diskShaohua Li
2017-08-23nullb: add configfs interfaceShaohua Li
2017-08-23nullb: factor disk parametersShaohua Li
2017-08-23skd: error pointer dereference in skd_cons_disk()Dan Carpenter
2017-08-23skd: Uninitialized variable in skd_isr_completion_posted()Dan Carpenter
2017-08-18skd: Remove driver version informationBart Van Assche
2017-08-18skd: Bump driver versionBart Van Assche
2017-08-18skd: Optimize lockingBart Van Assche
2017-08-18skd: Remove several local variablesBart Van Assche
2017-08-18skd: Reduce memory usageBart Van Assche
2017-08-18skd: Remove skd_device.in_flightBart Van Assche
2017-08-18skd: Switch to block layer timeout mechanismBart Van Assche
2017-08-18skd: Convert to blk-mqBart Van Assche
2017-08-18skd: Coalesce struct request and struct skd_request_contextBart Van Assche
2017-08-18skd: Move skd_free_sg_list() upBart Van Assche
2017-08-18skd: Split skd_recover_requests()Bart Van Assche
2017-08-18skd: Introduce skd_process_request()Bart Van Assche
2017-08-18skd: Convert several per-device scalar variables into atomicsBart Van Assche
2017-08-18skd: Enable request tags for the block layer queueBart Van Assche
2017-08-18skd: Initialize skd_special_context.req.n_sg to oneBart Van Assche
2017-08-18skd: Remove dead codeBart Van Assche
2017-08-18skd: Remove SG IO supportBart Van Assche
2017-08-18skd: Convert explicit skd_request_fn() callsBart Van Assche
2017-08-18skd: Rework request failing code pathBart Van Assche
2017-08-18skd: Move a function definitionBart Van Assche