aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/sx8.c
AgeCommit message (Expand)Author
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-10-18sx8: fix an error code in carm_init_one()Dan Carpenter
2021-10-18block/sx8: add error handling support for add_disk()Luis Chamberlain
2021-08-12sx8: use the internal state machine to check if del_gendisk needs to be calledChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-11sx8: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-09sx8: remove unnecessary oom messageZhen Lei
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2018-11-09sx8: use a per-host tag_setChristoph Hellwig
2018-11-09sx8: cleanup queue and disk allocation / freeingChristoph Hellwig
2018-10-18sx8: switch to the generic DMA APIChristoph Hellwig
2018-10-18sx8: remove dead IF_64BIT_DMA_IS_POSSIBLE codeChristoph Hellwig
2018-10-16sx8: convert to blk-mqJens Axboe
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-12-23sx8: use real time for the command secondsJens Axboe
2015-12-22block: sx8.c: Replace timeval with ktime_tShraddha Barke
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-01-21drivers/block/sx8.c: remove unnecessary pci_set_drvdata()Jingoo Han
2014-01-21drivers/block/sx8.c: use module_pci_driver()Jingoo Han
2012-03-03block, sx8: fix pointer math issue getting fw versionDan Carpenter
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-01-11block: make PCI device id constantMárton Németh
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-11block: use printk_onceMarcin Slusarz
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2008-04-21block: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-28blk_end_request: changing sx8 (take 4)Kiyoshi Ueda
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman