summaryrefslogtreecommitdiffstats
path: root/block/blk-pm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-09mtip32xx: don't use req->specialChristoph Hellwig2-4/+8
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig1-17/+7
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2-34/+15
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig1-2/+2
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig2-35/+26
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig1-19/+11
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig1-50/+28
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig1-7/+4
2018-11-09sx8: use a per-host tag_setChristoph Hellwig1-248/+95
2018-11-09sx8: cleanup queue and disk allocation / freeingChristoph Hellwig1-59/+48
2018-11-08blk-mq-tag: document tag iteration helper return valueJens Axboe1-4/+8
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe2-0/+28
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe10-22/+38
2018-11-08loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara1-6/+6
2018-11-08loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara1-11/+15
2018-11-08loop: Fix deadlock when calling blkdev_reread_part()Jan Kara1-12/+16
2018-11-08loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara1-5/+14
2018-11-08loop: Move special partition reread handling in loop_clr_fd()Jan Kara1-14/+19
2018-11-08loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara1-11/+11
2018-11-08loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara1-12/+14
2018-11-08loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara1-26/+25
2018-11-08loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara1-27/+10
2018-11-08loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara1-20/+29
2018-11-08loop: Split setting of lo_state from loop_clr_fdJan Kara1-21/+31
2018-11-08loop: Push lo_ctl_mutex down into individual ioctlsJan Kara1-25/+63
2018-11-08loop: Get rid of loop_index_mutexJan Kara1-21/+20
2018-11-08loop: Fold __loop_release into loop_releaseJan Kara1-9/+7
2018-11-08block/loop: Use global lock for ioctl() operation.Tetsuo Handa2-30/+29
2018-11-08block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa1-5/+5
2018-11-08ms_block: remove unused pointer 'set'Colin Ian King1-1/+0
2018-11-08sunvdc: fix compiler warningJens Axboe1-1/+0
2018-11-07nvme: add separate poll queue mapJens Axboe2-18/+81
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe4-2/+15
2018-11-07nvme: utilize two queue maps, one for reads and one for writesJens Axboe1-19/+181
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe4-7/+9
2018-11-07blk-mq: improve plug list sortingJens Axboe1-5/+12
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe3-19/+16
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe7-40/+19
2018-11-07blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe1-7/+21
2018-11-07blk-mq: support multiple hctx mapsJens Axboe3-39/+100
2018-11-07blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe1-0/+10
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe5-12/+23
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe7-37/+57
2018-11-07blk-mq: provide dummy blk_mq_map_queue_type() helperJens Axboe1-1/+8
2018-11-07blk-mq: abstract out queue mapJens Axboe15-50/+64
2018-11-07blk-mq: kill q->mq_mapJens Axboe3-12/+7
2018-11-07block: kill request ->cpu memberJens Axboe9-23/+12
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe5-21/+12
2018-11-07block: get rid of blk_queued_rq()Jens Axboe2-3/+1
2018-11-07blk-merge: kill dead queue lock held checkJens Axboe1-3/+0