index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
skd_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-17
skd_main: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-3
/
+6
2019-07-01
Merge tag 'v5.2-rc6' into for-5.3/block
Jens Axboe
1
-3
/
+1
2019-06-29
block: skd_main.c: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-1
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497
Thomas Gleixner
1
-3
/
+1
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-1
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-11-10
skd_main: don't use req->special
Christoph Hellwig
1
-1
/
+7
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
1
-3
/
+5
2018-10-25
skd: fix unchecked return values
Gustavo A. R. Silva
1
-2
/
+2
2018-10-18
skd: switch to the generic DMA API
Christoph Hellwig
1
-38
/
+25
2018-10-14
skd: fixup usage of legacy IO API
Jens Axboe
1
-2
/
+2
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-07-12
block: skd: Use %pad printk format for dma_addr_t values
Helge Deller
1
-8
/
+8
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-2
/
+2
2018-02-02
block: skd: fix incorrect linux/slab_def.h inclusion
Arnd Bergmann
1
-3
/
+4
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2017-11-02
skd: use ktime_get_real_seconds()
Arnd Bergmann
1
-1
/
+2
2017-10-09
skd: Use kmem_cache_free
Himanshu Jha
1
-1
/
+1
2017-08-29
skd: Let the block layer core choose .nr_requests
Bart Van Assche
1
-1
/
+0
2017-08-29
skd: Remove blk_queue_bounce_limit() call
Bart Van Assche
1
-1
/
+0
2017-08-25
skd: Remove SKD_ID_INCR
Bart Van Assche
1
-5
/
+0
2017-08-25
skd: Make it easier for static analyzers to analyze skd_free_disk()
Bart Van Assche
1
-1
/
+2
2017-08-25
skd: Inline skd_end_request()
Bart Van Assche
1
-32
/
+13
2017-08-25
skd: Rename skd_softirq_done() into skd_complete_rq()
Bart Van Assche
1
-2
/
+2
2017-08-23
skd: Change default interrupt mode to MSI-X
Bart Van Assche
1
-1
/
+1
2017-08-23
skd: Avoid double completions in case of a timeout
Bart Van Assche
1
-11
/
+11
2017-08-23
skd: Inline skd_process_request()
Bart Van Assche
1
-20
/
+10
2017-08-23
skd: Report completion mismatches once
Bart Van Assche
1
-10
/
+4
2017-08-23
skd: error pointer dereference in skd_cons_disk()
Dan Carpenter
1
-8
/
+7
2017-08-23
skd: Uninitialized variable in skd_isr_completion_posted()
Dan Carpenter
1
-1
/
+1
2017-08-18
skd: Remove driver version information
Bart Van Assche
1
-2
/
+0
2017-08-18
skd: Bump driver version
Bart Van Assche
1
-12
/
+5
2017-08-18
skd: Optimize locking
Bart Van Assche
1
-6
/
+15
2017-08-18
skd: Remove several local variables
Bart Van Assche
1
-30
/
+7
2017-08-18
skd: Reduce memory usage
Bart Van Assche
1
-37
/
+108
2017-08-18
skd: Remove skd_device.in_flight
Bart Van Assche
1
-16
/
+21
2017-08-18
skd: Switch to block layer timeout mechanism
Bart Van Assche
1
-86
/
+31
2017-08-18
skd: Convert to blk-mq
Bart Van Assche
1
-138
/
+91
2017-08-18
skd: Coalesce struct request and struct skd_request_context
Bart Van Assche
1
-120
/
+54
2017-08-18
skd: Move skd_free_sg_list() up
Bart Van Assche
1
-13
/
+12
2017-08-18
skd: Split skd_recover_requests()
Bart Van Assche
1
-17
/
+22
2017-08-18
skd: Introduce skd_process_request()
Bart Van Assche
1
-118
/
+119
2017-08-18
skd: Convert several per-device scalar variables into atomics
Bart Van Assche
1
-31
/
+37
2017-08-18
skd: Enable request tags for the block layer queue
Bart Van Assche
1
-194
/
+73
2017-08-18
skd: Initialize skd_special_context.req.n_sg to one
Bart Van Assche
1
-0
/
+1
2017-08-18
skd: Remove dead code
Bart Van Assche
1
-12
/
+0
2017-08-18
skd: Remove SG IO support
Bart Van Assche
1
-1069
/
+2
[next]