aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18skd: Simplify the code for deciding whether or not to send a FIT msgBart Van Assche1-24/+5
2017-08-18skd: Reorder the code in skd_process_request()Bart Van Assche1-33/+9
2017-08-18skd: Fix size argument in skd_free_skcomp()Bart Van Assche1-7/+2
2017-08-18skd: Introduce SKD_SKCOMP_SIZEBart Van Assche1-14/+8
2017-08-18skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSGBart Van Assche1-2/+8
2017-08-18skd: Document locking assumptionsBart Van Assche1-0/+8
2017-08-18skd: Fix endianness annotationsBart Van Assche1-8/+6
2017-08-18skd: Switch from the pr_*() to the dev_*() logging functionsBart Van Assche1-521/+391
2017-08-18skd: Remove useless barrier() callsBart Van Assche1-32/+10
2017-08-18skd: Remove a set-but-not-used variable from struct skd_deviceBart Van Assche1-3/+0
2017-08-18skd: Remove set-but-not-used local variablesBart Van Assche1-10/+1
2017-08-18skd: Fix a function name in a commentBart Van Assche1-1/+1
2017-08-18skd: Fix spelling in a source code commentBart Van Assche1-1/+1
2017-08-18skd: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche1-1/+1
2017-08-18skd: Remove unnecessary blank linesBart Van Assche1-16/+5
2017-08-18skd: Remove ESXi codeBart Van Assche1-14/+0
2017-08-18skd: Remove unneeded #include directivesBart Van Assche1-2/+0
2017-08-18skd: Update maintainer informationBart Van Assche1-1/+0
2017-08-18skd: Switch to GPLv2Bart Van Assche1-16/+9
2017-08-18skd: Submit requests to firmware before triggering the doorbellBart Van Assche1-0/+6
2017-08-18skd: Avoid that module unloading triggers a use-after-freeBart Van Assche1-8/+9
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-17/+14
2017-01-31skd: implement trivial scsi ioctls directlyChristoph Hellwig1-4/+11
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-09skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-09skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-06-27block: convert to device_add_disk()Dan Williams1-5/+3
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-04-25skd: remove broken discard supportJeff Moyer1-58/+1
2016-04-12skd_main: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-12block: add offset in blk_add_request_payload()Ming Lin1-1/+1
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08block: use pci_zalloc_consistentJoe Perches1-16/+9
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-2/+2
2014-04-21skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev1-4/+3
2014-04-16sd/skd: stuff discard page in request->completion_dataJens Axboe1-2/+2
2014-04-15block: remove struct request buffer memberJens Axboe1-3/+2
2014-02-21skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-26/+12
2014-02-21skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev1-2/+1
2014-02-21skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev1-24/+26
2014-02-21skd: Fix out of array boundary accessAlexander Gordeev1-1/+1
2013-12-19drivers: block: Mark the functions as static in skd_main.cRashika Kheria1-2/+2
2013-11-08skd: reorder construct/destruct codeBartlomiej Zolnierkiewicz1-164/+141
2013-11-08skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz1-26/+13
2013-11-08skd: remove redundant skdev->pdev assignment from skd_pci_probe()Bartlomiej Zolnierkiewicz1-1/+1