summaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* skb: Use symbolic names for SCSI opcodesBart Van Assche2017-08-181-6/+9
* skd: Use kcalloc() instead of kzalloc() with multiplyBart Van Assche2017-08-181-13/+17
* skd: Remove superfluous occurrences of the 'volatile' keywordBart Van Assche2017-08-181-26/+22Star
* skd: Remove a redundant init_timer() callBart Van Assche2017-08-181-1/+0Star
* skd: Use for_each_sg()Bart Van Assche2017-08-181-6/+6
* skd: Drop second argument of skd_recover_requests()Bart Van Assche2017-08-181-14/+9Star
* skd: Remove superfluous initializations from skd_isr_completion_posted()Bart Van Assche2017-08-181-6/+6
* skd: Simplify the code for handling data directionBart Van Assche2017-08-181-16/+9Star
* skd: Use ARRAY_SIZE() where appropriateBart Van Assche2017-08-181-3/+2Star
* skd: Make the skd_isr() code more briefBart Van Assche2017-08-181-2/+1Star
* skd: Check structure sizes at build timeBart Van Assche2017-08-181-0/+5
* skd: Use a structure instead of hardcoding structure offsetsBart Van Assche2017-08-181-19/+22
* skd: Simplify the code for allocating DMA message buffersBart Van Assche2017-08-181-13/+6Star
* skd: Simplify the code for deciding whether or not to send a FIT msgBart Van Assche2017-08-181-24/+5Star
* skd: Reorder the code in skd_process_request()Bart Van Assche2017-08-181-33/+9Star
* skd: Fix size argument in skd_free_skcomp()Bart Van Assche2017-08-181-7/+2Star
* skd: Introduce SKD_SKCOMP_SIZEBart Van Assche2017-08-181-14/+8Star
* skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSGBart Van Assche2017-08-181-2/+8
* skd: Document locking assumptionsBart Van Assche2017-08-181-0/+8
* skd: Fix endianness annotationsBart Van Assche2017-08-181-8/+6Star
* skd: Switch from the pr_*() to the dev_*() logging functionsBart Van Assche2017-08-181-521/+391Star
* skd: Remove useless barrier() callsBart Van Assche2017-08-181-32/+10Star
* skd: Remove a set-but-not-used variable from struct skd_deviceBart Van Assche2017-08-181-3/+0Star
* skd: Remove set-but-not-used local variablesBart Van Assche2017-08-181-10/+1Star
* skd: Fix a function name in a commentBart Van Assche2017-08-181-1/+1
* skd: Fix spelling in a source code commentBart Van Assche2017-08-181-1/+1
* skd: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche2017-08-181-1/+1
* skd: Remove unnecessary blank linesBart Van Assche2017-08-181-16/+5Star
* skd: Remove ESXi codeBart Van Assche2017-08-181-14/+0Star
* skd: Remove unneeded #include directivesBart Van Assche2017-08-181-2/+0Star
* skd: Update maintainer informationBart Van Assche2017-08-181-1/+0Star
* skd: Switch to GPLv2Bart Van Assche2017-08-181-16/+9Star
* skd: Submit requests to firmware before triggering the doorbellBart Van Assche2017-08-181-0/+6
* skd: Avoid that module unloading triggers a use-after-freeBart Van Assche2017-08-181-8/+9
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* block: introduce new block status code typeChristoph Hellwig2017-06-091-17/+14Star
* skd: implement trivial scsi ioctls directlyChristoph Hellwig2017-01-311-4/+11
* skd_main: drop duplicate header scatterlist.hGeliang Tang2016-11-181-1/+0Star
* skd: fix function prototypeArnd Bergmann2016-11-101-2/+2
* skd: fix msix error handlingArnd Bergmann2016-11-101-2/+3
* skd_main: use %*ph to dump small buffersAndy Shevchenko2016-11-081-12/+4Star
* skd: use pci_alloc_irq_vectorsChristoph Hellwig2016-11-081-146/+66Star
* block: convert to device_add_disk()Dan Williams2016-06-271-5/+3Star
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
* skd: remove broken discard supportJeff Moyer2016-04-261-58/+1Star
* skd_main: switch to using blk_queue_write_cache()Jens Axboe2016-04-131-1/+1
* block: add offset in blk_add_request_payload()Ming Lin2016-04-121-1/+1
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1