aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
AgeCommit message (Expand)Author
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2019-12-01skd: fixup usage of legacy IO APIJens Axboe
2018-07-12block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-02block: skd: fix incorrect linux/slab_def.h inclusionArnd Bergmann
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02skd: use ktime_get_real_seconds()Arnd Bergmann
2017-10-09skd: Use kmem_cache_freeHimanshu Jha
2017-08-29skd: Let the block layer core choose .nr_requestsBart Van Assche
2017-08-29skd: Remove blk_queue_bounce_limit() callBart Van Assche
2017-08-25skd: Remove SKD_ID_INCRBart Van Assche
2017-08-25skd: Make it easier for static analyzers to analyze skd_free_disk()Bart Van Assche
2017-08-25skd: Inline skd_end_request()Bart Van Assche
2017-08-25skd: Rename skd_softirq_done() into skd_complete_rq()Bart Van Assche
2017-08-23skd: Change default interrupt mode to MSI-XBart Van Assche
2017-08-23skd: Avoid double completions in case of a timeoutBart Van Assche
2017-08-23skd: Inline skd_process_request()Bart Van Assche
2017-08-23skd: Report completion mismatches onceBart Van Assche
2017-08-23skd: error pointer dereference in skd_cons_disk()Dan Carpenter
2017-08-23skd: Uninitialized variable in skd_isr_completion_posted()Dan Carpenter
2017-08-18skd: Remove driver version informationBart Van Assche
2017-08-18skd: Bump driver versionBart Van Assche
2017-08-18skd: Optimize lockingBart Van Assche
2017-08-18skd: Remove several local variablesBart Van Assche
2017-08-18skd: Reduce memory usageBart Van Assche
2017-08-18skd: Remove skd_device.in_flightBart Van Assche
2017-08-18skd: Switch to block layer timeout mechanismBart Van Assche
2017-08-18skd: Convert to blk-mqBart Van Assche
2017-08-18skd: Coalesce struct request and struct skd_request_contextBart Van Assche
2017-08-18skd: Move skd_free_sg_list() upBart Van Assche
2017-08-18skd: Split skd_recover_requests()Bart Van Assche
2017-08-18skd: Introduce skd_process_request()Bart Van Assche
2017-08-18skd: Convert several per-device scalar variables into atomicsBart Van Assche
2017-08-18skd: Enable request tags for the block layer queueBart Van Assche
2017-08-18skd: Initialize skd_special_context.req.n_sg to oneBart Van Assche
2017-08-18skd: Remove dead codeBart Van Assche
2017-08-18skd: Remove SG IO supportBart Van Assche
2017-08-18skd: Convert explicit skd_request_fn() callsBart Van Assche
2017-08-18skd: Rework request failing code pathBart Van Assche
2017-08-18skd: Move a function definitionBart Van Assche
2017-08-18skb: Use symbolic names for SCSI opcodesBart Van Assche
2017-08-18skd: Use kcalloc() instead of kzalloc() with multiplyBart Van Assche
2017-08-18skd: Remove superfluous occurrences of the 'volatile' keywordBart Van Assche
2017-08-18skd: Remove a redundant init_timer() callBart Van Assche
2017-08-18skd: Use for_each_sg()Bart Van Assche
2017-08-18skd: Drop second argument of skd_recover_requests()Bart Van Assche
2017-08-18skd: Remove superfluous initializations from skd_isr_completion_posted()Bart Van Assche
2017-08-18skd: Simplify the code for handling data directionBart Van Assche
2017-08-18skd: Use ARRAY_SIZE() where appropriateBart Van Assche