summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2017-08-18skd: Bump driver versionBart Van Assche-12/+5
2017-08-18skd: Optimize lockingBart Van Assche-6/+15
2017-08-18skd: Remove several local variablesBart Van Assche-30/+7
2017-08-18skd: Reduce memory usageBart Van Assche-37/+108
2017-08-18skd: Remove skd_device.in_flightBart Van Assche-16/+21
2017-08-18skd: Switch to block layer timeout mechanismBart Van Assche-86/+31
2017-08-18skd: Convert to blk-mqBart Van Assche-138/+91
2017-08-18skd: Coalesce struct request and struct skd_request_contextBart Van Assche-120/+54
2017-08-18skd: Move skd_free_sg_list() upBart Van Assche-13/+12
2017-08-18skd: Split skd_recover_requests()Bart Van Assche-17/+22
2017-08-18skd: Introduce skd_process_request()Bart Van Assche-118/+119
2017-08-18skd: Convert several per-device scalar variables into atomicsBart Van Assche-31/+37
2017-08-18skd: Enable request tags for the block layer queueBart Van Assche-194/+73
2017-08-18skd: Initialize skd_special_context.req.n_sg to oneBart Van Assche-0/+1
2017-08-18skd: Remove dead codeBart Van Assche-12/+0
2017-08-18skd: Remove SG IO supportBart Van Assche-1069/+2
2017-08-18skd: Convert explicit skd_request_fn() callsBart Van Assche-5/+5
2017-08-18skd: Rework request failing code pathBart Van Assche-10/+8
2017-08-18skd: Move a function definitionBart Van Assche-43/+41
2017-08-18skb: Use symbolic names for SCSI opcodesBart Van Assche-6/+9
2017-08-18skd: Use kcalloc() instead of kzalloc() with multiplyBart Van Assche-13/+17
2017-08-18skd: Remove superfluous occurrences of the 'volatile' keywordBart Van Assche-26/+22
2017-08-18skd: Remove a redundant init_timer() callBart Van Assche-1/+0
2017-08-18skd: Use for_each_sg()Bart Van Assche-6/+6
2017-08-18skd: Drop second argument of skd_recover_requests()Bart Van Assche-14/+9
2017-08-18skd: Remove superfluous initializations from skd_isr_completion_posted()Bart Van Assche-6/+6
2017-08-18skd: Simplify the code for handling data directionBart Van Assche-16/+9
2017-08-18skd: Use ARRAY_SIZE() where appropriateBart Van Assche-3/+2
2017-08-18skd: Make the skd_isr() code more briefBart Van Assche-2/+1
2017-08-18skd: Use __packed only when neededBart Van Assche-5/+1
2017-08-18skd: Check structure sizes at build timeBart Van Assche-0/+5
2017-08-18skd: Use a structure instead of hardcoding structure offsetsBart Van Assche-19/+22
2017-08-18skd: Simplify the code for allocating DMA message buffersBart Van Assche-14/+7
2017-08-18skd: Simplify the code for deciding whether or not to send a FIT msgBart Van Assche-24/+5
2017-08-18skd: Reorder the code in skd_process_request()Bart Van Assche-33/+9
2017-08-18skd: Fix size argument in skd_free_skcomp()Bart Van Assche-7/+2
2017-08-18skd: Introduce SKD_SKCOMP_SIZEBart Van Assche-14/+8
2017-08-18skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSGBart Van Assche-2/+8
2017-08-18skd: Document locking assumptionsBart Van Assche-0/+8
2017-08-18skd: Fix endianness annotationsBart Van Assche-17/+15
2017-08-18skd: Switch from the pr_*() to the dev_*() logging functionsBart Van Assche-521/+391
2017-08-18skd: Remove useless barrier() callsBart Van Assche-32/+10
2017-08-18skd: Remove a set-but-not-used variable from struct skd_deviceBart Van Assche-3/+0
2017-08-18skd: Remove set-but-not-used local variablesBart Van Assche-10/+1
2017-08-18skd: Fix a function name in a commentBart Van Assche-1/+1
2017-08-18skd: Fix spelling in a source code commentBart Van Assche-1/+1
2017-08-18skd: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche-1/+1
2017-08-18skd: Remove unnecessary blank linesBart Van Assche-16/+5
2017-08-18skd: Remove ESXi codeBart Van Assche-14/+0
2017-08-18skd: Remove unneeded #include directivesBart Van Assche-2/+0