blob: aae187a7f94a661edb82189496242fdac4c33fcf [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/fs/block_dev.c
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 * Copyright (C) 2001 Andrea Arcangeli <andrea@suse.de> SuSE
6 */
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/init.h>
9#include <linux/mm.h>
10#include <linux/fcntl.h>
11#include <linux/slab.h>
12#include <linux/kmod.h>
13#include <linux/major.h>
Pavel Emelyanov7db9cfd2008-06-05 22:46:27 -070014#include <linux/device_cgroup.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#include <linux/highmem.h>
16#include <linux/blkdev.h>
17#include <linux/module.h>
18#include <linux/blkpg.h>
Muthu Kumarb502bd12012-03-23 15:01:50 -070019#include <linux/magic.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/buffer_head.h>
Al Viroff01bb482011-09-16 02:31:11 -040021#include <linux/swap.h>
Nick Piggin585d3bc2009-02-25 10:44:19 +010022#include <linux/pagevec.h>
David Howells811d7362006-08-29 19:06:09 +010023#include <linux/writeback.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include <linux/mpage.h>
25#include <linux/mount.h>
26#include <linux/uio.h>
27#include <linux/namei.h>
Vignesh Babu BM1368c4f2007-05-08 00:24:32 -070028#include <linux/log2.h>
Al Viroff01bb482011-09-16 02:31:11 -040029#include <linux/cleancache.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <asm/uaccess.h>
David Howells07f3f052006-09-30 20:52:18 +020031#include "internal.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032
33struct bdev_inode {
34 struct block_device bdev;
35 struct inode vfs_inode;
36};
37
Adrian Bunk4c54ac62008-02-18 13:48:31 +010038static const struct address_space_operations def_blk_aops;
39
Linus Torvalds1da177e2005-04-16 15:20:36 -070040static inline struct bdev_inode *BDEV_I(struct inode *inode)
41{
42 return container_of(inode, struct bdev_inode, vfs_inode);
43}
44
45inline struct block_device *I_BDEV(struct inode *inode)
46{
47 return &BDEV_I(inode)->bdev;
48}
Linus Torvalds1da177e2005-04-16 15:20:36 -070049EXPORT_SYMBOL(I_BDEV);
50
Dave Chinnera5491e02010-10-21 11:49:26 +110051/*
Christoph Hellwigf758eea2011-04-21 18:19:44 -060052 * Move the inode from its current bdi to a new bdi. If the inode is dirty we
53 * need to move it onto the dirty list of @dst so that the inode is always on
54 * the right list.
Dave Chinnera5491e02010-10-21 11:49:26 +110055 */
56static void bdev_inode_switch_bdi(struct inode *inode,
57 struct backing_dev_info *dst)
58{
Christoph Hellwigf758eea2011-04-21 18:19:44 -060059 struct backing_dev_info *old = inode->i_data.backing_dev_info;
60
61 if (unlikely(dst == old)) /* deadlock avoidance */
62 return;
63 bdi_lock_two(&old->wb, &dst->wb);
Dave Chinner250df6e2011-03-22 22:23:36 +110064 spin_lock(&inode->i_lock);
Dave Chinnera5491e02010-10-21 11:49:26 +110065 inode->i_data.backing_dev_info = dst;
66 if (inode->i_state & I_DIRTY)
Nick Piggin7ccf19a2010-10-21 11:49:30 +110067 list_move(&inode->i_wb_list, &dst->wb.b_dirty);
Dave Chinner250df6e2011-03-22 22:23:36 +110068 spin_unlock(&inode->i_lock);
Christoph Hellwigf758eea2011-04-21 18:19:44 -060069 spin_unlock(&old->wb.list_lock);
70 spin_unlock(&dst->wb.list_lock);
Dave Chinnera5491e02010-10-21 11:49:26 +110071}
72
Peter Zijlstraf9a14392007-05-06 14:49:55 -070073/* Kill _all_ buffers and pagecache , dirty or not.. */
Al Viroff01bb482011-09-16 02:31:11 -040074void kill_bdev(struct block_device *bdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075{
Al Viroff01bb482011-09-16 02:31:11 -040076 struct address_space *mapping = bdev->bd_inode->i_mapping;
77
78 if (mapping->nrpages == 0)
Peter Zijlstraf9a14392007-05-06 14:49:55 -070079 return;
Al Viroff01bb482011-09-16 02:31:11 -040080
Peter Zijlstraf9a14392007-05-06 14:49:55 -070081 invalidate_bh_lrus();
Al Viroff01bb482011-09-16 02:31:11 -040082 truncate_inode_pages(mapping, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -070083}
Al Viroff01bb482011-09-16 02:31:11 -040084EXPORT_SYMBOL(kill_bdev);
85
86/* Invalidate clean unused buffers and pagecache. */
87void invalidate_bdev(struct block_device *bdev)
88{
89 struct address_space *mapping = bdev->bd_inode->i_mapping;
90
91 if (mapping->nrpages == 0)
92 return;
93
94 invalidate_bh_lrus();
95 lru_add_drain_all(); /* make sure all lru add caches are flushed */
96 invalidate_mapping_pages(mapping, 0, -1);
97 /* 99% of the time, we don't need to flush the cleancache on the bdev.
98 * But, for the strange corners, lets be cautious
99 */
Dan Magenheimer31677602011-09-21 11:56:28 -0400100 cleancache_invalidate_inode(mapping);
Al Viroff01bb482011-09-16 02:31:11 -0400101}
102EXPORT_SYMBOL(invalidate_bdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103
104int set_blocksize(struct block_device *bdev, int size)
105{
106 /* Size must be a power of two, and between 512 and PAGE_SIZE */
Vignesh Babu BM1368c4f2007-05-08 00:24:32 -0700107 if (size > PAGE_SIZE || size < 512 || !is_power_of_2(size))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 return -EINVAL;
109
110 /* Size cannot be smaller than the size supported by the device */
Martin K. Petersene1defc42009-05-22 17:17:49 -0400111 if (size < bdev_logical_block_size(bdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 return -EINVAL;
113
114 /* Don't change the size if it is same as current */
115 if (bdev->bd_block_size != size) {
116 sync_blockdev(bdev);
117 bdev->bd_block_size = size;
118 bdev->bd_inode->i_blkbits = blksize_bits(size);
119 kill_bdev(bdev);
120 }
121 return 0;
122}
123
124EXPORT_SYMBOL(set_blocksize);
125
126int sb_set_blocksize(struct super_block *sb, int size)
127{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 if (set_blocksize(sb->s_bdev, size))
129 return 0;
130 /* If we get here, we know size is power of two
131 * and it's value is between 512 and PAGE_SIZE */
132 sb->s_blocksize = size;
Coywolf Qi Hunt38885bd2006-03-24 03:18:05 -0800133 sb->s_blocksize_bits = blksize_bits(size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 return sb->s_blocksize;
135}
136
137EXPORT_SYMBOL(sb_set_blocksize);
138
139int sb_min_blocksize(struct super_block *sb, int size)
140{
Martin K. Petersene1defc42009-05-22 17:17:49 -0400141 int minsize = bdev_logical_block_size(sb->s_bdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 if (size < minsize)
143 size = minsize;
144 return sb_set_blocksize(sb, size);
145}
146
147EXPORT_SYMBOL(sb_min_blocksize);
148
149static int
150blkdev_get_block(struct inode *inode, sector_t iblock,
151 struct buffer_head *bh, int create)
152{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 bh->b_bdev = I_BDEV(inode);
154 bh->b_blocknr = iblock;
155 set_buffer_mapped(bh);
156 return 0;
157}
158
Andrew Mortonb2e895d2007-02-03 01:14:01 -0800159static ssize_t
160blkdev_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov,
161 loff_t offset, unsigned long nr_segs)
162{
163 struct file *file = iocb->ki_filp;
164 struct inode *inode = file->f_mapping->host;
165
Christoph Hellwigeafdc7d2010-06-04 11:29:53 +0200166 return __blockdev_direct_IO(rw, iocb, inode, I_BDEV(inode), iov, offset,
Linus Torvaldsbbec02702012-11-29 12:31:52 -0800167 nr_segs, blkdev_get_block, NULL, NULL, 0);
Andrew Mortonb2e895d2007-02-03 01:14:01 -0800168}
169
Jan Kara5cee5812009-04-27 16:43:51 +0200170int __sync_blockdev(struct block_device *bdev, int wait)
171{
172 if (!bdev)
173 return 0;
174 if (!wait)
175 return filemap_flush(bdev->bd_inode->i_mapping);
176 return filemap_write_and_wait(bdev->bd_inode->i_mapping);
177}
178
Nick Piggin585d3bc2009-02-25 10:44:19 +0100179/*
180 * Write out and wait upon all the dirty data associated with a block
181 * device via its mapping. Does not take the superblock lock.
182 */
183int sync_blockdev(struct block_device *bdev)
184{
Jan Kara5cee5812009-04-27 16:43:51 +0200185 return __sync_blockdev(bdev, 1);
Nick Piggin585d3bc2009-02-25 10:44:19 +0100186}
187EXPORT_SYMBOL(sync_blockdev);
188
189/*
190 * Write out and wait upon all dirty data associated with this
191 * device. Filesystem data as well as the underlying block
192 * device. Takes the superblock lock.
193 */
194int fsync_bdev(struct block_device *bdev)
195{
196 struct super_block *sb = get_super(bdev);
197 if (sb) {
Jan Kara60b06802009-04-27 16:43:53 +0200198 int res = sync_filesystem(sb);
Nick Piggin585d3bc2009-02-25 10:44:19 +0100199 drop_super(sb);
200 return res;
201 }
202 return sync_blockdev(bdev);
203}
Al Viro47e44912009-04-01 07:07:16 -0400204EXPORT_SYMBOL(fsync_bdev);
Nick Piggin585d3bc2009-02-25 10:44:19 +0100205
206/**
207 * freeze_bdev -- lock a filesystem and force it into a consistent state
208 * @bdev: blockdevice to lock
209 *
Nick Piggin585d3bc2009-02-25 10:44:19 +0100210 * If a superblock is found on this device, we take the s_umount semaphore
211 * on it to make sure nobody unmounts until the snapshot creation is done.
212 * The reference counter (bd_fsfreeze_count) guarantees that only the last
213 * unfreeze process can unfreeze the frozen filesystem actually when multiple
214 * freeze requests arrive simultaneously. It counts up in freeze_bdev() and
215 * count down in thaw_bdev(). When it becomes 0, thaw_bdev() will unfreeze
216 * actually.
217 */
218struct super_block *freeze_bdev(struct block_device *bdev)
219{
220 struct super_block *sb;
221 int error = 0;
222
223 mutex_lock(&bdev->bd_fsfreeze_mutex);
Christoph Hellwig45042302009-08-03 23:28:35 +0200224 if (++bdev->bd_fsfreeze_count > 1) {
225 /*
226 * We don't even need to grab a reference - the first call
227 * to freeze_bdev grab an active reference and only the last
228 * thaw_bdev drops it.
229 */
Nick Piggin585d3bc2009-02-25 10:44:19 +0100230 sb = get_super(bdev);
Christoph Hellwig45042302009-08-03 23:28:35 +0200231 drop_super(sb);
Nick Piggin585d3bc2009-02-25 10:44:19 +0100232 mutex_unlock(&bdev->bd_fsfreeze_mutex);
233 return sb;
234 }
Nick Piggin585d3bc2009-02-25 10:44:19 +0100235
Christoph Hellwig45042302009-08-03 23:28:35 +0200236 sb = get_active_super(bdev);
237 if (!sb)
238 goto out;
Josef Bacik18e9e512010-03-23 10:34:56 -0400239 error = freeze_super(sb);
240 if (error) {
241 deactivate_super(sb);
242 bdev->bd_fsfreeze_count--;
Christoph Hellwig45042302009-08-03 23:28:35 +0200243 mutex_unlock(&bdev->bd_fsfreeze_mutex);
Josef Bacik18e9e512010-03-23 10:34:56 -0400244 return ERR_PTR(error);
Nick Piggin585d3bc2009-02-25 10:44:19 +0100245 }
Josef Bacik18e9e512010-03-23 10:34:56 -0400246 deactivate_super(sb);
Christoph Hellwig45042302009-08-03 23:28:35 +0200247 out:
Nick Piggin585d3bc2009-02-25 10:44:19 +0100248 sync_blockdev(bdev);
249 mutex_unlock(&bdev->bd_fsfreeze_mutex);
Christoph Hellwig4fadd7b2009-08-03 23:28:06 +0200250 return sb; /* thaw_bdev releases s->s_umount */
Nick Piggin585d3bc2009-02-25 10:44:19 +0100251}
252EXPORT_SYMBOL(freeze_bdev);
253
254/**
255 * thaw_bdev -- unlock filesystem
256 * @bdev: blockdevice to unlock
257 * @sb: associated superblock
258 *
259 * Unlocks the filesystem and marks it writeable again after freeze_bdev().
260 */
261int thaw_bdev(struct block_device *bdev, struct super_block *sb)
262{
Christoph Hellwig45042302009-08-03 23:28:35 +0200263 int error = -EINVAL;
Nick Piggin585d3bc2009-02-25 10:44:19 +0100264
265 mutex_lock(&bdev->bd_fsfreeze_mutex);
Christoph Hellwig45042302009-08-03 23:28:35 +0200266 if (!bdev->bd_fsfreeze_count)
Josef Bacik18e9e512010-03-23 10:34:56 -0400267 goto out;
Nick Piggin585d3bc2009-02-25 10:44:19 +0100268
Christoph Hellwig45042302009-08-03 23:28:35 +0200269 error = 0;
270 if (--bdev->bd_fsfreeze_count > 0)
Josef Bacik18e9e512010-03-23 10:34:56 -0400271 goto out;
Nick Piggin585d3bc2009-02-25 10:44:19 +0100272
Christoph Hellwig45042302009-08-03 23:28:35 +0200273 if (!sb)
Josef Bacik18e9e512010-03-23 10:34:56 -0400274 goto out;
Christoph Hellwig45042302009-08-03 23:28:35 +0200275
Josef Bacik18e9e512010-03-23 10:34:56 -0400276 error = thaw_super(sb);
277 if (error) {
278 bdev->bd_fsfreeze_count++;
279 mutex_unlock(&bdev->bd_fsfreeze_mutex);
280 return error;
Nick Piggin585d3bc2009-02-25 10:44:19 +0100281 }
Josef Bacik18e9e512010-03-23 10:34:56 -0400282out:
Nick Piggin585d3bc2009-02-25 10:44:19 +0100283 mutex_unlock(&bdev->bd_fsfreeze_mutex);
284 return 0;
285}
286EXPORT_SYMBOL(thaw_bdev);
287
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288static int blkdev_writepage(struct page *page, struct writeback_control *wbc)
289{
290 return block_write_full_page(page, blkdev_get_block, wbc);
291}
292
293static int blkdev_readpage(struct file * file, struct page * page)
294{
295 return block_read_full_page(page, blkdev_get_block);
296}
297
Nick Piggin6272b5a2007-10-16 01:25:04 -0700298static int blkdev_write_begin(struct file *file, struct address_space *mapping,
299 loff_t pos, unsigned len, unsigned flags,
300 struct page **pagep, void **fsdata)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301{
Christoph Hellwig155130a2010-06-04 11:29:58 +0200302 return block_write_begin(mapping, pos, len, flags, pagep,
303 blkdev_get_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304}
305
Nick Piggin6272b5a2007-10-16 01:25:04 -0700306static int blkdev_write_end(struct file *file, struct address_space *mapping,
307 loff_t pos, unsigned len, unsigned copied,
308 struct page *page, void *fsdata)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309{
Nick Piggin6272b5a2007-10-16 01:25:04 -0700310 int ret;
311 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata);
312
313 unlock_page(page);
314 page_cache_release(page);
315
316 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317}
318
319/*
320 * private llseek:
Al Viro496ad9a2013-01-23 17:07:38 -0500321 * for a block special file file_inode(file)->i_size is zero
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 * so we compute the size by hand (just as in block_read/write above)
323 */
Andrew Morton965c8e52012-12-17 15:59:39 -0800324static loff_t block_llseek(struct file *file, loff_t offset, int whence)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325{
326 struct inode *bd_inode = file->f_mapping->host;
327 loff_t size;
328 loff_t retval;
329
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800330 mutex_lock(&bd_inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 size = i_size_read(bd_inode);
332
Josef Bacik06222e42011-07-18 13:21:38 -0400333 retval = -EINVAL;
Andrew Morton965c8e52012-12-17 15:59:39 -0800334 switch (whence) {
Josef Bacik06222e42011-07-18 13:21:38 -0400335 case SEEK_END:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 offset += size;
337 break;
Josef Bacik06222e42011-07-18 13:21:38 -0400338 case SEEK_CUR:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339 offset += file->f_pos;
Josef Bacik06222e42011-07-18 13:21:38 -0400340 case SEEK_SET:
341 break;
342 default:
343 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345 if (offset >= 0 && offset <= size) {
346 if (offset != file->f_pos) {
347 file->f_pos = offset;
348 }
349 retval = offset;
350 }
Josef Bacik06222e42011-07-18 13:21:38 -0400351out:
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800352 mutex_unlock(&bd_inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 return retval;
354}
355
Josef Bacik02c24a82011-07-16 20:44:56 -0400356int blkdev_fsync(struct file *filp, loff_t start, loff_t end, int datasync)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357{
Anton Blanchardb8af67e2010-04-23 13:18:06 -0400358 struct inode *bd_inode = filp->f_mapping->host;
359 struct block_device *bdev = I_BDEV(bd_inode);
Christoph Hellwigab0a9732009-10-29 14:14:04 +0100360 int error;
Rafael J. Wysockida5aa862011-08-02 02:17:48 +0200361
362 error = filemap_write_and_wait_range(filp->f_mapping, start, end);
363 if (error)
364 return error;
Christoph Hellwigab0a9732009-10-29 14:14:04 +0100365
Anton Blanchardb8af67e2010-04-23 13:18:06 -0400366 /*
367 * There is no need to serialise calls to blkdev_issue_flush with
368 * i_mutex and doing so causes performance issues with concurrent
369 * O_SYNC writers to a block device.
370 */
Christoph Hellwigdd3932e2010-09-16 20:51:46 +0200371 error = blkdev_issue_flush(bdev, GFP_KERNEL, NULL);
Christoph Hellwigab0a9732009-10-29 14:14:04 +0100372 if (error == -EOPNOTSUPP)
373 error = 0;
Anton Blanchardb8af67e2010-04-23 13:18:06 -0400374
Christoph Hellwigab0a9732009-10-29 14:14:04 +0100375 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376}
Andrew Mortonb1dd3b22010-04-06 14:35:00 -0700377EXPORT_SYMBOL(blkdev_fsync);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378
379/*
380 * pseudo-fs
381 */
382
383static __cacheline_aligned_in_smp DEFINE_SPINLOCK(bdev_lock);
Christoph Lametere18b8902006-12-06 20:33:20 -0800384static struct kmem_cache * bdev_cachep __read_mostly;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385
386static struct inode *bdev_alloc_inode(struct super_block *sb)
387{
Christoph Lametere94b1762006-12-06 20:33:17 -0800388 struct bdev_inode *ei = kmem_cache_alloc(bdev_cachep, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 if (!ei)
390 return NULL;
391 return &ei->vfs_inode;
392}
393
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +1100394static void bdev_i_callback(struct rcu_head *head)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395{
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +1100396 struct inode *inode = container_of(head, struct inode, i_rcu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 struct bdev_inode *bdi = BDEV_I(inode);
398
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 kmem_cache_free(bdev_cachep, bdi);
400}
401
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +1100402static void bdev_destroy_inode(struct inode *inode)
403{
404 call_rcu(&inode->i_rcu, bdev_i_callback);
405}
406
Alexey Dobriyan51cc5062008-07-25 19:45:34 -0700407static void init_once(void *foo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408{
409 struct bdev_inode *ei = (struct bdev_inode *) foo;
410 struct block_device *bdev = &ei->bdev;
411
Christoph Lametera35afb82007-05-16 22:10:57 -0700412 memset(bdev, 0, sizeof(*bdev));
413 mutex_init(&bdev->bd_mutex);
Christoph Lametera35afb82007-05-16 22:10:57 -0700414 INIT_LIST_HEAD(&bdev->bd_inodes);
415 INIT_LIST_HEAD(&bdev->bd_list);
Tejun Heo49731ba2011-01-14 18:43:57 +0100416#ifdef CONFIG_SYSFS
417 INIT_LIST_HEAD(&bdev->bd_holder_disks);
418#endif
Christoph Lametera35afb82007-05-16 22:10:57 -0700419 inode_init_once(&ei->vfs_inode);
Takashi Satofcccf502009-01-09 16:40:59 -0800420 /* Initialize mutex for freeze. */
421 mutex_init(&bdev->bd_fsfreeze_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422}
423
424static inline void __bd_forget(struct inode *inode)
425{
426 list_del_init(&inode->i_devices);
427 inode->i_bdev = NULL;
428 inode->i_mapping = &inode->i_data;
429}
430
Al Virob57922d2010-06-07 14:34:48 -0400431static void bdev_evict_inode(struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432{
433 struct block_device *bdev = &BDEV_I(inode)->bdev;
434 struct list_head *p;
Al Virob57922d2010-06-07 14:34:48 -0400435 truncate_inode_pages(&inode->i_data, 0);
436 invalidate_inode_buffers(inode); /* is it needed here? */
Jan Karadbd57682012-05-03 14:48:02 +0200437 clear_inode(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 spin_lock(&bdev_lock);
439 while ( (p = bdev->bd_inodes.next) != &bdev->bd_inodes ) {
440 __bd_forget(list_entry(p, struct inode, i_devices));
441 }
442 list_del_init(&bdev->bd_list);
443 spin_unlock(&bdev_lock);
444}
445
Josef 'Jeff' Sipekee9b6d62007-02-12 00:55:41 -0800446static const struct super_operations bdev_sops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 .statfs = simple_statfs,
448 .alloc_inode = bdev_alloc_inode,
449 .destroy_inode = bdev_destroy_inode,
450 .drop_inode = generic_delete_inode,
Al Virob57922d2010-06-07 14:34:48 -0400451 .evict_inode = bdev_evict_inode,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452};
453
Al Viro51139ad2010-07-25 23:47:46 +0400454static struct dentry *bd_mount(struct file_system_type *fs_type,
455 int flags, const char *dev_name, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456{
Muthu Kumarb502bd12012-03-23 15:01:50 -0700457 return mount_pseudo(fs_type, "bdev:", &bdev_sops, NULL, BDEVFS_MAGIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458}
459
460static struct file_system_type bd_type = {
461 .name = "bdev",
Al Viro51139ad2010-07-25 23:47:46 +0400462 .mount = bd_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 .kill_sb = kill_anon_super,
464};
465
Al Virof47ec3f2011-11-21 21:15:42 -0500466static struct super_block *blockdev_superblock __read_mostly;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467
468void __init bdev_cache_init(void)
469{
470 int err;
Sergey Senozhatskyace85772012-01-10 02:43:59 +0300471 static struct vfsmount *bd_mnt;
Denis ChengRqc2acf7b2008-12-01 14:34:56 -0800472
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 bdev_cachep = kmem_cache_create("bdev_cache", sizeof(struct bdev_inode),
Paul Jacksonfffb60f2006-03-24 03:16:06 -0800474 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|
475 SLAB_MEM_SPREAD|SLAB_PANIC),
Paul Mundt20c2df82007-07-20 10:11:58 +0900476 init_once);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477 err = register_filesystem(&bd_type);
478 if (err)
479 panic("Cannot register bdev pseudo-fs");
480 bd_mnt = kern_mount(&bd_type);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 if (IS_ERR(bd_mnt))
482 panic("Cannot create bdev pseudo-fs");
Sergey Senozhatskyace85772012-01-10 02:43:59 +0300483 blockdev_superblock = bd_mnt->mnt_sb; /* For writeback */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484}
485
486/*
487 * Most likely _very_ bad one - but then it's hardly critical for small
488 * /dev and can be fixed when somebody will need really large one.
489 * Keep in mind that it will be fed through icache hash function too.
490 */
491static inline unsigned long hash(dev_t dev)
492{
493 return MAJOR(dev)+MINOR(dev);
494}
495
496static int bdev_test(struct inode *inode, void *data)
497{
498 return BDEV_I(inode)->bdev.bd_dev == *(dev_t *)data;
499}
500
501static int bdev_set(struct inode *inode, void *data)
502{
503 BDEV_I(inode)->bdev.bd_dev = *(dev_t *)data;
504 return 0;
505}
506
507static LIST_HEAD(all_bdevs);
508
509struct block_device *bdget(dev_t dev)
510{
511 struct block_device *bdev;
512 struct inode *inode;
513
Denis ChengRqc2acf7b2008-12-01 14:34:56 -0800514 inode = iget5_locked(blockdev_superblock, hash(dev),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 bdev_test, bdev_set, &dev);
516
517 if (!inode)
518 return NULL;
519
520 bdev = &BDEV_I(inode)->bdev;
521
522 if (inode->i_state & I_NEW) {
523 bdev->bd_contains = NULL;
Lachlan McIlroy782b94c2011-06-30 11:01:45 +1000524 bdev->bd_super = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 bdev->bd_inode = inode;
526 bdev->bd_block_size = (1 << inode->i_blkbits);
527 bdev->bd_part_count = 0;
528 bdev->bd_invalidated = 0;
529 inode->i_mode = S_IFBLK;
530 inode->i_rdev = dev;
531 inode->i_bdev = bdev;
532 inode->i_data.a_ops = &def_blk_aops;
533 mapping_set_gfp_mask(&inode->i_data, GFP_USER);
534 inode->i_data.backing_dev_info = &default_backing_dev_info;
535 spin_lock(&bdev_lock);
536 list_add(&bdev->bd_list, &all_bdevs);
537 spin_unlock(&bdev_lock);
538 unlock_new_inode(inode);
539 }
540 return bdev;
541}
542
543EXPORT_SYMBOL(bdget);
544
Alan Jenkinsdddac6a2009-07-29 21:07:55 +0200545/**
546 * bdgrab -- Grab a reference to an already referenced block device
547 * @bdev: Block device to grab a reference to.
548 */
549struct block_device *bdgrab(struct block_device *bdev)
550{
Al Viro7de9c6ee2010-10-23 11:11:40 -0400551 ihold(bdev->bd_inode);
Alan Jenkinsdddac6a2009-07-29 21:07:55 +0200552 return bdev;
553}
Anatol Pomozovc1681bf2013-04-01 09:47:56 -0700554EXPORT_SYMBOL(bdgrab);
Alan Jenkinsdddac6a2009-07-29 21:07:55 +0200555
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556long nr_blockdev_pages(void)
557{
Matthias Kaehlcke203a2932007-07-15 23:40:23 -0700558 struct block_device *bdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 long ret = 0;
560 spin_lock(&bdev_lock);
Matthias Kaehlcke203a2932007-07-15 23:40:23 -0700561 list_for_each_entry(bdev, &all_bdevs, bd_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 ret += bdev->bd_inode->i_mapping->nrpages;
563 }
564 spin_unlock(&bdev_lock);
565 return ret;
566}
567
568void bdput(struct block_device *bdev)
569{
570 iput(bdev->bd_inode);
571}
572
573EXPORT_SYMBOL(bdput);
574
575static struct block_device *bd_acquire(struct inode *inode)
576{
577 struct block_device *bdev;
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700578
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 spin_lock(&bdev_lock);
580 bdev = inode->i_bdev;
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700581 if (bdev) {
Al Viro7de9c6ee2010-10-23 11:11:40 -0400582 ihold(bdev->bd_inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 spin_unlock(&bdev_lock);
584 return bdev;
585 }
586 spin_unlock(&bdev_lock);
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700587
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 bdev = bdget(inode->i_rdev);
589 if (bdev) {
590 spin_lock(&bdev_lock);
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700591 if (!inode->i_bdev) {
592 /*
Al Viro7de9c6ee2010-10-23 11:11:40 -0400593 * We take an additional reference to bd_inode,
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700594 * and it's released in clear_inode() of inode.
595 * So, we can access it via ->i_mapping always
596 * without igrab().
597 */
Al Viro7de9c6ee2010-10-23 11:11:40 -0400598 ihold(bdev->bd_inode);
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700599 inode->i_bdev = bdev;
600 inode->i_mapping = bdev->bd_inode->i_mapping;
601 list_add(&inode->i_devices, &bdev->bd_inodes);
602 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 spin_unlock(&bdev_lock);
604 }
605 return bdev;
606}
607
Al Virof47ec3f2011-11-21 21:15:42 -0500608static inline int sb_is_blkdev_sb(struct super_block *sb)
609{
610 return sb == blockdev_superblock;
611}
612
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613/* Call when you free inode */
614
615void bd_forget(struct inode *inode)
616{
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700617 struct block_device *bdev = NULL;
618
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 spin_lock(&bdev_lock);
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700620 if (inode->i_bdev) {
Denis ChengRqc2acf7b2008-12-01 14:34:56 -0800621 if (!sb_is_blkdev_sb(inode->i_sb))
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700622 bdev = inode->i_bdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 __bd_forget(inode);
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700624 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 spin_unlock(&bdev_lock);
OGAWA Hirofumi09d967c2006-06-22 14:47:21 -0700626
627 if (bdev)
628 iput(bdev->bd_inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629}
630
Tejun Heo1a3cbbc2010-04-07 18:52:29 +0900631/**
632 * bd_may_claim - test whether a block device can be claimed
633 * @bdev: block device of interest
634 * @whole: whole block device containing @bdev, may equal @bdev
635 * @holder: holder trying to claim @bdev
636 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300637 * Test whether @bdev can be claimed by @holder.
Tejun Heo1a3cbbc2010-04-07 18:52:29 +0900638 *
639 * CONTEXT:
640 * spin_lock(&bdev_lock).
641 *
642 * RETURNS:
643 * %true if @bdev can be claimed, %false otherwise.
644 */
645static bool bd_may_claim(struct block_device *bdev, struct block_device *whole,
646 void *holder)
647{
648 if (bdev->bd_holder == holder)
649 return true; /* already a holder */
650 else if (bdev->bd_holder != NULL)
651 return false; /* held by someone else */
652 else if (bdev->bd_contains == bdev)
653 return true; /* is a whole device which isn't held */
654
Tejun Heoe525fd82010-11-13 11:55:17 +0100655 else if (whole->bd_holder == bd_may_claim)
Tejun Heo1a3cbbc2010-04-07 18:52:29 +0900656 return true; /* is a partition of a device that is being partitioned */
657 else if (whole->bd_holder != NULL)
658 return false; /* is a partition of a held device */
659 else
660 return true; /* is a partition of an un-held device */
661}
662
663/**
Tejun Heo6b4517a2010-04-07 18:53:59 +0900664 * bd_prepare_to_claim - prepare to claim a block device
665 * @bdev: block device of interest
666 * @whole: the whole device containing @bdev, may equal @bdev
667 * @holder: holder trying to claim @bdev
668 *
669 * Prepare to claim @bdev. This function fails if @bdev is already
670 * claimed by another holder and waits if another claiming is in
671 * progress. This function doesn't actually claim. On successful
672 * return, the caller has ownership of bd_claiming and bd_holder[s].
673 *
674 * CONTEXT:
675 * spin_lock(&bdev_lock). Might release bdev_lock, sleep and regrab
676 * it multiple times.
677 *
678 * RETURNS:
679 * 0 if @bdev can be claimed, -EBUSY otherwise.
680 */
681static int bd_prepare_to_claim(struct block_device *bdev,
682 struct block_device *whole, void *holder)
683{
684retry:
685 /* if someone else claimed, fail */
686 if (!bd_may_claim(bdev, whole, holder))
687 return -EBUSY;
688
Tejun Heoe75aa852010-08-04 17:59:39 +0200689 /* if claiming is already in progress, wait for it to finish */
690 if (whole->bd_claiming) {
Tejun Heo6b4517a2010-04-07 18:53:59 +0900691 wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0);
692 DEFINE_WAIT(wait);
693
694 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE);
695 spin_unlock(&bdev_lock);
696 schedule();
697 finish_wait(wq, &wait);
698 spin_lock(&bdev_lock);
699 goto retry;
700 }
701
702 /* yay, all mine */
703 return 0;
704}
705
706/**
707 * bd_start_claiming - start claiming a block device
708 * @bdev: block device of interest
709 * @holder: holder trying to claim @bdev
710 *
711 * @bdev is about to be opened exclusively. Check @bdev can be opened
712 * exclusively and mark that an exclusive open is in progress. Each
713 * successful call to this function must be matched with a call to
Nick Pigginb0018362010-05-26 01:51:19 +1000714 * either bd_finish_claiming() or bd_abort_claiming() (which do not
715 * fail).
716 *
717 * This function is used to gain exclusive access to the block device
718 * without actually causing other exclusive open attempts to fail. It
719 * should be used when the open sequence itself requires exclusive
720 * access but may subsequently fail.
Tejun Heo6b4517a2010-04-07 18:53:59 +0900721 *
722 * CONTEXT:
723 * Might sleep.
724 *
725 * RETURNS:
726 * Pointer to the block device containing @bdev on success, ERR_PTR()
727 * value on failure.
728 */
729static struct block_device *bd_start_claiming(struct block_device *bdev,
730 void *holder)
731{
732 struct gendisk *disk;
733 struct block_device *whole;
734 int partno, err;
735
736 might_sleep();
737
738 /*
739 * @bdev might not have been initialized properly yet, look up
740 * and grab the outer block device the hard way.
741 */
742 disk = get_gendisk(bdev->bd_dev, &partno);
743 if (!disk)
744 return ERR_PTR(-ENXIO);
745
Tejun Heod4c208b2011-06-13 12:45:48 +0200746 /*
747 * Normally, @bdev should equal what's returned from bdget_disk()
748 * if partno is 0; however, some drivers (floppy) use multiple
749 * bdev's for the same physical device and @bdev may be one of the
750 * aliases. Keep @bdev if partno is 0. This means claimer
751 * tracking is broken for those devices but it has always been that
752 * way.
753 */
754 if (partno)
755 whole = bdget_disk(disk, 0);
756 else
757 whole = bdgrab(bdev);
758
Nick Piggincf342572010-05-26 01:50:21 +1000759 module_put(disk->fops->owner);
Tejun Heo6b4517a2010-04-07 18:53:59 +0900760 put_disk(disk);
761 if (!whole)
762 return ERR_PTR(-ENOMEM);
763
764 /* prepare to claim, if successful, mark claiming in progress */
765 spin_lock(&bdev_lock);
766
767 err = bd_prepare_to_claim(bdev, whole, holder);
768 if (err == 0) {
769 whole->bd_claiming = holder;
770 spin_unlock(&bdev_lock);
771 return whole;
772 } else {
773 spin_unlock(&bdev_lock);
774 bdput(whole);
775 return ERR_PTR(err);
776 }
777}
778
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800779#ifdef CONFIG_SYSFS
Tejun Heo49731ba2011-01-14 18:43:57 +0100780struct bd_holder_disk {
781 struct list_head list;
782 struct gendisk *disk;
783 int refcnt;
784};
785
786static struct bd_holder_disk *bd_find_holder_disk(struct block_device *bdev,
787 struct gendisk *disk)
788{
789 struct bd_holder_disk *holder;
790
791 list_for_each_entry(holder, &bdev->bd_holder_disks, list)
792 if (holder->disk == disk)
793 return holder;
794 return NULL;
795}
796
Andrew Morton4d7dd8f2006-09-29 01:58:56 -0700797static int add_symlink(struct kobject *from, struct kobject *to)
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800798{
Andrew Morton4d7dd8f2006-09-29 01:58:56 -0700799 return sysfs_create_link(from, to, kobject_name(to));
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800800}
801
802static void del_symlink(struct kobject *from, struct kobject *to)
803{
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800804 sysfs_remove_link(from, kobject_name(to));
805}
806
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800807/**
Tejun Heoe09b4572010-11-13 11:55:17 +0100808 * bd_link_disk_holder - create symlinks between holding disk and slave bdev
809 * @bdev: the claimed slave bdev
810 * @disk: the holding disk
Jun'ichi Nomuradf6c0cd2006-10-30 16:23:56 -0500811 *
Tejun Heo49731ba2011-01-14 18:43:57 +0100812 * DON'T USE THIS UNLESS YOU'RE ALREADY USING IT.
813 *
Tejun Heoe09b4572010-11-13 11:55:17 +0100814 * This functions creates the following sysfs symlinks.
Jun'ichi Nomuradf6c0cd2006-10-30 16:23:56 -0500815 *
Tejun Heoe09b4572010-11-13 11:55:17 +0100816 * - from "slaves" directory of the holder @disk to the claimed @bdev
817 * - from "holders" directory of the @bdev to the holder @disk
818 *
819 * For example, if /dev/dm-0 maps to /dev/sda and disk for dm-0 is
820 * passed to bd_link_disk_holder(), then:
821 *
822 * /sys/block/dm-0/slaves/sda --> /sys/block/sda
823 * /sys/block/sda/holders/dm-0 --> /sys/block/dm-0
824 *
825 * The caller must have claimed @bdev before calling this function and
826 * ensure that both @bdev and @disk are valid during the creation and
827 * lifetime of these symlinks.
828 *
829 * CONTEXT:
830 * Might sleep.
831 *
832 * RETURNS:
833 * 0 on success, -errno on failure.
Jun'ichi Nomuradf6c0cd2006-10-30 16:23:56 -0500834 */
Tejun Heoe09b4572010-11-13 11:55:17 +0100835int bd_link_disk_holder(struct block_device *bdev, struct gendisk *disk)
Jun'ichi Nomuradf6c0cd2006-10-30 16:23:56 -0500836{
Tejun Heo49731ba2011-01-14 18:43:57 +0100837 struct bd_holder_disk *holder;
Tejun Heoe09b4572010-11-13 11:55:17 +0100838 int ret = 0;
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800839
Peter Zijlstra2e7b6512006-12-08 02:36:13 -0800840 mutex_lock(&bdev->bd_mutex);
Jun'ichi Nomuradf6c0cd2006-10-30 16:23:56 -0500841
Tejun Heo49731ba2011-01-14 18:43:57 +0100842 WARN_ON_ONCE(!bdev->bd_holder);
Johannes Weiner4e916722007-07-15 23:41:25 -0700843
Tejun Heoe09b4572010-11-13 11:55:17 +0100844 /* FIXME: remove the following once add_disk() handles errors */
845 if (WARN_ON(!disk->slave_dir || !bdev->bd_part->holder_dir))
846 goto out_unlock;
Johannes Weiner4e916722007-07-15 23:41:25 -0700847
Tejun Heo49731ba2011-01-14 18:43:57 +0100848 holder = bd_find_holder_disk(bdev, disk);
849 if (holder) {
850 holder->refcnt++;
Tejun Heoe09b4572010-11-13 11:55:17 +0100851 goto out_unlock;
852 }
853
Tejun Heo49731ba2011-01-14 18:43:57 +0100854 holder = kzalloc(sizeof(*holder), GFP_KERNEL);
855 if (!holder) {
856 ret = -ENOMEM;
857 goto out_unlock;
858 }
859
860 INIT_LIST_HEAD(&holder->list);
861 holder->disk = disk;
862 holder->refcnt = 1;
863
864 ret = add_symlink(disk->slave_dir, &part_to_dev(bdev->bd_part)->kobj);
865 if (ret)
866 goto out_free;
867
868 ret = add_symlink(bdev->bd_part->holder_dir, &disk_to_dev(disk)->kobj);
869 if (ret)
870 goto out_del;
Tejun Heoe7407d12011-02-24 09:56:32 +0100871 /*
872 * bdev could be deleted beneath us which would implicitly destroy
873 * the holder directory. Hold on to it.
874 */
875 kobject_get(bdev->bd_part->holder_dir);
Tejun Heo49731ba2011-01-14 18:43:57 +0100876
877 list_add(&holder->list, &bdev->bd_holder_disks);
878 goto out_unlock;
879
880out_del:
881 del_symlink(disk->slave_dir, &part_to_dev(bdev->bd_part)->kobj);
882out_free:
883 kfree(holder);
Tejun Heoe09b4572010-11-13 11:55:17 +0100884out_unlock:
Jun'ichi Nomurab4cf1b72006-03-27 01:18:00 -0800885 mutex_unlock(&bdev->bd_mutex);
Tejun Heoe09b4572010-11-13 11:55:17 +0100886 return ret;
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800887}
Tejun Heoe09b4572010-11-13 11:55:17 +0100888EXPORT_SYMBOL_GPL(bd_link_disk_holder);
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800889
Tejun Heo49731ba2011-01-14 18:43:57 +0100890/**
891 * bd_unlink_disk_holder - destroy symlinks created by bd_link_disk_holder()
892 * @bdev: the calimed slave bdev
893 * @disk: the holding disk
894 *
895 * DON'T USE THIS UNLESS YOU'RE ALREADY USING IT.
896 *
897 * CONTEXT:
898 * Might sleep.
899 */
900void bd_unlink_disk_holder(struct block_device *bdev, struct gendisk *disk)
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800901{
Tejun Heo49731ba2011-01-14 18:43:57 +0100902 struct bd_holder_disk *holder;
Tejun Heoe09b4572010-11-13 11:55:17 +0100903
Tejun Heo49731ba2011-01-14 18:43:57 +0100904 mutex_lock(&bdev->bd_mutex);
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800905
Tejun Heo49731ba2011-01-14 18:43:57 +0100906 holder = bd_find_holder_disk(bdev, disk);
907
908 if (!WARN_ON_ONCE(holder == NULL) && !--holder->refcnt) {
909 del_symlink(disk->slave_dir, &part_to_dev(bdev->bd_part)->kobj);
910 del_symlink(bdev->bd_part->holder_dir,
911 &disk_to_dev(disk)->kobj);
Tejun Heoe7407d12011-02-24 09:56:32 +0100912 kobject_put(bdev->bd_part->holder_dir);
Tejun Heo49731ba2011-01-14 18:43:57 +0100913 list_del_init(&holder->list);
914 kfree(holder);
915 }
916
917 mutex_unlock(&bdev->bd_mutex);
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800918}
Tejun Heo49731ba2011-01-14 18:43:57 +0100919EXPORT_SYMBOL_GPL(bd_unlink_disk_holder);
Jun'ichi Nomura641dc632006-03-27 01:17:57 -0800920#endif
921
Andrew Patterson0c002c22008-09-04 14:27:20 -0600922/**
Andrew Patterson56ade442008-09-04 14:27:40 -0600923 * flush_disk - invalidates all buffer-cache entries on a disk
924 *
925 * @bdev: struct block device to be flushed
Randy Dunlape6eb5ce2011-02-26 10:54:00 -0800926 * @kill_dirty: flag to guide handling of dirty inodes
Andrew Patterson56ade442008-09-04 14:27:40 -0600927 *
928 * Invalidates all buffer-cache entries on a disk. It should be called
929 * when a disk has been changed -- either by a media change or online
930 * resize.
931 */
NeilBrown93b270f2011-02-24 17:25:47 +1100932static void flush_disk(struct block_device *bdev, bool kill_dirty)
Andrew Patterson56ade442008-09-04 14:27:40 -0600933{
NeilBrown93b270f2011-02-24 17:25:47 +1100934 if (__invalidate_device(bdev, kill_dirty)) {
Andrew Patterson56ade442008-09-04 14:27:40 -0600935 char name[BDEVNAME_SIZE] = "";
936
937 if (bdev->bd_disk)
938 disk_name(bdev->bd_disk, 0, name);
939 printk(KERN_WARNING "VFS: busy inodes on changed media or "
940 "resized disk %s\n", name);
941 }
942
943 if (!bdev->bd_disk)
944 return;
Tejun Heod27769e2011-08-23 20:01:04 +0200945 if (disk_part_scan_enabled(bdev->bd_disk))
Andrew Patterson56ade442008-09-04 14:27:40 -0600946 bdev->bd_invalidated = 1;
947}
948
949/**
Randy Dunlap57d1b532008-10-09 10:42:38 +0200950 * check_disk_size_change - checks for disk size change and adjusts bdev size.
Andrew Pattersonc3279d12008-09-04 14:27:25 -0600951 * @disk: struct gendisk to check
952 * @bdev: struct bdev to adjust.
953 *
954 * This routine checks to see if the bdev size does not match the disk size
955 * and adjusts it if it differs.
956 */
957void check_disk_size_change(struct gendisk *disk, struct block_device *bdev)
958{
959 loff_t disk_size, bdev_size;
960
961 disk_size = (loff_t)get_capacity(disk) << 9;
962 bdev_size = i_size_read(bdev->bd_inode);
963 if (disk_size != bdev_size) {
964 char name[BDEVNAME_SIZE];
965
966 disk_name(disk, 0, name);
967 printk(KERN_INFO
968 "%s: detected capacity change from %lld to %lld\n",
969 name, bdev_size, disk_size);
970 i_size_write(bdev->bd_inode, disk_size);
NeilBrown93b270f2011-02-24 17:25:47 +1100971 flush_disk(bdev, false);
Andrew Pattersonc3279d12008-09-04 14:27:25 -0600972 }
973}
974EXPORT_SYMBOL(check_disk_size_change);
975
976/**
Randy Dunlap57d1b532008-10-09 10:42:38 +0200977 * revalidate_disk - wrapper for lower-level driver's revalidate_disk call-back
Andrew Patterson0c002c22008-09-04 14:27:20 -0600978 * @disk: struct gendisk to be revalidated
979 *
980 * This routine is a wrapper for lower-level driver's revalidate_disk
981 * call-backs. It is used to do common pre and post operations needed
982 * for all revalidate_disk operations.
983 */
984int revalidate_disk(struct gendisk *disk)
985{
Andrew Pattersonc3279d12008-09-04 14:27:25 -0600986 struct block_device *bdev;
Andrew Patterson0c002c22008-09-04 14:27:20 -0600987 int ret = 0;
988
989 if (disk->fops->revalidate_disk)
990 ret = disk->fops->revalidate_disk(disk);
991
Andrew Pattersonc3279d12008-09-04 14:27:25 -0600992 bdev = bdget_disk(disk, 0);
993 if (!bdev)
994 return ret;
995
996 mutex_lock(&bdev->bd_mutex);
997 check_disk_size_change(disk, bdev);
MITSUNARI Shigeo7630b662013-02-21 16:42:01 -0800998 bdev->bd_invalidated = 0;
Andrew Pattersonc3279d12008-09-04 14:27:25 -0600999 mutex_unlock(&bdev->bd_mutex);
1000 bdput(bdev);
Andrew Patterson0c002c22008-09-04 14:27:20 -06001001 return ret;
1002}
1003EXPORT_SYMBOL(revalidate_disk);
1004
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005/*
1006 * This routine checks whether a removable media has been changed,
1007 * and invalidates all buffer-cache-entries in that case. This
1008 * is a relatively slow routine, so we have to try to minimize using
1009 * it. Thus it is called only upon a 'mount' or 'open'. This
1010 * is the best way of combining speed and utility, I think.
1011 * People changing diskettes in the middle of an operation deserve
1012 * to lose :-)
1013 */
1014int check_disk_change(struct block_device *bdev)
1015{
1016 struct gendisk *disk = bdev->bd_disk;
Alexey Dobriyan83d5cde2009-09-21 17:01:13 -07001017 const struct block_device_operations *bdops = disk->fops;
Tejun Heo77ea8872010-12-08 20:57:37 +01001018 unsigned int events;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019
Tejun Heo77ea8872010-12-08 20:57:37 +01001020 events = disk_clear_events(disk, DISK_EVENT_MEDIA_CHANGE |
1021 DISK_EVENT_EJECT_REQUEST);
1022 if (!(events & DISK_EVENT_MEDIA_CHANGE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023 return 0;
1024
NeilBrown93b270f2011-02-24 17:25:47 +11001025 flush_disk(bdev, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026 if (bdops->revalidate_disk)
1027 bdops->revalidate_disk(bdev->bd_disk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028 return 1;
1029}
1030
1031EXPORT_SYMBOL(check_disk_change);
1032
1033void bd_set_size(struct block_device *bdev, loff_t size)
1034{
Martin K. Petersene1defc42009-05-22 17:17:49 -04001035 unsigned bsize = bdev_logical_block_size(bdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036
Guo Chaod646a022013-02-21 15:16:42 -08001037 mutex_lock(&bdev->bd_inode->i_mutex);
1038 i_size_write(bdev->bd_inode, size);
1039 mutex_unlock(&bdev->bd_inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 while (bsize < PAGE_CACHE_SIZE) {
1041 if (size & bsize)
1042 break;
1043 bsize <<= 1;
1044 }
1045 bdev->bd_block_size = bsize;
1046 bdev->bd_inode->i_blkbits = blksize_bits(bsize);
1047}
1048EXPORT_SYMBOL(bd_set_size);
1049
Al Viro9a1c3542008-02-22 20:40:24 -05001050static int __blkdev_put(struct block_device *bdev, fmode_t mode, int for_part);
NeilBrown37be4122006-12-08 02:36:16 -08001051
Peter Zijlstra6d740cd2007-02-20 13:58:18 -08001052/*
1053 * bd_mutex locking:
1054 *
1055 * mutex_lock(part->bd_mutex)
1056 * mutex_lock_nested(whole->bd_mutex, 1)
1057 */
1058
Al Viro572c4892007-10-08 13:24:05 -04001059static int __blkdev_get(struct block_device *bdev, fmode_t mode, int for_part)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 struct gendisk *disk;
Tejun Heo523e1d32011-10-19 14:31:07 +02001062 struct module *owner;
Pavel Emelyanov7db9cfd2008-06-05 22:46:27 -07001063 int ret;
Tejun Heocf771cb2008-09-03 09:01:09 +02001064 int partno;
Al Virofe6e9c12008-06-23 08:30:55 -04001065 int perm = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066
Al Viro572c4892007-10-08 13:24:05 -04001067 if (mode & FMODE_READ)
Al Virofe6e9c12008-06-23 08:30:55 -04001068 perm |= MAY_READ;
Al Viro572c4892007-10-08 13:24:05 -04001069 if (mode & FMODE_WRITE)
Al Virofe6e9c12008-06-23 08:30:55 -04001070 perm |= MAY_WRITE;
1071 /*
1072 * hooks: /n/, see "layering violations".
1073 */
Chris Wrightb7300b72010-08-10 18:02:55 -07001074 if (!for_part) {
1075 ret = devcgroup_inode_permission(bdev->bd_inode, perm);
1076 if (ret != 0) {
1077 bdput(bdev);
1078 return ret;
1079 }
Al Viro82666022008-08-01 05:32:04 -04001080 }
Pavel Emelyanov7db9cfd2008-06-05 22:46:27 -07001081
NeilBrownd3374822009-01-09 08:31:10 +11001082 restart:
Tejun Heo0762b8b2008-08-25 19:56:12 +09001083
Tejun Heo89f97492008-11-05 10:21:06 +01001084 ret = -ENXIO;
Tejun Heocf771cb2008-09-03 09:01:09 +02001085 disk = get_gendisk(bdev->bd_dev, &partno);
Tejun Heo0762b8b2008-08-25 19:56:12 +09001086 if (!disk)
Arnd Bergmann6e9624b2010-08-07 18:25:34 +02001087 goto out;
Tejun Heo523e1d32011-10-19 14:31:07 +02001088 owner = disk->fops->owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089
Tejun Heo69e02c52011-03-09 19:54:27 +01001090 disk_block_events(disk);
NeilBrown6796bf52006-12-08 02:36:16 -08001091 mutex_lock_nested(&bdev->bd_mutex, for_part);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092 if (!bdev->bd_openers) {
1093 bdev->bd_disk = disk;
Andi Kleen87192a22012-01-12 17:20:34 -08001094 bdev->bd_queue = disk->queue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 bdev->bd_contains = bdev;
Tejun Heocf771cb2008-09-03 09:01:09 +02001096 if (!partno) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097 struct backing_dev_info *bdi;
Tejun Heo89f97492008-11-05 10:21:06 +01001098
1099 ret = -ENXIO;
1100 bdev->bd_part = disk_get_part(disk, partno);
1101 if (!bdev->bd_part)
1102 goto out_clear;
1103
Tejun Heo1196f8b2011-04-21 20:54:45 +02001104 ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 if (disk->fops->open) {
Al Viro572c4892007-10-08 13:24:05 -04001106 ret = disk->fops->open(bdev, mode);
NeilBrownd3374822009-01-09 08:31:10 +11001107 if (ret == -ERESTARTSYS) {
1108 /* Lost a race with 'disk' being
1109 * deleted, try again.
1110 * See md.c
1111 */
1112 disk_put_part(bdev->bd_part);
1113 bdev->bd_part = NULL;
NeilBrownd3374822009-01-09 08:31:10 +11001114 bdev->bd_disk = NULL;
Andi Kleen87192a22012-01-12 17:20:34 -08001115 bdev->bd_queue = NULL;
NeilBrownd3374822009-01-09 08:31:10 +11001116 mutex_unlock(&bdev->bd_mutex);
Tejun Heo69e02c52011-03-09 19:54:27 +01001117 disk_unblock_events(disk);
Tejun Heo69e02c52011-03-09 19:54:27 +01001118 put_disk(disk);
Tejun Heo523e1d32011-10-19 14:31:07 +02001119 module_put(owner);
NeilBrownd3374822009-01-09 08:31:10 +11001120 goto restart;
1121 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122 }
Tejun Heo7e697232011-05-23 13:26:07 +02001123
Guo Chaode331272013-02-21 15:16:43 -08001124 if (!ret) {
Tejun Heo7e697232011-05-23 13:26:07 +02001125 bd_set_size(bdev,(loff_t)get_capacity(disk)<<9);
1126 bdi = blk_get_backing_dev_info(bdev);
1127 if (bdi == NULL)
1128 bdi = &default_backing_dev_info;
1129 bdev_inode_switch_bdi(bdev->bd_inode, bdi);
1130 }
1131
Tejun Heo1196f8b2011-04-21 20:54:45 +02001132 /*
1133 * If the device is invalidated, rescan partition
1134 * if open succeeded or failed with -ENOMEDIUM.
1135 * The latter is necessary to prevent ghost
1136 * partitions on a removed medium.
1137 */
Jun'ichi Nomurafe316bf2012-03-02 10:38:33 +01001138 if (bdev->bd_invalidated) {
1139 if (!ret)
1140 rescan_partitions(disk, bdev);
1141 else if (ret == -ENOMEDIUM)
1142 invalidate_partitions(disk, bdev);
1143 }
Tejun Heo1196f8b2011-04-21 20:54:45 +02001144 if (ret)
1145 goto out_clear;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147 struct block_device *whole;
1148 whole = bdget_disk(disk, 0);
1149 ret = -ENOMEM;
1150 if (!whole)
Tejun Heo0762b8b2008-08-25 19:56:12 +09001151 goto out_clear;
NeilBrown37be4122006-12-08 02:36:16 -08001152 BUG_ON(for_part);
Al Viro572c4892007-10-08 13:24:05 -04001153 ret = __blkdev_get(whole, mode, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 if (ret)
Tejun Heo0762b8b2008-08-25 19:56:12 +09001155 goto out_clear;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156 bdev->bd_contains = whole;
Dave Chinnera5491e02010-10-21 11:49:26 +11001157 bdev_inode_switch_bdi(bdev->bd_inode,
1158 whole->bd_inode->i_data.backing_dev_info);
Tejun Heo89f97492008-11-05 10:21:06 +01001159 bdev->bd_part = disk_get_part(disk, partno);
Tejun Heoe71bf0d2008-09-03 09:03:02 +02001160 if (!(disk->flags & GENHD_FL_UP) ||
Tejun Heo89f97492008-11-05 10:21:06 +01001161 !bdev->bd_part || !bdev->bd_part->nr_sects) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162 ret = -ENXIO;
Tejun Heo0762b8b2008-08-25 19:56:12 +09001163 goto out_clear;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164 }
Tejun Heo89f97492008-11-05 10:21:06 +01001165 bd_set_size(bdev, (loff_t)bdev->bd_part->nr_sects << 9);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 }
1167 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168 if (bdev->bd_contains == bdev) {
Tejun Heo1196f8b2011-04-21 20:54:45 +02001169 ret = 0;
1170 if (bdev->bd_disk->fops->open)
Al Viro572c4892007-10-08 13:24:05 -04001171 ret = bdev->bd_disk->fops->open(bdev, mode);
Tejun Heo1196f8b2011-04-21 20:54:45 +02001172 /* the same as first opener case, read comment there */
Jun'ichi Nomurafe316bf2012-03-02 10:38:33 +01001173 if (bdev->bd_invalidated) {
1174 if (!ret)
1175 rescan_partitions(bdev->bd_disk, bdev);
1176 else if (ret == -ENOMEDIUM)
1177 invalidate_partitions(bdev->bd_disk, bdev);
1178 }
Tejun Heo1196f8b2011-04-21 20:54:45 +02001179 if (ret)
1180 goto out_unlock_bdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181 }
Tejun Heo69e02c52011-03-09 19:54:27 +01001182 /* only one opener holds refs to the module and disk */
Tejun Heo69e02c52011-03-09 19:54:27 +01001183 put_disk(disk);
Tejun Heo523e1d32011-10-19 14:31:07 +02001184 module_put(owner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 }
1186 bdev->bd_openers++;
NeilBrown37be4122006-12-08 02:36:16 -08001187 if (for_part)
1188 bdev->bd_part_count++;
Arjan van de Venc039e312006-03-23 03:00:28 -08001189 mutex_unlock(&bdev->bd_mutex);
Tejun Heo69e02c52011-03-09 19:54:27 +01001190 disk_unblock_events(disk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191 return 0;
1192
Tejun Heo0762b8b2008-08-25 19:56:12 +09001193 out_clear:
Tejun Heo89f97492008-11-05 10:21:06 +01001194 disk_put_part(bdev->bd_part);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 bdev->bd_disk = NULL;
Tejun Heo0762b8b2008-08-25 19:56:12 +09001196 bdev->bd_part = NULL;
Andi Kleen87192a22012-01-12 17:20:34 -08001197 bdev->bd_queue = NULL;
Dave Chinnera5491e02010-10-21 11:49:26 +11001198 bdev_inode_switch_bdi(bdev->bd_inode, &default_backing_dev_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 if (bdev != bdev->bd_contains)
Al Viro572c4892007-10-08 13:24:05 -04001200 __blkdev_put(bdev->bd_contains, mode, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 bdev->bd_contains = NULL;
Tejun Heo0762b8b2008-08-25 19:56:12 +09001202 out_unlock_bdev:
Arjan van de Venc039e312006-03-23 03:00:28 -08001203 mutex_unlock(&bdev->bd_mutex);
Tejun Heo69e02c52011-03-09 19:54:27 +01001204 disk_unblock_events(disk);
Tejun Heo0762b8b2008-08-25 19:56:12 +09001205 put_disk(disk);
Tejun Heo523e1d32011-10-19 14:31:07 +02001206 module_put(owner);
Dan Carpenter4345cab2011-03-19 13:53:31 +01001207 out:
Tejun Heo0762b8b2008-08-25 19:56:12 +09001208 bdput(bdev);
1209
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 return ret;
1211}
1212
Tejun Heod4d77622010-11-13 11:55:18 +01001213/**
1214 * blkdev_get - open a block device
1215 * @bdev: block_device to open
1216 * @mode: FMODE_* mask
1217 * @holder: exclusive holder identifier
1218 *
1219 * Open @bdev with @mode. If @mode includes %FMODE_EXCL, @bdev is
1220 * open with exclusive access. Specifying %FMODE_EXCL with %NULL
1221 * @holder is invalid. Exclusive opens may nest for the same @holder.
1222 *
1223 * On success, the reference count of @bdev is unchanged. On failure,
1224 * @bdev is put.
1225 *
1226 * CONTEXT:
1227 * Might sleep.
1228 *
1229 * RETURNS:
1230 * 0 on success, -errno on failure.
1231 */
Tejun Heoe525fd82010-11-13 11:55:17 +01001232int blkdev_get(struct block_device *bdev, fmode_t mode, void *holder)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233{
Tejun Heoe525fd82010-11-13 11:55:17 +01001234 struct block_device *whole = NULL;
1235 int res;
1236
1237 WARN_ON_ONCE((mode & FMODE_EXCL) && !holder);
1238
1239 if ((mode & FMODE_EXCL) && holder) {
1240 whole = bd_start_claiming(bdev, holder);
1241 if (IS_ERR(whole)) {
1242 bdput(bdev);
1243 return PTR_ERR(whole);
1244 }
1245 }
1246
1247 res = __blkdev_get(bdev, mode, 0);
1248
1249 if (whole) {
Tejun Heod4dc2102011-04-21 20:54:46 +02001250 struct gendisk *disk = whole->bd_disk;
1251
Tejun Heo6a027ef2010-11-13 11:55:17 +01001252 /* finish claiming */
Tejun Heo77ea8872010-12-08 20:57:37 +01001253 mutex_lock(&bdev->bd_mutex);
Tejun Heo6a027ef2010-11-13 11:55:17 +01001254 spin_lock(&bdev_lock);
1255
Tejun Heo77ea8872010-12-08 20:57:37 +01001256 if (!res) {
Tejun Heo6a027ef2010-11-13 11:55:17 +01001257 BUG_ON(!bd_may_claim(bdev, whole, holder));
1258 /*
1259 * Note that for a whole device bd_holders
1260 * will be incremented twice, and bd_holder
1261 * will be set to bd_may_claim before being
1262 * set to holder
1263 */
1264 whole->bd_holders++;
1265 whole->bd_holder = bd_may_claim;
1266 bdev->bd_holders++;
1267 bdev->bd_holder = holder;
1268 }
1269
1270 /* tell others that we're done */
1271 BUG_ON(whole->bd_claiming != holder);
1272 whole->bd_claiming = NULL;
1273 wake_up_bit(&whole->bd_claiming, 0);
1274
1275 spin_unlock(&bdev_lock);
Tejun Heo77ea8872010-12-08 20:57:37 +01001276
1277 /*
Tejun Heod4dc2102011-04-21 20:54:46 +02001278 * Block event polling for write claims if requested. Any
1279 * write holder makes the write_holder state stick until
1280 * all are released. This is good enough and tracking
1281 * individual writeable reference is too fragile given the
1282 * way @mode is used in blkdev_get/put().
Tejun Heo77ea8872010-12-08 20:57:37 +01001283 */
Tejun Heo4c49ff32011-06-01 08:27:41 +02001284 if (!res && (mode & FMODE_WRITE) && !bdev->bd_write_holder &&
1285 (disk->flags & GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE)) {
Tejun Heo77ea8872010-12-08 20:57:37 +01001286 bdev->bd_write_holder = true;
Tejun Heod4dc2102011-04-21 20:54:46 +02001287 disk_block_events(disk);
Tejun Heo77ea8872010-12-08 20:57:37 +01001288 }
1289
1290 mutex_unlock(&bdev->bd_mutex);
Tejun Heo6a027ef2010-11-13 11:55:17 +01001291 bdput(whole);
Tejun Heoe525fd82010-11-13 11:55:17 +01001292 }
1293
1294 return res;
NeilBrown37be4122006-12-08 02:36:16 -08001295}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296EXPORT_SYMBOL(blkdev_get);
1297
Tejun Heod4d77622010-11-13 11:55:18 +01001298/**
1299 * blkdev_get_by_path - open a block device by name
1300 * @path: path to the block device to open
1301 * @mode: FMODE_* mask
1302 * @holder: exclusive holder identifier
1303 *
1304 * Open the blockdevice described by the device file at @path. @mode
1305 * and @holder are identical to blkdev_get().
1306 *
1307 * On success, the returned block_device has reference count of one.
1308 *
1309 * CONTEXT:
1310 * Might sleep.
1311 *
1312 * RETURNS:
1313 * Pointer to block_device on success, ERR_PTR(-errno) on failure.
1314 */
1315struct block_device *blkdev_get_by_path(const char *path, fmode_t mode,
1316 void *holder)
1317{
1318 struct block_device *bdev;
1319 int err;
1320
1321 bdev = lookup_bdev(path);
1322 if (IS_ERR(bdev))
1323 return bdev;
1324
1325 err = blkdev_get(bdev, mode, holder);
1326 if (err)
1327 return ERR_PTR(err);
1328
Chuck Ebberte51900f2011-02-16 18:11:53 -05001329 if ((mode & FMODE_WRITE) && bdev_read_only(bdev)) {
1330 blkdev_put(bdev, mode);
1331 return ERR_PTR(-EACCES);
1332 }
1333
Tejun Heod4d77622010-11-13 11:55:18 +01001334 return bdev;
1335}
1336EXPORT_SYMBOL(blkdev_get_by_path);
1337
1338/**
1339 * blkdev_get_by_dev - open a block device by device number
1340 * @dev: device number of block device to open
1341 * @mode: FMODE_* mask
1342 * @holder: exclusive holder identifier
1343 *
1344 * Open the blockdevice described by device number @dev. @mode and
1345 * @holder are identical to blkdev_get().
1346 *
1347 * Use it ONLY if you really do not have anything better - i.e. when
1348 * you are behind a truly sucky interface and all you are given is a
1349 * device number. _Never_ to be used for internal purposes. If you
1350 * ever need it - reconsider your API.
1351 *
1352 * On success, the returned block_device has reference count of one.
1353 *
1354 * CONTEXT:
1355 * Might sleep.
1356 *
1357 * RETURNS:
1358 * Pointer to block_device on success, ERR_PTR(-errno) on failure.
1359 */
1360struct block_device *blkdev_get_by_dev(dev_t dev, fmode_t mode, void *holder)
1361{
1362 struct block_device *bdev;
1363 int err;
1364
1365 bdev = bdget(dev);
1366 if (!bdev)
1367 return ERR_PTR(-ENOMEM);
1368
1369 err = blkdev_get(bdev, mode, holder);
1370 if (err)
1371 return ERR_PTR(err);
1372
1373 return bdev;
1374}
1375EXPORT_SYMBOL(blkdev_get_by_dev);
1376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377static int blkdev_open(struct inode * inode, struct file * filp)
1378{
1379 struct block_device *bdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380
1381 /*
1382 * Preserve backwards compatibility and allow large file access
1383 * even if userspace doesn't ask for it explicitly. Some mkfs
1384 * binary needs it. We might want to drop this workaround
1385 * during an unstable branch.
1386 */
1387 filp->f_flags |= O_LARGEFILE;
1388
Al Viro572c4892007-10-08 13:24:05 -04001389 if (filp->f_flags & O_NDELAY)
1390 filp->f_mode |= FMODE_NDELAY;
1391 if (filp->f_flags & O_EXCL)
1392 filp->f_mode |= FMODE_EXCL;
1393 if ((filp->f_flags & O_ACCMODE) == 3)
1394 filp->f_mode |= FMODE_WRITE_IOCTL;
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396 bdev = bd_acquire(inode);
Pavel Emelianov6a2aae02006-10-28 10:38:33 -07001397 if (bdev == NULL)
1398 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399
Al Viro572c4892007-10-08 13:24:05 -04001400 filp->f_mapping = bdev->bd_inode->i_mapping;
1401
Tejun Heoe525fd82010-11-13 11:55:17 +01001402 return blkdev_get(bdev, filp->f_mode, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403}
1404
Al Viro9a1c3542008-02-22 20:40:24 -05001405static int __blkdev_put(struct block_device *bdev, fmode_t mode, int for_part)
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001406{
1407 int ret = 0;
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001408 struct gendisk *disk = bdev->bd_disk;
NeilBrown37be4122006-12-08 02:36:16 -08001409 struct block_device *victim = NULL;
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001410
NeilBrown6796bf52006-12-08 02:36:16 -08001411 mutex_lock_nested(&bdev->bd_mutex, for_part);
NeilBrown37be4122006-12-08 02:36:16 -08001412 if (for_part)
1413 bdev->bd_part_count--;
1414
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001415 if (!--bdev->bd_openers) {
Tejun Heo6a027ef2010-11-13 11:55:17 +01001416 WARN_ON_ONCE(bdev->bd_holders);
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001417 sync_blockdev(bdev);
1418 kill_bdev(bdev);
NeilBrown94007752011-09-10 17:20:21 +10001419 /* ->release can cause the old bdi to disappear,
1420 * so must switch it out first
1421 */
1422 bdev_inode_switch_bdi(bdev->bd_inode,
1423 &default_backing_dev_info);
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001424 }
1425 if (bdev->bd_contains == bdev) {
1426 if (disk->fops->release)
Al Viro9a1c3542008-02-22 20:40:24 -05001427 ret = disk->fops->release(disk, mode);
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001428 }
1429 if (!bdev->bd_openers) {
1430 struct module *owner = disk->fops->owner;
1431
Tejun Heo0762b8b2008-08-25 19:56:12 +09001432 disk_put_part(bdev->bd_part);
1433 bdev->bd_part = NULL;
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001434 bdev->bd_disk = NULL;
NeilBrown37be4122006-12-08 02:36:16 -08001435 if (bdev != bdev->bd_contains)
1436 victim = bdev->bd_contains;
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001437 bdev->bd_contains = NULL;
Tejun Heo523e1d32011-10-19 14:31:07 +02001438
1439 put_disk(disk);
1440 module_put(owner);
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001441 }
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001442 mutex_unlock(&bdev->bd_mutex);
1443 bdput(bdev);
NeilBrown37be4122006-12-08 02:36:16 -08001444 if (victim)
Al Viro9a1c3542008-02-22 20:40:24 -05001445 __blkdev_put(victim, mode, 1);
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001446 return ret;
1447}
1448
Al Viro9a1c3542008-02-22 20:40:24 -05001449int blkdev_put(struct block_device *bdev, fmode_t mode)
NeilBrown37be4122006-12-08 02:36:16 -08001450{
Tejun Heo85ef06d2011-07-01 16:17:47 +02001451 mutex_lock(&bdev->bd_mutex);
1452
Tejun Heoe525fd82010-11-13 11:55:17 +01001453 if (mode & FMODE_EXCL) {
Tejun Heo6a027ef2010-11-13 11:55:17 +01001454 bool bdev_free;
1455
1456 /*
1457 * Release a claim on the device. The holder fields
1458 * are protected with bdev_lock. bd_mutex is to
1459 * synchronize disk_holder unlinking.
1460 */
Tejun Heo6a027ef2010-11-13 11:55:17 +01001461 spin_lock(&bdev_lock);
1462
1463 WARN_ON_ONCE(--bdev->bd_holders < 0);
1464 WARN_ON_ONCE(--bdev->bd_contains->bd_holders < 0);
1465
1466 /* bd_contains might point to self, check in a separate step */
1467 if ((bdev_free = !bdev->bd_holders))
1468 bdev->bd_holder = NULL;
1469 if (!bdev->bd_contains->bd_holders)
1470 bdev->bd_contains->bd_holder = NULL;
1471
1472 spin_unlock(&bdev_lock);
1473
Tejun Heo77ea8872010-12-08 20:57:37 +01001474 /*
1475 * If this was the last claim, remove holder link and
1476 * unblock evpoll if it was a write holder.
1477 */
Tejun Heo85ef06d2011-07-01 16:17:47 +02001478 if (bdev_free && bdev->bd_write_holder) {
1479 disk_unblock_events(bdev->bd_disk);
1480 bdev->bd_write_holder = false;
Tejun Heo77ea8872010-12-08 20:57:37 +01001481 }
Tejun Heo69362172011-03-09 19:54:27 +01001482 }
Tejun Heo77ea8872010-12-08 20:57:37 +01001483
Tejun Heo85ef06d2011-07-01 16:17:47 +02001484 /*
1485 * Trigger event checking and tell drivers to flush MEDIA_CHANGE
1486 * event. This is to ensure detection of media removal commanded
1487 * from userland - e.g. eject(1).
1488 */
1489 disk_flush_events(bdev->bd_disk, DISK_EVENT_MEDIA_CHANGE);
1490
1491 mutex_unlock(&bdev->bd_mutex);
1492
Al Viro9a1c3542008-02-22 20:40:24 -05001493 return __blkdev_put(bdev, mode, 0);
NeilBrown37be4122006-12-08 02:36:16 -08001494}
Peter Zijlstra2e7b6512006-12-08 02:36:13 -08001495EXPORT_SYMBOL(blkdev_put);
1496
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497static int blkdev_close(struct inode * inode, struct file * filp)
1498{
1499 struct block_device *bdev = I_BDEV(filp->f_mapping->host);
Tejun Heoe525fd82010-11-13 11:55:17 +01001500
Al Viro9a1c3542008-02-22 20:40:24 -05001501 return blkdev_put(bdev, filp->f_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502}
1503
Arnd Bergmannbb93e3a2005-06-23 00:10:15 -07001504static long block_ioctl(struct file *file, unsigned cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505{
Al Viro56b26ad2008-09-19 03:17:36 -04001506 struct block_device *bdev = I_BDEV(file->f_mapping->host);
1507 fmode_t mode = file->f_mode;
Christoph Hellwigfd4ce1a2008-11-05 14:58:42 +01001508
1509 /*
1510 * O_NDELAY can be altered using fcntl(.., F_SETFL, ..), so we have
1511 * to updated it before every ioctl.
1512 */
Al Viro56b26ad2008-09-19 03:17:36 -04001513 if (file->f_flags & O_NDELAY)
Christoph Hellwigfd4ce1a2008-11-05 14:58:42 +01001514 mode |= FMODE_NDELAY;
1515 else
1516 mode &= ~FMODE_NDELAY;
1517
Al Viro56b26ad2008-09-19 03:17:36 -04001518 return blkdev_ioctl(bdev, mode, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519}
1520
Theodore Ts'o87d8fe12009-01-03 09:47:09 -05001521/*
Christoph Hellwigeef99382009-08-20 17:43:41 +02001522 * Write data to the block device. Only intended for the block device itself
1523 * and the raw driver which basically is a fake block device.
1524 *
1525 * Does not take i_mutex for the write and thus is not for general purpose
1526 * use.
1527 */
1528ssize_t blkdev_aio_write(struct kiocb *iocb, const struct iovec *iov,
1529 unsigned long nr_segs, loff_t pos)
1530{
1531 struct file *file = iocb->ki_filp;
Jianpeng Ma53362a02012-08-02 09:50:39 +02001532 struct blk_plug plug;
Christoph Hellwigeef99382009-08-20 17:43:41 +02001533 ssize_t ret;
1534
1535 BUG_ON(iocb->ki_pos != pos);
1536
Jianpeng Ma53362a02012-08-02 09:50:39 +02001537 blk_start_plug(&plug);
Christoph Hellwigeef99382009-08-20 17:43:41 +02001538 ret = __generic_file_aio_write(iocb, iov, nr_segs, &iocb->ki_pos);
1539 if (ret > 0 || ret == -EIOCBQUEUED) {
1540 ssize_t err;
1541
1542 err = generic_write_sync(file, pos, ret);
1543 if (err < 0 && ret > 0)
1544 ret = err;
1545 }
Jianpeng Ma53362a02012-08-02 09:50:39 +02001546 blk_finish_plug(&plug);
Christoph Hellwigeef99382009-08-20 17:43:41 +02001547 return ret;
1548}
1549EXPORT_SYMBOL_GPL(blkdev_aio_write);
1550
Linus Torvalds684c9aa2012-12-07 16:48:39 -08001551static ssize_t blkdev_aio_read(struct kiocb *iocb, const struct iovec *iov,
1552 unsigned long nr_segs, loff_t pos)
1553{
1554 struct file *file = iocb->ki_filp;
1555 struct inode *bd_inode = file->f_mapping->host;
1556 loff_t size = i_size_read(bd_inode);
1557
1558 if (pos >= size)
1559 return 0;
1560
1561 size -= pos;
1562 if (size < INT_MAX)
1563 nr_segs = iov_shorten((struct iovec *)iov, nr_segs, size);
1564 return generic_file_aio_read(iocb, iov, nr_segs, pos);
1565}
1566
Christoph Hellwigeef99382009-08-20 17:43:41 +02001567/*
Theodore Ts'o87d8fe12009-01-03 09:47:09 -05001568 * Try to release a page associated with block device when the system
1569 * is under memory pressure.
1570 */
1571static int blkdev_releasepage(struct page *page, gfp_t wait)
1572{
1573 struct super_block *super = BDEV_I(page->mapping->host)->bdev.bd_super;
1574
1575 if (super && super->s_op->bdev_try_to_free_page)
1576 return super->s_op->bdev_try_to_free_page(super, page, wait);
1577
1578 return try_to_free_buffers(page);
1579}
1580
Adrian Bunk4c54ac62008-02-18 13:48:31 +01001581static const struct address_space_operations def_blk_aops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582 .readpage = blkdev_readpage,
1583 .writepage = blkdev_writepage,
Nick Piggin6272b5a2007-10-16 01:25:04 -07001584 .write_begin = blkdev_write_begin,
1585 .write_end = blkdev_write_end,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586 .writepages = generic_writepages,
Theodore Ts'o87d8fe12009-01-03 09:47:09 -05001587 .releasepage = blkdev_releasepage,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588 .direct_IO = blkdev_direct_IO,
1589};
1590
Arjan van de Ven4b6f5d22006-03-28 01:56:42 -08001591const struct file_operations def_blk_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592 .open = blkdev_open,
1593 .release = blkdev_close,
1594 .llseek = block_llseek,
Badari Pulavarty543ade12006-09-30 23:28:48 -07001595 .read = do_sync_read,
1596 .write = do_sync_write,
Linus Torvalds684c9aa2012-12-07 16:48:39 -08001597 .aio_read = blkdev_aio_read,
Christoph Hellwigeef99382009-08-20 17:43:41 +02001598 .aio_write = blkdev_aio_write,
Linus Torvalds1e8b3332012-11-29 10:49:50 -08001599 .mmap = generic_file_mmap,
Andrew Mortonb1dd3b22010-04-06 14:35:00 -07001600 .fsync = blkdev_fsync,
Arnd Bergmannbb93e3a2005-06-23 00:10:15 -07001601 .unlocked_ioctl = block_ioctl,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602#ifdef CONFIG_COMPAT
1603 .compat_ioctl = compat_blkdev_ioctl,
1604#endif
Linus Torvalds1e8b3332012-11-29 10:49:50 -08001605 .splice_read = generic_file_splice_read,
1606 .splice_write = generic_file_splice_write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607};
1608
1609int ioctl_by_bdev(struct block_device *bdev, unsigned cmd, unsigned long arg)
1610{
1611 int res;
1612 mm_segment_t old_fs = get_fs();
1613 set_fs(KERNEL_DS);
Al Viro56b26ad2008-09-19 03:17:36 -04001614 res = blkdev_ioctl(bdev, 0, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615 set_fs(old_fs);
1616 return res;
1617}
1618
1619EXPORT_SYMBOL(ioctl_by_bdev);
1620
1621/**
1622 * lookup_bdev - lookup a struct block_device by name
Randy Dunlap94e29592009-01-06 14:41:15 -08001623 * @pathname: special file representing the block device
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624 *
Randy Dunlap57d1b532008-10-09 10:42:38 +02001625 * Get a reference to the blockdevice at @pathname in the current
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 * namespace if possible and return it. Return ERR_PTR(error)
1627 * otherwise.
1628 */
Al Viro421748e2008-08-02 01:04:36 -04001629struct block_device *lookup_bdev(const char *pathname)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630{
1631 struct block_device *bdev;
1632 struct inode *inode;
Al Viro421748e2008-08-02 01:04:36 -04001633 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634 int error;
1635
Al Viro421748e2008-08-02 01:04:36 -04001636 if (!pathname || !*pathname)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637 return ERR_PTR(-EINVAL);
1638
Al Viro421748e2008-08-02 01:04:36 -04001639 error = kern_path(pathname, LOOKUP_FOLLOW, &path);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 if (error)
1641 return ERR_PTR(error);
1642
Al Viro421748e2008-08-02 01:04:36 -04001643 inode = path.dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644 error = -ENOTBLK;
1645 if (!S_ISBLK(inode->i_mode))
1646 goto fail;
1647 error = -EACCES;
Al Viro421748e2008-08-02 01:04:36 -04001648 if (path.mnt->mnt_flags & MNT_NODEV)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649 goto fail;
1650 error = -ENOMEM;
1651 bdev = bd_acquire(inode);
1652 if (!bdev)
1653 goto fail;
1654out:
Al Viro421748e2008-08-02 01:04:36 -04001655 path_put(&path);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 return bdev;
1657fail:
1658 bdev = ERR_PTR(error);
1659 goto out;
1660}
Al Virod5686b42008-08-01 05:00:11 -04001661EXPORT_SYMBOL(lookup_bdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662
NeilBrown93b270f2011-02-24 17:25:47 +11001663int __invalidate_device(struct block_device *bdev, bool kill_dirty)
David Howellsb71e8a42006-08-29 19:06:11 +01001664{
1665 struct super_block *sb = get_super(bdev);
1666 int res = 0;
1667
1668 if (sb) {
1669 /*
1670 * no need to lock the super, get_super holds the
1671 * read mutex so the filesystem cannot go away
1672 * under us (->put_super runs with the write lock
1673 * hold).
1674 */
1675 shrink_dcache_sb(sb);
NeilBrown93b270f2011-02-24 17:25:47 +11001676 res = invalidate_inodes(sb, kill_dirty);
David Howellsb71e8a42006-08-29 19:06:11 +01001677 drop_super(sb);
1678 }
Peter Zijlstraf98393a2007-05-06 14:49:54 -07001679 invalidate_bdev(bdev);
David Howellsb71e8a42006-08-29 19:06:11 +01001680 return res;
1681}
1682EXPORT_SYMBOL(__invalidate_device);
Jan Kara5c0d6b62012-07-03 16:45:31 +02001683
1684void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg)
1685{
1686 struct inode *inode, *old_inode = NULL;
1687
1688 spin_lock(&inode_sb_list_lock);
1689 list_for_each_entry(inode, &blockdev_superblock->s_inodes, i_sb_list) {
1690 struct address_space *mapping = inode->i_mapping;
1691
1692 spin_lock(&inode->i_lock);
1693 if (inode->i_state & (I_FREEING|I_WILL_FREE|I_NEW) ||
1694 mapping->nrpages == 0) {
1695 spin_unlock(&inode->i_lock);
1696 continue;
1697 }
1698 __iget(inode);
1699 spin_unlock(&inode->i_lock);
1700 spin_unlock(&inode_sb_list_lock);
1701 /*
1702 * We hold a reference to 'inode' so it couldn't have been
1703 * removed from s_inodes list while we dropped the
1704 * inode_sb_list_lock. We cannot iput the inode now as we can
1705 * be holding the last reference and we cannot iput it under
1706 * inode_sb_list_lock. So we keep the reference and iput it
1707 * later.
1708 */
1709 iput(old_inode);
1710 old_inode = inode;
1711
1712 func(I_BDEV(inode), arg);
1713
1714 spin_lock(&inode_sb_list_lock);
1715 }
1716 spin_unlock(&inode_sb_list_lock);
1717 iput(old_inode);
1718}