Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #ifndef _LINUX_BLKDEV_H |
| 3 | #define _LINUX_BLKDEV_H |
| 4 | |
Russell King | 85fd0bc | 2012-05-14 08:29:23 +0200 | [diff] [blame] | 5 | #include <linux/sched.h> |
Ingo Molnar | e601757 | 2017-02-01 16:36:40 +0100 | [diff] [blame] | 6 | #include <linux/sched/clock.h> |
Russell King | 85fd0bc | 2012-05-14 08:29:23 +0200 | [diff] [blame] | 7 | |
Jens Axboe | f5ff842 | 2007-09-21 09:19:54 +0200 | [diff] [blame] | 8 | #ifdef CONFIG_BLOCK |
| 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #include <linux/major.h> |
| 11 | #include <linux/genhd.h> |
| 12 | #include <linux/list.h> |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 13 | #include <linux/llist.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/timer.h> |
| 15 | #include <linux/workqueue.h> |
| 16 | #include <linux/pagemap.h> |
Tejun Heo | 66114ca | 2015-05-22 17:13:32 -0400 | [diff] [blame] | 17 | #include <linux/backing-dev-defs.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #include <linux/wait.h> |
| 19 | #include <linux/mempool.h> |
Dan Williams | 34c0fd5 | 2016-01-15 16:56:14 -0800 | [diff] [blame] | 20 | #include <linux/pfn.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <linux/bio.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #include <linux/stringify.h> |
Hugh Dickins | 3e6053d | 2008-09-11 10:57:55 +0200 | [diff] [blame] | 23 | #include <linux/gfp.h> |
FUJITA Tomonori | d351af0 | 2007-07-09 12:40:35 +0200 | [diff] [blame] | 24 | #include <linux/bsg.h> |
Jens Axboe | c7c22e4 | 2008-09-13 20:26:01 +0200 | [diff] [blame] | 25 | #include <linux/smp.h> |
Tejun Heo | 548bc8e | 2013-01-09 08:05:13 -0800 | [diff] [blame] | 26 | #include <linux/rcupdate.h> |
Tejun Heo | add703f | 2014-07-01 10:34:38 -0600 | [diff] [blame] | 27 | #include <linux/percpu-refcount.h> |
Christoph Hellwig | 84be456 | 2015-05-01 12:46:15 +0200 | [diff] [blame] | 28 | #include <linux/scatterlist.h> |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 29 | #include <linux/blkzoned.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | |
Paul Gortmaker | de47725 | 2011-05-26 13:46:22 -0400 | [diff] [blame] | 31 | struct module; |
Christoph Hellwig | 21b2f0c | 2006-03-22 17:52:04 +0100 | [diff] [blame] | 32 | struct scsi_ioctl_command; |
| 33 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | struct request_queue; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | struct elevator_queue; |
Jens Axboe | 2056a78 | 2006-03-23 20:00:26 +0100 | [diff] [blame] | 36 | struct blk_trace; |
Jens Axboe | 3d6392c | 2007-07-09 12:38:05 +0200 | [diff] [blame] | 37 | struct request; |
| 38 | struct sg_io_hdr; |
Mike Christie | aa387cc | 2011-07-31 22:05:09 +0200 | [diff] [blame] | 39 | struct bsg_job; |
Tejun Heo | 3c79839 | 2012-04-16 13:57:25 -0700 | [diff] [blame] | 40 | struct blkcg_gq; |
Ming Lei | 7c94e1c | 2014-09-25 23:23:43 +0800 | [diff] [blame] | 41 | struct blk_flush_queue; |
Christoph Hellwig | bbd3e06 | 2015-10-15 14:10:48 +0200 | [diff] [blame] | 42 | struct pr_ops; |
Josef Bacik | a790504 | 2018-07-03 09:32:35 -0600 | [diff] [blame] | 43 | struct rq_qos; |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 44 | struct blk_queue_stats; |
| 45 | struct blk_stat_callback; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | |
| 47 | #define BLKDEV_MIN_RQ 4 |
| 48 | #define BLKDEV_MAX_RQ 128 /* Default maximum */ |
| 49 | |
Minwoo Im | 096392e | 2018-02-15 23:53:17 +0900 | [diff] [blame] | 50 | /* Must be consistent with blk_mq_poll_stats_bkt() */ |
Stephen Bates | 0206319 | 2017-04-20 16:59:11 -0600 | [diff] [blame] | 51 | #define BLK_MQ_POLL_STATS_BKTS 16 |
| 52 | |
Yufen Yu | 29ece8b | 2019-03-18 22:44:41 +0800 | [diff] [blame] | 53 | /* Doing classic polling */ |
| 54 | #define BLK_MQ_POLL_CLASSIC -1 |
| 55 | |
Tejun Heo | 8bd435b | 2012-04-13 13:11:28 -0700 | [diff] [blame] | 56 | /* |
| 57 | * Maximum number of blkcg policies allowed to be registered concurrently. |
| 58 | * Defined here to simplify include dependency. |
| 59 | */ |
Jens Axboe | 01c5f85 | 2018-09-11 10:59:53 -0600 | [diff] [blame] | 60 | #define BLKCG_MAX_POLS 5 |
Tejun Heo | 8bd435b | 2012-04-13 13:11:28 -0700 | [diff] [blame] | 61 | |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 62 | typedef void (rq_end_io_fn)(struct request *, blk_status_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | |
Jens Axboe | 4aff5e2 | 2006-08-10 08:44:47 +0200 | [diff] [blame] | 64 | /* |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 65 | * request flags */ |
| 66 | typedef __u32 __bitwise req_flags_t; |
| 67 | |
| 68 | /* elevator knows about this request */ |
| 69 | #define RQF_SORTED ((__force req_flags_t)(1 << 0)) |
| 70 | /* drive already may have started this one */ |
| 71 | #define RQF_STARTED ((__force req_flags_t)(1 << 1)) |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 72 | /* may not be passed by ioscheduler */ |
| 73 | #define RQF_SOFTBARRIER ((__force req_flags_t)(1 << 3)) |
| 74 | /* request for flush sequence */ |
| 75 | #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) |
| 76 | /* merge of different types, fail separately */ |
| 77 | #define RQF_MIXED_MERGE ((__force req_flags_t)(1 << 5)) |
| 78 | /* track inflight for MQ */ |
| 79 | #define RQF_MQ_INFLIGHT ((__force req_flags_t)(1 << 6)) |
| 80 | /* don't call prep for this one */ |
| 81 | #define RQF_DONTPREP ((__force req_flags_t)(1 << 7)) |
| 82 | /* set for "ide_preempt" requests and also for requests for which the SCSI |
| 83 | "quiesce" state must be ignored. */ |
| 84 | #define RQF_PREEMPT ((__force req_flags_t)(1 << 8)) |
| 85 | /* contains copies of user pages */ |
| 86 | #define RQF_COPY_USER ((__force req_flags_t)(1 << 9)) |
| 87 | /* vaguely specified driver internal error. Ignored by the block layer */ |
| 88 | #define RQF_FAILED ((__force req_flags_t)(1 << 10)) |
| 89 | /* don't warn about errors */ |
| 90 | #define RQF_QUIET ((__force req_flags_t)(1 << 11)) |
| 91 | /* elevator private data attached */ |
| 92 | #define RQF_ELVPRIV ((__force req_flags_t)(1 << 12)) |
Konstantin Khlebnikov | 4822e90 | 2018-10-11 10:07:06 +0300 | [diff] [blame] | 93 | /* account into disk and partition IO statistics */ |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 94 | #define RQF_IO_STAT ((__force req_flags_t)(1 << 13)) |
| 95 | /* request came from our alloc pool */ |
| 96 | #define RQF_ALLOCED ((__force req_flags_t)(1 << 14)) |
| 97 | /* runtime pm request */ |
| 98 | #define RQF_PM ((__force req_flags_t)(1 << 15)) |
| 99 | /* on IO scheduler merge hash */ |
| 100 | #define RQF_HASHED ((__force req_flags_t)(1 << 16)) |
Konstantin Khlebnikov | 4822e90 | 2018-10-11 10:07:06 +0300 | [diff] [blame] | 101 | /* track IO completion time */ |
Jens Axboe | cf43e6b | 2016-11-07 21:32:37 -0700 | [diff] [blame] | 102 | #define RQF_STATS ((__force req_flags_t)(1 << 17)) |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 103 | /* Look at ->special_vec for the actual data payload instead of the |
| 104 | bio chain. */ |
| 105 | #define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18)) |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 106 | /* The per-zone write lock is held for this request */ |
| 107 | #define RQF_ZONE_WRITE_LOCKED ((__force req_flags_t)(1 << 19)) |
Jens Axboe | 76a86f9 | 2018-01-10 11:30:56 -0700 | [diff] [blame] | 108 | /* already slept for hybrid poll */ |
Keith Busch | 12f5b93 | 2018-05-29 15:52:28 +0200 | [diff] [blame] | 109 | #define RQF_MQ_POLL_SLEPT ((__force req_flags_t)(1 << 20)) |
Christoph Hellwig | da66126 | 2018-06-14 13:58:45 +0200 | [diff] [blame] | 110 | /* ->timeout has been called, don't expire again */ |
| 111 | #define RQF_TIMED_OUT ((__force req_flags_t)(1 << 21)) |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 112 | |
| 113 | /* flags that prevent us from merging requests: */ |
| 114 | #define RQF_NOMERGE_FLAGS \ |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 115 | (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD) |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | /* |
Keith Busch | 12f5b93 | 2018-05-29 15:52:28 +0200 | [diff] [blame] | 118 | * Request state for blk-mq. |
| 119 | */ |
| 120 | enum mq_rq_state { |
| 121 | MQ_RQ_IDLE = 0, |
| 122 | MQ_RQ_IN_FLIGHT = 1, |
| 123 | MQ_RQ_COMPLETE = 2, |
| 124 | }; |
| 125 | |
| 126 | /* |
Christoph Hellwig | af76e55 | 2014-05-06 12:12:45 +0200 | [diff] [blame] | 127 | * Try to put the fields that are referenced together in the same cacheline. |
| 128 | * |
| 129 | * If you modify this structure, make sure to update blk_rq_init() and |
| 130 | * especially blk_mq_rq_ctx_init() to take care of the added fields. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | */ |
| 132 | struct request { |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 133 | struct request_queue *q; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 134 | struct blk_mq_ctx *mq_ctx; |
Jens Axboe | ea4f995 | 2018-10-29 15:06:13 -0600 | [diff] [blame] | 135 | struct blk_mq_hw_ctx *mq_hctx; |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 136 | |
Christoph Hellwig | ef295ec | 2016-10-28 08:48:16 -0600 | [diff] [blame] | 137 | unsigned int cmd_flags; /* op and common flags */ |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 138 | req_flags_t rq_flags; |
Jens Axboe | d486f1f | 2017-01-31 12:34:41 -0700 | [diff] [blame] | 139 | |
Minwoo Im | 2f578aa | 2019-06-09 05:15:51 +0900 | [diff] [blame] | 140 | int tag; |
Jens Axboe | d486f1f | 2017-01-31 12:34:41 -0700 | [diff] [blame] | 141 | int internal_tag; |
| 142 | |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 143 | /* the following two fields are internal, NEVER access directly */ |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 144 | unsigned int __data_len; /* total data len */ |
Richard Kennedy | 181fdde | 2010-03-19 08:58:16 +0100 | [diff] [blame] | 145 | sector_t __sector; /* sector cursor */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | |
| 147 | struct bio *bio; |
| 148 | struct bio *biotail; |
| 149 | |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 150 | struct list_head queuelist; |
| 151 | |
Jens Axboe | 360f92c | 2014-04-09 20:27:01 -0600 | [diff] [blame] | 152 | /* |
| 153 | * The hash is used inside the scheduler, and killed once the |
| 154 | * request reaches the dispatch list. The ipi_list is only used |
| 155 | * to queue the request for softirq completion, which is long |
| 156 | * after the request has been unhashed (and even removed from |
| 157 | * the dispatch list). |
| 158 | */ |
| 159 | union { |
| 160 | struct hlist_node hash; /* merge hash */ |
| 161 | struct list_head ipi_list; |
| 162 | }; |
| 163 | |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 164 | /* |
| 165 | * The rb_node is only used inside the io scheduler, requests |
| 166 | * are pruned when moved to the dispatch queue. So let the |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 167 | * completion_data share space with the rb_node. |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 168 | */ |
| 169 | union { |
| 170 | struct rb_node rb_node; /* sort/lookup */ |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 171 | struct bio_vec special_vec; |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 172 | void *completion_data; |
Christoph Hellwig | e26738e | 2017-04-20 16:03:11 +0200 | [diff] [blame] | 173 | int error_count; /* for legacy drivers, don't use */ |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 174 | }; |
Jens Axboe | 9817064 | 2006-07-28 09:23:08 +0200 | [diff] [blame] | 175 | |
Jens Axboe | ff7d145 | 2006-07-12 14:04:37 +0200 | [diff] [blame] | 176 | /* |
Vivek Goyal | 7f1dc8a | 2010-04-21 17:44:16 +0200 | [diff] [blame] | 177 | * Three pointers are available for the IO schedulers, if they need |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 178 | * more they have to dynamically allocate it. Flush requests are |
| 179 | * never put on the IO scheduler. So let the flush fields share |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 180 | * space with the elevator data. |
Jens Axboe | ff7d145 | 2006-07-12 14:04:37 +0200 | [diff] [blame] | 181 | */ |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 182 | union { |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 183 | struct { |
| 184 | struct io_cq *icq; |
| 185 | void *priv[2]; |
| 186 | } elv; |
| 187 | |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 188 | struct { |
| 189 | unsigned int seq; |
| 190 | struct list_head list; |
Jeff Moyer | 4853aba | 2011-08-15 21:37:25 +0200 | [diff] [blame] | 191 | rq_end_io_fn *saved_end_io; |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 192 | } flush; |
| 193 | }; |
Jens Axboe | ff7d145 | 2006-07-12 14:04:37 +0200 | [diff] [blame] | 194 | |
Jens Axboe | 8f34ee7 | 2006-06-13 09:02:34 +0200 | [diff] [blame] | 195 | struct gendisk *rq_disk; |
Jerome Marchand | 09e099d | 2011-01-05 16:57:38 +0100 | [diff] [blame] | 196 | struct hd_struct *part; |
Tejun Heo | 6f816b4 | 2019-08-28 15:05:57 -0700 | [diff] [blame] | 197 | #ifdef CONFIG_BLK_RQ_ALLOC_TIME |
| 198 | /* Time that the first bio started allocating this request. */ |
| 199 | u64 alloc_time_ns; |
| 200 | #endif |
| 201 | /* Time that this request was allocated for this IO. */ |
Omar Sandoval | 522a777 | 2018-05-09 02:08:53 -0700 | [diff] [blame] | 202 | u64 start_time_ns; |
Omar Sandoval | 544ccc8d | 2018-05-09 02:08:50 -0700 | [diff] [blame] | 203 | /* Time that I/O was submitted to the device. */ |
| 204 | u64 io_start_time_ns; |
| 205 | |
| 206 | #ifdef CONFIG_BLK_WBT |
| 207 | unsigned short wbt_flags; |
| 208 | #endif |
Hou Tao | 3d24430 | 2019-05-21 15:59:03 +0800 | [diff] [blame] | 209 | /* |
| 210 | * rq sectors used for blk stats. It has the same value |
| 211 | * with blk_rq_sectors(rq), except that it never be zeroed |
| 212 | * by completion. |
| 213 | */ |
| 214 | unsigned short stats_sectors; |
Omar Sandoval | 544ccc8d | 2018-05-09 02:08:50 -0700 | [diff] [blame] | 215 | |
| 216 | /* |
| 217 | * Number of scatter-gather DMA addr+len pairs after |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | * physical address coalescing is performed. |
| 219 | */ |
| 220 | unsigned short nr_phys_segments; |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 221 | |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 222 | #if defined(CONFIG_BLK_DEV_INTEGRITY) |
| 223 | unsigned short nr_integrity_segments; |
| 224 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 | |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 226 | unsigned short write_hint; |
Jens Axboe | 8f34ee7 | 2006-06-13 09:02:34 +0200 | [diff] [blame] | 227 | unsigned short ioprio; |
| 228 | |
FUJITA Tomonori | 7a85f88 | 2008-03-04 11:17:11 +0100 | [diff] [blame] | 229 | unsigned int extra_len; /* length of alignment and padding */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | |
Keith Busch | 12f5b93 | 2018-05-29 15:52:28 +0200 | [diff] [blame] | 231 | enum mq_rq_state state; |
| 232 | refcount_t ref; |
Tejun Heo | 1d9bd51 | 2018-01-09 08:29:48 -0800 | [diff] [blame] | 233 | |
Jens Axboe | 0b7576d | 2018-05-29 08:47:57 -0600 | [diff] [blame] | 234 | unsigned int timeout; |
Christoph Hellwig | 079076b | 2018-11-14 17:02:05 +0100 | [diff] [blame] | 235 | unsigned long deadline; |
Jens Axboe | 0a72e7f | 2018-01-09 14:23:42 -0700 | [diff] [blame] | 236 | |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 237 | union { |
Linus Torvalds | 0a4b6e2 | 2018-01-29 11:51:49 -0800 | [diff] [blame] | 238 | struct __call_single_data csd; |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 239 | u64 fifo_time; |
| 240 | }; |
| 241 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | /* |
Jens Axboe | c00895a | 2006-09-30 20:29:12 +0200 | [diff] [blame] | 243 | * completion callback. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | */ |
| 245 | rq_end_io_fn *end_io; |
| 246 | void *end_io_data; |
| 247 | }; |
| 248 | |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 249 | static inline bool blk_op_is_scsi(unsigned int op) |
| 250 | { |
| 251 | return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; |
| 252 | } |
| 253 | |
| 254 | static inline bool blk_op_is_private(unsigned int op) |
| 255 | { |
| 256 | return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; |
| 257 | } |
| 258 | |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 259 | static inline bool blk_rq_is_scsi(struct request *rq) |
| 260 | { |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 261 | return blk_op_is_scsi(req_op(rq)); |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 262 | } |
| 263 | |
| 264 | static inline bool blk_rq_is_private(struct request *rq) |
| 265 | { |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 266 | return blk_op_is_private(req_op(rq)); |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 267 | } |
| 268 | |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 269 | static inline bool blk_rq_is_passthrough(struct request *rq) |
| 270 | { |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 271 | return blk_rq_is_scsi(rq) || blk_rq_is_private(rq); |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 272 | } |
| 273 | |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 274 | static inline bool bio_is_passthrough(struct bio *bio) |
| 275 | { |
| 276 | unsigned op = bio_op(bio); |
| 277 | |
| 278 | return blk_op_is_scsi(op) || blk_op_is_private(op); |
| 279 | } |
| 280 | |
Fernando Luis Vázquez Cao | 766ca44 | 2008-08-14 09:59:13 +0200 | [diff] [blame] | 281 | static inline unsigned short req_get_ioprio(struct request *req) |
| 282 | { |
| 283 | return req->ioprio; |
| 284 | } |
| 285 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | #include <linux/elevator.h> |
| 287 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 288 | struct blk_queue_ctx; |
| 289 | |
Jens Axboe | dece163 | 2015-11-05 10:41:16 -0700 | [diff] [blame] | 290 | typedef blk_qc_t (make_request_fn) (struct request_queue *q, struct bio *bio); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | |
| 292 | struct bio_vec; |
Tejun Heo | 2fb98e8 | 2008-02-19 11:36:53 +0100 | [diff] [blame] | 293 | typedef int (dma_drain_needed_fn)(struct request *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 294 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 295 | enum blk_eh_timer_return { |
Christoph Hellwig | 88b0cfa | 2018-05-29 15:52:38 +0200 | [diff] [blame] | 296 | BLK_EH_DONE, /* drivers has completed the command */ |
| 297 | BLK_EH_RESET_TIMER, /* reset timer and try again */ |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 298 | }; |
| 299 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | enum blk_queue_state { |
| 301 | Queue_down, |
| 302 | Queue_up, |
| 303 | }; |
| 304 | |
Shaohua Li | ee1b6f7 | 2015-01-15 17:32:25 -0800 | [diff] [blame] | 305 | #define BLK_TAG_ALLOC_FIFO 0 /* allocate starting from 0 */ |
| 306 | #define BLK_TAG_ALLOC_RR 1 /* allocate starting from last allocated tag */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 307 | |
FUJITA Tomonori | abf5439 | 2008-08-16 14:10:05 +0900 | [diff] [blame] | 308 | #define BLK_SCSI_MAX_CMDS (256) |
| 309 | #define BLK_SCSI_CMD_PER_LONG (BLK_SCSI_MAX_CMDS / (sizeof(long) * 8)) |
| 310 | |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 311 | /* |
| 312 | * Zoned block device models (zoned limit). |
| 313 | */ |
| 314 | enum blk_zoned_model { |
| 315 | BLK_ZONED_NONE, /* Regular block device */ |
| 316 | BLK_ZONED_HA, /* Host-aware zoned block device */ |
| 317 | BLK_ZONED_HM, /* Host-managed zoned block device */ |
| 318 | }; |
| 319 | |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 320 | struct queue_limits { |
| 321 | unsigned long bounce_pfn; |
| 322 | unsigned long seg_boundary_mask; |
Keith Busch | 03100aa | 2015-08-19 14:24:05 -0700 | [diff] [blame] | 323 | unsigned long virt_boundary_mask; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 324 | |
| 325 | unsigned int max_hw_sectors; |
Martin K. Petersen | ca369d5 | 2015-11-13 16:46:48 -0500 | [diff] [blame] | 326 | unsigned int max_dev_sectors; |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 327 | unsigned int chunk_sectors; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 328 | unsigned int max_sectors; |
| 329 | unsigned int max_segment_size; |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 330 | unsigned int physical_block_size; |
| 331 | unsigned int alignment_offset; |
| 332 | unsigned int io_min; |
| 333 | unsigned int io_opt; |
Christoph Hellwig | 67efc92 | 2009-09-30 13:54:20 +0200 | [diff] [blame] | 334 | unsigned int max_discard_sectors; |
Jens Axboe | 0034af0 | 2015-07-16 09:14:26 -0600 | [diff] [blame] | 335 | unsigned int max_hw_discard_sectors; |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 336 | unsigned int max_write_same_sectors; |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 337 | unsigned int max_write_zeroes_sectors; |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 338 | unsigned int discard_granularity; |
| 339 | unsigned int discard_alignment; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 340 | |
| 341 | unsigned short logical_block_size; |
Martin K. Petersen | 8a78362 | 2010-02-26 00:20:39 -0500 | [diff] [blame] | 342 | unsigned short max_segments; |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 343 | unsigned short max_integrity_segments; |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 344 | unsigned short max_discard_segments; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 345 | |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 346 | unsigned char misaligned; |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 347 | unsigned char discard_misaligned; |
Kent Overstreet | c78afc6 | 2013-07-11 22:39:53 -0700 | [diff] [blame] | 348 | unsigned char raid_partial_stripes_expensive; |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 349 | enum blk_zoned_model zoned; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 350 | }; |
| 351 | |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 352 | #ifdef CONFIG_BLK_DEV_ZONED |
| 353 | |
Damien Le Moal | 2620292 | 2019-07-01 14:09:18 +0900 | [diff] [blame] | 354 | /* |
| 355 | * Maximum number of zones to report with a single report zones command. |
| 356 | */ |
| 357 | #define BLK_ZONED_REPORT_MAX_ZONES 8192U |
| 358 | |
Damien Le Moal | a91e138 | 2018-10-12 19:08:43 +0900 | [diff] [blame] | 359 | extern unsigned int blkdev_nr_zones(struct block_device *bdev); |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 360 | extern int blkdev_report_zones(struct block_device *bdev, |
| 361 | sector_t sector, struct blk_zone *zones, |
Damien Le Moal | bd976e5 | 2019-07-01 14:09:16 +0900 | [diff] [blame] | 362 | unsigned int *nr_zones); |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 363 | extern int blkdev_reset_zones(struct block_device *bdev, sector_t sectors, |
| 364 | sector_t nr_sectors, gfp_t gfp_mask); |
Damien Le Moal | bf50545 | 2018-10-12 19:08:50 +0900 | [diff] [blame] | 365 | extern int blk_revalidate_disk_zones(struct gendisk *disk); |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 366 | |
Shaun Tancheff | 3ed05a9 | 2016-10-18 15:40:35 +0900 | [diff] [blame] | 367 | extern int blkdev_report_zones_ioctl(struct block_device *bdev, fmode_t mode, |
| 368 | unsigned int cmd, unsigned long arg); |
| 369 | extern int blkdev_reset_zones_ioctl(struct block_device *bdev, fmode_t mode, |
| 370 | unsigned int cmd, unsigned long arg); |
| 371 | |
| 372 | #else /* CONFIG_BLK_DEV_ZONED */ |
| 373 | |
Damien Le Moal | a91e138 | 2018-10-12 19:08:43 +0900 | [diff] [blame] | 374 | static inline unsigned int blkdev_nr_zones(struct block_device *bdev) |
| 375 | { |
| 376 | return 0; |
| 377 | } |
Damien Le Moal | bf50545 | 2018-10-12 19:08:50 +0900 | [diff] [blame] | 378 | |
| 379 | static inline int blk_revalidate_disk_zones(struct gendisk *disk) |
| 380 | { |
| 381 | return 0; |
| 382 | } |
| 383 | |
Shaun Tancheff | 3ed05a9 | 2016-10-18 15:40:35 +0900 | [diff] [blame] | 384 | static inline int blkdev_report_zones_ioctl(struct block_device *bdev, |
| 385 | fmode_t mode, unsigned int cmd, |
| 386 | unsigned long arg) |
| 387 | { |
| 388 | return -ENOTTY; |
| 389 | } |
| 390 | |
| 391 | static inline int blkdev_reset_zones_ioctl(struct block_device *bdev, |
| 392 | fmode_t mode, unsigned int cmd, |
| 393 | unsigned long arg) |
| 394 | { |
| 395 | return -ENOTTY; |
| 396 | } |
| 397 | |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 398 | #endif /* CONFIG_BLK_DEV_ZONED */ |
| 399 | |
Richard Kennedy | d7b7630 | 2011-07-13 21:17:23 +0200 | [diff] [blame] | 400 | struct request_queue { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | struct request *last_merge; |
Jens Axboe | b374d18 | 2008-10-31 10:05:07 +0100 | [diff] [blame] | 402 | struct elevator_queue *elevator; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 404 | struct blk_queue_stats *stats; |
Josef Bacik | a790504 | 2018-07-03 09:32:35 -0600 | [diff] [blame] | 405 | struct rq_qos *rq_qos; |
Jens Axboe | 87760e5 | 2016-11-09 12:38:14 -0700 | [diff] [blame] | 406 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 407 | make_request_fn *make_request_fn; |
Tejun Heo | 2fb98e8 | 2008-02-19 11:36:53 +0100 | [diff] [blame] | 408 | dma_drain_needed_fn *dma_drain_needed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | |
Jens Axboe | f8a5b12 | 2016-12-13 09:24:51 -0700 | [diff] [blame] | 410 | const struct blk_mq_ops *mq_ops; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 411 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 412 | /* sw queues */ |
Ming Lei | e6cdb09 | 2014-06-03 11:24:06 +0800 | [diff] [blame] | 413 | struct blk_mq_ctx __percpu *queue_ctx; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 414 | unsigned int nr_queues; |
| 415 | |
Jens Axboe | d278d4a | 2016-03-30 10:21:08 -0600 | [diff] [blame] | 416 | unsigned int queue_depth; |
| 417 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 418 | /* hw dispatch queues */ |
| 419 | struct blk_mq_hw_ctx **queue_hw_ctx; |
| 420 | unsigned int nr_hw_queues; |
| 421 | |
Jan Kara | dc3b17c | 2017-02-02 15:56:50 +0100 | [diff] [blame] | 422 | struct backing_dev_info *backing_dev_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | |
| 424 | /* |
| 425 | * The queue owner gets to use this for whatever they like. |
| 426 | * ll_rw_blk doesn't touch it. |
| 427 | */ |
| 428 | void *queuedata; |
| 429 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 430 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | * various queue flags, see QUEUE_* below |
| 432 | */ |
| 433 | unsigned long queue_flags; |
Bart Van Assche | cd84a62 | 2018-09-26 14:01:04 -0700 | [diff] [blame] | 434 | /* |
| 435 | * Number of contexts that have called blk_set_pm_only(). If this |
| 436 | * counter is above zero then only RQF_PM and RQF_PREEMPT requests are |
| 437 | * processed. |
| 438 | */ |
| 439 | atomic_t pm_only; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 440 | |
| 441 | /* |
Tejun Heo | a73f730 | 2011-12-14 00:33:37 +0100 | [diff] [blame] | 442 | * ida allocated id for this queue. Used to index queues from |
| 443 | * ioctx. |
| 444 | */ |
| 445 | int id; |
| 446 | |
| 447 | /* |
Richard Kennedy | d7b7630 | 2011-07-13 21:17:23 +0200 | [diff] [blame] | 448 | * queue needs bounce pages for pages above this limit |
| 449 | */ |
| 450 | gfp_t bounce_gfp; |
| 451 | |
Christoph Hellwig | 0d945c1 | 2018-11-15 12:17:28 -0700 | [diff] [blame] | 452 | spinlock_t queue_lock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 453 | |
| 454 | /* |
| 455 | * queue kobject |
| 456 | */ |
| 457 | struct kobject kobj; |
| 458 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 459 | /* |
| 460 | * mq queue kobject |
| 461 | */ |
Ming Lei | 1db4909 | 2018-11-20 09:44:35 +0800 | [diff] [blame] | 462 | struct kobject *mq_kobj; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 463 | |
Dan Williams | ac6fc48 | 2015-10-21 13:20:18 -0400 | [diff] [blame] | 464 | #ifdef CONFIG_BLK_DEV_INTEGRITY |
| 465 | struct blk_integrity integrity; |
| 466 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ |
| 467 | |
Rafael J. Wysocki | 47fafbc | 2014-12-04 01:00:23 +0100 | [diff] [blame] | 468 | #ifdef CONFIG_PM |
Lin Ming | 6c95466 | 2013-03-23 11:42:26 +0800 | [diff] [blame] | 469 | struct device *dev; |
| 470 | int rpm_status; |
| 471 | unsigned int nr_pending; |
| 472 | #endif |
| 473 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | /* |
| 475 | * queue settings |
| 476 | */ |
| 477 | unsigned long nr_requests; /* Max # of requests */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 478 | |
James Bottomley | fa0ccd8 | 2008-01-10 11:30:36 -0600 | [diff] [blame] | 479 | unsigned int dma_drain_size; |
Richard Kennedy | d7b7630 | 2011-07-13 21:17:23 +0200 | [diff] [blame] | 480 | void *dma_drain_buffer; |
Tejun Heo | e3790c7 | 2008-03-04 11:18:17 +0100 | [diff] [blame] | 481 | unsigned int dma_pad_mask; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | unsigned int dma_alignment; |
| 483 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 484 | unsigned int rq_timeout; |
Jens Axboe | 64f1c21 | 2016-11-14 13:03:03 -0700 | [diff] [blame] | 485 | int poll_nsec; |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 486 | |
| 487 | struct blk_stat_callback *poll_cb; |
Stephen Bates | 0206319 | 2017-04-20 16:59:11 -0600 | [diff] [blame] | 488 | struct blk_rq_stat poll_stat[BLK_MQ_POLL_STATS_BKTS]; |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 489 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 490 | struct timer_list timeout; |
Christoph Hellwig | 287922e | 2015-10-30 20:57:30 +0800 | [diff] [blame] | 491 | struct work_struct timeout_work; |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 492 | |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 493 | struct list_head icq_list; |
Tejun Heo | 4eef304 | 2012-03-05 13:15:18 -0800 | [diff] [blame] | 494 | #ifdef CONFIG_BLK_CGROUP |
Tejun Heo | a2b1693 | 2012-04-13 13:11:33 -0700 | [diff] [blame] | 495 | DECLARE_BITMAP (blkcg_pols, BLKCG_MAX_POLS); |
Tejun Heo | 3c79839 | 2012-04-16 13:57:25 -0700 | [diff] [blame] | 496 | struct blkcg_gq *root_blkg; |
Tejun Heo | 03aa264 | 2012-03-05 13:15:19 -0800 | [diff] [blame] | 497 | struct list_head blkg_list; |
Tejun Heo | 4eef304 | 2012-03-05 13:15:18 -0800 | [diff] [blame] | 498 | #endif |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 499 | |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 500 | struct queue_limits limits; |
| 501 | |
Damien Le Moal | 68c43f1 | 2019-09-05 18:51:31 +0900 | [diff] [blame] | 502 | unsigned int required_elevator_features; |
| 503 | |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 504 | #ifdef CONFIG_BLK_DEV_ZONED |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 505 | /* |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 506 | * Zoned block device information for request dispatch control. |
| 507 | * nr_zones is the total number of zones of the device. This is always |
| 508 | * 0 for regular block devices. seq_zones_bitmap is a bitmap of nr_zones |
| 509 | * bits which indicates if a zone is conventional (bit clear) or |
| 510 | * sequential (bit set). seq_zones_wlock is a bitmap of nr_zones |
| 511 | * bits which indicates if a zone is write locked, that is, if a write |
| 512 | * request targeting the zone was dispatched. All three fields are |
| 513 | * initialized by the low level device driver (e.g. scsi/sd.c). |
| 514 | * Stacking drivers (device mappers) may or may not initialize |
| 515 | * these fields. |
Bart Van Assche | ccce20f | 2018-04-16 18:04:41 -0700 | [diff] [blame] | 516 | * |
| 517 | * Reads of this information must be protected with blk_queue_enter() / |
| 518 | * blk_queue_exit(). Modifying this information is only allowed while |
| 519 | * no requests are being processed. See also blk_mq_freeze_queue() and |
| 520 | * blk_mq_unfreeze_queue(). |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 521 | */ |
| 522 | unsigned int nr_zones; |
| 523 | unsigned long *seq_zones_bitmap; |
| 524 | unsigned long *seq_zones_wlock; |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 525 | #endif /* CONFIG_BLK_DEV_ZONED */ |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 526 | |
| 527 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 528 | * sg stuff |
| 529 | */ |
| 530 | unsigned int sg_timeout; |
| 531 | unsigned int sg_reserved_size; |
Christoph Lameter | 1946089 | 2005-06-23 00:08:19 -0700 | [diff] [blame] | 532 | int node; |
Alexey Dobriyan | 6c5c934 | 2006-09-29 01:59:40 -0700 | [diff] [blame] | 533 | #ifdef CONFIG_BLK_DEV_IO_TRACE |
Jens Axboe | 2056a78 | 2006-03-23 20:00:26 +0100 | [diff] [blame] | 534 | struct blk_trace *blk_trace; |
Waiman Long | 5acb3cc | 2017-09-20 13:12:20 -0600 | [diff] [blame] | 535 | struct mutex blk_trace_mutex; |
Alexey Dobriyan | 6c5c934 | 2006-09-29 01:59:40 -0700 | [diff] [blame] | 536 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 537 | /* |
Tejun Heo | 4913efe | 2010-09-03 11:56:16 +0200 | [diff] [blame] | 538 | * for flush operations |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 | */ |
Ming Lei | 7c94e1c | 2014-09-25 23:23:43 +0800 | [diff] [blame] | 540 | struct blk_flush_queue *fq; |
Al Viro | 483f4af | 2006-03-18 18:34:37 -0500 | [diff] [blame] | 541 | |
Christoph Hellwig | 6fca6a6 | 2014-05-28 08:08:02 -0600 | [diff] [blame] | 542 | struct list_head requeue_list; |
| 543 | spinlock_t requeue_lock; |
Mike Snitzer | 2849450 | 2016-09-14 13:28:30 -0400 | [diff] [blame] | 544 | struct delayed_work requeue_work; |
Christoph Hellwig | 6fca6a6 | 2014-05-28 08:08:02 -0600 | [diff] [blame] | 545 | |
Al Viro | 483f4af | 2006-03-18 18:34:37 -0500 | [diff] [blame] | 546 | struct mutex sysfs_lock; |
Ming Lei | cecf5d8 | 2019-08-27 19:01:48 +0800 | [diff] [blame] | 547 | struct mutex sysfs_dir_lock; |
FUJITA Tomonori | d351af0 | 2007-07-09 12:40:35 +0200 | [diff] [blame] | 548 | |
Ming Lei | 2f8f133 | 2019-04-30 09:52:27 +0800 | [diff] [blame] | 549 | /* |
| 550 | * for reusing dead hctx instance in case of updating |
| 551 | * nr_hw_queues |
| 552 | */ |
| 553 | struct list_head unused_hctx_list; |
| 554 | spinlock_t unused_hctx_lock; |
| 555 | |
Bob Liu | 7996a8b | 2019-05-21 11:25:55 +0800 | [diff] [blame] | 556 | int mq_freeze_depth; |
Tejun Heo | d732580 | 2012-03-05 13:14:58 -0800 | [diff] [blame] | 557 | |
FUJITA Tomonori | d351af0 | 2007-07-09 12:40:35 +0200 | [diff] [blame] | 558 | #if defined(CONFIG_BLK_DEV_BSG) |
| 559 | struct bsg_class_device bsg_dev; |
| 560 | #endif |
Vivek Goyal | e43473b | 2010-09-15 17:06:35 -0400 | [diff] [blame] | 561 | |
| 562 | #ifdef CONFIG_BLK_DEV_THROTTLING |
| 563 | /* Throttle data */ |
| 564 | struct throtl_data *td; |
| 565 | #endif |
Tejun Heo | 548bc8e | 2013-01-09 08:05:13 -0800 | [diff] [blame] | 566 | struct rcu_head rcu_head; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 567 | wait_queue_head_t mq_freeze_wq; |
Bob Liu | 7996a8b | 2019-05-21 11:25:55 +0800 | [diff] [blame] | 568 | /* |
| 569 | * Protect concurrent access to q_usage_counter by |
| 570 | * percpu_ref_kill() and percpu_ref_reinit(). |
| 571 | */ |
| 572 | struct mutex mq_freeze_lock; |
Dan Williams | 3ef28e8 | 2015-10-21 13:20:12 -0400 | [diff] [blame] | 573 | struct percpu_ref q_usage_counter; |
Jens Axboe | 0d2602c | 2014-05-13 15:10:52 -0600 | [diff] [blame] | 574 | |
| 575 | struct blk_mq_tag_set *tag_set; |
| 576 | struct list_head tag_set_list; |
Kent Overstreet | 338aa96 | 2018-05-20 18:25:47 -0400 | [diff] [blame] | 577 | struct bio_set bio_split; |
Akinobu Mita | 4593fdb | 2015-09-27 02:09:20 +0900 | [diff] [blame] | 578 | |
Omar Sandoval | 03796c1 | 2017-01-31 14:53:18 -0800 | [diff] [blame] | 579 | #ifdef CONFIG_BLK_DEBUG_FS |
Omar Sandoval | 07e4fea | 2017-01-25 08:06:40 -0800 | [diff] [blame] | 580 | struct dentry *debugfs_dir; |
Omar Sandoval | d332ce0 | 2017-05-04 08:24:40 -0600 | [diff] [blame] | 581 | struct dentry *sched_debugfs_dir; |
Ming Lei | cc56694 | 2018-12-17 09:46:00 +0800 | [diff] [blame] | 582 | struct dentry *rqos_debugfs_dir; |
Omar Sandoval | 07e4fea | 2017-01-25 08:06:40 -0800 | [diff] [blame] | 583 | #endif |
| 584 | |
Akinobu Mita | 4593fdb | 2015-09-27 02:09:20 +0900 | [diff] [blame] | 585 | bool mq_sysfs_init_done; |
Christoph Hellwig | 6d247d7 | 2017-01-27 09:51:45 -0700 | [diff] [blame] | 586 | |
| 587 | size_t cmd_size; |
Bart Van Assche | dc9edc4 | 2017-06-14 13:27:50 -0600 | [diff] [blame] | 588 | |
| 589 | struct work_struct release_work; |
Jens Axboe | f793dfd | 2017-06-26 08:15:27 -0600 | [diff] [blame] | 590 | |
| 591 | #define BLK_MAX_WRITE_HINTS 5 |
| 592 | u64 write_hints[BLK_MAX_WRITE_HINTS]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 593 | }; |
| 594 | |
Jens Axboe | eca7abf | 2019-02-09 15:42:07 -0700 | [diff] [blame] | 595 | #define QUEUE_FLAG_STOPPED 0 /* queue is stopped */ |
| 596 | #define QUEUE_FLAG_DYING 1 /* queue being torn down */ |
Jens Axboe | eca7abf | 2019-02-09 15:42:07 -0700 | [diff] [blame] | 597 | #define QUEUE_FLAG_NOMERGES 3 /* disable merge attempts */ |
| 598 | #define QUEUE_FLAG_SAME_COMP 4 /* complete on same CPU-group */ |
| 599 | #define QUEUE_FLAG_FAIL_IO 5 /* fake timeout */ |
| 600 | #define QUEUE_FLAG_NONROT 6 /* non-rotational device (SSD) */ |
| 601 | #define QUEUE_FLAG_VIRT QUEUE_FLAG_NONROT /* paravirt device */ |
| 602 | #define QUEUE_FLAG_IO_STAT 7 /* do disk/partitions IO accounting */ |
| 603 | #define QUEUE_FLAG_DISCARD 8 /* supports DISCARD */ |
| 604 | #define QUEUE_FLAG_NOXMERGES 9 /* No extended merges */ |
| 605 | #define QUEUE_FLAG_ADD_RANDOM 10 /* Contributes to random pool */ |
| 606 | #define QUEUE_FLAG_SECERASE 11 /* supports secure erase */ |
| 607 | #define QUEUE_FLAG_SAME_FORCE 12 /* force complete on same CPU */ |
| 608 | #define QUEUE_FLAG_DEAD 13 /* queue tear-down finished */ |
| 609 | #define QUEUE_FLAG_INIT_DONE 14 /* queue is initialized */ |
Jens Axboe | eca7abf | 2019-02-09 15:42:07 -0700 | [diff] [blame] | 610 | #define QUEUE_FLAG_POLL 16 /* IO polling enabled if set */ |
| 611 | #define QUEUE_FLAG_WC 17 /* Write back caching */ |
| 612 | #define QUEUE_FLAG_FUA 18 /* device supports FUA writes */ |
| 613 | #define QUEUE_FLAG_DAX 19 /* device supports DAX */ |
| 614 | #define QUEUE_FLAG_STATS 20 /* track IO start and completion times */ |
| 615 | #define QUEUE_FLAG_POLL_STATS 21 /* collecting stats for hybrid polling */ |
| 616 | #define QUEUE_FLAG_REGISTERED 22 /* queue has been registered to a disk */ |
| 617 | #define QUEUE_FLAG_SCSI_PASSTHROUGH 23 /* queue supports SCSI commands */ |
| 618 | #define QUEUE_FLAG_QUIESCED 24 /* queue has been quiesced */ |
| 619 | #define QUEUE_FLAG_PCI_P2PDMA 25 /* device supports PCI p2p requests */ |
Chaitanya Kulkarni | e84e8f0 | 2019-08-01 10:26:35 -0700 | [diff] [blame] | 620 | #define QUEUE_FLAG_ZONE_RESETALL 26 /* supports Zone Reset All */ |
Tejun Heo | 6f816b4 | 2019-08-28 15:05:57 -0700 | [diff] [blame] | 621 | #define QUEUE_FLAG_RQ_ALLOC_TIME 27 /* record rq->alloc_time_ns */ |
Tejun Heo | 797e7db | 2006-01-06 09:51:03 +0100 | [diff] [blame] | 622 | |
Jens Axboe | 94eddfb | 2013-11-19 09:25:07 -0700 | [diff] [blame] | 623 | #define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \ |
Jens Axboe | 6e0de61 | 2018-12-05 06:50:40 -0700 | [diff] [blame] | 624 | (1 << QUEUE_FLAG_SAME_COMP)) |
Jens Axboe | 94eddfb | 2013-11-19 09:25:07 -0700 | [diff] [blame] | 625 | |
Bart Van Assche | 8814ce8 | 2018-03-07 17:10:04 -0800 | [diff] [blame] | 626 | void blk_queue_flag_set(unsigned int flag, struct request_queue *q); |
| 627 | void blk_queue_flag_clear(unsigned int flag, struct request_queue *q); |
| 628 | bool blk_queue_flag_test_and_set(unsigned int flag, struct request_queue *q); |
Bart Van Assche | 8814ce8 | 2018-03-07 17:10:04 -0800 | [diff] [blame] | 629 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 630 | #define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags) |
Bart Van Assche | 3f3299d | 2012-11-28 13:42:38 +0100 | [diff] [blame] | 631 | #define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags) |
Bart Van Assche | c246e80 | 2012-12-06 14:32:01 +0100 | [diff] [blame] | 632 | #define blk_queue_dead(q) test_bit(QUEUE_FLAG_DEAD, &(q)->queue_flags) |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 633 | #define blk_queue_init_done(q) test_bit(QUEUE_FLAG_INIT_DONE, &(q)->queue_flags) |
Alan D. Brunelle | ac9fafa | 2008-04-29 14:44:19 +0200 | [diff] [blame] | 634 | #define blk_queue_nomerges(q) test_bit(QUEUE_FLAG_NOMERGES, &(q)->queue_flags) |
Alan D. Brunelle | 488991e | 2010-01-29 09:04:08 +0100 | [diff] [blame] | 635 | #define blk_queue_noxmerges(q) \ |
| 636 | test_bit(QUEUE_FLAG_NOXMERGES, &(q)->queue_flags) |
Jens Axboe | a68bbddba | 2008-09-24 13:03:33 +0200 | [diff] [blame] | 637 | #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) |
Jens Axboe | bc58ba9 | 2009-01-23 10:54:44 +0100 | [diff] [blame] | 638 | #define blk_queue_io_stat(q) test_bit(QUEUE_FLAG_IO_STAT, &(q)->queue_flags) |
Jens Axboe | e2e1a14 | 2010-06-09 10:42:09 +0200 | [diff] [blame] | 639 | #define blk_queue_add_random(q) test_bit(QUEUE_FLAG_ADD_RANDOM, &(q)->queue_flags) |
Christoph Hellwig | c15227d | 2009-09-30 13:52:12 +0200 | [diff] [blame] | 640 | #define blk_queue_discard(q) test_bit(QUEUE_FLAG_DISCARD, &(q)->queue_flags) |
Chaitanya Kulkarni | e84e8f0 | 2019-08-01 10:26:35 -0700 | [diff] [blame] | 641 | #define blk_queue_zone_resetall(q) \ |
| 642 | test_bit(QUEUE_FLAG_ZONE_RESETALL, &(q)->queue_flags) |
Christoph Hellwig | 288dab8 | 2016-06-09 16:00:36 +0200 | [diff] [blame] | 643 | #define blk_queue_secure_erase(q) \ |
| 644 | (test_bit(QUEUE_FLAG_SECERASE, &(q)->queue_flags)) |
Toshi Kani | 163d4ba | 2016-06-23 17:05:50 -0400 | [diff] [blame] | 645 | #define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags) |
Bart Van Assche | 9efc160 | 2017-05-31 14:43:46 -0700 | [diff] [blame] | 646 | #define blk_queue_scsi_passthrough(q) \ |
| 647 | test_bit(QUEUE_FLAG_SCSI_PASSTHROUGH, &(q)->queue_flags) |
Logan Gunthorpe | 49d92c0 | 2018-10-04 15:27:41 -0600 | [diff] [blame] | 648 | #define blk_queue_pci_p2pdma(q) \ |
| 649 | test_bit(QUEUE_FLAG_PCI_P2PDMA, &(q)->queue_flags) |
Tejun Heo | 6f816b4 | 2019-08-28 15:05:57 -0700 | [diff] [blame] | 650 | #ifdef CONFIG_BLK_RQ_ALLOC_TIME |
| 651 | #define blk_queue_rq_alloc_time(q) \ |
| 652 | test_bit(QUEUE_FLAG_RQ_ALLOC_TIME, &(q)->queue_flags) |
| 653 | #else |
| 654 | #define blk_queue_rq_alloc_time(q) false |
| 655 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 656 | |
Christoph Hellwig | 33659eb | 2010-08-07 18:17:56 +0200 | [diff] [blame] | 657 | #define blk_noretry_request(rq) \ |
| 658 | ((rq)->cmd_flags & (REQ_FAILFAST_DEV|REQ_FAILFAST_TRANSPORT| \ |
| 659 | REQ_FAILFAST_DRIVER)) |
Ming Lei | f4560ff | 2017-06-18 14:24:27 -0600 | [diff] [blame] | 660 | #define blk_queue_quiesced(q) test_bit(QUEUE_FLAG_QUIESCED, &(q)->queue_flags) |
Bart Van Assche | cd84a62 | 2018-09-26 14:01:04 -0700 | [diff] [blame] | 661 | #define blk_queue_pm_only(q) atomic_read(&(q)->pm_only) |
Dave Chinner | 0ce9144 | 2018-04-18 14:08:27 +1000 | [diff] [blame] | 662 | #define blk_queue_fua(q) test_bit(QUEUE_FLAG_FUA, &(q)->queue_flags) |
Ming Lei | 58c898b | 2019-08-27 19:01:47 +0800 | [diff] [blame] | 663 | #define blk_queue_registered(q) test_bit(QUEUE_FLAG_REGISTERED, &(q)->queue_flags) |
Bart Van Assche | c9254f2 | 2017-11-09 10:49:57 -0800 | [diff] [blame] | 664 | |
Bart Van Assche | cd84a62 | 2018-09-26 14:01:04 -0700 | [diff] [blame] | 665 | extern void blk_set_pm_only(struct request_queue *q); |
| 666 | extern void blk_clear_pm_only(struct request_queue *q); |
Jens Axboe | 4aff5e2 | 2006-08-10 08:44:47 +0200 | [diff] [blame] | 667 | |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 668 | static inline bool blk_account_rq(struct request *rq) |
| 669 | { |
| 670 | return (rq->rq_flags & RQF_STARTED) && !blk_rq_is_passthrough(rq); |
| 671 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 672 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 673 | #define list_entry_rq(ptr) list_entry((ptr), struct request, queuelist) |
| 674 | |
Mike Christie | 4e1b2d52 | 2016-06-05 14:32:22 -0500 | [diff] [blame] | 675 | #define rq_data_dir(rq) (op_is_write(req_op(rq)) ? WRITE : READ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 676 | |
Christoph Hellwig | 9d9de53 | 2019-03-03 08:18:30 -0700 | [diff] [blame] | 677 | #define rq_dma_dir(rq) \ |
| 678 | (op_is_write(req_op(rq)) ? DMA_TO_DEVICE : DMA_FROM_DEVICE) |
| 679 | |
Christoph Hellwig | 3ab3a03 | 2019-03-03 08:40:36 -0700 | [diff] [blame] | 680 | #define dma_map_bvec(dev, bv, dir, attrs) \ |
| 681 | dma_map_page_attrs(dev, (bv)->bv_page, (bv)->bv_offset, (bv)->bv_len, \ |
| 682 | (dir), (attrs)) |
| 683 | |
Jens Axboe | 344e9ff | 2018-11-15 12:22:51 -0700 | [diff] [blame] | 684 | static inline bool queue_is_mq(struct request_queue *q) |
Jens Axboe | 49fd524 | 2014-04-16 10:57:18 -0600 | [diff] [blame] | 685 | { |
Jens Axboe | a1ce35f | 2018-10-29 10:23:51 -0600 | [diff] [blame] | 686 | return q->mq_ops; |
Jens Axboe | 49fd524 | 2014-04-16 10:57:18 -0600 | [diff] [blame] | 687 | } |
| 688 | |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 689 | static inline enum blk_zoned_model |
| 690 | blk_queue_zoned_model(struct request_queue *q) |
| 691 | { |
| 692 | return q->limits.zoned; |
| 693 | } |
| 694 | |
| 695 | static inline bool blk_queue_is_zoned(struct request_queue *q) |
| 696 | { |
| 697 | switch (blk_queue_zoned_model(q)) { |
| 698 | case BLK_ZONED_HA: |
| 699 | case BLK_ZONED_HM: |
| 700 | return true; |
| 701 | default: |
| 702 | return false; |
| 703 | } |
| 704 | } |
| 705 | |
Damien Le Moal | 113ab72 | 2019-07-10 13:53:10 +0900 | [diff] [blame] | 706 | static inline sector_t blk_queue_zone_sectors(struct request_queue *q) |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 707 | { |
| 708 | return blk_queue_is_zoned(q) ? q->limits.chunk_sectors : 0; |
| 709 | } |
| 710 | |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 711 | #ifdef CONFIG_BLK_DEV_ZONED |
Damien Le Moal | 965b652 | 2018-10-12 19:08:48 +0900 | [diff] [blame] | 712 | static inline unsigned int blk_queue_nr_zones(struct request_queue *q) |
| 713 | { |
| 714 | return blk_queue_is_zoned(q) ? q->nr_zones : 0; |
| 715 | } |
| 716 | |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 717 | static inline unsigned int blk_queue_zone_no(struct request_queue *q, |
| 718 | sector_t sector) |
| 719 | { |
| 720 | if (!blk_queue_is_zoned(q)) |
| 721 | return 0; |
| 722 | return sector >> ilog2(q->limits.chunk_sectors); |
| 723 | } |
| 724 | |
| 725 | static inline bool blk_queue_zone_is_seq(struct request_queue *q, |
| 726 | sector_t sector) |
| 727 | { |
| 728 | if (!blk_queue_is_zoned(q) || !q->seq_zones_bitmap) |
| 729 | return false; |
| 730 | return test_bit(blk_queue_zone_no(q, sector), q->seq_zones_bitmap); |
| 731 | } |
Damien Le Moal | 965b652 | 2018-10-12 19:08:48 +0900 | [diff] [blame] | 732 | #else /* CONFIG_BLK_DEV_ZONED */ |
| 733 | static inline unsigned int blk_queue_nr_zones(struct request_queue *q) |
| 734 | { |
| 735 | return 0; |
| 736 | } |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 737 | #endif /* CONFIG_BLK_DEV_ZONED */ |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 738 | |
Jens Axboe | 1faa16d | 2009-04-06 14:48:01 +0200 | [diff] [blame] | 739 | static inline bool rq_is_sync(struct request *rq) |
| 740 | { |
Christoph Hellwig | ef295ec | 2016-10-28 08:48:16 -0600 | [diff] [blame] | 741 | return op_is_sync(rq->cmd_flags); |
Jens Axboe | 1faa16d | 2009-04-06 14:48:01 +0200 | [diff] [blame] | 742 | } |
| 743 | |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 744 | static inline bool rq_mergeable(struct request *rq) |
| 745 | { |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 746 | if (blk_rq_is_passthrough(rq)) |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 747 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 748 | |
Mike Christie | 3a5e02c | 2016-06-05 14:32:23 -0500 | [diff] [blame] | 749 | if (req_op(rq) == REQ_OP_FLUSH) |
| 750 | return false; |
| 751 | |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 752 | if (req_op(rq) == REQ_OP_WRITE_ZEROES) |
| 753 | return false; |
| 754 | |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 755 | if (rq->cmd_flags & REQ_NOMERGE_FLAGS) |
| 756 | return false; |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 757 | if (rq->rq_flags & RQF_NOMERGE_FLAGS) |
| 758 | return false; |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 759 | |
| 760 | return true; |
| 761 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 762 | |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 763 | static inline bool blk_write_same_mergeable(struct bio *a, struct bio *b) |
| 764 | { |
Christoph Hellwig | efbeccd | 2017-06-19 09:24:41 +0200 | [diff] [blame] | 765 | if (bio_page(a) == bio_page(b) && |
| 766 | bio_offset(a) == bio_offset(b)) |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 767 | return true; |
| 768 | |
| 769 | return false; |
| 770 | } |
| 771 | |
Jens Axboe | d278d4a | 2016-03-30 10:21:08 -0600 | [diff] [blame] | 772 | static inline unsigned int blk_queue_depth(struct request_queue *q) |
| 773 | { |
| 774 | if (q->queue_depth) |
| 775 | return q->queue_depth; |
| 776 | |
| 777 | return q->nr_requests; |
| 778 | } |
| 779 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 780 | extern unsigned long blk_max_low_pfn, blk_max_pfn; |
| 781 | |
| 782 | /* |
| 783 | * standard bounce addresses: |
| 784 | * |
| 785 | * BLK_BOUNCE_HIGH : bounce all highmem pages |
| 786 | * BLK_BOUNCE_ANY : don't bounce anything |
| 787 | * BLK_BOUNCE_ISA : bounce pages above ISA DMA boundary |
| 788 | */ |
Andi Kleen | 2472892 | 2008-04-21 09:51:05 +0200 | [diff] [blame] | 789 | |
| 790 | #if BITS_PER_LONG == 32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 791 | #define BLK_BOUNCE_HIGH ((u64)blk_max_low_pfn << PAGE_SHIFT) |
Andi Kleen | 2472892 | 2008-04-21 09:51:05 +0200 | [diff] [blame] | 792 | #else |
| 793 | #define BLK_BOUNCE_HIGH -1ULL |
| 794 | #endif |
| 795 | #define BLK_BOUNCE_ANY (-1ULL) |
FUJITA Tomonori | bfe1723 | 2010-05-31 15:59:03 +0900 | [diff] [blame] | 796 | #define BLK_BOUNCE_ISA (DMA_BIT_MASK(24)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 797 | |
Jens Axboe | 3d6392c | 2007-07-09 12:38:05 +0200 | [diff] [blame] | 798 | /* |
| 799 | * default timeout for SG_IO if none specified |
| 800 | */ |
| 801 | #define BLK_DEFAULT_SG_TIMEOUT (60 * HZ) |
Linus Torvalds | f2f1fa7 | 2008-12-05 14:49:18 -0800 | [diff] [blame] | 802 | #define BLK_MIN_SG_TIMEOUT (7 * HZ) |
Jens Axboe | 3d6392c | 2007-07-09 12:38:05 +0200 | [diff] [blame] | 803 | |
FUJITA Tomonori | 152e283 | 2008-08-28 16:17:06 +0900 | [diff] [blame] | 804 | struct rq_map_data { |
| 805 | struct page **pages; |
| 806 | int page_order; |
| 807 | int nr_entries; |
FUJITA Tomonori | 56c451f | 2008-12-18 14:49:37 +0900 | [diff] [blame] | 808 | unsigned long offset; |
FUJITA Tomonori | 97ae77a | 2008-12-18 14:49:38 +0900 | [diff] [blame] | 809 | int null_mapped; |
FUJITA Tomonori | ecb554a | 2009-07-09 14:46:53 +0200 | [diff] [blame] | 810 | int from_user; |
FUJITA Tomonori | 152e283 | 2008-08-28 16:17:06 +0900 | [diff] [blame] | 811 | }; |
| 812 | |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 813 | struct req_iterator { |
Kent Overstreet | 7988613 | 2013-11-23 17:19:00 -0800 | [diff] [blame] | 814 | struct bvec_iter iter; |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 815 | struct bio *bio; |
| 816 | }; |
| 817 | |
| 818 | /* This should not be used directly - use rq_for_each_segment */ |
Jens Axboe | 1e42807 | 2009-02-23 09:03:10 +0100 | [diff] [blame] | 819 | #define for_each_bio(_bio) \ |
| 820 | for (; _bio; _bio = _bio->bi_next) |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 821 | #define __rq_for_each_bio(_bio, rq) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 822 | if ((rq->bio)) \ |
| 823 | for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next) |
| 824 | |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 825 | #define rq_for_each_segment(bvl, _rq, _iter) \ |
| 826 | __rq_for_each_bio(_iter.bio, _rq) \ |
Kent Overstreet | 7988613 | 2013-11-23 17:19:00 -0800 | [diff] [blame] | 827 | bio_for_each_segment(bvl, _iter.bio, _iter.iter) |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 828 | |
Ming Lei | d18d917 | 2019-02-15 19:13:11 +0800 | [diff] [blame] | 829 | #define rq_for_each_bvec(bvl, _rq, _iter) \ |
| 830 | __rq_for_each_bio(_iter.bio, _rq) \ |
| 831 | bio_for_each_bvec(bvl, _iter.bio, _iter.iter) |
| 832 | |
Kent Overstreet | 4550dd6 | 2013-08-07 14:26:21 -0700 | [diff] [blame] | 833 | #define rq_iter_last(bvec, _iter) \ |
Kent Overstreet | 7988613 | 2013-11-23 17:19:00 -0800 | [diff] [blame] | 834 | (_iter.bio->bi_next == NULL && \ |
Kent Overstreet | 4550dd6 | 2013-08-07 14:26:21 -0700 | [diff] [blame] | 835 | bio_iter_last(bvec, _iter.iter)) |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 836 | |
Ilya Loginov | 2d4dc89 | 2009-11-26 09:16:19 +0100 | [diff] [blame] | 837 | #ifndef ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE |
| 838 | # error "You should define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE for your platform" |
| 839 | #endif |
| 840 | #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE |
| 841 | extern void rq_flush_dcache_pages(struct request *rq); |
| 842 | #else |
| 843 | static inline void rq_flush_dcache_pages(struct request *rq) |
| 844 | { |
| 845 | } |
| 846 | #endif |
| 847 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 848 | extern int blk_register_queue(struct gendisk *disk); |
| 849 | extern void blk_unregister_queue(struct gendisk *disk); |
Jens Axboe | dece163 | 2015-11-05 10:41:16 -0700 | [diff] [blame] | 850 | extern blk_qc_t generic_make_request(struct bio *bio); |
Christoph Hellwig | f421e1d | 2017-11-02 21:29:50 +0300 | [diff] [blame] | 851 | extern blk_qc_t direct_make_request(struct bio *bio); |
FUJITA Tomonori | 2a4aa30 | 2008-04-29 09:54:36 +0200 | [diff] [blame] | 852 | extern void blk_rq_init(struct request_queue *q, struct request *rq); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 853 | extern void blk_put_request(struct request *); |
Bart Van Assche | cd6ce14 | 2017-06-20 11:15:39 -0700 | [diff] [blame] | 854 | extern struct request *blk_get_request(struct request_queue *, unsigned int op, |
Christoph Hellwig | ff005a0 | 2018-05-09 09:54:05 +0200 | [diff] [blame] | 855 | blk_mq_req_flags_t flags); |
Kiyoshi Ueda | ef9e3fa | 2008-10-01 16:12:15 +0200 | [diff] [blame] | 856 | extern int blk_lld_busy(struct request_queue *q); |
Mike Snitzer | 78d8e58 | 2015-06-26 10:01:13 -0400 | [diff] [blame] | 857 | extern int blk_rq_prep_clone(struct request *rq, struct request *rq_src, |
| 858 | struct bio_set *bs, gfp_t gfp_mask, |
| 859 | int (*bio_ctr)(struct bio *, struct bio *, void *), |
| 860 | void *data); |
| 861 | extern void blk_rq_unprep_clone(struct request *rq); |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 862 | extern blk_status_t blk_insert_cloned_request(struct request_queue *q, |
Kiyoshi Ueda | 82124d6 | 2008-09-18 10:45:38 -0400 | [diff] [blame] | 863 | struct request *rq); |
Jens Axboe | 0abc2a1 | 2017-12-18 15:40:44 +0800 | [diff] [blame] | 864 | extern int blk_rq_append_bio(struct request *rq, struct bio **bio); |
NeilBrown | af67c31 | 2017-06-18 14:38:57 +1000 | [diff] [blame] | 865 | extern void blk_queue_split(struct request_queue *, struct bio **); |
Paolo Bonzini | 0bfc96c | 2012-01-12 16:01:28 +0100 | [diff] [blame] | 866 | extern int scsi_verify_blk_ioctl(struct block_device *, unsigned int); |
Paolo Bonzini | 577ebb3 | 2012-01-12 16:01:27 +0100 | [diff] [blame] | 867 | extern int scsi_cmd_blk_ioctl(struct block_device *, fmode_t, |
| 868 | unsigned int, void __user *); |
Al Viro | 74f3c8a | 2007-08-27 15:38:10 -0400 | [diff] [blame] | 869 | extern int scsi_cmd_ioctl(struct request_queue *, struct gendisk *, fmode_t, |
| 870 | unsigned int, void __user *); |
Al Viro | e915e87 | 2008-09-02 17:16:41 -0400 | [diff] [blame] | 871 | extern int sg_scsi_ioctl(struct request_queue *, struct gendisk *, fmode_t, |
| 872 | struct scsi_ioctl_command __user *); |
Andrew Morton | 3fcfab1 | 2006-10-19 23:28:16 -0700 | [diff] [blame] | 873 | |
Bart Van Assche | 9a95e4e | 2017-11-09 10:49:59 -0800 | [diff] [blame] | 874 | extern int blk_queue_enter(struct request_queue *q, blk_mq_req_flags_t flags); |
Dan Williams | 2e6edc95 | 2015-11-19 13:29:28 -0800 | [diff] [blame] | 875 | extern void blk_queue_exit(struct request_queue *q); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 876 | extern void blk_sync_queue(struct request_queue *q); |
FUJITA Tomonori | a3bce90 | 2008-08-28 16:17:05 +0900 | [diff] [blame] | 877 | extern int blk_rq_map_user(struct request_queue *, struct request *, |
FUJITA Tomonori | 152e283 | 2008-08-28 16:17:06 +0900 | [diff] [blame] | 878 | struct rq_map_data *, void __user *, unsigned long, |
| 879 | gfp_t); |
Jens Axboe | 8e5cfc4 | 2006-12-19 11:12:46 +0100 | [diff] [blame] | 880 | extern int blk_rq_unmap_user(struct bio *); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 881 | extern int blk_rq_map_kern(struct request_queue *, struct request *, void *, unsigned int, gfp_t); |
| 882 | extern int blk_rq_map_user_iov(struct request_queue *, struct request *, |
Kent Overstreet | 26e49cf | 2015-01-18 16:16:31 +0100 | [diff] [blame] | 883 | struct rq_map_data *, const struct iov_iter *, |
| 884 | gfp_t); |
Christoph Hellwig | b7819b9 | 2017-04-20 16:02:55 +0200 | [diff] [blame] | 885 | extern void blk_execute_rq(struct request_queue *, struct gendisk *, |
James Bottomley | 994ca9a | 2005-06-20 14:11:09 +0200 | [diff] [blame] | 886 | struct request *, int); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 887 | extern void blk_execute_rq_nowait(struct request_queue *, struct gendisk *, |
Jens Axboe | 15fc858 | 2006-01-06 10:00:50 +0100 | [diff] [blame] | 888 | struct request *, int, rq_end_io_fn *); |
Mike Christie | 6e39b69 | 2005-11-11 05:30:24 -0600 | [diff] [blame] | 889 | |
Chaitanya Kulkarni | e47bc4e | 2019-06-20 10:59:16 -0700 | [diff] [blame] | 890 | /* Helper to convert REQ_OP_XXX to its string format XXX */ |
| 891 | extern const char *blk_op_str(unsigned int op); |
| 892 | |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 893 | int blk_status_to_errno(blk_status_t status); |
| 894 | blk_status_t errno_to_blk_status(int errno); |
| 895 | |
Jens Axboe | 0a1b8b8 | 2018-11-26 08:24:43 -0700 | [diff] [blame] | 896 | int blk_poll(struct request_queue *q, blk_qc_t cookie, bool spin); |
Jens Axboe | 05229beed | 2015-11-05 10:44:55 -0700 | [diff] [blame] | 897 | |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 898 | static inline struct request_queue *bdev_get_queue(struct block_device *bdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 899 | { |
Tejun Heo | ff9ea32 | 2014-09-08 08:03:56 +0900 | [diff] [blame] | 900 | return bdev->bd_disk->queue; /* this is never NULL */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 901 | } |
| 902 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 903 | /* |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 904 | * The basic unit of block I/O is a sector. It is used in a number of contexts |
| 905 | * in Linux (blk, bio, genhd). The size of one sector is 512 = 2**9 |
| 906 | * bytes. Variables of type sector_t represent an offset or size that is a |
| 907 | * multiple of 512 bytes. Hence these two constants. |
| 908 | */ |
| 909 | #ifndef SECTOR_SHIFT |
| 910 | #define SECTOR_SHIFT 9 |
| 911 | #endif |
| 912 | #ifndef SECTOR_SIZE |
| 913 | #define SECTOR_SIZE (1 << SECTOR_SHIFT) |
| 914 | #endif |
| 915 | |
| 916 | /* |
Tejun Heo | 80a761f | 2009-07-03 17:48:17 +0900 | [diff] [blame] | 917 | * blk_rq_pos() : the current sector |
| 918 | * blk_rq_bytes() : bytes left in the entire request |
| 919 | * blk_rq_cur_bytes() : bytes left in the current segment |
| 920 | * blk_rq_err_bytes() : bytes left till the next error boundary |
| 921 | * blk_rq_sectors() : sectors left in the entire request |
| 922 | * blk_rq_cur_sectors() : sectors left in the current segment |
Hou Tao | 3d24430 | 2019-05-21 15:59:03 +0800 | [diff] [blame] | 923 | * blk_rq_stats_sectors() : sectors of the entire request used for stats |
Tejun Heo | 5efccd1 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 924 | */ |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 925 | static inline sector_t blk_rq_pos(const struct request *rq) |
| 926 | { |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 927 | return rq->__sector; |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 928 | } |
| 929 | |
Tejun Heo | 2e46e8b | 2009-05-07 22:24:41 +0900 | [diff] [blame] | 930 | static inline unsigned int blk_rq_bytes(const struct request *rq) |
| 931 | { |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 932 | return rq->__data_len; |
Tejun Heo | 2e46e8b | 2009-05-07 22:24:41 +0900 | [diff] [blame] | 933 | } |
| 934 | |
| 935 | static inline int blk_rq_cur_bytes(const struct request *rq) |
| 936 | { |
| 937 | return rq->bio ? bio_cur_bytes(rq->bio) : 0; |
| 938 | } |
Tejun Heo | 5efccd1 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 939 | |
Tejun Heo | 80a761f | 2009-07-03 17:48:17 +0900 | [diff] [blame] | 940 | extern unsigned int blk_rq_err_bytes(const struct request *rq); |
| 941 | |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 942 | static inline unsigned int blk_rq_sectors(const struct request *rq) |
| 943 | { |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 944 | return blk_rq_bytes(rq) >> SECTOR_SHIFT; |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 945 | } |
| 946 | |
| 947 | static inline unsigned int blk_rq_cur_sectors(const struct request *rq) |
| 948 | { |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 949 | return blk_rq_cur_bytes(rq) >> SECTOR_SHIFT; |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 950 | } |
| 951 | |
Hou Tao | 3d24430 | 2019-05-21 15:59:03 +0800 | [diff] [blame] | 952 | static inline unsigned int blk_rq_stats_sectors(const struct request *rq) |
| 953 | { |
| 954 | return rq->stats_sectors; |
| 955 | } |
| 956 | |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 957 | #ifdef CONFIG_BLK_DEV_ZONED |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 958 | static inline unsigned int blk_rq_zone_no(struct request *rq) |
| 959 | { |
| 960 | return blk_queue_zone_no(rq->q, blk_rq_pos(rq)); |
| 961 | } |
| 962 | |
| 963 | static inline unsigned int blk_rq_zone_is_seq(struct request *rq) |
| 964 | { |
| 965 | return blk_queue_zone_is_seq(rq->q, blk_rq_pos(rq)); |
| 966 | } |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 967 | #endif /* CONFIG_BLK_DEV_ZONED */ |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 968 | |
Christoph Hellwig | 2e3258e | 2017-01-13 12:29:10 +0100 | [diff] [blame] | 969 | /* |
| 970 | * Some commands like WRITE SAME have a payload or data transfer size which |
| 971 | * is different from the size of the request. Any driver that supports such |
| 972 | * commands using the RQF_SPECIAL_PAYLOAD flag needs to use this helper to |
| 973 | * calculate the data transfer size. |
| 974 | */ |
| 975 | static inline unsigned int blk_rq_payload_bytes(struct request *rq) |
| 976 | { |
| 977 | if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) |
| 978 | return rq->special_vec.bv_len; |
| 979 | return blk_rq_bytes(rq); |
| 980 | } |
| 981 | |
Christoph Hellwig | 3aef3ca | 2019-03-03 09:14:01 -0700 | [diff] [blame] | 982 | /* |
| 983 | * Return the first full biovec in the request. The caller needs to check that |
| 984 | * there are any bvecs before calling this helper. |
| 985 | */ |
| 986 | static inline struct bio_vec req_bvec(struct request *rq) |
| 987 | { |
| 988 | if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) |
| 989 | return rq->special_vec; |
| 990 | return mp_bvec_iter_bvec(rq->bio->bi_io_vec, rq->bio->bi_iter); |
| 991 | } |
| 992 | |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 993 | static inline unsigned int blk_queue_get_max_sectors(struct request_queue *q, |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 994 | int op) |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 995 | { |
Adrian Hunter | 7afafc8 | 2016-08-16 10:59:35 +0300 | [diff] [blame] | 996 | if (unlikely(op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE)) |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 997 | return min(q->limits.max_discard_sectors, |
| 998 | UINT_MAX >> SECTOR_SHIFT); |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 999 | |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 1000 | if (unlikely(op == REQ_OP_WRITE_SAME)) |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 1001 | return q->limits.max_write_same_sectors; |
| 1002 | |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 1003 | if (unlikely(op == REQ_OP_WRITE_ZEROES)) |
| 1004 | return q->limits.max_write_zeroes_sectors; |
| 1005 | |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 1006 | return q->limits.max_sectors; |
| 1007 | } |
| 1008 | |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 1009 | /* |
| 1010 | * Return maximum size of a request at given offset. Only valid for |
| 1011 | * file system requests. |
| 1012 | */ |
| 1013 | static inline unsigned int blk_max_size_offset(struct request_queue *q, |
| 1014 | sector_t offset) |
| 1015 | { |
| 1016 | if (!q->limits.chunk_sectors) |
Jens Axboe | 736ed4d | 2014-06-17 22:09:29 -0700 | [diff] [blame] | 1017 | return q->limits.max_sectors; |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 1018 | |
Keith Busch | 15bfd21 | 2018-06-26 09:14:58 -0600 | [diff] [blame] | 1019 | return min(q->limits.max_sectors, (unsigned int)(q->limits.chunk_sectors - |
| 1020 | (offset & (q->limits.chunk_sectors - 1)))); |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 1021 | } |
| 1022 | |
Damien Le Moal | 17007f3 | 2016-07-20 21:40:47 -0600 | [diff] [blame] | 1023 | static inline unsigned int blk_rq_get_max_sectors(struct request *rq, |
| 1024 | sector_t offset) |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 1025 | { |
| 1026 | struct request_queue *q = rq->q; |
| 1027 | |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 1028 | if (blk_rq_is_passthrough(rq)) |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 1029 | return q->limits.max_hw_sectors; |
| 1030 | |
Adrian Hunter | 7afafc8 | 2016-08-16 10:59:35 +0300 | [diff] [blame] | 1031 | if (!q->limits.chunk_sectors || |
| 1032 | req_op(rq) == REQ_OP_DISCARD || |
| 1033 | req_op(rq) == REQ_OP_SECURE_ERASE) |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 1034 | return blk_queue_get_max_sectors(q, req_op(rq)); |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 1035 | |
Damien Le Moal | 17007f3 | 2016-07-20 21:40:47 -0600 | [diff] [blame] | 1036 | return min(blk_max_size_offset(q, offset), |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 1037 | blk_queue_get_max_sectors(q, req_op(rq))); |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 1038 | } |
| 1039 | |
Jun'ichi Nomura | 75afb35 | 2013-09-21 13:57:47 -0600 | [diff] [blame] | 1040 | static inline unsigned int blk_rq_count_bios(struct request *rq) |
| 1041 | { |
| 1042 | unsigned int nr_bios = 0; |
| 1043 | struct bio *bio; |
| 1044 | |
| 1045 | __rq_for_each_bio(bio, rq) |
| 1046 | nr_bios++; |
| 1047 | |
| 1048 | return nr_bios; |
| 1049 | } |
| 1050 | |
Christoph Hellwig | ef71de8 | 2017-11-02 21:29:51 +0300 | [diff] [blame] | 1051 | void blk_steal_bios(struct bio_list *list, struct request *rq); |
| 1052 | |
Tejun Heo | 9934c8c | 2009-05-08 11:54:16 +0900 | [diff] [blame] | 1053 | /* |
Tejun Heo | 2e60e02 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 1054 | * Request completion related functions. |
| 1055 | * |
| 1056 | * blk_update_request() completes given number of bytes and updates |
| 1057 | * the request without completing it. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1058 | */ |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 1059 | extern bool blk_update_request(struct request *rq, blk_status_t error, |
Tejun Heo | 2e60e02 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 1060 | unsigned int nr_bytes); |
Tejun Heo | 2e60e02 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 1061 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 1062 | extern void __blk_complete_request(struct request *); |
| 1063 | extern void blk_abort_request(struct request *); |
Jens Axboe | ff856ba | 2006-01-09 16:02:34 +0100 | [diff] [blame] | 1064 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1065 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1066 | * Access functions for manipulating queue properties |
| 1067 | */ |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1068 | extern void blk_cleanup_queue(struct request_queue *); |
| 1069 | extern void blk_queue_make_request(struct request_queue *, make_request_fn *); |
| 1070 | extern void blk_queue_bounce_limit(struct request_queue *, u64); |
Martin K. Petersen | 086fa5f | 2010-02-26 00:20:38 -0500 | [diff] [blame] | 1071 | extern void blk_queue_max_hw_sectors(struct request_queue *, unsigned int); |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 1072 | extern void blk_queue_chunk_sectors(struct request_queue *, unsigned int); |
Martin K. Petersen | 8a78362 | 2010-02-26 00:20:39 -0500 | [diff] [blame] | 1073 | extern void blk_queue_max_segments(struct request_queue *, unsigned short); |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1074 | extern void blk_queue_max_discard_segments(struct request_queue *, |
| 1075 | unsigned short); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1076 | extern void blk_queue_max_segment_size(struct request_queue *, unsigned int); |
Christoph Hellwig | 67efc92 | 2009-09-30 13:54:20 +0200 | [diff] [blame] | 1077 | extern void blk_queue_max_discard_sectors(struct request_queue *q, |
| 1078 | unsigned int max_discard_sectors); |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 1079 | extern void blk_queue_max_write_same_sectors(struct request_queue *q, |
| 1080 | unsigned int max_write_same_sectors); |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 1081 | extern void blk_queue_max_write_zeroes_sectors(struct request_queue *q, |
| 1082 | unsigned int max_write_same_sectors); |
Martin K. Petersen | e1defc4 | 2009-05-22 17:17:49 -0400 | [diff] [blame] | 1083 | extern void blk_queue_logical_block_size(struct request_queue *, unsigned short); |
Martin K. Petersen | 892b6f9 | 2010-10-13 21:18:03 +0200 | [diff] [blame] | 1084 | extern void blk_queue_physical_block_size(struct request_queue *, unsigned int); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1085 | extern void blk_queue_alignment_offset(struct request_queue *q, |
| 1086 | unsigned int alignment); |
Martin K. Petersen | 7c958e3 | 2009-07-31 11:49:11 -0400 | [diff] [blame] | 1087 | extern void blk_limits_io_min(struct queue_limits *limits, unsigned int min); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1088 | extern void blk_queue_io_min(struct request_queue *q, unsigned int min); |
Martin K. Petersen | 3c5820c | 2009-09-11 21:54:52 +0200 | [diff] [blame] | 1089 | extern void blk_limits_io_opt(struct queue_limits *limits, unsigned int opt); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1090 | extern void blk_queue_io_opt(struct request_queue *q, unsigned int opt); |
Jens Axboe | d278d4a | 2016-03-30 10:21:08 -0600 | [diff] [blame] | 1091 | extern void blk_set_queue_depth(struct request_queue *q, unsigned int depth); |
Martin K. Petersen | e475bba | 2009-06-16 08:23:52 +0200 | [diff] [blame] | 1092 | extern void blk_set_default_limits(struct queue_limits *lim); |
Martin K. Petersen | b1bd055 | 2012-01-11 16:27:11 +0100 | [diff] [blame] | 1093 | extern void blk_set_stacking_limits(struct queue_limits *lim); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1094 | extern int blk_stack_limits(struct queue_limits *t, struct queue_limits *b, |
| 1095 | sector_t offset); |
Martin K. Petersen | 17be8c2 | 2010-01-11 03:21:49 -0500 | [diff] [blame] | 1096 | extern int bdev_stack_limits(struct queue_limits *t, struct block_device *bdev, |
| 1097 | sector_t offset); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1098 | extern void disk_stack_limits(struct gendisk *disk, struct block_device *bdev, |
| 1099 | sector_t offset); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1100 | extern void blk_queue_stack_limits(struct request_queue *t, struct request_queue *b); |
FUJITA Tomonori | 27f8221 | 2008-07-04 09:30:03 +0200 | [diff] [blame] | 1101 | extern void blk_queue_update_dma_pad(struct request_queue *, unsigned int); |
Tejun Heo | 2fb98e8 | 2008-02-19 11:36:53 +0100 | [diff] [blame] | 1102 | extern int blk_queue_dma_drain(struct request_queue *q, |
| 1103 | dma_drain_needed_fn *dma_drain_needed, |
| 1104 | void *buf, unsigned int size); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1105 | extern void blk_queue_segment_boundary(struct request_queue *, unsigned long); |
Keith Busch | 03100aa | 2015-08-19 14:24:05 -0700 | [diff] [blame] | 1106 | extern void blk_queue_virt_boundary(struct request_queue *, unsigned long); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1107 | extern void blk_queue_dma_alignment(struct request_queue *, int); |
James Bottomley | 11c3e68 | 2007-12-31 16:37:00 -0600 | [diff] [blame] | 1108 | extern void blk_queue_update_dma_alignment(struct request_queue *, int); |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 1109 | extern void blk_queue_rq_timeout(struct request_queue *, unsigned int); |
Jens Axboe | 93e9d8e | 2016-04-12 12:32:46 -0600 | [diff] [blame] | 1110 | extern void blk_queue_write_cache(struct request_queue *q, bool enabled, bool fua); |
Damien Le Moal | 68c43f1 | 2019-09-05 18:51:31 +0900 | [diff] [blame] | 1111 | extern void blk_queue_required_elevator_features(struct request_queue *q, |
| 1112 | unsigned int features); |
Yoshihiro Shimoda | 45147fb | 2019-08-28 21:35:42 +0900 | [diff] [blame] | 1113 | extern bool blk_queue_can_use_dma_map_merging(struct request_queue *q, |
| 1114 | struct device *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1115 | |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1116 | /* |
| 1117 | * Number of physical segments as sent to the device. |
| 1118 | * |
| 1119 | * Normally this is the number of discontiguous data segments sent by the |
| 1120 | * submitter. But for data-less command like discard we might have no |
| 1121 | * actual data segments submitted, but the driver might have to add it's |
| 1122 | * own special payload. In that case we still return 1 here so that this |
| 1123 | * special payload will be mapped. |
| 1124 | */ |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 1125 | static inline unsigned short blk_rq_nr_phys_segments(struct request *rq) |
| 1126 | { |
| 1127 | if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) |
| 1128 | return 1; |
| 1129 | return rq->nr_phys_segments; |
| 1130 | } |
| 1131 | |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1132 | /* |
| 1133 | * Number of discard segments (or ranges) the driver needs to fill in. |
| 1134 | * Each discard bio merged into a request is counted as one segment. |
| 1135 | */ |
| 1136 | static inline unsigned short blk_rq_nr_discard_segments(struct request *rq) |
| 1137 | { |
| 1138 | return max_t(unsigned short, rq->nr_phys_segments, 1); |
| 1139 | } |
| 1140 | |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1141 | extern int blk_rq_map_sg(struct request_queue *, struct request *, struct scatterlist *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1142 | extern void blk_dump_rq_flags(struct request *, char *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1143 | extern long nr_blockdev_pages(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1144 | |
Tejun Heo | 09ac46c | 2011-12-14 00:33:38 +0100 | [diff] [blame] | 1145 | bool __must_check blk_get_queue(struct request_queue *); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1146 | struct request_queue *blk_alloc_queue(gfp_t); |
Christoph Hellwig | 6d46964 | 2018-11-14 17:02:18 +0100 | [diff] [blame] | 1147 | struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1148 | extern void blk_put_queue(struct request_queue *); |
Jens Axboe | 3f21c26 | 2015-06-05 10:57:37 -0600 | [diff] [blame] | 1149 | extern void blk_set_queue_dying(struct request_queue *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1150 | |
Shaohua Li | 316cc67 | 2011-07-08 08:19:21 +0200 | [diff] [blame] | 1151 | /* |
Suresh Jayaraman | 75df713 | 2011-09-21 10:00:16 +0200 | [diff] [blame] | 1152 | * blk_plug permits building a queue of related requests by holding the I/O |
| 1153 | * fragments for a short period. This allows merging of sequential requests |
| 1154 | * into single larger request. As the requests are moved from a per-task list to |
| 1155 | * the device's request_queue in a batch, this results in improved scalability |
| 1156 | * as the lock contention for request_queue lock is reduced. |
| 1157 | * |
| 1158 | * It is ok not to disable preemption when adding the request to the plug list |
| 1159 | * or when attempting a merge, because blk_schedule_flush_list() will only flush |
| 1160 | * the plug list when the task sleeps by itself. For details, please see |
| 1161 | * schedule() where blk_schedule_flush_plug() is called. |
Shaohua Li | 316cc67 | 2011-07-08 08:19:21 +0200 | [diff] [blame] | 1162 | */ |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1163 | struct blk_plug { |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 1164 | struct list_head mq_list; /* blk-mq requests */ |
Suresh Jayaraman | 75df713 | 2011-09-21 10:00:16 +0200 | [diff] [blame] | 1165 | struct list_head cb_list; /* md requires an unplug callback */ |
Jens Axboe | 5f0ed77 | 2018-11-23 22:04:33 -0700 | [diff] [blame] | 1166 | unsigned short rq_count; |
Jens Axboe | ce5b009 | 2018-11-27 17:13:56 -0700 | [diff] [blame] | 1167 | bool multiple_queues; |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1168 | }; |
Shaohua Li | 55c022b | 2011-07-08 08:19:20 +0200 | [diff] [blame] | 1169 | #define BLK_MAX_REQUEST_COUNT 16 |
Shaohua Li | 50d24c3 | 2016-11-03 17:03:53 -0700 | [diff] [blame] | 1170 | #define BLK_PLUG_FLUSH_SIZE (128 * 1024) |
Shaohua Li | 55c022b | 2011-07-08 08:19:20 +0200 | [diff] [blame] | 1171 | |
NeilBrown | 9cbb175 | 2012-07-31 09:08:14 +0200 | [diff] [blame] | 1172 | struct blk_plug_cb; |
NeilBrown | 74018dc | 2012-07-31 09:08:15 +0200 | [diff] [blame] | 1173 | typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); |
NeilBrown | 048c937 | 2011-04-18 09:52:22 +0200 | [diff] [blame] | 1174 | struct blk_plug_cb { |
| 1175 | struct list_head list; |
NeilBrown | 9cbb175 | 2012-07-31 09:08:14 +0200 | [diff] [blame] | 1176 | blk_plug_cb_fn callback; |
| 1177 | void *data; |
NeilBrown | 048c937 | 2011-04-18 09:52:22 +0200 | [diff] [blame] | 1178 | }; |
NeilBrown | 9cbb175 | 2012-07-31 09:08:14 +0200 | [diff] [blame] | 1179 | extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, |
| 1180 | void *data, int size); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1181 | extern void blk_start_plug(struct blk_plug *); |
| 1182 | extern void blk_finish_plug(struct blk_plug *); |
Jens Axboe | f660378 | 2011-04-15 15:49:07 +0200 | [diff] [blame] | 1183 | extern void blk_flush_plug_list(struct blk_plug *, bool); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1184 | |
| 1185 | static inline void blk_flush_plug(struct task_struct *tsk) |
| 1186 | { |
| 1187 | struct blk_plug *plug = tsk->plug; |
| 1188 | |
Christoph Hellwig | 88b996c | 2011-04-15 15:20:10 +0200 | [diff] [blame] | 1189 | if (plug) |
Jens Axboe | a237c1c | 2011-04-16 13:27:55 +0200 | [diff] [blame] | 1190 | blk_flush_plug_list(plug, false); |
| 1191 | } |
| 1192 | |
| 1193 | static inline void blk_schedule_flush_plug(struct task_struct *tsk) |
| 1194 | { |
| 1195 | struct blk_plug *plug = tsk->plug; |
| 1196 | |
| 1197 | if (plug) |
Jens Axboe | f660378 | 2011-04-15 15:49:07 +0200 | [diff] [blame] | 1198 | blk_flush_plug_list(plug, true); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1199 | } |
| 1200 | |
| 1201 | static inline bool blk_needs_flush_plug(struct task_struct *tsk) |
| 1202 | { |
| 1203 | struct blk_plug *plug = tsk->plug; |
| 1204 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 1205 | return plug && |
Jens Axboe | a1ce35f | 2018-10-29 10:23:51 -0600 | [diff] [blame] | 1206 | (!list_empty(&plug->mq_list) || |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 1207 | !list_empty(&plug->cb_list)); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1208 | } |
| 1209 | |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1210 | extern int blkdev_issue_flush(struct block_device *, gfp_t, sector_t *); |
| 1211 | extern int blkdev_issue_write_same(struct block_device *bdev, sector_t sector, |
| 1212 | sector_t nr_sects, gfp_t gfp_mask, struct page *page); |
Christoph Hellwig | e950fdf | 2016-07-19 11:23:33 +0200 | [diff] [blame] | 1213 | |
| 1214 | #define BLKDEV_DISCARD_SECURE (1 << 0) /* issue a secure erase */ |
Christoph Hellwig | dd3932e | 2010-09-16 20:51:46 +0200 | [diff] [blame] | 1215 | |
Dmitry Monakhov | fbd9b09 | 2010-04-28 17:55:06 +0400 | [diff] [blame] | 1216 | extern int blkdev_issue_discard(struct block_device *bdev, sector_t sector, |
| 1217 | sector_t nr_sects, gfp_t gfp_mask, unsigned long flags); |
Christoph Hellwig | 38f2525 | 2016-04-16 14:55:28 -0400 | [diff] [blame] | 1218 | extern int __blkdev_issue_discard(struct block_device *bdev, sector_t sector, |
Christoph Hellwig | 288dab8 | 2016-06-09 16:00:36 +0200 | [diff] [blame] | 1219 | sector_t nr_sects, gfp_t gfp_mask, int flags, |
Mike Christie | 469e321 | 2016-06-05 14:31:49 -0500 | [diff] [blame] | 1220 | struct bio **biop); |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1221 | |
| 1222 | #define BLKDEV_ZERO_NOUNMAP (1 << 0) /* do not free blocks */ |
Christoph Hellwig | cb365b9 | 2017-04-05 19:21:10 +0200 | [diff] [blame] | 1223 | #define BLKDEV_ZERO_NOFALLBACK (1 << 1) /* don't write explicit zeroes */ |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1224 | |
Chaitanya Kulkarni | e73c23f | 2016-11-30 12:28:58 -0800 | [diff] [blame] | 1225 | extern int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, |
| 1226 | sector_t nr_sects, gfp_t gfp_mask, struct bio **biop, |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1227 | unsigned flags); |
Dmitry Monakhov | 3f14d79 | 2010-04-28 17:55:09 +0400 | [diff] [blame] | 1228 | extern int blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1229 | sector_t nr_sects, gfp_t gfp_mask, unsigned flags); |
| 1230 | |
Christoph Hellwig | 2cf6d26 | 2010-08-18 05:29:10 -0400 | [diff] [blame] | 1231 | static inline int sb_issue_discard(struct super_block *sb, sector_t block, |
| 1232 | sector_t nr_blocks, gfp_t gfp_mask, unsigned long flags) |
David Woodhouse | fb2dce8 | 2008-08-05 18:01:53 +0100 | [diff] [blame] | 1233 | { |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1234 | return blkdev_issue_discard(sb->s_bdev, |
| 1235 | block << (sb->s_blocksize_bits - |
| 1236 | SECTOR_SHIFT), |
| 1237 | nr_blocks << (sb->s_blocksize_bits - |
| 1238 | SECTOR_SHIFT), |
Christoph Hellwig | 2cf6d26 | 2010-08-18 05:29:10 -0400 | [diff] [blame] | 1239 | gfp_mask, flags); |
David Woodhouse | fb2dce8 | 2008-08-05 18:01:53 +0100 | [diff] [blame] | 1240 | } |
Lukas Czerner | e6fa0be | 2010-10-27 21:30:04 -0400 | [diff] [blame] | 1241 | static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, |
Theodore Ts'o | a107e5a | 2010-10-27 23:44:47 -0400 | [diff] [blame] | 1242 | sector_t nr_blocks, gfp_t gfp_mask) |
Lukas Czerner | e6fa0be | 2010-10-27 21:30:04 -0400 | [diff] [blame] | 1243 | { |
| 1244 | return blkdev_issue_zeroout(sb->s_bdev, |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1245 | block << (sb->s_blocksize_bits - |
| 1246 | SECTOR_SHIFT), |
| 1247 | nr_blocks << (sb->s_blocksize_bits - |
| 1248 | SECTOR_SHIFT), |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1249 | gfp_mask, 0); |
Lukas Czerner | e6fa0be | 2010-10-27 21:30:04 -0400 | [diff] [blame] | 1250 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1251 | |
Christoph Hellwig | f00c4d8 | 2017-11-05 10:36:31 +0300 | [diff] [blame] | 1252 | extern int blk_verify_command(unsigned char *cmd, fmode_t mode); |
Adel Gadllah | 0b07de8 | 2008-06-26 13:48:27 +0200 | [diff] [blame] | 1253 | |
Martin K. Petersen | eb28d31 | 2010-02-26 00:20:37 -0500 | [diff] [blame] | 1254 | enum blk_default_limits { |
| 1255 | BLK_MAX_SEGMENTS = 128, |
| 1256 | BLK_SAFE_MAX_SECTORS = 255, |
Jeff Moyer | d2be537 | 2015-08-13 14:57:57 -0400 | [diff] [blame] | 1257 | BLK_DEF_MAX_SECTORS = 2560, |
Martin K. Petersen | eb28d31 | 2010-02-26 00:20:37 -0500 | [diff] [blame] | 1258 | BLK_MAX_SEGMENT_SIZE = 65536, |
| 1259 | BLK_SEG_BOUNDARY_MASK = 0xFFFFFFFFUL, |
| 1260 | }; |
Milan Broz | 0e435ac | 2008-12-03 12:55:08 +0100 | [diff] [blame] | 1261 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1262 | static inline unsigned long queue_segment_boundary(const struct request_queue *q) |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1263 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1264 | return q->limits.seg_boundary_mask; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1265 | } |
| 1266 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1267 | static inline unsigned long queue_virt_boundary(const struct request_queue *q) |
Keith Busch | 03100aa | 2015-08-19 14:24:05 -0700 | [diff] [blame] | 1268 | { |
| 1269 | return q->limits.virt_boundary_mask; |
| 1270 | } |
| 1271 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1272 | static inline unsigned int queue_max_sectors(const struct request_queue *q) |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1273 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1274 | return q->limits.max_sectors; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1275 | } |
| 1276 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1277 | static inline unsigned int queue_max_hw_sectors(const struct request_queue *q) |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1278 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1279 | return q->limits.max_hw_sectors; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1280 | } |
| 1281 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1282 | static inline unsigned short queue_max_segments(const struct request_queue *q) |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1283 | { |
Martin K. Petersen | 8a78362 | 2010-02-26 00:20:39 -0500 | [diff] [blame] | 1284 | return q->limits.max_segments; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1285 | } |
| 1286 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1287 | static inline unsigned short queue_max_discard_segments(const struct request_queue *q) |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1288 | { |
| 1289 | return q->limits.max_discard_segments; |
| 1290 | } |
| 1291 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1292 | static inline unsigned int queue_max_segment_size(const struct request_queue *q) |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1293 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1294 | return q->limits.max_segment_size; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1295 | } |
| 1296 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1297 | static inline unsigned short queue_logical_block_size(const struct request_queue *q) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1298 | { |
| 1299 | int retval = 512; |
| 1300 | |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1301 | if (q && q->limits.logical_block_size) |
| 1302 | retval = q->limits.logical_block_size; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1303 | |
| 1304 | return retval; |
| 1305 | } |
| 1306 | |
Martin K. Petersen | e1defc4 | 2009-05-22 17:17:49 -0400 | [diff] [blame] | 1307 | static inline unsigned short bdev_logical_block_size(struct block_device *bdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1308 | { |
Martin K. Petersen | e1defc4 | 2009-05-22 17:17:49 -0400 | [diff] [blame] | 1309 | return queue_logical_block_size(bdev_get_queue(bdev)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1310 | } |
| 1311 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1312 | static inline unsigned int queue_physical_block_size(const struct request_queue *q) |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1313 | { |
| 1314 | return q->limits.physical_block_size; |
| 1315 | } |
| 1316 | |
Martin K. Petersen | 892b6f9 | 2010-10-13 21:18:03 +0200 | [diff] [blame] | 1317 | static inline unsigned int bdev_physical_block_size(struct block_device *bdev) |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1318 | { |
| 1319 | return queue_physical_block_size(bdev_get_queue(bdev)); |
| 1320 | } |
| 1321 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1322 | static inline unsigned int queue_io_min(const struct request_queue *q) |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1323 | { |
| 1324 | return q->limits.io_min; |
| 1325 | } |
| 1326 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1327 | static inline int bdev_io_min(struct block_device *bdev) |
| 1328 | { |
| 1329 | return queue_io_min(bdev_get_queue(bdev)); |
| 1330 | } |
| 1331 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1332 | static inline unsigned int queue_io_opt(const struct request_queue *q) |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1333 | { |
| 1334 | return q->limits.io_opt; |
| 1335 | } |
| 1336 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1337 | static inline int bdev_io_opt(struct block_device *bdev) |
| 1338 | { |
| 1339 | return queue_io_opt(bdev_get_queue(bdev)); |
| 1340 | } |
| 1341 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1342 | static inline int queue_alignment_offset(const struct request_queue *q) |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1343 | { |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1344 | if (q->limits.misaligned) |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1345 | return -1; |
| 1346 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1347 | return q->limits.alignment_offset; |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1348 | } |
| 1349 | |
Martin K. Petersen | e03a72e | 2010-01-11 03:21:51 -0500 | [diff] [blame] | 1350 | static inline int queue_limit_alignment_offset(struct queue_limits *lim, sector_t sector) |
Martin K. Petersen | 81744ee | 2009-12-29 08:35:35 +0100 | [diff] [blame] | 1351 | { |
| 1352 | unsigned int granularity = max(lim->physical_block_size, lim->io_min); |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1353 | unsigned int alignment = sector_div(sector, granularity >> SECTOR_SHIFT) |
| 1354 | << SECTOR_SHIFT; |
Martin K. Petersen | 81744ee | 2009-12-29 08:35:35 +0100 | [diff] [blame] | 1355 | |
Mike Snitzer | b8839b8 | 2014-10-08 18:26:13 -0400 | [diff] [blame] | 1356 | return (granularity + lim->alignment_offset - alignment) % granularity; |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1357 | } |
| 1358 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1359 | static inline int bdev_alignment_offset(struct block_device *bdev) |
| 1360 | { |
| 1361 | struct request_queue *q = bdev_get_queue(bdev); |
| 1362 | |
| 1363 | if (q->limits.misaligned) |
| 1364 | return -1; |
| 1365 | |
| 1366 | if (bdev != bdev->bd_contains) |
| 1367 | return bdev->bd_part->alignment_offset; |
| 1368 | |
| 1369 | return q->limits.alignment_offset; |
| 1370 | } |
| 1371 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1372 | static inline int queue_discard_alignment(const struct request_queue *q) |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 1373 | { |
| 1374 | if (q->limits.discard_misaligned) |
| 1375 | return -1; |
| 1376 | |
| 1377 | return q->limits.discard_alignment; |
| 1378 | } |
| 1379 | |
Martin K. Petersen | e03a72e | 2010-01-11 03:21:51 -0500 | [diff] [blame] | 1380 | static inline int queue_limit_discard_alignment(struct queue_limits *lim, sector_t sector) |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 1381 | { |
Linus Torvalds | 5977107 | 2012-12-19 07:18:35 -0800 | [diff] [blame] | 1382 | unsigned int alignment, granularity, offset; |
Martin K. Petersen | dd3d145 | 2010-01-11 03:21:48 -0500 | [diff] [blame] | 1383 | |
Martin K. Petersen | a934a00 | 2011-05-18 10:37:35 +0200 | [diff] [blame] | 1384 | if (!lim->max_discard_sectors) |
| 1385 | return 0; |
| 1386 | |
Linus Torvalds | 5977107 | 2012-12-19 07:18:35 -0800 | [diff] [blame] | 1387 | /* Why are these in bytes, not sectors? */ |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1388 | alignment = lim->discard_alignment >> SECTOR_SHIFT; |
| 1389 | granularity = lim->discard_granularity >> SECTOR_SHIFT; |
Linus Torvalds | 5977107 | 2012-12-19 07:18:35 -0800 | [diff] [blame] | 1390 | if (!granularity) |
| 1391 | return 0; |
| 1392 | |
| 1393 | /* Offset of the partition start in 'granularity' sectors */ |
| 1394 | offset = sector_div(sector, granularity); |
| 1395 | |
| 1396 | /* And why do we do this modulus *again* in blkdev_issue_discard()? */ |
| 1397 | offset = (granularity + alignment - offset) % granularity; |
| 1398 | |
| 1399 | /* Turn it back into bytes, gaah */ |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1400 | return offset << SECTOR_SHIFT; |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 1401 | } |
| 1402 | |
Paolo Bonzini | c6e6663 | 2012-08-02 09:48:50 +0200 | [diff] [blame] | 1403 | static inline int bdev_discard_alignment(struct block_device *bdev) |
| 1404 | { |
| 1405 | struct request_queue *q = bdev_get_queue(bdev); |
| 1406 | |
| 1407 | if (bdev != bdev->bd_contains) |
| 1408 | return bdev->bd_part->discard_alignment; |
| 1409 | |
| 1410 | return q->limits.discard_alignment; |
| 1411 | } |
| 1412 | |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 1413 | static inline unsigned int bdev_write_same(struct block_device *bdev) |
| 1414 | { |
| 1415 | struct request_queue *q = bdev_get_queue(bdev); |
| 1416 | |
| 1417 | if (q) |
| 1418 | return q->limits.max_write_same_sectors; |
| 1419 | |
| 1420 | return 0; |
| 1421 | } |
| 1422 | |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 1423 | static inline unsigned int bdev_write_zeroes_sectors(struct block_device *bdev) |
| 1424 | { |
| 1425 | struct request_queue *q = bdev_get_queue(bdev); |
| 1426 | |
| 1427 | if (q) |
| 1428 | return q->limits.max_write_zeroes_sectors; |
| 1429 | |
| 1430 | return 0; |
| 1431 | } |
| 1432 | |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 1433 | static inline enum blk_zoned_model bdev_zoned_model(struct block_device *bdev) |
| 1434 | { |
| 1435 | struct request_queue *q = bdev_get_queue(bdev); |
| 1436 | |
| 1437 | if (q) |
| 1438 | return blk_queue_zoned_model(q); |
| 1439 | |
| 1440 | return BLK_ZONED_NONE; |
| 1441 | } |
| 1442 | |
| 1443 | static inline bool bdev_is_zoned(struct block_device *bdev) |
| 1444 | { |
| 1445 | struct request_queue *q = bdev_get_queue(bdev); |
| 1446 | |
| 1447 | if (q) |
| 1448 | return blk_queue_is_zoned(q); |
| 1449 | |
| 1450 | return false; |
| 1451 | } |
| 1452 | |
Damien Le Moal | 113ab72 | 2019-07-10 13:53:10 +0900 | [diff] [blame] | 1453 | static inline sector_t bdev_zone_sectors(struct block_device *bdev) |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 1454 | { |
| 1455 | struct request_queue *q = bdev_get_queue(bdev); |
| 1456 | |
| 1457 | if (q) |
Damien Le Moal | f99e864 | 2017-01-12 07:58:32 -0700 | [diff] [blame] | 1458 | return blk_queue_zone_sectors(q); |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 1459 | return 0; |
| 1460 | } |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 1461 | |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1462 | static inline int queue_dma_alignment(const struct request_queue *q) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1463 | { |
Pete Wyckoff | 482eb68 | 2008-01-01 10:23:02 -0500 | [diff] [blame] | 1464 | return q ? q->dma_alignment : 511; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1465 | } |
| 1466 | |
Namhyung Kim | 1441779 | 2010-09-15 13:08:27 +0200 | [diff] [blame] | 1467 | static inline int blk_rq_aligned(struct request_queue *q, unsigned long addr, |
FUJITA Tomonori | 8790407 | 2008-08-28 15:05:58 +0900 | [diff] [blame] | 1468 | unsigned int len) |
| 1469 | { |
| 1470 | unsigned int alignment = queue_dma_alignment(q) | q->dma_pad_mask; |
Namhyung Kim | 1441779 | 2010-09-15 13:08:27 +0200 | [diff] [blame] | 1471 | return !(addr & alignment) && !(len & alignment); |
FUJITA Tomonori | 8790407 | 2008-08-28 15:05:58 +0900 | [diff] [blame] | 1472 | } |
| 1473 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1474 | /* assumes size > 256 */ |
| 1475 | static inline unsigned int blksize_bits(unsigned int size) |
| 1476 | { |
| 1477 | unsigned int bits = 8; |
| 1478 | do { |
| 1479 | bits++; |
| 1480 | size >>= 1; |
| 1481 | } while (size > 256); |
| 1482 | return bits; |
| 1483 | } |
| 1484 | |
Adrian Bunk | 2befb9e | 2005-09-10 00:27:17 -0700 | [diff] [blame] | 1485 | static inline unsigned int block_size(struct block_device *bdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1486 | { |
| 1487 | return bdev->bd_block_size; |
| 1488 | } |
| 1489 | |
| 1490 | typedef struct {struct page *v;} Sector; |
| 1491 | |
| 1492 | unsigned char *read_dev_sector(struct block_device *, sector_t, Sector *); |
| 1493 | |
| 1494 | static inline void put_dev_sector(Sector p) |
| 1495 | { |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 1496 | put_page(p.v); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1497 | } |
| 1498 | |
Jens Axboe | 59c3d45 | 2014-04-08 09:15:35 -0600 | [diff] [blame] | 1499 | int kblockd_schedule_work(struct work_struct *work); |
Jens Axboe | ee63cfa | 2016-08-24 15:52:48 -0600 | [diff] [blame] | 1500 | int kblockd_schedule_work_on(int cpu, struct work_struct *work); |
Jens Axboe | 818cd1c | 2017-04-10 09:54:55 -0600 | [diff] [blame] | 1501 | int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1502 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1503 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ |
| 1504 | MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor)) |
| 1505 | #define MODULE_ALIAS_BLOCKDEV_MAJOR(major) \ |
| 1506 | MODULE_ALIAS("block-major-" __stringify(major) "-*") |
| 1507 | |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1508 | #if defined(CONFIG_BLK_DEV_INTEGRITY) |
| 1509 | |
Martin K. Petersen | 8288f49 | 2014-09-26 19:20:02 -0400 | [diff] [blame] | 1510 | enum blk_integrity_flags { |
| 1511 | BLK_INTEGRITY_VERIFY = 1 << 0, |
| 1512 | BLK_INTEGRITY_GENERATE = 1 << 1, |
Martin K. Petersen | 3aec2f4 | 2014-09-26 19:20:03 -0400 | [diff] [blame] | 1513 | BLK_INTEGRITY_DEVICE_CAPABLE = 1 << 2, |
Martin K. Petersen | aae7df5 | 2014-09-26 19:20:05 -0400 | [diff] [blame] | 1514 | BLK_INTEGRITY_IP_CHECKSUM = 1 << 3, |
Martin K. Petersen | 8288f49 | 2014-09-26 19:20:02 -0400 | [diff] [blame] | 1515 | }; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1516 | |
Martin K. Petersen | 1859308 | 2014-09-26 19:20:01 -0400 | [diff] [blame] | 1517 | struct blk_integrity_iter { |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1518 | void *prot_buf; |
| 1519 | void *data_buf; |
Martin K. Petersen | 3be91c4 | 2014-09-26 19:19:59 -0400 | [diff] [blame] | 1520 | sector_t seed; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1521 | unsigned int data_size; |
Martin K. Petersen | 3be91c4 | 2014-09-26 19:19:59 -0400 | [diff] [blame] | 1522 | unsigned short interval; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1523 | const char *disk_name; |
| 1524 | }; |
| 1525 | |
Christoph Hellwig | 4e4cbee | 2017-06-03 09:38:06 +0200 | [diff] [blame] | 1526 | typedef blk_status_t (integrity_processing_fn) (struct blk_integrity_iter *); |
Max Gurtovoy | 54d4e6a | 2019-09-16 18:44:29 +0300 | [diff] [blame] | 1527 | typedef void (integrity_prepare_fn) (struct request *); |
| 1528 | typedef void (integrity_complete_fn) (struct request *, unsigned int); |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1529 | |
Martin K. Petersen | 0f8087e | 2015-10-21 13:19:33 -0400 | [diff] [blame] | 1530 | struct blk_integrity_profile { |
| 1531 | integrity_processing_fn *generate_fn; |
| 1532 | integrity_processing_fn *verify_fn; |
Max Gurtovoy | 54d4e6a | 2019-09-16 18:44:29 +0300 | [diff] [blame] | 1533 | integrity_prepare_fn *prepare_fn; |
| 1534 | integrity_complete_fn *complete_fn; |
Martin K. Petersen | 0f8087e | 2015-10-21 13:19:33 -0400 | [diff] [blame] | 1535 | const char *name; |
| 1536 | }; |
| 1537 | |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1538 | extern void blk_integrity_register(struct gendisk *, struct blk_integrity *); |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1539 | extern void blk_integrity_unregister(struct gendisk *); |
Martin K. Petersen | ad7fce9 | 2008-10-01 03:38:39 -0400 | [diff] [blame] | 1540 | extern int blk_integrity_compare(struct gendisk *, struct gendisk *); |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 1541 | extern int blk_rq_map_integrity_sg(struct request_queue *, struct bio *, |
| 1542 | struct scatterlist *); |
| 1543 | extern int blk_rq_count_integrity_sg(struct request_queue *, struct bio *); |
Martin K. Petersen | 4eaf99b | 2014-09-26 19:20:06 -0400 | [diff] [blame] | 1544 | extern bool blk_integrity_merge_rq(struct request_queue *, struct request *, |
| 1545 | struct request *); |
| 1546 | extern bool blk_integrity_merge_bio(struct request_queue *, struct request *, |
| 1547 | struct bio *); |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1548 | |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1549 | static inline struct blk_integrity *blk_get_integrity(struct gendisk *disk) |
| 1550 | { |
Dan Williams | ac6fc48 | 2015-10-21 13:20:18 -0400 | [diff] [blame] | 1551 | struct blk_integrity *bi = &disk->queue->integrity; |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1552 | |
| 1553 | if (!bi->profile) |
| 1554 | return NULL; |
| 1555 | |
| 1556 | return bi; |
| 1557 | } |
| 1558 | |
Jens Axboe | b04accc | 2008-10-02 12:53:22 +0200 | [diff] [blame] | 1559 | static inline |
| 1560 | struct blk_integrity *bdev_get_integrity(struct block_device *bdev) |
| 1561 | { |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1562 | return blk_get_integrity(bdev->bd_disk); |
Martin K. Petersen | b02739b | 2008-10-02 18:47:49 +0200 | [diff] [blame] | 1563 | } |
| 1564 | |
Martin K. Petersen | 180b2f9 | 2014-09-26 19:19:56 -0400 | [diff] [blame] | 1565 | static inline bool blk_integrity_rq(struct request *rq) |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1566 | { |
Martin K. Petersen | 180b2f9 | 2014-09-26 19:19:56 -0400 | [diff] [blame] | 1567 | return rq->cmd_flags & REQ_INTEGRITY; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1568 | } |
| 1569 | |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 1570 | static inline void blk_queue_max_integrity_segments(struct request_queue *q, |
| 1571 | unsigned int segs) |
| 1572 | { |
| 1573 | q->limits.max_integrity_segments = segs; |
| 1574 | } |
| 1575 | |
| 1576 | static inline unsigned short |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1577 | queue_max_integrity_segments(const struct request_queue *q) |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 1578 | { |
| 1579 | return q->limits.max_integrity_segments; |
| 1580 | } |
| 1581 | |
Greg Edwards | 359f642 | 2018-07-25 10:22:58 -0400 | [diff] [blame] | 1582 | /** |
| 1583 | * bio_integrity_intervals - Return number of integrity intervals for a bio |
| 1584 | * @bi: blk_integrity profile for device |
| 1585 | * @sectors: Size of the bio in 512-byte sectors |
| 1586 | * |
| 1587 | * Description: The block layer calculates everything in 512 byte |
| 1588 | * sectors but integrity metadata is done in terms of the data integrity |
| 1589 | * interval size of the storage device. Convert the block layer sectors |
| 1590 | * to the appropriate number of integrity intervals. |
| 1591 | */ |
| 1592 | static inline unsigned int bio_integrity_intervals(struct blk_integrity *bi, |
| 1593 | unsigned int sectors) |
| 1594 | { |
| 1595 | return sectors >> (bi->interval_exp - 9); |
| 1596 | } |
| 1597 | |
| 1598 | static inline unsigned int bio_integrity_bytes(struct blk_integrity *bi, |
| 1599 | unsigned int sectors) |
| 1600 | { |
| 1601 | return bio_integrity_intervals(bi, sectors) * bi->tuple_size; |
| 1602 | } |
| 1603 | |
Christoph Hellwig | 2a876f5 | 2019-03-03 08:38:29 -0700 | [diff] [blame] | 1604 | /* |
| 1605 | * Return the first bvec that contains integrity data. Only drivers that are |
| 1606 | * limited to a single integrity segment should use this helper. |
| 1607 | */ |
| 1608 | static inline struct bio_vec *rq_integrity_vec(struct request *rq) |
| 1609 | { |
| 1610 | if (WARN_ON_ONCE(queue_max_integrity_segments(rq->q) > 1)) |
| 1611 | return NULL; |
| 1612 | return rq->bio->bi_integrity->bip_vec; |
| 1613 | } |
| 1614 | |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1615 | #else /* CONFIG_BLK_DEV_INTEGRITY */ |
| 1616 | |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1617 | struct bio; |
| 1618 | struct block_device; |
| 1619 | struct gendisk; |
| 1620 | struct blk_integrity; |
| 1621 | |
| 1622 | static inline int blk_integrity_rq(struct request *rq) |
| 1623 | { |
| 1624 | return 0; |
| 1625 | } |
| 1626 | static inline int blk_rq_count_integrity_sg(struct request_queue *q, |
| 1627 | struct bio *b) |
| 1628 | { |
| 1629 | return 0; |
| 1630 | } |
| 1631 | static inline int blk_rq_map_integrity_sg(struct request_queue *q, |
| 1632 | struct bio *b, |
| 1633 | struct scatterlist *s) |
| 1634 | { |
| 1635 | return 0; |
| 1636 | } |
| 1637 | static inline struct blk_integrity *bdev_get_integrity(struct block_device *b) |
| 1638 | { |
Michele Curti | 61a04e5 | 2014-10-09 15:30:17 -0700 | [diff] [blame] | 1639 | return NULL; |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1640 | } |
| 1641 | static inline struct blk_integrity *blk_get_integrity(struct gendisk *disk) |
| 1642 | { |
| 1643 | return NULL; |
| 1644 | } |
| 1645 | static inline int blk_integrity_compare(struct gendisk *a, struct gendisk *b) |
| 1646 | { |
| 1647 | return 0; |
| 1648 | } |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1649 | static inline void blk_integrity_register(struct gendisk *d, |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1650 | struct blk_integrity *b) |
| 1651 | { |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1652 | } |
| 1653 | static inline void blk_integrity_unregister(struct gendisk *d) |
| 1654 | { |
| 1655 | } |
| 1656 | static inline void blk_queue_max_integrity_segments(struct request_queue *q, |
| 1657 | unsigned int segs) |
| 1658 | { |
| 1659 | } |
Bart Van Assche | af2c68f | 2019-08-01 15:50:40 -0700 | [diff] [blame] | 1660 | static inline unsigned short queue_max_integrity_segments(const struct request_queue *q) |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1661 | { |
| 1662 | return 0; |
| 1663 | } |
Martin K. Petersen | 4eaf99b | 2014-09-26 19:20:06 -0400 | [diff] [blame] | 1664 | static inline bool blk_integrity_merge_rq(struct request_queue *rq, |
| 1665 | struct request *r1, |
| 1666 | struct request *r2) |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1667 | { |
Martin K. Petersen | cb1a5ab | 2014-10-28 20:27:43 -0600 | [diff] [blame] | 1668 | return true; |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1669 | } |
Martin K. Petersen | 4eaf99b | 2014-09-26 19:20:06 -0400 | [diff] [blame] | 1670 | static inline bool blk_integrity_merge_bio(struct request_queue *rq, |
| 1671 | struct request *r, |
| 1672 | struct bio *b) |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1673 | { |
Martin K. Petersen | cb1a5ab | 2014-10-28 20:27:43 -0600 | [diff] [blame] | 1674 | return true; |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1675 | } |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1676 | |
Greg Edwards | 359f642 | 2018-07-25 10:22:58 -0400 | [diff] [blame] | 1677 | static inline unsigned int bio_integrity_intervals(struct blk_integrity *bi, |
| 1678 | unsigned int sectors) |
| 1679 | { |
| 1680 | return 0; |
| 1681 | } |
| 1682 | |
| 1683 | static inline unsigned int bio_integrity_bytes(struct blk_integrity *bi, |
| 1684 | unsigned int sectors) |
| 1685 | { |
| 1686 | return 0; |
| 1687 | } |
| 1688 | |
Christoph Hellwig | 2a876f5 | 2019-03-03 08:38:29 -0700 | [diff] [blame] | 1689 | static inline struct bio_vec *rq_integrity_vec(struct request *rq) |
| 1690 | { |
| 1691 | return NULL; |
| 1692 | } |
| 1693 | |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1694 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ |
| 1695 | |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1696 | struct block_device_operations { |
Al Viro | d4430d6 | 2008-03-02 09:09:22 -0500 | [diff] [blame] | 1697 | int (*open) (struct block_device *, fmode_t); |
Al Viro | db2a144 | 2013-05-05 21:52:57 -0400 | [diff] [blame] | 1698 | void (*release) (struct gendisk *, fmode_t); |
Tejun Heo | 3f289dc | 2018-07-18 04:47:36 -0700 | [diff] [blame] | 1699 | int (*rw_page)(struct block_device *, sector_t, struct page *, unsigned int); |
Al Viro | d4430d6 | 2008-03-02 09:09:22 -0500 | [diff] [blame] | 1700 | int (*ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); |
| 1701 | int (*compat_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); |
Tejun Heo | 77ea887 | 2010-12-08 20:57:37 +0100 | [diff] [blame] | 1702 | unsigned int (*check_events) (struct gendisk *disk, |
| 1703 | unsigned int clearing); |
| 1704 | /* ->media_changed() is DEPRECATED, use ->check_events() instead */ |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1705 | int (*media_changed) (struct gendisk *); |
Tejun Heo | c3e33e0 | 2010-05-15 20:09:29 +0200 | [diff] [blame] | 1706 | void (*unlock_native_capacity) (struct gendisk *); |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1707 | int (*revalidate_disk) (struct gendisk *); |
| 1708 | int (*getgeo)(struct block_device *, struct hd_geometry *); |
Nitin Gupta | b3a27d0 | 2010-05-17 11:02:43 +0530 | [diff] [blame] | 1709 | /* this callback is with swap_lock and sometimes page table lock held */ |
| 1710 | void (*swap_slot_free_notify) (struct block_device *, unsigned long); |
Christoph Hellwig | e76239a | 2018-10-12 19:08:49 +0900 | [diff] [blame] | 1711 | int (*report_zones)(struct gendisk *, sector_t sector, |
Damien Le Moal | bd976e5 | 2019-07-01 14:09:16 +0900 | [diff] [blame] | 1712 | struct blk_zone *zones, unsigned int *nr_zones); |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1713 | struct module *owner; |
Christoph Hellwig | bbd3e06 | 2015-10-15 14:10:48 +0200 | [diff] [blame] | 1714 | const struct pr_ops *pr_ops; |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1715 | }; |
| 1716 | |
Al Viro | 633a08b | 2007-08-29 20:34:12 -0400 | [diff] [blame] | 1717 | extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int, |
| 1718 | unsigned long); |
Matthew Wilcox | 47a191f | 2014-06-04 16:07:46 -0700 | [diff] [blame] | 1719 | extern int bdev_read_page(struct block_device *, sector_t, struct page *); |
| 1720 | extern int bdev_write_page(struct block_device *, sector_t, struct page *, |
| 1721 | struct writeback_control *); |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 1722 | |
| 1723 | #ifdef CONFIG_BLK_DEV_ZONED |
| 1724 | bool blk_req_needs_zone_write_lock(struct request *rq); |
| 1725 | void __blk_req_zone_write_lock(struct request *rq); |
| 1726 | void __blk_req_zone_write_unlock(struct request *rq); |
| 1727 | |
| 1728 | static inline void blk_req_zone_write_lock(struct request *rq) |
| 1729 | { |
| 1730 | if (blk_req_needs_zone_write_lock(rq)) |
| 1731 | __blk_req_zone_write_lock(rq); |
| 1732 | } |
| 1733 | |
| 1734 | static inline void blk_req_zone_write_unlock(struct request *rq) |
| 1735 | { |
| 1736 | if (rq->rq_flags & RQF_ZONE_WRITE_LOCKED) |
| 1737 | __blk_req_zone_write_unlock(rq); |
| 1738 | } |
| 1739 | |
| 1740 | static inline bool blk_req_zone_is_write_locked(struct request *rq) |
| 1741 | { |
| 1742 | return rq->q->seq_zones_wlock && |
| 1743 | test_bit(blk_rq_zone_no(rq), rq->q->seq_zones_wlock); |
| 1744 | } |
| 1745 | |
| 1746 | static inline bool blk_req_can_dispatch_to_zone(struct request *rq) |
| 1747 | { |
| 1748 | if (!blk_req_needs_zone_write_lock(rq)) |
| 1749 | return true; |
| 1750 | return !blk_req_zone_is_write_locked(rq); |
| 1751 | } |
| 1752 | #else |
| 1753 | static inline bool blk_req_needs_zone_write_lock(struct request *rq) |
| 1754 | { |
| 1755 | return false; |
| 1756 | } |
| 1757 | |
| 1758 | static inline void blk_req_zone_write_lock(struct request *rq) |
| 1759 | { |
| 1760 | } |
| 1761 | |
| 1762 | static inline void blk_req_zone_write_unlock(struct request *rq) |
| 1763 | { |
| 1764 | } |
| 1765 | static inline bool blk_req_zone_is_write_locked(struct request *rq) |
| 1766 | { |
| 1767 | return false; |
| 1768 | } |
| 1769 | |
| 1770 | static inline bool blk_req_can_dispatch_to_zone(struct request *rq) |
| 1771 | { |
| 1772 | return true; |
| 1773 | } |
| 1774 | #endif /* CONFIG_BLK_DEV_ZONED */ |
| 1775 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1776 | #else /* CONFIG_BLOCK */ |
Fabian Frederick | ac13a82 | 2014-06-04 16:06:27 -0700 | [diff] [blame] | 1777 | |
| 1778 | struct block_device; |
| 1779 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1780 | /* |
| 1781 | * stubs for when the block layer is configured out |
| 1782 | */ |
| 1783 | #define buffer_heads_over_limit 0 |
| 1784 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1785 | static inline long nr_blockdev_pages(void) |
| 1786 | { |
| 1787 | return 0; |
| 1788 | } |
| 1789 | |
Jens Axboe | 1f940bd | 2011-03-11 20:17:08 +0100 | [diff] [blame] | 1790 | struct blk_plug { |
| 1791 | }; |
| 1792 | |
| 1793 | static inline void blk_start_plug(struct blk_plug *plug) |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1794 | { |
| 1795 | } |
| 1796 | |
Jens Axboe | 1f940bd | 2011-03-11 20:17:08 +0100 | [diff] [blame] | 1797 | static inline void blk_finish_plug(struct blk_plug *plug) |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1798 | { |
| 1799 | } |
| 1800 | |
Jens Axboe | 1f940bd | 2011-03-11 20:17:08 +0100 | [diff] [blame] | 1801 | static inline void blk_flush_plug(struct task_struct *task) |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1802 | { |
| 1803 | } |
| 1804 | |
Jens Axboe | a237c1c | 2011-04-16 13:27:55 +0200 | [diff] [blame] | 1805 | static inline void blk_schedule_flush_plug(struct task_struct *task) |
| 1806 | { |
| 1807 | } |
| 1808 | |
| 1809 | |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1810 | static inline bool blk_needs_flush_plug(struct task_struct *tsk) |
| 1811 | { |
| 1812 | return false; |
| 1813 | } |
| 1814 | |
Fabian Frederick | ac13a82 | 2014-06-04 16:06:27 -0700 | [diff] [blame] | 1815 | static inline int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask, |
| 1816 | sector_t *error_sector) |
| 1817 | { |
| 1818 | return 0; |
| 1819 | } |
| 1820 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1821 | #endif /* CONFIG_BLOCK */ |
| 1822 | |
Jens Axboe | 0619317 | 2018-11-13 21:16:54 -0700 | [diff] [blame] | 1823 | static inline void blk_wake_io_task(struct task_struct *waiter) |
| 1824 | { |
| 1825 | /* |
| 1826 | * If we're polling, the task itself is doing the completions. For |
| 1827 | * that case, we don't need to signal a wakeup, it's enough to just |
| 1828 | * mark us as RUNNING. |
| 1829 | */ |
| 1830 | if (waiter == current) |
| 1831 | __set_current_state(TASK_RUNNING); |
| 1832 | else |
| 1833 | wake_up_process(waiter); |
| 1834 | } |
| 1835 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1836 | #endif |