summaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* skd: fix unregister_blkdev() placementBartlomiej Zolnierkiewicz2013-11-081-1/+1
* skd: more removal of bio-based codeMike Snitzer2013-11-081-71/+20
* skd: cleanup the skd_*() function block wrappingJens Axboe2013-11-081-37/+15
* skd: rip out bio pathJens Axboe2013-11-081-467/+62
* skd: fix error return code in skd_pci_probe()Wei Yongjun2013-11-081-1/+3
* skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi2013-11-081-284/+407
* skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali2013-11-081-22/+31
* Add support for sTec's pci-e flash card KronosAkhil Bhansali2013-11-081-0/+5817
OpenPOWER on IntegriCloud