aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe1-3/+1
2019-06-29block: skd_main.c: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner1-3/+1
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-11-10skd_main: don't use req->specialChristoph Hellwig1-1/+7
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-3/+5
2018-10-25skd: fix unchecked return valuesGustavo A. R. Silva1-2/+2
2018-10-18skd: switch to the generic DMA APIChristoph Hellwig1-38/+25
2018-10-14skd: fixup usage of legacy IO APIJens Axboe1-2/+2
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-07-12block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller1-8/+8
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2018-02-02block: skd: fix incorrect linux/slab_def.h inclusionArnd Bergmann1-3/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2017-11-02skd: use ktime_get_real_seconds()Arnd Bergmann1-1/+2
2017-10-09skd: Use kmem_cache_freeHimanshu Jha1-1/+1
2017-08-29skd: Let the block layer core choose .nr_requestsBart Van Assche1-1/+0
2017-08-29skd: Remove blk_queue_bounce_limit() callBart Van Assche1-1/+0
2017-08-25skd: Remove SKD_ID_INCRBart Van Assche1-5/+0
2017-08-25skd: Make it easier for static analyzers to analyze skd_free_disk()Bart Van Assche1-1/+2
2017-08-25skd: Inline skd_end_request()Bart Van Assche1-32/+13
2017-08-25skd: Rename skd_softirq_done() into skd_complete_rq()Bart Van Assche1-2/+2
2017-08-23skd: Change default interrupt mode to MSI-XBart Van Assche1-1/+1
2017-08-23skd: Avoid double completions in case of a timeoutBart Van Assche1-11/+11
2017-08-23skd: Inline skd_process_request()Bart Van Assche1-20/+10
2017-08-23skd: Report completion mismatches onceBart Van Assche1-10/+4
2017-08-23skd: error pointer dereference in skd_cons_disk()Dan Carpenter1-8/+7
2017-08-23skd: Uninitialized variable in skd_isr_completion_posted()Dan Carpenter1-1/+1
2017-08-18skd: Remove driver version informationBart Van Assche1-2/+0
2017-08-18skd: Bump driver versionBart Van Assche1-12/+5
2017-08-18skd: Optimize lockingBart Van Assche1-6/+15
2017-08-18skd: Remove several local variablesBart Van Assche1-30/+7
2017-08-18skd: Reduce memory usageBart Van Assche1-37/+108
2017-08-18skd: Remove skd_device.in_flightBart Van Assche1-16/+21
2017-08-18skd: Switch to block layer timeout mechanismBart Van Assche1-86/+31
2017-08-18skd: Convert to blk-mqBart Van Assche1-138/+91
2017-08-18skd: Coalesce struct request and struct skd_request_contextBart Van Assche1-120/+54
2017-08-18skd: Move skd_free_sg_list() upBart Van Assche1-13/+12
2017-08-18skd: Split skd_recover_requests()Bart Van Assche1-17/+22
2017-08-18skd: Introduce skd_process_request()Bart Van Assche1-118/+119
2017-08-18skd: Convert several per-device scalar variables into atomicsBart Van Assche1-31/+37
2017-08-18skd: Enable request tags for the block layer queueBart Van Assche1-194/+73
2017-08-18skd: Initialize skd_special_context.req.n_sg to oneBart Van Assche1-0/+1
2017-08-18skd: Remove dead codeBart Van Assche1-12/+0
2017-08-18skd: Remove SG IO supportBart Van Assche1-1069/+2
2017-08-18skd: Convert explicit skd_request_fn() callsBart Van Assche1-5/+5
2017-08-18skd: Rework request failing code pathBart Van Assche1-10/+8
2017-08-18skd: Move a function definitionBart Van Assche1-43/+41