summaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-3/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-191-3/+1Star
* | block: skd_main.c: Remove call to memset after dma_alloc_coherentFuqian Huang2019-06-291-1/+0Star
|/
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+0Star
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* skd_main: don't use req->specialChristoph Hellwig2018-11-101-1/+7
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-3/+5
* skd: fix unchecked return valuesGustavo A. R. Silva2018-10-251-2/+2
* skd: switch to the generic DMA APIChristoph Hellwig2018-10-181-38/+25Star
* skd: fixup usage of legacy IO APIJens Axboe2018-10-141-2/+2
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller2018-07-121-8/+8
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-2/+2
* block: skd: fix incorrect linux/slab_def.h inclusionArnd Bergmann2018-02-021-3/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-1/+2
|\
| * skd: use ktime_get_real_seconds()Arnd Bergmann2017-11-021-1/+2
* | skd: Use kmem_cache_freeHimanshu Jha2017-10-091-1/+1
|/
* skd: Let the block layer core choose .nr_requestsBart Van Assche2017-08-291-1/+0Star
* skd: Remove blk_queue_bounce_limit() callBart Van Assche2017-08-291-1/+0Star
* skd: Remove SKD_ID_INCRBart Van Assche2017-08-251-5/+0Star
* skd: Make it easier for static analyzers to analyze skd_free_disk()Bart Van Assche2017-08-251-1/+2
* skd: Inline skd_end_request()Bart Van Assche2017-08-251-32/+13Star
* skd: Rename skd_softirq_done() into skd_complete_rq()Bart Van Assche2017-08-251-2/+2
* skd: Change default interrupt mode to MSI-XBart Van Assche2017-08-231-1/+1
* skd: Avoid double completions in case of a timeoutBart Van Assche2017-08-231-11/+11
* skd: Inline skd_process_request()Bart Van Assche2017-08-231-20/+10Star
* skd: Report completion mismatches onceBart Van Assche2017-08-231-10/+4Star
* skd: error pointer dereference in skd_cons_disk()Dan Carpenter2017-08-231-8/+7Star
* skd: Uninitialized variable in skd_isr_completion_posted()Dan Carpenter2017-08-231-1/+1
* skd: Remove driver version informationBart Van Assche2017-08-181-2/+0Star
* skd: Bump driver versionBart Van Assche2017-08-181-12/+5Star
* skd: Optimize lockingBart Van Assche2017-08-181-6/+15
* skd: Remove several local variablesBart Van Assche2017-08-181-30/+7Star
* skd: Reduce memory usageBart Van Assche2017-08-181-37/+108
* skd: Remove skd_device.in_flightBart Van Assche2017-08-181-16/+21
* skd: Switch to block layer timeout mechanismBart Van Assche2017-08-181-86/+31Star
* skd: Convert to blk-mqBart Van Assche2017-08-181-138/+91Star
* skd: Coalesce struct request and struct skd_request_contextBart Van Assche2017-08-181-120/+54Star
* skd: Move skd_free_sg_list() upBart Van Assche2017-08-181-13/+12Star
* skd: Split skd_recover_requests()Bart Van Assche2017-08-181-17/+22
* skd: Introduce skd_process_request()Bart Van Assche2017-08-181-118/+119
* skd: Convert several per-device scalar variables into atomicsBart Van Assche2017-08-181-31/+37
* skd: Enable request tags for the block layer queueBart Van Assche2017-08-181-194/+73Star
* skd: Initialize skd_special_context.req.n_sg to oneBart Van Assche2017-08-181-0/+1
* skd: Remove dead codeBart Van Assche2017-08-181-12/+0Star
* skd: Remove SG IO supportBart Van Assche2017-08-181-1069/+2Star
* skd: Convert explicit skd_request_fn() callsBart Van Assche2017-08-181-5/+5
* skd: Rework request failing code pathBart Van Assche2017-08-181-10/+8Star
* skd: Move a function definitionBart Van Assche2017-08-181-43/+41Star