summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-18skd: Use ARRAY_SIZE() where appropriateBart Van Assche
2017-08-18skd: Make the skd_isr() code more briefBart Van Assche
2017-08-18skd: Use __packed only when neededBart Van Assche
2017-08-18skd: Check structure sizes at build timeBart Van Assche
2017-08-18skd: Use a structure instead of hardcoding structure offsetsBart Van Assche
2017-08-18skd: Simplify the code for allocating DMA message buffersBart Van Assche
2017-08-18skd: Simplify the code for deciding whether or not to send a FIT msgBart Van Assche
2017-08-18skd: Reorder the code in skd_process_request()Bart Van Assche
2017-08-18skd: Fix size argument in skd_free_skcomp()Bart Van Assche
2017-08-18skd: Introduce SKD_SKCOMP_SIZEBart Van Assche
2017-08-18skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSGBart Van Assche
2017-08-18skd: Document locking assumptionsBart Van Assche
2017-08-18skd: Fix endianness annotationsBart Van Assche
2017-08-18skd: Switch from the pr_*() to the dev_*() logging functionsBart Van Assche
2017-08-18skd: Remove useless barrier() callsBart Van Assche
2017-08-18skd: Remove a set-but-not-used variable from struct skd_deviceBart Van Assche
2017-08-18skd: Remove set-but-not-used local variablesBart Van Assche
2017-08-18skd: Fix a function name in a commentBart Van Assche
2017-08-18skd: Fix spelling in a source code commentBart Van Assche
2017-08-18skd: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche
2017-08-18skd: Remove unnecessary blank linesBart Van Assche
2017-08-18skd: Remove ESXi codeBart Van Assche
2017-08-18skd: Remove unneeded #include directivesBart Van Assche
2017-08-18skd: Update maintainer informationBart Van Assche
2017-08-18skd: Switch to GPLv2Bart Van Assche
2017-08-18skd: Submit requests to firmware before triggering the doorbellBart Van Assche
2017-08-18skd: Avoid that module unloading triggers a use-after-freeBart Van Assche
2017-08-18block: Relax a check in blk_start_queue()Bart Van Assche
2017-08-18xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche
2017-08-18xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche
2017-08-18xen-blkback: Fix indentationBart Van Assche
2017-08-18virtio_blk: Use blk_rq_is_scsi()Bart Van Assche
2017-08-18ide-floppy: Use blk_rq_is_scsi()Bart Van Assche
2017-08-18genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche
2017-08-18blk-mq-debugfs: Declare a local symbol staticBart Van Assche
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche
2017-08-18block: Unexport blk_queue_end_tag()Bart Van Assche
2017-08-18block: Fix two comments that refer to .queue_rq() return valuesBart Van Assche
2017-08-17nbd: change the default nbd partitionsJosef Bacik
2017-08-17nbd: allow device creation at a specific indexJosef Bacik
2017-08-15loop: fix to a race condition due to the early registration of deviceAnton Volkov
2017-08-11cfq: Give a chance for arming slice idle timer in case of group_idleRitesh Harjani
2017-08-11block, bfq: boost throughput with flash-based non-queueing devicesPaolo Valente
2017-08-11block,bfq: refactor device-idling logicPaolo Valente
2017-08-10block: remove unused syncfull/asyncfull queue flagsJens Axboe
2017-08-09blk-mq: enable checking two part inflight counts at the same timeJens Axboe
2017-08-09blk-mq: provide internal in-flight variantJens Axboe
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-08-09blk-mq-tag: check for NULL rq when iterating tagsJens Axboe