summaryrefslogtreecommitdiff
path: root/drivers/block/skd_main.c
AgeCommit message (Expand)Author
2017-08-18skd: Remove a redundant init_timer() callBart Van Assche
2017-08-18skd: Use for_each_sg()Bart Van Assche
2017-08-18skd: Drop second argument of skd_recover_requests()Bart Van Assche
2017-08-18skd: Remove superfluous initializations from skd_isr_completion_posted()Bart Van Assche
2017-08-18skd: Simplify the code for handling data directionBart Van Assche
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: 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-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-01-31skd: implement trivial scsi ioctls directlyChristoph Hellwig
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang
2016-11-09skd: fix function prototypeArnd Bergmann
2016-11-09skd: fix msix error handlingArnd Bergmann
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-04-25skd: remove broken discard supportJeff Moyer
2016-04-12skd_main: switch to using blk_queue_write_cache()Jens Axboe
2016-04-12block: add offset in blk_add_request_payload()Ming Lin
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08block: use pci_zalloc_consistentJoe Perches
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-04-21skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev