summaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* skd: Document locking assumptionsBart Van Assche2017-08-181-0/+8
* skd: Fix endianness annotationsBart Van Assche2017-08-181-8/+6
* skd: Switch from the pr_*() to the dev_*() logging functionsBart Van Assche2017-08-181-521/+391
* skd: Remove useless barrier() callsBart Van Assche2017-08-181-32/+10
* skd: Remove a set-but-not-used variable from struct skd_deviceBart Van Assche2017-08-181-3/+0
* skd: Remove set-but-not-used local variablesBart Van Assche2017-08-181-10/+1
* 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/+5
* skd: Remove ESXi codeBart Van Assche2017-08-181-14/+0
* skd: Remove unneeded #include directivesBart Van Assche2017-08-181-2/+0
* skd: Update maintainer informationBart Van Assche2017-08-181-1/+0
* skd: Switch to GPLv2Bart Van Assche2017-08-181-16/+9
* 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/+14
* skd: implement trivial scsi ioctls directlyChristoph Hellwig2017-01-311-4/+11
* skd_main: drop duplicate header scatterlist.hGeliang Tang2016-11-181-1/+0
* skd: fix function prototypeArnd Bergmann2016-11-091-2/+2
* skd: fix msix error handlingArnd Bergmann2016-11-091-2/+3
* skd_main: use %*ph to dump small buffersAndy Shevchenko2016-11-071-12/+4
* skd: use pci_alloc_irq_vectorsChristoph Hellwig2016-11-071-146/+66
* block: convert to device_add_disk()Dan Williams2016-06-271-5/+3
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
* skd: remove broken discard supportJeff Moyer2016-04-251-58/+1
* skd_main: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-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
* block: use pci_zalloc_consistentJoe Perches2014-08-081-16/+9
* Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-2/+2
|\
| * sd/skd: stuff discard page in request->completion_dataJens Axboe2014-04-161-2/+2
* | skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev2014-04-211-4/+3
|/
* block: remove struct request buffer memberJens Axboe2014-04-151-3/+2
* skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-211-26/+12
* skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev2014-02-211-2/+1
* skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev2014-02-211-24/+26
* skd: Fix out of array boundary accessAlexander Gordeev2014-02-211-1/+1
* drivers: block: Mark the functions as static in skd_main.cRashika Kheria2013-12-191-2/+2
* skd: reorder construct/destruct codeBartlomiej Zolnierkiewicz2013-11-081-164/+141
* skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz2013-11-081-26/+13
* skd: remove redundant skdev->pdev assignment from skd_pci_probe()Bartlomiej Zolnierkiewicz2013-11-081-1/+1
* skd: use <asm/unaligned.h>Bartlomiej Zolnierkiewicz2013-11-081-1/+1
* skd: remove SCSI subsystem specific includesBartlomiej Zolnierkiewicz2013-11-081-3/+0
* skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz2013-11-081-21/+12
* skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz2013-11-081-12/+9
* skd: fix error paths in skd_init()Bartlomiej Zolnierkiewicz2013-11-081-3/+13