aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-08skd: use <asm/unaligned.h>Bartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: remove SCSI subsystem specific includesBartlomiej Zolnierkiewicz1-3/+0
2013-11-08skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz1-21/+12
2013-11-08skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz1-12/+9
2013-11-08skd: fix error paths in skd_init()Bartlomiej Zolnierkiewicz1-3/+13
2013-11-08skd: fix unregister_blkdev() placementBartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: more removal of bio-based codeMike Snitzer1-71/+20
2013-11-08skd: cleanup the skd_*() function block wrappingJens Axboe1-37/+15
2013-11-08skd: rip out bio pathJens Axboe1-467/+62
2013-11-08skd: fix error return code in skd_pci_probe()Wei Yongjun1-1/+3
2013-11-08skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi1-284/+407
2013-11-08skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali1-22/+31
2013-11-08Add support for sTec's pci-e flash card KronosAkhil Bhansali1-0/+5817