aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-14nvme: fix boot hang with only being able to get one IRQ vectorGravatar Jens Axboe 1-3/+10
2018-11-12ide: don't clear special on ide_queue_rq() entryGravatar Jens Axboe 2-5/+1
2018-11-12loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Gravatar Tetsuo Handa 1-2/+0
2018-11-10null_blk: remove unused nullb deviceGravatar Jens Axboe 1-2/+0
2018-11-10ide: don't use req->specialGravatar Christoph Hellwig 11-26/+30
2018-11-10pd: replace ->special use with private data in the requestGravatar Christoph Hellwig 1-5/+25
2018-11-10aoe: replace ->special use with private data in the requestGravatar Christoph Hellwig 4-23/+20
2018-11-10skd_main: don't use req->specialGravatar Christoph Hellwig 1-1/+7
2018-11-10nullb: remove leftover legacy request codeGravatar Christoph Hellwig 1-6/+3
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagGravatar Christoph Hellwig 1-2/+2
2018-11-09scsi: return blk_status_t from device handler ->prep_fnGravatar Christoph Hellwig 5-37/+24
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandGravatar Christoph Hellwig 5-83/+75
2018-11-09scsi: clean up error handling in scsi_init_ioGravatar Christoph Hellwig 1-8/+7
2018-11-09scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndGravatar Christoph Hellwig 1-21/+24
2018-11-09scsi: simplify scsi_prep_state_checkGravatar Christoph Hellwig 1-54/+48
2018-11-09ide: cleanup ->prep_rq calling conventionGravatar Christoph Hellwig 3-17/+17
2018-11-09mtip32xxx: use for_each_sgGravatar Christoph Hellwig 1-3/+2
2018-11-09mtip32xx: don't use req->specialGravatar Christoph Hellwig 2-4/+8
2018-11-09mtip32xx: remove mtip_get_int_commandGravatar Christoph Hellwig 1-17/+7
2018-11-09mtip32xx: remove mtip_init_cmd_headerGravatar Christoph Hellwig 2-34/+15
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrGravatar Christoph Hellwig 1-2/+2
2018-11-09mtip32xx: remove __force_bit2intGravatar Christoph Hellwig 2-35/+26
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimGravatar Christoph Hellwig 1-19/+11
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqGravatar Christoph Hellwig 1-50/+28
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioGravatar Christoph Hellwig 1-7/+4
2018-11-09sx8: use a per-host tag_setGravatar Christoph Hellwig 1-248/+95
2018-11-09sx8: cleanup queue and disk allocation / freeingGravatar Christoph Hellwig 1-59/+48
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notGravatar Jens Axboe 6-11/+18
2018-11-08loop: Get rid of 'nested' acquisition of loop_ctl_mutexGravatar Jan Kara 1-6/+6
2018-11-08loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexGravatar Jan Kara 1-11/+15
2018-11-08loop: Fix deadlock when calling blkdev_reread_part()Gravatar Jan Kara 1-12/+16
2018-11-08loop: Move loop_reread_partitions() out of loop_ctl_mutexGravatar Jan Kara 1-5/+14
2018-11-08loop: Move special partition reread handling in loop_clr_fd()Gravatar Jan Kara 1-14/+19
2018-11-08loop: Push loop_ctl_mutex down to loop_change_fd()Gravatar Jan Kara 1-11/+11
2018-11-08loop: Push loop_ctl_mutex down to loop_set_fd()Gravatar Jan Kara 1-12/+14
2018-11-08loop: Push loop_ctl_mutex down to loop_set_status()Gravatar Jan Kara 1-26/+25
2018-11-08loop: Push loop_ctl_mutex down to loop_get_status()Gravatar Jan Kara 1-27/+10
2018-11-08loop: Push loop_ctl_mutex down into loop_clr_fd()Gravatar Jan Kara 1-20/+29
2018-11-08loop: Split setting of lo_state from loop_clr_fdGravatar Jan Kara 1-21/+31
2018-11-08loop: Push lo_ctl_mutex down into individual ioctlsGravatar Jan Kara 1-25/+63
2018-11-08loop: Get rid of loop_index_mutexGravatar Jan Kara 1-21/+20
2018-11-08loop: Fold __loop_release into loop_releaseGravatar Jan Kara 1-9/+7
2018-11-08block/loop: Use global lock for ioctl() operation.Gravatar Tetsuo Handa 2-30/+29
2018-11-08block/loop: Don't grab "struct file" for vfs_getattr() operation.Gravatar Tetsuo Handa 1-5/+5
2018-11-08ms_block: remove unused pointer 'set'Gravatar Colin Ian King 1-1/+0
2018-11-07sunvdc: fix compiler warningGravatar Jens Axboe 1-1/+0
2018-11-07nvme: add separate poll queue mapGravatar Jens Axboe 1-17/+80
2018-11-07nvme: utilize two queue maps, one for reads and one for writesGravatar Jens Axboe 1-19/+181
2018-11-07blk-mq: abstract out queue mapGravatar Jens Axboe 6-7/+10
2018-11-07Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Jens Axboe 1-0/+14