summaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-16/+9Star
* 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-171-2/+2
* | skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev2014-04-221-4/+3Star
|/
* block: remove struct request buffer memberJens Axboe2014-04-151-3/+2Star
* skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-221-26/+12Star
* skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev2014-02-221-2/+1Star
* skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev2014-02-221-24/+26
* skd: Fix out of array boundary accessAlexander Gordeev2014-02-221-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/+141Star
* skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz2013-11-081-26/+13Star
* 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/+0Star
* skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz2013-11-081-21/+12Star
* skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz2013-11-081-12/+9Star
* 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/+20Star
* skd: cleanup the skd_*() function block wrappingJens Axboe2013-11-081-37/+15Star
* skd: rip out bio pathJens Axboe2013-11-081-467/+62Star
* 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