index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
skd: Convert several per-device scalar variables into atomics
Bart Van Assche
2017-08-18
1
-31
/
+37
*
|
|
skd: Enable request tags for the block layer queue
Bart Van Assche
2017-08-18
1
-194
/
+73
*
|
|
skd: Initialize skd_special_context.req.n_sg to one
Bart Van Assche
2017-08-18
1
-0
/
+1
*
|
|
skd: Remove dead code
Bart Van Assche
2017-08-18
1
-12
/
+0
*
|
|
skd: Remove SG IO support
Bart Van Assche
2017-08-18
1
-1069
/
+2
*
|
|
skd: Convert explicit skd_request_fn() calls
Bart Van Assche
2017-08-18
1
-5
/
+5
*
|
|
skd: Rework request failing code path
Bart Van Assche
2017-08-18
1
-10
/
+8
*
|
|
skd: Move a function definition
Bart Van Assche
2017-08-18
1
-43
/
+41
*
|
|
skb: Use symbolic names for SCSI opcodes
Bart Van Assche
2017-08-18
1
-6
/
+9
*
|
|
skd: Use kcalloc() instead of kzalloc() with multiply
Bart Van Assche
2017-08-18
1
-13
/
+17
*
|
|
skd: Remove superfluous occurrences of the 'volatile' keyword
Bart Van Assche
2017-08-18
1
-26
/
+22
*
|
|
skd: Remove a redundant init_timer() call
Bart Van Assche
2017-08-18
1
-1
/
+0
*
|
|
skd: Use for_each_sg()
Bart Van Assche
2017-08-18
1
-6
/
+6
*
|
|
skd: Drop second argument of skd_recover_requests()
Bart Van Assche
2017-08-18
1
-14
/
+9
*
|
|
skd: Remove superfluous initializations from skd_isr_completion_posted()
Bart Van Assche
2017-08-18
1
-6
/
+6
*
|
|
skd: Simplify the code for handling data direction
Bart Van Assche
2017-08-18
1
-16
/
+9
*
|
|
skd: Use ARRAY_SIZE() where appropriate
Bart Van Assche
2017-08-18
1
-3
/
+2
*
|
|
skd: Make the skd_isr() code more brief
Bart Van Assche
2017-08-18
1
-2
/
+1
*
|
|
skd: Use __packed only when needed
Bart Van Assche
2017-08-18
1
-5
/
+1
*
|
|
skd: Check structure sizes at build time
Bart Van Assche
2017-08-18
1
-0
/
+5
*
|
|
skd: Use a structure instead of hardcoding structure offsets
Bart Van Assche
2017-08-18
1
-19
/
+22
*
|
|
skd: Simplify the code for allocating DMA message buffers
Bart Van Assche
2017-08-18
2
-14
/
+7
*
|
|
skd: Simplify the code for deciding whether or not to send a FIT msg
Bart Van Assche
2017-08-18
1
-24
/
+5
*
|
|
skd: Reorder the code in skd_process_request()
Bart Van Assche
2017-08-18
1
-33
/
+9
*
|
|
skd: Fix size argument in skd_free_skcomp()
Bart Van Assche
2017-08-18
1
-7
/
+2
*
|
|
skd: Introduce SKD_SKCOMP_SIZE
Bart Van Assche
2017-08-18
1
-14
/
+8
*
|
|
skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
Bart Van Assche
2017-08-18
1
-2
/
+8
*
|
|
skd: Document locking assumptions
Bart Van Assche
2017-08-18
1
-0
/
+8
*
|
|
skd: Fix endianness annotations
Bart Van Assche
2017-08-18
2
-17
/
+15
*
|
|
skd: Switch from the pr_*() to the dev_*() logging functions
Bart Van Assche
2017-08-18
1
-521
/
+391
*
|
|
skd: Remove useless barrier() calls
Bart Van Assche
2017-08-18
1
-32
/
+10
*
|
|
skd: Remove a set-but-not-used variable from struct skd_device
Bart Van Assche
2017-08-18
1
-3
/
+0
*
|
|
skd: Remove set-but-not-used local variables
Bart Van Assche
2017-08-18
1
-10
/
+1
*
|
|
skd: Fix a function name in a comment
Bart Van Assche
2017-08-18
1
-1
/
+1
*
|
|
skd: Fix spelling in a source code comment
Bart Van Assche
2017-08-18
1
-1
/
+1
*
|
|
skd: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
2017-08-18
1
-1
/
+1
*
|
|
skd: Remove unnecessary blank lines
Bart Van Assche
2017-08-18
1
-16
/
+5
*
|
|
skd: Remove ESXi code
Bart Van Assche
2017-08-18
1
-14
/
+0
*
|
|
skd: Remove unneeded #include directives
Bart Van Assche
2017-08-18
1
-2
/
+0
*
|
|
skd: Update maintainer information
Bart Van Assche
2017-08-18
1
-1
/
+0
*
|
|
skd: Switch to GPLv2
Bart Van Assche
2017-08-18
2
-23
/
+14
*
|
|
skd: Submit requests to firmware before triggering the doorbell
Bart Van Assche
2017-08-18
1
-0
/
+6
*
|
|
skd: Avoid that module unloading triggers a use-after-free
Bart Van Assche
2017-08-18
1
-8
/
+9
*
|
|
xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
2017-08-18
1
-1
/
+1
*
|
|
xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
2017-08-18
2
-1
/
+3
*
|
|
xen-blkback: Fix indentation
Bart Van Assche
2017-08-18
1
-2
/
+2
*
|
|
virtio_blk: Use blk_rq_is_scsi()
Bart Van Assche
2017-08-18
1
-1
/
+1
*
|
|
nbd: change the default nbd partitions
Josef Bacik
2017-08-17
1
-2
/
+2
*
|
|
nbd: allow device creation at a specific index
Josef Bacik
2017-08-17
1
-0
/
+9
*
|
|
loop: fix to a race condition due to the early registration of device
Anton Volkov
2017-08-15
1
-6
/
+8
[prev]
[next]