blob: 9387f050c248a7f5d6636fb17cd6a0d086f21196 [file] [log] [blame]
Christoph Hellwig3dcf60b2019-04-30 14:42:43 -04001// SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * gendisk handling
4 */
5
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#include <linux/module.h>
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01007#include <linux/ctype.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/fs.h>
9#include <linux/genhd.h>
Andrew Mortonb446b602007-02-20 13:57:48 -080010#include <linux/kdev_t.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/kernel.h>
12#include <linux/blkdev.h>
Tejun Heo66114ca2015-05-22 17:13:32 -040013#include <linux/backing-dev.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <linux/init.h>
15#include <linux/spinlock.h>
Alexey Dobriyanf5009752008-10-04 23:53:21 +040016#include <linux/proc_fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#include <linux/seq_file.h>
18#include <linux/slab.h>
19#include <linux/kmod.h>
20#include <linux/kobj_map.h>
Jes Sorensen58383af2006-02-06 14:12:43 -080021#include <linux/mutex.h>
Tejun Heobcce3de2008-08-25 19:47:22 +090022#include <linux/idr.h>
Tejun Heo77ea8872010-12-08 20:57:37 +010023#include <linux/log2.h>
Ming Lei25e823c2013-02-22 16:34:13 -080024#include <linux/pm_runtime.h>
Vishal Verma99e66082016-01-09 08:36:51 -080025#include <linux/badblocks.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
Adrian Bunkff889722008-03-04 11:23:45 +010027#include "blk.h"
28
Kay Sieversedfaa7c2007-05-21 22:08:01 +020029static DEFINE_MUTEX(block_class_lock);
Christoph Hellwig31eb6182020-03-25 16:48:35 +010030static struct kobject *block_depr;
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Tejun Heobcce3de2008-08-25 19:47:22 +090032/* for extended dynamic devt allocation, currently only one major is used */
Tejun Heoce23bba2013-02-27 17:03:56 -080033#define NR_EXT_DEVT (1 << MINORBITS)
Tejun Heobcce3de2008-08-25 19:47:22 +090034
Keith Busch2da78092014-08-26 09:05:36 -060035/* For extended devt allocation. ext_devt_lock prevents look up
Tejun Heobcce3de2008-08-25 19:47:22 +090036 * results from going away underneath its user.
37 */
Keith Busch2da78092014-08-26 09:05:36 -060038static DEFINE_SPINLOCK(ext_devt_lock);
Tejun Heobcce3de2008-08-25 19:47:22 +090039static DEFINE_IDR(ext_devt_idr);
40
Derek Basehore12c2bdb2012-12-18 12:27:20 -080041static void disk_check_events(struct disk_events *ev,
42 unsigned int *clearing_ptr);
Stanislaw Gruszka9f53d2fe2012-03-02 10:43:28 +010043static void disk_alloc_events(struct gendisk *disk);
Tejun Heo77ea8872010-12-08 20:57:37 +010044static void disk_add_events(struct gendisk *disk);
45static void disk_del_events(struct gendisk *disk);
46static void disk_release_events(struct gendisk *disk);
47
Balbir Singhe598a722020-03-13 05:30:05 +000048/*
49 * Set disk capacity and notify if the size is not currently
50 * zero and will not be set to zero
51 */
Christoph Hellwig7e890c32020-11-12 17:50:04 +010052bool set_capacity_revalidate_and_notify(struct gendisk *disk, sector_t size,
Christoph Hellwigb8086d32020-09-01 17:57:44 +020053 bool update_bdev)
Balbir Singhe598a722020-03-13 05:30:05 +000054{
55 sector_t capacity = get_capacity(disk);
56
57 set_capacity(disk, size);
Christoph Hellwigb8086d32020-09-01 17:57:44 +020058 if (update_bdev)
59 revalidate_disk_size(disk, true);
Balbir Singhe598a722020-03-13 05:30:05 +000060
61 if (capacity != size && capacity != 0 && size != 0) {
62 char *envp[] = { "RESIZE=1", NULL };
63
64 kobject_uevent_env(&disk_to_dev(disk)->kobj, KOBJ_CHANGE, envp);
Christoph Hellwig7e890c32020-11-12 17:50:04 +010065 return true;
Balbir Singhe598a722020-03-13 05:30:05 +000066 }
Christoph Hellwig7e890c32020-11-12 17:50:04 +010067
68 return false;
Balbir Singhe598a722020-03-13 05:30:05 +000069}
70
71EXPORT_SYMBOL_GPL(set_capacity_revalidate_and_notify);
72
Christoph Hellwig5cbd28e2020-03-24 08:25:12 +010073/*
74 * Format the device name of the indicated disk into the supplied buffer and
75 * return a pointer to that same buffer for convenience.
76 */
77char *disk_name(struct gendisk *hd, int partno, char *buf)
78{
79 if (!partno)
80 snprintf(buf, BDEVNAME_SIZE, "%s", hd->disk_name);
81 else if (isdigit(hd->disk_name[strlen(hd->disk_name)-1]))
82 snprintf(buf, BDEVNAME_SIZE, "%sp%d", hd->disk_name, partno);
83 else
84 snprintf(buf, BDEVNAME_SIZE, "%s%d", hd->disk_name, partno);
85
86 return buf;
87}
88
89const char *bdevname(struct block_device *bdev, char *buf)
90{
Christoph Hellwig8a63a862020-09-03 07:41:03 +020091 return disk_name(bdev->bd_disk, bdev->bd_partno, buf);
Christoph Hellwig5cbd28e2020-03-24 08:25:12 +010092}
93EXPORT_SYMBOL(bdevname);
Balbir Singhe598a722020-03-13 05:30:05 +000094
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +030095static void part_stat_read_all(struct hd_struct *part, struct disk_stats *stat)
96{
97 int cpu;
98
99 memset(stat, 0, sizeof(struct disk_stats));
100 for_each_possible_cpu(cpu) {
101 struct disk_stats *ptr = per_cpu_ptr(part->dkstats, cpu);
102 int group;
103
104 for (group = 0; group < NR_STAT_GROUPS; group++) {
105 stat->nsecs[group] += ptr->nsecs[group];
106 stat->sectors[group] += ptr->sectors[group];
107 stat->ios[group] += ptr->ios[group];
108 stat->merges[group] += ptr->merges[group];
109 }
110
111 stat->io_ticks += ptr->io_ticks;
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +0300112 }
113}
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +0300114
Christoph Hellwig1f069592020-08-31 20:02:39 +0200115static unsigned int part_in_flight(struct hd_struct *part)
Jens Axboef299b7c2017-08-08 17:51:45 -0600116{
Christoph Hellwigb2f609e2020-05-13 12:49:33 +0200117 unsigned int inflight = 0;
Mikulas Patocka1226b8d2018-12-06 11:41:20 -0500118 int cpu;
119
Mikulas Patocka1226b8d2018-12-06 11:41:20 -0500120 for_each_possible_cpu(cpu) {
Mikulas Patockae016b782018-12-06 11:41:21 -0500121 inflight += part_stat_local_read_cpu(part, in_flight[0], cpu) +
122 part_stat_local_read_cpu(part, in_flight[1], cpu);
Mikulas Patocka1226b8d2018-12-06 11:41:20 -0500123 }
Mikulas Patockae016b782018-12-06 11:41:21 -0500124 if ((int)inflight < 0)
125 inflight = 0;
Mikulas Patocka1226b8d2018-12-06 11:41:20 -0500126
Mikulas Patockae016b782018-12-06 11:41:21 -0500127 return inflight;
Jens Axboef299b7c2017-08-08 17:51:45 -0600128}
129
Christoph Hellwig1f069592020-08-31 20:02:39 +0200130static void part_in_flight_rw(struct hd_struct *part, unsigned int inflight[2])
Omar Sandovalbf0ddab2018-04-26 00:21:59 -0700131{
Mikulas Patocka1226b8d2018-12-06 11:41:20 -0500132 int cpu;
133
Mikulas Patocka1226b8d2018-12-06 11:41:20 -0500134 inflight[0] = 0;
135 inflight[1] = 0;
136 for_each_possible_cpu(cpu) {
137 inflight[0] += part_stat_local_read_cpu(part, in_flight[0], cpu);
138 inflight[1] += part_stat_local_read_cpu(part, in_flight[1], cpu);
139 }
140 if ((int)inflight[0] < 0)
141 inflight[0] = 0;
142 if ((int)inflight[1] < 0)
143 inflight[1] = 0;
Omar Sandovalbf0ddab2018-04-26 00:21:59 -0700144}
145
Christoph Hellwig807d4af2017-08-23 19:10:30 +0200146struct hd_struct *__disk_get_part(struct gendisk *disk, int partno)
147{
148 struct disk_part_tbl *ptbl = rcu_dereference(disk->part_tbl);
149
150 if (unlikely(partno < 0 || partno >= ptbl->len))
151 return NULL;
152 return rcu_dereference(ptbl->part[partno]);
153}
154
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200155/**
156 * disk_get_part - get partition
157 * @disk: disk to look partition from
158 * @partno: partition number
159 *
160 * Look for partition @partno from @disk. If found, increment
161 * reference count and return it.
162 *
163 * CONTEXT:
164 * Don't care.
165 *
166 * RETURNS:
167 * Pointer to the found partition on success, NULL if not found.
168 */
169struct hd_struct *disk_get_part(struct gendisk *disk, int partno)
170{
Christoph Hellwig807d4af2017-08-23 19:10:30 +0200171 struct hd_struct *part;
Tejun Heo540eed52008-08-25 19:56:15 +0900172
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200173 rcu_read_lock();
Christoph Hellwig807d4af2017-08-23 19:10:30 +0200174 part = __disk_get_part(disk, partno);
175 if (part)
176 get_device(part_to_dev(part));
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200177 rcu_read_unlock();
178
179 return part;
180}
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200181
182/**
183 * disk_part_iter_init - initialize partition iterator
184 * @piter: iterator to initialize
185 * @disk: disk to iterate over
186 * @flags: DISK_PITER_* flags
187 *
188 * Initialize @piter so that it iterates over partitions of @disk.
189 *
190 * CONTEXT:
191 * Don't care.
192 */
193void disk_part_iter_init(struct disk_part_iter *piter, struct gendisk *disk,
194 unsigned int flags)
195{
Tejun Heo540eed52008-08-25 19:56:15 +0900196 struct disk_part_tbl *ptbl;
197
198 rcu_read_lock();
199 ptbl = rcu_dereference(disk->part_tbl);
200
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200201 piter->disk = disk;
202 piter->part = NULL;
203
204 if (flags & DISK_PITER_REVERSE)
Tejun Heo540eed52008-08-25 19:56:15 +0900205 piter->idx = ptbl->len - 1;
Tejun Heo71982a42009-04-17 08:34:48 +0200206 else if (flags & (DISK_PITER_INCL_PART0 | DISK_PITER_INCL_EMPTY_PART0))
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200207 piter->idx = 0;
Tejun Heob5d0b9d2008-09-03 09:06:42 +0200208 else
209 piter->idx = 1;
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200210
211 piter->flags = flags;
Tejun Heo540eed52008-08-25 19:56:15 +0900212
213 rcu_read_unlock();
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200214}
215EXPORT_SYMBOL_GPL(disk_part_iter_init);
216
217/**
218 * disk_part_iter_next - proceed iterator to the next partition and return it
219 * @piter: iterator of interest
220 *
221 * Proceed @piter to the next partition and return it.
222 *
223 * CONTEXT:
224 * Don't care.
225 */
226struct hd_struct *disk_part_iter_next(struct disk_part_iter *piter)
227{
Tejun Heo540eed52008-08-25 19:56:15 +0900228 struct disk_part_tbl *ptbl;
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200229 int inc, end;
230
231 /* put the last partition */
232 disk_put_part(piter->part);
233 piter->part = NULL;
234
Tejun Heo540eed52008-08-25 19:56:15 +0900235 /* get part_tbl */
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200236 rcu_read_lock();
Tejun Heo540eed52008-08-25 19:56:15 +0900237 ptbl = rcu_dereference(piter->disk->part_tbl);
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200238
239 /* determine iteration parameters */
240 if (piter->flags & DISK_PITER_REVERSE) {
241 inc = -1;
Tejun Heo71982a42009-04-17 08:34:48 +0200242 if (piter->flags & (DISK_PITER_INCL_PART0 |
243 DISK_PITER_INCL_EMPTY_PART0))
Tejun Heob5d0b9d2008-09-03 09:06:42 +0200244 end = -1;
245 else
246 end = 0;
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200247 } else {
248 inc = 1;
Tejun Heo540eed52008-08-25 19:56:15 +0900249 end = ptbl->len;
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200250 }
251
252 /* iterate to the next partition */
253 for (; piter->idx != end; piter->idx += inc) {
254 struct hd_struct *part;
255
Tejun Heo540eed52008-08-25 19:56:15 +0900256 part = rcu_dereference(ptbl->part[piter->idx]);
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200257 if (!part)
258 continue;
Vivek Goyalc83f6bf2012-08-01 12:24:18 +0200259 if (!part_nr_sects_read(part) &&
Tejun Heo71982a42009-04-17 08:34:48 +0200260 !(piter->flags & DISK_PITER_INCL_EMPTY) &&
261 !(piter->flags & DISK_PITER_INCL_EMPTY_PART0 &&
262 piter->idx == 0))
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200263 continue;
264
Tejun Heoed9e1982008-08-25 19:56:05 +0900265 get_device(part_to_dev(part));
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200266 piter->part = part;
267 piter->idx += inc;
268 break;
269 }
270
271 rcu_read_unlock();
272
273 return piter->part;
274}
275EXPORT_SYMBOL_GPL(disk_part_iter_next);
276
277/**
278 * disk_part_iter_exit - finish up partition iteration
279 * @piter: iter of interest
280 *
281 * Called when iteration is over. Cleans up @piter.
282 *
283 * CONTEXT:
284 * Don't care.
285 */
286void disk_part_iter_exit(struct disk_part_iter *piter)
287{
288 disk_put_part(piter->part);
289 piter->part = NULL;
290}
291EXPORT_SYMBOL_GPL(disk_part_iter_exit);
292
Jens Axboea6f23652008-10-24 12:52:42 +0200293static inline int sector_in_part(struct hd_struct *part, sector_t sector)
294{
295 return part->start_sect <= sector &&
Vivek Goyalc83f6bf2012-08-01 12:24:18 +0200296 sector < part->start_sect + part_nr_sects_read(part);
Jens Axboea6f23652008-10-24 12:52:42 +0200297}
298
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200299/**
300 * disk_map_sector_rcu - map sector to partition
301 * @disk: gendisk of interest
302 * @sector: sector to map
303 *
304 * Find out which partition @sector maps to on @disk. This is
305 * primarily used for stats accounting.
306 *
307 * CONTEXT:
Ming Leib7d6c302020-05-08 16:17:55 +0800308 * RCU read locked. The returned partition pointer is always valid
Ming Lei27eb3af2020-05-08 16:17:58 +0800309 * because its refcount is grabbed except for part0, which lifetime
310 * is same with the disk.
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200311 *
312 * RETURNS:
Tejun Heo074a7ac2008-08-25 19:56:14 +0900313 * Found partition on success, part0 is returned if no partition matches
Ming Leib7d6c302020-05-08 16:17:55 +0800314 * or the matched partition is being deleted.
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200315 */
316struct hd_struct *disk_map_sector_rcu(struct gendisk *disk, sector_t sector)
317{
Tejun Heo540eed52008-08-25 19:56:15 +0900318 struct disk_part_tbl *ptbl;
Jens Axboea6f23652008-10-24 12:52:42 +0200319 struct hd_struct *part;
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200320 int i;
321
Konstantin Khlebnikov8ab1d402020-05-27 07:24:17 +0200322 rcu_read_lock();
Tejun Heo540eed52008-08-25 19:56:15 +0900323 ptbl = rcu_dereference(disk->part_tbl);
324
Jens Axboea6f23652008-10-24 12:52:42 +0200325 part = rcu_dereference(ptbl->last_lookup);
Ming Leib7d6c302020-05-08 16:17:55 +0800326 if (part && sector_in_part(part, sector) && hd_struct_try_get(part))
Konstantin Khlebnikov8ab1d402020-05-27 07:24:17 +0200327 goto out_unlock;
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200328
Jens Axboea6f23652008-10-24 12:52:42 +0200329 for (i = 1; i < ptbl->len; i++) {
330 part = rcu_dereference(ptbl->part[i]);
331
332 if (part && sector_in_part(part, sector)) {
Ming Leib7d6c302020-05-08 16:17:55 +0800333 /*
334 * only live partition can be cached for lookup,
335 * so use-after-free on cached & deleting partition
336 * can be avoided
337 */
338 if (!hd_struct_try_get(part))
339 break;
Jens Axboea6f23652008-10-24 12:52:42 +0200340 rcu_assign_pointer(ptbl->last_lookup, part);
Konstantin Khlebnikov8ab1d402020-05-27 07:24:17 +0200341 goto out_unlock;
Jens Axboea6f23652008-10-24 12:52:42 +0200342 }
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200343 }
Konstantin Khlebnikov8ab1d402020-05-27 07:24:17 +0200344
345 part = &disk->part0;
346out_unlock:
347 rcu_read_unlock();
348 return part;
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200349}
Tejun Heoe71bf0d2008-09-03 09:03:02 +0200350
Shin'ichiro Kawasakib53df2e2020-02-21 10:37:08 +0900351/**
352 * disk_has_partitions
353 * @disk: gendisk of interest
354 *
355 * Walk through the partition table and check if valid partition exists.
356 *
357 * CONTEXT:
358 * Don't care.
359 *
360 * RETURNS:
361 * True if the gendisk has at least one valid non-zero size partition.
362 * Otherwise false.
363 */
364bool disk_has_partitions(struct gendisk *disk)
365{
366 struct disk_part_tbl *ptbl;
367 int i;
368 bool ret = false;
369
370 rcu_read_lock();
371 ptbl = rcu_dereference(disk->part_tbl);
372
373 /* Iterate partitions skipping the whole device at index 0 */
374 for (i = 1; i < ptbl->len; i++) {
375 if (rcu_dereference(ptbl->part[i])) {
376 ret = true;
377 break;
378 }
379 }
380
381 rcu_read_unlock();
382
383 return ret;
384}
385EXPORT_SYMBOL_GPL(disk_has_partitions);
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387/*
388 * Can be deleted altogether. Later.
389 *
390 */
Logan Gunthorpe133d55c2017-06-16 17:48:21 -0600391#define BLKDEV_MAJOR_HASH_SIZE 255
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392static struct blk_major_name {
393 struct blk_major_name *next;
394 int major;
395 char name[16];
Joe Korty68eef3b2006-03-31 02:30:32 -0800396} *major_names[BLKDEV_MAJOR_HASH_SIZE];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397
398/* index in the above - for now: assume no multimajor ranges */
Yang Zhange61eb2e2010-12-17 09:00:18 +0100399static inline int major_to_index(unsigned major)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400{
Joe Korty68eef3b2006-03-31 02:30:32 -0800401 return major % BLKDEV_MAJOR_HASH_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402}
403
Joe Korty68eef3b2006-03-31 02:30:32 -0800404#ifdef CONFIG_PROC_FS
Tejun Heocf771cb2008-09-03 09:01:09 +0200405void blkdev_show(struct seq_file *seqf, off_t offset)
Neil Horman7170be52006-01-14 13:20:38 -0800406{
Joe Korty68eef3b2006-03-31 02:30:32 -0800407 struct blk_major_name *dp;
Neil Horman7170be52006-01-14 13:20:38 -0800408
Logan Gunthorpe133d55c2017-06-16 17:48:21 -0600409 mutex_lock(&block_class_lock);
410 for (dp = major_names[major_to_index(offset)]; dp; dp = dp->next)
411 if (dp->major == offset)
Tejun Heocf771cb2008-09-03 09:01:09 +0200412 seq_printf(seqf, "%3d %s\n", dp->major, dp->name);
Logan Gunthorpe133d55c2017-06-16 17:48:21 -0600413 mutex_unlock(&block_class_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414}
Joe Korty68eef3b2006-03-31 02:30:32 -0800415#endif /* CONFIG_PROC_FS */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Márton Németh9e8c0bc2009-02-20 08:12:51 +0100417/**
418 * register_blkdev - register a new block device
419 *
Srivatsa S. Bhatf33ff112018-02-05 18:25:27 -0800420 * @major: the requested major device number [1..BLKDEV_MAJOR_MAX-1]. If
421 * @major = 0, try to allocate any unused major number.
Márton Németh9e8c0bc2009-02-20 08:12:51 +0100422 * @name: the name of the new block device as a zero terminated string
423 *
424 * The @name must be unique within the system.
425 *
mchehab@s-opensource.com0e056eb2017-03-30 17:11:36 -0300426 * The return value depends on the @major input parameter:
427 *
Srivatsa S. Bhatf33ff112018-02-05 18:25:27 -0800428 * - if a major device number was requested in range [1..BLKDEV_MAJOR_MAX-1]
429 * then the function returns zero on success, or a negative error code
mchehab@s-opensource.com0e056eb2017-03-30 17:11:36 -0300430 * - if any unused major number was requested with @major = 0 parameter
Márton Németh9e8c0bc2009-02-20 08:12:51 +0100431 * then the return value is the allocated major number in range
Srivatsa S. Bhatf33ff112018-02-05 18:25:27 -0800432 * [1..BLKDEV_MAJOR_MAX-1] or a negative error code otherwise
433 *
434 * See Documentation/admin-guide/devices.txt for the list of allocated
435 * major numbers.
Márton Németh9e8c0bc2009-02-20 08:12:51 +0100436 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437int register_blkdev(unsigned int major, const char *name)
438{
439 struct blk_major_name **n, *p;
440 int index, ret = 0;
441
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200442 mutex_lock(&block_class_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443
444 /* temporary */
445 if (major == 0) {
446 for (index = ARRAY_SIZE(major_names)-1; index > 0; index--) {
447 if (major_names[index] == NULL)
448 break;
449 }
450
451 if (index == 0) {
Keyur Pateldfc76d12019-02-17 10:21:56 -0500452 printk("%s: failed to get major for %s\n",
453 __func__, name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 ret = -EBUSY;
455 goto out;
456 }
457 major = index;
458 ret = major;
459 }
460
Logan Gunthorpe133d55c2017-06-16 17:48:21 -0600461 if (major >= BLKDEV_MAJOR_MAX) {
Keyur Pateldfc76d12019-02-17 10:21:56 -0500462 pr_err("%s: major requested (%u) is greater than the maximum (%u) for %s\n",
463 __func__, major, BLKDEV_MAJOR_MAX-1, name);
Logan Gunthorpe133d55c2017-06-16 17:48:21 -0600464
465 ret = -EINVAL;
466 goto out;
467 }
468
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 p = kmalloc(sizeof(struct blk_major_name), GFP_KERNEL);
470 if (p == NULL) {
471 ret = -ENOMEM;
472 goto out;
473 }
474
475 p->major = major;
476 strlcpy(p->name, name, sizeof(p->name));
477 p->next = NULL;
478 index = major_to_index(major);
479
480 for (n = &major_names[index]; *n; n = &(*n)->next) {
481 if ((*n)->major == major)
482 break;
483 }
484 if (!*n)
485 *n = p;
486 else
487 ret = -EBUSY;
488
489 if (ret < 0) {
Srivatsa S. Bhatf33ff112018-02-05 18:25:27 -0800490 printk("register_blkdev: cannot get major %u for %s\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491 major, name);
492 kfree(p);
493 }
494out:
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200495 mutex_unlock(&block_class_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 return ret;
497}
498
499EXPORT_SYMBOL(register_blkdev);
500
Akinobu Mitaf4480242007-07-17 04:03:47 -0700501void unregister_blkdev(unsigned int major, const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502{
503 struct blk_major_name **n;
504 struct blk_major_name *p = NULL;
505 int index = major_to_index(major);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200507 mutex_lock(&block_class_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 for (n = &major_names[index]; *n; n = &(*n)->next)
509 if ((*n)->major == major)
510 break;
Akinobu Mita294462a2007-07-17 04:03:45 -0700511 if (!*n || strcmp((*n)->name, name)) {
512 WARN_ON(1);
Akinobu Mita294462a2007-07-17 04:03:45 -0700513 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 p = *n;
515 *n = p->next;
516 }
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200517 mutex_unlock(&block_class_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 kfree(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519}
520
521EXPORT_SYMBOL(unregister_blkdev);
522
523static struct kobj_map *bdev_map;
524
Tejun Heobcce3de2008-08-25 19:47:22 +0900525/**
Tejun Heo870d6652008-08-25 19:47:25 +0900526 * blk_mangle_minor - scatter minor numbers apart
527 * @minor: minor number to mangle
528 *
529 * Scatter consecutively allocated @minor number apart if MANGLE_DEVT
530 * is enabled. Mangling twice gives the original value.
531 *
532 * RETURNS:
533 * Mangled value.
534 *
535 * CONTEXT:
536 * Don't care.
537 */
538static int blk_mangle_minor(int minor)
539{
540#ifdef CONFIG_DEBUG_BLOCK_EXT_DEVT
541 int i;
542
543 for (i = 0; i < MINORBITS / 2; i++) {
544 int low = minor & (1 << i);
545 int high = minor & (1 << (MINORBITS - 1 - i));
546 int distance = MINORBITS - 1 - 2 * i;
547
548 minor ^= low | high; /* clear both bits */
549 low <<= distance; /* swap the positions */
550 high >>= distance;
551 minor |= low | high; /* and set */
552 }
553#endif
554 return minor;
555}
556
557/**
Tejun Heobcce3de2008-08-25 19:47:22 +0900558 * blk_alloc_devt - allocate a dev_t for a partition
559 * @part: partition to allocate dev_t for
Tejun Heobcce3de2008-08-25 19:47:22 +0900560 * @devt: out parameter for resulting dev_t
561 *
562 * Allocate a dev_t for block device.
563 *
564 * RETURNS:
565 * 0 on success, allocated dev_t is returned in *@devt. -errno on
566 * failure.
567 *
568 * CONTEXT:
569 * Might sleep.
570 */
571int blk_alloc_devt(struct hd_struct *part, dev_t *devt)
572{
573 struct gendisk *disk = part_to_disk(part);
Tejun Heobab998d2013-02-27 17:03:57 -0800574 int idx;
Tejun Heobcce3de2008-08-25 19:47:22 +0900575
576 /* in consecutive minor range? */
577 if (part->partno < disk->minors) {
578 *devt = MKDEV(disk->major, disk->first_minor + part->partno);
579 return 0;
580 }
581
582 /* allocate ext devt */
Keith Busch2da78092014-08-26 09:05:36 -0600583 idr_preload(GFP_KERNEL);
584
Dan Williams4d66e5e2015-06-10 23:47:14 -0400585 spin_lock_bh(&ext_devt_lock);
Keith Busch2da78092014-08-26 09:05:36 -0600586 idx = idr_alloc(&ext_devt_idr, part, 0, NR_EXT_DEVT, GFP_NOWAIT);
Dan Williams4d66e5e2015-06-10 23:47:14 -0400587 spin_unlock_bh(&ext_devt_lock);
Keith Busch2da78092014-08-26 09:05:36 -0600588
589 idr_preload_end();
Tejun Heobab998d2013-02-27 17:03:57 -0800590 if (idx < 0)
591 return idx == -ENOSPC ? -EBUSY : idx;
Tejun Heobcce3de2008-08-25 19:47:22 +0900592
Tejun Heo870d6652008-08-25 19:47:25 +0900593 *devt = MKDEV(BLOCK_EXT_MAJOR, blk_mangle_minor(idx));
Tejun Heobcce3de2008-08-25 19:47:22 +0900594 return 0;
595}
596
597/**
598 * blk_free_devt - free a dev_t
599 * @devt: dev_t to free
600 *
601 * Free @devt which was allocated using blk_alloc_devt().
602 *
603 * CONTEXT:
604 * Might sleep.
605 */
606void blk_free_devt(dev_t devt)
607{
Tejun Heobcce3de2008-08-25 19:47:22 +0900608 if (devt == MKDEV(0, 0))
609 return;
610
611 if (MAJOR(devt) == BLOCK_EXT_MAJOR) {
Dan Williams4d66e5e2015-06-10 23:47:14 -0400612 spin_lock_bh(&ext_devt_lock);
Tejun Heo870d6652008-08-25 19:47:25 +0900613 idr_remove(&ext_devt_idr, blk_mangle_minor(MINOR(devt)));
Dan Williams4d66e5e2015-06-10 23:47:14 -0400614 spin_unlock_bh(&ext_devt_lock);
Tejun Heobcce3de2008-08-25 19:47:22 +0900615 }
616}
617
Bart Van Assche33c826e2019-05-30 17:00:47 -0700618/*
619 * We invalidate devt by assigning NULL pointer for devt in idr.
Yufen Yu6fcc44d2019-04-02 20:06:34 +0800620 */
621void blk_invalidate_devt(dev_t devt)
622{
623 if (MAJOR(devt) == BLOCK_EXT_MAJOR) {
624 spin_lock_bh(&ext_devt_lock);
625 idr_replace(&ext_devt_idr, NULL, blk_mangle_minor(MINOR(devt)));
626 spin_unlock_bh(&ext_devt_lock);
627 }
628}
629
Tejun Heo1f014292008-08-25 19:47:23 +0900630static char *bdevt_str(dev_t devt, char *buf)
631{
632 if (MAJOR(devt) <= 0xff && MINOR(devt) <= 0xff) {
633 char tbuf[BDEVT_SIZE];
634 snprintf(tbuf, BDEVT_SIZE, "%02x%02x", MAJOR(devt), MINOR(devt));
635 snprintf(buf, BDEVT_SIZE, "%-9s", tbuf);
636 } else
637 snprintf(buf, BDEVT_SIZE, "%03x:%05x", MAJOR(devt), MINOR(devt));
638
639 return buf;
640}
641
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642/*
643 * Register device numbers dev..(dev+range-1)
644 * range must be nonzero
645 * The hash chain is sorted on range, so that subranges can override.
646 */
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200647void blk_register_region(dev_t devt, unsigned long range, struct module *module,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648 struct kobject *(*probe)(dev_t, int *, void *),
649 int (*lock)(dev_t, void *), void *data)
650{
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200651 kobj_map(bdev_map, devt, range, module, probe, lock, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652}
653
654EXPORT_SYMBOL(blk_register_region);
655
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200656void blk_unregister_region(dev_t devt, unsigned long range)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657{
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200658 kobj_unmap(bdev_map, devt, range);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659}
660
661EXPORT_SYMBOL(blk_unregister_region);
662
Tejun Heocf771cb2008-09-03 09:01:09 +0200663static struct kobject *exact_match(dev_t devt, int *partno, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664{
665 struct gendisk *p = data;
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200666
Tejun Heoed9e1982008-08-25 19:56:05 +0900667 return &disk_to_dev(p)->kobj;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668}
669
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200670static int exact_lock(dev_t devt, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671{
672 struct gendisk *p = data;
673
Jan Kara3079c222018-02-26 13:01:38 +0100674 if (!get_disk_and_module(p))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 return -1;
676 return 0;
677}
678
Christoph Hellwig9301fe72020-09-21 09:19:46 +0200679static void disk_scan_partitions(struct gendisk *disk)
680{
681 struct block_device *bdev;
682
683 if (!get_capacity(disk) || !disk_part_scan_enabled(disk))
684 return;
685
686 set_bit(GD_NEED_PART_SCAN, &disk->state);
687 bdev = blkdev_get_by_dev(disk_devt(disk), FMODE_READ, NULL);
688 if (!IS_ERR(bdev))
689 blkdev_put(bdev, FMODE_READ);
690}
691
Hannes Reineckefef912b2018-09-28 08:17:19 +0200692static void register_disk(struct device *parent, struct gendisk *disk,
693 const struct attribute_group **groups)
Tejun Heod2bf1b62010-12-08 20:57:36 +0100694{
695 struct device *ddev = disk_to_dev(disk);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100696 struct disk_part_iter piter;
697 struct hd_struct *part;
698 int err;
699
Dan Williamse63a46b2016-06-15 18:17:27 -0700700 ddev->parent = parent;
Tejun Heod2bf1b62010-12-08 20:57:36 +0100701
Kees Cookffc8b302013-07-03 15:01:14 -0700702 dev_set_name(ddev, "%s", disk->disk_name);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100703
704 /* delay uevents, until we scanned partition table */
705 dev_set_uevent_suppress(ddev, 1);
706
Hannes Reineckefef912b2018-09-28 08:17:19 +0200707 if (groups) {
708 WARN_ON(ddev->groups);
709 ddev->groups = groups;
710 }
Tejun Heod2bf1b62010-12-08 20:57:36 +0100711 if (device_add(ddev))
712 return;
713 if (!sysfs_deprecated) {
714 err = sysfs_create_link(block_depr, &ddev->kobj,
715 kobject_name(&ddev->kobj));
716 if (err) {
717 device_del(ddev);
718 return;
719 }
720 }
Ming Lei25e823c2013-02-22 16:34:13 -0800721
722 /*
723 * avoid probable deadlock caused by allocating memory with
724 * GFP_KERNEL in runtime_resume callback of its all ancestor
725 * devices
726 */
727 pm_runtime_set_memalloc_noio(ddev, true);
728
Tejun Heod2bf1b62010-12-08 20:57:36 +0100729 disk->part0.holder_dir = kobject_create_and_add("holders", &ddev->kobj);
730 disk->slave_dir = kobject_create_and_add("slaves", &ddev->kobj);
731
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300732 if (disk->flags & GENHD_FL_HIDDEN) {
733 dev_set_uevent_suppress(ddev, 0);
734 return;
735 }
736
Christoph Hellwig9301fe72020-09-21 09:19:46 +0200737 disk_scan_partitions(disk);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100738
Tejun Heod2bf1b62010-12-08 20:57:36 +0100739 /* announce disk after possible partitions are created */
740 dev_set_uevent_suppress(ddev, 0);
741 kobject_uevent(&ddev->kobj, KOBJ_ADD);
742
743 /* announce possible partitions */
744 disk_part_iter_init(&piter, disk, 0);
745 while ((part = disk_part_iter_next(&piter)))
746 kobject_uevent(&part_to_dev(part)->kobj, KOBJ_ADD);
747 disk_part_iter_exit(&piter);
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300748
zhengbin4d7c1d32019-02-20 21:27:05 +0800749 if (disk->queue->backing_dev_info->dev) {
750 err = sysfs_create_link(&ddev->kobj,
751 &disk->queue->backing_dev_info->dev->kobj,
752 "bdi");
753 WARN_ON(err);
754 }
Tejun Heod2bf1b62010-12-08 20:57:36 +0100755}
756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757/**
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500758 * __device_add_disk - add disk information to kernel list
Dan Williamse63a46b2016-06-15 18:17:27 -0700759 * @parent: parent device for the disk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760 * @disk: per-device partitioning information
Hannes Reineckefef912b2018-09-28 08:17:19 +0200761 * @groups: Additional per-device sysfs groups
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500762 * @register_queue: register the queue if set to true
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 *
764 * This function registers the partitioning information in @disk
765 * with the kernel.
Tejun Heo3e1a7ff2008-08-25 19:56:17 +0900766 *
767 * FIXME: error handling
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768 */
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500769static void __device_add_disk(struct device *parent, struct gendisk *disk,
Hannes Reineckefef912b2018-09-28 08:17:19 +0200770 const struct attribute_group **groups,
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500771 bool register_queue)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772{
Tejun Heo3e1a7ff2008-08-25 19:56:17 +0900773 dev_t devt;
Greg Kroah-Hartman6ffeea72008-05-22 17:21:08 -0400774 int retval;
Peter Zijlstracf0ca9f2008-04-30 00:54:32 -0700775
Damien Le Moal737eb782019-09-05 18:51:33 +0900776 /*
777 * The disk queue should now be all set with enough information about
778 * the device for the elevator code to pick an adequate default
779 * elevator if one is needed, that is, for devices requesting queue
780 * registration.
781 */
782 if (register_queue)
783 elevator_init_mq(disk->queue);
784
Tejun Heo3e1a7ff2008-08-25 19:56:17 +0900785 /* minors == 0 indicates to use ext devt from part0 and should
786 * be accompanied with EXT_DEVT flag. Make sure all
787 * parameters make sense.
788 */
789 WARN_ON(disk->minors && !(disk->major || disk->first_minor));
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300790 WARN_ON(!disk->minors &&
791 !(disk->flags & (GENHD_FL_EXT_DEVT | GENHD_FL_HIDDEN)));
Tejun Heo3e1a7ff2008-08-25 19:56:17 +0900792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 disk->flags |= GENHD_FL_UP;
Tejun Heo3e1a7ff2008-08-25 19:56:17 +0900794
795 retval = blk_alloc_devt(&disk->part0, &devt);
796 if (retval) {
797 WARN_ON(1);
798 return;
799 }
Tejun Heo3e1a7ff2008-08-25 19:56:17 +0900800 disk->major = MAJOR(devt);
801 disk->first_minor = MINOR(devt);
802
Stanislaw Gruszka9f53d2fe2012-03-02 10:43:28 +0100803 disk_alloc_events(disk);
804
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300805 if (disk->flags & GENHD_FL_HIDDEN) {
806 /*
807 * Don't let hidden disks show up in /proc/partitions,
808 * and don't bother scanning for partitions either.
809 */
810 disk->flags |= GENHD_FL_SUPPRESS_PARTITION_INFO;
811 disk->flags |= GENHD_FL_NO_PART_SCAN;
812 } else {
Christoph Hellwig3c5d2022020-05-04 14:47:59 +0200813 struct backing_dev_info *bdi = disk->queue->backing_dev_info;
814 struct device *dev = disk_to_dev(disk);
weiping zhang3a921682017-10-31 18:38:59 +0800815 int ret;
816
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300817 /* Register BDI before referencing it from bdev */
Christoph Hellwig3c5d2022020-05-04 14:47:59 +0200818 dev->devt = devt;
819 ret = bdi_register(bdi, "%u:%u", MAJOR(devt), MINOR(devt));
weiping zhang3a921682017-10-31 18:38:59 +0800820 WARN_ON(ret);
Christoph Hellwig3c5d2022020-05-04 14:47:59 +0200821 bdi_set_owner(bdi, dev);
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300822 blk_register_region(disk_devt(disk), disk->minors, NULL,
823 exact_match, exact_lock, disk);
824 }
Hannes Reineckefef912b2018-09-28 08:17:19 +0200825 register_disk(parent, disk, groups);
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500826 if (register_queue)
827 blk_register_queue(disk);
Peter Zijlstracf0ca9f2008-04-30 00:54:32 -0700828
Tejun Heo523e1d32011-10-19 14:31:07 +0200829 /*
830 * Take an extra ref on queue which will be put on disk_release()
831 * so that it sticks around as long as @disk is there.
832 */
Tejun Heo09ac46c2011-12-14 00:33:38 +0100833 WARN_ON_ONCE(!blk_get_queue(disk->queue));
Tejun Heo523e1d32011-10-19 14:31:07 +0200834
Tejun Heo77ea8872010-12-08 20:57:37 +0100835 disk_add_events(disk);
Martin K. Petersen25520d52015-10-21 13:19:49 -0400836 blk_integrity_add(disk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837}
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500838
Hannes Reineckefef912b2018-09-28 08:17:19 +0200839void device_add_disk(struct device *parent, struct gendisk *disk,
840 const struct attribute_group **groups)
841
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500842{
Hannes Reineckefef912b2018-09-28 08:17:19 +0200843 __device_add_disk(parent, disk, groups, true);
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500844}
Dan Williamse63a46b2016-06-15 18:17:27 -0700845EXPORT_SYMBOL(device_add_disk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500847void device_add_disk_no_queue_reg(struct device *parent, struct gendisk *disk)
848{
Hannes Reineckefef912b2018-09-28 08:17:19 +0200849 __device_add_disk(parent, disk, NULL, false);
Mike Snitzerfa70d2e2018-01-08 22:01:13 -0500850}
851EXPORT_SYMBOL(device_add_disk_no_queue_reg);
852
Christoph Hellwig02d33b62020-04-14 09:29:01 +0200853static void invalidate_partition(struct gendisk *disk, int partno)
854{
855 struct block_device *bdev;
856
857 bdev = bdget_disk(disk, partno);
858 if (!bdev)
859 return;
860
861 fsync_bdev(bdev);
862 __invalidate_device(bdev, true);
Christoph Hellwig9bc5c392020-04-14 09:29:02 +0200863
864 /*
865 * Unhash the bdev inode for this device so that it gets evicted as soon
866 * as last inode reference is dropped.
867 */
868 remove_inode_hash(bdev->bd_inode);
Christoph Hellwig02d33b62020-04-14 09:29:01 +0200869 bdput(bdev);
870}
871
Luis Chamberlainb5bd3572020-06-19 20:47:23 +0000872/**
873 * del_gendisk - remove the gendisk
874 * @disk: the struct gendisk to remove
875 *
876 * Removes the gendisk and all its associated resources. This deletes the
877 * partitions associated with the gendisk, and unregisters the associated
878 * request_queue.
879 *
880 * This is the counter to the respective __device_add_disk() call.
881 *
882 * The final removal of the struct gendisk happens when its refcount reaches 0
883 * with put_disk(), which should be called after del_gendisk(), if
884 * __device_add_disk() was used.
Luis Chamberlaine8c7d142020-06-19 20:47:25 +0000885 *
886 * Drivers exist which depend on the release of the gendisk to be synchronous,
887 * it should not be deferred.
888 *
889 * Context: can sleep
Luis Chamberlainb5bd3572020-06-19 20:47:23 +0000890 */
Tejun Heod2bf1b62010-12-08 20:57:36 +0100891void del_gendisk(struct gendisk *disk)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892{
Tejun Heod2bf1b62010-12-08 20:57:36 +0100893 struct disk_part_iter piter;
894 struct hd_struct *part;
895
Luis Chamberlaine8c7d142020-06-19 20:47:25 +0000896 might_sleep();
897
Martin K. Petersen25520d52015-10-21 13:19:49 -0400898 blk_integrity_del(disk);
Tejun Heo77ea8872010-12-08 20:57:37 +0100899 disk_del_events(disk);
900
Jan Kara56c09082018-02-26 13:01:41 +0100901 /*
902 * Block lookups of the disk until all bdevs are unhashed and the
903 * disk is marked as dead (GENHD_FL_UP cleared).
904 */
905 down_write(&disk->lookup_sem);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100906 /* invalidate stuff */
907 disk_part_iter_init(&piter, disk,
908 DISK_PITER_INCL_EMPTY | DISK_PITER_REVERSE);
909 while ((part = disk_part_iter_next(&piter))) {
910 invalidate_partition(disk, part->partno);
Christoph Hellwig8328eb22020-08-31 20:02:38 +0200911 delete_partition(part);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100912 }
913 disk_part_iter_exit(&piter);
914
915 invalidate_partition(disk, 0);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100916 set_capacity(disk, 0);
917 disk->flags &= ~GENHD_FL_UP;
Jan Kara56c09082018-02-26 13:01:41 +0100918 up_write(&disk->lookup_sem);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100919
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300920 if (!(disk->flags & GENHD_FL_HIDDEN))
921 sysfs_remove_link(&disk_to_dev(disk)->kobj, "bdi");
Jan Kara90f16fd2017-03-08 17:48:33 +0100922 if (disk->queue) {
923 /*
924 * Unregister bdi before releasing device numbers (as they can
925 * get reused and we'd get clashes in sysfs).
926 */
Mike Snitzerbc8d0622018-01-09 20:46:49 -0500927 if (!(disk->flags & GENHD_FL_HIDDEN))
928 bdi_unregister(disk->queue->backing_dev_info);
Jan Kara90f16fd2017-03-08 17:48:33 +0100929 blk_unregister_queue(disk);
930 } else {
931 WARN_ON(1);
932 }
Tejun Heod2bf1b62010-12-08 20:57:36 +0100933
Hannes Reinecke17eac092017-11-09 17:57:06 +0100934 if (!(disk->flags & GENHD_FL_HIDDEN))
Christoph Hellwig8ddcd652017-11-02 21:29:53 +0300935 blk_unregister_region(disk_devt(disk), disk->minors);
Yufen Yu6fcc44d2019-04-02 20:06:34 +0800936 /*
937 * Remove gendisk pointer from idr so that it cannot be looked up
938 * while RCU period before freeing gendisk is running to prevent
939 * use-after-free issues. Note that the device number stays
940 * "in-use" until we really free the gendisk.
941 */
942 blk_invalidate_devt(disk_devt(disk));
Tejun Heod2bf1b62010-12-08 20:57:36 +0100943
944 kobject_put(disk->part0.holder_dir);
945 kobject_put(disk->slave_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946
947 part_stat_set_all(&disk->part0, 0);
Tejun Heoed9e1982008-08-25 19:56:05 +0900948 disk->part0.stamp = 0;
Tejun Heod2bf1b62010-12-08 20:57:36 +0100949 if (!sysfs_deprecated)
950 sysfs_remove_link(block_depr, dev_name(disk_to_dev(disk)));
Ming Lei25e823c2013-02-22 16:34:13 -0800951 pm_runtime_set_memalloc_noio(disk_to_dev(disk), false);
Tejun Heod2bf1b62010-12-08 20:57:36 +0100952 device_del(disk_to_dev(disk));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953}
Tejun Heod2bf1b62010-12-08 20:57:36 +0100954EXPORT_SYMBOL(del_gendisk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955
Vishal Verma99e66082016-01-09 08:36:51 -0800956/* sysfs access to bad-blocks list. */
957static ssize_t disk_badblocks_show(struct device *dev,
958 struct device_attribute *attr,
959 char *page)
960{
961 struct gendisk *disk = dev_to_disk(dev);
962
963 if (!disk->bb)
964 return sprintf(page, "\n");
965
966 return badblocks_show(disk->bb, page, 0);
967}
968
969static ssize_t disk_badblocks_store(struct device *dev,
970 struct device_attribute *attr,
971 const char *page, size_t len)
972{
973 struct gendisk *disk = dev_to_disk(dev);
974
975 if (!disk->bb)
976 return -ENXIO;
977
978 return badblocks_store(disk->bb, page, len, 0);
979}
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981/**
982 * get_gendisk - get partitioning information for a given device
Randy Dunlap710027a2008-08-19 20:13:11 +0200983 * @devt: device to get partitioning information for
Randy Dunlap496aa8a2008-10-16 07:46:23 +0200984 * @partno: returned partition index
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 *
986 * This function gets the structure containing partitioning
Randy Dunlap710027a2008-08-19 20:13:11 +0200987 * information for the given device @devt.
Luis Chamberlain763b5892020-06-19 20:47:24 +0000988 *
989 * Context: can sleep
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990 */
Tejun Heocf771cb2008-09-03 09:01:09 +0200991struct gendisk *get_gendisk(dev_t devt, int *partno)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992{
Tejun Heobcce3de2008-08-25 19:47:22 +0900993 struct gendisk *disk = NULL;
Kay Sieversedfaa7c2007-05-21 22:08:01 +0200994
Luis Chamberlain763b5892020-06-19 20:47:24 +0000995 might_sleep();
996
Tejun Heobcce3de2008-08-25 19:47:22 +0900997 if (MAJOR(devt) != BLOCK_EXT_MAJOR) {
998 struct kobject *kobj;
999
1000 kobj = kobj_lookup(bdev_map, devt, partno);
1001 if (kobj)
1002 disk = dev_to_disk(kobj_to_dev(kobj));
1003 } else {
1004 struct hd_struct *part;
1005
Dan Williams4d66e5e2015-06-10 23:47:14 -04001006 spin_lock_bh(&ext_devt_lock);
Tejun Heo870d6652008-08-25 19:47:25 +09001007 part = idr_find(&ext_devt_idr, blk_mangle_minor(MINOR(devt)));
Jan Kara3079c222018-02-26 13:01:38 +01001008 if (part && get_disk_and_module(part_to_disk(part))) {
Tejun Heobcce3de2008-08-25 19:47:22 +09001009 *partno = part->partno;
1010 disk = part_to_disk(part);
1011 }
Dan Williams4d66e5e2015-06-10 23:47:14 -04001012 spin_unlock_bh(&ext_devt_lock);
Tejun Heobcce3de2008-08-25 19:47:22 +09001013 }
1014
Jan Kara56c09082018-02-26 13:01:41 +01001015 if (!disk)
1016 return NULL;
1017
1018 /*
1019 * Synchronize with del_gendisk() to not return disk that is being
1020 * destroyed.
1021 */
1022 down_read(&disk->lookup_sem);
1023 if (unlikely((disk->flags & GENHD_FL_HIDDEN) ||
1024 !(disk->flags & GENHD_FL_UP))) {
1025 up_read(&disk->lookup_sem);
Jan Kara9df6c292018-02-26 13:01:39 +01001026 put_disk_and_module(disk);
Christoph Hellwig8ddcd652017-11-02 21:29:53 +03001027 disk = NULL;
Jan Kara56c09082018-02-26 13:01:41 +01001028 } else {
1029 up_read(&disk->lookup_sem);
Christoph Hellwig8ddcd652017-11-02 21:29:53 +03001030 }
Tejun Heobcce3de2008-08-25 19:47:22 +09001031 return disk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032}
1033
Tejun Heof331c022008-09-03 09:01:48 +02001034/**
1035 * bdget_disk - do bdget() by gendisk and partition number
1036 * @disk: gendisk of interest
1037 * @partno: partition number
1038 *
1039 * Find partition @partno from @disk, do bdget() on it.
1040 *
1041 * CONTEXT:
1042 * Don't care.
1043 *
1044 * RETURNS:
1045 * Resulting block_device on success, NULL on failure.
1046 */
Harvey Harrisonaeb3d3a2008-08-28 09:27:42 +02001047struct block_device *bdget_disk(struct gendisk *disk, int partno)
Tejun Heof331c022008-09-03 09:01:48 +02001048{
Tejun Heo548b10e2008-08-29 09:01:47 +02001049 struct hd_struct *part;
1050 struct block_device *bdev = NULL;
Tejun Heof331c022008-09-03 09:01:48 +02001051
Tejun Heo548b10e2008-08-29 09:01:47 +02001052 part = disk_get_part(disk, partno);
Tejun Heo2bbedcb2008-08-29 11:41:51 +02001053 if (part)
Christoph Hellwig10ed1662020-09-25 18:06:18 +02001054 bdev = bdget_part(part);
Tejun Heo548b10e2008-08-29 09:01:47 +02001055 disk_put_part(part);
Tejun Heof331c022008-09-03 09:01:48 +02001056
Tejun Heo548b10e2008-08-29 09:01:47 +02001057 return bdev;
Tejun Heof331c022008-09-03 09:01:48 +02001058}
1059EXPORT_SYMBOL(bdget_disk);
1060
Dave Gilbertdd2a3452007-05-09 02:33:24 -07001061/*
1062 * print a full list of all partitions - intended for places where the root
1063 * filesystem can't be mounted and thus to give the victim some idea of what
1064 * went wrong
1065 */
1066void __init printk_all_partitions(void)
1067{
Tejun Heodef4e382008-09-03 08:57:12 +02001068 struct class_dev_iter iter;
1069 struct device *dev;
1070
1071 class_dev_iter_init(&iter, &block_class, NULL, &disk_type);
1072 while ((dev = class_dev_iter_next(&iter))) {
1073 struct gendisk *disk = dev_to_disk(dev);
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001074 struct disk_part_iter piter;
1075 struct hd_struct *part;
Tejun Heo1f014292008-08-25 19:47:23 +09001076 char name_buf[BDEVNAME_SIZE];
1077 char devt_buf[BDEVT_SIZE];
Tejun Heodef4e382008-09-03 08:57:12 +02001078
1079 /*
1080 * Don't show empty devices or things that have been
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001081 * suppressed
Tejun Heodef4e382008-09-03 08:57:12 +02001082 */
1083 if (get_capacity(disk) == 0 ||
1084 (disk->flags & GENHD_FL_SUPPRESS_PARTITION_INFO))
1085 continue;
1086
1087 /*
1088 * Note, unlike /proc/partitions, I am showing the
1089 * numbers in hex - the same format as the root=
1090 * option takes.
1091 */
Tejun Heo074a7ac2008-08-25 19:56:14 +09001092 disk_part_iter_init(&piter, disk, DISK_PITER_INCL_PART0);
1093 while ((part = disk_part_iter_next(&piter))) {
1094 bool is_part0 = part == &disk->part0;
Tejun Heodef4e382008-09-03 08:57:12 +02001095
Will Drewryb5af9212010-08-31 15:47:07 -05001096 printk("%s%s %10llu %s %s", is_part0 ? "" : " ",
Tejun Heo1f014292008-08-25 19:47:23 +09001097 bdevt_str(part_devt(part), devt_buf),
Vivek Goyalc83f6bf2012-08-01 12:24:18 +02001098 (unsigned long long)part_nr_sects_read(part) >> 1
1099 , disk_name(disk, part->partno, name_buf),
Stephen Warren1ad7e892012-11-08 16:12:25 -08001100 part->info ? part->info->uuid : "");
Tejun Heo074a7ac2008-08-25 19:56:14 +09001101 if (is_part0) {
Dan Williams52c44d92016-06-15 19:43:07 -07001102 if (dev->parent && dev->parent->driver)
Tejun Heo074a7ac2008-08-25 19:56:14 +09001103 printk(" driver: %s\n",
Dan Williams52c44d92016-06-15 19:43:07 -07001104 dev->parent->driver->name);
Tejun Heo074a7ac2008-08-25 19:56:14 +09001105 else
1106 printk(" (driver?)\n");
1107 } else
1108 printk("\n");
1109 }
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001110 disk_part_iter_exit(&piter);
Tejun Heodef4e382008-09-03 08:57:12 +02001111 }
1112 class_dev_iter_exit(&iter);
Dave Gilbertdd2a3452007-05-09 02:33:24 -07001113}
1114
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115#ifdef CONFIG_PROC_FS
1116/* iterator */
Tejun Heodef4e382008-09-03 08:57:12 +02001117static void *disk_seqf_start(struct seq_file *seqf, loff_t *pos)
Greg Kroah-Hartman68c4d4a2008-05-22 17:21:08 -04001118{
Tejun Heodef4e382008-09-03 08:57:12 +02001119 loff_t skip = *pos;
1120 struct class_dev_iter *iter;
1121 struct device *dev;
Greg Kroah-Hartman68c4d4a2008-05-22 17:21:08 -04001122
Harvey Harrisonaeb3d3a2008-08-28 09:27:42 +02001123 iter = kmalloc(sizeof(*iter), GFP_KERNEL);
Tejun Heodef4e382008-09-03 08:57:12 +02001124 if (!iter)
1125 return ERR_PTR(-ENOMEM);
1126
1127 seqf->private = iter;
1128 class_dev_iter_init(iter, &block_class, NULL, &disk_type);
1129 do {
1130 dev = class_dev_iter_next(iter);
1131 if (!dev)
1132 return NULL;
1133 } while (skip--);
1134
1135 return dev_to_disk(dev);
Greg Kroah-Hartman68c4d4a2008-05-22 17:21:08 -04001136}
1137
Tejun Heodef4e382008-09-03 08:57:12 +02001138static void *disk_seqf_next(struct seq_file *seqf, void *v, loff_t *pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139{
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001140 struct device *dev;
Greg Kroah-Hartman66c64af2008-05-22 17:21:08 -04001141
Tejun Heodef4e382008-09-03 08:57:12 +02001142 (*pos)++;
1143 dev = class_dev_iter_next(seqf->private);
Tejun Heo2ac3cee2008-09-03 08:53:37 +02001144 if (dev)
Greg Kroah-Hartman68c4d4a2008-05-22 17:21:08 -04001145 return dev_to_disk(dev);
Tejun Heo2ac3cee2008-09-03 08:53:37 +02001146
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147 return NULL;
1148}
1149
Tejun Heodef4e382008-09-03 08:57:12 +02001150static void disk_seqf_stop(struct seq_file *seqf, void *v)
Greg Kroah-Hartman27f30252008-05-22 17:21:08 -04001151{
Tejun Heodef4e382008-09-03 08:57:12 +02001152 struct class_dev_iter *iter = seqf->private;
Greg Kroah-Hartman27f30252008-05-22 17:21:08 -04001153
Tejun Heodef4e382008-09-03 08:57:12 +02001154 /* stop is called even after start failed :-( */
1155 if (iter) {
1156 class_dev_iter_exit(iter);
1157 kfree(iter);
Vegard Nossum77da1602016-07-29 10:40:31 +02001158 seqf->private = NULL;
Kay Sievers5c0ef6d2008-08-16 14:30:30 +02001159 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160}
1161
Tejun Heodef4e382008-09-03 08:57:12 +02001162static void *show_partition_start(struct seq_file *seqf, loff_t *pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163{
Jianpeng Ma06768062012-08-03 10:42:00 +02001164 void *p;
Tejun Heodef4e382008-09-03 08:57:12 +02001165
1166 p = disk_seqf_start(seqf, pos);
Yang Zhangb9f985b2010-12-17 08:58:36 +01001167 if (!IS_ERR_OR_NULL(p) && !*pos)
Tejun Heodef4e382008-09-03 08:57:12 +02001168 seq_puts(seqf, "major minor #blocks name\n\n");
1169 return p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170}
1171
Tejun Heocf771cb2008-09-03 09:01:09 +02001172static int show_partition(struct seq_file *seqf, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173{
1174 struct gendisk *sgp = v;
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001175 struct disk_part_iter piter;
1176 struct hd_struct *part;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177 char buf[BDEVNAME_SIZE];
1178
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 /* Don't show non-partitionable removeable devices or empty devices */
Tejun Heod27769e2011-08-23 20:01:04 +02001180 if (!get_capacity(sgp) || (!disk_max_parts(sgp) &&
Tejun Heof331c022008-09-03 09:01:48 +02001181 (sgp->flags & GENHD_FL_REMOVABLE)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182 return 0;
1183 if (sgp->flags & GENHD_FL_SUPPRESS_PARTITION_INFO)
1184 return 0;
1185
1186 /* show the full disk and all non-0 size partitions of it */
Tejun Heo074a7ac2008-08-25 19:56:14 +09001187 disk_part_iter_init(&piter, sgp, DISK_PITER_INCL_PART0);
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001188 while ((part = disk_part_iter_next(&piter)))
Tejun Heo1f014292008-08-25 19:47:23 +09001189 seq_printf(seqf, "%4d %7d %10llu %s\n",
Tejun Heof331c022008-09-03 09:01:48 +02001190 MAJOR(part_devt(part)), MINOR(part_devt(part)),
Vivek Goyalc83f6bf2012-08-01 12:24:18 +02001191 (unsigned long long)part_nr_sects_read(part) >> 1,
Tejun Heof331c022008-09-03 09:01:48 +02001192 disk_name(sgp, part->partno, buf));
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001193 disk_part_iter_exit(&piter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194
1195 return 0;
1196}
1197
Alexey Dobriyanf5009752008-10-04 23:53:21 +04001198static const struct seq_operations partitions_op = {
Tejun Heodef4e382008-09-03 08:57:12 +02001199 .start = show_partition_start,
1200 .next = disk_seqf_next,
1201 .stop = disk_seqf_stop,
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001202 .show = show_partition
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203};
1204#endif
1205
1206
Tejun Heocf771cb2008-09-03 09:01:09 +02001207static struct kobject *base_probe(dev_t devt, int *partno, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208{
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001209 if (request_module("block-major-%d-%d", MAJOR(devt), MINOR(devt)) > 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 /* Make old-style 2.4 aliases work */
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001211 request_module("block-major-%d", MAJOR(devt));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 return NULL;
1213}
1214
1215static int __init genhd_device_init(void)
1216{
Dan Williamse105b8b2008-04-21 10:51:07 -07001217 int error;
1218
1219 block_class.dev_kobj = sysfs_dev_block_kobj;
1220 error = class_register(&block_class);
Roland McGrathee27a552008-03-11 17:13:15 -07001221 if (unlikely(error))
1222 return error;
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001223 bdev_map = kobj_map_init(base_probe, &block_class_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224 blk_dev_init();
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001225
Zhang, Yanmin561ec682008-11-14 08:26:30 +01001226 register_blkdev(BLOCK_EXT_MAJOR, "blkext");
1227
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001228 /* create top-level block dir */
Andi Kleene52eec12010-09-08 16:54:17 +02001229 if (!sysfs_deprecated)
1230 block_depr = kobject_create_and_add("block", NULL);
Greg Kroah-Hartman830d3cf2007-11-06 10:36:58 -08001231 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232}
1233
1234subsys_initcall(genhd_device_init);
1235
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001236static ssize_t disk_range_show(struct device *dev,
1237 struct device_attribute *attr, char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238{
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001239 struct gendisk *disk = dev_to_disk(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001241 return sprintf(buf, "%d\n", disk->minors);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242}
1243
Tejun Heo1f014292008-08-25 19:47:23 +09001244static ssize_t disk_ext_range_show(struct device *dev,
1245 struct device_attribute *attr, char *buf)
1246{
1247 struct gendisk *disk = dev_to_disk(dev);
1248
Tejun Heob5d0b9d2008-09-03 09:06:42 +02001249 return sprintf(buf, "%d\n", disk_max_parts(disk));
Tejun Heo1f014292008-08-25 19:47:23 +09001250}
1251
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001252static ssize_t disk_removable_show(struct device *dev,
1253 struct device_attribute *attr, char *buf)
Kay Sieversa7fd6702005-10-01 14:49:43 +02001254{
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001255 struct gendisk *disk = dev_to_disk(dev);
Kay Sieversa7fd6702005-10-01 14:49:43 +02001256
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001257 return sprintf(buf, "%d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 (disk->flags & GENHD_FL_REMOVABLE ? 1 : 0));
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001259}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260
Christoph Hellwig8ddcd652017-11-02 21:29:53 +03001261static ssize_t disk_hidden_show(struct device *dev,
1262 struct device_attribute *attr, char *buf)
1263{
1264 struct gendisk *disk = dev_to_disk(dev);
1265
1266 return sprintf(buf, "%d\n",
1267 (disk->flags & GENHD_FL_HIDDEN ? 1 : 0));
1268}
1269
Kay Sievers1c9ce522008-06-13 09:41:00 +02001270static ssize_t disk_ro_show(struct device *dev,
1271 struct device_attribute *attr, char *buf)
1272{
1273 struct gendisk *disk = dev_to_disk(dev);
1274
Tejun Heob7db9952008-08-25 19:56:10 +09001275 return sprintf(buf, "%d\n", get_disk_ro(disk) ? 1 : 0);
Kay Sievers1c9ce522008-06-13 09:41:00 +02001276}
1277
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001278ssize_t part_size_show(struct device *dev,
1279 struct device_attribute *attr, char *buf)
1280{
1281 struct hd_struct *p = dev_to_part(dev);
1282
1283 return sprintf(buf, "%llu\n",
1284 (unsigned long long)part_nr_sects_read(p));
1285}
1286
1287ssize_t part_stat_show(struct device *dev,
1288 struct device_attribute *attr, char *buf)
1289{
1290 struct hd_struct *p = dev_to_part(dev);
1291 struct request_queue *q = part_to_disk(p)->queue;
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001292 struct disk_stats stat;
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001293 unsigned int inflight;
1294
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001295 part_stat_read_all(p, &stat);
Christoph Hellwigb2f609e2020-05-13 12:49:33 +02001296 if (queue_is_mq(q))
1297 inflight = blk_mq_in_flight(q, p);
1298 else
Christoph Hellwig1f069592020-08-31 20:02:39 +02001299 inflight = part_in_flight(p);
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001300
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001301 return sprintf(buf,
1302 "%8lu %8lu %8llu %8u "
1303 "%8lu %8lu %8llu %8u "
1304 "%8u %8u %8u "
1305 "%8lu %8lu %8llu %8u "
1306 "%8lu %8u"
1307 "\n",
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001308 stat.ios[STAT_READ],
1309 stat.merges[STAT_READ],
1310 (unsigned long long)stat.sectors[STAT_READ],
1311 (unsigned int)div_u64(stat.nsecs[STAT_READ], NSEC_PER_MSEC),
1312 stat.ios[STAT_WRITE],
1313 stat.merges[STAT_WRITE],
1314 (unsigned long long)stat.sectors[STAT_WRITE],
1315 (unsigned int)div_u64(stat.nsecs[STAT_WRITE], NSEC_PER_MSEC),
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001316 inflight,
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001317 jiffies_to_msecs(stat.io_ticks),
Konstantin Khlebnikov8cd5b8f2020-03-25 16:07:08 +03001318 (unsigned int)div_u64(stat.nsecs[STAT_READ] +
1319 stat.nsecs[STAT_WRITE] +
1320 stat.nsecs[STAT_DISCARD] +
1321 stat.nsecs[STAT_FLUSH],
1322 NSEC_PER_MSEC),
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001323 stat.ios[STAT_DISCARD],
1324 stat.merges[STAT_DISCARD],
1325 (unsigned long long)stat.sectors[STAT_DISCARD],
1326 (unsigned int)div_u64(stat.nsecs[STAT_DISCARD], NSEC_PER_MSEC),
1327 stat.ios[STAT_FLUSH],
1328 (unsigned int)div_u64(stat.nsecs[STAT_FLUSH], NSEC_PER_MSEC));
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001329}
1330
1331ssize_t part_inflight_show(struct device *dev, struct device_attribute *attr,
1332 char *buf)
1333{
1334 struct hd_struct *p = dev_to_part(dev);
1335 struct request_queue *q = part_to_disk(p)->queue;
1336 unsigned int inflight[2];
1337
Christoph Hellwigb2f609e2020-05-13 12:49:33 +02001338 if (queue_is_mq(q))
1339 blk_mq_in_flight_rw(q, p, inflight);
1340 else
Christoph Hellwig1f069592020-08-31 20:02:39 +02001341 part_in_flight_rw(p, inflight);
Christoph Hellwigb2f609e2020-05-13 12:49:33 +02001342
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001343 return sprintf(buf, "%8u %8u\n", inflight[0], inflight[1]);
1344}
1345
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001346static ssize_t disk_capability_show(struct device *dev,
1347 struct device_attribute *attr, char *buf)
Kristen Carlson Accardi86ce18d2007-05-23 13:57:38 -07001348{
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001349 struct gendisk *disk = dev_to_disk(dev);
1350
1351 return sprintf(buf, "%x\n", disk->flags);
Kristen Carlson Accardi86ce18d2007-05-23 13:57:38 -07001352}
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001353
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001354static ssize_t disk_alignment_offset_show(struct device *dev,
1355 struct device_attribute *attr,
1356 char *buf)
1357{
1358 struct gendisk *disk = dev_to_disk(dev);
1359
1360 return sprintf(buf, "%d\n", queue_alignment_offset(disk->queue));
1361}
1362
Martin K. Petersen86b37282009-11-10 11:50:21 +01001363static ssize_t disk_discard_alignment_show(struct device *dev,
1364 struct device_attribute *attr,
1365 char *buf)
1366{
1367 struct gendisk *disk = dev_to_disk(dev);
1368
Martin K. Petersendd3d1452010-01-11 03:21:48 -05001369 return sprintf(buf, "%d\n", queue_discard_alignment(disk->queue));
Martin K. Petersen86b37282009-11-10 11:50:21 +01001370}
1371
Joe Perches5657a812018-05-24 13:38:59 -06001372static DEVICE_ATTR(range, 0444, disk_range_show, NULL);
1373static DEVICE_ATTR(ext_range, 0444, disk_ext_range_show, NULL);
1374static DEVICE_ATTR(removable, 0444, disk_removable_show, NULL);
1375static DEVICE_ATTR(hidden, 0444, disk_hidden_show, NULL);
1376static DEVICE_ATTR(ro, 0444, disk_ro_show, NULL);
1377static DEVICE_ATTR(size, 0444, part_size_show, NULL);
1378static DEVICE_ATTR(alignment_offset, 0444, disk_alignment_offset_show, NULL);
1379static DEVICE_ATTR(discard_alignment, 0444, disk_discard_alignment_show, NULL);
1380static DEVICE_ATTR(capability, 0444, disk_capability_show, NULL);
1381static DEVICE_ATTR(stat, 0444, part_stat_show, NULL);
1382static DEVICE_ATTR(inflight, 0444, part_inflight_show, NULL);
1383static DEVICE_ATTR(badblocks, 0644, disk_badblocks_show, disk_badblocks_store);
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001384
Akinobu Mitac17bb492006-12-08 02:39:46 -08001385#ifdef CONFIG_FAIL_MAKE_REQUEST
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001386ssize_t part_fail_show(struct device *dev,
1387 struct device_attribute *attr, char *buf)
1388{
1389 struct hd_struct *p = dev_to_part(dev);
1390
1391 return sprintf(buf, "%d\n", p->make_it_fail);
1392}
1393
1394ssize_t part_fail_store(struct device *dev,
1395 struct device_attribute *attr,
1396 const char *buf, size_t count)
1397{
1398 struct hd_struct *p = dev_to_part(dev);
1399 int i;
1400
1401 if (count > 0 && sscanf(buf, "%d", &i) > 0)
1402 p->make_it_fail = (i == 0) ? 0 : 1;
1403
1404 return count;
1405}
1406
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001407static struct device_attribute dev_attr_fail =
Joe Perches5657a812018-05-24 13:38:59 -06001408 __ATTR(make-it-fail, 0644, part_fail_show, part_fail_store);
Christoph Hellwig3ad5cee2020-03-24 08:25:13 +01001409#endif /* CONFIG_FAIL_MAKE_REQUEST */
1410
Jens Axboe581d4e22008-09-14 05:56:33 -07001411#ifdef CONFIG_FAIL_IO_TIMEOUT
1412static struct device_attribute dev_attr_fail_timeout =
Joe Perches5657a812018-05-24 13:38:59 -06001413 __ATTR(io-timeout-fail, 0644, part_timeout_show, part_timeout_store);
Jens Axboe581d4e22008-09-14 05:56:33 -07001414#endif
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001415
1416static struct attribute *disk_attrs[] = {
1417 &dev_attr_range.attr,
Tejun Heo1f014292008-08-25 19:47:23 +09001418 &dev_attr_ext_range.attr,
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001419 &dev_attr_removable.attr,
Christoph Hellwig8ddcd652017-11-02 21:29:53 +03001420 &dev_attr_hidden.attr,
Kay Sievers1c9ce522008-06-13 09:41:00 +02001421 &dev_attr_ro.attr,
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001422 &dev_attr_size.attr,
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001423 &dev_attr_alignment_offset.attr,
Martin K. Petersen86b37282009-11-10 11:50:21 +01001424 &dev_attr_discard_alignment.attr,
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001425 &dev_attr_capability.attr,
1426 &dev_attr_stat.attr,
Nikanth Karthikesan316d3152009-10-06 20:16:55 +02001427 &dev_attr_inflight.attr,
Vishal Verma99e66082016-01-09 08:36:51 -08001428 &dev_attr_badblocks.attr,
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001429#ifdef CONFIG_FAIL_MAKE_REQUEST
1430 &dev_attr_fail.attr,
1431#endif
Jens Axboe581d4e22008-09-14 05:56:33 -07001432#ifdef CONFIG_FAIL_IO_TIMEOUT
1433 &dev_attr_fail_timeout.attr,
1434#endif
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001435 NULL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436};
1437
Dan Williams9438b3e02017-04-27 14:46:26 -07001438static umode_t disk_visible(struct kobject *kobj, struct attribute *a, int n)
1439{
1440 struct device *dev = container_of(kobj, typeof(*dev), kobj);
1441 struct gendisk *disk = dev_to_disk(dev);
1442
1443 if (a == &dev_attr_badblocks.attr && !disk->bb)
1444 return 0;
1445 return a->mode;
1446}
1447
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001448static struct attribute_group disk_attr_group = {
1449 .attrs = disk_attrs,
Dan Williams9438b3e02017-04-27 14:46:26 -07001450 .is_visible = disk_visible,
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001451};
1452
David Brownella4dbd672009-06-24 10:06:31 -07001453static const struct attribute_group *disk_attr_groups[] = {
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001454 &disk_attr_group,
1455 NULL
1456};
1457
Tejun Heo540eed52008-08-25 19:56:15 +09001458/**
1459 * disk_replace_part_tbl - replace disk->part_tbl in RCU-safe way
1460 * @disk: disk to replace part_tbl for
1461 * @new_ptbl: new part_tbl to install
1462 *
1463 * Replace disk->part_tbl with @new_ptbl in RCU-safe way. The
1464 * original ptbl is freed using RCU callback.
1465 *
1466 * LOCKING:
Bart Van Assche6d2cf6f2017-08-17 16:23:06 -07001467 * Matching bd_mutex locked or the caller is the only user of @disk.
Tejun Heo540eed52008-08-25 19:56:15 +09001468 */
1469static void disk_replace_part_tbl(struct gendisk *disk,
1470 struct disk_part_tbl *new_ptbl)
1471{
Bart Van Assche6d2cf6f2017-08-17 16:23:06 -07001472 struct disk_part_tbl *old_ptbl =
1473 rcu_dereference_protected(disk->part_tbl, 1);
Tejun Heo540eed52008-08-25 19:56:15 +09001474
1475 rcu_assign_pointer(disk->part_tbl, new_ptbl);
Jens Axboea6f23652008-10-24 12:52:42 +02001476
1477 if (old_ptbl) {
1478 rcu_assign_pointer(old_ptbl->last_lookup, NULL);
Lai Jiangshan57bdfbf2011-03-18 11:42:58 +08001479 kfree_rcu(old_ptbl, rcu_head);
Jens Axboea6f23652008-10-24 12:52:42 +02001480 }
Tejun Heo540eed52008-08-25 19:56:15 +09001481}
1482
1483/**
1484 * disk_expand_part_tbl - expand disk->part_tbl
1485 * @disk: disk to expand part_tbl for
1486 * @partno: expand such that this partno can fit in
1487 *
1488 * Expand disk->part_tbl such that @partno can fit in. disk->part_tbl
1489 * uses RCU to allow unlocked dereferencing for stats and other stuff.
1490 *
1491 * LOCKING:
Bart Van Assche6d2cf6f2017-08-17 16:23:06 -07001492 * Matching bd_mutex locked or the caller is the only user of @disk.
1493 * Might sleep.
Tejun Heo540eed52008-08-25 19:56:15 +09001494 *
1495 * RETURNS:
1496 * 0 on success, -errno on failure.
1497 */
1498int disk_expand_part_tbl(struct gendisk *disk, int partno)
1499{
Bart Van Assche6d2cf6f2017-08-17 16:23:06 -07001500 struct disk_part_tbl *old_ptbl =
1501 rcu_dereference_protected(disk->part_tbl, 1);
Tejun Heo540eed52008-08-25 19:56:15 +09001502 struct disk_part_tbl *new_ptbl;
1503 int len = old_ptbl ? old_ptbl->len : 0;
Jens Axboe5fabcb42014-11-19 13:06:22 -07001504 int i, target;
Jens Axboe5fabcb42014-11-19 13:06:22 -07001505
1506 /*
1507 * check for int overflow, since we can get here from blkpg_ioctl()
1508 * with a user passed 'partno'.
1509 */
1510 target = partno + 1;
1511 if (target < 0)
1512 return -EINVAL;
Tejun Heo540eed52008-08-25 19:56:15 +09001513
1514 /* disk_max_parts() is zero during initialization, ignore if so */
1515 if (disk_max_parts(disk) && target > disk_max_parts(disk))
1516 return -EINVAL;
1517
1518 if (target <= len)
1519 return 0;
1520
Gustavo A. R. Silva78b90a22019-05-31 13:47:54 -05001521 new_ptbl = kzalloc_node(struct_size(new_ptbl, part, target), GFP_KERNEL,
1522 disk->node_id);
Tejun Heo540eed52008-08-25 19:56:15 +09001523 if (!new_ptbl)
1524 return -ENOMEM;
1525
Tejun Heo540eed52008-08-25 19:56:15 +09001526 new_ptbl->len = target;
1527
1528 for (i = 0; i < len; i++)
1529 rcu_assign_pointer(new_ptbl->part[i], old_ptbl->part[i]);
1530
1531 disk_replace_part_tbl(disk, new_ptbl);
1532 return 0;
1533}
1534
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001535/**
1536 * disk_release - releases all allocated resources of the gendisk
1537 * @dev: the device representing this disk
1538 *
1539 * This function releases all allocated resources of the gendisk.
1540 *
1541 * The struct gendisk refcount is incremented with get_gendisk() or
1542 * get_disk_and_module(), and its refcount is decremented with
1543 * put_disk_and_module() or put_disk(). Once the refcount reaches 0 this
1544 * function is called.
1545 *
1546 * Drivers which used __device_add_disk() have a gendisk with a request_queue
1547 * assigned. Since the request_queue sits on top of the gendisk for these
1548 * drivers we also call blk_put_queue() for them, and we expect the
1549 * request_queue refcount to reach 0 at this point, and so the request_queue
1550 * will also be freed prior to the disk.
Luis Chamberlaine8c7d142020-06-19 20:47:25 +00001551 *
1552 * Context: can sleep
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001553 */
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001554static void disk_release(struct device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555{
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001556 struct gendisk *disk = dev_to_disk(dev);
1557
Luis Chamberlaine8c7d142020-06-19 20:47:25 +00001558 might_sleep();
1559
Keith Busch2da78092014-08-26 09:05:36 -06001560 blk_free_devt(dev->devt);
Tejun Heo77ea8872010-12-08 20:57:37 +01001561 disk_release_events(disk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 kfree(disk->random);
Tejun Heo540eed52008-08-25 19:56:15 +09001563 disk_replace_part_tbl(disk, NULL);
Ming Leib54e5ed2015-07-16 11:16:44 +08001564 hd_free_part(&disk->part0);
Tejun Heo523e1d32011-10-19 14:31:07 +02001565 if (disk->queue)
1566 blk_put_queue(disk->queue);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 kfree(disk);
1568}
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001569struct class block_class = {
1570 .name = "block",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571};
1572
Kay Sievers3c2670e2013-04-06 09:56:00 -07001573static char *block_devnode(struct device *dev, umode_t *mode,
Greg Kroah-Hartman4e4098a2013-04-11 11:43:29 -07001574 kuid_t *uid, kgid_t *gid)
Kay Sieversb03f38b2009-04-30 15:23:42 +02001575{
1576 struct gendisk *disk = dev_to_disk(dev);
1577
Christoph Hellwig348e1142020-03-27 09:07:17 +01001578 if (disk->fops->devnode)
1579 return disk->fops->devnode(disk, mode);
Kay Sieversb03f38b2009-04-30 15:23:42 +02001580 return NULL;
1581}
1582
Boris Burkovef45fe42020-06-01 13:12:05 -07001583const struct device_type disk_type = {
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001584 .name = "disk",
1585 .groups = disk_attr_groups,
1586 .release = disk_release,
Kay Sieverse454cea2009-09-18 23:01:12 +02001587 .devnode = block_devnode,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588};
1589
Randy Dunlapa6e2ba82008-05-23 09:44:11 -07001590#ifdef CONFIG_PROC_FS
Tejun Heocf771cb2008-09-03 09:01:09 +02001591/*
1592 * aggregate disk stat collector. Uses the same stats that the sysfs
1593 * entries do, above, but makes them available through one seq_file.
1594 *
1595 * The output looks suspiciously like /proc/partitions with a bunch of
1596 * extra fields.
1597 */
1598static int diskstats_show(struct seq_file *seqf, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599{
1600 struct gendisk *gp = v;
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001601 struct disk_part_iter piter;
1602 struct hd_struct *hd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603 char buf[BDEVNAME_SIZE];
Mikulas Patockae016b782018-12-06 11:41:21 -05001604 unsigned int inflight;
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001605 struct disk_stats stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606
1607 /*
Tejun Heoed9e1982008-08-25 19:56:05 +09001608 if (&disk_to_dev(gp)->kobj.entry == block_class.devices.next)
Tejun Heocf771cb2008-09-03 09:01:09 +02001609 seq_puts(seqf, "major minor name"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610 " rio rmerge rsect ruse wio wmerge "
1611 "wsect wuse running use aveq"
1612 "\n\n");
1613 */
Wanlong Gao9f5e4862011-06-13 10:45:43 +02001614
Tejun Heo71982a42009-04-17 08:34:48 +02001615 disk_part_iter_init(&piter, gp, DISK_PITER_INCL_EMPTY_PART0);
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001616 while ((hd = disk_part_iter_next(&piter))) {
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001617 part_stat_read_all(hd, &stat);
Christoph Hellwigb2f609e2020-05-13 12:49:33 +02001618 if (queue_is_mq(gp->queue))
1619 inflight = blk_mq_in_flight(gp->queue, hd);
1620 else
Christoph Hellwig1f069592020-08-31 20:02:39 +02001621 inflight = part_in_flight(hd);
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001622
Michael Callahanbdca3c82018-07-18 04:47:40 -07001623 seq_printf(seqf, "%4d %7d %s "
1624 "%lu %lu %lu %u "
1625 "%lu %lu %lu %u "
1626 "%u %u %u "
Konstantin Khlebnikovb6866312019-11-21 13:40:26 +03001627 "%lu %lu %lu %u "
1628 "%lu %u"
1629 "\n",
Tejun Heof331c022008-09-03 09:01:48 +02001630 MAJOR(part_devt(hd)), MINOR(part_devt(hd)),
1631 disk_name(gp, hd->partno, buf),
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001632 stat.ios[STAT_READ],
1633 stat.merges[STAT_READ],
1634 stat.sectors[STAT_READ],
1635 (unsigned int)div_u64(stat.nsecs[STAT_READ],
1636 NSEC_PER_MSEC),
1637 stat.ios[STAT_WRITE],
1638 stat.merges[STAT_WRITE],
1639 stat.sectors[STAT_WRITE],
1640 (unsigned int)div_u64(stat.nsecs[STAT_WRITE],
1641 NSEC_PER_MSEC),
Mikulas Patockae016b782018-12-06 11:41:21 -05001642 inflight,
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001643 jiffies_to_msecs(stat.io_ticks),
Konstantin Khlebnikov8cd5b8f2020-03-25 16:07:08 +03001644 (unsigned int)div_u64(stat.nsecs[STAT_READ] +
1645 stat.nsecs[STAT_WRITE] +
1646 stat.nsecs[STAT_DISCARD] +
1647 stat.nsecs[STAT_FLUSH],
1648 NSEC_PER_MSEC),
Konstantin Khlebnikovea18e0f2020-03-25 16:07:06 +03001649 stat.ios[STAT_DISCARD],
1650 stat.merges[STAT_DISCARD],
1651 stat.sectors[STAT_DISCARD],
1652 (unsigned int)div_u64(stat.nsecs[STAT_DISCARD],
1653 NSEC_PER_MSEC),
1654 stat.ios[STAT_FLUSH],
1655 (unsigned int)div_u64(stat.nsecs[STAT_FLUSH],
1656 NSEC_PER_MSEC)
Jerome Marchand28f39d52008-02-08 11:04:56 +01001657 );
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 }
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001659 disk_part_iter_exit(&piter);
Wanlong Gao9f5e4862011-06-13 10:45:43 +02001660
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661 return 0;
1662}
1663
Alexey Dobriyan31d85ab2008-10-06 12:55:38 +04001664static const struct seq_operations diskstats_op = {
Tejun Heodef4e382008-09-03 08:57:12 +02001665 .start = disk_seqf_start,
1666 .next = disk_seqf_next,
1667 .stop = disk_seqf_stop,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668 .show = diskstats_show
1669};
Alexey Dobriyanf5009752008-10-04 23:53:21 +04001670
1671static int __init proc_genhd_init(void)
1672{
Christoph Hellwigfddda2b2018-04-13 19:44:18 +02001673 proc_create_seq("diskstats", 0, NULL, &diskstats_op);
1674 proc_create_seq("partitions", 0, NULL, &partitions_op);
Alexey Dobriyanf5009752008-10-04 23:53:21 +04001675 return 0;
1676}
1677module_init(proc_genhd_init);
Randy Dunlapa6e2ba82008-05-23 09:44:11 -07001678#endif /* CONFIG_PROC_FS */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679
Tejun Heocf771cb2008-09-03 09:01:09 +02001680dev_t blk_lookup_devt(const char *name, int partno)
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001681{
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001682 dev_t devt = MKDEV(0, 0);
Tejun Heodef4e382008-09-03 08:57:12 +02001683 struct class_dev_iter iter;
1684 struct device *dev;
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001685
Tejun Heodef4e382008-09-03 08:57:12 +02001686 class_dev_iter_init(&iter, &block_class, NULL, &disk_type);
1687 while ((dev = class_dev_iter_next(&iter))) {
1688 struct gendisk *disk = dev_to_disk(dev);
Tejun Heo548b10e2008-08-29 09:01:47 +02001689 struct hd_struct *part;
Tejun Heodef4e382008-09-03 08:57:12 +02001690
Kay Sievers3ada8b72009-01-06 10:44:43 -08001691 if (strcmp(dev_name(dev), name))
Tejun Heof331c022008-09-03 09:01:48 +02001692 continue;
Tejun Heof331c022008-09-03 09:01:48 +02001693
Neil Brown41b8c852009-02-18 10:33:59 +01001694 if (partno < disk->minors) {
1695 /* We need to return the right devno, even
1696 * if the partition doesn't exist yet.
1697 */
1698 devt = MKDEV(MAJOR(dev->devt),
1699 MINOR(dev->devt) + partno);
1700 break;
1701 }
Tejun Heo548b10e2008-08-29 09:01:47 +02001702 part = disk_get_part(disk, partno);
Tejun Heo2bbedcb2008-08-29 11:41:51 +02001703 if (part) {
Tejun Heof331c022008-09-03 09:01:48 +02001704 devt = part_devt(part);
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001705 disk_put_part(part);
Tejun Heo548b10e2008-08-29 09:01:47 +02001706 break;
Tejun Heodef4e382008-09-03 08:57:12 +02001707 }
Tejun Heo548b10e2008-08-29 09:01:47 +02001708 disk_put_part(part);
Kay Sievers5c0ef6d2008-08-16 14:30:30 +02001709 }
Tejun Heodef4e382008-09-03 08:57:12 +02001710 class_dev_iter_exit(&iter);
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001711 return devt;
1712}
Kay Sieversedfaa7c2007-05-21 22:08:01 +02001713
Byungchul Parke319e1f2017-10-25 17:56:05 +09001714struct gendisk *__alloc_disk_node(int minors, int node_id)
Christoph Lameter19460892005-06-23 00:08:19 -07001715{
1716 struct gendisk *disk;
Bart Van Assche6d2cf6f2017-08-17 16:23:06 -07001717 struct disk_part_tbl *ptbl;
Christoph Lameter19460892005-06-23 00:08:19 -07001718
Christoph Hellwigde65b012017-08-23 19:10:29 +02001719 if (minors > DISK_MAX_PARTS) {
1720 printk(KERN_ERR
Randy Dunlap7fb52622017-11-18 17:43:38 -08001721 "block: can't allocate more than %d partitions\n",
Christoph Hellwigde65b012017-08-23 19:10:29 +02001722 DISK_MAX_PARTS);
1723 minors = DISK_MAX_PARTS;
1724 }
Christoph Lameter19460892005-06-23 00:08:19 -07001725
Joe Perchesc1b511e2013-08-29 15:21:42 -07001726 disk = kzalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id);
Christoph Hellwigf93af2a2020-08-31 20:02:37 +02001727 if (!disk)
1728 return NULL;
Jens Axboe6c23a962011-01-07 08:43:37 +01001729
Christoph Hellwigf93af2a2020-08-31 20:02:37 +02001730 disk->part0.dkstats = alloc_percpu(struct disk_stats);
1731 if (!disk->part0.dkstats)
1732 goto out_free_disk;
Tejun Heob5d0b9d2008-09-03 09:06:42 +02001733
Christoph Hellwigf93af2a2020-08-31 20:02:37 +02001734 init_rwsem(&disk->lookup_sem);
1735 disk->node_id = node_id;
1736 if (disk_expand_part_tbl(disk, 0)) {
1737 free_percpu(disk->part0.dkstats);
1738 goto out_free_disk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739 }
Christoph Hellwigf93af2a2020-08-31 20:02:37 +02001740
1741 ptbl = rcu_dereference_protected(disk->part_tbl, 1);
1742 rcu_assign_pointer(ptbl->part[0], &disk->part0);
1743
1744 /*
1745 * set_capacity() and get_capacity() currently don't use
1746 * seqcounter to read/update the part0->nr_sects. Still init
1747 * the counter as we can read the sectors in IO submission
1748 * patch using seqence counters.
1749 *
1750 * TODO: Ideally set_capacity() and get_capacity() should be
1751 * converted to make use of bd_mutex and sequence counters.
1752 */
1753 hd_sects_seq_init(&disk->part0);
1754 if (hd_ref_init(&disk->part0))
1755 goto out_free_part0;
1756
1757 disk->minors = minors;
1758 rand_initialize_disk(disk);
1759 disk_to_dev(disk)->class = &block_class;
1760 disk_to_dev(disk)->type = &disk_type;
1761 device_initialize(disk_to_dev(disk));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762 return disk;
Christoph Hellwigf93af2a2020-08-31 20:02:37 +02001763
1764out_free_part0:
1765 hd_free_part(&disk->part0);
1766out_free_disk:
1767 kfree(disk);
1768 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769}
Byungchul Parke319e1f2017-10-25 17:56:05 +09001770EXPORT_SYMBOL(__alloc_disk_node);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001772/**
1773 * get_disk_and_module - increments the gendisk and gendisk fops module refcount
Randy Dunlap0d20dcc2020-07-30 18:42:30 -07001774 * @disk: the struct gendisk to increment the refcount for
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001775 *
1776 * This increments the refcount for the struct gendisk, and the gendisk's
1777 * fops module owner.
Luis Chamberlain763b5892020-06-19 20:47:24 +00001778 *
1779 * Context: Any context.
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001780 */
Jan Kara3079c222018-02-26 13:01:38 +01001781struct kobject *get_disk_and_module(struct gendisk *disk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782{
1783 struct module *owner;
1784 struct kobject *kobj;
1785
1786 if (!disk->fops)
1787 return NULL;
1788 owner = disk->fops->owner;
1789 if (owner && !try_module_get(owner))
1790 return NULL;
Jan Karad01b2dc2017-03-23 01:37:02 +01001791 kobj = kobject_get_unless_zero(&disk_to_dev(disk)->kobj);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 if (kobj == NULL) {
1793 module_put(owner);
1794 return NULL;
1795 }
1796 return kobj;
1797
1798}
Jan Kara3079c222018-02-26 13:01:38 +01001799EXPORT_SYMBOL(get_disk_and_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001801/**
1802 * put_disk - decrements the gendisk refcount
Randy Dunlap0d20dcc2020-07-30 18:42:30 -07001803 * @disk: the struct gendisk to decrement the refcount for
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001804 *
1805 * This decrements the refcount for the struct gendisk. When this reaches 0
1806 * we'll have disk_release() called.
Luis Chamberlaine8c7d142020-06-19 20:47:25 +00001807 *
1808 * Context: Any context, but the last reference must not be dropped from
1809 * atomic context.
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001810 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811void put_disk(struct gendisk *disk)
1812{
1813 if (disk)
Tejun Heoed9e1982008-08-25 19:56:05 +09001814 kobject_put(&disk_to_dev(disk)->kobj);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816EXPORT_SYMBOL(put_disk);
1817
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001818/**
1819 * put_disk_and_module - decrements the module and gendisk refcount
Randy Dunlap0d20dcc2020-07-30 18:42:30 -07001820 * @disk: the struct gendisk to decrement the refcount for
Luis Chamberlainb5bd3572020-06-19 20:47:23 +00001821 *
Jan Kara9df6c292018-02-26 13:01:39 +01001822 * This is a counterpart of get_disk_and_module() and thus also of
1823 * get_gendisk().
Luis Chamberlaine8c7d142020-06-19 20:47:25 +00001824 *
1825 * Context: Any context, but the last reference must not be dropped from
1826 * atomic context.
Jan Kara9df6c292018-02-26 13:01:39 +01001827 */
1828void put_disk_and_module(struct gendisk *disk)
1829{
1830 if (disk) {
1831 struct module *owner = disk->fops->owner;
1832
1833 put_disk(disk);
1834 module_put(owner);
1835 }
1836}
1837EXPORT_SYMBOL(put_disk_and_module);
1838
Hannes Reineckee3264a42009-07-28 09:13:13 +02001839static void set_disk_ro_uevent(struct gendisk *gd, int ro)
1840{
1841 char event[] = "DISK_RO=1";
1842 char *envp[] = { event, NULL };
1843
1844 if (!ro)
1845 event[8] = '0';
1846 kobject_uevent_env(&disk_to_dev(gd)->kobj, KOBJ_CHANGE, envp);
1847}
1848
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849void set_device_ro(struct block_device *bdev, int flag)
1850{
Tejun Heob7db9952008-08-25 19:56:10 +09001851 bdev->bd_part->policy = flag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852}
1853
1854EXPORT_SYMBOL(set_device_ro);
1855
1856void set_disk_ro(struct gendisk *disk, int flag)
1857{
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001858 struct disk_part_iter piter;
1859 struct hd_struct *part;
1860
Hannes Reineckee3264a42009-07-28 09:13:13 +02001861 if (disk->part0.policy != flag) {
1862 set_disk_ro_uevent(disk, flag);
1863 disk->part0.policy = flag;
1864 }
1865
1866 disk_part_iter_init(&piter, disk, DISK_PITER_INCL_EMPTY);
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001867 while ((part = disk_part_iter_next(&piter)))
1868 part->policy = flag;
1869 disk_part_iter_exit(&piter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870}
1871
1872EXPORT_SYMBOL(set_disk_ro);
1873
1874int bdev_read_only(struct block_device *bdev)
1875{
1876 if (!bdev)
1877 return 0;
Tejun Heob7db9952008-08-25 19:56:10 +09001878 return bdev->bd_part->policy;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879}
1880
1881EXPORT_SYMBOL(bdev_read_only);
1882
Tejun Heo77ea8872010-12-08 20:57:37 +01001883/*
1884 * Disk events - monitor disk events like media change and eject request.
1885 */
1886struct disk_events {
1887 struct list_head node; /* all disk_event's */
1888 struct gendisk *disk; /* the associated disk */
1889 spinlock_t lock;
1890
Tejun Heofdd514e2011-06-09 20:43:59 +02001891 struct mutex block_mutex; /* protects blocking */
Tejun Heo77ea8872010-12-08 20:57:37 +01001892 int block; /* event blocking depth */
1893 unsigned int pending; /* events already sent out */
1894 unsigned int clearing; /* events being cleared */
1895
1896 long poll_msecs; /* interval, -1 for default */
1897 struct delayed_work dwork;
1898};
1899
1900static const char *disk_events_strs[] = {
1901 [ilog2(DISK_EVENT_MEDIA_CHANGE)] = "media_change",
1902 [ilog2(DISK_EVENT_EJECT_REQUEST)] = "eject_request",
1903};
1904
1905static char *disk_uevents[] = {
1906 [ilog2(DISK_EVENT_MEDIA_CHANGE)] = "DISK_MEDIA_CHANGE=1",
1907 [ilog2(DISK_EVENT_EJECT_REQUEST)] = "DISK_EJECT_REQUEST=1",
1908};
1909
1910/* list of all disk_events */
1911static DEFINE_MUTEX(disk_events_mutex);
1912static LIST_HEAD(disk_events);
1913
1914/* disable in-kernel polling by default */
Wei Tang1fe8f342015-11-24 09:58:46 +08001915static unsigned long disk_events_dfl_poll_msecs;
Tejun Heo77ea8872010-12-08 20:57:37 +01001916
1917static unsigned long disk_events_poll_jiffies(struct gendisk *disk)
1918{
1919 struct disk_events *ev = disk->ev;
1920 long intv_msecs = 0;
1921
1922 /*
1923 * If device-specific poll interval is set, always use it. If
Martin Wilck673387a2019-03-27 14:51:01 +01001924 * the default is being used, poll if the POLL flag is set.
Tejun Heo77ea8872010-12-08 20:57:37 +01001925 */
1926 if (ev->poll_msecs >= 0)
1927 intv_msecs = ev->poll_msecs;
Martin Wilckc92e2f02019-03-27 14:51:02 +01001928 else if (disk->event_flags & DISK_EVENT_FLAG_POLL)
Tejun Heo77ea8872010-12-08 20:57:37 +01001929 intv_msecs = disk_events_dfl_poll_msecs;
1930
1931 return msecs_to_jiffies(intv_msecs);
1932}
1933
Tejun Heoc3af54a2011-06-09 20:43:55 +02001934/**
1935 * disk_block_events - block and flush disk event checking
1936 * @disk: disk to block events for
1937 *
1938 * On return from this function, it is guaranteed that event checking
1939 * isn't in progress and won't happen until unblocked by
1940 * disk_unblock_events(). Events blocking is counted and the actual
1941 * unblocking happens after the matching number of unblocks are done.
1942 *
1943 * Note that this intentionally does not block event checking from
1944 * disk_clear_events().
1945 *
1946 * CONTEXT:
1947 * Might sleep.
1948 */
1949void disk_block_events(struct gendisk *disk)
Tejun Heo77ea8872010-12-08 20:57:37 +01001950{
1951 struct disk_events *ev = disk->ev;
1952 unsigned long flags;
1953 bool cancel;
1954
Tejun Heoc3af54a2011-06-09 20:43:55 +02001955 if (!ev)
1956 return;
1957
Tejun Heofdd514e2011-06-09 20:43:59 +02001958 /*
1959 * Outer mutex ensures that the first blocker completes canceling
1960 * the event work before further blockers are allowed to finish.
1961 */
1962 mutex_lock(&ev->block_mutex);
1963
Tejun Heo77ea8872010-12-08 20:57:37 +01001964 spin_lock_irqsave(&ev->lock, flags);
1965 cancel = !ev->block++;
1966 spin_unlock_irqrestore(&ev->lock, flags);
1967
Tejun Heoc3af54a2011-06-09 20:43:55 +02001968 if (cancel)
1969 cancel_delayed_work_sync(&disk->ev->dwork);
Tejun Heofdd514e2011-06-09 20:43:59 +02001970
1971 mutex_unlock(&ev->block_mutex);
Tejun Heo77ea8872010-12-08 20:57:37 +01001972}
1973
1974static void __disk_unblock_events(struct gendisk *disk, bool check_now)
1975{
1976 struct disk_events *ev = disk->ev;
1977 unsigned long intv;
1978 unsigned long flags;
1979
1980 spin_lock_irqsave(&ev->lock, flags);
1981
1982 if (WARN_ON_ONCE(ev->block <= 0))
1983 goto out_unlock;
1984
1985 if (--ev->block)
1986 goto out_unlock;
1987
Tejun Heo77ea8872010-12-08 20:57:37 +01001988 intv = disk_events_poll_jiffies(disk);
Tejun Heo77ea8872010-12-08 20:57:37 +01001989 if (check_now)
Viresh Kumar695588f2013-04-24 17:12:56 +05301990 queue_delayed_work(system_freezable_power_efficient_wq,
1991 &ev->dwork, 0);
Tejun Heo77ea8872010-12-08 20:57:37 +01001992 else if (intv)
Viresh Kumar695588f2013-04-24 17:12:56 +05301993 queue_delayed_work(system_freezable_power_efficient_wq,
1994 &ev->dwork, intv);
Tejun Heo77ea8872010-12-08 20:57:37 +01001995out_unlock:
1996 spin_unlock_irqrestore(&ev->lock, flags);
1997}
1998
1999/**
Tejun Heo77ea8872010-12-08 20:57:37 +01002000 * disk_unblock_events - unblock disk event checking
2001 * @disk: disk to unblock events for
2002 *
2003 * Undo disk_block_events(). When the block count reaches zero, it
2004 * starts events polling if configured.
2005 *
2006 * CONTEXT:
2007 * Don't care. Safe to call from irq context.
2008 */
2009void disk_unblock_events(struct gendisk *disk)
2010{
2011 if (disk->ev)
Tejun Heofacc31d2011-03-09 19:54:27 +01002012 __disk_unblock_events(disk, false);
Tejun Heo77ea8872010-12-08 20:57:37 +01002013}
2014
2015/**
Tejun Heo85ef06d2011-07-01 16:17:47 +02002016 * disk_flush_events - schedule immediate event checking and flushing
2017 * @disk: disk to check and flush events for
2018 * @mask: events to flush
Tejun Heo77ea8872010-12-08 20:57:37 +01002019 *
Tejun Heo85ef06d2011-07-01 16:17:47 +02002020 * Schedule immediate event checking on @disk if not blocked. Events in
2021 * @mask are scheduled to be cleared from the driver. Note that this
2022 * doesn't clear the events from @disk->ev.
Tejun Heo77ea8872010-12-08 20:57:37 +01002023 *
2024 * CONTEXT:
Tejun Heo85ef06d2011-07-01 16:17:47 +02002025 * If @mask is non-zero must be called with bdev->bd_mutex held.
Tejun Heo77ea8872010-12-08 20:57:37 +01002026 */
Tejun Heo85ef06d2011-07-01 16:17:47 +02002027void disk_flush_events(struct gendisk *disk, unsigned int mask)
Tejun Heo77ea8872010-12-08 20:57:37 +01002028{
Tejun Heoa9dce2a2011-06-09 20:43:54 +02002029 struct disk_events *ev = disk->ev;
Tejun Heoa9dce2a2011-06-09 20:43:54 +02002030
2031 if (!ev)
2032 return;
2033
Tejun Heo85ef06d2011-07-01 16:17:47 +02002034 spin_lock_irq(&ev->lock);
2035 ev->clearing |= mask;
Tejun Heo41f63c52012-08-03 10:30:47 -07002036 if (!ev->block)
Viresh Kumar695588f2013-04-24 17:12:56 +05302037 mod_delayed_work(system_freezable_power_efficient_wq,
2038 &ev->dwork, 0);
Tejun Heo85ef06d2011-07-01 16:17:47 +02002039 spin_unlock_irq(&ev->lock);
Tejun Heo77ea8872010-12-08 20:57:37 +01002040}
Tejun Heo77ea8872010-12-08 20:57:37 +01002041
2042/**
2043 * disk_clear_events - synchronously check, clear and return pending events
2044 * @disk: disk to fetch and clear events from
Masanari Iidada3dae52014-09-09 01:27:23 +09002045 * @mask: mask of events to be fetched and cleared
Tejun Heo77ea8872010-12-08 20:57:37 +01002046 *
2047 * Disk events are synchronously checked and pending events in @mask
2048 * are cleared and returned. This ignores the block count.
2049 *
2050 * CONTEXT:
2051 * Might sleep.
2052 */
Christoph Hellwig95f6f3a2020-09-08 16:53:29 +02002053static unsigned int disk_clear_events(struct gendisk *disk, unsigned int mask)
Tejun Heo77ea8872010-12-08 20:57:37 +01002054{
Tejun Heo77ea8872010-12-08 20:57:37 +01002055 struct disk_events *ev = disk->ev;
2056 unsigned int pending;
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002057 unsigned int clearing = mask;
Tejun Heo77ea8872010-12-08 20:57:37 +01002058
Christoph Hellwiga564e232020-07-08 14:25:41 +02002059 if (!ev)
Tejun Heo77ea8872010-12-08 20:57:37 +01002060 return 0;
Tejun Heo77ea8872010-12-08 20:57:37 +01002061
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002062 disk_block_events(disk);
2063
2064 /*
2065 * store the union of mask and ev->clearing on the stack so that the
2066 * race with disk_flush_events does not cause ambiguity (ev->clearing
2067 * can still be modified even if events are blocked).
2068 */
Tejun Heo77ea8872010-12-08 20:57:37 +01002069 spin_lock_irq(&ev->lock);
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002070 clearing |= ev->clearing;
2071 ev->clearing = 0;
Tejun Heo77ea8872010-12-08 20:57:37 +01002072 spin_unlock_irq(&ev->lock);
2073
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002074 disk_check_events(ev, &clearing);
Derek Basehoreaea24a82012-12-18 12:27:18 -08002075 /*
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002076 * if ev->clearing is not 0, the disk_flush_events got called in the
2077 * middle of this function, so we want to run the workfn without delay.
Derek Basehoreaea24a82012-12-18 12:27:18 -08002078 */
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002079 __disk_unblock_events(disk, ev->clearing ? true : false);
Tejun Heo77ea8872010-12-08 20:57:37 +01002080
2081 /* then, fetch and clear pending events */
2082 spin_lock_irq(&ev->lock);
Tejun Heo77ea8872010-12-08 20:57:37 +01002083 pending = ev->pending & mask;
2084 ev->pending &= ~mask;
2085 spin_unlock_irq(&ev->lock);
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002086 WARN_ON_ONCE(clearing & mask);
Tejun Heo77ea8872010-12-08 20:57:37 +01002087
2088 return pending;
2089}
2090
Christoph Hellwig95f6f3a2020-09-08 16:53:29 +02002091/**
2092 * bdev_check_media_change - check if a removable media has been changed
2093 * @bdev: block device to check
2094 *
2095 * Check whether a removable media has been changed, and attempt to free all
2096 * dentries and inodes and invalidates all block device page cache entries in
2097 * that case.
2098 *
2099 * Returns %true if the block device changed, or %false if not.
2100 */
2101bool bdev_check_media_change(struct block_device *bdev)
2102{
2103 unsigned int events;
2104
2105 events = disk_clear_events(bdev->bd_disk, DISK_EVENT_MEDIA_CHANGE |
2106 DISK_EVENT_EJECT_REQUEST);
2107 if (!(events & DISK_EVENT_MEDIA_CHANGE))
2108 return false;
2109
2110 if (__invalidate_device(bdev, true))
2111 pr_warn("VFS: busy inodes on changed media %s\n",
2112 bdev->bd_disk->disk_name);
Christoph Hellwig38430f02020-09-21 09:19:45 +02002113 set_bit(GD_NEED_PART_SCAN, &bdev->bd_disk->state);
Christoph Hellwig95f6f3a2020-09-08 16:53:29 +02002114 return true;
2115}
2116EXPORT_SYMBOL(bdev_check_media_change);
2117
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002118/*
2119 * Separate this part out so that a different pointer for clearing_ptr can be
2120 * passed in for disk_clear_events.
2121 */
Tejun Heo77ea8872010-12-08 20:57:37 +01002122static void disk_events_workfn(struct work_struct *work)
2123{
2124 struct delayed_work *dwork = to_delayed_work(work);
2125 struct disk_events *ev = container_of(dwork, struct disk_events, dwork);
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002126
2127 disk_check_events(ev, &ev->clearing);
2128}
2129
2130static void disk_check_events(struct disk_events *ev,
2131 unsigned int *clearing_ptr)
2132{
Tejun Heo77ea8872010-12-08 20:57:37 +01002133 struct gendisk *disk = ev->disk;
2134 char *envp[ARRAY_SIZE(disk_uevents) + 1] = { };
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002135 unsigned int clearing = *clearing_ptr;
Tejun Heo77ea8872010-12-08 20:57:37 +01002136 unsigned int events;
2137 unsigned long intv;
2138 int nr_events = 0, i;
2139
2140 /* check events */
2141 events = disk->fops->check_events(disk, clearing);
2142
2143 /* accumulate pending events and schedule next poll if necessary */
2144 spin_lock_irq(&ev->lock);
2145
2146 events &= ~ev->pending;
2147 ev->pending |= events;
Derek Basehore12c2bdb2012-12-18 12:27:20 -08002148 *clearing_ptr &= ~clearing;
Tejun Heo77ea8872010-12-08 20:57:37 +01002149
2150 intv = disk_events_poll_jiffies(disk);
2151 if (!ev->block && intv)
Viresh Kumar695588f2013-04-24 17:12:56 +05302152 queue_delayed_work(system_freezable_power_efficient_wq,
2153 &ev->dwork, intv);
Tejun Heo77ea8872010-12-08 20:57:37 +01002154
2155 spin_unlock_irq(&ev->lock);
2156
Tejun Heo7c88a162011-04-21 19:43:58 +02002157 /*
2158 * Tell userland about new events. Only the events listed in
Martin Wilckc92e2f02019-03-27 14:51:02 +01002159 * @disk->events are reported, and only if DISK_EVENT_FLAG_UEVENT
2160 * is set. Otherwise, events are processed internally but never
2161 * get reported to userland.
Tejun Heo7c88a162011-04-21 19:43:58 +02002162 */
Tejun Heo77ea8872010-12-08 20:57:37 +01002163 for (i = 0; i < ARRAY_SIZE(disk_uevents); i++)
Martin Wilckc92e2f02019-03-27 14:51:02 +01002164 if ((events & disk->events & (1 << i)) &&
2165 (disk->event_flags & DISK_EVENT_FLAG_UEVENT))
Tejun Heo77ea8872010-12-08 20:57:37 +01002166 envp[nr_events++] = disk_uevents[i];
2167
2168 if (nr_events)
2169 kobject_uevent_env(&disk_to_dev(disk)->kobj, KOBJ_CHANGE, envp);
2170}
2171
2172/*
2173 * A disk events enabled device has the following sysfs nodes under
2174 * its /sys/block/X/ directory.
2175 *
2176 * events : list of all supported events
2177 * events_async : list of events which can be detected w/o polling
Martin Wilck673387a2019-03-27 14:51:01 +01002178 * (always empty, only for backwards compatibility)
Tejun Heo77ea8872010-12-08 20:57:37 +01002179 * events_poll_msecs : polling interval, 0: disable, -1: system default
2180 */
2181static ssize_t __disk_events_show(unsigned int events, char *buf)
2182{
2183 const char *delim = "";
2184 ssize_t pos = 0;
2185 int i;
2186
2187 for (i = 0; i < ARRAY_SIZE(disk_events_strs); i++)
2188 if (events & (1 << i)) {
2189 pos += sprintf(buf + pos, "%s%s",
2190 delim, disk_events_strs[i]);
2191 delim = " ";
2192 }
2193 if (pos)
2194 pos += sprintf(buf + pos, "\n");
2195 return pos;
2196}
2197
2198static ssize_t disk_events_show(struct device *dev,
2199 struct device_attribute *attr, char *buf)
2200{
2201 struct gendisk *disk = dev_to_disk(dev);
2202
Martin Wilckc92e2f02019-03-27 14:51:02 +01002203 if (!(disk->event_flags & DISK_EVENT_FLAG_UEVENT))
2204 return 0;
2205
Tejun Heo77ea8872010-12-08 20:57:37 +01002206 return __disk_events_show(disk->events, buf);
2207}
2208
2209static ssize_t disk_events_async_show(struct device *dev,
2210 struct device_attribute *attr, char *buf)
2211{
Martin Wilck673387a2019-03-27 14:51:01 +01002212 return 0;
Tejun Heo77ea8872010-12-08 20:57:37 +01002213}
2214
2215static ssize_t disk_events_poll_msecs_show(struct device *dev,
2216 struct device_attribute *attr,
2217 char *buf)
2218{
2219 struct gendisk *disk = dev_to_disk(dev);
2220
Martin Wilckcdf3e3d2019-03-27 14:51:05 +01002221 if (!disk->ev)
2222 return sprintf(buf, "-1\n");
2223
Tejun Heo77ea8872010-12-08 20:57:37 +01002224 return sprintf(buf, "%ld\n", disk->ev->poll_msecs);
2225}
2226
2227static ssize_t disk_events_poll_msecs_store(struct device *dev,
2228 struct device_attribute *attr,
2229 const char *buf, size_t count)
2230{
2231 struct gendisk *disk = dev_to_disk(dev);
2232 long intv;
2233
2234 if (!count || !sscanf(buf, "%ld", &intv))
2235 return -EINVAL;
2236
2237 if (intv < 0 && intv != -1)
2238 return -EINVAL;
2239
Martin Wilckcdf3e3d2019-03-27 14:51:05 +01002240 if (!disk->ev)
2241 return -ENODEV;
2242
Tejun Heoc3af54a2011-06-09 20:43:55 +02002243 disk_block_events(disk);
Tejun Heo77ea8872010-12-08 20:57:37 +01002244 disk->ev->poll_msecs = intv;
2245 __disk_unblock_events(disk, true);
2246
2247 return count;
2248}
2249
Joe Perches5657a812018-05-24 13:38:59 -06002250static const DEVICE_ATTR(events, 0444, disk_events_show, NULL);
2251static const DEVICE_ATTR(events_async, 0444, disk_events_async_show, NULL);
2252static const DEVICE_ATTR(events_poll_msecs, 0644,
Tejun Heo77ea8872010-12-08 20:57:37 +01002253 disk_events_poll_msecs_show,
2254 disk_events_poll_msecs_store);
2255
2256static const struct attribute *disk_events_attrs[] = {
2257 &dev_attr_events.attr,
2258 &dev_attr_events_async.attr,
2259 &dev_attr_events_poll_msecs.attr,
2260 NULL,
2261};
2262
2263/*
2264 * The default polling interval can be specified by the kernel
2265 * parameter block.events_dfl_poll_msecs which defaults to 0
2266 * (disable). This can also be modified runtime by writing to
Akinobu Mita1624b0b2019-07-16 21:59:35 +09002267 * /sys/module/block/parameters/events_dfl_poll_msecs.
Tejun Heo77ea8872010-12-08 20:57:37 +01002268 */
2269static int disk_events_set_dfl_poll_msecs(const char *val,
2270 const struct kernel_param *kp)
2271{
2272 struct disk_events *ev;
2273 int ret;
2274
2275 ret = param_set_ulong(val, kp);
2276 if (ret < 0)
2277 return ret;
2278
2279 mutex_lock(&disk_events_mutex);
2280
2281 list_for_each_entry(ev, &disk_events, node)
Tejun Heo85ef06d2011-07-01 16:17:47 +02002282 disk_flush_events(ev->disk, 0);
Tejun Heo77ea8872010-12-08 20:57:37 +01002283
2284 mutex_unlock(&disk_events_mutex);
2285
2286 return 0;
2287}
2288
2289static const struct kernel_param_ops disk_events_dfl_poll_msecs_param_ops = {
2290 .set = disk_events_set_dfl_poll_msecs,
2291 .get = param_get_ulong,
2292};
2293
2294#undef MODULE_PARAM_PREFIX
2295#define MODULE_PARAM_PREFIX "block."
2296
2297module_param_cb(events_dfl_poll_msecs, &disk_events_dfl_poll_msecs_param_ops,
2298 &disk_events_dfl_poll_msecs, 0644);
2299
2300/*
Stanislaw Gruszka9f53d2fe2012-03-02 10:43:28 +01002301 * disk_{alloc|add|del|release}_events - initialize and destroy disk_events.
Tejun Heo77ea8872010-12-08 20:57:37 +01002302 */
Stanislaw Gruszka9f53d2fe2012-03-02 10:43:28 +01002303static void disk_alloc_events(struct gendisk *disk)
Tejun Heo77ea8872010-12-08 20:57:37 +01002304{
2305 struct disk_events *ev;
2306
Martin Wilckcdf3e3d2019-03-27 14:51:05 +01002307 if (!disk->fops->check_events || !disk->events)
Tejun Heo77ea8872010-12-08 20:57:37 +01002308 return;
2309
2310 ev = kzalloc(sizeof(*ev), GFP_KERNEL);
2311 if (!ev) {
2312 pr_warn("%s: failed to initialize events\n", disk->disk_name);
2313 return;
2314 }
2315
Tejun Heo77ea8872010-12-08 20:57:37 +01002316 INIT_LIST_HEAD(&ev->node);
2317 ev->disk = disk;
2318 spin_lock_init(&ev->lock);
Tejun Heofdd514e2011-06-09 20:43:59 +02002319 mutex_init(&ev->block_mutex);
Tejun Heo77ea8872010-12-08 20:57:37 +01002320 ev->block = 1;
2321 ev->poll_msecs = -1;
2322 INIT_DELAYED_WORK(&ev->dwork, disk_events_workfn);
2323
Stanislaw Gruszka9f53d2fe2012-03-02 10:43:28 +01002324 disk->ev = ev;
2325}
2326
2327static void disk_add_events(struct gendisk *disk)
2328{
Stanislaw Gruszka9f53d2fe2012-03-02 10:43:28 +01002329 /* FIXME: error handling */
2330 if (sysfs_create_files(&disk_to_dev(disk)->kobj, disk_events_attrs) < 0)
2331 pr_warn("%s: failed to create sysfs files for events\n",
2332 disk->disk_name);
2333
Martin Wilckcdf3e3d2019-03-27 14:51:05 +01002334 if (!disk->ev)
2335 return;
2336
Tejun Heo77ea8872010-12-08 20:57:37 +01002337 mutex_lock(&disk_events_mutex);
Stanislaw Gruszka9f53d2fe2012-03-02 10:43:28 +01002338 list_add_tail(&disk->ev->node, &disk_events);
Tejun Heo77ea8872010-12-08 20:57:37 +01002339 mutex_unlock(&disk_events_mutex);
2340
2341 /*
2342 * Block count is initialized to 1 and the following initial
2343 * unblock kicks it into action.
2344 */
2345 __disk_unblock_events(disk, true);
2346}
2347
2348static void disk_del_events(struct gendisk *disk)
2349{
Martin Wilckcdf3e3d2019-03-27 14:51:05 +01002350 if (disk->ev) {
2351 disk_block_events(disk);
Tejun Heo77ea8872010-12-08 20:57:37 +01002352
Martin Wilckcdf3e3d2019-03-27 14:51:05 +01002353 mutex_lock(&disk_events_mutex);
2354 list_del_init(&disk->ev->node);
2355 mutex_unlock(&disk_events_mutex);
2356 }
Tejun Heo77ea8872010-12-08 20:57:37 +01002357
2358 sysfs_remove_files(&disk_to_dev(disk)->kobj, disk_events_attrs);
2359}
2360
2361static void disk_release_events(struct gendisk *disk)
2362{
2363 /* the block count should be 1 from disk_del_events() */
2364 WARN_ON_ONCE(disk->ev && disk->ev->block != 1);
2365 kfree(disk->ev);
2366}