index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
2
-3
/
+3
*
nvme: provide optimized poll function for separate poll queues
Jens Axboe
2018-11-16
1
-8
/
+37
*
ide: clear ide_req()->special for non-passthrough requests
Jens Axboe
2018-11-16
1
-0
/
+5
*
nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()
Jens Axboe
2018-11-16
1
-9
/
+11
*
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
3
-11
/
+11
*
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-11-15
7
-8
/
+7
*
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
2018-11-15
3
-25
/
+24
*
mmc: simplify queue initialization
Christoph Hellwig
2018-11-15
3
-59
/
+31
*
umem: don't override the queue_lock
Christoph Hellwig
2018-11-15
1
-2
/
+1
*
drbd: don't override the queue_lock
Christoph Hellwig
2018-11-15
1
-1
/
+1
*
block: don't hold the queue_lock over blk_abort_request
Christoph Hellwig
2018-11-15
4
-21
/
+3
*
nvme: fix boot hang with only being able to get one IRQ vector
Jens Axboe
2018-11-14
1
-3
/
+10
*
ide: don't clear special on ide_queue_rq() entry
Jens Axboe
2018-11-13
2
-5
/
+1
*
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
2018-11-12
1
-2
/
+0
*
null_blk: remove unused nullb device
Jens Axboe
2018-11-10
1
-2
/
+0
*
ide: don't use req->special
Christoph Hellwig
2018-11-10
11
-26
/
+30
*
pd: replace ->special use with private data in the request
Christoph Hellwig
2018-11-10
1
-5
/
+25
*
aoe: replace ->special use with private data in the request
Christoph Hellwig
2018-11-10
4
-23
/
+20
*
skd_main: don't use req->special
Christoph Hellwig
2018-11-10
1
-1
/
+7
*
nullb: remove leftover legacy request code
Christoph Hellwig
2018-11-10
1
-6
/
+3
*
fnic: fix fnic_scsi_host_{start,end}_tag
Christoph Hellwig
2018-11-10
1
-2
/
+2
*
scsi: return blk_status_t from device handler ->prep_fn
Christoph Hellwig
2018-11-10
5
-37
/
+24
*
scsi: return blk_status_t from scsi_init_io and ->init_command
Christoph Hellwig
2018-11-10
5
-83
/
+75
*
scsi: clean up error handling in scsi_init_io
Christoph Hellwig
2018-11-10
1
-8
/
+7
*
scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd
Christoph Hellwig
2018-11-10
1
-21
/
+24
*
scsi: simplify scsi_prep_state_check
Christoph Hellwig
2018-11-10
1
-54
/
+48
*
ide: cleanup ->prep_rq calling convention
Christoph Hellwig
2018-11-10
3
-17
/
+17
*
mtip32xxx: use for_each_sg
Christoph Hellwig
2018-11-09
1
-3
/
+2
*
mtip32xx: don't use req->special
Christoph Hellwig
2018-11-09
2
-4
/
+8
*
mtip32xx: remove mtip_get_int_command
Christoph Hellwig
2018-11-09
1
-17
/
+7
*
mtip32xx: remove mtip_init_cmd_header
Christoph Hellwig
2018-11-09
2
-34
/
+15
*
mtip32xx: add missing endianess annotations on struct smart_attr
Christoph Hellwig
2018-11-09
1
-2
/
+2
*
mtip32xx: remove __force_bit2int
Christoph Hellwig
2018-11-09
2
-35
/
+26
*
mtip32xx: return a blk_status_t from mtip_send_trim
Christoph Hellwig
2018-11-09
1
-19
/
+11
*
mtip32xx: merge mtip_submit_request into mtip_queue_rq
Christoph Hellwig
2018-11-09
1
-50
/
+28
*
mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io
Christoph Hellwig
2018-11-09
1
-7
/
+4
*
sx8: use a per-host tag_set
Christoph Hellwig
2018-11-09
1
-248
/
+95
*
sx8: cleanup queue and disk allocation / freeing
Christoph Hellwig
2018-11-09
1
-59
/
+48
*
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
2018-11-08
6
-11
/
+18
*
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
Jan Kara
2018-11-08
1
-6
/
+6
*
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
Jan Kara
2018-11-08
1
-11
/
+15
*
loop: Fix deadlock when calling blkdev_reread_part()
Jan Kara
2018-11-08
1
-12
/
+16
*
loop: Move loop_reread_partitions() out of loop_ctl_mutex
Jan Kara
2018-11-08
1
-5
/
+14
*
loop: Move special partition reread handling in loop_clr_fd()
Jan Kara
2018-11-08
1
-14
/
+19
*
loop: Push loop_ctl_mutex down to loop_change_fd()
Jan Kara
2018-11-08
1
-11
/
+11
*
loop: Push loop_ctl_mutex down to loop_set_fd()
Jan Kara
2018-11-08
1
-12
/
+14
*
loop: Push loop_ctl_mutex down to loop_set_status()
Jan Kara
2018-11-08
1
-26
/
+25
*
loop: Push loop_ctl_mutex down to loop_get_status()
Jan Kara
2018-11-08
1
-27
/
+10
*
loop: Push loop_ctl_mutex down into loop_clr_fd()
Jan Kara
2018-11-08
1
-20
/
+29
*
loop: Split setting of lo_state from loop_clr_fd
Jan Kara
2018-11-08
1
-21
/
+31
[next]