blob: 994490d5fa6423dee4971e0ff013777d853fe6a6 [file] [log] [blame]
Chris Mason6cbd5572007-06-12 09:07:21 -04001/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public
14 * License along with this program; if not, write to the
15 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 * Boston, MA 021110-1307, USA.
17 */
18
Chris Mason8f18cf12008-04-25 16:53:30 -040019#include <linux/kernel.h>
Chris Mason065631f2008-02-20 12:07:25 -050020#include <linux/bio.h>
Chris Mason39279cc2007-06-12 06:35:45 -040021#include <linux/buffer_head.h>
Sage Weilf2eb0a22008-05-02 14:43:14 -040022#include <linux/file.h>
Chris Mason39279cc2007-06-12 06:35:45 -040023#include <linux/fs.h>
24#include <linux/pagemap.h>
25#include <linux/highmem.h>
26#include <linux/time.h>
27#include <linux/init.h>
28#include <linux/string.h>
Chris Mason39279cc2007-06-12 06:35:45 -040029#include <linux/backing-dev.h>
30#include <linux/mpage.h>
31#include <linux/swap.h>
32#include <linux/writeback.h>
33#include <linux/statfs.h>
34#include <linux/compat.h>
Chris Mason9ebefb182007-06-15 13:50:00 -040035#include <linux/bit_spinlock.h>
Josef Bacik5103e942007-11-16 11:45:54 -050036#include <linux/xattr.h>
Josef Bacik33268ea2008-07-24 12:16:36 -040037#include <linux/posix_acl.h>
Yan Zhengd899e052008-10-30 14:25:28 -040038#include <linux/falloc.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090039#include <linux/slab.h>
David Sterba7a36dde2011-05-06 15:33:15 +020040#include <linux/ratelimit.h>
Josef Bacik22c44fe2011-11-30 10:45:38 -050041#include <linux/mount.h>
Filipe Brandenburger55e301f2013-01-29 06:04:50 +000042#include <linux/btrfs.h>
David Woodhouse53b381b2013-01-29 18:40:14 -050043#include <linux/blkdev.h>
Josef Bacikf23b5a52013-06-19 10:16:26 -040044#include <linux/posix_acl_xattr.h>
Christoph Hellwige2e40f22015-02-22 08:58:50 -080045#include <linux/uio.h>
Chris Mason39279cc2007-06-12 06:35:45 -040046#include "ctree.h"
47#include "disk-io.h"
48#include "transaction.h"
49#include "btrfs_inode.h"
Chris Mason39279cc2007-06-12 06:35:45 -040050#include "print-tree.h"
Chris Masone6dcd2d2008-07-17 12:53:50 -040051#include "ordered-data.h"
Christoph Hellwig95819c02008-08-28 06:21:17 -040052#include "xattr.h"
Chris Masone02119d2008-09-05 16:13:11 -040053#include "tree-log.h"
Jan Schmidt4a54c8c2011-07-22 15:41:52 +020054#include "volumes.h"
Chris Masonc8b97812008-10-29 14:49:59 -040055#include "compression.h"
Chris Masonb4ce94d2009-02-04 09:25:08 -050056#include "locking.h"
Josef Bacikdc89e982011-01-28 17:05:48 -050057#include "free-space-cache.h"
Li Zefan581bb052011-04-20 10:06:11 +080058#include "inode-map.h"
Liu Bo38c227d2013-01-29 03:18:40 +000059#include "backref.h"
Josef Bacikf23b5a52013-06-19 10:16:26 -040060#include "hash.h"
Filipe David Borba Manana63541922014-01-07 11:47:46 +000061#include "props.h"
Dongsheng Yang31193212014-12-12 16:44:35 +080062#include "qgroup.h"
Chris Mason39279cc2007-06-12 06:35:45 -040063
64struct btrfs_iget_args {
Chris Mason90d3e592014-01-09 17:28:00 -080065 struct btrfs_key *location;
Chris Mason39279cc2007-06-12 06:35:45 -040066 struct btrfs_root *root;
67};
68
Alexey Dobriyan6e1d5dc2009-09-21 17:01:11 -070069static const struct inode_operations btrfs_dir_inode_operations;
70static const struct inode_operations btrfs_symlink_inode_operations;
71static const struct inode_operations btrfs_dir_ro_inode_operations;
72static const struct inode_operations btrfs_special_inode_operations;
73static const struct inode_operations btrfs_file_inode_operations;
Alexey Dobriyan7f094102009-09-21 17:01:10 -070074static const struct address_space_operations btrfs_aops;
75static const struct address_space_operations btrfs_symlink_aops;
Alexey Dobriyan828c0952009-10-01 15:43:56 -070076static const struct file_operations btrfs_dir_file_operations;
Chris Masond1310b22008-01-24 16:13:08 -050077static struct extent_io_ops btrfs_extent_io_ops;
Chris Mason39279cc2007-06-12 06:35:45 -040078
79static struct kmem_cache *btrfs_inode_cachep;
Miao Xie8ccf6f192012-10-25 09:28:04 +000080static struct kmem_cache *btrfs_delalloc_work_cachep;
Chris Mason39279cc2007-06-12 06:35:45 -040081struct kmem_cache *btrfs_trans_handle_cachep;
82struct kmem_cache *btrfs_transaction_cachep;
Chris Mason39279cc2007-06-12 06:35:45 -040083struct kmem_cache *btrfs_path_cachep;
Josef Bacikdc89e982011-01-28 17:05:48 -050084struct kmem_cache *btrfs_free_space_cachep;
Chris Mason39279cc2007-06-12 06:35:45 -040085
86#define S_SHIFT 12
87static unsigned char btrfs_type_by_mode[S_IFMT >> S_SHIFT] = {
88 [S_IFREG >> S_SHIFT] = BTRFS_FT_REG_FILE,
89 [S_IFDIR >> S_SHIFT] = BTRFS_FT_DIR,
90 [S_IFCHR >> S_SHIFT] = BTRFS_FT_CHRDEV,
91 [S_IFBLK >> S_SHIFT] = BTRFS_FT_BLKDEV,
92 [S_IFIFO >> S_SHIFT] = BTRFS_FT_FIFO,
93 [S_IFSOCK >> S_SHIFT] = BTRFS_FT_SOCK,
94 [S_IFLNK >> S_SHIFT] = BTRFS_FT_SYMLINK,
95};
96
Eric Sandeen3972f262013-01-12 02:57:22 +000097static int btrfs_setsize(struct inode *inode, struct iattr *attr);
Josef Bacika41ad392011-01-31 15:30:16 -050098static int btrfs_truncate(struct inode *inode);
Josef Bacik5fd02042012-05-02 14:00:54 -040099static int btrfs_finish_ordered_io(struct btrfs_ordered_extent *ordered_extent);
Chris Mason771ed682008-11-06 22:02:51 -0500100static noinline int cow_file_range(struct inode *inode,
101 struct page *locked_page,
102 u64 start, u64 end, int *page_started,
103 unsigned long *nr_written, int unlock);
Josef Bacik70c8a912012-10-11 16:54:30 -0400104static struct extent_map *create_pinned_em(struct inode *inode, u64 start,
105 u64 len, u64 orig_start,
106 u64 block_start, u64 block_len,
Josef Bacikcc95bef2013-04-04 14:31:27 -0400107 u64 orig_block_len, u64 ram_bytes,
108 int type);
Josef Bacik7b128762008-07-24 12:17:14 -0400109
Eric Sandeen48a3b632013-04-25 20:41:01 +0000110static int btrfs_dirty_inode(struct inode *inode);
Chris Mason39279cc2007-06-12 06:35:45 -0400111
Josef Bacik6a3891c2015-03-16 17:38:52 -0400112#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
113void btrfs_test_inode_set_ops(struct inode *inode)
114{
115 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
116}
117#endif
118
Yan, Zhengf34f57a2009-11-12 09:35:27 +0000119static int btrfs_init_inode_security(struct btrfs_trans_handle *trans,
Eric Paris2a7dba32011-02-01 11:05:39 -0500120 struct inode *inode, struct inode *dir,
121 const struct qstr *qstr)
Jim Owens0279b4c2009-02-04 09:29:13 -0500122{
123 int err;
124
Yan, Zhengf34f57a2009-11-12 09:35:27 +0000125 err = btrfs_init_acl(trans, inode, dir);
Jim Owens0279b4c2009-02-04 09:29:13 -0500126 if (!err)
Eric Paris2a7dba32011-02-01 11:05:39 -0500127 err = btrfs_xattr_security_init(trans, inode, dir, qstr);
Jim Owens0279b4c2009-02-04 09:29:13 -0500128 return err;
129}
130
Chris Masond352ac62008-09-29 15:18:18 -0400131/*
Chris Masonc8b97812008-10-29 14:49:59 -0400132 * this does all the hard work for inserting an inline extent into
133 * the btree. The caller should have done a btrfs_drop_extents so that
134 * no overlapping inline items exist in the btree
135 */
Chris Mason40f76582014-05-21 13:35:51 -0700136static int insert_inline_extent(struct btrfs_trans_handle *trans,
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000137 struct btrfs_path *path, int extent_inserted,
Chris Masonc8b97812008-10-29 14:49:59 -0400138 struct btrfs_root *root, struct inode *inode,
139 u64 start, size_t size, size_t compressed_size,
Li Zefanfe3f5662011-03-28 08:30:38 +0000140 int compress_type,
Chris Masonc8b97812008-10-29 14:49:59 -0400141 struct page **compressed_pages)
142{
Chris Masonc8b97812008-10-29 14:49:59 -0400143 struct extent_buffer *leaf;
144 struct page *page = NULL;
145 char *kaddr;
146 unsigned long ptr;
147 struct btrfs_file_extent_item *ei;
148 int err = 0;
149 int ret;
150 size_t cur_size = size;
Chris Masonc8b97812008-10-29 14:49:59 -0400151 unsigned long offset;
Chris Masonc8b97812008-10-29 14:49:59 -0400152
Li Zefanfe3f5662011-03-28 08:30:38 +0000153 if (compressed_size && compressed_pages)
Chris Masonc8b97812008-10-29 14:49:59 -0400154 cur_size = compressed_size;
Chris Masonc8b97812008-10-29 14:49:59 -0400155
Chris Masonc8b97812008-10-29 14:49:59 -0400156 inode_add_bytes(inode, size);
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000157
158 if (!extent_inserted) {
159 struct btrfs_key key;
160 size_t datasize;
161
162 key.objectid = btrfs_ino(inode);
163 key.offset = start;
David Sterba962a2982014-06-04 18:41:45 +0200164 key.type = BTRFS_EXTENT_DATA_KEY;
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000165
166 datasize = btrfs_file_extent_calc_inline_size(cur_size);
167 path->leave_spinning = 1;
168 ret = btrfs_insert_empty_item(trans, root, path, &key,
169 datasize);
170 if (ret) {
171 err = ret;
172 goto fail;
173 }
Chris Masonc8b97812008-10-29 14:49:59 -0400174 }
175 leaf = path->nodes[0];
176 ei = btrfs_item_ptr(leaf, path->slots[0],
177 struct btrfs_file_extent_item);
178 btrfs_set_file_extent_generation(leaf, ei, trans->transid);
179 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE);
180 btrfs_set_file_extent_encryption(leaf, ei, 0);
181 btrfs_set_file_extent_other_encoding(leaf, ei, 0);
182 btrfs_set_file_extent_ram_bytes(leaf, ei, size);
183 ptr = btrfs_file_extent_inline_start(ei);
184
Li Zefan261507a02010-12-17 14:21:50 +0800185 if (compress_type != BTRFS_COMPRESS_NONE) {
Chris Masonc8b97812008-10-29 14:49:59 -0400186 struct page *cpage;
187 int i = 0;
Chris Masond3977122009-01-05 21:25:51 -0500188 while (compressed_size > 0) {
Chris Masonc8b97812008-10-29 14:49:59 -0400189 cpage = compressed_pages[i];
Chris Mason5b050f02008-11-11 09:34:41 -0500190 cur_size = min_t(unsigned long, compressed_size,
Chris Masonc8b97812008-10-29 14:49:59 -0400191 PAGE_CACHE_SIZE);
192
Cong Wang7ac687d2011-11-25 23:14:28 +0800193 kaddr = kmap_atomic(cpage);
Chris Masonc8b97812008-10-29 14:49:59 -0400194 write_extent_buffer(leaf, kaddr, ptr, cur_size);
Cong Wang7ac687d2011-11-25 23:14:28 +0800195 kunmap_atomic(kaddr);
Chris Masonc8b97812008-10-29 14:49:59 -0400196
197 i++;
198 ptr += cur_size;
199 compressed_size -= cur_size;
200 }
201 btrfs_set_file_extent_compression(leaf, ei,
Li Zefan261507a02010-12-17 14:21:50 +0800202 compress_type);
Chris Masonc8b97812008-10-29 14:49:59 -0400203 } else {
204 page = find_get_page(inode->i_mapping,
205 start >> PAGE_CACHE_SHIFT);
206 btrfs_set_file_extent_compression(leaf, ei, 0);
Cong Wang7ac687d2011-11-25 23:14:28 +0800207 kaddr = kmap_atomic(page);
Chris Masonc8b97812008-10-29 14:49:59 -0400208 offset = start & (PAGE_CACHE_SIZE - 1);
209 write_extent_buffer(leaf, kaddr + offset, ptr, size);
Cong Wang7ac687d2011-11-25 23:14:28 +0800210 kunmap_atomic(kaddr);
Chris Masonc8b97812008-10-29 14:49:59 -0400211 page_cache_release(page);
212 }
213 btrfs_mark_buffer_dirty(leaf);
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000214 btrfs_release_path(path);
Chris Masonc8b97812008-10-29 14:49:59 -0400215
Yan, Zhengc2167752009-11-12 09:34:21 +0000216 /*
217 * we're an inline extent, so nobody can
218 * extend the file past i_size without locking
219 * a page we already have locked.
220 *
221 * We must do any isize and inode updates
222 * before we unlock the pages. Otherwise we
223 * could end up racing with unlink.
224 */
Chris Masonc8b97812008-10-29 14:49:59 -0400225 BTRFS_I(inode)->disk_i_size = inode->i_size;
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100226 ret = btrfs_update_inode(trans, root, inode);
Yan, Zhengc2167752009-11-12 09:34:21 +0000227
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100228 return ret;
Chris Masonc8b97812008-10-29 14:49:59 -0400229fail:
Chris Masonc8b97812008-10-29 14:49:59 -0400230 return err;
231}
232
233
234/*
235 * conditionally insert an inline extent into the file. This
236 * does the checks required to make sure the data is small enough
237 * to fit as an inline extent.
238 */
Josef Bacik00361582013-08-14 14:02:47 -0400239static noinline int cow_file_range_inline(struct btrfs_root *root,
240 struct inode *inode, u64 start,
241 u64 end, size_t compressed_size,
242 int compress_type,
243 struct page **compressed_pages)
Chris Masonc8b97812008-10-29 14:49:59 -0400244{
Josef Bacik00361582013-08-14 14:02:47 -0400245 struct btrfs_trans_handle *trans;
Chris Masonc8b97812008-10-29 14:49:59 -0400246 u64 isize = i_size_read(inode);
247 u64 actual_end = min(end + 1, isize);
248 u64 inline_len = actual_end - start;
Qu Wenruofda28322013-02-26 08:10:22 +0000249 u64 aligned_end = ALIGN(end, root->sectorsize);
Chris Masonc8b97812008-10-29 14:49:59 -0400250 u64 data_len = inline_len;
251 int ret;
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000252 struct btrfs_path *path;
253 int extent_inserted = 0;
254 u32 extent_item_size;
Chris Masonc8b97812008-10-29 14:49:59 -0400255
256 if (compressed_size)
257 data_len = compressed_size;
258
259 if (start > 0 ||
Wang Shilong354877b2014-07-17 11:44:11 +0800260 actual_end > PAGE_CACHE_SIZE ||
261 data_len > BTRFS_MAX_INLINE_DATA_SIZE(root) ||
Chris Masonc8b97812008-10-29 14:49:59 -0400262 (!compressed_size &&
263 (actual_end & (root->sectorsize - 1)) == 0) ||
264 end + 1 < isize ||
265 data_len > root->fs_info->max_inline) {
266 return 1;
267 }
268
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000269 path = btrfs_alloc_path();
270 if (!path)
271 return -ENOMEM;
272
Josef Bacik00361582013-08-14 14:02:47 -0400273 trans = btrfs_join_transaction(root);
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000274 if (IS_ERR(trans)) {
275 btrfs_free_path(path);
Josef Bacik00361582013-08-14 14:02:47 -0400276 return PTR_ERR(trans);
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000277 }
Josef Bacik00361582013-08-14 14:02:47 -0400278 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
279
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000280 if (compressed_size && compressed_pages)
281 extent_item_size = btrfs_file_extent_calc_inline_size(
282 compressed_size);
283 else
284 extent_item_size = btrfs_file_extent_calc_inline_size(
285 inline_len);
286
287 ret = __btrfs_drop_extents(trans, root, inode, path,
288 start, aligned_end, NULL,
289 1, 1, extent_item_size, &extent_inserted);
Josef Bacik00361582013-08-14 14:02:47 -0400290 if (ret) {
291 btrfs_abort_transaction(trans, root, ret);
292 goto out;
293 }
Chris Masonc8b97812008-10-29 14:49:59 -0400294
295 if (isize > actual_end)
296 inline_len = min_t(u64, isize, actual_end);
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000297 ret = insert_inline_extent(trans, path, extent_inserted,
298 root, inode, start,
Chris Masonc8b97812008-10-29 14:49:59 -0400299 inline_len, compressed_size,
Li Zefanfe3f5662011-03-28 08:30:38 +0000300 compress_type, compressed_pages);
Josef Bacik2adcac12012-05-23 16:10:14 -0400301 if (ret && ret != -ENOSPC) {
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100302 btrfs_abort_transaction(trans, root, ret);
Josef Bacik00361582013-08-14 14:02:47 -0400303 goto out;
Josef Bacik2adcac12012-05-23 16:10:14 -0400304 } else if (ret == -ENOSPC) {
Josef Bacik00361582013-08-14 14:02:47 -0400305 ret = 1;
306 goto out;
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100307 }
Josef Bacik2adcac12012-05-23 16:10:14 -0400308
Josef Bacikbdc20e62013-02-28 13:23:38 -0500309 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -0400310 btrfs_delalloc_release_metadata(inode, end + 1 - start);
Chris Masona1ed8352009-09-11 12:27:37 -0400311 btrfs_drop_extent_cache(inode, start, aligned_end - 1, 0);
Josef Bacik00361582013-08-14 14:02:47 -0400312out:
Qu Wenruo94ed9382015-09-08 17:25:56 +0800313 /*
314 * Don't forget to free the reserved space, as for inlined extent
315 * it won't count as data extent, free them directly here.
316 * And at reserve time, it's always aligned to page size, so
317 * just free one page here.
318 */
319 btrfs_qgroup_free_data(inode, 0, PAGE_CACHE_SIZE);
Filipe David Borba Manana1acae572014-01-07 11:42:27 +0000320 btrfs_free_path(path);
Josef Bacik00361582013-08-14 14:02:47 -0400321 btrfs_end_transaction(trans, root);
322 return ret;
Chris Masonc8b97812008-10-29 14:49:59 -0400323}
324
Chris Mason771ed682008-11-06 22:02:51 -0500325struct async_extent {
326 u64 start;
327 u64 ram_size;
328 u64 compressed_size;
329 struct page **pages;
330 unsigned long nr_pages;
Li Zefan261507a02010-12-17 14:21:50 +0800331 int compress_type;
Chris Mason771ed682008-11-06 22:02:51 -0500332 struct list_head list;
333};
334
335struct async_cow {
336 struct inode *inode;
337 struct btrfs_root *root;
338 struct page *locked_page;
339 u64 start;
340 u64 end;
341 struct list_head extents;
342 struct btrfs_work work;
343};
344
345static noinline int add_async_extent(struct async_cow *cow,
346 u64 start, u64 ram_size,
347 u64 compressed_size,
348 struct page **pages,
Li Zefan261507a02010-12-17 14:21:50 +0800349 unsigned long nr_pages,
350 int compress_type)
Chris Mason771ed682008-11-06 22:02:51 -0500351{
352 struct async_extent *async_extent;
353
354 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100355 BUG_ON(!async_extent); /* -ENOMEM */
Chris Mason771ed682008-11-06 22:02:51 -0500356 async_extent->start = start;
357 async_extent->ram_size = ram_size;
358 async_extent->compressed_size = compressed_size;
359 async_extent->pages = pages;
360 async_extent->nr_pages = nr_pages;
Li Zefan261507a02010-12-17 14:21:50 +0800361 async_extent->compress_type = compress_type;
Chris Mason771ed682008-11-06 22:02:51 -0500362 list_add_tail(&async_extent->list, &cow->extents);
363 return 0;
364}
365
Wang Shilongf79707b2014-07-17 11:44:09 +0800366static inline int inode_need_compress(struct inode *inode)
367{
368 struct btrfs_root *root = BTRFS_I(inode)->root;
369
370 /* force compress */
371 if (btrfs_test_opt(root, FORCE_COMPRESS))
372 return 1;
373 /* bad compression ratios */
374 if (BTRFS_I(inode)->flags & BTRFS_INODE_NOCOMPRESS)
375 return 0;
376 if (btrfs_test_opt(root, COMPRESS) ||
377 BTRFS_I(inode)->flags & BTRFS_INODE_COMPRESS ||
378 BTRFS_I(inode)->force_compress)
379 return 1;
380 return 0;
381}
382
Chris Masonc8b97812008-10-29 14:49:59 -0400383/*
Chris Mason771ed682008-11-06 22:02:51 -0500384 * we create compressed extents in two phases. The first
385 * phase compresses a range of pages that have already been
386 * locked (both pages and state bits are locked).
Chris Masonc8b97812008-10-29 14:49:59 -0400387 *
Chris Mason771ed682008-11-06 22:02:51 -0500388 * This is done inside an ordered work queue, and the compression
389 * is spread across many cpus. The actual IO submission is step
390 * two, and the ordered work queue takes care of making sure that
391 * happens in the same order things were put onto the queue by
392 * writepages and friends.
Chris Masonc8b97812008-10-29 14:49:59 -0400393 *
Chris Mason771ed682008-11-06 22:02:51 -0500394 * If this code finds it can't get good compression, it puts an
395 * entry onto the work queue to write the uncompressed bytes. This
396 * makes sure that both compressed inodes and uncompressed inodes
Artem Bityutskiyb2570312012-07-25 18:12:06 +0300397 * are written in the same order that the flusher thread sent them
398 * down.
Chris Masond352ac62008-09-29 15:18:18 -0400399 */
Filipe Mananac44f6492014-10-09 21:15:44 +0100400static noinline void compress_file_range(struct inode *inode,
Chris Mason771ed682008-11-06 22:02:51 -0500401 struct page *locked_page,
402 u64 start, u64 end,
403 struct async_cow *async_cow,
404 int *num_added)
Chris Masonb888db22007-08-27 16:49:44 -0400405{
406 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Masondb945352007-10-15 16:15:53 -0400407 u64 num_bytes;
Chris Masondb945352007-10-15 16:15:53 -0400408 u64 blocksize = root->sectorsize;
Chris Masonc8b97812008-10-29 14:49:59 -0400409 u64 actual_end;
Chris Mason42dc7ba2008-12-15 11:44:56 -0500410 u64 isize = i_size_read(inode);
Chris Masone6dcd2d2008-07-17 12:53:50 -0400411 int ret = 0;
Chris Masonc8b97812008-10-29 14:49:59 -0400412 struct page **pages = NULL;
413 unsigned long nr_pages;
414 unsigned long nr_pages_ret = 0;
415 unsigned long total_compressed = 0;
416 unsigned long total_in = 0;
417 unsigned long max_compressed = 128 * 1024;
Chris Mason771ed682008-11-06 22:02:51 -0500418 unsigned long max_uncompressed = 128 * 1024;
Chris Masonc8b97812008-10-29 14:49:59 -0400419 int i;
420 int will_compress;
Li Zefan261507a02010-12-17 14:21:50 +0800421 int compress_type = root->fs_info->compress_type;
Chris Mason4adaa612013-03-26 13:07:00 -0400422 int redirty = 0;
Chris Masonb888db22007-08-27 16:49:44 -0400423
Liu Bo4cb13e52012-03-29 09:57:45 -0400424 /* if this is a small write inside eof, kick off a defrag */
425 if ((end - start + 1) < 16 * 1024 &&
426 (start > 0 || end + 1 < BTRFS_I(inode)->disk_i_size))
Chris Mason4cb53002011-05-24 15:35:30 -0400427 btrfs_add_inode_defrag(NULL, inode);
428
Chris Mason42dc7ba2008-12-15 11:44:56 -0500429 actual_end = min_t(u64, isize, end + 1);
Chris Masonc8b97812008-10-29 14:49:59 -0400430again:
431 will_compress = 0;
432 nr_pages = (end >> PAGE_CACHE_SHIFT) - (start >> PAGE_CACHE_SHIFT) + 1;
433 nr_pages = min(nr_pages, (128 * 1024UL) / PAGE_CACHE_SIZE);
434
Chris Masonf03d9302009-02-04 09:31:06 -0500435 /*
436 * we don't want to send crud past the end of i_size through
437 * compression, that's just a waste of CPU time. So, if the
438 * end of the file is before the start of our current
439 * requested range of bytes, we bail out to the uncompressed
440 * cleanup code that can deal with all of this.
441 *
442 * It isn't really the fastest way to fix things, but this is a
443 * very uncommon corner.
444 */
445 if (actual_end <= start)
446 goto cleanup_and_bail_uncompressed;
447
Chris Masonc8b97812008-10-29 14:49:59 -0400448 total_compressed = actual_end - start;
449
Shilong Wang4bcbb332014-10-07 18:44:35 -0400450 /*
451 * skip compression for a small file range(<=blocksize) that
452 * isn't an inline extent, since it dosen't save disk space at all.
453 */
454 if (total_compressed <= blocksize &&
455 (start > 0 || end + 1 < BTRFS_I(inode)->disk_i_size))
456 goto cleanup_and_bail_uncompressed;
457
Chris Masonc8b97812008-10-29 14:49:59 -0400458 /* we want to make sure that amount of ram required to uncompress
459 * an extent is reasonable, so we limit the total size in ram
Chris Mason771ed682008-11-06 22:02:51 -0500460 * of a compressed extent to 128k. This is a crucial number
461 * because it also controls how easily we can spread reads across
462 * cpus for decompression.
463 *
464 * We also want to make sure the amount of IO required to do
465 * a random read is reasonably small, so we limit the size of
466 * a compressed extent to 128k.
Chris Masonc8b97812008-10-29 14:49:59 -0400467 */
468 total_compressed = min(total_compressed, max_uncompressed);
Qu Wenruofda28322013-02-26 08:10:22 +0000469 num_bytes = ALIGN(end - start + 1, blocksize);
Chris Masonbe20aa92007-12-17 20:14:01 -0500470 num_bytes = max(blocksize, num_bytes);
Chris Masonc8b97812008-10-29 14:49:59 -0400471 total_in = 0;
472 ret = 0;
Chris Masondb945352007-10-15 16:15:53 -0400473
Chris Mason771ed682008-11-06 22:02:51 -0500474 /*
475 * we do compression for mount -o compress and when the
476 * inode has not been flagged as nocompress. This flag can
477 * change at any time if we discover bad compression ratios.
Chris Masonc8b97812008-10-29 14:49:59 -0400478 */
Wang Shilongf79707b2014-07-17 11:44:09 +0800479 if (inode_need_compress(inode)) {
Chris Masonc8b97812008-10-29 14:49:59 -0400480 WARN_ON(pages);
David Sterba31e818f2015-02-20 18:00:26 +0100481 pages = kcalloc(nr_pages, sizeof(struct page *), GFP_NOFS);
Li Zefan560f7d72011-09-08 10:22:01 +0800482 if (!pages) {
483 /* just bail out to the uncompressed code */
484 goto cont;
485 }
Chris Mason179e29e2007-11-01 11:28:41 -0400486
Li Zefan261507a02010-12-17 14:21:50 +0800487 if (BTRFS_I(inode)->force_compress)
488 compress_type = BTRFS_I(inode)->force_compress;
489
Chris Mason4adaa612013-03-26 13:07:00 -0400490 /*
491 * we need to call clear_page_dirty_for_io on each
492 * page in the range. Otherwise applications with the file
493 * mmap'd can wander in and change the page contents while
494 * we are compressing them.
495 *
496 * If the compression fails for any reason, we set the pages
497 * dirty again later on.
498 */
499 extent_range_clear_dirty_for_io(inode, start, end);
500 redirty = 1;
Li Zefan261507a02010-12-17 14:21:50 +0800501 ret = btrfs_compress_pages(compress_type,
502 inode->i_mapping, start,
503 total_compressed, pages,
504 nr_pages, &nr_pages_ret,
505 &total_in,
506 &total_compressed,
507 max_compressed);
Chris Masonc8b97812008-10-29 14:49:59 -0400508
509 if (!ret) {
510 unsigned long offset = total_compressed &
511 (PAGE_CACHE_SIZE - 1);
512 struct page *page = pages[nr_pages_ret - 1];
513 char *kaddr;
514
515 /* zero the tail end of the last page, we might be
516 * sending it down to disk
517 */
518 if (offset) {
Cong Wang7ac687d2011-11-25 23:14:28 +0800519 kaddr = kmap_atomic(page);
Chris Masonc8b97812008-10-29 14:49:59 -0400520 memset(kaddr + offset, 0,
521 PAGE_CACHE_SIZE - offset);
Cong Wang7ac687d2011-11-25 23:14:28 +0800522 kunmap_atomic(kaddr);
Chris Masonc8b97812008-10-29 14:49:59 -0400523 }
524 will_compress = 1;
525 }
526 }
Li Zefan560f7d72011-09-08 10:22:01 +0800527cont:
Chris Masonc8b97812008-10-29 14:49:59 -0400528 if (start == 0) {
529 /* lets try to make an inline extent */
Chris Mason771ed682008-11-06 22:02:51 -0500530 if (ret || total_in < (actual_end - start)) {
Chris Masonc8b97812008-10-29 14:49:59 -0400531 /* we didn't compress the entire range, try
Chris Mason771ed682008-11-06 22:02:51 -0500532 * to make an uncompressed inline extent.
Chris Masonc8b97812008-10-29 14:49:59 -0400533 */
Josef Bacik00361582013-08-14 14:02:47 -0400534 ret = cow_file_range_inline(root, inode, start, end,
535 0, 0, NULL);
Chris Masonc8b97812008-10-29 14:49:59 -0400536 } else {
Chris Mason771ed682008-11-06 22:02:51 -0500537 /* try making a compressed inline extent */
Josef Bacik00361582013-08-14 14:02:47 -0400538 ret = cow_file_range_inline(root, inode, start, end,
Li Zefanfe3f5662011-03-28 08:30:38 +0000539 total_compressed,
540 compress_type, pages);
Chris Masonc8b97812008-10-29 14:49:59 -0400541 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100542 if (ret <= 0) {
Josef Bacik151a41b2013-07-29 13:22:24 -0400543 unsigned long clear_flags = EXTENT_DELALLOC |
544 EXTENT_DEFRAG;
Filipe Mananae6eb4312014-10-10 10:45:12 +0100545 unsigned long page_error_op;
546
Josef Bacik151a41b2013-07-29 13:22:24 -0400547 clear_flags |= (ret < 0) ? EXTENT_DO_ACCOUNTING : 0;
Filipe Mananae6eb4312014-10-10 10:45:12 +0100548 page_error_op = ret < 0 ? PAGE_SET_ERROR : 0;
Josef Bacik151a41b2013-07-29 13:22:24 -0400549
Chris Mason771ed682008-11-06 22:02:51 -0500550 /*
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100551 * inline extent creation worked or returned error,
552 * we don't need to create any more async work items.
553 * Unlock and free up our temp pages.
Chris Mason771ed682008-11-06 22:02:51 -0500554 */
Josef Bacikc2790a22013-07-29 11:20:47 -0400555 extent_clear_unlock_delalloc(inode, start, end, NULL,
Josef Bacik151a41b2013-07-29 13:22:24 -0400556 clear_flags, PAGE_UNLOCK |
Josef Bacikc2790a22013-07-29 11:20:47 -0400557 PAGE_CLEAR_DIRTY |
558 PAGE_SET_WRITEBACK |
Filipe Mananae6eb4312014-10-10 10:45:12 +0100559 page_error_op |
Josef Bacikc2790a22013-07-29 11:20:47 -0400560 PAGE_END_WRITEBACK);
Chris Masonc8b97812008-10-29 14:49:59 -0400561 goto free_pages_out;
562 }
563 }
564
565 if (will_compress) {
566 /*
567 * we aren't doing an inline extent round the compressed size
568 * up to a block size boundary so the allocator does sane
569 * things
570 */
Qu Wenruofda28322013-02-26 08:10:22 +0000571 total_compressed = ALIGN(total_compressed, blocksize);
Chris Masonc8b97812008-10-29 14:49:59 -0400572
573 /*
574 * one last check to make sure the compression is really a
575 * win, compare the page count read with the blocks on disk
576 */
Qu Wenruofda28322013-02-26 08:10:22 +0000577 total_in = ALIGN(total_in, PAGE_CACHE_SIZE);
Chris Masonc8b97812008-10-29 14:49:59 -0400578 if (total_compressed >= total_in) {
579 will_compress = 0;
580 } else {
Chris Masonc8b97812008-10-29 14:49:59 -0400581 num_bytes = total_in;
582 }
583 }
584 if (!will_compress && pages) {
585 /*
586 * the compression code ran but failed to make things smaller,
587 * free any pages it allocated and our page pointer array
588 */
589 for (i = 0; i < nr_pages_ret; i++) {
Chris Mason70b99e62008-10-31 12:46:39 -0400590 WARN_ON(pages[i]->mapping);
Chris Masonc8b97812008-10-29 14:49:59 -0400591 page_cache_release(pages[i]);
592 }
593 kfree(pages);
594 pages = NULL;
595 total_compressed = 0;
596 nr_pages_ret = 0;
597
598 /* flag the file so we don't compress in the future */
Chris Mason1e701a32010-03-11 09:42:04 -0500599 if (!btrfs_test_opt(root, FORCE_COMPRESS) &&
600 !(BTRFS_I(inode)->force_compress)) {
Chris Masona555f812010-01-28 16:18:15 -0500601 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS;
Chris Mason1e701a32010-03-11 09:42:04 -0500602 }
Chris Masonc8b97812008-10-29 14:49:59 -0400603 }
Chris Mason771ed682008-11-06 22:02:51 -0500604 if (will_compress) {
605 *num_added += 1;
606
607 /* the async work queues will take care of doing actual
608 * allocation on disk for these compressed pages,
609 * and will submit them to the elevator.
610 */
611 add_async_extent(async_cow, start, num_bytes,
Li Zefan261507a02010-12-17 14:21:50 +0800612 total_compressed, pages, nr_pages_ret,
613 compress_type);
Chris Mason771ed682008-11-06 22:02:51 -0500614
Yan, Zheng24ae6362010-12-06 07:02:36 +0000615 if (start + num_bytes < end) {
Chris Mason771ed682008-11-06 22:02:51 -0500616 start += num_bytes;
617 pages = NULL;
618 cond_resched();
619 goto again;
620 }
621 } else {
Chris Masonf03d9302009-02-04 09:31:06 -0500622cleanup_and_bail_uncompressed:
Chris Mason771ed682008-11-06 22:02:51 -0500623 /*
624 * No compression, but we still need to write the pages in
625 * the file we've been given so far. redirty the locked
626 * page if it corresponds to our extent and set things up
627 * for the async work queue to run cow_file_range to do
628 * the normal delalloc dance
629 */
630 if (page_offset(locked_page) >= start &&
631 page_offset(locked_page) <= end) {
632 __set_page_dirty_nobuffers(locked_page);
633 /* unlocked later on in the async handlers */
634 }
Chris Mason4adaa612013-03-26 13:07:00 -0400635 if (redirty)
636 extent_range_redirty_for_io(inode, start, end);
Li Zefan261507a02010-12-17 14:21:50 +0800637 add_async_extent(async_cow, start, end - start + 1,
638 0, NULL, 0, BTRFS_COMPRESS_NONE);
Chris Mason771ed682008-11-06 22:02:51 -0500639 *num_added += 1;
640 }
641
Filipe Mananac44f6492014-10-09 21:15:44 +0100642 return;
Chris Mason771ed682008-11-06 22:02:51 -0500643
644free_pages_out:
645 for (i = 0; i < nr_pages_ret; i++) {
646 WARN_ON(pages[i]->mapping);
647 page_cache_release(pages[i]);
648 }
Chris Masond3977122009-01-05 21:25:51 -0500649 kfree(pages);
Chris Mason771ed682008-11-06 22:02:51 -0500650}
Chris Mason771ed682008-11-06 22:02:51 -0500651
Filipe Manana40ae8372014-10-06 22:14:24 +0100652static void free_async_extent_pages(struct async_extent *async_extent)
653{
654 int i;
655
656 if (!async_extent->pages)
657 return;
658
659 for (i = 0; i < async_extent->nr_pages; i++) {
660 WARN_ON(async_extent->pages[i]->mapping);
661 page_cache_release(async_extent->pages[i]);
662 }
663 kfree(async_extent->pages);
664 async_extent->nr_pages = 0;
665 async_extent->pages = NULL;
Chris Mason771ed682008-11-06 22:02:51 -0500666}
667
668/*
669 * phase two of compressed writeback. This is the ordered portion
670 * of the code, which only gets called in the order the work was
671 * queued. We walk all the async extents created by compress_file_range
672 * and send them down to the disk.
673 */
Filipe Mananadec8f172014-10-06 22:14:26 +0100674static noinline void submit_compressed_extents(struct inode *inode,
Chris Mason771ed682008-11-06 22:02:51 -0500675 struct async_cow *async_cow)
676{
677 struct async_extent *async_extent;
678 u64 alloc_hint = 0;
Chris Mason771ed682008-11-06 22:02:51 -0500679 struct btrfs_key ins;
680 struct extent_map *em;
681 struct btrfs_root *root = BTRFS_I(inode)->root;
682 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
683 struct extent_io_tree *io_tree;
Josef Bacikf5a84ee32009-11-10 21:23:48 -0500684 int ret = 0;
Chris Mason771ed682008-11-06 22:02:51 -0500685
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500686again:
Chris Masond3977122009-01-05 21:25:51 -0500687 while (!list_empty(&async_cow->extents)) {
Chris Mason771ed682008-11-06 22:02:51 -0500688 async_extent = list_entry(async_cow->extents.next,
689 struct async_extent, list);
690 list_del(&async_extent->list);
691
692 io_tree = &BTRFS_I(inode)->io_tree;
693
Josef Bacikf5a84ee32009-11-10 21:23:48 -0500694retry:
Chris Mason771ed682008-11-06 22:02:51 -0500695 /* did the compression code fall back to uncompressed IO? */
696 if (!async_extent->pages) {
697 int page_started = 0;
698 unsigned long nr_written = 0;
699
700 lock_extent(io_tree, async_extent->start,
Josef Bacik2ac55d42010-02-03 19:33:23 +0000701 async_extent->start +
Jeff Mahoneyd0082372012-03-01 14:57:19 +0100702 async_extent->ram_size - 1);
Chris Mason771ed682008-11-06 22:02:51 -0500703
704 /* allocate blocks */
Josef Bacikf5a84ee32009-11-10 21:23:48 -0500705 ret = cow_file_range(inode, async_cow->locked_page,
706 async_extent->start,
707 async_extent->start +
708 async_extent->ram_size - 1,
709 &page_started, &nr_written, 0);
Chris Mason771ed682008-11-06 22:02:51 -0500710
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100711 /* JDM XXX */
712
Chris Mason771ed682008-11-06 22:02:51 -0500713 /*
714 * if page_started, cow_file_range inserted an
715 * inline extent and took care of all the unlocking
716 * and IO for us. Otherwise, we need to submit
717 * all those pages down to the drive.
718 */
Josef Bacikf5a84ee32009-11-10 21:23:48 -0500719 if (!page_started && !ret)
Chris Mason771ed682008-11-06 22:02:51 -0500720 extent_write_locked_range(io_tree,
721 inode, async_extent->start,
Chris Masond3977122009-01-05 21:25:51 -0500722 async_extent->start +
Chris Mason771ed682008-11-06 22:02:51 -0500723 async_extent->ram_size - 1,
724 btrfs_get_extent,
725 WB_SYNC_ALL);
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500726 else if (ret)
727 unlock_page(async_cow->locked_page);
Chris Mason771ed682008-11-06 22:02:51 -0500728 kfree(async_extent);
729 cond_resched();
730 continue;
731 }
732
733 lock_extent(io_tree, async_extent->start,
Jeff Mahoneyd0082372012-03-01 14:57:19 +0100734 async_extent->start + async_extent->ram_size - 1);
Chris Mason771ed682008-11-06 22:02:51 -0500735
Josef Bacik00361582013-08-14 14:02:47 -0400736 ret = btrfs_reserve_extent(root,
Chris Mason771ed682008-11-06 22:02:51 -0500737 async_extent->compressed_size,
738 async_extent->compressed_size,
Miao Xiee570fd22014-06-19 10:42:50 +0800739 0, alloc_hint, &ins, 1, 1);
Josef Bacikf5a84ee32009-11-10 21:23:48 -0500740 if (ret) {
Filipe Manana40ae8372014-10-06 22:14:24 +0100741 free_async_extent_pages(async_extent);
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500742
Josef Bacikfdf8e2e2013-06-14 16:58:23 -0400743 if (ret == -ENOSPC) {
744 unlock_extent(io_tree, async_extent->start,
745 async_extent->start +
746 async_extent->ram_size - 1);
Liu Boce620032014-07-24 22:48:05 +0800747
748 /*
749 * we need to redirty the pages if we decide to
750 * fallback to uncompressed IO, otherwise we
751 * will not submit these pages down to lower
752 * layers.
753 */
754 extent_range_redirty_for_io(inode,
755 async_extent->start,
756 async_extent->start +
757 async_extent->ram_size - 1);
758
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100759 goto retry;
Josef Bacikfdf8e2e2013-06-14 16:58:23 -0400760 }
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500761 goto out_free;
Josef Bacikf5a84ee32009-11-10 21:23:48 -0500762 }
Yan, Zhengc2167752009-11-12 09:34:21 +0000763 /*
764 * here we're doing allocation and writeback of the
765 * compressed pages
766 */
767 btrfs_drop_extent_cache(inode, async_extent->start,
768 async_extent->start +
769 async_extent->ram_size - 1, 0);
770
David Sterba172ddd62011-04-21 00:48:27 +0200771 em = alloc_extent_map();
Liu Bob9aa55b2013-05-14 02:12:15 +0000772 if (!em) {
773 ret = -ENOMEM;
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500774 goto out_free_reserve;
Liu Bob9aa55b2013-05-14 02:12:15 +0000775 }
Chris Mason771ed682008-11-06 22:02:51 -0500776 em->start = async_extent->start;
777 em->len = async_extent->ram_size;
Chris Mason445a6942008-11-10 11:53:33 -0500778 em->orig_start = em->start;
Josef Bacik2ab28f32012-10-12 15:27:49 -0400779 em->mod_start = em->start;
780 em->mod_len = em->len;
Chris Mason771ed682008-11-06 22:02:51 -0500781
782 em->block_start = ins.objectid;
783 em->block_len = ins.offset;
Josef Bacikb4939682012-12-03 10:31:19 -0500784 em->orig_block_len = ins.offset;
Josef Bacikcc95bef2013-04-04 14:31:27 -0400785 em->ram_bytes = async_extent->ram_size;
Chris Mason771ed682008-11-06 22:02:51 -0500786 em->bdev = root->fs_info->fs_devices->latest_bdev;
Li Zefan261507a02010-12-17 14:21:50 +0800787 em->compress_type = async_extent->compress_type;
Chris Mason771ed682008-11-06 22:02:51 -0500788 set_bit(EXTENT_FLAG_PINNED, &em->flags);
789 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags);
Josef Bacik70c8a912012-10-11 16:54:30 -0400790 em->generation = -1;
Chris Mason771ed682008-11-06 22:02:51 -0500791
Chris Masond3977122009-01-05 21:25:51 -0500792 while (1) {
Chris Mason890871b2009-09-02 16:24:52 -0400793 write_lock(&em_tree->lock);
Josef Bacik09a2a8f92013-04-05 16:51:15 -0400794 ret = add_extent_mapping(em_tree, em, 1);
Chris Mason890871b2009-09-02 16:24:52 -0400795 write_unlock(&em_tree->lock);
Chris Mason771ed682008-11-06 22:02:51 -0500796 if (ret != -EEXIST) {
797 free_extent_map(em);
798 break;
799 }
800 btrfs_drop_extent_cache(inode, async_extent->start,
801 async_extent->start +
802 async_extent->ram_size - 1, 0);
803 }
804
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500805 if (ret)
806 goto out_free_reserve;
807
Li Zefan261507a02010-12-17 14:21:50 +0800808 ret = btrfs_add_ordered_extent_compress(inode,
809 async_extent->start,
810 ins.objectid,
811 async_extent->ram_size,
812 ins.offset,
813 BTRFS_ORDERED_COMPRESSED,
814 async_extent->compress_type);
Filipe Mananad9f85962014-08-25 10:43:00 +0100815 if (ret) {
816 btrfs_drop_extent_cache(inode, async_extent->start,
817 async_extent->start +
818 async_extent->ram_size - 1, 0);
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500819 goto out_free_reserve;
Filipe Mananad9f85962014-08-25 10:43:00 +0100820 }
Chris Mason771ed682008-11-06 22:02:51 -0500821
Chris Mason771ed682008-11-06 22:02:51 -0500822 /*
823 * clear dirty, set writeback and unlock the pages.
824 */
Josef Bacikc2790a22013-07-29 11:20:47 -0400825 extent_clear_unlock_delalloc(inode, async_extent->start,
Chris Masona791e352009-10-08 11:27:10 -0400826 async_extent->start +
827 async_extent->ram_size - 1,
Josef Bacik151a41b2013-07-29 13:22:24 -0400828 NULL, EXTENT_LOCKED | EXTENT_DELALLOC,
829 PAGE_UNLOCK | PAGE_CLEAR_DIRTY |
Josef Bacikc2790a22013-07-29 11:20:47 -0400830 PAGE_SET_WRITEBACK);
Chris Mason771ed682008-11-06 22:02:51 -0500831 ret = btrfs_submit_compressed_write(inode,
Chris Masond3977122009-01-05 21:25:51 -0500832 async_extent->start,
833 async_extent->ram_size,
834 ins.objectid,
835 ins.offset, async_extent->pages,
836 async_extent->nr_pages);
Filipe Mananafce2a4e2014-10-06 22:14:23 +0100837 if (ret) {
838 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree;
839 struct page *p = async_extent->pages[0];
840 const u64 start = async_extent->start;
841 const u64 end = start + async_extent->ram_size - 1;
842
843 p->mapping = inode->i_mapping;
844 tree->ops->writepage_end_io_hook(p, start, end,
845 NULL, 0);
846 p->mapping = NULL;
847 extent_clear_unlock_delalloc(inode, start, end, NULL, 0,
848 PAGE_END_WRITEBACK |
849 PAGE_SET_ERROR);
Filipe Manana40ae8372014-10-06 22:14:24 +0100850 free_async_extent_pages(async_extent);
Filipe Mananafce2a4e2014-10-06 22:14:23 +0100851 }
Chris Mason771ed682008-11-06 22:02:51 -0500852 alloc_hint = ins.objectid + ins.offset;
853 kfree(async_extent);
854 cond_resched();
855 }
Filipe Mananadec8f172014-10-06 22:14:26 +0100856 return;
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500857out_free_reserve:
Miao Xiee570fd22014-06-19 10:42:50 +0800858 btrfs_free_reserved_extent(root, ins.objectid, ins.offset, 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100859out_free:
Josef Bacikc2790a22013-07-29 11:20:47 -0400860 extent_clear_unlock_delalloc(inode, async_extent->start,
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500861 async_extent->start +
862 async_extent->ram_size - 1,
Josef Bacikc2790a22013-07-29 11:20:47 -0400863 NULL, EXTENT_LOCKED | EXTENT_DELALLOC |
Josef Bacik151a41b2013-07-29 13:22:24 -0400864 EXTENT_DEFRAG | EXTENT_DO_ACCOUNTING,
865 PAGE_UNLOCK | PAGE_CLEAR_DIRTY |
Filipe Manana704de492014-10-06 22:14:22 +0100866 PAGE_SET_WRITEBACK | PAGE_END_WRITEBACK |
867 PAGE_SET_ERROR);
Filipe Manana40ae8372014-10-06 22:14:24 +0100868 free_async_extent_pages(async_extent);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100869 kfree(async_extent);
Josef Bacik3e04e7f2013-02-06 16:49:15 -0500870 goto again;
Chris Mason771ed682008-11-06 22:02:51 -0500871}
872
Josef Bacik4b46fce2010-05-23 11:00:55 -0400873static u64 get_extent_allocation_hint(struct inode *inode, u64 start,
874 u64 num_bytes)
875{
876 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
877 struct extent_map *em;
878 u64 alloc_hint = 0;
879
880 read_lock(&em_tree->lock);
881 em = search_extent_mapping(em_tree, start, num_bytes);
882 if (em) {
883 /*
884 * if block start isn't an actual block number then find the
885 * first block in this inode and use that as a hint. If that
886 * block is also bogus then just don't worry about it.
887 */
888 if (em->block_start >= EXTENT_MAP_LAST_BYTE) {
889 free_extent_map(em);
890 em = search_extent_mapping(em_tree, 0, 0);
891 if (em && em->block_start < EXTENT_MAP_LAST_BYTE)
892 alloc_hint = em->block_start;
893 if (em)
894 free_extent_map(em);
895 } else {
896 alloc_hint = em->block_start;
897 free_extent_map(em);
898 }
899 }
900 read_unlock(&em_tree->lock);
901
902 return alloc_hint;
903}
904
Chris Mason771ed682008-11-06 22:02:51 -0500905/*
906 * when extent_io.c finds a delayed allocation range in the file,
907 * the call backs end up in this code. The basic idea is to
908 * allocate extents on disk for the range, and create ordered data structs
909 * in ram to track those extents.
910 *
911 * locked_page is the page that writepage had locked already. We use
912 * it to make sure we don't do extra locks or unlocks.
913 *
914 * *page_started is set to one if we unlock locked_page and do everything
915 * required to start IO on it. It may be clean and already done with
916 * IO when we return.
917 */
Josef Bacik00361582013-08-14 14:02:47 -0400918static noinline int cow_file_range(struct inode *inode,
919 struct page *locked_page,
920 u64 start, u64 end, int *page_started,
921 unsigned long *nr_written,
922 int unlock)
Chris Mason771ed682008-11-06 22:02:51 -0500923{
Josef Bacik00361582013-08-14 14:02:47 -0400924 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Mason771ed682008-11-06 22:02:51 -0500925 u64 alloc_hint = 0;
926 u64 num_bytes;
927 unsigned long ram_size;
928 u64 disk_num_bytes;
929 u64 cur_alloc_size;
930 u64 blocksize = root->sectorsize;
Chris Mason771ed682008-11-06 22:02:51 -0500931 struct btrfs_key ins;
932 struct extent_map *em;
933 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
934 int ret = 0;
935
Josef Bacik02ecd2c2013-10-25 16:19:08 -0400936 if (btrfs_is_free_space_inode(inode)) {
937 WARN_ON_ONCE(1);
Josef Bacik29bce2f2014-02-07 12:21:23 -0500938 ret = -EINVAL;
939 goto out_unlock;
Josef Bacik02ecd2c2013-10-25 16:19:08 -0400940 }
Chris Mason771ed682008-11-06 22:02:51 -0500941
Qu Wenruofda28322013-02-26 08:10:22 +0000942 num_bytes = ALIGN(end - start + 1, blocksize);
Chris Mason771ed682008-11-06 22:02:51 -0500943 num_bytes = max(blocksize, num_bytes);
944 disk_num_bytes = num_bytes;
Chris Mason771ed682008-11-06 22:02:51 -0500945
Chris Mason4cb53002011-05-24 15:35:30 -0400946 /* if this is a small write inside eof, kick off defrag */
Liu Bo4cb13e52012-03-29 09:57:45 -0400947 if (num_bytes < 64 * 1024 &&
948 (start > 0 || end + 1 < BTRFS_I(inode)->disk_i_size))
Josef Bacik00361582013-08-14 14:02:47 -0400949 btrfs_add_inode_defrag(NULL, inode);
Chris Mason4cb53002011-05-24 15:35:30 -0400950
Chris Mason771ed682008-11-06 22:02:51 -0500951 if (start == 0) {
952 /* lets try to make an inline extent */
Josef Bacik00361582013-08-14 14:02:47 -0400953 ret = cow_file_range_inline(root, inode, start, end, 0, 0,
954 NULL);
Chris Mason771ed682008-11-06 22:02:51 -0500955 if (ret == 0) {
Josef Bacikc2790a22013-07-29 11:20:47 -0400956 extent_clear_unlock_delalloc(inode, start, end, NULL,
957 EXTENT_LOCKED | EXTENT_DELALLOC |
Josef Bacik151a41b2013-07-29 13:22:24 -0400958 EXTENT_DEFRAG, PAGE_UNLOCK |
Josef Bacikc2790a22013-07-29 11:20:47 -0400959 PAGE_CLEAR_DIRTY | PAGE_SET_WRITEBACK |
960 PAGE_END_WRITEBACK);
Yan, Zhengc2167752009-11-12 09:34:21 +0000961
Chris Mason771ed682008-11-06 22:02:51 -0500962 *nr_written = *nr_written +
963 (end - start + PAGE_CACHE_SIZE) / PAGE_CACHE_SIZE;
964 *page_started = 1;
Chris Mason771ed682008-11-06 22:02:51 -0500965 goto out;
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100966 } else if (ret < 0) {
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100967 goto out_unlock;
Chris Mason771ed682008-11-06 22:02:51 -0500968 }
969 }
Chris Masonc8b97812008-10-29 14:49:59 -0400970
971 BUG_ON(disk_num_bytes >
David Sterba6c417612011-04-13 15:41:04 +0200972 btrfs_super_total_bytes(root->fs_info->super_copy));
Chris Masonc8b97812008-10-29 14:49:59 -0400973
Josef Bacik4b46fce2010-05-23 11:00:55 -0400974 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes);
Zheng Yan5b21f2e2008-09-26 10:05:38 -0400975 btrfs_drop_extent_cache(inode, start, start + num_bytes - 1, 0);
Chris Mason3b951512008-04-17 11:29:12 -0400976
Chris Masond3977122009-01-05 21:25:51 -0500977 while (disk_num_bytes > 0) {
Chris Masona791e352009-10-08 11:27:10 -0400978 unsigned long op;
979
Josef Bacik287a0ab2010-03-19 18:07:23 +0000980 cur_alloc_size = disk_num_bytes;
Josef Bacik00361582013-08-14 14:02:47 -0400981 ret = btrfs_reserve_extent(root, cur_alloc_size,
Chris Mason771ed682008-11-06 22:02:51 -0500982 root->sectorsize, 0, alloc_hint,
Miao Xiee570fd22014-06-19 10:42:50 +0800983 &ins, 1, 1);
Josef Bacik00361582013-08-14 14:02:47 -0400984 if (ret < 0)
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100985 goto out_unlock;
Chris Masond3977122009-01-05 21:25:51 -0500986
David Sterba172ddd62011-04-21 00:48:27 +0200987 em = alloc_extent_map();
Liu Bob9aa55b2013-05-14 02:12:15 +0000988 if (!em) {
989 ret = -ENOMEM;
Liu Boace68ba2013-04-22 10:53:47 +0000990 goto out_reserve;
Liu Bob9aa55b2013-05-14 02:12:15 +0000991 }
Chris Masone6dcd2d2008-07-17 12:53:50 -0400992 em->start = start;
Chris Mason445a6942008-11-10 11:53:33 -0500993 em->orig_start = em->start;
Chris Mason771ed682008-11-06 22:02:51 -0500994 ram_size = ins.offset;
995 em->len = ins.offset;
Josef Bacik2ab28f32012-10-12 15:27:49 -0400996 em->mod_start = em->start;
997 em->mod_len = em->len;
Chris Masonc8b97812008-10-29 14:49:59 -0400998
Chris Masone6dcd2d2008-07-17 12:53:50 -0400999 em->block_start = ins.objectid;
Chris Masonc8b97812008-10-29 14:49:59 -04001000 em->block_len = ins.offset;
Josef Bacikb4939682012-12-03 10:31:19 -05001001 em->orig_block_len = ins.offset;
Josef Bacikcc95bef2013-04-04 14:31:27 -04001002 em->ram_bytes = ram_size;
Chris Masone6dcd2d2008-07-17 12:53:50 -04001003 em->bdev = root->fs_info->fs_devices->latest_bdev;
Chris Mason7f3c74f2008-07-18 12:01:11 -04001004 set_bit(EXTENT_FLAG_PINNED, &em->flags);
Josef Bacik70c8a912012-10-11 16:54:30 -04001005 em->generation = -1;
Chris Masonc8b97812008-10-29 14:49:59 -04001006
Chris Masond3977122009-01-05 21:25:51 -05001007 while (1) {
Chris Mason890871b2009-09-02 16:24:52 -04001008 write_lock(&em_tree->lock);
Josef Bacik09a2a8f92013-04-05 16:51:15 -04001009 ret = add_extent_mapping(em_tree, em, 1);
Chris Mason890871b2009-09-02 16:24:52 -04001010 write_unlock(&em_tree->lock);
Chris Masone6dcd2d2008-07-17 12:53:50 -04001011 if (ret != -EEXIST) {
1012 free_extent_map(em);
1013 break;
1014 }
1015 btrfs_drop_extent_cache(inode, start,
Chris Masonc8b97812008-10-29 14:49:59 -04001016 start + ram_size - 1, 0);
Chris Masone6dcd2d2008-07-17 12:53:50 -04001017 }
Liu Boace68ba2013-04-22 10:53:47 +00001018 if (ret)
1019 goto out_reserve;
Chris Masone6dcd2d2008-07-17 12:53:50 -04001020
Chris Mason98d20f62008-04-14 09:46:10 -04001021 cur_alloc_size = ins.offset;
Chris Masone6dcd2d2008-07-17 12:53:50 -04001022 ret = btrfs_add_ordered_extent(inode, start, ins.objectid,
Chris Mason771ed682008-11-06 22:02:51 -05001023 ram_size, cur_alloc_size, 0);
Liu Boace68ba2013-04-22 10:53:47 +00001024 if (ret)
Filipe Mananad9f85962014-08-25 10:43:00 +01001025 goto out_drop_extent_cache;
Chris Masonc8b97812008-10-29 14:49:59 -04001026
Yan Zheng17d217f2008-12-12 10:03:38 -05001027 if (root->root_key.objectid ==
1028 BTRFS_DATA_RELOC_TREE_OBJECTID) {
1029 ret = btrfs_reloc_clone_csums(inode, start,
1030 cur_alloc_size);
Josef Bacik00361582013-08-14 14:02:47 -04001031 if (ret)
Filipe Mananad9f85962014-08-25 10:43:00 +01001032 goto out_drop_extent_cache;
Yan Zheng17d217f2008-12-12 10:03:38 -05001033 }
1034
Chris Masond3977122009-01-05 21:25:51 -05001035 if (disk_num_bytes < cur_alloc_size)
Chris Mason3b951512008-04-17 11:29:12 -04001036 break;
Chris Masond3977122009-01-05 21:25:51 -05001037
Chris Masonc8b97812008-10-29 14:49:59 -04001038 /* we're not doing compressed IO, don't unlock the first
1039 * page (which the caller expects to stay locked), don't
1040 * clear any dirty bits and don't set any writeback bits
Chris Mason8b62b722009-09-02 16:53:46 -04001041 *
1042 * Do set the Private2 bit so we know this page was properly
1043 * setup for writepage
Chris Masonc8b97812008-10-29 14:49:59 -04001044 */
Josef Bacikc2790a22013-07-29 11:20:47 -04001045 op = unlock ? PAGE_UNLOCK : 0;
1046 op |= PAGE_SET_PRIVATE2;
Chris Masona791e352009-10-08 11:27:10 -04001047
Josef Bacikc2790a22013-07-29 11:20:47 -04001048 extent_clear_unlock_delalloc(inode, start,
1049 start + ram_size - 1, locked_page,
1050 EXTENT_LOCKED | EXTENT_DELALLOC,
1051 op);
Chris Masonc8b97812008-10-29 14:49:59 -04001052 disk_num_bytes -= cur_alloc_size;
Chris Masonc59f8952007-12-17 20:14:04 -05001053 num_bytes -= cur_alloc_size;
1054 alloc_hint = ins.objectid + ins.offset;
1055 start += cur_alloc_size;
Chris Masonb888db22007-08-27 16:49:44 -04001056 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001057out:
Chris Masonbe20aa92007-12-17 20:14:01 -05001058 return ret;
Miao Xieb7d5b0a2012-11-01 07:32:18 +00001059
Filipe Mananad9f85962014-08-25 10:43:00 +01001060out_drop_extent_cache:
1061 btrfs_drop_extent_cache(inode, start, start + ram_size - 1, 0);
Liu Boace68ba2013-04-22 10:53:47 +00001062out_reserve:
Miao Xiee570fd22014-06-19 10:42:50 +08001063 btrfs_free_reserved_extent(root, ins.objectid, ins.offset, 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001064out_unlock:
Josef Bacikc2790a22013-07-29 11:20:47 -04001065 extent_clear_unlock_delalloc(inode, start, end, locked_page,
Josef Bacik151a41b2013-07-29 13:22:24 -04001066 EXTENT_LOCKED | EXTENT_DO_ACCOUNTING |
1067 EXTENT_DELALLOC | EXTENT_DEFRAG,
1068 PAGE_UNLOCK | PAGE_CLEAR_DIRTY |
1069 PAGE_SET_WRITEBACK | PAGE_END_WRITEBACK);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001070 goto out;
Chris Mason771ed682008-11-06 22:02:51 -05001071}
Chris Masonc8b97812008-10-29 14:49:59 -04001072
Chris Mason771ed682008-11-06 22:02:51 -05001073/*
1074 * work queue call back to started compression on a file and pages
1075 */
1076static noinline void async_cow_start(struct btrfs_work *work)
1077{
1078 struct async_cow *async_cow;
1079 int num_added = 0;
1080 async_cow = container_of(work, struct async_cow, work);
1081
1082 compress_file_range(async_cow->inode, async_cow->locked_page,
1083 async_cow->start, async_cow->end, async_cow,
1084 &num_added);
Josef Bacik8180ef82012-06-08 15:16:12 -04001085 if (num_added == 0) {
Josef Bacikcb77fcd2012-06-15 12:19:48 -06001086 btrfs_add_delayed_iput(async_cow->inode);
Chris Mason771ed682008-11-06 22:02:51 -05001087 async_cow->inode = NULL;
Josef Bacik8180ef82012-06-08 15:16:12 -04001088 }
Chris Mason771ed682008-11-06 22:02:51 -05001089}
1090
1091/*
1092 * work queue call back to submit previously compressed pages
1093 */
1094static noinline void async_cow_submit(struct btrfs_work *work)
1095{
1096 struct async_cow *async_cow;
1097 struct btrfs_root *root;
1098 unsigned long nr_pages;
1099
1100 async_cow = container_of(work, struct async_cow, work);
1101
1102 root = async_cow->root;
1103 nr_pages = (async_cow->end - async_cow->start + PAGE_CACHE_SIZE) >>
1104 PAGE_CACHE_SHIFT;
1105
David Sterbaee863952015-02-16 19:41:40 +01001106 /*
1107 * atomic_sub_return implies a barrier for waitqueue_active
1108 */
Josef Bacik66657b32012-08-01 15:36:24 -04001109 if (atomic_sub_return(nr_pages, &root->fs_info->async_delalloc_pages) <
Liu Bo287082b2012-06-28 04:02:24 -06001110 5 * 1024 * 1024 &&
Chris Mason771ed682008-11-06 22:02:51 -05001111 waitqueue_active(&root->fs_info->async_submit_wait))
1112 wake_up(&root->fs_info->async_submit_wait);
1113
Chris Masond3977122009-01-05 21:25:51 -05001114 if (async_cow->inode)
Chris Mason771ed682008-11-06 22:02:51 -05001115 submit_compressed_extents(async_cow->inode, async_cow);
Chris Mason771ed682008-11-06 22:02:51 -05001116}
Chris Masonc8b97812008-10-29 14:49:59 -04001117
Chris Mason771ed682008-11-06 22:02:51 -05001118static noinline void async_cow_free(struct btrfs_work *work)
1119{
1120 struct async_cow *async_cow;
1121 async_cow = container_of(work, struct async_cow, work);
Josef Bacik8180ef82012-06-08 15:16:12 -04001122 if (async_cow->inode)
Josef Bacikcb77fcd2012-06-15 12:19:48 -06001123 btrfs_add_delayed_iput(async_cow->inode);
Chris Mason771ed682008-11-06 22:02:51 -05001124 kfree(async_cow);
1125}
1126
1127static int cow_file_range_async(struct inode *inode, struct page *locked_page,
1128 u64 start, u64 end, int *page_started,
1129 unsigned long *nr_written)
1130{
1131 struct async_cow *async_cow;
1132 struct btrfs_root *root = BTRFS_I(inode)->root;
1133 unsigned long nr_pages;
1134 u64 cur_end;
Liu Bo287082b2012-06-28 04:02:24 -06001135 int limit = 10 * 1024 * 1024;
Chris Mason771ed682008-11-06 22:02:51 -05001136
Chris Masona3429ab2009-10-08 12:30:20 -04001137 clear_extent_bit(&BTRFS_I(inode)->io_tree, start, end, EXTENT_LOCKED,
1138 1, 0, NULL, GFP_NOFS);
Chris Masond3977122009-01-05 21:25:51 -05001139 while (start < end) {
Chris Mason771ed682008-11-06 22:02:51 -05001140 async_cow = kmalloc(sizeof(*async_cow), GFP_NOFS);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001141 BUG_ON(!async_cow); /* -ENOMEM */
Josef Bacik8180ef82012-06-08 15:16:12 -04001142 async_cow->inode = igrab(inode);
Chris Mason771ed682008-11-06 22:02:51 -05001143 async_cow->root = root;
1144 async_cow->locked_page = locked_page;
1145 async_cow->start = start;
1146
Wang Shilongf79707b2014-07-17 11:44:09 +08001147 if (BTRFS_I(inode)->flags & BTRFS_INODE_NOCOMPRESS &&
1148 !btrfs_test_opt(root, FORCE_COMPRESS))
Chris Mason771ed682008-11-06 22:02:51 -05001149 cur_end = end;
1150 else
1151 cur_end = min(end, start + 512 * 1024 - 1);
1152
1153 async_cow->end = cur_end;
1154 INIT_LIST_HEAD(&async_cow->extents);
1155
Liu Bo9e0af232014-08-15 23:36:53 +08001156 btrfs_init_work(&async_cow->work,
1157 btrfs_delalloc_helper,
1158 async_cow_start, async_cow_submit,
1159 async_cow_free);
Chris Mason771ed682008-11-06 22:02:51 -05001160
Chris Mason771ed682008-11-06 22:02:51 -05001161 nr_pages = (cur_end - start + PAGE_CACHE_SIZE) >>
1162 PAGE_CACHE_SHIFT;
1163 atomic_add(nr_pages, &root->fs_info->async_delalloc_pages);
1164
Qu Wenruoafe3d242014-02-28 10:46:07 +08001165 btrfs_queue_work(root->fs_info->delalloc_workers,
1166 &async_cow->work);
Chris Mason771ed682008-11-06 22:02:51 -05001167
1168 if (atomic_read(&root->fs_info->async_delalloc_pages) > limit) {
1169 wait_event(root->fs_info->async_submit_wait,
1170 (atomic_read(&root->fs_info->async_delalloc_pages) <
1171 limit));
1172 }
1173
Chris Masond3977122009-01-05 21:25:51 -05001174 while (atomic_read(&root->fs_info->async_submit_draining) &&
Chris Mason771ed682008-11-06 22:02:51 -05001175 atomic_read(&root->fs_info->async_delalloc_pages)) {
1176 wait_event(root->fs_info->async_submit_wait,
1177 (atomic_read(&root->fs_info->async_delalloc_pages) ==
1178 0));
1179 }
1180
1181 *nr_written += nr_pages;
1182 start = cur_end + 1;
1183 }
1184 *page_started = 1;
1185 return 0;
Chris Masonbe20aa92007-12-17 20:14:01 -05001186}
1187
Chris Masond3977122009-01-05 21:25:51 -05001188static noinline int csum_exist_in_range(struct btrfs_root *root,
Yan Zheng17d217f2008-12-12 10:03:38 -05001189 u64 bytenr, u64 num_bytes)
1190{
1191 int ret;
1192 struct btrfs_ordered_sum *sums;
1193 LIST_HEAD(list);
1194
Yan Zheng07d400a2009-01-06 11:42:00 -05001195 ret = btrfs_lookup_csums_range(root->fs_info->csum_root, bytenr,
Arne Jansena2de7332011-03-08 14:14:00 +01001196 bytenr + num_bytes - 1, &list, 0);
Yan Zheng17d217f2008-12-12 10:03:38 -05001197 if (ret == 0 && list_empty(&list))
1198 return 0;
1199
1200 while (!list_empty(&list)) {
1201 sums = list_entry(list.next, struct btrfs_ordered_sum, list);
1202 list_del(&sums->list);
1203 kfree(sums);
1204 }
1205 return 1;
1206}
1207
Chris Masond352ac62008-09-29 15:18:18 -04001208/*
1209 * when nowcow writeback call back. This checks for snapshots or COW copies
1210 * of the extents that exist in the file, and COWs the file as required.
1211 *
1212 * If no cow copies or snapshots exist, we write directly to the existing
1213 * blocks on disk
1214 */
Chris Mason7f366cf2009-03-12 20:12:45 -04001215static noinline int run_delalloc_nocow(struct inode *inode,
1216 struct page *locked_page,
Chris Mason771ed682008-11-06 22:02:51 -05001217 u64 start, u64 end, int *page_started, int force,
1218 unsigned long *nr_written)
Chris Masonbe20aa92007-12-17 20:14:01 -05001219{
Chris Masonbe20aa92007-12-17 20:14:01 -05001220 struct btrfs_root *root = BTRFS_I(inode)->root;
Yan Zheng7ea394f2008-08-05 13:05:02 -04001221 struct btrfs_trans_handle *trans;
Chris Masonbe20aa92007-12-17 20:14:01 -05001222 struct extent_buffer *leaf;
Chris Masonbe20aa92007-12-17 20:14:01 -05001223 struct btrfs_path *path;
Yan Zheng80ff3852008-10-30 14:20:02 -04001224 struct btrfs_file_extent_item *fi;
Chris Masonbe20aa92007-12-17 20:14:01 -05001225 struct btrfs_key found_key;
Yan Zheng80ff3852008-10-30 14:20:02 -04001226 u64 cow_start;
1227 u64 cur_offset;
1228 u64 extent_end;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001229 u64 extent_offset;
Yan Zheng80ff3852008-10-30 14:20:02 -04001230 u64 disk_bytenr;
1231 u64 num_bytes;
Josef Bacikb4939682012-12-03 10:31:19 -05001232 u64 disk_num_bytes;
Josef Bacikcc95bef2013-04-04 14:31:27 -04001233 u64 ram_bytes;
Yan Zheng80ff3852008-10-30 14:20:02 -04001234 int extent_type;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001235 int ret, err;
Yan Zhengd899e052008-10-30 14:25:28 -04001236 int type;
Yan Zheng80ff3852008-10-30 14:20:02 -04001237 int nocow;
1238 int check_prev = 1;
Li Zefan82d59022011-04-20 10:33:24 +08001239 bool nolock;
Li Zefan33345d012011-04-20 10:31:50 +08001240 u64 ino = btrfs_ino(inode);
Chris Masonbe20aa92007-12-17 20:14:01 -05001241
1242 path = btrfs_alloc_path();
Josef Bacik17ca04a2012-05-31 15:58:55 -04001243 if (!path) {
Josef Bacikc2790a22013-07-29 11:20:47 -04001244 extent_clear_unlock_delalloc(inode, start, end, locked_page,
1245 EXTENT_LOCKED | EXTENT_DELALLOC |
Josef Bacik151a41b2013-07-29 13:22:24 -04001246 EXTENT_DO_ACCOUNTING |
1247 EXTENT_DEFRAG, PAGE_UNLOCK |
Josef Bacikc2790a22013-07-29 11:20:47 -04001248 PAGE_CLEAR_DIRTY |
1249 PAGE_SET_WRITEBACK |
1250 PAGE_END_WRITEBACK);
Mark Fashehd8926bb2011-07-13 10:38:47 -07001251 return -ENOMEM;
Josef Bacik17ca04a2012-05-31 15:58:55 -04001252 }
Li Zefan82d59022011-04-20 10:33:24 +08001253
Liu Bo83eea1f2012-07-10 05:28:39 -06001254 nolock = btrfs_is_free_space_inode(inode);
Li Zefan82d59022011-04-20 10:33:24 +08001255
1256 if (nolock)
Josef Bacik7a7eaa42011-04-13 12:54:33 -04001257 trans = btrfs_join_transaction_nolock(root);
Li Zefan82d59022011-04-20 10:33:24 +08001258 else
Josef Bacik7a7eaa42011-04-13 12:54:33 -04001259 trans = btrfs_join_transaction(root);
Chris Masonff5714c2011-05-28 07:00:39 -04001260
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001261 if (IS_ERR(trans)) {
Josef Bacikc2790a22013-07-29 11:20:47 -04001262 extent_clear_unlock_delalloc(inode, start, end, locked_page,
1263 EXTENT_LOCKED | EXTENT_DELALLOC |
Josef Bacik151a41b2013-07-29 13:22:24 -04001264 EXTENT_DO_ACCOUNTING |
1265 EXTENT_DEFRAG, PAGE_UNLOCK |
Josef Bacikc2790a22013-07-29 11:20:47 -04001266 PAGE_CLEAR_DIRTY |
1267 PAGE_SET_WRITEBACK |
1268 PAGE_END_WRITEBACK);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001269 btrfs_free_path(path);
1270 return PTR_ERR(trans);
1271 }
1272
Josef Bacik74b21072011-04-13 12:02:53 -04001273 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
Chris Masonbe20aa92007-12-17 20:14:01 -05001274
Yan Zheng80ff3852008-10-30 14:20:02 -04001275 cow_start = (u64)-1;
1276 cur_offset = start;
1277 while (1) {
Li Zefan33345d012011-04-20 10:31:50 +08001278 ret = btrfs_lookup_file_extent(trans, root, path, ino,
Yan Zheng80ff3852008-10-30 14:20:02 -04001279 cur_offset, 0);
Josef Bacikd788a342013-10-25 16:55:08 -04001280 if (ret < 0)
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001281 goto error;
Yan Zheng80ff3852008-10-30 14:20:02 -04001282 if (ret > 0 && path->slots[0] > 0 && check_prev) {
1283 leaf = path->nodes[0];
1284 btrfs_item_key_to_cpu(leaf, &found_key,
1285 path->slots[0] - 1);
Li Zefan33345d012011-04-20 10:31:50 +08001286 if (found_key.objectid == ino &&
Yan Zheng80ff3852008-10-30 14:20:02 -04001287 found_key.type == BTRFS_EXTENT_DATA_KEY)
1288 path->slots[0]--;
1289 }
1290 check_prev = 0;
1291next_slot:
1292 leaf = path->nodes[0];
1293 if (path->slots[0] >= btrfs_header_nritems(leaf)) {
1294 ret = btrfs_next_leaf(root, path);
Josef Bacikd788a342013-10-25 16:55:08 -04001295 if (ret < 0)
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001296 goto error;
Yan Zheng80ff3852008-10-30 14:20:02 -04001297 if (ret > 0)
1298 break;
1299 leaf = path->nodes[0];
1300 }
Chris Masonbe20aa92007-12-17 20:14:01 -05001301
Yan Zheng80ff3852008-10-30 14:20:02 -04001302 nocow = 0;
1303 disk_bytenr = 0;
Yan Zheng17d217f2008-12-12 10:03:38 -05001304 num_bytes = 0;
Yan Zheng80ff3852008-10-30 14:20:02 -04001305 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
Chris Masonbe20aa92007-12-17 20:14:01 -05001306
Filipe Manana1d512cb2015-11-09 00:33:58 +00001307 if (found_key.objectid > ino)
1308 break;
1309 if (WARN_ON_ONCE(found_key.objectid < ino) ||
1310 found_key.type < BTRFS_EXTENT_DATA_KEY) {
1311 path->slots[0]++;
1312 goto next_slot;
1313 }
1314 if (found_key.type > BTRFS_EXTENT_DATA_KEY ||
Yan Zheng80ff3852008-10-30 14:20:02 -04001315 found_key.offset > end)
1316 break;
Chris Masonbe20aa92007-12-17 20:14:01 -05001317
Yan Zheng80ff3852008-10-30 14:20:02 -04001318 if (found_key.offset > cur_offset) {
1319 extent_end = found_key.offset;
Chris Masone9061e22009-10-09 09:57:45 -04001320 extent_type = 0;
Yan Zheng80ff3852008-10-30 14:20:02 -04001321 goto out_check;
1322 }
Chris Masonc31f8832008-01-08 15:46:31 -05001323
Yan Zheng80ff3852008-10-30 14:20:02 -04001324 fi = btrfs_item_ptr(leaf, path->slots[0],
1325 struct btrfs_file_extent_item);
1326 extent_type = btrfs_file_extent_type(leaf, fi);
Chris Masonbe20aa92007-12-17 20:14:01 -05001327
Josef Bacikcc95bef2013-04-04 14:31:27 -04001328 ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
Yan Zhengd899e052008-10-30 14:25:28 -04001329 if (extent_type == BTRFS_FILE_EXTENT_REG ||
1330 extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
Yan Zheng80ff3852008-10-30 14:20:02 -04001331 disk_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001332 extent_offset = btrfs_file_extent_offset(leaf, fi);
Yan Zheng80ff3852008-10-30 14:20:02 -04001333 extent_end = found_key.offset +
1334 btrfs_file_extent_num_bytes(leaf, fi);
Josef Bacikb4939682012-12-03 10:31:19 -05001335 disk_num_bytes =
1336 btrfs_file_extent_disk_num_bytes(leaf, fi);
Yan Zheng80ff3852008-10-30 14:20:02 -04001337 if (extent_end <= start) {
1338 path->slots[0]++;
1339 goto next_slot;
1340 }
Yan Zheng17d217f2008-12-12 10:03:38 -05001341 if (disk_bytenr == 0)
1342 goto out_check;
Yan Zheng80ff3852008-10-30 14:20:02 -04001343 if (btrfs_file_extent_compression(leaf, fi) ||
1344 btrfs_file_extent_encryption(leaf, fi) ||
1345 btrfs_file_extent_other_encoding(leaf, fi))
1346 goto out_check;
Yan Zhengd899e052008-10-30 14:25:28 -04001347 if (extent_type == BTRFS_FILE_EXTENT_REG && !force)
1348 goto out_check;
Yan Zhengd2fb3432008-12-11 16:30:39 -05001349 if (btrfs_extent_readonly(root, disk_bytenr))
Yan Zheng80ff3852008-10-30 14:20:02 -04001350 goto out_check;
Li Zefan33345d012011-04-20 10:31:50 +08001351 if (btrfs_cross_ref_exist(trans, root, ino,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001352 found_key.offset -
1353 extent_offset, disk_bytenr))
Yan Zheng17d217f2008-12-12 10:03:38 -05001354 goto out_check;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001355 disk_bytenr += extent_offset;
Yan Zheng17d217f2008-12-12 10:03:38 -05001356 disk_bytenr += cur_offset - found_key.offset;
1357 num_bytes = min(end + 1, extent_end) - cur_offset;
1358 /*
Wang Shilonge9894fd2014-03-27 11:12:25 +08001359 * if there are pending snapshots for this root,
1360 * we fall into common COW way.
1361 */
1362 if (!nolock) {
Filipe Manana9ea24bb2014-10-29 11:57:59 +00001363 err = btrfs_start_write_no_snapshoting(root);
Wang Shilonge9894fd2014-03-27 11:12:25 +08001364 if (!err)
1365 goto out_check;
1366 }
1367 /*
Yan Zheng17d217f2008-12-12 10:03:38 -05001368 * force cow if csum exists in the range.
1369 * this ensure that csum for a given extent are
1370 * either valid or do not exist.
1371 */
1372 if (csum_exist_in_range(root, disk_bytenr, num_bytes))
1373 goto out_check;
Yan Zheng80ff3852008-10-30 14:20:02 -04001374 nocow = 1;
1375 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) {
1376 extent_end = found_key.offset +
Chris Mason514ac8a2014-01-03 21:07:00 -08001377 btrfs_file_extent_inline_len(leaf,
1378 path->slots[0], fi);
Yan Zheng80ff3852008-10-30 14:20:02 -04001379 extent_end = ALIGN(extent_end, root->sectorsize);
1380 } else {
1381 BUG_ON(1);
1382 }
1383out_check:
1384 if (extent_end <= start) {
1385 path->slots[0]++;
Wang Shilonge9894fd2014-03-27 11:12:25 +08001386 if (!nolock && nocow)
Filipe Manana9ea24bb2014-10-29 11:57:59 +00001387 btrfs_end_write_no_snapshoting(root);
Yan Zheng80ff3852008-10-30 14:20:02 -04001388 goto next_slot;
1389 }
1390 if (!nocow) {
1391 if (cow_start == (u64)-1)
1392 cow_start = cur_offset;
1393 cur_offset = extent_end;
1394 if (cur_offset > end)
1395 break;
1396 path->slots[0]++;
1397 goto next_slot;
Yan Zheng7ea394f2008-08-05 13:05:02 -04001398 }
Chris Masonbe20aa92007-12-17 20:14:01 -05001399
David Sterbab3b4aa72011-04-21 01:20:15 +02001400 btrfs_release_path(path);
Yan Zheng80ff3852008-10-30 14:20:02 -04001401 if (cow_start != (u64)-1) {
Josef Bacik00361582013-08-14 14:02:47 -04001402 ret = cow_file_range(inode, locked_page,
1403 cow_start, found_key.offset - 1,
1404 page_started, nr_written, 1);
Wang Shilonge9894fd2014-03-27 11:12:25 +08001405 if (ret) {
1406 if (!nolock && nocow)
Filipe Manana9ea24bb2014-10-29 11:57:59 +00001407 btrfs_end_write_no_snapshoting(root);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001408 goto error;
Wang Shilonge9894fd2014-03-27 11:12:25 +08001409 }
Yan Zheng80ff3852008-10-30 14:20:02 -04001410 cow_start = (u64)-1;
Yan Zheng7ea394f2008-08-05 13:05:02 -04001411 }
Yan Zheng80ff3852008-10-30 14:20:02 -04001412
Yan Zhengd899e052008-10-30 14:25:28 -04001413 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
1414 struct extent_map *em;
1415 struct extent_map_tree *em_tree;
1416 em_tree = &BTRFS_I(inode)->extent_tree;
David Sterba172ddd62011-04-21 00:48:27 +02001417 em = alloc_extent_map();
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001418 BUG_ON(!em); /* -ENOMEM */
Yan Zhengd899e052008-10-30 14:25:28 -04001419 em->start = cur_offset;
Josef Bacik70c8a912012-10-11 16:54:30 -04001420 em->orig_start = found_key.offset - extent_offset;
Yan Zhengd899e052008-10-30 14:25:28 -04001421 em->len = num_bytes;
1422 em->block_len = num_bytes;
1423 em->block_start = disk_bytenr;
Josef Bacikb4939682012-12-03 10:31:19 -05001424 em->orig_block_len = disk_num_bytes;
Josef Bacikcc95bef2013-04-04 14:31:27 -04001425 em->ram_bytes = ram_bytes;
Yan Zhengd899e052008-10-30 14:25:28 -04001426 em->bdev = root->fs_info->fs_devices->latest_bdev;
Josef Bacik2ab28f32012-10-12 15:27:49 -04001427 em->mod_start = em->start;
1428 em->mod_len = em->len;
Yan Zhengd899e052008-10-30 14:25:28 -04001429 set_bit(EXTENT_FLAG_PINNED, &em->flags);
Josef Bacikb11e2342012-12-03 10:58:15 -05001430 set_bit(EXTENT_FLAG_FILLING, &em->flags);
Josef Bacik70c8a912012-10-11 16:54:30 -04001431 em->generation = -1;
Yan Zhengd899e052008-10-30 14:25:28 -04001432 while (1) {
Chris Mason890871b2009-09-02 16:24:52 -04001433 write_lock(&em_tree->lock);
Josef Bacik09a2a8f92013-04-05 16:51:15 -04001434 ret = add_extent_mapping(em_tree, em, 1);
Chris Mason890871b2009-09-02 16:24:52 -04001435 write_unlock(&em_tree->lock);
Yan Zhengd899e052008-10-30 14:25:28 -04001436 if (ret != -EEXIST) {
1437 free_extent_map(em);
1438 break;
1439 }
1440 btrfs_drop_extent_cache(inode, em->start,
1441 em->start + em->len - 1, 0);
1442 }
1443 type = BTRFS_ORDERED_PREALLOC;
1444 } else {
1445 type = BTRFS_ORDERED_NOCOW;
1446 }
Yan Zheng80ff3852008-10-30 14:20:02 -04001447
1448 ret = btrfs_add_ordered_extent(inode, cur_offset, disk_bytenr,
Yan Zhengd899e052008-10-30 14:25:28 -04001449 num_bytes, num_bytes, type);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001450 BUG_ON(ret); /* -ENOMEM */
Chris Mason771ed682008-11-06 22:02:51 -05001451
Yan, Zhengefa56462010-05-16 10:49:59 -04001452 if (root->root_key.objectid ==
1453 BTRFS_DATA_RELOC_TREE_OBJECTID) {
1454 ret = btrfs_reloc_clone_csums(inode, cur_offset,
1455 num_bytes);
Wang Shilonge9894fd2014-03-27 11:12:25 +08001456 if (ret) {
1457 if (!nolock && nocow)
Filipe Manana9ea24bb2014-10-29 11:57:59 +00001458 btrfs_end_write_no_snapshoting(root);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001459 goto error;
Wang Shilonge9894fd2014-03-27 11:12:25 +08001460 }
Yan, Zhengefa56462010-05-16 10:49:59 -04001461 }
1462
Josef Bacikc2790a22013-07-29 11:20:47 -04001463 extent_clear_unlock_delalloc(inode, cur_offset,
1464 cur_offset + num_bytes - 1,
1465 locked_page, EXTENT_LOCKED |
1466 EXTENT_DELALLOC, PAGE_UNLOCK |
1467 PAGE_SET_PRIVATE2);
Wang Shilonge9894fd2014-03-27 11:12:25 +08001468 if (!nolock && nocow)
Filipe Manana9ea24bb2014-10-29 11:57:59 +00001469 btrfs_end_write_no_snapshoting(root);
Yan Zheng80ff3852008-10-30 14:20:02 -04001470 cur_offset = extent_end;
1471 if (cur_offset > end)
1472 break;
Yan Zheng7ea394f2008-08-05 13:05:02 -04001473 }
David Sterbab3b4aa72011-04-21 01:20:15 +02001474 btrfs_release_path(path);
Yan Zheng80ff3852008-10-30 14:20:02 -04001475
Josef Bacik17ca04a2012-05-31 15:58:55 -04001476 if (cur_offset <= end && cow_start == (u64)-1) {
Yan Zheng80ff3852008-10-30 14:20:02 -04001477 cow_start = cur_offset;
Josef Bacik17ca04a2012-05-31 15:58:55 -04001478 cur_offset = end;
1479 }
1480
Yan Zheng80ff3852008-10-30 14:20:02 -04001481 if (cow_start != (u64)-1) {
Josef Bacik00361582013-08-14 14:02:47 -04001482 ret = cow_file_range(inode, locked_page, cow_start, end,
1483 page_started, nr_written, 1);
Josef Bacikd788a342013-10-25 16:55:08 -04001484 if (ret)
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001485 goto error;
Yan Zheng80ff3852008-10-30 14:20:02 -04001486 }
1487
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001488error:
Miao Xiea698d0752012-09-20 01:51:59 -06001489 err = btrfs_end_transaction(trans, root);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001490 if (!ret)
1491 ret = err;
1492
Josef Bacik17ca04a2012-05-31 15:58:55 -04001493 if (ret && cur_offset < end)
Josef Bacikc2790a22013-07-29 11:20:47 -04001494 extent_clear_unlock_delalloc(inode, cur_offset, end,
1495 locked_page, EXTENT_LOCKED |
Josef Bacik151a41b2013-07-29 13:22:24 -04001496 EXTENT_DELALLOC | EXTENT_DEFRAG |
1497 EXTENT_DO_ACCOUNTING, PAGE_UNLOCK |
1498 PAGE_CLEAR_DIRTY |
Josef Bacikc2790a22013-07-29 11:20:47 -04001499 PAGE_SET_WRITEBACK |
1500 PAGE_END_WRITEBACK);
Yan Zheng7ea394f2008-08-05 13:05:02 -04001501 btrfs_free_path(path);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001502 return ret;
Chris Masonbe20aa92007-12-17 20:14:01 -05001503}
1504
Wang Shilong47059d92014-07-03 18:22:07 +08001505static inline int need_force_cow(struct inode *inode, u64 start, u64 end)
1506{
1507
1508 if (!(BTRFS_I(inode)->flags & BTRFS_INODE_NODATACOW) &&
1509 !(BTRFS_I(inode)->flags & BTRFS_INODE_PREALLOC))
1510 return 0;
1511
1512 /*
1513 * @defrag_bytes is a hint value, no spinlock held here,
1514 * if is not zero, it means the file is defragging.
1515 * Force cow if given extent needs to be defragged.
1516 */
1517 if (BTRFS_I(inode)->defrag_bytes &&
1518 test_range_bit(&BTRFS_I(inode)->io_tree, start, end,
1519 EXTENT_DEFRAG, 0, NULL))
1520 return 1;
1521
1522 return 0;
1523}
1524
Chris Masond352ac62008-09-29 15:18:18 -04001525/*
1526 * extent_io.c call back to do delayed allocation processing
1527 */
Chris Masonc8b97812008-10-29 14:49:59 -04001528static int run_delalloc_range(struct inode *inode, struct page *locked_page,
Chris Mason771ed682008-11-06 22:02:51 -05001529 u64 start, u64 end, int *page_started,
1530 unsigned long *nr_written)
Chris Masonbe20aa92007-12-17 20:14:01 -05001531{
Chris Masonbe20aa92007-12-17 20:14:01 -05001532 int ret;
Wang Shilong47059d92014-07-03 18:22:07 +08001533 int force_cow = need_force_cow(inode, start, end);
Chris Masona2135012008-06-25 16:01:30 -04001534
Wang Shilong47059d92014-07-03 18:22:07 +08001535 if (BTRFS_I(inode)->flags & BTRFS_INODE_NODATACOW && !force_cow) {
Chris Masonc8b97812008-10-29 14:49:59 -04001536 ret = run_delalloc_nocow(inode, locked_page, start, end,
Chris Masond3977122009-01-05 21:25:51 -05001537 page_started, 1, nr_written);
Wang Shilong47059d92014-07-03 18:22:07 +08001538 } else if (BTRFS_I(inode)->flags & BTRFS_INODE_PREALLOC && !force_cow) {
Yan Zhengd899e052008-10-30 14:25:28 -04001539 ret = run_delalloc_nocow(inode, locked_page, start, end,
Chris Masond3977122009-01-05 21:25:51 -05001540 page_started, 0, nr_written);
Wang Shilong78160302014-07-17 11:44:10 +08001541 } else if (!inode_need_compress(inode)) {
Chris Mason7f366cf2009-03-12 20:12:45 -04001542 ret = cow_file_range(inode, locked_page, start, end,
1543 page_started, nr_written, 1);
Josef Bacik7ddf5a42012-06-08 15:26:47 -04001544 } else {
1545 set_bit(BTRFS_INODE_HAS_ASYNC_EXTENT,
1546 &BTRFS_I(inode)->runtime_flags);
Chris Mason771ed682008-11-06 22:02:51 -05001547 ret = cow_file_range_async(inode, locked_page, start, end,
Chris Masond3977122009-01-05 21:25:51 -05001548 page_started, nr_written);
Josef Bacik7ddf5a42012-06-08 15:26:47 -04001549 }
Chris Masonb888db22007-08-27 16:49:44 -04001550 return ret;
1551}
1552
Jeff Mahoney1bf85042011-07-21 16:56:09 +00001553static void btrfs_split_extent_hook(struct inode *inode,
1554 struct extent_state *orig, u64 split)
Josef Bacik9ed74f22009-09-11 16:12:44 -04001555{
Josef Bacikdcab6a32015-02-11 15:08:59 -05001556 u64 size;
1557
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001558 /* not delalloc, ignore it */
Josef Bacik9ed74f22009-09-11 16:12:44 -04001559 if (!(orig->state & EXTENT_DELALLOC))
Jeff Mahoney1bf85042011-07-21 16:56:09 +00001560 return;
Josef Bacik9ed74f22009-09-11 16:12:44 -04001561
Josef Bacikdcab6a32015-02-11 15:08:59 -05001562 size = orig->end - orig->start + 1;
1563 if (size > BTRFS_MAX_EXTENT_SIZE) {
1564 u64 num_extents;
1565 u64 new_size;
1566
1567 /*
Josef Bacikba117212015-03-13 15:01:24 -04001568 * See the explanation in btrfs_merge_extent_hook, the same
1569 * applies here, just in reverse.
Josef Bacikdcab6a32015-02-11 15:08:59 -05001570 */
1571 new_size = orig->end - split + 1;
Josef Bacikba117212015-03-13 15:01:24 -04001572 num_extents = div64_u64(new_size + BTRFS_MAX_EXTENT_SIZE - 1,
Josef Bacikdcab6a32015-02-11 15:08:59 -05001573 BTRFS_MAX_EXTENT_SIZE);
Josef Bacikba117212015-03-13 15:01:24 -04001574 new_size = split - orig->start;
1575 num_extents += div64_u64(new_size + BTRFS_MAX_EXTENT_SIZE - 1,
1576 BTRFS_MAX_EXTENT_SIZE);
1577 if (div64_u64(size + BTRFS_MAX_EXTENT_SIZE - 1,
1578 BTRFS_MAX_EXTENT_SIZE) >= num_extents)
Josef Bacikdcab6a32015-02-11 15:08:59 -05001579 return;
1580 }
1581
Josef Bacik9e0baf62011-07-15 15:16:44 +00001582 spin_lock(&BTRFS_I(inode)->lock);
1583 BTRFS_I(inode)->outstanding_extents++;
1584 spin_unlock(&BTRFS_I(inode)->lock);
Josef Bacik9ed74f22009-09-11 16:12:44 -04001585}
1586
1587/*
1588 * extent_io.c merge_extent_hook, used to track merged delayed allocation
1589 * extents so we can keep track of new extents that are just merged onto old
1590 * extents, such as when we are doing sequential writes, so we can properly
1591 * account for the metadata space we'll need.
1592 */
Jeff Mahoney1bf85042011-07-21 16:56:09 +00001593static void btrfs_merge_extent_hook(struct inode *inode,
1594 struct extent_state *new,
1595 struct extent_state *other)
Josef Bacik9ed74f22009-09-11 16:12:44 -04001596{
Josef Bacikdcab6a32015-02-11 15:08:59 -05001597 u64 new_size, old_size;
1598 u64 num_extents;
1599
Josef Bacik9ed74f22009-09-11 16:12:44 -04001600 /* not delalloc, ignore it */
1601 if (!(other->state & EXTENT_DELALLOC))
Jeff Mahoney1bf85042011-07-21 16:56:09 +00001602 return;
Josef Bacik9ed74f22009-09-11 16:12:44 -04001603
Josef Bacik8461a3d2015-03-13 15:12:08 -04001604 if (new->start > other->start)
1605 new_size = new->end - other->start + 1;
1606 else
1607 new_size = other->end - new->start + 1;
Josef Bacikdcab6a32015-02-11 15:08:59 -05001608
1609 /* we're not bigger than the max, unreserve the space and go */
1610 if (new_size <= BTRFS_MAX_EXTENT_SIZE) {
1611 spin_lock(&BTRFS_I(inode)->lock);
1612 BTRFS_I(inode)->outstanding_extents--;
1613 spin_unlock(&BTRFS_I(inode)->lock);
1614 return;
1615 }
1616
1617 /*
Josef Bacikba117212015-03-13 15:01:24 -04001618 * We have to add up either side to figure out how many extents were
1619 * accounted for before we merged into one big extent. If the number of
1620 * extents we accounted for is <= the amount we need for the new range
1621 * then we can return, otherwise drop. Think of it like this
1622 *
1623 * [ 4k][MAX_SIZE]
1624 *
1625 * So we've grown the extent by a MAX_SIZE extent, this would mean we
1626 * need 2 outstanding extents, on one side we have 1 and the other side
1627 * we have 1 so they are == and we can return. But in this case
1628 *
1629 * [MAX_SIZE+4k][MAX_SIZE+4k]
1630 *
1631 * Each range on their own accounts for 2 extents, but merged together
1632 * they are only 3 extents worth of accounting, so we need to drop in
1633 * this case.
Josef Bacikdcab6a32015-02-11 15:08:59 -05001634 */
Josef Bacikba117212015-03-13 15:01:24 -04001635 old_size = other->end - other->start + 1;
Josef Bacikdcab6a32015-02-11 15:08:59 -05001636 num_extents = div64_u64(old_size + BTRFS_MAX_EXTENT_SIZE - 1,
1637 BTRFS_MAX_EXTENT_SIZE);
Josef Bacikba117212015-03-13 15:01:24 -04001638 old_size = new->end - new->start + 1;
1639 num_extents += div64_u64(old_size + BTRFS_MAX_EXTENT_SIZE - 1,
1640 BTRFS_MAX_EXTENT_SIZE);
1641
Josef Bacikdcab6a32015-02-11 15:08:59 -05001642 if (div64_u64(new_size + BTRFS_MAX_EXTENT_SIZE - 1,
Josef Bacikba117212015-03-13 15:01:24 -04001643 BTRFS_MAX_EXTENT_SIZE) >= num_extents)
Josef Bacikdcab6a32015-02-11 15:08:59 -05001644 return;
1645
Josef Bacik9e0baf62011-07-15 15:16:44 +00001646 spin_lock(&BTRFS_I(inode)->lock);
1647 BTRFS_I(inode)->outstanding_extents--;
1648 spin_unlock(&BTRFS_I(inode)->lock);
Josef Bacik9ed74f22009-09-11 16:12:44 -04001649}
1650
Miao Xieeb73c1b2013-05-15 07:48:22 +00001651static void btrfs_add_delalloc_inodes(struct btrfs_root *root,
1652 struct inode *inode)
1653{
1654 spin_lock(&root->delalloc_lock);
1655 if (list_empty(&BTRFS_I(inode)->delalloc_inodes)) {
1656 list_add_tail(&BTRFS_I(inode)->delalloc_inodes,
1657 &root->delalloc_inodes);
1658 set_bit(BTRFS_INODE_IN_DELALLOC_LIST,
1659 &BTRFS_I(inode)->runtime_flags);
1660 root->nr_delalloc_inodes++;
1661 if (root->nr_delalloc_inodes == 1) {
1662 spin_lock(&root->fs_info->delalloc_root_lock);
1663 BUG_ON(!list_empty(&root->delalloc_root));
1664 list_add_tail(&root->delalloc_root,
1665 &root->fs_info->delalloc_roots);
1666 spin_unlock(&root->fs_info->delalloc_root_lock);
1667 }
1668 }
1669 spin_unlock(&root->delalloc_lock);
1670}
1671
1672static void btrfs_del_delalloc_inode(struct btrfs_root *root,
1673 struct inode *inode)
1674{
1675 spin_lock(&root->delalloc_lock);
1676 if (!list_empty(&BTRFS_I(inode)->delalloc_inodes)) {
1677 list_del_init(&BTRFS_I(inode)->delalloc_inodes);
1678 clear_bit(BTRFS_INODE_IN_DELALLOC_LIST,
1679 &BTRFS_I(inode)->runtime_flags);
1680 root->nr_delalloc_inodes--;
1681 if (!root->nr_delalloc_inodes) {
1682 spin_lock(&root->fs_info->delalloc_root_lock);
1683 BUG_ON(list_empty(&root->delalloc_root));
1684 list_del_init(&root->delalloc_root);
1685 spin_unlock(&root->fs_info->delalloc_root_lock);
1686 }
1687 }
1688 spin_unlock(&root->delalloc_lock);
1689}
1690
Chris Masond352ac62008-09-29 15:18:18 -04001691/*
1692 * extent_io.c set_bit_hook, used to track delayed allocation
1693 * bytes in this file, and to maintain the list of inodes that
1694 * have pending delalloc work to be done.
1695 */
Jeff Mahoney1bf85042011-07-21 16:56:09 +00001696static void btrfs_set_bit_hook(struct inode *inode,
David Sterba9ee49a042015-01-14 19:52:13 +01001697 struct extent_state *state, unsigned *bits)
Chris Mason291d6732008-01-29 15:55:23 -05001698{
Josef Bacik9ed74f22009-09-11 16:12:44 -04001699
Wang Shilong47059d92014-07-03 18:22:07 +08001700 if ((*bits & EXTENT_DEFRAG) && !(*bits & EXTENT_DELALLOC))
1701 WARN_ON(1);
Chris Mason75eff682008-12-15 15:54:40 -05001702 /*
1703 * set_bit and clear bit hooks normally require _irqsave/restore
Sergei Trofimovich27160b62011-05-20 20:20:32 +00001704 * but in this case, we are only testing for the DELALLOC
Chris Mason75eff682008-12-15 15:54:40 -05001705 * bit, which is only set or cleared with irqs on
1706 */
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001707 if (!(state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
Chris Mason291d6732008-01-29 15:55:23 -05001708 struct btrfs_root *root = BTRFS_I(inode)->root;
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001709 u64 len = state->end + 1 - state->start;
Liu Bo83eea1f2012-07-10 05:28:39 -06001710 bool do_list = !btrfs_is_free_space_inode(inode);
Josef Bacik9ed74f22009-09-11 16:12:44 -04001711
Josef Bacik9e0baf62011-07-15 15:16:44 +00001712 if (*bits & EXTENT_FIRST_DELALLOC) {
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001713 *bits &= ~EXTENT_FIRST_DELALLOC;
Josef Bacik9e0baf62011-07-15 15:16:44 +00001714 } else {
1715 spin_lock(&BTRFS_I(inode)->lock);
1716 BTRFS_I(inode)->outstanding_extents++;
1717 spin_unlock(&BTRFS_I(inode)->lock);
1718 }
Josef Bacik287a0ab2010-03-19 18:07:23 +00001719
Josef Bacik6a3891c2015-03-16 17:38:52 -04001720 /* For sanity tests */
1721 if (btrfs_test_is_dummy_root(root))
1722 return;
1723
Miao Xie963d6782013-01-29 10:10:51 +00001724 __percpu_counter_add(&root->fs_info->delalloc_bytes, len,
1725 root->fs_info->delalloc_batch);
Miao Xiedf0af1a2013-01-29 10:11:59 +00001726 spin_lock(&BTRFS_I(inode)->lock);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001727 BTRFS_I(inode)->delalloc_bytes += len;
Wang Shilong47059d92014-07-03 18:22:07 +08001728 if (*bits & EXTENT_DEFRAG)
1729 BTRFS_I(inode)->defrag_bytes += len;
Miao Xiedf0af1a2013-01-29 10:11:59 +00001730 if (do_list && !test_bit(BTRFS_INODE_IN_DELALLOC_LIST,
Miao Xieeb73c1b2013-05-15 07:48:22 +00001731 &BTRFS_I(inode)->runtime_flags))
1732 btrfs_add_delalloc_inodes(root, inode);
Miao Xiedf0af1a2013-01-29 10:11:59 +00001733 spin_unlock(&BTRFS_I(inode)->lock);
Chris Mason291d6732008-01-29 15:55:23 -05001734 }
Chris Mason291d6732008-01-29 15:55:23 -05001735}
1736
Chris Masond352ac62008-09-29 15:18:18 -04001737/*
1738 * extent_io.c clear_bit_hook, see set_bit_hook for why
1739 */
Jeff Mahoney1bf85042011-07-21 16:56:09 +00001740static void btrfs_clear_bit_hook(struct inode *inode,
David Sterba41074882013-04-29 13:38:46 +00001741 struct extent_state *state,
David Sterba9ee49a042015-01-14 19:52:13 +01001742 unsigned *bits)
Chris Mason291d6732008-01-29 15:55:23 -05001743{
Wang Shilong47059d92014-07-03 18:22:07 +08001744 u64 len = state->end + 1 - state->start;
Josef Bacikdcab6a32015-02-11 15:08:59 -05001745 u64 num_extents = div64_u64(len + BTRFS_MAX_EXTENT_SIZE -1,
1746 BTRFS_MAX_EXTENT_SIZE);
Wang Shilong47059d92014-07-03 18:22:07 +08001747
1748 spin_lock(&BTRFS_I(inode)->lock);
1749 if ((state->state & EXTENT_DEFRAG) && (*bits & EXTENT_DEFRAG))
1750 BTRFS_I(inode)->defrag_bytes -= len;
1751 spin_unlock(&BTRFS_I(inode)->lock);
1752
Chris Mason75eff682008-12-15 15:54:40 -05001753 /*
1754 * set_bit and clear bit hooks normally require _irqsave/restore
Sergei Trofimovich27160b62011-05-20 20:20:32 +00001755 * but in this case, we are only testing for the DELALLOC
Chris Mason75eff682008-12-15 15:54:40 -05001756 * bit, which is only set or cleared with irqs on
1757 */
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001758 if ((state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
Chris Mason291d6732008-01-29 15:55:23 -05001759 struct btrfs_root *root = BTRFS_I(inode)->root;
Liu Bo83eea1f2012-07-10 05:28:39 -06001760 bool do_list = !btrfs_is_free_space_inode(inode);
Chris Masonbcbfce82008-04-22 13:26:47 -04001761
Josef Bacik9e0baf62011-07-15 15:16:44 +00001762 if (*bits & EXTENT_FIRST_DELALLOC) {
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001763 *bits &= ~EXTENT_FIRST_DELALLOC;
Josef Bacik9e0baf62011-07-15 15:16:44 +00001764 } else if (!(*bits & EXTENT_DO_ACCOUNTING)) {
1765 spin_lock(&BTRFS_I(inode)->lock);
Josef Bacikdcab6a32015-02-11 15:08:59 -05001766 BTRFS_I(inode)->outstanding_extents -= num_extents;
Josef Bacik9e0baf62011-07-15 15:16:44 +00001767 spin_unlock(&BTRFS_I(inode)->lock);
1768 }
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001769
Josef Bacikb6d08f02013-09-27 14:57:43 -04001770 /*
1771 * We don't reserve metadata space for space cache inodes so we
1772 * don't need to call dellalloc_release_metadata if there is an
1773 * error.
1774 */
1775 if (*bits & EXTENT_DO_ACCOUNTING &&
1776 root != root->fs_info->tree_root)
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001777 btrfs_delalloc_release_metadata(inode, len);
1778
Josef Bacik6a3891c2015-03-16 17:38:52 -04001779 /* For sanity tests. */
1780 if (btrfs_test_is_dummy_root(root))
1781 return;
1782
Josef Bacik0cb59c92010-07-02 12:14:14 -04001783 if (root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID
Josef Bacik7ee9e442013-06-21 16:37:03 -04001784 && do_list && !(state->state & EXTENT_NORESERVE))
Qu Wenruo51773be2015-10-08 18:19:37 +08001785 btrfs_free_reserved_data_space_noquota(inode,
1786 state->start, len);
Josef Bacik9ed74f22009-09-11 16:12:44 -04001787
Miao Xie963d6782013-01-29 10:10:51 +00001788 __percpu_counter_add(&root->fs_info->delalloc_bytes, -len,
1789 root->fs_info->delalloc_batch);
Miao Xiedf0af1a2013-01-29 10:11:59 +00001790 spin_lock(&BTRFS_I(inode)->lock);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04001791 BTRFS_I(inode)->delalloc_bytes -= len;
Josef Bacik0cb59c92010-07-02 12:14:14 -04001792 if (do_list && BTRFS_I(inode)->delalloc_bytes == 0 &&
Miao Xiedf0af1a2013-01-29 10:11:59 +00001793 test_bit(BTRFS_INODE_IN_DELALLOC_LIST,
Miao Xieeb73c1b2013-05-15 07:48:22 +00001794 &BTRFS_I(inode)->runtime_flags))
1795 btrfs_del_delalloc_inode(root, inode);
Miao Xiedf0af1a2013-01-29 10:11:59 +00001796 spin_unlock(&BTRFS_I(inode)->lock);
Chris Mason291d6732008-01-29 15:55:23 -05001797 }
Chris Mason291d6732008-01-29 15:55:23 -05001798}
1799
Chris Masond352ac62008-09-29 15:18:18 -04001800/*
1801 * extent_io.c merge_bio_hook, this must check the chunk tree to make sure
1802 * we don't create bios that span stripes or chunks
1803 */
David Woodhouse64a16702009-07-15 23:29:37 +01001804int btrfs_merge_bio_hook(int rw, struct page *page, unsigned long offset,
Chris Masonc8b97812008-10-29 14:49:59 -04001805 size_t size, struct bio *bio,
1806 unsigned long bio_flags)
Chris Mason239b14b2008-03-24 15:02:07 -04001807{
1808 struct btrfs_root *root = BTRFS_I(page->mapping->host)->root;
Kent Overstreet4f024f32013-10-11 15:44:27 -07001809 u64 logical = (u64)bio->bi_iter.bi_sector << 9;
Chris Mason239b14b2008-03-24 15:02:07 -04001810 u64 length = 0;
1811 u64 map_length;
Chris Mason239b14b2008-03-24 15:02:07 -04001812 int ret;
1813
Chris Mason771ed682008-11-06 22:02:51 -05001814 if (bio_flags & EXTENT_BIO_COMPRESSED)
1815 return 0;
1816
Kent Overstreet4f024f32013-10-11 15:44:27 -07001817 length = bio->bi_iter.bi_size;
Chris Mason239b14b2008-03-24 15:02:07 -04001818 map_length = length;
David Woodhouse64a16702009-07-15 23:29:37 +01001819 ret = btrfs_map_block(root->fs_info, rw, logical,
Chris Masonf1885912008-04-09 16:28:12 -04001820 &map_length, NULL, 0);
Stefan Behrens3ec706c2012-11-05 15:46:42 +01001821 /* Will always return 0 with map_multi == NULL */
Jeff Mahoney3444a972011-10-03 23:23:13 -04001822 BUG_ON(ret < 0);
Chris Masond3977122009-01-05 21:25:51 -05001823 if (map_length < length + size)
Chris Mason239b14b2008-03-24 15:02:07 -04001824 return 1;
Jeff Mahoney3444a972011-10-03 23:23:13 -04001825 return 0;
Chris Mason239b14b2008-03-24 15:02:07 -04001826}
1827
Chris Masond352ac62008-09-29 15:18:18 -04001828/*
1829 * in order to insert checksums into the metadata in large chunks,
1830 * we wait until bio submission time. All the pages in the bio are
1831 * checksummed and sums are attached onto the ordered extent record.
1832 *
1833 * At IO completion time the cums attached on the ordered extent record
1834 * are inserted into the btree
1835 */
Chris Masond3977122009-01-05 21:25:51 -05001836static int __btrfs_submit_bio_start(struct inode *inode, int rw,
1837 struct bio *bio, int mirror_num,
Chris Masoneaf25d92010-05-25 09:48:28 -04001838 unsigned long bio_flags,
1839 u64 bio_offset)
Chris Mason065631f2008-02-20 12:07:25 -05001840{
Chris Mason065631f2008-02-20 12:07:25 -05001841 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Mason065631f2008-02-20 12:07:25 -05001842 int ret = 0;
Chris Masone0156402008-04-16 11:15:20 -04001843
Chris Masond20f7042008-12-08 16:58:54 -05001844 ret = btrfs_csum_one_bio(root, inode, bio, 0, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001845 BUG_ON(ret); /* -ENOMEM */
Chris Mason4a69a412008-11-06 22:03:00 -05001846 return 0;
1847}
Chris Masone0156402008-04-16 11:15:20 -04001848
Chris Mason4a69a412008-11-06 22:03:00 -05001849/*
1850 * in order to insert checksums into the metadata in large chunks,
1851 * we wait until bio submission time. All the pages in the bio are
1852 * checksummed and sums are attached onto the ordered extent record.
1853 *
1854 * At IO completion time the cums attached on the ordered extent record
1855 * are inserted into the btree
1856 */
Christoph Hellwigb2950862008-12-02 09:54:17 -05001857static int __btrfs_submit_bio_done(struct inode *inode, int rw, struct bio *bio,
Chris Masoneaf25d92010-05-25 09:48:28 -04001858 int mirror_num, unsigned long bio_flags,
1859 u64 bio_offset)
Chris Mason4a69a412008-11-06 22:03:00 -05001860{
1861 struct btrfs_root *root = BTRFS_I(inode)->root;
Stefan Behrens61891922012-11-05 18:51:52 +01001862 int ret;
1863
1864 ret = btrfs_map_bio(root, rw, bio, mirror_num, 1);
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02001865 if (ret) {
1866 bio->bi_error = ret;
1867 bio_endio(bio);
1868 }
Stefan Behrens61891922012-11-05 18:51:52 +01001869 return ret;
Chris Mason44b8bd72008-04-16 11:14:51 -04001870}
1871
Chris Masond352ac62008-09-29 15:18:18 -04001872/*
Chris Masoncad321a2008-12-17 14:51:42 -05001873 * extent_io.c submission hook. This does the right thing for csum calculation
1874 * on write, or reading the csums from the tree before a read
Chris Masond352ac62008-09-29 15:18:18 -04001875 */
Christoph Hellwigb2950862008-12-02 09:54:17 -05001876static int btrfs_submit_bio_hook(struct inode *inode, int rw, struct bio *bio,
Chris Masoneaf25d92010-05-25 09:48:28 -04001877 int mirror_num, unsigned long bio_flags,
1878 u64 bio_offset)
Chris Mason44b8bd72008-04-16 11:14:51 -04001879{
1880 struct btrfs_root *root = BTRFS_I(inode)->root;
Chandan Rajendra0d51e282015-07-27 15:26:43 +05301881 enum btrfs_wq_endio_type metadata = BTRFS_WQ_ENDIO_DATA;
Chris Mason44b8bd72008-04-16 11:14:51 -04001882 int ret = 0;
Chris Mason19b9bdb2008-10-30 14:23:13 -04001883 int skip_sum;
Josef Bacikb812ce22012-11-16 13:56:32 -05001884 int async = !atomic_read(&BTRFS_I(inode)->sync_writers);
Chris Mason44b8bd72008-04-16 11:14:51 -04001885
Christoph Hellwig6cbff002009-04-17 10:37:41 +02001886 skip_sum = BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM;
Chris Masoncad321a2008-12-17 14:51:42 -05001887
Liu Bo83eea1f2012-07-10 05:28:39 -06001888 if (btrfs_is_free_space_inode(inode))
Chandan Rajendra0d51e282015-07-27 15:26:43 +05301889 metadata = BTRFS_WQ_ENDIO_FREE_SPACE;
Jeff Mahoney04173412011-10-03 23:23:12 -04001890
Christoph Hellwig7b6d91d2010-08-07 18:20:39 +02001891 if (!(rw & REQ_WRITE)) {
Josef Bacik5fd02042012-05-02 14:00:54 -04001892 ret = btrfs_bio_wq_end_io(root->fs_info, bio, metadata);
1893 if (ret)
Stefan Behrens61891922012-11-05 18:51:52 +01001894 goto out;
Josef Bacik5fd02042012-05-02 14:00:54 -04001895
Chris Masond20f7042008-12-08 16:58:54 -05001896 if (bio_flags & EXTENT_BIO_COMPRESSED) {
Stefan Behrens61891922012-11-05 18:51:52 +01001897 ret = btrfs_submit_compressed_read(inode, bio,
1898 mirror_num,
1899 bio_flags);
1900 goto out;
Tsutomu Itohc2db1072011-03-01 06:48:31 +00001901 } else if (!skip_sum) {
1902 ret = btrfs_lookup_bio_sums(root, inode, bio, NULL);
1903 if (ret)
Stefan Behrens61891922012-11-05 18:51:52 +01001904 goto out;
Tsutomu Itohc2db1072011-03-01 06:48:31 +00001905 }
Chris Mason4d1b5fb2008-08-20 09:44:52 -04001906 goto mapit;
Josef Bacikb812ce22012-11-16 13:56:32 -05001907 } else if (async && !skip_sum) {
Yan Zheng17d217f2008-12-12 10:03:38 -05001908 /* csum items have already been cloned */
1909 if (root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID)
1910 goto mapit;
Chris Mason19b9bdb2008-10-30 14:23:13 -04001911 /* we're doing a write, do the async checksumming */
Stefan Behrens61891922012-11-05 18:51:52 +01001912 ret = btrfs_wq_submit_bio(BTRFS_I(inode)->root->fs_info,
Chris Mason44b8bd72008-04-16 11:14:51 -04001913 inode, rw, bio, mirror_num,
Chris Masoneaf25d92010-05-25 09:48:28 -04001914 bio_flags, bio_offset,
1915 __btrfs_submit_bio_start,
Chris Mason4a69a412008-11-06 22:03:00 -05001916 __btrfs_submit_bio_done);
Stefan Behrens61891922012-11-05 18:51:52 +01001917 goto out;
Josef Bacikb812ce22012-11-16 13:56:32 -05001918 } else if (!skip_sum) {
1919 ret = btrfs_csum_one_bio(root, inode, bio, 0, 0);
1920 if (ret)
1921 goto out;
Chris Mason19b9bdb2008-10-30 14:23:13 -04001922 }
1923
Chris Mason0b86a832008-03-24 15:01:56 -04001924mapit:
Stefan Behrens61891922012-11-05 18:51:52 +01001925 ret = btrfs_map_bio(root, rw, bio, mirror_num, 0);
1926
1927out:
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02001928 if (ret < 0) {
1929 bio->bi_error = ret;
1930 bio_endio(bio);
1931 }
Stefan Behrens61891922012-11-05 18:51:52 +01001932 return ret;
Chris Mason065631f2008-02-20 12:07:25 -05001933}
Chris Mason6885f302008-02-20 16:11:05 -05001934
Chris Masond352ac62008-09-29 15:18:18 -04001935/*
1936 * given a list of ordered sums record them in the inode. This happens
1937 * at IO completion time based on sums calculated at bio submission time.
1938 */
Chris Masonba1da2f2008-07-17 12:54:15 -04001939static noinline int add_pending_csums(struct btrfs_trans_handle *trans,
Chris Masone6dcd2d2008-07-17 12:53:50 -04001940 struct inode *inode, u64 file_offset,
1941 struct list_head *list)
1942{
Chris Masone6dcd2d2008-07-17 12:53:50 -04001943 struct btrfs_ordered_sum *sum;
1944
Qinghuang Fengc6e30872009-01-21 10:59:08 -05001945 list_for_each_entry(sum, list, list) {
Miao Xie39847c42013-03-28 08:08:20 +00001946 trans->adding_csums = 1;
Chris Masond20f7042008-12-08 16:58:54 -05001947 btrfs_csum_file_blocks(trans,
1948 BTRFS_I(inode)->root->fs_info->csum_root, sum);
Miao Xie39847c42013-03-28 08:08:20 +00001949 trans->adding_csums = 0;
Chris Masone6dcd2d2008-07-17 12:53:50 -04001950 }
1951 return 0;
1952}
1953
Josef Bacik2ac55d42010-02-03 19:33:23 +00001954int btrfs_set_extent_delalloc(struct inode *inode, u64 start, u64 end,
1955 struct extent_state **cached_state)
Chris Masonea8c2812008-08-04 23:17:27 -04001956{
Julia Lawall6c1500f2012-11-03 20:30:18 +00001957 WARN_ON((end & (PAGE_CACHE_SIZE - 1)) == 0);
Chris Masonea8c2812008-08-04 23:17:27 -04001958 return set_extent_delalloc(&BTRFS_I(inode)->io_tree, start, end,
Josef Bacik2ac55d42010-02-03 19:33:23 +00001959 cached_state, GFP_NOFS);
Chris Masonea8c2812008-08-04 23:17:27 -04001960}
1961
Chris Masond352ac62008-09-29 15:18:18 -04001962/* see btrfs_writepage_start_hook for details on why this is required */
Chris Mason247e7432008-07-17 12:53:51 -04001963struct btrfs_writepage_fixup {
1964 struct page *page;
1965 struct btrfs_work work;
1966};
1967
Christoph Hellwigb2950862008-12-02 09:54:17 -05001968static void btrfs_writepage_fixup_worker(struct btrfs_work *work)
Chris Mason247e7432008-07-17 12:53:51 -04001969{
1970 struct btrfs_writepage_fixup *fixup;
1971 struct btrfs_ordered_extent *ordered;
Josef Bacik2ac55d42010-02-03 19:33:23 +00001972 struct extent_state *cached_state = NULL;
Chris Mason247e7432008-07-17 12:53:51 -04001973 struct page *page;
1974 struct inode *inode;
1975 u64 page_start;
1976 u64 page_end;
Jeff Mahoney87826df2012-02-15 16:23:57 +01001977 int ret;
Chris Mason247e7432008-07-17 12:53:51 -04001978
1979 fixup = container_of(work, struct btrfs_writepage_fixup, work);
1980 page = fixup->page;
Chris Mason4a096752008-07-21 10:29:44 -04001981again:
Chris Mason247e7432008-07-17 12:53:51 -04001982 lock_page(page);
1983 if (!page->mapping || !PageDirty(page) || !PageChecked(page)) {
1984 ClearPageChecked(page);
1985 goto out_page;
1986 }
1987
1988 inode = page->mapping->host;
1989 page_start = page_offset(page);
1990 page_end = page_offset(page) + PAGE_CACHE_SIZE - 1;
1991
Josef Bacik2ac55d42010-02-03 19:33:23 +00001992 lock_extent_bits(&BTRFS_I(inode)->io_tree, page_start, page_end, 0,
Jeff Mahoneyd0082372012-03-01 14:57:19 +01001993 &cached_state);
Chris Mason4a096752008-07-21 10:29:44 -04001994
1995 /* already ordered? We're done */
Chris Mason8b62b722009-09-02 16:53:46 -04001996 if (PagePrivate2(page))
Chris Mason247e7432008-07-17 12:53:51 -04001997 goto out;
Chris Mason4a096752008-07-21 10:29:44 -04001998
1999 ordered = btrfs_lookup_ordered_extent(inode, page_start);
2000 if (ordered) {
Josef Bacik2ac55d42010-02-03 19:33:23 +00002001 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start,
2002 page_end, &cached_state, GFP_NOFS);
Chris Mason4a096752008-07-21 10:29:44 -04002003 unlock_page(page);
2004 btrfs_start_ordered_extent(inode, ordered, 1);
Jeff Mahoney87826df2012-02-15 16:23:57 +01002005 btrfs_put_ordered_extent(ordered);
Chris Mason4a096752008-07-21 10:29:44 -04002006 goto again;
2007 }
Chris Mason247e7432008-07-17 12:53:51 -04002008
Qu Wenruo7cf5b972015-09-08 17:25:55 +08002009 ret = btrfs_delalloc_reserve_space(inode, page_start,
2010 PAGE_CACHE_SIZE);
Jeff Mahoney87826df2012-02-15 16:23:57 +01002011 if (ret) {
2012 mapping_set_error(page->mapping, ret);
2013 end_extent_writepage(page, ret, page_start, page_end);
2014 ClearPageChecked(page);
2015 goto out;
2016 }
2017
Josef Bacik2ac55d42010-02-03 19:33:23 +00002018 btrfs_set_extent_delalloc(inode, page_start, page_end, &cached_state);
Chris Mason247e7432008-07-17 12:53:51 -04002019 ClearPageChecked(page);
Jeff Mahoney87826df2012-02-15 16:23:57 +01002020 set_page_dirty(page);
Chris Mason247e7432008-07-17 12:53:51 -04002021out:
Josef Bacik2ac55d42010-02-03 19:33:23 +00002022 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, page_end,
2023 &cached_state, GFP_NOFS);
Chris Mason247e7432008-07-17 12:53:51 -04002024out_page:
2025 unlock_page(page);
2026 page_cache_release(page);
Miao Xieb897abe2011-01-26 16:19:22 +08002027 kfree(fixup);
Chris Mason247e7432008-07-17 12:53:51 -04002028}
2029
2030/*
2031 * There are a few paths in the higher layers of the kernel that directly
2032 * set the page dirty bit without asking the filesystem if it is a
2033 * good idea. This causes problems because we want to make sure COW
2034 * properly happens and the data=ordered rules are followed.
2035 *
Chris Masonc8b97812008-10-29 14:49:59 -04002036 * In our case any range that doesn't have the ORDERED bit set
Chris Mason247e7432008-07-17 12:53:51 -04002037 * hasn't been properly setup for IO. We kick off an async process
2038 * to fix it up. The async helper will wait for ordered extents, set
2039 * the delalloc bit and make it safe to write the page.
2040 */
Christoph Hellwigb2950862008-12-02 09:54:17 -05002041static int btrfs_writepage_start_hook(struct page *page, u64 start, u64 end)
Chris Mason247e7432008-07-17 12:53:51 -04002042{
2043 struct inode *inode = page->mapping->host;
2044 struct btrfs_writepage_fixup *fixup;
2045 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Mason247e7432008-07-17 12:53:51 -04002046
Chris Mason8b62b722009-09-02 16:53:46 -04002047 /* this page is properly in the ordered list */
2048 if (TestClearPagePrivate2(page))
Chris Mason247e7432008-07-17 12:53:51 -04002049 return 0;
2050
2051 if (PageChecked(page))
2052 return -EAGAIN;
2053
2054 fixup = kzalloc(sizeof(*fixup), GFP_NOFS);
2055 if (!fixup)
2056 return -EAGAIN;
Chris Masonf4219502008-07-22 11:18:09 -04002057
Chris Mason247e7432008-07-17 12:53:51 -04002058 SetPageChecked(page);
2059 page_cache_get(page);
Liu Bo9e0af232014-08-15 23:36:53 +08002060 btrfs_init_work(&fixup->work, btrfs_fixup_helper,
2061 btrfs_writepage_fixup_worker, NULL, NULL);
Chris Mason247e7432008-07-17 12:53:51 -04002062 fixup->page = page;
Qu Wenruodc6e3202014-02-28 10:46:14 +08002063 btrfs_queue_work(root->fs_info->fixup_workers, &fixup->work);
Jeff Mahoney87826df2012-02-15 16:23:57 +01002064 return -EBUSY;
Chris Mason247e7432008-07-17 12:53:51 -04002065}
2066
Yan Zhengd899e052008-10-30 14:25:28 -04002067static int insert_reserved_file_extent(struct btrfs_trans_handle *trans,
2068 struct inode *inode, u64 file_pos,
2069 u64 disk_bytenr, u64 disk_num_bytes,
2070 u64 num_bytes, u64 ram_bytes,
2071 u8 compression, u8 encryption,
2072 u16 other_encoding, int extent_type)
2073{
2074 struct btrfs_root *root = BTRFS_I(inode)->root;
2075 struct btrfs_file_extent_item *fi;
2076 struct btrfs_path *path;
2077 struct extent_buffer *leaf;
2078 struct btrfs_key ins;
Filipe David Borba Manana1acae572014-01-07 11:42:27 +00002079 int extent_inserted = 0;
Yan Zhengd899e052008-10-30 14:25:28 -04002080 int ret;
2081
2082 path = btrfs_alloc_path();
Mark Fashehd8926bb2011-07-13 10:38:47 -07002083 if (!path)
2084 return -ENOMEM;
Yan Zhengd899e052008-10-30 14:25:28 -04002085
Chris Masona1ed8352009-09-11 12:27:37 -04002086 /*
2087 * we may be replacing one extent in the tree with another.
2088 * The new extent is pinned in the extent map, and we don't want
2089 * to drop it from the cache until it is completely in the btree.
2090 *
2091 * So, tell btrfs_drop_extents to leave this extent in the cache.
2092 * the caller is expected to unpin it and allow it to be merged
2093 * with the others.
2094 */
Filipe David Borba Manana1acae572014-01-07 11:42:27 +00002095 ret = __btrfs_drop_extents(trans, root, inode, path, file_pos,
2096 file_pos + num_bytes, NULL, 0,
2097 1, sizeof(*fi), &extent_inserted);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002098 if (ret)
2099 goto out;
Yan Zhengd899e052008-10-30 14:25:28 -04002100
Filipe David Borba Manana1acae572014-01-07 11:42:27 +00002101 if (!extent_inserted) {
2102 ins.objectid = btrfs_ino(inode);
2103 ins.offset = file_pos;
2104 ins.type = BTRFS_EXTENT_DATA_KEY;
2105
2106 path->leave_spinning = 1;
2107 ret = btrfs_insert_empty_item(trans, root, path, &ins,
2108 sizeof(*fi));
2109 if (ret)
2110 goto out;
2111 }
Yan Zhengd899e052008-10-30 14:25:28 -04002112 leaf = path->nodes[0];
2113 fi = btrfs_item_ptr(leaf, path->slots[0],
2114 struct btrfs_file_extent_item);
2115 btrfs_set_file_extent_generation(leaf, fi, trans->transid);
2116 btrfs_set_file_extent_type(leaf, fi, extent_type);
2117 btrfs_set_file_extent_disk_bytenr(leaf, fi, disk_bytenr);
2118 btrfs_set_file_extent_disk_num_bytes(leaf, fi, disk_num_bytes);
2119 btrfs_set_file_extent_offset(leaf, fi, 0);
2120 btrfs_set_file_extent_num_bytes(leaf, fi, num_bytes);
2121 btrfs_set_file_extent_ram_bytes(leaf, fi, ram_bytes);
2122 btrfs_set_file_extent_compression(leaf, fi, compression);
2123 btrfs_set_file_extent_encryption(leaf, fi, encryption);
2124 btrfs_set_file_extent_other_encoding(leaf, fi, other_encoding);
Chris Masonb9473432009-03-13 11:00:37 -04002125
Yan Zhengd899e052008-10-30 14:25:28 -04002126 btrfs_mark_buffer_dirty(leaf);
Josef Bacikce195332012-09-25 15:26:16 -04002127 btrfs_release_path(path);
Yan Zhengd899e052008-10-30 14:25:28 -04002128
2129 inode_add_bytes(inode, num_bytes);
Yan Zhengd899e052008-10-30 14:25:28 -04002130
2131 ins.objectid = disk_bytenr;
2132 ins.offset = disk_num_bytes;
2133 ins.type = BTRFS_EXTENT_ITEM_KEY;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002134 ret = btrfs_alloc_reserved_file_extent(trans, root,
2135 root->root_key.objectid,
Qu Wenruo5846a3c2015-10-26 14:11:18 +08002136 btrfs_ino(inode), file_pos,
2137 ram_bytes, &ins);
Qu Wenruo297d7502015-09-08 17:08:37 +08002138 /*
Qu Wenruo5846a3c2015-10-26 14:11:18 +08002139 * Release the reserved range from inode dirty range map, as it is
2140 * already moved into delayed_ref_head
Qu Wenruo297d7502015-09-08 17:08:37 +08002141 */
2142 btrfs_qgroup_release_data(inode, file_pos, ram_bytes);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002143out:
Yan Zhengd899e052008-10-30 14:25:28 -04002144 btrfs_free_path(path);
Chris Masonb9473432009-03-13 11:00:37 -04002145
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002146 return ret;
Yan Zhengd899e052008-10-30 14:25:28 -04002147}
2148
Liu Bo38c227d2013-01-29 03:18:40 +00002149/* snapshot-aware defrag */
2150struct sa_defrag_extent_backref {
2151 struct rb_node node;
2152 struct old_sa_defrag_extent *old;
2153 u64 root_id;
2154 u64 inum;
2155 u64 file_pos;
2156 u64 extent_offset;
2157 u64 num_bytes;
2158 u64 generation;
2159};
2160
2161struct old_sa_defrag_extent {
2162 struct list_head list;
2163 struct new_sa_defrag_extent *new;
2164
2165 u64 extent_offset;
2166 u64 bytenr;
2167 u64 offset;
2168 u64 len;
2169 int count;
2170};
2171
2172struct new_sa_defrag_extent {
2173 struct rb_root root;
2174 struct list_head head;
2175 struct btrfs_path *path;
2176 struct inode *inode;
2177 u64 file_pos;
2178 u64 len;
2179 u64 bytenr;
2180 u64 disk_len;
2181 u8 compress_type;
2182};
2183
2184static int backref_comp(struct sa_defrag_extent_backref *b1,
2185 struct sa_defrag_extent_backref *b2)
2186{
2187 if (b1->root_id < b2->root_id)
2188 return -1;
2189 else if (b1->root_id > b2->root_id)
2190 return 1;
2191
2192 if (b1->inum < b2->inum)
2193 return -1;
2194 else if (b1->inum > b2->inum)
2195 return 1;
2196
2197 if (b1->file_pos < b2->file_pos)
2198 return -1;
2199 else if (b1->file_pos > b2->file_pos)
2200 return 1;
2201
2202 /*
2203 * [------------------------------] ===> (a range of space)
2204 * |<--->| |<---->| =============> (fs/file tree A)
2205 * |<---------------------------->| ===> (fs/file tree B)
2206 *
2207 * A range of space can refer to two file extents in one tree while
2208 * refer to only one file extent in another tree.
2209 *
2210 * So we may process a disk offset more than one time(two extents in A)
2211 * and locate at the same extent(one extent in B), then insert two same
2212 * backrefs(both refer to the extent in B).
2213 */
2214 return 0;
2215}
2216
2217static void backref_insert(struct rb_root *root,
2218 struct sa_defrag_extent_backref *backref)
2219{
2220 struct rb_node **p = &root->rb_node;
2221 struct rb_node *parent = NULL;
2222 struct sa_defrag_extent_backref *entry;
2223 int ret;
2224
2225 while (*p) {
2226 parent = *p;
2227 entry = rb_entry(parent, struct sa_defrag_extent_backref, node);
2228
2229 ret = backref_comp(backref, entry);
2230 if (ret < 0)
2231 p = &(*p)->rb_left;
2232 else
2233 p = &(*p)->rb_right;
2234 }
2235
2236 rb_link_node(&backref->node, parent, p);
2237 rb_insert_color(&backref->node, root);
2238}
2239
2240/*
2241 * Note the backref might has changed, and in this case we just return 0.
2242 */
2243static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id,
2244 void *ctx)
2245{
2246 struct btrfs_file_extent_item *extent;
2247 struct btrfs_fs_info *fs_info;
2248 struct old_sa_defrag_extent *old = ctx;
2249 struct new_sa_defrag_extent *new = old->new;
2250 struct btrfs_path *path = new->path;
2251 struct btrfs_key key;
2252 struct btrfs_root *root;
2253 struct sa_defrag_extent_backref *backref;
2254 struct extent_buffer *leaf;
2255 struct inode *inode = new->inode;
2256 int slot;
2257 int ret;
2258 u64 extent_offset;
2259 u64 num_bytes;
2260
2261 if (BTRFS_I(inode)->root->root_key.objectid == root_id &&
2262 inum == btrfs_ino(inode))
2263 return 0;
2264
2265 key.objectid = root_id;
2266 key.type = BTRFS_ROOT_ITEM_KEY;
2267 key.offset = (u64)-1;
2268
2269 fs_info = BTRFS_I(inode)->root->fs_info;
2270 root = btrfs_read_fs_root_no_name(fs_info, &key);
2271 if (IS_ERR(root)) {
2272 if (PTR_ERR(root) == -ENOENT)
2273 return 0;
2274 WARN_ON(1);
2275 pr_debug("inum=%llu, offset=%llu, root_id=%llu\n",
2276 inum, offset, root_id);
2277 return PTR_ERR(root);
2278 }
2279
2280 key.objectid = inum;
2281 key.type = BTRFS_EXTENT_DATA_KEY;
2282 if (offset > (u64)-1 << 32)
2283 key.offset = 0;
2284 else
2285 key.offset = offset;
2286
2287 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
Dulshani Gunawardhanafae7f212013-10-31 10:30:08 +05302288 if (WARN_ON(ret < 0))
Liu Bo38c227d2013-01-29 03:18:40 +00002289 return ret;
Josef Bacik50f13192013-07-22 12:50:37 -04002290 ret = 0;
Liu Bo38c227d2013-01-29 03:18:40 +00002291
2292 while (1) {
2293 cond_resched();
2294
2295 leaf = path->nodes[0];
2296 slot = path->slots[0];
2297
2298 if (slot >= btrfs_header_nritems(leaf)) {
2299 ret = btrfs_next_leaf(root, path);
2300 if (ret < 0) {
2301 goto out;
2302 } else if (ret > 0) {
2303 ret = 0;
2304 goto out;
2305 }
2306 continue;
2307 }
2308
2309 path->slots[0]++;
2310
2311 btrfs_item_key_to_cpu(leaf, &key, slot);
2312
2313 if (key.objectid > inum)
2314 goto out;
2315
2316 if (key.objectid < inum || key.type != BTRFS_EXTENT_DATA_KEY)
2317 continue;
2318
2319 extent = btrfs_item_ptr(leaf, slot,
2320 struct btrfs_file_extent_item);
2321
2322 if (btrfs_file_extent_disk_bytenr(leaf, extent) != old->bytenr)
2323 continue;
2324
Liu Boe68afa42013-07-01 22:13:26 +08002325 /*
2326 * 'offset' refers to the exact key.offset,
2327 * NOT the 'offset' field in btrfs_extent_data_ref, ie.
2328 * (key.offset - extent_offset).
2329 */
2330 if (key.offset != offset)
Liu Bo38c227d2013-01-29 03:18:40 +00002331 continue;
2332
Liu Boe68afa42013-07-01 22:13:26 +08002333 extent_offset = btrfs_file_extent_offset(leaf, extent);
Liu Bo38c227d2013-01-29 03:18:40 +00002334 num_bytes = btrfs_file_extent_num_bytes(leaf, extent);
Liu Boe68afa42013-07-01 22:13:26 +08002335
Liu Bo38c227d2013-01-29 03:18:40 +00002336 if (extent_offset >= old->extent_offset + old->offset +
2337 old->len || extent_offset + num_bytes <=
2338 old->extent_offset + old->offset)
2339 continue;
Liu Bo38c227d2013-01-29 03:18:40 +00002340 break;
2341 }
2342
2343 backref = kmalloc(sizeof(*backref), GFP_NOFS);
2344 if (!backref) {
2345 ret = -ENOENT;
2346 goto out;
2347 }
2348
2349 backref->root_id = root_id;
2350 backref->inum = inum;
Liu Boe68afa42013-07-01 22:13:26 +08002351 backref->file_pos = offset;
Liu Bo38c227d2013-01-29 03:18:40 +00002352 backref->num_bytes = num_bytes;
2353 backref->extent_offset = extent_offset;
2354 backref->generation = btrfs_file_extent_generation(leaf, extent);
2355 backref->old = old;
2356 backref_insert(&new->root, backref);
2357 old->count++;
2358out:
2359 btrfs_release_path(path);
2360 WARN_ON(ret);
2361 return ret;
2362}
2363
2364static noinline bool record_extent_backrefs(struct btrfs_path *path,
2365 struct new_sa_defrag_extent *new)
2366{
2367 struct btrfs_fs_info *fs_info = BTRFS_I(new->inode)->root->fs_info;
2368 struct old_sa_defrag_extent *old, *tmp;
2369 int ret;
2370
2371 new->path = path;
2372
2373 list_for_each_entry_safe(old, tmp, &new->head, list) {
Liu Boe68afa42013-07-01 22:13:26 +08002374 ret = iterate_inodes_from_logical(old->bytenr +
2375 old->extent_offset, fs_info,
Liu Bo38c227d2013-01-29 03:18:40 +00002376 path, record_one_backref,
2377 old);
Josef Bacik4724b102013-11-05 11:11:40 -05002378 if (ret < 0 && ret != -ENOENT)
2379 return false;
Liu Bo38c227d2013-01-29 03:18:40 +00002380
2381 /* no backref to be processed for this extent */
2382 if (!old->count) {
2383 list_del(&old->list);
2384 kfree(old);
2385 }
2386 }
2387
2388 if (list_empty(&new->head))
2389 return false;
2390
2391 return true;
2392}
2393
2394static int relink_is_mergable(struct extent_buffer *leaf,
2395 struct btrfs_file_extent_item *fi,
Liu Bo116e0022013-08-02 16:30:40 +08002396 struct new_sa_defrag_extent *new)
Liu Bo38c227d2013-01-29 03:18:40 +00002397{
Liu Bo116e0022013-08-02 16:30:40 +08002398 if (btrfs_file_extent_disk_bytenr(leaf, fi) != new->bytenr)
Liu Bo38c227d2013-01-29 03:18:40 +00002399 return 0;
2400
2401 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG)
2402 return 0;
2403
Liu Bo116e0022013-08-02 16:30:40 +08002404 if (btrfs_file_extent_compression(leaf, fi) != new->compress_type)
2405 return 0;
2406
2407 if (btrfs_file_extent_encryption(leaf, fi) ||
Liu Bo38c227d2013-01-29 03:18:40 +00002408 btrfs_file_extent_other_encoding(leaf, fi))
2409 return 0;
2410
2411 return 1;
2412}
2413
2414/*
2415 * Note the backref might has changed, and in this case we just return 0.
2416 */
2417static noinline int relink_extent_backref(struct btrfs_path *path,
2418 struct sa_defrag_extent_backref *prev,
2419 struct sa_defrag_extent_backref *backref)
2420{
2421 struct btrfs_file_extent_item *extent;
2422 struct btrfs_file_extent_item *item;
2423 struct btrfs_ordered_extent *ordered;
2424 struct btrfs_trans_handle *trans;
2425 struct btrfs_fs_info *fs_info;
2426 struct btrfs_root *root;
2427 struct btrfs_key key;
2428 struct extent_buffer *leaf;
2429 struct old_sa_defrag_extent *old = backref->old;
2430 struct new_sa_defrag_extent *new = old->new;
2431 struct inode *src_inode = new->inode;
2432 struct inode *inode;
2433 struct extent_state *cached = NULL;
2434 int ret = 0;
2435 u64 start;
2436 u64 len;
2437 u64 lock_start;
2438 u64 lock_end;
2439 bool merge = false;
2440 int index;
2441
2442 if (prev && prev->root_id == backref->root_id &&
2443 prev->inum == backref->inum &&
2444 prev->file_pos + prev->num_bytes == backref->file_pos)
2445 merge = true;
2446
2447 /* step 1: get root */
2448 key.objectid = backref->root_id;
2449 key.type = BTRFS_ROOT_ITEM_KEY;
2450 key.offset = (u64)-1;
2451
2452 fs_info = BTRFS_I(src_inode)->root->fs_info;
2453 index = srcu_read_lock(&fs_info->subvol_srcu);
2454
2455 root = btrfs_read_fs_root_no_name(fs_info, &key);
2456 if (IS_ERR(root)) {
2457 srcu_read_unlock(&fs_info->subvol_srcu, index);
2458 if (PTR_ERR(root) == -ENOENT)
2459 return 0;
2460 return PTR_ERR(root);
2461 }
Liu Bo38c227d2013-01-29 03:18:40 +00002462
Wang Shilongbcbba5e2014-02-08 23:46:35 +08002463 if (btrfs_root_readonly(root)) {
2464 srcu_read_unlock(&fs_info->subvol_srcu, index);
2465 return 0;
2466 }
2467
Liu Bo38c227d2013-01-29 03:18:40 +00002468 /* step 2: get inode */
2469 key.objectid = backref->inum;
2470 key.type = BTRFS_INODE_ITEM_KEY;
2471 key.offset = 0;
2472
2473 inode = btrfs_iget(fs_info->sb, &key, root, NULL);
2474 if (IS_ERR(inode)) {
2475 srcu_read_unlock(&fs_info->subvol_srcu, index);
2476 return 0;
2477 }
2478
2479 srcu_read_unlock(&fs_info->subvol_srcu, index);
2480
2481 /* step 3: relink backref */
2482 lock_start = backref->file_pos;
2483 lock_end = backref->file_pos + backref->num_bytes - 1;
2484 lock_extent_bits(&BTRFS_I(inode)->io_tree, lock_start, lock_end,
2485 0, &cached);
2486
2487 ordered = btrfs_lookup_first_ordered_extent(inode, lock_end);
2488 if (ordered) {
2489 btrfs_put_ordered_extent(ordered);
2490 goto out_unlock;
2491 }
2492
2493 trans = btrfs_join_transaction(root);
2494 if (IS_ERR(trans)) {
2495 ret = PTR_ERR(trans);
2496 goto out_unlock;
2497 }
2498
2499 key.objectid = backref->inum;
2500 key.type = BTRFS_EXTENT_DATA_KEY;
2501 key.offset = backref->file_pos;
2502
2503 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
2504 if (ret < 0) {
2505 goto out_free_path;
2506 } else if (ret > 0) {
2507 ret = 0;
2508 goto out_free_path;
2509 }
2510
2511 extent = btrfs_item_ptr(path->nodes[0], path->slots[0],
2512 struct btrfs_file_extent_item);
2513
2514 if (btrfs_file_extent_generation(path->nodes[0], extent) !=
2515 backref->generation)
2516 goto out_free_path;
2517
2518 btrfs_release_path(path);
2519
2520 start = backref->file_pos;
2521 if (backref->extent_offset < old->extent_offset + old->offset)
2522 start += old->extent_offset + old->offset -
2523 backref->extent_offset;
2524
2525 len = min(backref->extent_offset + backref->num_bytes,
2526 old->extent_offset + old->offset + old->len);
2527 len -= max(backref->extent_offset, old->extent_offset + old->offset);
2528
2529 ret = btrfs_drop_extents(trans, root, inode, start,
2530 start + len, 1);
2531 if (ret)
2532 goto out_free_path;
2533again:
2534 key.objectid = btrfs_ino(inode);
2535 key.type = BTRFS_EXTENT_DATA_KEY;
2536 key.offset = start;
2537
Liu Boa09a0a72013-03-11 09:20:58 +00002538 path->leave_spinning = 1;
Liu Bo38c227d2013-01-29 03:18:40 +00002539 if (merge) {
2540 struct btrfs_file_extent_item *fi;
2541 u64 extent_len;
2542 struct btrfs_key found_key;
2543
Gui Hecheng3c9665d2014-01-23 13:41:09 +08002544 ret = btrfs_search_slot(trans, root, &key, path, 0, 1);
Liu Bo38c227d2013-01-29 03:18:40 +00002545 if (ret < 0)
2546 goto out_free_path;
2547
2548 path->slots[0]--;
2549 leaf = path->nodes[0];
2550 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
2551
2552 fi = btrfs_item_ptr(leaf, path->slots[0],
2553 struct btrfs_file_extent_item);
2554 extent_len = btrfs_file_extent_num_bytes(leaf, fi);
2555
Liu Bo116e0022013-08-02 16:30:40 +08002556 if (extent_len + found_key.offset == start &&
2557 relink_is_mergable(leaf, fi, new)) {
Liu Bo38c227d2013-01-29 03:18:40 +00002558 btrfs_set_file_extent_num_bytes(leaf, fi,
2559 extent_len + len);
2560 btrfs_mark_buffer_dirty(leaf);
2561 inode_add_bytes(inode, len);
2562
2563 ret = 1;
2564 goto out_free_path;
2565 } else {
2566 merge = false;
2567 btrfs_release_path(path);
2568 goto again;
2569 }
2570 }
2571
2572 ret = btrfs_insert_empty_item(trans, root, path, &key,
2573 sizeof(*extent));
2574 if (ret) {
2575 btrfs_abort_transaction(trans, root, ret);
2576 goto out_free_path;
2577 }
2578
2579 leaf = path->nodes[0];
2580 item = btrfs_item_ptr(leaf, path->slots[0],
2581 struct btrfs_file_extent_item);
2582 btrfs_set_file_extent_disk_bytenr(leaf, item, new->bytenr);
2583 btrfs_set_file_extent_disk_num_bytes(leaf, item, new->disk_len);
2584 btrfs_set_file_extent_offset(leaf, item, start - new->file_pos);
2585 btrfs_set_file_extent_num_bytes(leaf, item, len);
2586 btrfs_set_file_extent_ram_bytes(leaf, item, new->len);
2587 btrfs_set_file_extent_generation(leaf, item, trans->transid);
2588 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG);
2589 btrfs_set_file_extent_compression(leaf, item, new->compress_type);
2590 btrfs_set_file_extent_encryption(leaf, item, 0);
2591 btrfs_set_file_extent_other_encoding(leaf, item, 0);
2592
2593 btrfs_mark_buffer_dirty(leaf);
2594 inode_add_bytes(inode, len);
Liu Boa09a0a72013-03-11 09:20:58 +00002595 btrfs_release_path(path);
Liu Bo38c227d2013-01-29 03:18:40 +00002596
2597 ret = btrfs_inc_extent_ref(trans, root, new->bytenr,
2598 new->disk_len, 0,
2599 backref->root_id, backref->inum,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01002600 new->file_pos); /* start - extent_offset */
Liu Bo38c227d2013-01-29 03:18:40 +00002601 if (ret) {
2602 btrfs_abort_transaction(trans, root, ret);
2603 goto out_free_path;
2604 }
2605
2606 ret = 1;
2607out_free_path:
2608 btrfs_release_path(path);
Liu Boa09a0a72013-03-11 09:20:58 +00002609 path->leave_spinning = 0;
Liu Bo38c227d2013-01-29 03:18:40 +00002610 btrfs_end_transaction(trans, root);
2611out_unlock:
2612 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lock_start, lock_end,
2613 &cached, GFP_NOFS);
2614 iput(inode);
2615 return ret;
2616}
2617
Liu Bo6f519562013-10-29 10:45:05 +08002618static void free_sa_defrag_extent(struct new_sa_defrag_extent *new)
2619{
2620 struct old_sa_defrag_extent *old, *tmp;
2621
2622 if (!new)
2623 return;
2624
2625 list_for_each_entry_safe(old, tmp, &new->head, list) {
Liu Bo6f519562013-10-29 10:45:05 +08002626 kfree(old);
2627 }
2628 kfree(new);
2629}
2630
Liu Bo38c227d2013-01-29 03:18:40 +00002631static void relink_file_extents(struct new_sa_defrag_extent *new)
2632{
2633 struct btrfs_path *path;
Liu Bo38c227d2013-01-29 03:18:40 +00002634 struct sa_defrag_extent_backref *backref;
2635 struct sa_defrag_extent_backref *prev = NULL;
2636 struct inode *inode;
2637 struct btrfs_root *root;
2638 struct rb_node *node;
2639 int ret;
2640
2641 inode = new->inode;
2642 root = BTRFS_I(inode)->root;
2643
2644 path = btrfs_alloc_path();
2645 if (!path)
2646 return;
2647
2648 if (!record_extent_backrefs(path, new)) {
2649 btrfs_free_path(path);
2650 goto out;
2651 }
2652 btrfs_release_path(path);
2653
2654 while (1) {
2655 node = rb_first(&new->root);
2656 if (!node)
2657 break;
2658 rb_erase(node, &new->root);
2659
2660 backref = rb_entry(node, struct sa_defrag_extent_backref, node);
2661
2662 ret = relink_extent_backref(path, prev, backref);
2663 WARN_ON(ret < 0);
2664
2665 kfree(prev);
2666
2667 if (ret == 1)
2668 prev = backref;
2669 else
2670 prev = NULL;
2671 cond_resched();
2672 }
2673 kfree(prev);
2674
2675 btrfs_free_path(path);
Liu Bo38c227d2013-01-29 03:18:40 +00002676out:
Liu Bo6f519562013-10-29 10:45:05 +08002677 free_sa_defrag_extent(new);
2678
Liu Bo38c227d2013-01-29 03:18:40 +00002679 atomic_dec(&root->fs_info->defrag_running);
2680 wake_up(&root->fs_info->transaction_wait);
Liu Bo38c227d2013-01-29 03:18:40 +00002681}
2682
2683static struct new_sa_defrag_extent *
2684record_old_file_extents(struct inode *inode,
2685 struct btrfs_ordered_extent *ordered)
2686{
2687 struct btrfs_root *root = BTRFS_I(inode)->root;
2688 struct btrfs_path *path;
2689 struct btrfs_key key;
Liu Bo6f519562013-10-29 10:45:05 +08002690 struct old_sa_defrag_extent *old;
Liu Bo38c227d2013-01-29 03:18:40 +00002691 struct new_sa_defrag_extent *new;
2692 int ret;
2693
2694 new = kmalloc(sizeof(*new), GFP_NOFS);
2695 if (!new)
2696 return NULL;
2697
2698 new->inode = inode;
2699 new->file_pos = ordered->file_offset;
2700 new->len = ordered->len;
2701 new->bytenr = ordered->start;
2702 new->disk_len = ordered->disk_len;
2703 new->compress_type = ordered->compress_type;
2704 new->root = RB_ROOT;
2705 INIT_LIST_HEAD(&new->head);
2706
2707 path = btrfs_alloc_path();
2708 if (!path)
2709 goto out_kfree;
2710
2711 key.objectid = btrfs_ino(inode);
2712 key.type = BTRFS_EXTENT_DATA_KEY;
2713 key.offset = new->file_pos;
2714
2715 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
2716 if (ret < 0)
2717 goto out_free_path;
2718 if (ret > 0 && path->slots[0] > 0)
2719 path->slots[0]--;
2720
2721 /* find out all the old extents for the file range */
2722 while (1) {
2723 struct btrfs_file_extent_item *extent;
2724 struct extent_buffer *l;
2725 int slot;
2726 u64 num_bytes;
2727 u64 offset;
2728 u64 end;
2729 u64 disk_bytenr;
2730 u64 extent_offset;
2731
2732 l = path->nodes[0];
2733 slot = path->slots[0];
2734
2735 if (slot >= btrfs_header_nritems(l)) {
2736 ret = btrfs_next_leaf(root, path);
2737 if (ret < 0)
Liu Bo6f519562013-10-29 10:45:05 +08002738 goto out_free_path;
Liu Bo38c227d2013-01-29 03:18:40 +00002739 else if (ret > 0)
2740 break;
2741 continue;
2742 }
2743
2744 btrfs_item_key_to_cpu(l, &key, slot);
2745
2746 if (key.objectid != btrfs_ino(inode))
2747 break;
2748 if (key.type != BTRFS_EXTENT_DATA_KEY)
2749 break;
2750 if (key.offset >= new->file_pos + new->len)
2751 break;
2752
2753 extent = btrfs_item_ptr(l, slot, struct btrfs_file_extent_item);
2754
2755 num_bytes = btrfs_file_extent_num_bytes(l, extent);
2756 if (key.offset + num_bytes < new->file_pos)
2757 goto next;
2758
2759 disk_bytenr = btrfs_file_extent_disk_bytenr(l, extent);
2760 if (!disk_bytenr)
2761 goto next;
2762
2763 extent_offset = btrfs_file_extent_offset(l, extent);
2764
2765 old = kmalloc(sizeof(*old), GFP_NOFS);
2766 if (!old)
Liu Bo6f519562013-10-29 10:45:05 +08002767 goto out_free_path;
Liu Bo38c227d2013-01-29 03:18:40 +00002768
2769 offset = max(new->file_pos, key.offset);
2770 end = min(new->file_pos + new->len, key.offset + num_bytes);
2771
2772 old->bytenr = disk_bytenr;
2773 old->extent_offset = extent_offset;
2774 old->offset = offset - key.offset;
2775 old->len = end - offset;
2776 old->new = new;
2777 old->count = 0;
2778 list_add_tail(&old->list, &new->head);
2779next:
2780 path->slots[0]++;
2781 cond_resched();
2782 }
2783
2784 btrfs_free_path(path);
2785 atomic_inc(&root->fs_info->defrag_running);
2786
2787 return new;
2788
Liu Bo38c227d2013-01-29 03:18:40 +00002789out_free_path:
2790 btrfs_free_path(path);
2791out_kfree:
Liu Bo6f519562013-10-29 10:45:05 +08002792 free_sa_defrag_extent(new);
Liu Bo38c227d2013-01-29 03:18:40 +00002793 return NULL;
2794}
2795
Miao Xiee570fd22014-06-19 10:42:50 +08002796static void btrfs_release_delalloc_bytes(struct btrfs_root *root,
2797 u64 start, u64 len)
2798{
2799 struct btrfs_block_group_cache *cache;
2800
2801 cache = btrfs_lookup_block_group(root->fs_info, start);
2802 ASSERT(cache);
2803
2804 spin_lock(&cache->lock);
2805 cache->delalloc_bytes -= len;
2806 spin_unlock(&cache->lock);
2807
2808 btrfs_put_block_group(cache);
2809}
2810
Chris Masond352ac62008-09-29 15:18:18 -04002811/* as ordered data IO finishes, this gets called so we can finish
2812 * an ordered extent if the range of bytes in the file it covers are
2813 * fully written.
2814 */
Josef Bacik5fd02042012-05-02 14:00:54 -04002815static int btrfs_finish_ordered_io(struct btrfs_ordered_extent *ordered_extent)
Chris Masone6dcd2d2008-07-17 12:53:50 -04002816{
Josef Bacik5fd02042012-05-02 14:00:54 -04002817 struct inode *inode = ordered_extent->inode;
Chris Masone6dcd2d2008-07-17 12:53:50 -04002818 struct btrfs_root *root = BTRFS_I(inode)->root;
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04002819 struct btrfs_trans_handle *trans = NULL;
Chris Masone6dcd2d2008-07-17 12:53:50 -04002820 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
Josef Bacik2ac55d42010-02-03 19:33:23 +00002821 struct extent_state *cached_state = NULL;
Liu Bo38c227d2013-01-29 03:18:40 +00002822 struct new_sa_defrag_extent *new = NULL;
Li Zefan261507a02010-12-17 14:21:50 +08002823 int compress_type = 0;
Josef Bacik77cef2e2013-08-29 13:57:21 -04002824 int ret = 0;
2825 u64 logical_len = ordered_extent->len;
Li Zefan82d59022011-04-20 10:33:24 +08002826 bool nolock;
Josef Bacik77cef2e2013-08-29 13:57:21 -04002827 bool truncated = false;
Chris Masone6dcd2d2008-07-17 12:53:50 -04002828
Liu Bo83eea1f2012-07-10 05:28:39 -06002829 nolock = btrfs_is_free_space_inode(inode);
Josef Bacik0cb59c92010-07-02 12:14:14 -04002830
Josef Bacik5fd02042012-05-02 14:00:54 -04002831 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) {
2832 ret = -EIO;
2833 goto out;
2834 }
2835
Miao Xief6124962014-09-12 18:44:04 +08002836 btrfs_free_io_failure_record(inode, ordered_extent->file_offset,
2837 ordered_extent->file_offset +
2838 ordered_extent->len - 1);
2839
Josef Bacik77cef2e2013-08-29 13:57:21 -04002840 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) {
2841 truncated = true;
2842 logical_len = ordered_extent->truncated_len;
2843 /* Truncated the entire extent, don't bother adding */
2844 if (!logical_len)
2845 goto out;
2846 }
2847
Yan, Zhengc2167752009-11-12 09:34:21 +00002848 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) {
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002849 BUG_ON(!list_empty(&ordered_extent->list)); /* Logic error */
Qu Wenruo94ed9382015-09-08 17:25:56 +08002850
2851 /*
2852 * For mwrite(mmap + memset to write) case, we still reserve
2853 * space for NOCOW range.
2854 * As NOCOW won't cause a new delayed ref, just free the space
2855 */
2856 btrfs_qgroup_free_data(inode, ordered_extent->file_offset,
2857 ordered_extent->len);
Josef Bacik6c760c02012-11-09 10:53:21 -05002858 btrfs_ordered_update_i_size(inode, 0, ordered_extent);
2859 if (nolock)
2860 trans = btrfs_join_transaction_nolock(root);
2861 else
2862 trans = btrfs_join_transaction(root);
2863 if (IS_ERR(trans)) {
2864 ret = PTR_ERR(trans);
2865 trans = NULL;
2866 goto out;
Yan, Zhengc2167752009-11-12 09:34:21 +00002867 }
Josef Bacik6c760c02012-11-09 10:53:21 -05002868 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
2869 ret = btrfs_update_inode_fallback(trans, root, inode);
2870 if (ret) /* -ENOMEM or corruption */
2871 btrfs_abort_transaction(trans, root, ret);
Yan, Zhengc2167752009-11-12 09:34:21 +00002872 goto out;
2873 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04002874
Josef Bacik2ac55d42010-02-03 19:33:23 +00002875 lock_extent_bits(io_tree, ordered_extent->file_offset,
2876 ordered_extent->file_offset + ordered_extent->len - 1,
Jeff Mahoneyd0082372012-03-01 14:57:19 +01002877 0, &cached_state);
Chris Masone6dcd2d2008-07-17 12:53:50 -04002878
Liu Bo38c227d2013-01-29 03:18:40 +00002879 ret = test_range_bit(io_tree, ordered_extent->file_offset,
2880 ordered_extent->file_offset + ordered_extent->len - 1,
2881 EXTENT_DEFRAG, 1, cached_state);
2882 if (ret) {
2883 u64 last_snapshot = btrfs_root_last_snapshot(&root->root_item);
Josef Bacik8101c8d2014-01-29 16:05:30 -05002884 if (0 && last_snapshot >= BTRFS_I(inode)->generation)
Liu Bo38c227d2013-01-29 03:18:40 +00002885 /* the inode is shared */
2886 new = record_old_file_extents(inode, ordered_extent);
2887
2888 clear_extent_bit(io_tree, ordered_extent->file_offset,
2889 ordered_extent->file_offset + ordered_extent->len - 1,
2890 EXTENT_DEFRAG, 0, 0, &cached_state, GFP_NOFS);
2891 }
2892
Josef Bacik0cb59c92010-07-02 12:14:14 -04002893 if (nolock)
Josef Bacik7a7eaa42011-04-13 12:54:33 -04002894 trans = btrfs_join_transaction_nolock(root);
Josef Bacik0cb59c92010-07-02 12:14:14 -04002895 else
Josef Bacik7a7eaa42011-04-13 12:54:33 -04002896 trans = btrfs_join_transaction(root);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002897 if (IS_ERR(trans)) {
2898 ret = PTR_ERR(trans);
2899 trans = NULL;
2900 goto out_unlock;
2901 }
Chris Masona79b7d42014-05-22 16:18:52 -07002902
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04002903 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
Yan, Zhengc2167752009-11-12 09:34:21 +00002904
Chris Masonc8b97812008-10-29 14:49:59 -04002905 if (test_bit(BTRFS_ORDERED_COMPRESSED, &ordered_extent->flags))
Li Zefan261507a02010-12-17 14:21:50 +08002906 compress_type = ordered_extent->compress_type;
Yan Zhengd899e052008-10-30 14:25:28 -04002907 if (test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags)) {
Li Zefan261507a02010-12-17 14:21:50 +08002908 BUG_ON(compress_type);
Yan, Zheng920bbbf2009-11-12 09:34:08 +00002909 ret = btrfs_mark_extent_written(trans, inode,
Yan Zhengd899e052008-10-30 14:25:28 -04002910 ordered_extent->file_offset,
2911 ordered_extent->file_offset +
Josef Bacik77cef2e2013-08-29 13:57:21 -04002912 logical_len);
Yan Zhengd899e052008-10-30 14:25:28 -04002913 } else {
Josef Bacik0af3d002010-06-21 14:48:16 -04002914 BUG_ON(root == root->fs_info->tree_root);
Yan Zhengd899e052008-10-30 14:25:28 -04002915 ret = insert_reserved_file_extent(trans, inode,
2916 ordered_extent->file_offset,
2917 ordered_extent->start,
2918 ordered_extent->disk_len,
Josef Bacik77cef2e2013-08-29 13:57:21 -04002919 logical_len, logical_len,
Li Zefan261507a02010-12-17 14:21:50 +08002920 compress_type, 0, 0,
Yan Zhengd899e052008-10-30 14:25:28 -04002921 BTRFS_FILE_EXTENT_REG);
Miao Xiee570fd22014-06-19 10:42:50 +08002922 if (!ret)
2923 btrfs_release_delalloc_bytes(root,
2924 ordered_extent->start,
2925 ordered_extent->disk_len);
Yan Zhengd899e052008-10-30 14:25:28 -04002926 }
Josef Bacik5dc562c2012-08-17 13:14:17 -04002927 unpin_extent_cache(&BTRFS_I(inode)->extent_tree,
2928 ordered_extent->file_offset, ordered_extent->len,
2929 trans->transid);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002930 if (ret < 0) {
2931 btrfs_abort_transaction(trans, root, ret);
Josef Bacik5fd02042012-05-02 14:00:54 -04002932 goto out_unlock;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002933 }
Josef Bacik2ac55d42010-02-03 19:33:23 +00002934
Chris Masone6dcd2d2008-07-17 12:53:50 -04002935 add_pending_csums(trans, inode, ordered_extent->file_offset,
2936 &ordered_extent->list);
2937
Josef Bacik6c760c02012-11-09 10:53:21 -05002938 btrfs_ordered_update_i_size(inode, 0, ordered_extent);
2939 ret = btrfs_update_inode_fallback(trans, root, inode);
2940 if (ret) { /* -ENOMEM or corruption */
2941 btrfs_abort_transaction(trans, root, ret);
2942 goto out_unlock;
Josef Bacik1ef30be2011-04-05 19:25:36 -04002943 }
2944 ret = 0;
Josef Bacik5fd02042012-05-02 14:00:54 -04002945out_unlock:
2946 unlock_extent_cached(io_tree, ordered_extent->file_offset,
2947 ordered_extent->file_offset +
2948 ordered_extent->len - 1, &cached_state, GFP_NOFS);
Yan, Zhengc2167752009-11-12 09:34:21 +00002949out:
Josef Bacik5b0e95b2011-10-06 08:58:24 -04002950 if (root != root->fs_info->tree_root)
Josef Bacik0cb59c92010-07-02 12:14:14 -04002951 btrfs_delalloc_release_metadata(inode, ordered_extent->len);
Miao Xiea698d0752012-09-20 01:51:59 -06002952 if (trans)
2953 btrfs_end_transaction(trans, root);
Josef Bacik0cb59c92010-07-02 12:14:14 -04002954
Josef Bacik77cef2e2013-08-29 13:57:21 -04002955 if (ret || truncated) {
2956 u64 start, end;
2957
2958 if (truncated)
2959 start = ordered_extent->file_offset + logical_len;
2960 else
2961 start = ordered_extent->file_offset;
2962 end = ordered_extent->file_offset + ordered_extent->len - 1;
2963 clear_extent_uptodate(io_tree, start, end, NULL, GFP_NOFS);
2964
2965 /* Drop the cache for the part of the extent we didn't write. */
2966 btrfs_drop_extent_cache(inode, start, end, 0);
Josef Bacik5fd02042012-05-02 14:00:54 -04002967
Josef Bacik0bec9ef2013-01-31 14:58:00 -05002968 /*
2969 * If the ordered extent had an IOERR or something else went
2970 * wrong we need to return the space for this ordered extent
Josef Bacik77cef2e2013-08-29 13:57:21 -04002971 * back to the allocator. We only free the extent in the
2972 * truncated case if we didn't write out the extent at all.
Josef Bacik0bec9ef2013-01-31 14:58:00 -05002973 */
Josef Bacik77cef2e2013-08-29 13:57:21 -04002974 if ((ret || !logical_len) &&
2975 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) &&
Josef Bacik0bec9ef2013-01-31 14:58:00 -05002976 !test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags))
2977 btrfs_free_reserved_extent(root, ordered_extent->start,
Miao Xiee570fd22014-06-19 10:42:50 +08002978 ordered_extent->disk_len, 1);
Josef Bacik0bec9ef2013-01-31 14:58:00 -05002979 }
2980
2981
Josef Bacik5fd02042012-05-02 14:00:54 -04002982 /*
Liu Bo8bad3c02012-06-18 12:14:23 +08002983 * This needs to be done to make sure anybody waiting knows we are done
2984 * updating everything for this ordered extent.
Josef Bacik5fd02042012-05-02 14:00:54 -04002985 */
2986 btrfs_remove_ordered_extent(inode, ordered_extent);
2987
Liu Bo38c227d2013-01-29 03:18:40 +00002988 /* for snapshot-aware defrag */
Liu Bo6f519562013-10-29 10:45:05 +08002989 if (new) {
2990 if (ret) {
2991 free_sa_defrag_extent(new);
2992 atomic_dec(&root->fs_info->defrag_running);
2993 } else {
2994 relink_file_extents(new);
2995 }
2996 }
Liu Bo38c227d2013-01-29 03:18:40 +00002997
Chris Masone6dcd2d2008-07-17 12:53:50 -04002998 /* once for us */
2999 btrfs_put_ordered_extent(ordered_extent);
3000 /* once for the tree */
3001 btrfs_put_ordered_extent(ordered_extent);
3002
Josef Bacik5fd02042012-05-02 14:00:54 -04003003 return ret;
3004}
3005
3006static void finish_ordered_fn(struct btrfs_work *work)
3007{
3008 struct btrfs_ordered_extent *ordered_extent;
3009 ordered_extent = container_of(work, struct btrfs_ordered_extent, work);
3010 btrfs_finish_ordered_io(ordered_extent);
Chris Masone6dcd2d2008-07-17 12:53:50 -04003011}
3012
Christoph Hellwigb2950862008-12-02 09:54:17 -05003013static int btrfs_writepage_end_io_hook(struct page *page, u64 start, u64 end,
Chris Mason211f90e2008-07-18 11:56:15 -04003014 struct extent_state *state, int uptodate)
3015{
Josef Bacik5fd02042012-05-02 14:00:54 -04003016 struct inode *inode = page->mapping->host;
3017 struct btrfs_root *root = BTRFS_I(inode)->root;
3018 struct btrfs_ordered_extent *ordered_extent = NULL;
Liu Bo9e0af232014-08-15 23:36:53 +08003019 struct btrfs_workqueue *wq;
3020 btrfs_work_func_t func;
Josef Bacik5fd02042012-05-02 14:00:54 -04003021
liubo1abe9b82011-03-24 11:18:59 +00003022 trace_btrfs_writepage_end_io_hook(page, start, end, uptodate);
3023
Chris Mason8b62b722009-09-02 16:53:46 -04003024 ClearPagePrivate2(page);
Josef Bacik5fd02042012-05-02 14:00:54 -04003025 if (!btrfs_dec_test_ordered_pending(inode, &ordered_extent, start,
3026 end - start + 1, uptodate))
3027 return 0;
3028
Liu Bo9e0af232014-08-15 23:36:53 +08003029 if (btrfs_is_free_space_inode(inode)) {
3030 wq = root->fs_info->endio_freespace_worker;
3031 func = btrfs_freespace_write_helper;
3032 } else {
3033 wq = root->fs_info->endio_write_workers;
3034 func = btrfs_endio_write_helper;
3035 }
Josef Bacik5fd02042012-05-02 14:00:54 -04003036
Liu Bo9e0af232014-08-15 23:36:53 +08003037 btrfs_init_work(&ordered_extent->work, func, finish_ordered_fn, NULL,
3038 NULL);
3039 btrfs_queue_work(wq, &ordered_extent->work);
Josef Bacik5fd02042012-05-02 14:00:54 -04003040
3041 return 0;
Chris Mason211f90e2008-07-18 11:56:15 -04003042}
3043
Miao Xiedc380ae2014-09-12 18:43:55 +08003044static int __readpage_endio_check(struct inode *inode,
3045 struct btrfs_io_bio *io_bio,
3046 int icsum, struct page *page,
3047 int pgoff, u64 start, size_t len)
3048{
3049 char *kaddr;
3050 u32 csum_expected;
3051 u32 csum = ~(u32)0;
Miao Xiedc380ae2014-09-12 18:43:55 +08003052
3053 csum_expected = *(((u32 *)io_bio->csum) + icsum);
3054
3055 kaddr = kmap_atomic(page);
3056 csum = btrfs_csum_data(kaddr + pgoff, csum, len);
3057 btrfs_csum_final(csum, (char *)&csum);
3058 if (csum != csum_expected)
3059 goto zeroit;
3060
3061 kunmap_atomic(kaddr);
3062 return 0;
3063zeroit:
David Sterba94647322015-10-08 11:01:36 +02003064 btrfs_warn_rl(BTRFS_I(inode)->root->fs_info,
3065 "csum failed ino %llu off %llu csum %u expected csum %u",
Miao Xiedc380ae2014-09-12 18:43:55 +08003066 btrfs_ino(inode), start, csum, csum_expected);
3067 memset(kaddr + pgoff, 1, len);
3068 flush_dcache_page(page);
3069 kunmap_atomic(kaddr);
3070 if (csum_expected == 0)
3071 return 0;
3072 return -EIO;
3073}
3074
Chris Masond352ac62008-09-29 15:18:18 -04003075/*
Chris Masond352ac62008-09-29 15:18:18 -04003076 * when reads are done, we need to check csums to verify the data is correct
Jan Schmidt4a54c8c2011-07-22 15:41:52 +02003077 * if there's a match, we allow the bio to finish. If not, the code in
3078 * extent_io.c will try to find good copies for us.
Chris Masond352ac62008-09-29 15:18:18 -04003079 */
Miao Xiefacc8a222013-07-25 19:22:34 +08003080static int btrfs_readpage_end_io_hook(struct btrfs_io_bio *io_bio,
3081 u64 phy_offset, struct page *page,
3082 u64 start, u64 end, int mirror)
Chris Mason07157aa2007-08-30 08:50:51 -04003083{
Miao Xie4eee4fa2012-12-21 09:17:45 +00003084 size_t offset = start - page_offset(page);
Chris Mason07157aa2007-08-30 08:50:51 -04003085 struct inode *inode = page->mapping->host;
Chris Masond1310b22008-01-24 16:13:08 -05003086 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
Chris Masonff79f812007-10-15 16:22:25 -04003087 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Masond1310b22008-01-24 16:13:08 -05003088
Chris Masond20f7042008-12-08 16:58:54 -05003089 if (PageChecked(page)) {
3090 ClearPageChecked(page);
Miao Xiedc380ae2014-09-12 18:43:55 +08003091 return 0;
Chris Masond20f7042008-12-08 16:58:54 -05003092 }
Christoph Hellwig6cbff002009-04-17 10:37:41 +02003093
3094 if (BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM)
Miao Xiedc380ae2014-09-12 18:43:55 +08003095 return 0;
Chris Masond20f7042008-12-08 16:58:54 -05003096
Yan Zheng17d217f2008-12-12 10:03:38 -05003097 if (root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID &&
Chris Mason9655d292009-09-02 15:22:30 -04003098 test_range_bit(io_tree, start, end, EXTENT_NODATASUM, 1, NULL)) {
Yan Zheng17d217f2008-12-12 10:03:38 -05003099 clear_extent_bits(io_tree, start, end, EXTENT_NODATASUM,
3100 GFP_NOFS);
3101 return 0;
3102 }
3103
Miao Xiefacc8a222013-07-25 19:22:34 +08003104 phy_offset >>= inode->i_sb->s_blocksize_bits;
Miao Xiedc380ae2014-09-12 18:43:55 +08003105 return __readpage_endio_check(inode, io_bio, phy_offset, page, offset,
3106 start, (size_t)(end - start + 1));
Chris Mason07157aa2007-08-30 08:50:51 -04003107}
Chris Masonb888db22007-08-27 16:49:44 -04003108
Yan, Zheng24bbcf02009-11-12 09:36:34 +00003109struct delayed_iput {
3110 struct list_head list;
3111 struct inode *inode;
3112};
3113
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003114/* JDM: If this is fs-wide, why can't we add a pointer to
3115 * btrfs_inode instead and avoid the allocation? */
Yan, Zheng24bbcf02009-11-12 09:36:34 +00003116void btrfs_add_delayed_iput(struct inode *inode)
3117{
3118 struct btrfs_fs_info *fs_info = BTRFS_I(inode)->root->fs_info;
3119 struct delayed_iput *delayed;
3120
3121 if (atomic_add_unless(&inode->i_count, -1, 1))
3122 return;
3123
3124 delayed = kmalloc(sizeof(*delayed), GFP_NOFS | __GFP_NOFAIL);
3125 delayed->inode = inode;
3126
3127 spin_lock(&fs_info->delayed_iput_lock);
3128 list_add_tail(&delayed->list, &fs_info->delayed_iputs);
3129 spin_unlock(&fs_info->delayed_iput_lock);
3130}
3131
3132void btrfs_run_delayed_iputs(struct btrfs_root *root)
3133{
3134 LIST_HEAD(list);
3135 struct btrfs_fs_info *fs_info = root->fs_info;
3136 struct delayed_iput *delayed;
3137 int empty;
3138
3139 spin_lock(&fs_info->delayed_iput_lock);
3140 empty = list_empty(&fs_info->delayed_iputs);
3141 spin_unlock(&fs_info->delayed_iput_lock);
3142 if (empty)
3143 return;
3144
Zhao Leid7c15172015-02-26 10:49:20 +08003145 down_read(&fs_info->delayed_iput_sem);
3146
Yan, Zheng24bbcf02009-11-12 09:36:34 +00003147 spin_lock(&fs_info->delayed_iput_lock);
3148 list_splice_init(&fs_info->delayed_iputs, &list);
3149 spin_unlock(&fs_info->delayed_iput_lock);
3150
3151 while (!list_empty(&list)) {
3152 delayed = list_entry(list.next, struct delayed_iput, list);
3153 list_del(&delayed->list);
3154 iput(delayed->inode);
3155 kfree(delayed);
3156 }
Zhao Leid7c15172015-02-26 10:49:20 +08003157
3158 up_read(&root->fs_info->delayed_iput_sem);
Yan, Zheng24bbcf02009-11-12 09:36:34 +00003159}
3160
Yan, Zhengd68fc572010-05-16 10:49:58 -04003161/*
Justin P. Mattock42b2aa82011-11-28 20:31:00 -08003162 * This is called in transaction commit time. If there are no orphan
Yan, Zhengd68fc572010-05-16 10:49:58 -04003163 * files in the subvolume, it removes orphan item and frees block_rsv
3164 * structure.
3165 */
3166void btrfs_orphan_commit_root(struct btrfs_trans_handle *trans,
3167 struct btrfs_root *root)
3168{
Josef Bacik90290e12011-12-02 15:44:12 -05003169 struct btrfs_block_rsv *block_rsv;
Yan, Zhengd68fc572010-05-16 10:49:58 -04003170 int ret;
3171
Josef Bacik8a35d952012-05-23 14:26:42 -04003172 if (atomic_read(&root->orphan_inodes) ||
Yan, Zhengd68fc572010-05-16 10:49:58 -04003173 root->orphan_cleanup_state != ORPHAN_CLEANUP_DONE)
3174 return;
3175
Josef Bacik90290e12011-12-02 15:44:12 -05003176 spin_lock(&root->orphan_lock);
Josef Bacik8a35d952012-05-23 14:26:42 -04003177 if (atomic_read(&root->orphan_inodes)) {
Josef Bacik90290e12011-12-02 15:44:12 -05003178 spin_unlock(&root->orphan_lock);
3179 return;
3180 }
3181
3182 if (root->orphan_cleanup_state != ORPHAN_CLEANUP_DONE) {
3183 spin_unlock(&root->orphan_lock);
3184 return;
3185 }
3186
3187 block_rsv = root->orphan_block_rsv;
3188 root->orphan_block_rsv = NULL;
3189 spin_unlock(&root->orphan_lock);
3190
Miao Xie27cdeb72014-04-02 19:51:05 +08003191 if (test_bit(BTRFS_ROOT_ORPHAN_ITEM_INSERTED, &root->state) &&
Yan, Zhengd68fc572010-05-16 10:49:58 -04003192 btrfs_root_refs(&root->root_item) > 0) {
3193 ret = btrfs_del_orphan_item(trans, root->fs_info->tree_root,
3194 root->root_key.objectid);
Josef Bacik4ef31a42013-08-13 14:10:08 -04003195 if (ret)
3196 btrfs_abort_transaction(trans, root, ret);
3197 else
Miao Xie27cdeb72014-04-02 19:51:05 +08003198 clear_bit(BTRFS_ROOT_ORPHAN_ITEM_INSERTED,
3199 &root->state);
Yan, Zhengd68fc572010-05-16 10:49:58 -04003200 }
3201
Josef Bacik90290e12011-12-02 15:44:12 -05003202 if (block_rsv) {
3203 WARN_ON(block_rsv->size > 0);
3204 btrfs_free_block_rsv(root, block_rsv);
Yan, Zhengd68fc572010-05-16 10:49:58 -04003205 }
3206}
3207
3208/*
Josef Bacik7b128762008-07-24 12:17:14 -04003209 * This creates an orphan entry for the given inode in case something goes
3210 * wrong in the middle of an unlink/truncate.
Yan, Zhengd68fc572010-05-16 10:49:58 -04003211 *
3212 * NOTE: caller of this function should reserve 5 units of metadata for
3213 * this function.
Josef Bacik7b128762008-07-24 12:17:14 -04003214 */
3215int btrfs_orphan_add(struct btrfs_trans_handle *trans, struct inode *inode)
3216{
3217 struct btrfs_root *root = BTRFS_I(inode)->root;
Yan, Zhengd68fc572010-05-16 10:49:58 -04003218 struct btrfs_block_rsv *block_rsv = NULL;
3219 int reserve = 0;
3220 int insert = 0;
3221 int ret;
Josef Bacik7b128762008-07-24 12:17:14 -04003222
Yan, Zhengd68fc572010-05-16 10:49:58 -04003223 if (!root->orphan_block_rsv) {
Miao Xie66d8f3d2012-09-06 04:02:28 -06003224 block_rsv = btrfs_alloc_block_rsv(root, BTRFS_BLOCK_RSV_TEMP);
Tsutomu Itohb5324022011-07-19 07:27:20 +00003225 if (!block_rsv)
3226 return -ENOMEM;
Josef Bacik7b128762008-07-24 12:17:14 -04003227 }
3228
Yan, Zhengd68fc572010-05-16 10:49:58 -04003229 spin_lock(&root->orphan_lock);
3230 if (!root->orphan_block_rsv) {
3231 root->orphan_block_rsv = block_rsv;
3232 } else if (block_rsv) {
3233 btrfs_free_block_rsv(root, block_rsv);
3234 block_rsv = NULL;
3235 }
Josef Bacik7b128762008-07-24 12:17:14 -04003236
Josef Bacik8a35d952012-05-23 14:26:42 -04003237 if (!test_and_set_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
3238 &BTRFS_I(inode)->runtime_flags)) {
Yan, Zhengd68fc572010-05-16 10:49:58 -04003239#if 0
3240 /*
3241 * For proper ENOSPC handling, we should do orphan
3242 * cleanup when mounting. But this introduces backward
3243 * compatibility issue.
3244 */
3245 if (!xchg(&root->orphan_item_inserted, 1))
3246 insert = 2;
3247 else
3248 insert = 1;
3249#endif
3250 insert = 1;
Miao Xie321f0e72012-08-28 22:13:02 -06003251 atomic_inc(&root->orphan_inodes);
Yan, Zhengd68fc572010-05-16 10:49:58 -04003252 }
Josef Bacik7b128762008-07-24 12:17:14 -04003253
Josef Bacik72ac3c02012-05-23 14:13:11 -04003254 if (!test_and_set_bit(BTRFS_INODE_ORPHAN_META_RESERVED,
3255 &BTRFS_I(inode)->runtime_flags))
Yan, Zhengd68fc572010-05-16 10:49:58 -04003256 reserve = 1;
Yan, Zhengd68fc572010-05-16 10:49:58 -04003257 spin_unlock(&root->orphan_lock);
Josef Bacik7b128762008-07-24 12:17:14 -04003258
Yan, Zhengd68fc572010-05-16 10:49:58 -04003259 /* grab metadata reservation from transaction handle */
3260 if (reserve) {
3261 ret = btrfs_orphan_reserve_metadata(trans, inode);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003262 BUG_ON(ret); /* -ENOSPC in reservation; Logic error? JDM */
Yan, Zhengd68fc572010-05-16 10:49:58 -04003263 }
3264
3265 /* insert an orphan item to track this unlinked/truncated file */
3266 if (insert >= 1) {
Li Zefan33345d012011-04-20 10:31:50 +08003267 ret = btrfs_insert_orphan_item(trans, root, btrfs_ino(inode));
Josef Bacik4ef31a42013-08-13 14:10:08 -04003268 if (ret) {
Filipe David Borba Manana703c88e2013-09-22 21:54:55 +01003269 atomic_dec(&root->orphan_inodes);
Josef Bacik4ef31a42013-08-13 14:10:08 -04003270 if (reserve) {
3271 clear_bit(BTRFS_INODE_ORPHAN_META_RESERVED,
3272 &BTRFS_I(inode)->runtime_flags);
3273 btrfs_orphan_release_metadata(inode);
3274 }
3275 if (ret != -EEXIST) {
Josef Bacike8e7cff2013-08-21 15:54:00 -04003276 clear_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
3277 &BTRFS_I(inode)->runtime_flags);
Josef Bacik4ef31a42013-08-13 14:10:08 -04003278 btrfs_abort_transaction(trans, root, ret);
3279 return ret;
3280 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003281 }
3282 ret = 0;
Yan, Zhengd68fc572010-05-16 10:49:58 -04003283 }
3284
3285 /* insert an orphan item to track subvolume contains orphan files */
3286 if (insert >= 2) {
3287 ret = btrfs_insert_orphan_item(trans, root->fs_info->tree_root,
3288 root->root_key.objectid);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003289 if (ret && ret != -EEXIST) {
3290 btrfs_abort_transaction(trans, root, ret);
3291 return ret;
3292 }
Yan, Zhengd68fc572010-05-16 10:49:58 -04003293 }
3294 return 0;
Josef Bacik7b128762008-07-24 12:17:14 -04003295}
3296
3297/*
3298 * We have done the truncate/delete so we can go ahead and remove the orphan
3299 * item for this particular inode.
3300 */
Eric Sandeen48a3b632013-04-25 20:41:01 +00003301static int btrfs_orphan_del(struct btrfs_trans_handle *trans,
3302 struct inode *inode)
Josef Bacik7b128762008-07-24 12:17:14 -04003303{
3304 struct btrfs_root *root = BTRFS_I(inode)->root;
Yan, Zhengd68fc572010-05-16 10:49:58 -04003305 int delete_item = 0;
3306 int release_rsv = 0;
Josef Bacik7b128762008-07-24 12:17:14 -04003307 int ret = 0;
3308
Yan, Zhengd68fc572010-05-16 10:49:58 -04003309 spin_lock(&root->orphan_lock);
Josef Bacik8a35d952012-05-23 14:26:42 -04003310 if (test_and_clear_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
3311 &BTRFS_I(inode)->runtime_flags))
Yan, Zhengd68fc572010-05-16 10:49:58 -04003312 delete_item = 1;
Josef Bacik7b128762008-07-24 12:17:14 -04003313
Josef Bacik72ac3c02012-05-23 14:13:11 -04003314 if (test_and_clear_bit(BTRFS_INODE_ORPHAN_META_RESERVED,
3315 &BTRFS_I(inode)->runtime_flags))
Yan, Zhengd68fc572010-05-16 10:49:58 -04003316 release_rsv = 1;
Yan, Zhengd68fc572010-05-16 10:49:58 -04003317 spin_unlock(&root->orphan_lock);
3318
Filipe David Borba Manana703c88e2013-09-22 21:54:55 +01003319 if (delete_item) {
Josef Bacik8a35d952012-05-23 14:26:42 -04003320 atomic_dec(&root->orphan_inodes);
Filipe David Borba Manana703c88e2013-09-22 21:54:55 +01003321 if (trans)
3322 ret = btrfs_del_orphan_item(trans, root,
3323 btrfs_ino(inode));
Josef Bacik8a35d952012-05-23 14:26:42 -04003324 }
Josef Bacik7b128762008-07-24 12:17:14 -04003325
Filipe David Borba Manana703c88e2013-09-22 21:54:55 +01003326 if (release_rsv)
3327 btrfs_orphan_release_metadata(inode);
3328
Josef Bacik4ef31a42013-08-13 14:10:08 -04003329 return ret;
Josef Bacik7b128762008-07-24 12:17:14 -04003330}
3331
3332/*
3333 * this cleans up any orphans that may be left on the list from the last use
3334 * of this root.
3335 */
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003336int btrfs_orphan_cleanup(struct btrfs_root *root)
Josef Bacik7b128762008-07-24 12:17:14 -04003337{
3338 struct btrfs_path *path;
3339 struct extent_buffer *leaf;
Josef Bacik7b128762008-07-24 12:17:14 -04003340 struct btrfs_key key, found_key;
3341 struct btrfs_trans_handle *trans;
3342 struct inode *inode;
Josef Bacik8f6d7f42011-09-26 15:55:20 -04003343 u64 last_objectid = 0;
Josef Bacik7b128762008-07-24 12:17:14 -04003344 int ret = 0, nr_unlink = 0, nr_truncate = 0;
3345
Yan, Zhengd68fc572010-05-16 10:49:58 -04003346 if (cmpxchg(&root->orphan_cleanup_state, 0, ORPHAN_CLEANUP_STARTED))
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003347 return 0;
Yan, Zhengc71bf092009-11-12 09:34:40 +00003348
3349 path = btrfs_alloc_path();
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003350 if (!path) {
3351 ret = -ENOMEM;
3352 goto out;
3353 }
Josef Bacik7b128762008-07-24 12:17:14 -04003354 path->reada = -1;
3355
3356 key.objectid = BTRFS_ORPHAN_OBJECTID;
David Sterba962a2982014-06-04 18:41:45 +02003357 key.type = BTRFS_ORPHAN_ITEM_KEY;
Josef Bacik7b128762008-07-24 12:17:14 -04003358 key.offset = (u64)-1;
3359
Josef Bacik7b128762008-07-24 12:17:14 -04003360 while (1) {
3361 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003362 if (ret < 0)
3363 goto out;
Josef Bacik7b128762008-07-24 12:17:14 -04003364
3365 /*
3366 * if ret == 0 means we found what we were searching for, which
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003367 * is weird, but possible, so only screw with path if we didn't
Josef Bacik7b128762008-07-24 12:17:14 -04003368 * find the key and see if we have stuff that matches
3369 */
3370 if (ret > 0) {
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003371 ret = 0;
Josef Bacik7b128762008-07-24 12:17:14 -04003372 if (path->slots[0] == 0)
3373 break;
3374 path->slots[0]--;
3375 }
3376
3377 /* pull out the item */
3378 leaf = path->nodes[0];
Josef Bacik7b128762008-07-24 12:17:14 -04003379 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
3380
3381 /* make sure the item matches what we want */
3382 if (found_key.objectid != BTRFS_ORPHAN_OBJECTID)
3383 break;
David Sterba962a2982014-06-04 18:41:45 +02003384 if (found_key.type != BTRFS_ORPHAN_ITEM_KEY)
Josef Bacik7b128762008-07-24 12:17:14 -04003385 break;
3386
3387 /* release the path since we're done with it */
David Sterbab3b4aa72011-04-21 01:20:15 +02003388 btrfs_release_path(path);
Josef Bacik7b128762008-07-24 12:17:14 -04003389
3390 /*
3391 * this is where we are basically btrfs_lookup, without the
3392 * crossing root thing. we store the inode number in the
3393 * offset of the orphan item.
3394 */
Josef Bacik8f6d7f42011-09-26 15:55:20 -04003395
3396 if (found_key.offset == last_objectid) {
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00003397 btrfs_err(root->fs_info,
3398 "Error removing orphan entry, stopping orphan cleanup");
Josef Bacik8f6d7f42011-09-26 15:55:20 -04003399 ret = -EINVAL;
3400 goto out;
3401 }
3402
3403 last_objectid = found_key.offset;
3404
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003405 found_key.objectid = found_key.offset;
3406 found_key.type = BTRFS_INODE_ITEM_KEY;
3407 found_key.offset = 0;
Josef Bacik73f73412009-12-04 17:38:27 +00003408 inode = btrfs_iget(root->fs_info->sb, &found_key, root, NULL);
Rusty Russell8c6ffba2013-07-15 11:20:32 +09303409 ret = PTR_ERR_OR_ZERO(inode);
Josef Bacika8c9e572011-09-21 16:55:59 -04003410 if (ret && ret != -ESTALE)
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003411 goto out;
Josef Bacika8c9e572011-09-21 16:55:59 -04003412
Arne Jansenf8e9e0b2011-12-14 20:12:02 -05003413 if (ret == -ESTALE && root == root->fs_info->tree_root) {
3414 struct btrfs_root *dead_root;
3415 struct btrfs_fs_info *fs_info = root->fs_info;
3416 int is_dead_root = 0;
3417
3418 /*
3419 * this is an orphan in the tree root. Currently these
3420 * could come from 2 sources:
3421 * a) a snapshot deletion in progress
3422 * b) a free space cache inode
3423 * We need to distinguish those two, as the snapshot
3424 * orphan must not get deleted.
3425 * find_dead_roots already ran before us, so if this
3426 * is a snapshot deletion, we should find the root
3427 * in the dead_roots list
3428 */
3429 spin_lock(&fs_info->trans_lock);
3430 list_for_each_entry(dead_root, &fs_info->dead_roots,
3431 root_list) {
3432 if (dead_root->root_key.objectid ==
3433 found_key.objectid) {
3434 is_dead_root = 1;
3435 break;
3436 }
3437 }
3438 spin_unlock(&fs_info->trans_lock);
3439 if (is_dead_root) {
3440 /* prevent this orphan from being found again */
3441 key.offset = found_key.objectid - 1;
3442 continue;
3443 }
3444 }
Josef Bacika8c9e572011-09-21 16:55:59 -04003445 /*
3446 * Inode is already gone but the orphan item is still there,
3447 * kill the orphan item.
3448 */
3449 if (ret == -ESTALE) {
3450 trans = btrfs_start_transaction(root, 1);
3451 if (IS_ERR(trans)) {
3452 ret = PTR_ERR(trans);
3453 goto out;
3454 }
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00003455 btrfs_debug(root->fs_info, "auto deleting %Lu",
3456 found_key.objectid);
Josef Bacika8c9e572011-09-21 16:55:59 -04003457 ret = btrfs_del_orphan_item(trans, root,
3458 found_key.objectid);
Josef Bacika8c9e572011-09-21 16:55:59 -04003459 btrfs_end_transaction(trans, root);
Josef Bacik4ef31a42013-08-13 14:10:08 -04003460 if (ret)
3461 goto out;
Josef Bacika8c9e572011-09-21 16:55:59 -04003462 continue;
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003463 }
Josef Bacik7b128762008-07-24 12:17:14 -04003464
Josef Bacik7b128762008-07-24 12:17:14 -04003465 /*
3466 * add this inode to the orphan list so btrfs_orphan_del does
3467 * the proper thing when we hit it
3468 */
Josef Bacik8a35d952012-05-23 14:26:42 -04003469 set_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
3470 &BTRFS_I(inode)->runtime_flags);
Josef Bacik925396e2013-02-01 15:57:47 -05003471 atomic_inc(&root->orphan_inodes);
Josef Bacik7b128762008-07-24 12:17:14 -04003472
Josef Bacik7b128762008-07-24 12:17:14 -04003473 /* if we have links, this was a truncate, lets do that */
3474 if (inode->i_nlink) {
Dulshani Gunawardhanafae7f212013-10-31 10:30:08 +05303475 if (WARN_ON(!S_ISREG(inode->i_mode))) {
Josef Bacika41ad392011-01-31 15:30:16 -05003476 iput(inode);
3477 continue;
3478 }
Josef Bacik7b128762008-07-24 12:17:14 -04003479 nr_truncate++;
Josef Bacikf3fe8202013-01-07 17:03:21 -05003480
3481 /* 1 for the orphan item deletion. */
3482 trans = btrfs_start_transaction(root, 1);
3483 if (IS_ERR(trans)) {
Josef Bacikc69b26b2013-06-03 16:51:23 -04003484 iput(inode);
Josef Bacikf3fe8202013-01-07 17:03:21 -05003485 ret = PTR_ERR(trans);
3486 goto out;
3487 }
3488 ret = btrfs_orphan_add(trans, inode);
3489 btrfs_end_transaction(trans, root);
Josef Bacikc69b26b2013-06-03 16:51:23 -04003490 if (ret) {
3491 iput(inode);
Josef Bacikf3fe8202013-01-07 17:03:21 -05003492 goto out;
Josef Bacikc69b26b2013-06-03 16:51:23 -04003493 }
Josef Bacikf3fe8202013-01-07 17:03:21 -05003494
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003495 ret = btrfs_truncate(inode);
Josef Bacik4a7d0f62013-02-07 16:27:28 -05003496 if (ret)
3497 btrfs_orphan_del(NULL, inode);
Josef Bacik7b128762008-07-24 12:17:14 -04003498 } else {
3499 nr_unlink++;
3500 }
3501
3502 /* this will do delete_inode and everything for us */
3503 iput(inode);
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003504 if (ret)
3505 goto out;
Josef Bacik7b128762008-07-24 12:17:14 -04003506 }
Miao Xie3254c872011-11-10 20:45:05 -05003507 /* release the path since we're done with it */
3508 btrfs_release_path(path);
3509
Yan, Zhengd68fc572010-05-16 10:49:58 -04003510 root->orphan_cleanup_state = ORPHAN_CLEANUP_DONE;
3511
3512 if (root->orphan_block_rsv)
3513 btrfs_block_rsv_release(root, root->orphan_block_rsv,
3514 (u64)-1);
3515
Miao Xie27cdeb72014-04-02 19:51:05 +08003516 if (root->orphan_block_rsv ||
3517 test_bit(BTRFS_ROOT_ORPHAN_ITEM_INSERTED, &root->state)) {
Josef Bacik7a7eaa42011-04-13 12:54:33 -04003518 trans = btrfs_join_transaction(root);
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003519 if (!IS_ERR(trans))
3520 btrfs_end_transaction(trans, root);
Yan, Zhengd68fc572010-05-16 10:49:58 -04003521 }
Josef Bacik7b128762008-07-24 12:17:14 -04003522
3523 if (nr_unlink)
David Sterba4884b472013-03-20 13:31:27 +00003524 btrfs_debug(root->fs_info, "unlinked %d orphans", nr_unlink);
Josef Bacik7b128762008-07-24 12:17:14 -04003525 if (nr_truncate)
David Sterba4884b472013-03-20 13:31:27 +00003526 btrfs_debug(root->fs_info, "truncated %d orphans", nr_truncate);
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003527
3528out:
3529 if (ret)
David Sterba68b663d2014-12-19 18:38:37 +01003530 btrfs_err(root->fs_info,
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00003531 "could not do orphan cleanup %d", ret);
Josef Bacik66b4ffd2011-01-31 16:22:42 -05003532 btrfs_free_path(path);
3533 return ret;
Josef Bacik7b128762008-07-24 12:17:14 -04003534}
3535
Chris Masond352ac62008-09-29 15:18:18 -04003536/*
Chris Mason46a53cc2009-04-27 11:47:50 -04003537 * very simple check to peek ahead in the leaf looking for xattrs. If we
3538 * don't find any xattrs, we know there can't be any acls.
3539 *
3540 * slot is the slot the inode is in, objectid is the objectid of the inode
3541 */
3542static noinline int acls_after_inode_item(struct extent_buffer *leaf,
Filipe David Borba Manana63541922014-01-07 11:47:46 +00003543 int slot, u64 objectid,
3544 int *first_xattr_slot)
Chris Mason46a53cc2009-04-27 11:47:50 -04003545{
3546 u32 nritems = btrfs_header_nritems(leaf);
3547 struct btrfs_key found_key;
Josef Bacikf23b5a52013-06-19 10:16:26 -04003548 static u64 xattr_access = 0;
3549 static u64 xattr_default = 0;
Chris Mason46a53cc2009-04-27 11:47:50 -04003550 int scanned = 0;
3551
Josef Bacikf23b5a52013-06-19 10:16:26 -04003552 if (!xattr_access) {
3553 xattr_access = btrfs_name_hash(POSIX_ACL_XATTR_ACCESS,
3554 strlen(POSIX_ACL_XATTR_ACCESS));
3555 xattr_default = btrfs_name_hash(POSIX_ACL_XATTR_DEFAULT,
3556 strlen(POSIX_ACL_XATTR_DEFAULT));
3557 }
3558
Chris Mason46a53cc2009-04-27 11:47:50 -04003559 slot++;
Filipe David Borba Manana63541922014-01-07 11:47:46 +00003560 *first_xattr_slot = -1;
Chris Mason46a53cc2009-04-27 11:47:50 -04003561 while (slot < nritems) {
3562 btrfs_item_key_to_cpu(leaf, &found_key, slot);
3563
3564 /* we found a different objectid, there must not be acls */
3565 if (found_key.objectid != objectid)
3566 return 0;
3567
3568 /* we found an xattr, assume we've got an acl */
Josef Bacikf23b5a52013-06-19 10:16:26 -04003569 if (found_key.type == BTRFS_XATTR_ITEM_KEY) {
Filipe David Borba Manana63541922014-01-07 11:47:46 +00003570 if (*first_xattr_slot == -1)
3571 *first_xattr_slot = slot;
Josef Bacikf23b5a52013-06-19 10:16:26 -04003572 if (found_key.offset == xattr_access ||
3573 found_key.offset == xattr_default)
3574 return 1;
3575 }
Chris Mason46a53cc2009-04-27 11:47:50 -04003576
3577 /*
3578 * we found a key greater than an xattr key, there can't
3579 * be any acls later on
3580 */
3581 if (found_key.type > BTRFS_XATTR_ITEM_KEY)
3582 return 0;
3583
3584 slot++;
3585 scanned++;
3586
3587 /*
3588 * it goes inode, inode backrefs, xattrs, extents,
3589 * so if there are a ton of hard links to an inode there can
3590 * be a lot of backrefs. Don't waste time searching too hard,
3591 * this is just an optimization
3592 */
3593 if (scanned >= 8)
3594 break;
3595 }
3596 /* we hit the end of the leaf before we found an xattr or
3597 * something larger than an xattr. We have to assume the inode
3598 * has acls
3599 */
Filipe David Borba Manana63541922014-01-07 11:47:46 +00003600 if (*first_xattr_slot == -1)
3601 *first_xattr_slot = slot;
Chris Mason46a53cc2009-04-27 11:47:50 -04003602 return 1;
3603}
3604
3605/*
Chris Masond352ac62008-09-29 15:18:18 -04003606 * read an inode from the btree into the in-memory inode
3607 */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003608static void btrfs_read_locked_inode(struct inode *inode)
Chris Mason39279cc2007-06-12 06:35:45 -04003609{
3610 struct btrfs_path *path;
Chris Mason5f39d392007-10-15 16:14:19 -04003611 struct extent_buffer *leaf;
Chris Mason39279cc2007-06-12 06:35:45 -04003612 struct btrfs_inode_item *inode_item;
3613 struct btrfs_root *root = BTRFS_I(inode)->root;
3614 struct btrfs_key location;
Miao Xie67de1172013-12-26 13:07:06 +08003615 unsigned long ptr;
Chris Mason46a53cc2009-04-27 11:47:50 -04003616 int maybe_acls;
Josef Bacik618e21d2007-07-11 10:18:17 -04003617 u32 rdev;
Chris Mason39279cc2007-06-12 06:35:45 -04003618 int ret;
Miao Xie2f7e33d2011-06-23 07:27:13 +00003619 bool filled = false;
Filipe David Borba Manana63541922014-01-07 11:47:46 +00003620 int first_xattr_slot;
Miao Xie2f7e33d2011-06-23 07:27:13 +00003621
3622 ret = btrfs_fill_inode(inode, &rdev);
3623 if (!ret)
3624 filled = true;
Chris Mason39279cc2007-06-12 06:35:45 -04003625
3626 path = btrfs_alloc_path();
Mark Fasheh1748f842011-07-12 11:25:31 -07003627 if (!path)
3628 goto make_bad;
3629
Chris Mason39279cc2007-06-12 06:35:45 -04003630 memcpy(&location, &BTRFS_I(inode)->location, sizeof(location));
Chris Masondc17ff82008-01-08 15:46:30 -05003631
Chris Mason39279cc2007-06-12 06:35:45 -04003632 ret = btrfs_lookup_inode(NULL, root, path, &location, 0);
Chris Mason5f39d392007-10-15 16:14:19 -04003633 if (ret)
Chris Mason39279cc2007-06-12 06:35:45 -04003634 goto make_bad;
Chris Mason39279cc2007-06-12 06:35:45 -04003635
Chris Mason5f39d392007-10-15 16:14:19 -04003636 leaf = path->nodes[0];
Miao Xie2f7e33d2011-06-23 07:27:13 +00003637
3638 if (filled)
Miao Xie67de1172013-12-26 13:07:06 +08003639 goto cache_index;
Miao Xie2f7e33d2011-06-23 07:27:13 +00003640
Chris Mason5f39d392007-10-15 16:14:19 -04003641 inode_item = btrfs_item_ptr(leaf, path->slots[0],
3642 struct btrfs_inode_item);
Chris Mason5f39d392007-10-15 16:14:19 -04003643 inode->i_mode = btrfs_inode_mode(leaf, inode_item);
Miklos Szeredibfe86842011-10-28 14:13:29 +02003644 set_nlink(inode, btrfs_inode_nlink(leaf, inode_item));
Eric W. Biederman2f2f43d2012-02-10 11:05:07 -08003645 i_uid_write(inode, btrfs_inode_uid(leaf, inode_item));
3646 i_gid_write(inode, btrfs_inode_gid(leaf, inode_item));
Chris Masondbe674a2008-07-17 12:54:05 -04003647 btrfs_i_size_write(inode, btrfs_inode_size(leaf, inode_item));
Chris Mason5f39d392007-10-15 16:14:19 -04003648
David Sterbaa937b972014-12-12 17:39:12 +01003649 inode->i_atime.tv_sec = btrfs_timespec_sec(leaf, &inode_item->atime);
3650 inode->i_atime.tv_nsec = btrfs_timespec_nsec(leaf, &inode_item->atime);
Chris Mason5f39d392007-10-15 16:14:19 -04003651
David Sterbaa937b972014-12-12 17:39:12 +01003652 inode->i_mtime.tv_sec = btrfs_timespec_sec(leaf, &inode_item->mtime);
3653 inode->i_mtime.tv_nsec = btrfs_timespec_nsec(leaf, &inode_item->mtime);
Chris Mason5f39d392007-10-15 16:14:19 -04003654
David Sterbaa937b972014-12-12 17:39:12 +01003655 inode->i_ctime.tv_sec = btrfs_timespec_sec(leaf, &inode_item->ctime);
3656 inode->i_ctime.tv_nsec = btrfs_timespec_nsec(leaf, &inode_item->ctime);
Chris Mason5f39d392007-10-15 16:14:19 -04003657
chandan r9cc97d62012-07-04 12:48:07 +05303658 BTRFS_I(inode)->i_otime.tv_sec =
3659 btrfs_timespec_sec(leaf, &inode_item->otime);
3660 BTRFS_I(inode)->i_otime.tv_nsec =
3661 btrfs_timespec_nsec(leaf, &inode_item->otime);
Chris Mason5f39d392007-10-15 16:14:19 -04003662
Yan Zhenga76a3cd2008-10-09 11:46:29 -04003663 inode_set_bytes(inode, btrfs_inode_nbytes(leaf, inode_item));
Chris Masone02119d2008-09-05 16:13:11 -04003664 BTRFS_I(inode)->generation = btrfs_inode_generation(leaf, inode_item);
Josef Bacik5dc562c2012-08-17 13:14:17 -04003665 BTRFS_I(inode)->last_trans = btrfs_inode_transid(leaf, inode_item);
3666
Josef Bacik0c4d2d92012-04-05 15:03:02 -04003667 inode->i_version = btrfs_inode_sequence(leaf, inode_item);
Chris Masone02119d2008-09-05 16:13:11 -04003668 inode->i_generation = BTRFS_I(inode)->generation;
Josef Bacik618e21d2007-07-11 10:18:17 -04003669 inode->i_rdev = 0;
Chris Mason5f39d392007-10-15 16:14:19 -04003670 rdev = btrfs_inode_rdev(leaf, inode_item);
3671
Josef Bacikaec74772008-07-24 12:12:38 -04003672 BTRFS_I(inode)->index_cnt = (u64)-1;
Yan Zhengd2fb3432008-12-11 16:30:39 -05003673 BTRFS_I(inode)->flags = btrfs_inode_flags(leaf, inode_item);
Miao Xie67de1172013-12-26 13:07:06 +08003674
3675cache_index:
Yang Dongsheng6e17d302015-04-09 12:08:43 +08003676 /*
3677 * If we were modified in the current generation and evicted from memory
3678 * and then re-read we need to do a full sync since we don't have any
3679 * idea about which extents were modified before we were evicted from
3680 * cache.
3681 *
3682 * This is required for both inode re-read from disk and delayed inode
3683 * in delayed_nodes_tree.
3684 */
3685 if (BTRFS_I(inode)->last_trans == root->fs_info->generation)
3686 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
3687 &BTRFS_I(inode)->runtime_flags);
3688
Filipe Mananabde6c242015-07-24 00:00:19 +01003689 /*
3690 * We don't persist the id of the transaction where an unlink operation
3691 * against the inode was last made. So here we assume the inode might
3692 * have been evicted, and therefore the exact value of last_unlink_trans
3693 * lost, and set it to last_trans to avoid metadata inconsistencies
3694 * between the inode and its parent if the inode is fsync'ed and the log
3695 * replayed. For example, in the scenario:
3696 *
3697 * touch mydir/foo
3698 * ln mydir/foo mydir/bar
3699 * sync
3700 * unlink mydir/bar
3701 * echo 2 > /proc/sys/vm/drop_caches # evicts inode
3702 * xfs_io -c fsync mydir/foo
3703 * <power failure>
3704 * mount fs, triggers fsync log replay
3705 *
3706 * We must make sure that when we fsync our inode foo we also log its
3707 * parent inode, otherwise after log replay the parent still has the
3708 * dentry with the "bar" name but our inode foo has a link count of 1
3709 * and doesn't have an inode ref with the name "bar" anymore.
3710 *
3711 * Setting last_unlink_trans to last_trans is a pessimistic approach,
3712 * but it guarantees correctness at the expense of ocassional full
3713 * transaction commits on fsync if our inode is a directory, or if our
3714 * inode is not a directory, logging its parent unnecessarily.
3715 */
3716 BTRFS_I(inode)->last_unlink_trans = BTRFS_I(inode)->last_trans;
3717
Miao Xie67de1172013-12-26 13:07:06 +08003718 path->slots[0]++;
3719 if (inode->i_nlink != 1 ||
3720 path->slots[0] >= btrfs_header_nritems(leaf))
3721 goto cache_acl;
3722
3723 btrfs_item_key_to_cpu(leaf, &location, path->slots[0]);
3724 if (location.objectid != btrfs_ino(inode))
3725 goto cache_acl;
3726
3727 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
3728 if (location.type == BTRFS_INODE_REF_KEY) {
3729 struct btrfs_inode_ref *ref;
3730
3731 ref = (struct btrfs_inode_ref *)ptr;
3732 BTRFS_I(inode)->dir_index = btrfs_inode_ref_index(leaf, ref);
3733 } else if (location.type == BTRFS_INODE_EXTREF_KEY) {
3734 struct btrfs_inode_extref *extref;
3735
3736 extref = (struct btrfs_inode_extref *)ptr;
3737 BTRFS_I(inode)->dir_index = btrfs_inode_extref_index(leaf,
3738 extref);
3739 }
Miao Xie2f7e33d2011-06-23 07:27:13 +00003740cache_acl:
Chris Mason46a53cc2009-04-27 11:47:50 -04003741 /*
3742 * try to precache a NULL acl entry for files that don't have
3743 * any xattrs or acls
3744 */
Li Zefan33345d012011-04-20 10:31:50 +08003745 maybe_acls = acls_after_inode_item(leaf, path->slots[0],
Filipe David Borba Manana63541922014-01-07 11:47:46 +00003746 btrfs_ino(inode), &first_xattr_slot);
3747 if (first_xattr_slot != -1) {
3748 path->slots[0] = first_xattr_slot;
3749 ret = btrfs_load_inode_props(inode, path);
3750 if (ret)
3751 btrfs_err(root->fs_info,
David Sterba351fd352014-05-15 16:48:20 +02003752 "error loading props for ino %llu (root %llu): %d",
Filipe David Borba Manana63541922014-01-07 11:47:46 +00003753 btrfs_ino(inode),
3754 root->root_key.objectid, ret);
3755 }
3756 btrfs_free_path(path);
3757
Al Viro72c04902009-06-24 16:58:48 -04003758 if (!maybe_acls)
3759 cache_no_acl(inode);
Chris Mason46a53cc2009-04-27 11:47:50 -04003760
Chris Mason39279cc2007-06-12 06:35:45 -04003761 switch (inode->i_mode & S_IFMT) {
Chris Mason39279cc2007-06-12 06:35:45 -04003762 case S_IFREG:
3763 inode->i_mapping->a_ops = &btrfs_aops;
Chris Masond1310b22008-01-24 16:13:08 -05003764 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
Chris Mason39279cc2007-06-12 06:35:45 -04003765 inode->i_fop = &btrfs_file_operations;
3766 inode->i_op = &btrfs_file_inode_operations;
3767 break;
3768 case S_IFDIR:
3769 inode->i_fop = &btrfs_dir_file_operations;
3770 if (root == root->fs_info->tree_root)
3771 inode->i_op = &btrfs_dir_ro_inode_operations;
3772 else
3773 inode->i_op = &btrfs_dir_inode_operations;
3774 break;
3775 case S_IFLNK:
3776 inode->i_op = &btrfs_symlink_inode_operations;
3777 inode->i_mapping->a_ops = &btrfs_symlink_aops;
3778 break;
Josef Bacik618e21d2007-07-11 10:18:17 -04003779 default:
Jim Owens0279b4c2009-02-04 09:29:13 -05003780 inode->i_op = &btrfs_special_inode_operations;
Josef Bacik618e21d2007-07-11 10:18:17 -04003781 init_special_inode(inode, inode->i_mode, rdev);
3782 break;
Chris Mason39279cc2007-06-12 06:35:45 -04003783 }
Christoph Hellwig6cbff002009-04-17 10:37:41 +02003784
3785 btrfs_update_iflags(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04003786 return;
3787
3788make_bad:
Chris Mason39279cc2007-06-12 06:35:45 -04003789 btrfs_free_path(path);
Chris Mason39279cc2007-06-12 06:35:45 -04003790 make_bad_inode(inode);
3791}
3792
Chris Masond352ac62008-09-29 15:18:18 -04003793/*
3794 * given a leaf and an inode, copy the inode fields into the leaf
3795 */
Chris Masone02119d2008-09-05 16:13:11 -04003796static void fill_inode_item(struct btrfs_trans_handle *trans,
3797 struct extent_buffer *leaf,
Chris Mason5f39d392007-10-15 16:14:19 -04003798 struct btrfs_inode_item *item,
Chris Mason39279cc2007-06-12 06:35:45 -04003799 struct inode *inode)
3800{
Liu Bo51fab692012-12-27 09:01:21 +00003801 struct btrfs_map_token token;
Chris Mason5f39d392007-10-15 16:14:19 -04003802
Liu Bo51fab692012-12-27 09:01:21 +00003803 btrfs_init_map_token(&token);
Chris Mason5f39d392007-10-15 16:14:19 -04003804
Liu Bo51fab692012-12-27 09:01:21 +00003805 btrfs_set_token_inode_uid(leaf, item, i_uid_read(inode), &token);
3806 btrfs_set_token_inode_gid(leaf, item, i_gid_read(inode), &token);
3807 btrfs_set_token_inode_size(leaf, item, BTRFS_I(inode)->disk_i_size,
3808 &token);
3809 btrfs_set_token_inode_mode(leaf, item, inode->i_mode, &token);
3810 btrfs_set_token_inode_nlink(leaf, item, inode->i_nlink, &token);
Chris Mason5f39d392007-10-15 16:14:19 -04003811
David Sterbaa937b972014-12-12 17:39:12 +01003812 btrfs_set_token_timespec_sec(leaf, &item->atime,
Liu Bo51fab692012-12-27 09:01:21 +00003813 inode->i_atime.tv_sec, &token);
David Sterbaa937b972014-12-12 17:39:12 +01003814 btrfs_set_token_timespec_nsec(leaf, &item->atime,
Liu Bo51fab692012-12-27 09:01:21 +00003815 inode->i_atime.tv_nsec, &token);
Chris Mason5f39d392007-10-15 16:14:19 -04003816
David Sterbaa937b972014-12-12 17:39:12 +01003817 btrfs_set_token_timespec_sec(leaf, &item->mtime,
Liu Bo51fab692012-12-27 09:01:21 +00003818 inode->i_mtime.tv_sec, &token);
David Sterbaa937b972014-12-12 17:39:12 +01003819 btrfs_set_token_timespec_nsec(leaf, &item->mtime,
Liu Bo51fab692012-12-27 09:01:21 +00003820 inode->i_mtime.tv_nsec, &token);
3821
David Sterbaa937b972014-12-12 17:39:12 +01003822 btrfs_set_token_timespec_sec(leaf, &item->ctime,
Liu Bo51fab692012-12-27 09:01:21 +00003823 inode->i_ctime.tv_sec, &token);
David Sterbaa937b972014-12-12 17:39:12 +01003824 btrfs_set_token_timespec_nsec(leaf, &item->ctime,
Liu Bo51fab692012-12-27 09:01:21 +00003825 inode->i_ctime.tv_nsec, &token);
3826
chandan r9cc97d62012-07-04 12:48:07 +05303827 btrfs_set_token_timespec_sec(leaf, &item->otime,
3828 BTRFS_I(inode)->i_otime.tv_sec, &token);
3829 btrfs_set_token_timespec_nsec(leaf, &item->otime,
3830 BTRFS_I(inode)->i_otime.tv_nsec, &token);
3831
Liu Bo51fab692012-12-27 09:01:21 +00003832 btrfs_set_token_inode_nbytes(leaf, item, inode_get_bytes(inode),
3833 &token);
3834 btrfs_set_token_inode_generation(leaf, item, BTRFS_I(inode)->generation,
3835 &token);
3836 btrfs_set_token_inode_sequence(leaf, item, inode->i_version, &token);
3837 btrfs_set_token_inode_transid(leaf, item, trans->transid, &token);
3838 btrfs_set_token_inode_rdev(leaf, item, inode->i_rdev, &token);
3839 btrfs_set_token_inode_flags(leaf, item, BTRFS_I(inode)->flags, &token);
3840 btrfs_set_token_inode_block_group(leaf, item, 0, &token);
Chris Mason39279cc2007-06-12 06:35:45 -04003841}
3842
Chris Masond352ac62008-09-29 15:18:18 -04003843/*
3844 * copy everything in the in-memory inode into the btree.
3845 */
Chris Mason21151332011-11-10 20:39:08 -05003846static noinline int btrfs_update_inode_item(struct btrfs_trans_handle *trans,
Chris Masond3977122009-01-05 21:25:51 -05003847 struct btrfs_root *root, struct inode *inode)
Chris Mason39279cc2007-06-12 06:35:45 -04003848{
3849 struct btrfs_inode_item *inode_item;
3850 struct btrfs_path *path;
Chris Mason5f39d392007-10-15 16:14:19 -04003851 struct extent_buffer *leaf;
Chris Mason39279cc2007-06-12 06:35:45 -04003852 int ret;
3853
3854 path = btrfs_alloc_path();
Miao Xie16cdcec2011-04-22 18:12:22 +08003855 if (!path)
3856 return -ENOMEM;
3857
Chris Masonb9473432009-03-13 11:00:37 -04003858 path->leave_spinning = 1;
Miao Xie16cdcec2011-04-22 18:12:22 +08003859 ret = btrfs_lookup_inode(trans, root, path, &BTRFS_I(inode)->location,
3860 1);
Chris Mason39279cc2007-06-12 06:35:45 -04003861 if (ret) {
3862 if (ret > 0)
3863 ret = -ENOENT;
3864 goto failed;
3865 }
3866
Chris Mason5f39d392007-10-15 16:14:19 -04003867 leaf = path->nodes[0];
3868 inode_item = btrfs_item_ptr(leaf, path->slots[0],
Miao Xie16cdcec2011-04-22 18:12:22 +08003869 struct btrfs_inode_item);
Chris Mason39279cc2007-06-12 06:35:45 -04003870
Chris Masone02119d2008-09-05 16:13:11 -04003871 fill_inode_item(trans, leaf, inode_item, inode);
Chris Mason5f39d392007-10-15 16:14:19 -04003872 btrfs_mark_buffer_dirty(leaf);
Josef Bacik15ee9bc2007-08-10 16:22:09 -04003873 btrfs_set_inode_last_trans(trans, inode);
Chris Mason39279cc2007-06-12 06:35:45 -04003874 ret = 0;
3875failed:
Chris Mason39279cc2007-06-12 06:35:45 -04003876 btrfs_free_path(path);
3877 return ret;
3878}
3879
Chris Masond352ac62008-09-29 15:18:18 -04003880/*
Chris Mason21151332011-11-10 20:39:08 -05003881 * copy everything in the in-memory inode into the btree.
3882 */
3883noinline int btrfs_update_inode(struct btrfs_trans_handle *trans,
3884 struct btrfs_root *root, struct inode *inode)
3885{
3886 int ret;
3887
3888 /*
3889 * If the inode is a free space inode, we can deadlock during commit
3890 * if we put it into the delayed code.
3891 *
3892 * The data relocation inode should also be directly updated
3893 * without delay
3894 */
Liu Bo83eea1f2012-07-10 05:28:39 -06003895 if (!btrfs_is_free_space_inode(inode)
Josef Bacik1d52c782014-09-18 11:30:44 -04003896 && root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID
3897 && !root->fs_info->log_root_recovering) {
Alexander Block8ea05e32012-07-25 17:35:53 +02003898 btrfs_update_root_times(trans, root);
3899
Chris Mason21151332011-11-10 20:39:08 -05003900 ret = btrfs_delayed_update_inode(trans, root, inode);
3901 if (!ret)
3902 btrfs_set_inode_last_trans(trans, inode);
3903 return ret;
3904 }
3905
3906 return btrfs_update_inode_item(trans, root, inode);
3907}
3908
Josef Bacikbe6aef62012-10-22 15:43:12 -04003909noinline int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
3910 struct btrfs_root *root,
3911 struct inode *inode)
Chris Mason21151332011-11-10 20:39:08 -05003912{
3913 int ret;
3914
3915 ret = btrfs_update_inode(trans, root, inode);
3916 if (ret == -ENOSPC)
3917 return btrfs_update_inode_item(trans, root, inode);
3918 return ret;
3919}
3920
3921/*
Chris Masond352ac62008-09-29 15:18:18 -04003922 * unlink helper that gets used here in inode.c and in the tree logging
3923 * recovery code. It remove a link in a directory with a given name, and
3924 * also drops the back refs in the inode to the directory
3925 */
Al Viro92986792011-03-04 17:14:37 +00003926static int __btrfs_unlink_inode(struct btrfs_trans_handle *trans,
3927 struct btrfs_root *root,
3928 struct inode *dir, struct inode *inode,
3929 const char *name, int name_len)
Chris Mason39279cc2007-06-12 06:35:45 -04003930{
3931 struct btrfs_path *path;
Chris Mason39279cc2007-06-12 06:35:45 -04003932 int ret = 0;
Chris Mason5f39d392007-10-15 16:14:19 -04003933 struct extent_buffer *leaf;
Chris Mason39279cc2007-06-12 06:35:45 -04003934 struct btrfs_dir_item *di;
Chris Mason5f39d392007-10-15 16:14:19 -04003935 struct btrfs_key key;
Josef Bacikaec74772008-07-24 12:12:38 -04003936 u64 index;
Li Zefan33345d012011-04-20 10:31:50 +08003937 u64 ino = btrfs_ino(inode);
3938 u64 dir_ino = btrfs_ino(dir);
Chris Mason39279cc2007-06-12 06:35:45 -04003939
3940 path = btrfs_alloc_path();
Chris Mason54aa1f42007-06-22 14:16:25 -04003941 if (!path) {
3942 ret = -ENOMEM;
Tsutomu Itoh554233a2011-02-03 03:16:25 +00003943 goto out;
Chris Mason54aa1f42007-06-22 14:16:25 -04003944 }
3945
Chris Masonb9473432009-03-13 11:00:37 -04003946 path->leave_spinning = 1;
Li Zefan33345d012011-04-20 10:31:50 +08003947 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
Chris Mason39279cc2007-06-12 06:35:45 -04003948 name, name_len, -1);
3949 if (IS_ERR(di)) {
3950 ret = PTR_ERR(di);
3951 goto err;
3952 }
3953 if (!di) {
3954 ret = -ENOENT;
3955 goto err;
3956 }
Chris Mason5f39d392007-10-15 16:14:19 -04003957 leaf = path->nodes[0];
3958 btrfs_dir_item_key_to_cpu(leaf, di, &key);
Chris Mason39279cc2007-06-12 06:35:45 -04003959 ret = btrfs_delete_one_dir_name(trans, root, path, di);
Chris Mason54aa1f42007-06-22 14:16:25 -04003960 if (ret)
3961 goto err;
David Sterbab3b4aa72011-04-21 01:20:15 +02003962 btrfs_release_path(path);
Chris Mason39279cc2007-06-12 06:35:45 -04003963
Miao Xie67de1172013-12-26 13:07:06 +08003964 /*
3965 * If we don't have dir index, we have to get it by looking up
3966 * the inode ref, since we get the inode ref, remove it directly,
3967 * it is unnecessary to do delayed deletion.
3968 *
3969 * But if we have dir index, needn't search inode ref to get it.
3970 * Since the inode ref is close to the inode item, it is better
3971 * that we delay to delete it, and just do this deletion when
3972 * we update the inode item.
3973 */
3974 if (BTRFS_I(inode)->dir_index) {
3975 ret = btrfs_delayed_delete_inode_ref(inode);
3976 if (!ret) {
3977 index = BTRFS_I(inode)->dir_index;
3978 goto skip_backref;
3979 }
3980 }
3981
Li Zefan33345d012011-04-20 10:31:50 +08003982 ret = btrfs_del_inode_ref(trans, root, name, name_len, ino,
3983 dir_ino, &index);
Josef Bacikaec74772008-07-24 12:12:38 -04003984 if (ret) {
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00003985 btrfs_info(root->fs_info,
3986 "failed to delete reference to %.*s, inode %llu parent %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02003987 name_len, name, ino, dir_ino);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003988 btrfs_abort_transaction(trans, root, ret);
Josef Bacikaec74772008-07-24 12:12:38 -04003989 goto err;
3990 }
Miao Xie67de1172013-12-26 13:07:06 +08003991skip_backref:
Miao Xie16cdcec2011-04-22 18:12:22 +08003992 ret = btrfs_delete_delayed_dir_index(trans, root, dir, index);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003993 if (ret) {
3994 btrfs_abort_transaction(trans, root, ret);
Chris Mason39279cc2007-06-12 06:35:45 -04003995 goto err;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003996 }
Chris Mason39279cc2007-06-12 06:35:45 -04003997
Chris Masone02119d2008-09-05 16:13:11 -04003998 ret = btrfs_del_inode_ref_in_log(trans, root, name, name_len,
Li Zefan33345d012011-04-20 10:31:50 +08003999 inode, dir_ino);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004000 if (ret != 0 && ret != -ENOENT) {
4001 btrfs_abort_transaction(trans, root, ret);
4002 goto err;
4003 }
Chris Masone02119d2008-09-05 16:13:11 -04004004
4005 ret = btrfs_del_dir_entries_in_log(trans, root, name, name_len,
4006 dir, index);
Chris Mason6418c962010-10-30 07:34:24 -04004007 if (ret == -ENOENT)
4008 ret = 0;
Zach Brownd4e39912013-04-02 21:02:16 +00004009 else if (ret)
4010 btrfs_abort_transaction(trans, root, ret);
Chris Mason39279cc2007-06-12 06:35:45 -04004011err:
4012 btrfs_free_path(path);
Chris Masone02119d2008-09-05 16:13:11 -04004013 if (ret)
4014 goto out;
4015
4016 btrfs_i_size_write(dir, dir->i_size - name_len * 2);
Josef Bacik0c4d2d92012-04-05 15:03:02 -04004017 inode_inc_iversion(inode);
4018 inode_inc_iversion(dir);
Chris Masone02119d2008-09-05 16:13:11 -04004019 inode->i_ctime = dir->i_mtime = dir->i_ctime = CURRENT_TIME;
Tsutomu Itohb9959292012-06-25 21:25:22 -06004020 ret = btrfs_update_inode(trans, root, dir);
Chris Masone02119d2008-09-05 16:13:11 -04004021out:
Chris Mason39279cc2007-06-12 06:35:45 -04004022 return ret;
4023}
4024
Al Viro92986792011-03-04 17:14:37 +00004025int btrfs_unlink_inode(struct btrfs_trans_handle *trans,
4026 struct btrfs_root *root,
4027 struct inode *dir, struct inode *inode,
4028 const char *name, int name_len)
4029{
4030 int ret;
4031 ret = __btrfs_unlink_inode(trans, root, dir, inode, name, name_len);
4032 if (!ret) {
Zach Brown8b558c52013-10-16 12:10:34 -07004033 drop_nlink(inode);
Al Viro92986792011-03-04 17:14:37 +00004034 ret = btrfs_update_inode(trans, root, inode);
4035 }
4036 return ret;
4037}
Yan, Zhenga22285a2010-05-16 10:48:46 -04004038
4039/*
4040 * helper to start transaction for unlink and rmdir.
4041 *
Josef Bacikd52be812013-05-29 14:54:47 -04004042 * unlink and rmdir are special in btrfs, they do not always free space, so
4043 * if we cannot make our reservations the normal way try and see if there is
4044 * plenty of slack room in the global reserve to migrate, otherwise we cannot
4045 * allow the unlink to occur.
Yan, Zhenga22285a2010-05-16 10:48:46 -04004046 */
Josef Bacikd52be812013-05-29 14:54:47 -04004047static struct btrfs_trans_handle *__unlink_start_trans(struct inode *dir)
Yan, Zhenga22285a2010-05-16 10:48:46 -04004048{
4049 struct btrfs_trans_handle *trans;
4050 struct btrfs_root *root = BTRFS_I(dir)->root;
Yan, Zhenga22285a2010-05-16 10:48:46 -04004051 int ret;
4052
Josef Bacike70bea52011-10-11 14:18:24 -04004053 /*
4054 * 1 for the possible orphan item
4055 * 1 for the dir item
4056 * 1 for the dir index
4057 * 1 for the inode ref
Josef Bacike70bea52011-10-11 14:18:24 -04004058 * 1 for the inode
4059 */
Josef Bacik6e137ed2013-03-26 15:26:55 -04004060 trans = btrfs_start_transaction(root, 5);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004061 if (!IS_ERR(trans) || PTR_ERR(trans) != -ENOSPC)
4062 return trans;
4063
Josef Bacikd52be812013-05-29 14:54:47 -04004064 if (PTR_ERR(trans) == -ENOSPC) {
4065 u64 num_bytes = btrfs_calc_trans_metadata_size(root, 5);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004066
Josef Bacikd52be812013-05-29 14:54:47 -04004067 trans = btrfs_start_transaction(root, 0);
4068 if (IS_ERR(trans))
4069 return trans;
4070 ret = btrfs_cond_migrate_bytes(root->fs_info,
4071 &root->fs_info->trans_block_rsv,
4072 num_bytes, 5);
4073 if (ret) {
4074 btrfs_end_transaction(trans, root);
4075 return ERR_PTR(ret);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004076 }
Josef Bacik5a77d762011-11-01 14:32:23 -04004077 trans->block_rsv = &root->fs_info->trans_block_rsv;
Josef Bacikd52be812013-05-29 14:54:47 -04004078 trans->bytes_reserved = num_bytes;
Yan, Zhenga22285a2010-05-16 10:48:46 -04004079 }
Josef Bacikd52be812013-05-29 14:54:47 -04004080 return trans;
Yan, Zhenga22285a2010-05-16 10:48:46 -04004081}
4082
Chris Mason39279cc2007-06-12 06:35:45 -04004083static int btrfs_unlink(struct inode *dir, struct dentry *dentry)
4084{
Yan, Zhenga22285a2010-05-16 10:48:46 -04004085 struct btrfs_root *root = BTRFS_I(dir)->root;
Chris Mason39279cc2007-06-12 06:35:45 -04004086 struct btrfs_trans_handle *trans;
David Howells2b0143b2015-03-17 22:25:59 +00004087 struct inode *inode = d_inode(dentry);
Chris Mason39279cc2007-06-12 06:35:45 -04004088 int ret;
4089
Josef Bacikd52be812013-05-29 14:54:47 -04004090 trans = __unlink_start_trans(dir);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004091 if (IS_ERR(trans))
Josef Bacik5df6a9f2009-11-10 21:23:48 -05004092 return PTR_ERR(trans);
Chris Mason5f39d392007-10-15 16:14:19 -04004093
David Howells2b0143b2015-03-17 22:25:59 +00004094 btrfs_record_unlink_dir(trans, dir, d_inode(dentry), 0);
Chris Mason12fcfd22009-03-24 10:24:20 -04004095
David Howells2b0143b2015-03-17 22:25:59 +00004096 ret = btrfs_unlink_inode(trans, root, dir, d_inode(dentry),
Chris Masone02119d2008-09-05 16:13:11 -04004097 dentry->d_name.name, dentry->d_name.len);
Tsutomu Itohb5324022011-07-19 07:27:20 +00004098 if (ret)
4099 goto out;
Josef Bacik7b128762008-07-24 12:17:14 -04004100
Yan, Zhenga22285a2010-05-16 10:48:46 -04004101 if (inode->i_nlink == 0) {
Josef Bacik7b128762008-07-24 12:17:14 -04004102 ret = btrfs_orphan_add(trans, inode);
Tsutomu Itohb5324022011-07-19 07:27:20 +00004103 if (ret)
4104 goto out;
Yan, Zhenga22285a2010-05-16 10:48:46 -04004105 }
Josef Bacik7b128762008-07-24 12:17:14 -04004106
Tsutomu Itohb5324022011-07-19 07:27:20 +00004107out:
Josef Bacikd52be812013-05-29 14:54:47 -04004108 btrfs_end_transaction(trans, root);
Liu Bob53d3f52012-11-14 14:34:34 +00004109 btrfs_btree_balance_dirty(root);
Chris Mason39279cc2007-06-12 06:35:45 -04004110 return ret;
4111}
4112
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004113int btrfs_unlink_subvol(struct btrfs_trans_handle *trans,
4114 struct btrfs_root *root,
4115 struct inode *dir, u64 objectid,
4116 const char *name, int name_len)
4117{
4118 struct btrfs_path *path;
4119 struct extent_buffer *leaf;
4120 struct btrfs_dir_item *di;
4121 struct btrfs_key key;
4122 u64 index;
4123 int ret;
Li Zefan33345d012011-04-20 10:31:50 +08004124 u64 dir_ino = btrfs_ino(dir);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004125
4126 path = btrfs_alloc_path();
4127 if (!path)
4128 return -ENOMEM;
4129
Li Zefan33345d012011-04-20 10:31:50 +08004130 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004131 name, name_len, -1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004132 if (IS_ERR_OR_NULL(di)) {
4133 if (!di)
4134 ret = -ENOENT;
4135 else
4136 ret = PTR_ERR(di);
4137 goto out;
4138 }
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004139
4140 leaf = path->nodes[0];
4141 btrfs_dir_item_key_to_cpu(leaf, di, &key);
4142 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid);
4143 ret = btrfs_delete_one_dir_name(trans, root, path, di);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004144 if (ret) {
4145 btrfs_abort_transaction(trans, root, ret);
4146 goto out;
4147 }
David Sterbab3b4aa72011-04-21 01:20:15 +02004148 btrfs_release_path(path);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004149
4150 ret = btrfs_del_root_ref(trans, root->fs_info->tree_root,
4151 objectid, root->root_key.objectid,
Li Zefan33345d012011-04-20 10:31:50 +08004152 dir_ino, &index, name, name_len);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004153 if (ret < 0) {
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004154 if (ret != -ENOENT) {
4155 btrfs_abort_transaction(trans, root, ret);
4156 goto out;
4157 }
Li Zefan33345d012011-04-20 10:31:50 +08004158 di = btrfs_search_dir_index_item(root, path, dir_ino,
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004159 name, name_len);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004160 if (IS_ERR_OR_NULL(di)) {
4161 if (!di)
4162 ret = -ENOENT;
4163 else
4164 ret = PTR_ERR(di);
4165 btrfs_abort_transaction(trans, root, ret);
4166 goto out;
4167 }
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004168
4169 leaf = path->nodes[0];
4170 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
David Sterbab3b4aa72011-04-21 01:20:15 +02004171 btrfs_release_path(path);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004172 index = key.offset;
4173 }
David Sterbab3b4aa72011-04-21 01:20:15 +02004174 btrfs_release_path(path);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004175
Miao Xie16cdcec2011-04-22 18:12:22 +08004176 ret = btrfs_delete_delayed_dir_index(trans, root, dir, index);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004177 if (ret) {
4178 btrfs_abort_transaction(trans, root, ret);
4179 goto out;
4180 }
Miao Xie16cdcec2011-04-22 18:12:22 +08004181
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004182 btrfs_i_size_write(dir, dir->i_size - name_len * 2);
Josef Bacik0c4d2d92012-04-05 15:03:02 -04004183 inode_inc_iversion(dir);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004184 dir->i_mtime = dir->i_ctime = CURRENT_TIME;
Josef Bacik5a24e842012-08-08 10:12:59 -06004185 ret = btrfs_update_inode_fallback(trans, root, dir);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004186 if (ret)
4187 btrfs_abort_transaction(trans, root, ret);
4188out:
Josef Bacik71d7aed2011-06-14 14:24:32 -04004189 btrfs_free_path(path);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004190 return ret;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004191}
4192
Chris Mason39279cc2007-06-12 06:35:45 -04004193static int btrfs_rmdir(struct inode *dir, struct dentry *dentry)
4194{
David Howells2b0143b2015-03-17 22:25:59 +00004195 struct inode *inode = d_inode(dentry);
Chris Mason1832a6d2007-12-21 16:27:21 -05004196 int err = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04004197 struct btrfs_root *root = BTRFS_I(dir)->root;
Chris Mason39279cc2007-06-12 06:35:45 -04004198 struct btrfs_trans_handle *trans;
Chris Mason39279cc2007-06-12 06:35:45 -04004199
David Sterbab3ae2442012-09-13 16:04:34 -06004200 if (inode->i_size > BTRFS_EMPTY_DIR_SIZE)
Yan134d4512007-10-25 15:49:25 -04004201 return -ENOTEMPTY;
David Sterbab3ae2442012-09-13 16:04:34 -06004202 if (btrfs_ino(inode) == BTRFS_FIRST_FREE_OBJECTID)
4203 return -EPERM;
Yan134d4512007-10-25 15:49:25 -04004204
Josef Bacikd52be812013-05-29 14:54:47 -04004205 trans = __unlink_start_trans(dir);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004206 if (IS_ERR(trans))
Josef Bacik5df6a9f2009-11-10 21:23:48 -05004207 return PTR_ERR(trans);
Josef Bacik5df6a9f2009-11-10 21:23:48 -05004208
Li Zefan33345d012011-04-20 10:31:50 +08004209 if (unlikely(btrfs_ino(inode) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)) {
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004210 err = btrfs_unlink_subvol(trans, root, dir,
4211 BTRFS_I(inode)->location.objectid,
4212 dentry->d_name.name,
4213 dentry->d_name.len);
4214 goto out;
4215 }
4216
Josef Bacik7b128762008-07-24 12:17:14 -04004217 err = btrfs_orphan_add(trans, inode);
4218 if (err)
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004219 goto out;
Josef Bacik7b128762008-07-24 12:17:14 -04004220
Chris Mason39279cc2007-06-12 06:35:45 -04004221 /* now the directory is empty */
David Howells2b0143b2015-03-17 22:25:59 +00004222 err = btrfs_unlink_inode(trans, root, dir, d_inode(dentry),
Chris Masone02119d2008-09-05 16:13:11 -04004223 dentry->d_name.name, dentry->d_name.len);
Chris Masond3977122009-01-05 21:25:51 -05004224 if (!err)
Chris Masondbe674a2008-07-17 12:54:05 -04004225 btrfs_i_size_write(inode, 0);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04004226out:
Josef Bacikd52be812013-05-29 14:54:47 -04004227 btrfs_end_transaction(trans, root);
Liu Bob53d3f52012-11-14 14:34:34 +00004228 btrfs_btree_balance_dirty(root);
Chris Mason39544012007-12-12 14:38:19 -05004229
Chris Mason39279cc2007-06-12 06:35:45 -04004230 return err;
4231}
4232
Chris Mason28f75a02015-02-04 06:59:29 -08004233static int truncate_space_check(struct btrfs_trans_handle *trans,
4234 struct btrfs_root *root,
4235 u64 bytes_deleted)
4236{
4237 int ret;
4238
4239 bytes_deleted = btrfs_csum_bytes_to_leaves(root, bytes_deleted);
4240 ret = btrfs_block_rsv_add(root, &root->fs_info->trans_block_rsv,
4241 bytes_deleted, BTRFS_RESERVE_NO_FLUSH);
4242 if (!ret)
4243 trans->bytes_reserved += bytes_deleted;
4244 return ret;
4245
4246}
4247
Filipe Manana0305cd52015-10-16 12:34:25 +01004248static int truncate_inline_extent(struct inode *inode,
4249 struct btrfs_path *path,
4250 struct btrfs_key *found_key,
4251 const u64 item_end,
4252 const u64 new_size)
4253{
4254 struct extent_buffer *leaf = path->nodes[0];
4255 int slot = path->slots[0];
4256 struct btrfs_file_extent_item *fi;
4257 u32 size = (u32)(new_size - found_key->offset);
4258 struct btrfs_root *root = BTRFS_I(inode)->root;
4259
4260 fi = btrfs_item_ptr(leaf, slot, struct btrfs_file_extent_item);
4261
4262 if (btrfs_file_extent_compression(leaf, fi) != BTRFS_COMPRESS_NONE) {
4263 loff_t offset = new_size;
4264 loff_t page_end = ALIGN(offset, PAGE_CACHE_SIZE);
4265
4266 /*
4267 * Zero out the remaining of the last page of our inline extent,
4268 * instead of directly truncating our inline extent here - that
4269 * would be much more complex (decompressing all the data, then
4270 * compressing the truncated data, which might be bigger than
4271 * the size of the inline extent, resize the extent, etc).
4272 * We release the path because to get the page we might need to
4273 * read the extent item from disk (data not in the page cache).
4274 */
4275 btrfs_release_path(path);
4276 return btrfs_truncate_page(inode, offset, page_end - offset, 0);
4277 }
4278
4279 btrfs_set_file_extent_ram_bytes(leaf, fi, size);
4280 size = btrfs_file_extent_calc_inline_size(size);
4281 btrfs_truncate_item(root, path, size, 1);
4282
4283 if (test_bit(BTRFS_ROOT_REF_COWS, &root->state))
4284 inode_sub_bytes(inode, item_end + 1 - new_size);
4285
4286 return 0;
4287}
4288
Chris Mason323ac952008-10-01 19:05:46 -04004289/*
Chris Mason39279cc2007-06-12 06:35:45 -04004290 * this can truncate away extent items, csum items and directory items.
4291 * It starts at a high offset and removes keys until it can't find
Chris Masond352ac62008-09-29 15:18:18 -04004292 * any higher than new_size
Chris Mason39279cc2007-06-12 06:35:45 -04004293 *
4294 * csum items that cross the new i_size are truncated to the new size
4295 * as well.
Josef Bacik7b128762008-07-24 12:17:14 -04004296 *
4297 * min_type is the minimum key type to truncate down to. If set to 0, this
4298 * will kill all the items on this inode, including the INODE_ITEM_KEY.
Chris Mason39279cc2007-06-12 06:35:45 -04004299 */
Yan, Zheng80825102009-11-12 09:35:36 +00004300int btrfs_truncate_inode_items(struct btrfs_trans_handle *trans,
4301 struct btrfs_root *root,
4302 struct inode *inode,
4303 u64 new_size, u32 min_type)
Chris Mason39279cc2007-06-12 06:35:45 -04004304{
Chris Mason39279cc2007-06-12 06:35:45 -04004305 struct btrfs_path *path;
Chris Mason5f39d392007-10-15 16:14:19 -04004306 struct extent_buffer *leaf;
Chris Mason39279cc2007-06-12 06:35:45 -04004307 struct btrfs_file_extent_item *fi;
Yan, Zheng80825102009-11-12 09:35:36 +00004308 struct btrfs_key key;
4309 struct btrfs_key found_key;
Chris Mason39279cc2007-06-12 06:35:45 -04004310 u64 extent_start = 0;
Chris Masondb945352007-10-15 16:15:53 -04004311 u64 extent_num_bytes = 0;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04004312 u64 extent_offset = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04004313 u64 item_end = 0;
Filipe Mananac1aa4572015-06-20 18:20:09 +01004314 u64 last_size = new_size;
Yan, Zheng80825102009-11-12 09:35:36 +00004315 u32 found_type = (u8)-1;
Chris Mason39279cc2007-06-12 06:35:45 -04004316 int found_extent;
4317 int del_item;
Chris Mason85e21ba2008-01-29 15:11:36 -05004318 int pending_del_nr = 0;
4319 int pending_del_slot = 0;
Chris Mason179e29e2007-11-01 11:28:41 -04004320 int extent_type = -1;
Yan, Zheng80825102009-11-12 09:35:36 +00004321 int ret;
4322 int err = 0;
Li Zefan33345d012011-04-20 10:31:50 +08004323 u64 ino = btrfs_ino(inode);
Chris Mason28ed1342014-12-17 09:41:04 -08004324 u64 bytes_deleted = 0;
Josef Bacik12621332015-02-03 07:50:16 -08004325 bool be_nice = 0;
4326 bool should_throttle = 0;
Chris Mason28f75a02015-02-04 06:59:29 -08004327 bool should_end = 0;
Yan, Zheng80825102009-11-12 09:35:36 +00004328
4329 BUG_ON(new_size > 0 && min_type != BTRFS_EXTENT_DATA_KEY);
Chris Mason39279cc2007-06-12 06:35:45 -04004330
Chris Mason28ed1342014-12-17 09:41:04 -08004331 /*
4332 * for non-free space inodes and ref cows, we want to back off from
4333 * time to time
4334 */
4335 if (!btrfs_is_free_space_inode(inode) &&
4336 test_bit(BTRFS_ROOT_REF_COWS, &root->state))
4337 be_nice = 1;
4338
Mark Fasheh0eb0e192011-07-12 16:44:10 -07004339 path = btrfs_alloc_path();
4340 if (!path)
4341 return -ENOMEM;
4342 path->reada = -1;
4343
Josef Bacik5dc562c2012-08-17 13:14:17 -04004344 /*
4345 * We want to drop from the next block forward in case this new size is
4346 * not block aligned since we will be keeping the last block of the
4347 * extent just the way it is.
4348 */
Miao Xie27cdeb72014-04-02 19:51:05 +08004349 if (test_bit(BTRFS_ROOT_REF_COWS, &root->state) ||
4350 root == root->fs_info->tree_root)
Qu Wenruofda28322013-02-26 08:10:22 +00004351 btrfs_drop_extent_cache(inode, ALIGN(new_size,
4352 root->sectorsize), (u64)-1, 0);
Yan, Zheng80825102009-11-12 09:35:36 +00004353
Miao Xie16cdcec2011-04-22 18:12:22 +08004354 /*
4355 * This function is also used to drop the items in the log tree before
4356 * we relog the inode, so if root != BTRFS_I(inode)->root, it means
4357 * it is used to drop the loged items. So we shouldn't kill the delayed
4358 * items.
4359 */
4360 if (min_type == 0 && root == BTRFS_I(inode)->root)
4361 btrfs_kill_delayed_inode_items(inode);
4362
Li Zefan33345d012011-04-20 10:31:50 +08004363 key.objectid = ino;
Chris Mason39279cc2007-06-12 06:35:45 -04004364 key.offset = (u64)-1;
Chris Mason5f39d392007-10-15 16:14:19 -04004365 key.type = (u8)-1;
4366
Chris Mason85e21ba2008-01-29 15:11:36 -05004367search_again:
Chris Mason28ed1342014-12-17 09:41:04 -08004368 /*
4369 * with a 16K leaf size and 128MB extents, you can actually queue
4370 * up a huge file in a single leaf. Most of the time that
4371 * bytes_deleted is > 0, it will be huge by the time we get here
4372 */
4373 if (be_nice && bytes_deleted > 32 * 1024 * 1024) {
4374 if (btrfs_should_end_transaction(trans, root)) {
4375 err = -EAGAIN;
4376 goto error;
4377 }
4378 }
4379
4380
Chris Masonb9473432009-03-13 11:00:37 -04004381 path->leave_spinning = 1;
Chris Mason85e21ba2008-01-29 15:11:36 -05004382 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
Yan, Zheng80825102009-11-12 09:35:36 +00004383 if (ret < 0) {
4384 err = ret;
4385 goto out;
4386 }
Chris Masond3977122009-01-05 21:25:51 -05004387
Chris Mason85e21ba2008-01-29 15:11:36 -05004388 if (ret > 0) {
Chris Masone02119d2008-09-05 16:13:11 -04004389 /* there are no items in the tree for us to truncate, we're
4390 * done
4391 */
Yan, Zheng80825102009-11-12 09:35:36 +00004392 if (path->slots[0] == 0)
4393 goto out;
Chris Mason85e21ba2008-01-29 15:11:36 -05004394 path->slots[0]--;
4395 }
4396
Chris Masond3977122009-01-05 21:25:51 -05004397 while (1) {
Chris Mason39279cc2007-06-12 06:35:45 -04004398 fi = NULL;
Chris Mason5f39d392007-10-15 16:14:19 -04004399 leaf = path->nodes[0];
4400 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
David Sterba962a2982014-06-04 18:41:45 +02004401 found_type = found_key.type;
Chris Mason39279cc2007-06-12 06:35:45 -04004402
Li Zefan33345d012011-04-20 10:31:50 +08004403 if (found_key.objectid != ino)
Chris Mason39279cc2007-06-12 06:35:45 -04004404 break;
Chris Mason5f39d392007-10-15 16:14:19 -04004405
Chris Mason85e21ba2008-01-29 15:11:36 -05004406 if (found_type < min_type)
Chris Mason39279cc2007-06-12 06:35:45 -04004407 break;
4408
Chris Mason5f39d392007-10-15 16:14:19 -04004409 item_end = found_key.offset;
Chris Mason39279cc2007-06-12 06:35:45 -04004410 if (found_type == BTRFS_EXTENT_DATA_KEY) {
Chris Mason5f39d392007-10-15 16:14:19 -04004411 fi = btrfs_item_ptr(leaf, path->slots[0],
Chris Mason39279cc2007-06-12 06:35:45 -04004412 struct btrfs_file_extent_item);
Chris Mason179e29e2007-11-01 11:28:41 -04004413 extent_type = btrfs_file_extent_type(leaf, fi);
4414 if (extent_type != BTRFS_FILE_EXTENT_INLINE) {
Chris Mason5f39d392007-10-15 16:14:19 -04004415 item_end +=
Chris Masondb945352007-10-15 16:15:53 -04004416 btrfs_file_extent_num_bytes(leaf, fi);
Chris Mason179e29e2007-11-01 11:28:41 -04004417 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) {
Chris Mason179e29e2007-11-01 11:28:41 -04004418 item_end += btrfs_file_extent_inline_len(leaf,
Chris Mason514ac8a2014-01-03 21:07:00 -08004419 path->slots[0], fi);
Chris Mason39279cc2007-06-12 06:35:45 -04004420 }
Yan008630c2007-11-07 13:31:09 -05004421 item_end--;
Chris Mason39279cc2007-06-12 06:35:45 -04004422 }
Yan, Zheng80825102009-11-12 09:35:36 +00004423 if (found_type > min_type) {
Chris Mason39279cc2007-06-12 06:35:45 -04004424 del_item = 1;
Yan, Zheng80825102009-11-12 09:35:36 +00004425 } else {
4426 if (item_end < new_size)
4427 break;
4428 if (found_key.offset >= new_size)
4429 del_item = 1;
4430 else
4431 del_item = 0;
4432 }
Chris Mason39279cc2007-06-12 06:35:45 -04004433 found_extent = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04004434 /* FIXME, shrink the extent if the ref count is only 1 */
Chris Mason179e29e2007-11-01 11:28:41 -04004435 if (found_type != BTRFS_EXTENT_DATA_KEY)
4436 goto delete;
4437
Josef Bacik7f4f6e02013-08-29 16:43:28 -04004438 if (del_item)
4439 last_size = found_key.offset;
4440 else
4441 last_size = new_size;
4442
Chris Mason179e29e2007-11-01 11:28:41 -04004443 if (extent_type != BTRFS_FILE_EXTENT_INLINE) {
Chris Mason39279cc2007-06-12 06:35:45 -04004444 u64 num_dec;
Chris Masondb945352007-10-15 16:15:53 -04004445 extent_start = btrfs_file_extent_disk_bytenr(leaf, fi);
Miao Xief70a9a6b2012-01-12 19:10:12 -05004446 if (!del_item) {
Chris Masondb945352007-10-15 16:15:53 -04004447 u64 orig_num_bytes =
4448 btrfs_file_extent_num_bytes(leaf, fi);
Qu Wenruofda28322013-02-26 08:10:22 +00004449 extent_num_bytes = ALIGN(new_size -
4450 found_key.offset,
4451 root->sectorsize);
Chris Masondb945352007-10-15 16:15:53 -04004452 btrfs_set_file_extent_num_bytes(leaf, fi,
4453 extent_num_bytes);
4454 num_dec = (orig_num_bytes -
Chris Mason90692182008-02-08 13:49:28 -05004455 extent_num_bytes);
Miao Xie27cdeb72014-04-02 19:51:05 +08004456 if (test_bit(BTRFS_ROOT_REF_COWS,
4457 &root->state) &&
4458 extent_start != 0)
Yan Zhenga76a3cd2008-10-09 11:46:29 -04004459 inode_sub_bytes(inode, num_dec);
Chris Mason5f39d392007-10-15 16:14:19 -04004460 btrfs_mark_buffer_dirty(leaf);
Chris Mason39279cc2007-06-12 06:35:45 -04004461 } else {
Chris Masondb945352007-10-15 16:15:53 -04004462 extent_num_bytes =
4463 btrfs_file_extent_disk_num_bytes(leaf,
4464 fi);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04004465 extent_offset = found_key.offset -
4466 btrfs_file_extent_offset(leaf, fi);
4467
Chris Mason39279cc2007-06-12 06:35:45 -04004468 /* FIXME blocksize != 4096 */
Chris Mason90692182008-02-08 13:49:28 -05004469 num_dec = btrfs_file_extent_num_bytes(leaf, fi);
Chris Mason39279cc2007-06-12 06:35:45 -04004470 if (extent_start != 0) {
4471 found_extent = 1;
Miao Xie27cdeb72014-04-02 19:51:05 +08004472 if (test_bit(BTRFS_ROOT_REF_COWS,
4473 &root->state))
Yan Zhenga76a3cd2008-10-09 11:46:29 -04004474 inode_sub_bytes(inode, num_dec);
Chris Mason39279cc2007-06-12 06:35:45 -04004475 }
4476 }
Chris Mason90692182008-02-08 13:49:28 -05004477 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) {
Chris Masonc8b97812008-10-29 14:49:59 -04004478 /*
4479 * we can't truncate inline items that have had
4480 * special encodings
4481 */
4482 if (!del_item &&
Chris Masonc8b97812008-10-29 14:49:59 -04004483 btrfs_file_extent_encryption(leaf, fi) == 0 &&
4484 btrfs_file_extent_other_encoding(leaf, fi) == 0) {
Chris Mason514ac8a2014-01-03 21:07:00 -08004485
4486 /*
Filipe Manana0305cd52015-10-16 12:34:25 +01004487 * Need to release path in order to truncate a
4488 * compressed extent. So delete any accumulated
4489 * extent items so far.
Chris Mason514ac8a2014-01-03 21:07:00 -08004490 */
Filipe Manana0305cd52015-10-16 12:34:25 +01004491 if (btrfs_file_extent_compression(leaf, fi) !=
4492 BTRFS_COMPRESS_NONE && pending_del_nr) {
4493 err = btrfs_del_items(trans, root, path,
4494 pending_del_slot,
4495 pending_del_nr);
4496 if (err) {
4497 btrfs_abort_transaction(trans,
4498 root,
4499 err);
4500 goto error;
4501 }
4502 pending_del_nr = 0;
4503 }
4504
4505 err = truncate_inline_extent(inode, path,
4506 &found_key,
4507 item_end,
4508 new_size);
4509 if (err) {
4510 btrfs_abort_transaction(trans,
4511 root, err);
4512 goto error;
4513 }
Miao Xie27cdeb72014-04-02 19:51:05 +08004514 } else if (test_bit(BTRFS_ROOT_REF_COWS,
4515 &root->state)) {
Filipe Manana0305cd52015-10-16 12:34:25 +01004516 inode_sub_bytes(inode, item_end + 1 - new_size);
Chris Mason90692182008-02-08 13:49:28 -05004517 }
Chris Mason39279cc2007-06-12 06:35:45 -04004518 }
Chris Mason179e29e2007-11-01 11:28:41 -04004519delete:
Chris Mason39279cc2007-06-12 06:35:45 -04004520 if (del_item) {
Chris Mason85e21ba2008-01-29 15:11:36 -05004521 if (!pending_del_nr) {
4522 /* no pending yet, add ourselves */
4523 pending_del_slot = path->slots[0];
4524 pending_del_nr = 1;
4525 } else if (pending_del_nr &&
4526 path->slots[0] + 1 == pending_del_slot) {
4527 /* hop on the pending chunk */
4528 pending_del_nr++;
4529 pending_del_slot = path->slots[0];
4530 } else {
Chris Masond3977122009-01-05 21:25:51 -05004531 BUG();
Chris Mason85e21ba2008-01-29 15:11:36 -05004532 }
Chris Mason39279cc2007-06-12 06:35:45 -04004533 } else {
4534 break;
4535 }
Chris Mason28f75a02015-02-04 06:59:29 -08004536 should_throttle = 0;
4537
Miao Xie27cdeb72014-04-02 19:51:05 +08004538 if (found_extent &&
4539 (test_bit(BTRFS_ROOT_REF_COWS, &root->state) ||
4540 root == root->fs_info->tree_root)) {
Chris Masonb9473432009-03-13 11:00:37 -04004541 btrfs_set_path_blocking(path);
Chris Mason28ed1342014-12-17 09:41:04 -08004542 bytes_deleted += extent_num_bytes;
Chris Mason39279cc2007-06-12 06:35:45 -04004543 ret = btrfs_free_extent(trans, root, extent_start,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04004544 extent_num_bytes, 0,
4545 btrfs_header_owner(leaf),
Filipe Mananab06c4bf2015-10-23 07:52:54 +01004546 ino, extent_offset);
Chris Mason39279cc2007-06-12 06:35:45 -04004547 BUG_ON(ret);
Josef Bacik12621332015-02-03 07:50:16 -08004548 if (btrfs_should_throttle_delayed_refs(trans, root))
Chris Mason28ed1342014-12-17 09:41:04 -08004549 btrfs_async_run_delayed_refs(root,
4550 trans->delayed_ref_updates * 2, 0);
Chris Mason28f75a02015-02-04 06:59:29 -08004551 if (be_nice) {
4552 if (truncate_space_check(trans, root,
4553 extent_num_bytes)) {
4554 should_end = 1;
4555 }
4556 if (btrfs_should_throttle_delayed_refs(trans,
4557 root)) {
4558 should_throttle = 1;
4559 }
4560 }
Chris Mason39279cc2007-06-12 06:35:45 -04004561 }
Chris Mason85e21ba2008-01-29 15:11:36 -05004562
Yan, Zheng80825102009-11-12 09:35:36 +00004563 if (found_type == BTRFS_INODE_ITEM_KEY)
4564 break;
4565
4566 if (path->slots[0] == 0 ||
Josef Bacik12621332015-02-03 07:50:16 -08004567 path->slots[0] != pending_del_slot ||
Chris Mason28f75a02015-02-04 06:59:29 -08004568 should_throttle || should_end) {
Yan, Zheng80825102009-11-12 09:35:36 +00004569 if (pending_del_nr) {
4570 ret = btrfs_del_items(trans, root, path,
4571 pending_del_slot,
4572 pending_del_nr);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004573 if (ret) {
4574 btrfs_abort_transaction(trans,
4575 root, ret);
4576 goto error;
4577 }
Yan, Zheng80825102009-11-12 09:35:36 +00004578 pending_del_nr = 0;
4579 }
David Sterbab3b4aa72011-04-21 01:20:15 +02004580 btrfs_release_path(path);
Chris Mason28f75a02015-02-04 06:59:29 -08004581 if (should_throttle) {
Josef Bacik12621332015-02-03 07:50:16 -08004582 unsigned long updates = trans->delayed_ref_updates;
4583 if (updates) {
4584 trans->delayed_ref_updates = 0;
4585 ret = btrfs_run_delayed_refs(trans, root, updates * 2);
4586 if (ret && !err)
4587 err = ret;
4588 }
4589 }
Chris Mason28f75a02015-02-04 06:59:29 -08004590 /*
4591 * if we failed to refill our space rsv, bail out
4592 * and let the transaction restart
4593 */
4594 if (should_end) {
4595 err = -EAGAIN;
4596 goto error;
4597 }
Chris Mason85e21ba2008-01-29 15:11:36 -05004598 goto search_again;
Yan, Zheng80825102009-11-12 09:35:36 +00004599 } else {
4600 path->slots[0]--;
Chris Mason85e21ba2008-01-29 15:11:36 -05004601 }
Chris Mason39279cc2007-06-12 06:35:45 -04004602 }
Yan, Zheng80825102009-11-12 09:35:36 +00004603out:
Chris Mason85e21ba2008-01-29 15:11:36 -05004604 if (pending_del_nr) {
4605 ret = btrfs_del_items(trans, root, path, pending_del_slot,
4606 pending_del_nr);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004607 if (ret)
4608 btrfs_abort_transaction(trans, root, ret);
Chris Mason85e21ba2008-01-29 15:11:36 -05004609 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004610error:
Filipe Mananac1aa4572015-06-20 18:20:09 +01004611 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID)
Josef Bacik7f4f6e02013-08-29 16:43:28 -04004612 btrfs_ordered_update_i_size(inode, last_size, NULL);
Chris Mason28ed1342014-12-17 09:41:04 -08004613
Chris Mason39279cc2007-06-12 06:35:45 -04004614 btrfs_free_path(path);
Chris Mason28ed1342014-12-17 09:41:04 -08004615
Chris Mason28f75a02015-02-04 06:59:29 -08004616 if (be_nice && bytes_deleted > 32 * 1024 * 1024) {
Chris Mason28ed1342014-12-17 09:41:04 -08004617 unsigned long updates = trans->delayed_ref_updates;
4618 if (updates) {
4619 trans->delayed_ref_updates = 0;
4620 ret = btrfs_run_delayed_refs(trans, root, updates * 2);
4621 if (ret && !err)
4622 err = ret;
4623 }
4624 }
Yan, Zheng80825102009-11-12 09:35:36 +00004625 return err;
Chris Mason39279cc2007-06-12 06:35:45 -04004626}
4627
Chris Masona52d9a82007-08-27 16:49:44 -04004628/*
Josef Bacik2aaa6652012-08-29 14:27:18 -04004629 * btrfs_truncate_page - read, zero a chunk and write a page
4630 * @inode - inode that we're zeroing
4631 * @from - the offset to start zeroing
4632 * @len - the length to zero, 0 to zero the entire range respective to the
4633 * offset
4634 * @front - zero up to the offset instead of from the offset on
4635 *
4636 * This will find the page for the "from" offset and cow the page and zero the
4637 * part we want to zero. This is used with truncate and hole punching.
Chris Masona52d9a82007-08-27 16:49:44 -04004638 */
Josef Bacik2aaa6652012-08-29 14:27:18 -04004639int btrfs_truncate_page(struct inode *inode, loff_t from, loff_t len,
4640 int front)
Chris Masona52d9a82007-08-27 16:49:44 -04004641{
Josef Bacik2aaa6652012-08-29 14:27:18 -04004642 struct address_space *mapping = inode->i_mapping;
Chris Masondb945352007-10-15 16:15:53 -04004643 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Masone6dcd2d2008-07-17 12:53:50 -04004644 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
4645 struct btrfs_ordered_extent *ordered;
Josef Bacik2ac55d42010-02-03 19:33:23 +00004646 struct extent_state *cached_state = NULL;
Chris Masone6dcd2d2008-07-17 12:53:50 -04004647 char *kaddr;
Chris Masondb945352007-10-15 16:15:53 -04004648 u32 blocksize = root->sectorsize;
Chris Masona52d9a82007-08-27 16:49:44 -04004649 pgoff_t index = from >> PAGE_CACHE_SHIFT;
4650 unsigned offset = from & (PAGE_CACHE_SIZE-1);
4651 struct page *page;
Josef Bacik3b16a4e2011-09-21 15:05:58 -04004652 gfp_t mask = btrfs_alloc_write_mask(mapping);
Chris Masona52d9a82007-08-27 16:49:44 -04004653 int ret = 0;
4654 u64 page_start;
Chris Masone6dcd2d2008-07-17 12:53:50 -04004655 u64 page_end;
Chris Masona52d9a82007-08-27 16:49:44 -04004656
Josef Bacik2aaa6652012-08-29 14:27:18 -04004657 if ((offset & (blocksize - 1)) == 0 &&
4658 (!len || ((len & (blocksize - 1)) == 0)))
Chris Masona52d9a82007-08-27 16:49:44 -04004659 goto out;
Qu Wenruo7cf5b972015-09-08 17:25:55 +08004660 ret = btrfs_delalloc_reserve_space(inode,
Qu Wenruodf480632015-09-08 17:25:54 +08004661 round_down(from, PAGE_CACHE_SIZE), PAGE_CACHE_SIZE);
Josef Bacik5d5e1032009-10-13 16:46:49 -04004662 if (ret)
4663 goto out;
Chris Masona52d9a82007-08-27 16:49:44 -04004664
Chris Mason211c17f2008-05-15 09:13:45 -04004665again:
Josef Bacik3b16a4e2011-09-21 15:05:58 -04004666 page = find_or_create_page(mapping, index, mask);
Josef Bacik5d5e1032009-10-13 16:46:49 -04004667 if (!page) {
Qu Wenruo7cf5b972015-09-08 17:25:55 +08004668 btrfs_delalloc_release_space(inode,
Qu Wenruodf480632015-09-08 17:25:54 +08004669 round_down(from, PAGE_CACHE_SIZE),
4670 PAGE_CACHE_SIZE);
Miao Xieac6a2b32012-12-05 10:56:13 +00004671 ret = -ENOMEM;
Chris Masona52d9a82007-08-27 16:49:44 -04004672 goto out;
Josef Bacik5d5e1032009-10-13 16:46:49 -04004673 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04004674
4675 page_start = page_offset(page);
4676 page_end = page_start + PAGE_CACHE_SIZE - 1;
4677
Chris Masona52d9a82007-08-27 16:49:44 -04004678 if (!PageUptodate(page)) {
4679 ret = btrfs_readpage(NULL, page);
4680 lock_page(page);
Chris Mason211c17f2008-05-15 09:13:45 -04004681 if (page->mapping != mapping) {
4682 unlock_page(page);
4683 page_cache_release(page);
4684 goto again;
4685 }
Chris Masona52d9a82007-08-27 16:49:44 -04004686 if (!PageUptodate(page)) {
4687 ret = -EIO;
Chris Mason89642222008-07-24 09:41:53 -04004688 goto out_unlock;
Chris Masona52d9a82007-08-27 16:49:44 -04004689 }
4690 }
Chris Mason211c17f2008-05-15 09:13:45 -04004691 wait_on_page_writeback(page);
Chris Masone6dcd2d2008-07-17 12:53:50 -04004692
Jeff Mahoneyd0082372012-03-01 14:57:19 +01004693 lock_extent_bits(io_tree, page_start, page_end, 0, &cached_state);
Chris Masone6dcd2d2008-07-17 12:53:50 -04004694 set_page_extent_mapped(page);
4695
4696 ordered = btrfs_lookup_ordered_extent(inode, page_start);
4697 if (ordered) {
Josef Bacik2ac55d42010-02-03 19:33:23 +00004698 unlock_extent_cached(io_tree, page_start, page_end,
4699 &cached_state, GFP_NOFS);
Chris Masone6dcd2d2008-07-17 12:53:50 -04004700 unlock_page(page);
4701 page_cache_release(page);
Chris Masoneb84ae02008-07-17 13:53:27 -04004702 btrfs_start_ordered_extent(inode, ordered, 1);
Chris Masone6dcd2d2008-07-17 12:53:50 -04004703 btrfs_put_ordered_extent(ordered);
4704 goto again;
4705 }
4706
Josef Bacik2ac55d42010-02-03 19:33:23 +00004707 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start, page_end,
Liu Bo9e8a4a82012-09-05 19:10:51 -06004708 EXTENT_DIRTY | EXTENT_DELALLOC |
4709 EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG,
Josef Bacik2ac55d42010-02-03 19:33:23 +00004710 0, 0, &cached_state, GFP_NOFS);
Josef Bacik5d5e1032009-10-13 16:46:49 -04004711
Josef Bacik2ac55d42010-02-03 19:33:23 +00004712 ret = btrfs_set_extent_delalloc(inode, page_start, page_end,
4713 &cached_state);
Josef Bacik9ed74f22009-09-11 16:12:44 -04004714 if (ret) {
Josef Bacik2ac55d42010-02-03 19:33:23 +00004715 unlock_extent_cached(io_tree, page_start, page_end,
4716 &cached_state, GFP_NOFS);
Josef Bacik9ed74f22009-09-11 16:12:44 -04004717 goto out_unlock;
4718 }
4719
Chris Masone6dcd2d2008-07-17 12:53:50 -04004720 if (offset != PAGE_CACHE_SIZE) {
Josef Bacik2aaa6652012-08-29 14:27:18 -04004721 if (!len)
4722 len = PAGE_CACHE_SIZE - offset;
Chris Masone6dcd2d2008-07-17 12:53:50 -04004723 kaddr = kmap(page);
Josef Bacik2aaa6652012-08-29 14:27:18 -04004724 if (front)
4725 memset(kaddr, 0, offset);
4726 else
4727 memset(kaddr + offset, 0, len);
Chris Masone6dcd2d2008-07-17 12:53:50 -04004728 flush_dcache_page(page);
4729 kunmap(page);
4730 }
Chris Mason247e7432008-07-17 12:53:51 -04004731 ClearPageChecked(page);
Chris Masone6dcd2d2008-07-17 12:53:50 -04004732 set_page_dirty(page);
Josef Bacik2ac55d42010-02-03 19:33:23 +00004733 unlock_extent_cached(io_tree, page_start, page_end, &cached_state,
4734 GFP_NOFS);
Chris Mason39279cc2007-06-12 06:35:45 -04004735
Chris Mason89642222008-07-24 09:41:53 -04004736out_unlock:
Josef Bacik5d5e1032009-10-13 16:46:49 -04004737 if (ret)
Qu Wenruo7cf5b972015-09-08 17:25:55 +08004738 btrfs_delalloc_release_space(inode, page_start,
4739 PAGE_CACHE_SIZE);
Chris Mason39279cc2007-06-12 06:35:45 -04004740 unlock_page(page);
4741 page_cache_release(page);
4742out:
4743 return ret;
4744}
4745
Josef Bacik16e75492013-10-22 12:18:51 -04004746static int maybe_insert_hole(struct btrfs_root *root, struct inode *inode,
4747 u64 offset, u64 len)
4748{
4749 struct btrfs_trans_handle *trans;
4750 int ret;
4751
4752 /*
4753 * Still need to make sure the inode looks like it's been updated so
4754 * that any holes get logged if we fsync.
4755 */
4756 if (btrfs_fs_incompat(root->fs_info, NO_HOLES)) {
4757 BTRFS_I(inode)->last_trans = root->fs_info->generation;
4758 BTRFS_I(inode)->last_sub_trans = root->log_transid;
4759 BTRFS_I(inode)->last_log_commit = root->last_log_commit;
4760 return 0;
4761 }
4762
4763 /*
4764 * 1 - for the one we're dropping
4765 * 1 - for the one we're adding
4766 * 1 - for updating the inode.
4767 */
4768 trans = btrfs_start_transaction(root, 3);
4769 if (IS_ERR(trans))
4770 return PTR_ERR(trans);
4771
4772 ret = btrfs_drop_extents(trans, root, inode, offset, offset + len, 1);
4773 if (ret) {
4774 btrfs_abort_transaction(trans, root, ret);
4775 btrfs_end_transaction(trans, root);
4776 return ret;
4777 }
4778
4779 ret = btrfs_insert_file_extent(trans, root, btrfs_ino(inode), offset,
4780 0, 0, len, 0, len, 0, 0, 0);
4781 if (ret)
4782 btrfs_abort_transaction(trans, root, ret);
4783 else
4784 btrfs_update_inode(trans, root, inode);
4785 btrfs_end_transaction(trans, root);
4786 return ret;
4787}
4788
Josef Bacik695a0d02011-03-04 15:46:53 -05004789/*
4790 * This function puts in dummy file extents for the area we're creating a hole
4791 * for. So if we are truncating this file to a larger size we need to insert
4792 * these file extents so that btrfs_get_extent will return a EXTENT_MAP_HOLE for
4793 * the range between oldsize and size
4794 */
Josef Bacika41ad392011-01-31 15:30:16 -05004795int btrfs_cont_expand(struct inode *inode, loff_t oldsize, loff_t size)
Yan Zheng9036c102008-10-30 14:19:41 -04004796{
Yan Zheng9036c102008-10-30 14:19:41 -04004797 struct btrfs_root *root = BTRFS_I(inode)->root;
4798 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
Yan, Zhenga22285a2010-05-16 10:48:46 -04004799 struct extent_map *em = NULL;
Josef Bacik2ac55d42010-02-03 19:33:23 +00004800 struct extent_state *cached_state = NULL;
Josef Bacik5dc562c2012-08-17 13:14:17 -04004801 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
Qu Wenruofda28322013-02-26 08:10:22 +00004802 u64 hole_start = ALIGN(oldsize, root->sectorsize);
4803 u64 block_end = ALIGN(size, root->sectorsize);
Yan Zheng9036c102008-10-30 14:19:41 -04004804 u64 last_byte;
4805 u64 cur_offset;
4806 u64 hole_size;
Josef Bacik9ed74f22009-09-11 16:12:44 -04004807 int err = 0;
Yan Zheng9036c102008-10-30 14:19:41 -04004808
Josef Bacika71754f2013-06-17 17:14:39 -04004809 /*
4810 * If our size started in the middle of a page we need to zero out the
4811 * rest of the page before we expand the i_size, otherwise we could
4812 * expose stale data.
4813 */
4814 err = btrfs_truncate_page(inode, oldsize, 0, 0);
4815 if (err)
4816 return err;
4817
Yan Zheng9036c102008-10-30 14:19:41 -04004818 if (size <= hole_start)
4819 return 0;
4820
Yan Zheng9036c102008-10-30 14:19:41 -04004821 while (1) {
4822 struct btrfs_ordered_extent *ordered;
Miao Xiefa7c1492013-09-26 13:15:27 +08004823
Josef Bacik2ac55d42010-02-03 19:33:23 +00004824 lock_extent_bits(io_tree, hole_start, block_end - 1, 0,
Jeff Mahoneyd0082372012-03-01 14:57:19 +01004825 &cached_state);
Miao Xiefa7c1492013-09-26 13:15:27 +08004826 ordered = btrfs_lookup_ordered_range(inode, hole_start,
4827 block_end - hole_start);
Yan Zheng9036c102008-10-30 14:19:41 -04004828 if (!ordered)
4829 break;
Josef Bacik2ac55d42010-02-03 19:33:23 +00004830 unlock_extent_cached(io_tree, hole_start, block_end - 1,
4831 &cached_state, GFP_NOFS);
Miao Xiefa7c1492013-09-26 13:15:27 +08004832 btrfs_start_ordered_extent(inode, ordered, 1);
Yan Zheng9036c102008-10-30 14:19:41 -04004833 btrfs_put_ordered_extent(ordered);
4834 }
4835
Yan Zheng9036c102008-10-30 14:19:41 -04004836 cur_offset = hole_start;
4837 while (1) {
4838 em = btrfs_get_extent(inode, NULL, 0, cur_offset,
4839 block_end - cur_offset, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004840 if (IS_ERR(em)) {
4841 err = PTR_ERR(em);
Zach Brownf2767952013-01-08 19:37:58 +00004842 em = NULL;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01004843 break;
4844 }
Yan Zheng9036c102008-10-30 14:19:41 -04004845 last_byte = min(extent_map_end(em), block_end);
Qu Wenruofda28322013-02-26 08:10:22 +00004846 last_byte = ALIGN(last_byte , root->sectorsize);
Yan, Zheng80825102009-11-12 09:35:36 +00004847 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) {
Josef Bacik5dc562c2012-08-17 13:14:17 -04004848 struct extent_map *hole_em;
Yan Zheng9036c102008-10-30 14:19:41 -04004849 hole_size = last_byte - cur_offset;
Yan, Zheng80825102009-11-12 09:35:36 +00004850
Josef Bacik16e75492013-10-22 12:18:51 -04004851 err = maybe_insert_hole(root, inode, cur_offset,
4852 hole_size);
4853 if (err)
Chris Mason771ed682008-11-06 22:02:51 -05004854 break;
Josef Bacik5dc562c2012-08-17 13:14:17 -04004855 btrfs_drop_extent_cache(inode, cur_offset,
4856 cur_offset + hole_size - 1, 0);
4857 hole_em = alloc_extent_map();
4858 if (!hole_em) {
4859 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
4860 &BTRFS_I(inode)->runtime_flags);
4861 goto next;
4862 }
4863 hole_em->start = cur_offset;
4864 hole_em->len = hole_size;
4865 hole_em->orig_start = cur_offset;
Yan, Zheng80825102009-11-12 09:35:36 +00004866
Josef Bacik5dc562c2012-08-17 13:14:17 -04004867 hole_em->block_start = EXTENT_MAP_HOLE;
4868 hole_em->block_len = 0;
Josef Bacikb4939682012-12-03 10:31:19 -05004869 hole_em->orig_block_len = 0;
Josef Bacikcc95bef2013-04-04 14:31:27 -04004870 hole_em->ram_bytes = hole_size;
Josef Bacik5dc562c2012-08-17 13:14:17 -04004871 hole_em->bdev = root->fs_info->fs_devices->latest_bdev;
4872 hole_em->compress_type = BTRFS_COMPRESS_NONE;
Josef Bacik16e75492013-10-22 12:18:51 -04004873 hole_em->generation = root->fs_info->generation;
Josef Bacik5dc562c2012-08-17 13:14:17 -04004874
4875 while (1) {
4876 write_lock(&em_tree->lock);
Josef Bacik09a2a8f92013-04-05 16:51:15 -04004877 err = add_extent_mapping(em_tree, hole_em, 1);
Josef Bacik5dc562c2012-08-17 13:14:17 -04004878 write_unlock(&em_tree->lock);
4879 if (err != -EEXIST)
4880 break;
4881 btrfs_drop_extent_cache(inode, cur_offset,
4882 cur_offset +
4883 hole_size - 1, 0);
4884 }
4885 free_extent_map(hole_em);
Yan Zheng9036c102008-10-30 14:19:41 -04004886 }
Josef Bacik16e75492013-10-22 12:18:51 -04004887next:
Yan Zheng9036c102008-10-30 14:19:41 -04004888 free_extent_map(em);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004889 em = NULL;
Yan Zheng9036c102008-10-30 14:19:41 -04004890 cur_offset = last_byte;
Yan, Zheng80825102009-11-12 09:35:36 +00004891 if (cur_offset >= block_end)
Yan Zheng9036c102008-10-30 14:19:41 -04004892 break;
4893 }
Yan, Zhenga22285a2010-05-16 10:48:46 -04004894 free_extent_map(em);
Josef Bacik2ac55d42010-02-03 19:33:23 +00004895 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state,
4896 GFP_NOFS);
Yan Zheng9036c102008-10-30 14:19:41 -04004897 return err;
4898}
4899
Filipe Manana9ea24bb2014-10-29 11:57:59 +00004900static int wait_snapshoting_atomic_t(atomic_t *a)
4901{
4902 schedule();
4903 return 0;
4904}
4905
4906static void wait_for_snapshot_creation(struct btrfs_root *root)
4907{
4908 while (true) {
4909 int ret;
4910
4911 ret = btrfs_start_write_no_snapshoting(root);
4912 if (ret)
4913 break;
4914 wait_on_atomic_t(&root->will_be_snapshoted,
4915 wait_snapshoting_atomic_t,
4916 TASK_UNINTERRUPTIBLE);
4917 }
4918}
4919
Eric Sandeen3972f262013-01-12 02:57:22 +00004920static int btrfs_setsize(struct inode *inode, struct iattr *attr)
Yan, Zheng80825102009-11-12 09:35:36 +00004921{
Miao Xief4a2f4c2011-12-14 20:12:01 -05004922 struct btrfs_root *root = BTRFS_I(inode)->root;
4923 struct btrfs_trans_handle *trans;
Josef Bacika41ad392011-01-31 15:30:16 -05004924 loff_t oldsize = i_size_read(inode);
Eric Sandeen3972f262013-01-12 02:57:22 +00004925 loff_t newsize = attr->ia_size;
4926 int mask = attr->ia_valid;
Yan, Zheng80825102009-11-12 09:35:36 +00004927 int ret;
4928
Eric Sandeen3972f262013-01-12 02:57:22 +00004929 /*
4930 * The regular truncate() case without ATTR_CTIME and ATTR_MTIME is a
4931 * special case where we need to update the times despite not having
4932 * these flags set. For all other operations the VFS set these flags
4933 * explicitly if it wants a timestamp update.
4934 */
Christoph Hellwigdff6efc2013-11-19 07:17:07 -08004935 if (newsize != oldsize) {
4936 inode_inc_iversion(inode);
4937 if (!(mask & (ATTR_CTIME | ATTR_MTIME)))
4938 inode->i_ctime = inode->i_mtime =
4939 current_fs_time(inode->i_sb);
4940 }
Eric Sandeen3972f262013-01-12 02:57:22 +00004941
Josef Bacika41ad392011-01-31 15:30:16 -05004942 if (newsize > oldsize) {
Kirill A. Shutemov7caef262013-09-12 15:13:56 -07004943 truncate_pagecache(inode, newsize);
Filipe Manana9ea24bb2014-10-29 11:57:59 +00004944 /*
4945 * Don't do an expanding truncate while snapshoting is ongoing.
4946 * This is to ensure the snapshot captures a fully consistent
4947 * state of this file - if the snapshot captures this expanding
4948 * truncation, it must capture all writes that happened before
4949 * this truncation.
4950 */
4951 wait_for_snapshot_creation(root);
Josef Bacika41ad392011-01-31 15:30:16 -05004952 ret = btrfs_cont_expand(inode, oldsize, newsize);
Filipe Manana9ea24bb2014-10-29 11:57:59 +00004953 if (ret) {
4954 btrfs_end_write_no_snapshoting(root);
Yan, Zheng80825102009-11-12 09:35:36 +00004955 return ret;
Filipe Manana9ea24bb2014-10-29 11:57:59 +00004956 }
Yan, Zheng80825102009-11-12 09:35:36 +00004957
Miao Xief4a2f4c2011-12-14 20:12:01 -05004958 trans = btrfs_start_transaction(root, 1);
Filipe Manana9ea24bb2014-10-29 11:57:59 +00004959 if (IS_ERR(trans)) {
4960 btrfs_end_write_no_snapshoting(root);
Miao Xief4a2f4c2011-12-14 20:12:01 -05004961 return PTR_ERR(trans);
Filipe Manana9ea24bb2014-10-29 11:57:59 +00004962 }
Miao Xief4a2f4c2011-12-14 20:12:01 -05004963
4964 i_size_write(inode, newsize);
4965 btrfs_ordered_update_i_size(inode, i_size_read(inode), NULL);
4966 ret = btrfs_update_inode(trans, root, inode);
Filipe Manana9ea24bb2014-10-29 11:57:59 +00004967 btrfs_end_write_no_snapshoting(root);
Josef Bacik7ad85bb2012-01-12 19:10:12 -05004968 btrfs_end_transaction(trans, root);
Josef Bacika41ad392011-01-31 15:30:16 -05004969 } else {
Yan, Zheng80825102009-11-12 09:35:36 +00004970
Josef Bacika41ad392011-01-31 15:30:16 -05004971 /*
4972 * We're truncating a file that used to have good data down to
4973 * zero. Make sure it gets into the ordered flush list so that
4974 * any new writes get down to disk quickly.
4975 */
4976 if (newsize == 0)
Josef Bacik72ac3c02012-05-23 14:13:11 -04004977 set_bit(BTRFS_INODE_ORDERED_DATA_CLOSE,
4978 &BTRFS_I(inode)->runtime_flags);
Yan, Zheng80825102009-11-12 09:35:36 +00004979
Josef Bacikf3fe8202013-01-07 17:03:21 -05004980 /*
4981 * 1 for the orphan item we're going to add
4982 * 1 for the orphan item deletion.
4983 */
4984 trans = btrfs_start_transaction(root, 2);
4985 if (IS_ERR(trans))
4986 return PTR_ERR(trans);
4987
4988 /*
4989 * We need to do this in case we fail at _any_ point during the
4990 * actual truncate. Once we do the truncate_setsize we could
4991 * invalidate pages which forces any outstanding ordered io to
4992 * be instantly completed which will give us extents that need
4993 * to be truncated. If we fail to get an orphan inode down we
4994 * could have left over extents that were never meant to live,
4995 * so we need to garuntee from this point on that everything
4996 * will be consistent.
4997 */
4998 ret = btrfs_orphan_add(trans, inode);
4999 btrfs_end_transaction(trans, root);
5000 if (ret)
5001 return ret;
5002
Josef Bacika41ad392011-01-31 15:30:16 -05005003 /* we don't support swapfiles, so vmtruncate shouldn't fail */
5004 truncate_setsize(inode, newsize);
Miao Xie2e60a512013-02-08 07:01:08 +00005005
5006 /* Disable nonlocked read DIO to avoid the end less truncate */
5007 btrfs_inode_block_unlocked_dio(inode);
5008 inode_dio_wait(inode);
5009 btrfs_inode_resume_unlocked_dio(inode);
5010
Josef Bacika41ad392011-01-31 15:30:16 -05005011 ret = btrfs_truncate(inode);
Josef Bacik7f4f6e02013-08-29 16:43:28 -04005012 if (ret && inode->i_nlink) {
5013 int err;
5014
5015 /*
5016 * failed to truncate, disk_i_size is only adjusted down
5017 * as we remove extents, so it should represent the true
5018 * size of the inode, so reset the in memory size and
5019 * delete our orphan entry.
5020 */
5021 trans = btrfs_join_transaction(root);
5022 if (IS_ERR(trans)) {
5023 btrfs_orphan_del(NULL, inode);
5024 return ret;
5025 }
5026 i_size_write(inode, BTRFS_I(inode)->disk_i_size);
5027 err = btrfs_orphan_del(trans, inode);
5028 if (err)
5029 btrfs_abort_transaction(trans, root, err);
5030 btrfs_end_transaction(trans, root);
5031 }
Yan, Zheng80825102009-11-12 09:35:36 +00005032 }
5033
Josef Bacika41ad392011-01-31 15:30:16 -05005034 return ret;
Yan, Zheng80825102009-11-12 09:35:36 +00005035}
5036
Chris Mason39279cc2007-06-12 06:35:45 -04005037static int btrfs_setattr(struct dentry *dentry, struct iattr *attr)
5038{
David Howells2b0143b2015-03-17 22:25:59 +00005039 struct inode *inode = d_inode(dentry);
Li Zefanb83cc962010-12-20 16:04:08 +08005040 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Mason39279cc2007-06-12 06:35:45 -04005041 int err;
5042
Li Zefanb83cc962010-12-20 16:04:08 +08005043 if (btrfs_root_readonly(root))
5044 return -EROFS;
5045
Chris Mason39279cc2007-06-12 06:35:45 -04005046 err = inode_change_ok(inode, attr);
5047 if (err)
5048 return err;
5049
Chris Mason5a3f23d2009-03-31 13:27:11 -04005050 if (S_ISREG(inode->i_mode) && (attr->ia_valid & ATTR_SIZE)) {
Eric Sandeen3972f262013-01-12 02:57:22 +00005051 err = btrfs_setsize(inode, attr);
Yan, Zheng80825102009-11-12 09:35:36 +00005052 if (err)
5053 return err;
Chris Mason39279cc2007-06-12 06:35:45 -04005054 }
Yan Zheng9036c102008-10-30 14:19:41 -04005055
Christoph Hellwig10257742010-06-04 11:30:02 +02005056 if (attr->ia_valid) {
5057 setattr_copy(inode, attr);
Josef Bacik0c4d2d92012-04-05 15:03:02 -04005058 inode_inc_iversion(inode);
Josef Bacik22c44fe2011-11-30 10:45:38 -05005059 err = btrfs_dirty_inode(inode);
Josef Bacik33268ea2008-07-24 12:16:36 -04005060
Josef Bacik22c44fe2011-11-30 10:45:38 -05005061 if (!err && attr->ia_valid & ATTR_MODE)
Christoph Hellwig996a7102013-12-20 05:16:43 -08005062 err = posix_acl_chmod(inode, inode->i_mode);
Christoph Hellwig10257742010-06-04 11:30:02 +02005063 }
5064
Chris Mason39279cc2007-06-12 06:35:45 -04005065 return err;
5066}
Chris Mason61295eb2008-01-14 16:24:38 -05005067
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005068/*
5069 * While truncating the inode pages during eviction, we get the VFS calling
5070 * btrfs_invalidatepage() against each page of the inode. This is slow because
5071 * the calls to btrfs_invalidatepage() result in a huge amount of calls to
5072 * lock_extent_bits() and clear_extent_bit(), which keep merging and splitting
5073 * extent_state structures over and over, wasting lots of time.
5074 *
5075 * Therefore if the inode is being evicted, let btrfs_invalidatepage() skip all
5076 * those expensive operations on a per page basis and do only the ordered io
5077 * finishing, while we release here the extent_map and extent_state structures,
5078 * without the excessive merging and splitting.
5079 */
5080static void evict_inode_truncate_pages(struct inode *inode)
5081{
5082 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
5083 struct extent_map_tree *map_tree = &BTRFS_I(inode)->extent_tree;
5084 struct rb_node *node;
5085
5086 ASSERT(inode->i_state & I_FREEING);
Johannes Weiner91b0abe2014-04-03 14:47:49 -07005087 truncate_inode_pages_final(&inode->i_data);
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005088
5089 write_lock(&map_tree->lock);
5090 while (!RB_EMPTY_ROOT(&map_tree->map)) {
5091 struct extent_map *em;
5092
5093 node = rb_first(&map_tree->map);
5094 em = rb_entry(node, struct extent_map, rb_node);
Wang Shilong180589e2013-12-14 15:27:31 +08005095 clear_bit(EXTENT_FLAG_PINNED, &em->flags);
5096 clear_bit(EXTENT_FLAG_LOGGING, &em->flags);
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005097 remove_extent_mapping(map_tree, em);
5098 free_extent_map(em);
Filipe Manana7064dd52014-08-08 02:47:05 +01005099 if (need_resched()) {
5100 write_unlock(&map_tree->lock);
5101 cond_resched();
5102 write_lock(&map_tree->lock);
5103 }
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005104 }
5105 write_unlock(&map_tree->lock);
5106
Filipe Manana6ca07092015-05-26 00:55:42 +01005107 /*
5108 * Keep looping until we have no more ranges in the io tree.
5109 * We can have ongoing bios started by readpages (called from readahead)
Filipe Manana9c6429d2015-06-10 12:55:41 +01005110 * that have their endio callback (extent_io.c:end_bio_extent_readpage)
5111 * still in progress (unlocked the pages in the bio but did not yet
5112 * unlocked the ranges in the io tree). Therefore this means some
Filipe Manana6ca07092015-05-26 00:55:42 +01005113 * ranges can still be locked and eviction started because before
5114 * submitting those bios, which are executed by a separate task (work
5115 * queue kthread), inode references (inode->i_count) were not taken
5116 * (which would be dropped in the end io callback of each bio).
5117 * Therefore here we effectively end up waiting for those bios and
5118 * anyone else holding locked ranges without having bumped the inode's
5119 * reference count - if we don't do it, when they access the inode's
5120 * io_tree to unlock a range it may be too late, leading to an
5121 * use-after-free issue.
5122 */
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005123 spin_lock(&io_tree->lock);
5124 while (!RB_EMPTY_ROOT(&io_tree->state)) {
5125 struct extent_state *state;
5126 struct extent_state *cached_state = NULL;
Filipe Manana6ca07092015-05-26 00:55:42 +01005127 u64 start;
5128 u64 end;
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005129
5130 node = rb_first(&io_tree->state);
5131 state = rb_entry(node, struct extent_state, rb_node);
Filipe Manana6ca07092015-05-26 00:55:42 +01005132 start = state->start;
5133 end = state->end;
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005134 spin_unlock(&io_tree->lock);
5135
Filipe Manana6ca07092015-05-26 00:55:42 +01005136 lock_extent_bits(io_tree, start, end, 0, &cached_state);
Qu Wenruob9d0b382015-09-29 10:35:16 +08005137
5138 /*
5139 * If still has DELALLOC flag, the extent didn't reach disk,
5140 * and its reserved space won't be freed by delayed_ref.
5141 * So we need to free its reserved space here.
5142 * (Refer to comment in btrfs_invalidatepage, case 2)
5143 *
5144 * Note, end is the bytenr of last byte, so we need + 1 here.
5145 */
5146 if (state->state & EXTENT_DELALLOC)
5147 btrfs_qgroup_free_data(inode, start, end - start + 1);
5148
Filipe Manana6ca07092015-05-26 00:55:42 +01005149 clear_extent_bit(io_tree, start, end,
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005150 EXTENT_LOCKED | EXTENT_DIRTY |
5151 EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING |
5152 EXTENT_DEFRAG, 1, 1,
5153 &cached_state, GFP_NOFS);
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005154
Filipe Manana7064dd52014-08-08 02:47:05 +01005155 cond_resched();
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005156 spin_lock(&io_tree->lock);
5157 }
5158 spin_unlock(&io_tree->lock);
5159}
5160
Al Virobd555972010-06-07 11:35:40 -04005161void btrfs_evict_inode(struct inode *inode)
Chris Mason39279cc2007-06-12 06:35:45 -04005162{
5163 struct btrfs_trans_handle *trans;
5164 struct btrfs_root *root = BTRFS_I(inode)->root;
Josef Bacik726c35f2011-09-26 15:46:06 -04005165 struct btrfs_block_rsv *rsv, *global_rsv;
Josef Bacik3bce8762015-02-24 12:35:51 -08005166 int steal_from_global = 0;
Josef Bacik07127182011-08-19 10:29:59 -04005167 u64 min_size = btrfs_calc_trunc_metadata_size(root, 1);
Chris Mason39279cc2007-06-12 06:35:45 -04005168 int ret;
5169
liubo1abe9b82011-03-24 11:18:59 +00005170 trace_btrfs_inode_evict(inode);
5171
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00005172 evict_inode_truncate_pages(inode);
5173
Stefan Behrens69e9c6c2013-09-05 16:58:43 +02005174 if (inode->i_nlink &&
5175 ((btrfs_root_refs(&root->root_item) != 0 &&
5176 root->root_key.objectid != BTRFS_ROOT_TREE_OBJECTID) ||
5177 btrfs_is_free_space_inode(inode)))
Al Virobd555972010-06-07 11:35:40 -04005178 goto no_delete;
5179
Chris Mason39279cc2007-06-12 06:35:45 -04005180 if (is_bad_inode(inode)) {
Josef Bacik7b128762008-07-24 12:17:14 -04005181 btrfs_orphan_del(NULL, inode);
Chris Mason39279cc2007-06-12 06:35:45 -04005182 goto no_delete;
5183 }
Al Virobd555972010-06-07 11:35:40 -04005184 /* do we really want it for ->i_nlink > 0 and zero btrfs_root_refs? */
Jeff Mahoneya30e5772015-09-11 21:44:17 -04005185 if (!special_file(inode->i_mode))
5186 btrfs_wait_ordered_range(inode, 0, (u64)-1);
Chris Mason5f39d392007-10-15 16:14:19 -04005187
Miao Xief6124962014-09-12 18:44:04 +08005188 btrfs_free_io_failure_record(inode, 0, (u64)-1);
5189
Yan, Zhengc71bf092009-11-12 09:34:40 +00005190 if (root->fs_info->log_root_recovering) {
Liu Bo6bf02312012-06-25 21:59:09 -06005191 BUG_ON(test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
Josef Bacik8a35d952012-05-23 14:26:42 -04005192 &BTRFS_I(inode)->runtime_flags));
Yan, Zhengc71bf092009-11-12 09:34:40 +00005193 goto no_delete;
5194 }
5195
Yan, Zheng76dda932009-09-21 16:00:26 -04005196 if (inode->i_nlink > 0) {
Stefan Behrens69e9c6c2013-09-05 16:58:43 +02005197 BUG_ON(btrfs_root_refs(&root->root_item) != 0 &&
5198 root->root_key.objectid != BTRFS_ROOT_TREE_OBJECTID);
Yan, Zheng76dda932009-09-21 16:00:26 -04005199 goto no_delete;
5200 }
5201
Miao Xie0e8c36a2012-12-19 06:59:51 +00005202 ret = btrfs_commit_inode_delayed_inode(inode);
5203 if (ret) {
5204 btrfs_orphan_del(NULL, inode);
5205 goto no_delete;
5206 }
5207
Miao Xie66d8f3d2012-09-06 04:02:28 -06005208 rsv = btrfs_alloc_block_rsv(root, BTRFS_BLOCK_RSV_TEMP);
Josef Bacik4289a662011-08-05 13:22:24 -04005209 if (!rsv) {
5210 btrfs_orphan_del(NULL, inode);
5211 goto no_delete;
5212 }
Josef Bacik4a338542011-08-29 11:01:31 -04005213 rsv->size = min_size;
Josef Bacikca7e70f2012-08-27 17:48:15 -04005214 rsv->failfast = 1;
Josef Bacik726c35f2011-09-26 15:46:06 -04005215 global_rsv = &root->fs_info->global_block_rsv;
Josef Bacik4289a662011-08-05 13:22:24 -04005216
Chris Masondbe674a2008-07-17 12:54:05 -04005217 btrfs_i_size_write(inode, 0);
Chris Mason5f39d392007-10-15 16:14:19 -04005218
Josef Bacik4289a662011-08-05 13:22:24 -04005219 /*
Miao Xie8407aa42012-09-07 01:43:32 -06005220 * This is a bit simpler than btrfs_truncate since we've already
5221 * reserved our space for our orphan item in the unlink, so we just
5222 * need to reserve some slack space in case we add bytes and update
5223 * inode item when doing the truncate.
Josef Bacik4289a662011-08-05 13:22:24 -04005224 */
Yan, Zheng80825102009-11-12 09:35:36 +00005225 while (1) {
Miao Xie08e007d2012-10-16 11:33:38 +00005226 ret = btrfs_block_rsv_refill(root, rsv, min_size,
5227 BTRFS_RESERVE_FLUSH_LIMIT);
Yan, Zheng80825102009-11-12 09:35:36 +00005228
Josef Bacik726c35f2011-09-26 15:46:06 -04005229 /*
5230 * Try and steal from the global reserve since we will
5231 * likely not use this space anyway, we want to try as
5232 * hard as possible to get this to work.
5233 */
5234 if (ret)
Josef Bacik3bce8762015-02-24 12:35:51 -08005235 steal_from_global++;
5236 else
5237 steal_from_global = 0;
5238 ret = 0;
Josef Bacik726c35f2011-09-26 15:46:06 -04005239
Josef Bacik3bce8762015-02-24 12:35:51 -08005240 /*
5241 * steal_from_global == 0: we reserved stuff, hooray!
5242 * steal_from_global == 1: we didn't reserve stuff, boo!
5243 * steal_from_global == 2: we've committed, still not a lot of
5244 * room but maybe we'll have room in the global reserve this
5245 * time.
5246 * steal_from_global == 3: abandon all hope!
5247 */
5248 if (steal_from_global > 2) {
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00005249 btrfs_warn(root->fs_info,
5250 "Could not get space for a delete, will truncate on mount %d",
5251 ret);
Josef Bacik4289a662011-08-05 13:22:24 -04005252 btrfs_orphan_del(NULL, inode);
5253 btrfs_free_block_rsv(root, rsv);
5254 goto no_delete;
Yan, Zhengd68fc572010-05-16 10:49:58 -04005255 }
5256
Miao Xie0e8c36a2012-12-19 06:59:51 +00005257 trans = btrfs_join_transaction(root);
Josef Bacik4289a662011-08-05 13:22:24 -04005258 if (IS_ERR(trans)) {
5259 btrfs_orphan_del(NULL, inode);
5260 btrfs_free_block_rsv(root, rsv);
5261 goto no_delete;
5262 }
5263
Josef Bacik3bce8762015-02-24 12:35:51 -08005264 /*
5265 * We can't just steal from the global reserve, we need tomake
5266 * sure there is room to do it, if not we need to commit and try
5267 * again.
5268 */
5269 if (steal_from_global) {
5270 if (!btrfs_check_space_for_delayed_refs(trans, root))
5271 ret = btrfs_block_rsv_migrate(global_rsv, rsv,
5272 min_size);
5273 else
5274 ret = -ENOSPC;
5275 }
5276
5277 /*
5278 * Couldn't steal from the global reserve, we have too much
5279 * pending stuff built up, commit the transaction and try it
5280 * again.
5281 */
5282 if (ret) {
5283 ret = btrfs_commit_transaction(trans, root);
5284 if (ret) {
5285 btrfs_orphan_del(NULL, inode);
5286 btrfs_free_block_rsv(root, rsv);
5287 goto no_delete;
5288 }
5289 continue;
5290 } else {
5291 steal_from_global = 0;
5292 }
5293
Josef Bacik4289a662011-08-05 13:22:24 -04005294 trans->block_rsv = rsv;
5295
Yan, Zhengd68fc572010-05-16 10:49:58 -04005296 ret = btrfs_truncate_inode_items(trans, root, inode, 0, 0);
Chris Mason28ed1342014-12-17 09:41:04 -08005297 if (ret != -ENOSPC && ret != -EAGAIN)
Yan, Zheng80825102009-11-12 09:35:36 +00005298 break;
5299
Miao Xie8407aa42012-09-07 01:43:32 -06005300 trans->block_rsv = &root->fs_info->trans_block_rsv;
Yan, Zheng80825102009-11-12 09:35:36 +00005301 btrfs_end_transaction(trans, root);
5302 trans = NULL;
Liu Bob53d3f52012-11-14 14:34:34 +00005303 btrfs_btree_balance_dirty(root);
Josef Bacik7b128762008-07-24 12:17:14 -04005304 }
5305
Josef Bacik4289a662011-08-05 13:22:24 -04005306 btrfs_free_block_rsv(root, rsv);
5307
Josef Bacik4ef31a42013-08-13 14:10:08 -04005308 /*
5309 * Errors here aren't a big deal, it just means we leave orphan items
5310 * in the tree. They will be cleaned up on the next mount.
5311 */
Yan, Zheng80825102009-11-12 09:35:36 +00005312 if (ret == 0) {
Josef Bacik4289a662011-08-05 13:22:24 -04005313 trans->block_rsv = root->orphan_block_rsv;
Josef Bacik4ef31a42013-08-13 14:10:08 -04005314 btrfs_orphan_del(trans, inode);
5315 } else {
5316 btrfs_orphan_del(NULL, inode);
Yan, Zheng80825102009-11-12 09:35:36 +00005317 }
Chris Mason85e21ba2008-01-29 15:11:36 -05005318
Josef Bacik4289a662011-08-05 13:22:24 -04005319 trans->block_rsv = &root->fs_info->trans_block_rsv;
Li Zefan581bb052011-04-20 10:06:11 +08005320 if (!(root == root->fs_info->tree_root ||
5321 root->root_key.objectid == BTRFS_TREE_RELOC_OBJECTID))
Li Zefan33345d012011-04-20 10:31:50 +08005322 btrfs_return_ino(root, btrfs_ino(inode));
Li Zefan581bb052011-04-20 10:06:11 +08005323
Chris Mason54aa1f42007-06-22 14:16:25 -04005324 btrfs_end_transaction(trans, root);
Liu Bob53d3f52012-11-14 14:34:34 +00005325 btrfs_btree_balance_dirty(root);
Chris Mason39279cc2007-06-12 06:35:45 -04005326no_delete:
Miao Xie89042e52013-05-15 07:48:15 +00005327 btrfs_remove_delayed_node(inode);
Jan Karadbd57682012-05-03 14:48:02 +02005328 clear_inode(inode);
Yan, Zheng80825102009-11-12 09:35:36 +00005329 return;
Chris Mason39279cc2007-06-12 06:35:45 -04005330}
5331
5332/*
5333 * this returns the key found in the dir entry in the location pointer.
5334 * If no dir entries were found, location->objectid is 0.
5335 */
5336static int btrfs_inode_by_name(struct inode *dir, struct dentry *dentry,
5337 struct btrfs_key *location)
5338{
5339 const char *name = dentry->d_name.name;
5340 int namelen = dentry->d_name.len;
5341 struct btrfs_dir_item *di;
5342 struct btrfs_path *path;
5343 struct btrfs_root *root = BTRFS_I(dir)->root;
Yan0d9f7f32007-10-25 15:48:28 -04005344 int ret = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04005345
5346 path = btrfs_alloc_path();
Mark Fashehd8926bb2011-07-13 10:38:47 -07005347 if (!path)
5348 return -ENOMEM;
Chris Mason39544012007-12-12 14:38:19 -05005349
Li Zefan33345d012011-04-20 10:31:50 +08005350 di = btrfs_lookup_dir_item(NULL, root, path, btrfs_ino(dir), name,
Chris Mason39279cc2007-06-12 06:35:45 -04005351 namelen, 0);
Yan0d9f7f32007-10-25 15:48:28 -04005352 if (IS_ERR(di))
5353 ret = PTR_ERR(di);
Chris Masond3977122009-01-05 21:25:51 -05005354
David Sterbac7040052011-04-19 18:00:01 +02005355 if (IS_ERR_OR_NULL(di))
Chris Mason39544012007-12-12 14:38:19 -05005356 goto out_err;
Chris Masond3977122009-01-05 21:25:51 -05005357
Chris Mason5f39d392007-10-15 16:14:19 -04005358 btrfs_dir_item_key_to_cpu(path->nodes[0], di, location);
Chris Mason39279cc2007-06-12 06:35:45 -04005359out:
Chris Mason39279cc2007-06-12 06:35:45 -04005360 btrfs_free_path(path);
5361 return ret;
Chris Mason39544012007-12-12 14:38:19 -05005362out_err:
5363 location->objectid = 0;
5364 goto out;
Chris Mason39279cc2007-06-12 06:35:45 -04005365}
5366
5367/*
5368 * when we hit a tree root in a directory, the btrfs part of the inode
5369 * needs to be changed to reflect the root directory of the tree root. This
5370 * is kind of like crossing a mount point.
5371 */
5372static int fixup_tree_root_location(struct btrfs_root *root,
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005373 struct inode *dir,
5374 struct dentry *dentry,
5375 struct btrfs_key *location,
5376 struct btrfs_root **sub_root)
Chris Mason39279cc2007-06-12 06:35:45 -04005377{
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005378 struct btrfs_path *path;
5379 struct btrfs_root *new_root;
5380 struct btrfs_root_ref *ref;
5381 struct extent_buffer *leaf;
David Sterba1d4c08e2015-01-02 19:36:14 +01005382 struct btrfs_key key;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005383 int ret;
5384 int err = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04005385
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005386 path = btrfs_alloc_path();
5387 if (!path) {
5388 err = -ENOMEM;
5389 goto out;
5390 }
Chris Mason39279cc2007-06-12 06:35:45 -04005391
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005392 err = -ENOENT;
David Sterba1d4c08e2015-01-02 19:36:14 +01005393 key.objectid = BTRFS_I(dir)->root->root_key.objectid;
5394 key.type = BTRFS_ROOT_REF_KEY;
5395 key.offset = location->objectid;
5396
5397 ret = btrfs_search_slot(NULL, root->fs_info->tree_root, &key, path,
5398 0, 0);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005399 if (ret) {
5400 if (ret < 0)
5401 err = ret;
5402 goto out;
5403 }
Chris Mason39279cc2007-06-12 06:35:45 -04005404
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005405 leaf = path->nodes[0];
5406 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
Li Zefan33345d012011-04-20 10:31:50 +08005407 if (btrfs_root_ref_dirid(leaf, ref) != btrfs_ino(dir) ||
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005408 btrfs_root_ref_name_len(leaf, ref) != dentry->d_name.len)
5409 goto out;
5410
5411 ret = memcmp_extent_buffer(leaf, dentry->d_name.name,
5412 (unsigned long)(ref + 1),
5413 dentry->d_name.len);
5414 if (ret)
5415 goto out;
5416
David Sterbab3b4aa72011-04-21 01:20:15 +02005417 btrfs_release_path(path);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005418
5419 new_root = btrfs_read_fs_root_no_name(root->fs_info, location);
5420 if (IS_ERR(new_root)) {
5421 err = PTR_ERR(new_root);
5422 goto out;
5423 }
5424
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005425 *sub_root = new_root;
5426 location->objectid = btrfs_root_dirid(&new_root->root_item);
5427 location->type = BTRFS_INODE_ITEM_KEY;
Chris Mason39279cc2007-06-12 06:35:45 -04005428 location->offset = 0;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005429 err = 0;
5430out:
5431 btrfs_free_path(path);
5432 return err;
Chris Mason39279cc2007-06-12 06:35:45 -04005433}
5434
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005435static void inode_tree_add(struct inode *inode)
5436{
5437 struct btrfs_root *root = BTRFS_I(inode)->root;
5438 struct btrfs_inode *entry;
From: Nick Piggin03e860b2009-08-21 10:09:44 +02005439 struct rb_node **p;
5440 struct rb_node *parent;
Filipe David Borba Mananacef21932013-09-02 12:19:13 +01005441 struct rb_node *new = &BTRFS_I(inode)->rb_node;
Li Zefan33345d012011-04-20 10:31:50 +08005442 u64 ino = btrfs_ino(inode);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005443
Al Viro1d3382cb2010-10-23 15:19:20 -04005444 if (inode_unhashed(inode))
Yan, Zheng76dda932009-09-21 16:00:26 -04005445 return;
Miao Xiee1409ce2013-05-15 07:48:16 +00005446 parent = NULL;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005447 spin_lock(&root->inode_lock);
Miao Xiee1409ce2013-05-15 07:48:16 +00005448 p = &root->inode_tree.rb_node;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005449 while (*p) {
5450 parent = *p;
5451 entry = rb_entry(parent, struct btrfs_inode, rb_node);
5452
Li Zefan33345d012011-04-20 10:31:50 +08005453 if (ino < btrfs_ino(&entry->vfs_inode))
From: Nick Piggin03e860b2009-08-21 10:09:44 +02005454 p = &parent->rb_left;
Li Zefan33345d012011-04-20 10:31:50 +08005455 else if (ino > btrfs_ino(&entry->vfs_inode))
From: Nick Piggin03e860b2009-08-21 10:09:44 +02005456 p = &parent->rb_right;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005457 else {
5458 WARN_ON(!(entry->vfs_inode.i_state &
Al Viroa4ffdde2010-06-02 17:38:30 -04005459 (I_WILL_FREE | I_FREEING)));
Filipe David Borba Mananacef21932013-09-02 12:19:13 +01005460 rb_replace_node(parent, new, &root->inode_tree);
From: Nick Piggin03e860b2009-08-21 10:09:44 +02005461 RB_CLEAR_NODE(parent);
5462 spin_unlock(&root->inode_lock);
Filipe David Borba Mananacef21932013-09-02 12:19:13 +01005463 return;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005464 }
5465 }
Filipe David Borba Mananacef21932013-09-02 12:19:13 +01005466 rb_link_node(new, parent, p);
5467 rb_insert_color(new, &root->inode_tree);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005468 spin_unlock(&root->inode_lock);
5469}
5470
5471static void inode_tree_del(struct inode *inode)
5472{
5473 struct btrfs_root *root = BTRFS_I(inode)->root;
Yan, Zheng76dda932009-09-21 16:00:26 -04005474 int empty = 0;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005475
From: Nick Piggin03e860b2009-08-21 10:09:44 +02005476 spin_lock(&root->inode_lock);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005477 if (!RB_EMPTY_NODE(&BTRFS_I(inode)->rb_node)) {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005478 rb_erase(&BTRFS_I(inode)->rb_node, &root->inode_tree);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005479 RB_CLEAR_NODE(&BTRFS_I(inode)->rb_node);
Yan, Zheng76dda932009-09-21 16:00:26 -04005480 empty = RB_EMPTY_ROOT(&root->inode_tree);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005481 }
From: Nick Piggin03e860b2009-08-21 10:09:44 +02005482 spin_unlock(&root->inode_lock);
Yan, Zheng76dda932009-09-21 16:00:26 -04005483
Stefan Behrens69e9c6c2013-09-05 16:58:43 +02005484 if (empty && btrfs_root_refs(&root->root_item) == 0) {
Yan, Zheng76dda932009-09-21 16:00:26 -04005485 synchronize_srcu(&root->fs_info->subvol_srcu);
5486 spin_lock(&root->inode_lock);
5487 empty = RB_EMPTY_ROOT(&root->inode_tree);
5488 spin_unlock(&root->inode_lock);
5489 if (empty)
5490 btrfs_add_dead_root(root);
5491 }
5492}
5493
Jeff Mahoney143bede2012-03-01 14:56:26 +01005494void btrfs_invalidate_inodes(struct btrfs_root *root)
Yan, Zheng76dda932009-09-21 16:00:26 -04005495{
5496 struct rb_node *node;
5497 struct rb_node *prev;
5498 struct btrfs_inode *entry;
5499 struct inode *inode;
5500 u64 objectid = 0;
5501
Liu Bo7813b3d2014-02-10 17:37:25 +08005502 if (!test_bit(BTRFS_FS_STATE_ERROR, &root->fs_info->fs_state))
5503 WARN_ON(btrfs_root_refs(&root->root_item) != 0);
Yan, Zheng76dda932009-09-21 16:00:26 -04005504
5505 spin_lock(&root->inode_lock);
5506again:
5507 node = root->inode_tree.rb_node;
5508 prev = NULL;
5509 while (node) {
5510 prev = node;
5511 entry = rb_entry(node, struct btrfs_inode, rb_node);
5512
Li Zefan33345d012011-04-20 10:31:50 +08005513 if (objectid < btrfs_ino(&entry->vfs_inode))
Yan, Zheng76dda932009-09-21 16:00:26 -04005514 node = node->rb_left;
Li Zefan33345d012011-04-20 10:31:50 +08005515 else if (objectid > btrfs_ino(&entry->vfs_inode))
Yan, Zheng76dda932009-09-21 16:00:26 -04005516 node = node->rb_right;
5517 else
5518 break;
5519 }
5520 if (!node) {
5521 while (prev) {
5522 entry = rb_entry(prev, struct btrfs_inode, rb_node);
Li Zefan33345d012011-04-20 10:31:50 +08005523 if (objectid <= btrfs_ino(&entry->vfs_inode)) {
Yan, Zheng76dda932009-09-21 16:00:26 -04005524 node = prev;
5525 break;
5526 }
5527 prev = rb_next(prev);
5528 }
5529 }
5530 while (node) {
5531 entry = rb_entry(node, struct btrfs_inode, rb_node);
Li Zefan33345d012011-04-20 10:31:50 +08005532 objectid = btrfs_ino(&entry->vfs_inode) + 1;
Yan, Zheng76dda932009-09-21 16:00:26 -04005533 inode = igrab(&entry->vfs_inode);
5534 if (inode) {
5535 spin_unlock(&root->inode_lock);
5536 if (atomic_read(&inode->i_count) > 1)
5537 d_prune_aliases(inode);
5538 /*
Al Viro45321ac2010-06-07 13:43:19 -04005539 * btrfs_drop_inode will have it removed from
Yan, Zheng76dda932009-09-21 16:00:26 -04005540 * the inode cache when its usage count
5541 * hits zero.
5542 */
5543 iput(inode);
5544 cond_resched();
5545 spin_lock(&root->inode_lock);
5546 goto again;
5547 }
5548
5549 if (cond_resched_lock(&root->inode_lock))
5550 goto again;
5551
5552 node = rb_next(node);
5553 }
5554 spin_unlock(&root->inode_lock);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005555}
5556
Chris Masone02119d2008-09-05 16:13:11 -04005557static int btrfs_init_locked_inode(struct inode *inode, void *p)
5558{
5559 struct btrfs_iget_args *args = p;
Chris Mason90d3e592014-01-09 17:28:00 -08005560 inode->i_ino = args->location->objectid;
5561 memcpy(&BTRFS_I(inode)->location, args->location,
5562 sizeof(*args->location));
Chris Masone02119d2008-09-05 16:13:11 -04005563 BTRFS_I(inode)->root = args->root;
Chris Mason39279cc2007-06-12 06:35:45 -04005564 return 0;
5565}
5566
5567static int btrfs_find_actor(struct inode *inode, void *opaque)
5568{
5569 struct btrfs_iget_args *args = opaque;
Chris Mason90d3e592014-01-09 17:28:00 -08005570 return args->location->objectid == BTRFS_I(inode)->location.objectid &&
Chris Masond3977122009-01-05 21:25:51 -05005571 args->root == BTRFS_I(inode)->root;
Chris Mason39279cc2007-06-12 06:35:45 -04005572}
5573
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005574static struct inode *btrfs_iget_locked(struct super_block *s,
Chris Mason90d3e592014-01-09 17:28:00 -08005575 struct btrfs_key *location,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005576 struct btrfs_root *root)
Chris Mason39279cc2007-06-12 06:35:45 -04005577{
5578 struct inode *inode;
5579 struct btrfs_iget_args args;
Chris Mason90d3e592014-01-09 17:28:00 -08005580 unsigned long hashval = btrfs_inode_hash(location->objectid, root);
Filipe David Borba Manana778ba822013-10-06 22:22:33 +01005581
Chris Mason90d3e592014-01-09 17:28:00 -08005582 args.location = location;
Chris Mason39279cc2007-06-12 06:35:45 -04005583 args.root = root;
5584
Filipe David Borba Manana778ba822013-10-06 22:22:33 +01005585 inode = iget5_locked(s, hashval, btrfs_find_actor,
Chris Mason39279cc2007-06-12 06:35:45 -04005586 btrfs_init_locked_inode,
5587 (void *)&args);
5588 return inode;
5589}
5590
Balaji Rao1a54ef82008-07-21 02:01:04 +05305591/* Get an inode object given its location and corresponding root.
5592 * Returns in *is_new if the inode was read from disk
5593 */
5594struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
Josef Bacik73f73412009-12-04 17:38:27 +00005595 struct btrfs_root *root, int *new)
Balaji Rao1a54ef82008-07-21 02:01:04 +05305596{
5597 struct inode *inode;
5598
Chris Mason90d3e592014-01-09 17:28:00 -08005599 inode = btrfs_iget_locked(s, location, root);
Balaji Rao1a54ef82008-07-21 02:01:04 +05305600 if (!inode)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04005601 return ERR_PTR(-ENOMEM);
Balaji Rao1a54ef82008-07-21 02:01:04 +05305602
5603 if (inode->i_state & I_NEW) {
Balaji Rao1a54ef82008-07-21 02:01:04 +05305604 btrfs_read_locked_inode(inode);
Mark Fasheh1748f842011-07-12 11:25:31 -07005605 if (!is_bad_inode(inode)) {
5606 inode_tree_add(inode);
5607 unlock_new_inode(inode);
5608 if (new)
5609 *new = 1;
5610 } else {
Sergei Trofimoviche0b6d652011-09-11 10:52:24 -04005611 unlock_new_inode(inode);
5612 iput(inode);
5613 inode = ERR_PTR(-ESTALE);
Mark Fasheh1748f842011-07-12 11:25:31 -07005614 }
5615 }
5616
Balaji Rao1a54ef82008-07-21 02:01:04 +05305617 return inode;
5618}
5619
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005620static struct inode *new_simple_dir(struct super_block *s,
5621 struct btrfs_key *key,
5622 struct btrfs_root *root)
5623{
5624 struct inode *inode = new_inode(s);
5625
5626 if (!inode)
5627 return ERR_PTR(-ENOMEM);
5628
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005629 BTRFS_I(inode)->root = root;
5630 memcpy(&BTRFS_I(inode)->location, key, sizeof(*key));
Josef Bacik72ac3c02012-05-23 14:13:11 -04005631 set_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005632
5633 inode->i_ino = BTRFS_EMPTY_SUBVOL_DIR_OBJECTID;
Li Zefan848cce02012-02-21 17:04:28 +08005634 inode->i_op = &btrfs_dir_ro_inode_operations;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005635 inode->i_fop = &simple_dir_operations;
5636 inode->i_mode = S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO;
chandan r9cc97d62012-07-04 12:48:07 +05305637 inode->i_mtime = CURRENT_TIME;
5638 inode->i_atime = inode->i_mtime;
5639 inode->i_ctime = inode->i_mtime;
5640 BTRFS_I(inode)->i_otime = inode->i_mtime;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005641
5642 return inode;
5643}
5644
Chris Mason3de45862008-11-17 21:02:50 -05005645struct inode *btrfs_lookup_dentry(struct inode *dir, struct dentry *dentry)
Chris Mason39279cc2007-06-12 06:35:45 -04005646{
Chris Masond3977122009-01-05 21:25:51 -05005647 struct inode *inode;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005648 struct btrfs_root *root = BTRFS_I(dir)->root;
Chris Mason39279cc2007-06-12 06:35:45 -04005649 struct btrfs_root *sub_root = root;
5650 struct btrfs_key location;
Yan, Zheng76dda932009-09-21 16:00:26 -04005651 int index;
Josef Bacikb4aff1f2011-06-28 16:18:59 -04005652 int ret = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04005653
5654 if (dentry->d_name.len > BTRFS_NAME_LEN)
5655 return ERR_PTR(-ENAMETOOLONG);
Chris Mason5f39d392007-10-15 16:14:19 -04005656
Jeff Layton39e3c952012-11-28 11:30:53 -05005657 ret = btrfs_inode_by_name(dir, dentry, &location);
Chris Mason39279cc2007-06-12 06:35:45 -04005658 if (ret < 0)
5659 return ERR_PTR(ret);
Chris Mason5f39d392007-10-15 16:14:19 -04005660
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005661 if (location.objectid == 0)
Tsutomu Itoh5662344b32013-12-13 09:51:42 +09005662 return ERR_PTR(-ENOENT);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005663
5664 if (location.type == BTRFS_INODE_ITEM_KEY) {
Josef Bacik73f73412009-12-04 17:38:27 +00005665 inode = btrfs_iget(dir->i_sb, &location, root, NULL);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005666 return inode;
Chris Mason39279cc2007-06-12 06:35:45 -04005667 }
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005668
5669 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY);
5670
Yan, Zheng76dda932009-09-21 16:00:26 -04005671 index = srcu_read_lock(&root->fs_info->subvol_srcu);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04005672 ret = fixup_tree_root_location(root, dir, dentry,
5673 &location, &sub_root);
5674 if (ret < 0) {
5675 if (ret != -ENOENT)
5676 inode = ERR_PTR(ret);
5677 else
5678 inode = new_simple_dir(dir->i_sb, &location, sub_root);
5679 } else {
Josef Bacik73f73412009-12-04 17:38:27 +00005680 inode = btrfs_iget(dir->i_sb, &location, sub_root, NULL);
Chris Mason39279cc2007-06-12 06:35:45 -04005681 }
Yan, Zheng76dda932009-09-21 16:00:26 -04005682 srcu_read_unlock(&root->fs_info->subvol_srcu, index);
5683
Julia Lawall34d19ba2011-01-24 19:55:19 +00005684 if (!IS_ERR(inode) && root != sub_root) {
Yan, Zhengc71bf092009-11-12 09:34:40 +00005685 down_read(&root->fs_info->cleanup_work_sem);
5686 if (!(inode->i_sb->s_flags & MS_RDONLY))
Josef Bacik66b4ffd2011-01-31 16:22:42 -05005687 ret = btrfs_orphan_cleanup(sub_root);
Yan, Zhengc71bf092009-11-12 09:34:40 +00005688 up_read(&root->fs_info->cleanup_work_sem);
Josef Bacik01cd3362013-06-03 21:39:49 -04005689 if (ret) {
5690 iput(inode);
Josef Bacik66b4ffd2011-01-31 16:22:42 -05005691 inode = ERR_PTR(ret);
Josef Bacik01cd3362013-06-03 21:39:49 -04005692 }
Yan, Zhengc71bf092009-11-12 09:34:40 +00005693 }
5694
Chris Mason3de45862008-11-17 21:02:50 -05005695 return inode;
5696}
5697
Nick Pigginfe15ce42011-01-07 17:49:23 +11005698static int btrfs_dentry_delete(const struct dentry *dentry)
Yan, Zheng76dda932009-09-21 16:00:26 -04005699{
5700 struct btrfs_root *root;
David Howells2b0143b2015-03-17 22:25:59 +00005701 struct inode *inode = d_inode(dentry);
Yan, Zheng76dda932009-09-21 16:00:26 -04005702
Li Zefan848cce02012-02-21 17:04:28 +08005703 if (!inode && !IS_ROOT(dentry))
David Howells2b0143b2015-03-17 22:25:59 +00005704 inode = d_inode(dentry->d_parent);
Yan, Zheng76dda932009-09-21 16:00:26 -04005705
Li Zefan848cce02012-02-21 17:04:28 +08005706 if (inode) {
5707 root = BTRFS_I(inode)->root;
Yan, Zhengefefb142009-10-09 09:25:16 -04005708 if (btrfs_root_refs(&root->root_item) == 0)
5709 return 1;
Li Zefan848cce02012-02-21 17:04:28 +08005710
5711 if (btrfs_ino(inode) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)
5712 return 1;
Yan, Zhengefefb142009-10-09 09:25:16 -04005713 }
Yan, Zheng76dda932009-09-21 16:00:26 -04005714 return 0;
5715}
5716
Josef Bacikb4aff1f2011-06-28 16:18:59 -04005717static void btrfs_dentry_release(struct dentry *dentry)
5718{
Daeseok Youn944a4512014-04-14 15:37:02 +09005719 kfree(dentry->d_fsdata);
Josef Bacikb4aff1f2011-06-28 16:18:59 -04005720}
5721
Chris Mason3de45862008-11-17 21:02:50 -05005722static struct dentry *btrfs_lookup(struct inode *dir, struct dentry *dentry,
Al Viro00cd8dd2012-06-10 17:13:09 -04005723 unsigned int flags)
Chris Mason3de45862008-11-17 21:02:50 -05005724{
Tsutomu Itoh5662344b32013-12-13 09:51:42 +09005725 struct inode *inode;
Josef Bacika66e7cc2011-09-18 10:34:03 -04005726
Tsutomu Itoh5662344b32013-12-13 09:51:42 +09005727 inode = btrfs_lookup_dentry(dir, dentry);
5728 if (IS_ERR(inode)) {
5729 if (PTR_ERR(inode) == -ENOENT)
5730 inode = NULL;
5731 else
5732 return ERR_CAST(inode);
5733 }
5734
Al Viro41d28bc2014-10-12 22:24:21 -04005735 return d_splice_alias(inode, dentry);
Chris Mason39279cc2007-06-12 06:35:45 -04005736}
5737
Miao Xie16cdcec2011-04-22 18:12:22 +08005738unsigned char btrfs_filetype_table[] = {
Chris Mason39279cc2007-06-12 06:35:45 -04005739 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
5740};
5741
Al Viro9cdda8d2013-05-22 16:48:09 -04005742static int btrfs_real_readdir(struct file *file, struct dir_context *ctx)
Chris Mason39279cc2007-06-12 06:35:45 -04005743{
Al Viro9cdda8d2013-05-22 16:48:09 -04005744 struct inode *inode = file_inode(file);
Chris Mason39279cc2007-06-12 06:35:45 -04005745 struct btrfs_root *root = BTRFS_I(inode)->root;
5746 struct btrfs_item *item;
5747 struct btrfs_dir_item *di;
5748 struct btrfs_key key;
Chris Mason5f39d392007-10-15 16:14:19 -04005749 struct btrfs_key found_key;
Chris Mason39279cc2007-06-12 06:35:45 -04005750 struct btrfs_path *path;
Miao Xie16cdcec2011-04-22 18:12:22 +08005751 struct list_head ins_list;
5752 struct list_head del_list;
Chris Mason39279cc2007-06-12 06:35:45 -04005753 int ret;
Chris Mason5f39d392007-10-15 16:14:19 -04005754 struct extent_buffer *leaf;
Chris Mason39279cc2007-06-12 06:35:45 -04005755 int slot;
Chris Mason39279cc2007-06-12 06:35:45 -04005756 unsigned char d_type;
5757 int over = 0;
5758 u32 di_cur;
5759 u32 di_total;
5760 u32 di_len;
5761 int key_type = BTRFS_DIR_INDEX_KEY;
Chris Mason5f39d392007-10-15 16:14:19 -04005762 char tmp_name[32];
5763 char *name_ptr;
5764 int name_len;
Al Viro9cdda8d2013-05-22 16:48:09 -04005765 int is_curr = 0; /* ctx->pos points to the current index? */
Chris Mason39279cc2007-06-12 06:35:45 -04005766
5767 /* FIXME, use a real flag for deciding about the key type */
5768 if (root->fs_info->tree_root == root)
5769 key_type = BTRFS_DIR_ITEM_KEY;
Chris Mason5f39d392007-10-15 16:14:19 -04005770
Al Viro9cdda8d2013-05-22 16:48:09 -04005771 if (!dir_emit_dots(file, ctx))
5772 return 0;
5773
David Woodhouse49593bf2008-08-17 17:08:36 +01005774 path = btrfs_alloc_path();
Miao Xie16cdcec2011-04-22 18:12:22 +08005775 if (!path)
5776 return -ENOMEM;
Chris Masonff5714c2011-05-28 07:00:39 -04005777
Josef Bacik026fd312011-05-13 10:32:11 -04005778 path->reada = 1;
David Woodhouse49593bf2008-08-17 17:08:36 +01005779
Miao Xie16cdcec2011-04-22 18:12:22 +08005780 if (key_type == BTRFS_DIR_INDEX_KEY) {
5781 INIT_LIST_HEAD(&ins_list);
5782 INIT_LIST_HEAD(&del_list);
5783 btrfs_get_delayed_items(inode, &ins_list, &del_list);
5784 }
5785
David Sterba962a2982014-06-04 18:41:45 +02005786 key.type = key_type;
Al Viro9cdda8d2013-05-22 16:48:09 -04005787 key.offset = ctx->pos;
Li Zefan33345d012011-04-20 10:31:50 +08005788 key.objectid = btrfs_ino(inode);
Chris Mason5f39d392007-10-15 16:14:19 -04005789
Chris Mason39279cc2007-06-12 06:35:45 -04005790 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
5791 if (ret < 0)
5792 goto err;
David Woodhouse49593bf2008-08-17 17:08:36 +01005793
5794 while (1) {
Chris Mason5f39d392007-10-15 16:14:19 -04005795 leaf = path->nodes[0];
Chris Mason39279cc2007-06-12 06:35:45 -04005796 slot = path->slots[0];
Li Zefanb9e03af2011-03-23 10:43:58 +08005797 if (slot >= btrfs_header_nritems(leaf)) {
5798 ret = btrfs_next_leaf(root, path);
5799 if (ret < 0)
5800 goto err;
5801 else if (ret > 0)
5802 break;
5803 continue;
Chris Mason39279cc2007-06-12 06:35:45 -04005804 }
Chris Mason3de45862008-11-17 21:02:50 -05005805
Ross Kirkdd3cc162013-09-16 15:58:09 +01005806 item = btrfs_item_nr(slot);
Chris Mason5f39d392007-10-15 16:14:19 -04005807 btrfs_item_key_to_cpu(leaf, &found_key, slot);
5808
5809 if (found_key.objectid != key.objectid)
Chris Mason39279cc2007-06-12 06:35:45 -04005810 break;
David Sterba962a2982014-06-04 18:41:45 +02005811 if (found_key.type != key_type)
Chris Mason39279cc2007-06-12 06:35:45 -04005812 break;
Al Viro9cdda8d2013-05-22 16:48:09 -04005813 if (found_key.offset < ctx->pos)
Li Zefanb9e03af2011-03-23 10:43:58 +08005814 goto next;
Miao Xie16cdcec2011-04-22 18:12:22 +08005815 if (key_type == BTRFS_DIR_INDEX_KEY &&
5816 btrfs_should_delete_dir_index(&del_list,
5817 found_key.offset))
5818 goto next;
Chris Mason5f39d392007-10-15 16:14:19 -04005819
Al Viro9cdda8d2013-05-22 16:48:09 -04005820 ctx->pos = found_key.offset;
Miao Xie16cdcec2011-04-22 18:12:22 +08005821 is_curr = 1;
David Woodhouse49593bf2008-08-17 17:08:36 +01005822
Chris Mason39279cc2007-06-12 06:35:45 -04005823 di = btrfs_item_ptr(leaf, slot, struct btrfs_dir_item);
5824 di_cur = 0;
Chris Mason5f39d392007-10-15 16:14:19 -04005825 di_total = btrfs_item_size(leaf, item);
David Woodhouse49593bf2008-08-17 17:08:36 +01005826
5827 while (di_cur < di_total) {
Chris Mason5f39d392007-10-15 16:14:19 -04005828 struct btrfs_key location;
5829
Josef Bacik22a94d42011-03-16 16:47:17 -04005830 if (verify_dir_item(root, leaf, di))
5831 break;
5832
Chris Mason5f39d392007-10-15 16:14:19 -04005833 name_len = btrfs_dir_name_len(leaf, di);
David Woodhouse49593bf2008-08-17 17:08:36 +01005834 if (name_len <= sizeof(tmp_name)) {
Chris Mason5f39d392007-10-15 16:14:19 -04005835 name_ptr = tmp_name;
5836 } else {
5837 name_ptr = kmalloc(name_len, GFP_NOFS);
David Woodhouse49593bf2008-08-17 17:08:36 +01005838 if (!name_ptr) {
5839 ret = -ENOMEM;
5840 goto err;
5841 }
Chris Mason5f39d392007-10-15 16:14:19 -04005842 }
5843 read_extent_buffer(leaf, name_ptr,
5844 (unsigned long)(di + 1), name_len);
5845
5846 d_type = btrfs_filetype_table[btrfs_dir_type(leaf, di)];
5847 btrfs_dir_item_key_to_cpu(leaf, di, &location);
Chris Mason3de45862008-11-17 21:02:50 -05005848
Josef Bacikb4aff1f2011-06-28 16:18:59 -04005849
Chris Mason3de45862008-11-17 21:02:50 -05005850 /* is this a reference to our own snapshot? If so
Arne Jansen8c9c2bf2012-02-25 09:09:30 +01005851 * skip it.
5852 *
5853 * In contrast to old kernels, we insert the snapshot's
5854 * dir item and dir index after it has been created, so
5855 * we won't find a reference to our own snapshot. We
5856 * still keep the following code for backward
5857 * compatibility.
Chris Mason3de45862008-11-17 21:02:50 -05005858 */
5859 if (location.type == BTRFS_ROOT_ITEM_KEY &&
5860 location.objectid == root->root_key.objectid) {
5861 over = 0;
5862 goto skip;
5863 }
Al Viro9cdda8d2013-05-22 16:48:09 -04005864 over = !dir_emit(ctx, name_ptr, name_len,
5865 location.objectid, d_type);
Chris Mason5f39d392007-10-15 16:14:19 -04005866
Chris Mason3de45862008-11-17 21:02:50 -05005867skip:
Chris Mason5f39d392007-10-15 16:14:19 -04005868 if (name_ptr != tmp_name)
5869 kfree(name_ptr);
5870
Chris Mason39279cc2007-06-12 06:35:45 -04005871 if (over)
5872 goto nopos;
Josef Bacik5103e942007-11-16 11:45:54 -05005873 di_len = btrfs_dir_name_len(leaf, di) +
David Woodhouse49593bf2008-08-17 17:08:36 +01005874 btrfs_dir_data_len(leaf, di) + sizeof(*di);
Chris Mason39279cc2007-06-12 06:35:45 -04005875 di_cur += di_len;
5876 di = (struct btrfs_dir_item *)((char *)di + di_len);
5877 }
Li Zefanb9e03af2011-03-23 10:43:58 +08005878next:
5879 path->slots[0]++;
Chris Mason39279cc2007-06-12 06:35:45 -04005880 }
David Woodhouse49593bf2008-08-17 17:08:36 +01005881
Miao Xie16cdcec2011-04-22 18:12:22 +08005882 if (key_type == BTRFS_DIR_INDEX_KEY) {
5883 if (is_curr)
Al Viro9cdda8d2013-05-22 16:48:09 -04005884 ctx->pos++;
5885 ret = btrfs_readdir_delayed_dir_index(ctx, &ins_list);
Miao Xie16cdcec2011-04-22 18:12:22 +08005886 if (ret)
5887 goto nopos;
5888 }
5889
David Woodhouse49593bf2008-08-17 17:08:36 +01005890 /* Reached end of directory/root. Bump pos past the last item. */
Zach Browndb62efb2013-07-11 16:19:42 -07005891 ctx->pos++;
5892
5893 /*
5894 * Stop new entries from being returned after we return the last
5895 * entry.
5896 *
5897 * New directory entries are assigned a strictly increasing
5898 * offset. This means that new entries created during readdir
5899 * are *guaranteed* to be seen in the future by that readdir.
5900 * This has broken buggy programs which operate on names as
5901 * they're returned by readdir. Until we re-use freed offsets
5902 * we have this hack to stop new entries from being returned
5903 * under the assumption that they'll never reach this huge
5904 * offset.
5905 *
5906 * This is being careful not to overflow 32bit loff_t unless the
5907 * last entry requires it because doing so has broken 32bit apps
5908 * in the past.
5909 */
5910 if (key_type == BTRFS_DIR_INDEX_KEY) {
5911 if (ctx->pos >= INT_MAX)
5912 ctx->pos = LLONG_MAX;
5913 else
5914 ctx->pos = INT_MAX;
5915 }
Chris Mason39279cc2007-06-12 06:35:45 -04005916nopos:
5917 ret = 0;
5918err:
Miao Xie16cdcec2011-04-22 18:12:22 +08005919 if (key_type == BTRFS_DIR_INDEX_KEY)
5920 btrfs_put_delayed_items(&ins_list, &del_list);
Chris Mason39279cc2007-06-12 06:35:45 -04005921 btrfs_free_path(path);
Chris Mason39279cc2007-06-12 06:35:45 -04005922 return ret;
5923}
5924
Christoph Hellwiga9185b42010-03-05 09:21:37 +01005925int btrfs_write_inode(struct inode *inode, struct writeback_control *wbc)
Chris Mason39279cc2007-06-12 06:35:45 -04005926{
5927 struct btrfs_root *root = BTRFS_I(inode)->root;
5928 struct btrfs_trans_handle *trans;
5929 int ret = 0;
Josef Bacik0af3d002010-06-21 14:48:16 -04005930 bool nolock = false;
Chris Mason39279cc2007-06-12 06:35:45 -04005931
Josef Bacik72ac3c02012-05-23 14:13:11 -04005932 if (test_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags))
Chris Mason4ca8b412008-08-05 13:30:48 -04005933 return 0;
5934
Liu Bo83eea1f2012-07-10 05:28:39 -06005935 if (btrfs_fs_closing(root->fs_info) && btrfs_is_free_space_inode(inode))
Li Zefan82d59022011-04-20 10:33:24 +08005936 nolock = true;
Josef Bacik0af3d002010-06-21 14:48:16 -04005937
Christoph Hellwiga9185b42010-03-05 09:21:37 +01005938 if (wbc->sync_mode == WB_SYNC_ALL) {
Josef Bacik0af3d002010-06-21 14:48:16 -04005939 if (nolock)
Josef Bacik7a7eaa42011-04-13 12:54:33 -04005940 trans = btrfs_join_transaction_nolock(root);
Josef Bacik0af3d002010-06-21 14:48:16 -04005941 else
Josef Bacik7a7eaa42011-04-13 12:54:33 -04005942 trans = btrfs_join_transaction(root);
Tsutomu Itoh3612b492011-01-25 02:51:38 +00005943 if (IS_ERR(trans))
5944 return PTR_ERR(trans);
Miao Xiea698d0752012-09-20 01:51:59 -06005945 ret = btrfs_commit_transaction(trans, root);
Chris Mason39279cc2007-06-12 06:35:45 -04005946 }
5947 return ret;
5948}
5949
5950/*
Chris Mason54aa1f42007-06-22 14:16:25 -04005951 * This is somewhat expensive, updating the tree every time the
Chris Mason39279cc2007-06-12 06:35:45 -04005952 * inode changes. But, it is most likely to find the inode in cache.
5953 * FIXME, needs more benchmarking...there are no reasons other than performance
5954 * to keep or drop this code.
5955 */
Eric Sandeen48a3b632013-04-25 20:41:01 +00005956static int btrfs_dirty_inode(struct inode *inode)
Chris Mason39279cc2007-06-12 06:35:45 -04005957{
5958 struct btrfs_root *root = BTRFS_I(inode)->root;
5959 struct btrfs_trans_handle *trans;
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005960 int ret;
5961
Josef Bacik72ac3c02012-05-23 14:13:11 -04005962 if (test_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags))
Josef Bacik22c44fe2011-11-30 10:45:38 -05005963 return 0;
Chris Mason39279cc2007-06-12 06:35:45 -04005964
Josef Bacik7a7eaa42011-04-13 12:54:33 -04005965 trans = btrfs_join_transaction(root);
Josef Bacik22c44fe2011-11-30 10:45:38 -05005966 if (IS_ERR(trans))
5967 return PTR_ERR(trans);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005968
5969 ret = btrfs_update_inode(trans, root, inode);
Chris Mason94b60442010-05-26 11:02:00 -04005970 if (ret && ret == -ENOSPC) {
5971 /* whoops, lets try again with the full transaction */
5972 btrfs_end_transaction(trans, root);
5973 trans = btrfs_start_transaction(root, 1);
Josef Bacik22c44fe2011-11-30 10:45:38 -05005974 if (IS_ERR(trans))
5975 return PTR_ERR(trans);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005976
Chris Mason94b60442010-05-26 11:02:00 -04005977 ret = btrfs_update_inode(trans, root, inode);
Chris Mason94b60442010-05-26 11:02:00 -04005978 }
Chris Mason39279cc2007-06-12 06:35:45 -04005979 btrfs_end_transaction(trans, root);
Miao Xie16cdcec2011-04-22 18:12:22 +08005980 if (BTRFS_I(inode)->delayed_node)
5981 btrfs_balance_delayed_items(root);
Josef Bacik22c44fe2011-11-30 10:45:38 -05005982
5983 return ret;
5984}
5985
5986/*
5987 * This is a copy of file_update_time. We need this so we can return error on
5988 * ENOSPC for updating the inode in the case of file write and mmap writes.
5989 */
Josef Bacike41f9412012-03-26 09:46:47 -04005990static int btrfs_update_time(struct inode *inode, struct timespec *now,
5991 int flags)
Josef Bacik22c44fe2011-11-30 10:45:38 -05005992{
Alexander Block2bc5565282012-06-15 09:49:33 +02005993 struct btrfs_root *root = BTRFS_I(inode)->root;
5994
5995 if (btrfs_root_readonly(root))
5996 return -EROFS;
5997
Josef Bacike41f9412012-03-26 09:46:47 -04005998 if (flags & S_VERSION)
Josef Bacik22c44fe2011-11-30 10:45:38 -05005999 inode_inc_iversion(inode);
Josef Bacike41f9412012-03-26 09:46:47 -04006000 if (flags & S_CTIME)
6001 inode->i_ctime = *now;
6002 if (flags & S_MTIME)
6003 inode->i_mtime = *now;
6004 if (flags & S_ATIME)
6005 inode->i_atime = *now;
6006 return btrfs_dirty_inode(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04006007}
6008
Chris Masond352ac62008-09-29 15:18:18 -04006009/*
6010 * find the highest existing sequence number in a directory
6011 * and then set the in-memory index_cnt variable to reflect
6012 * free sequence numbers
6013 */
Josef Bacikaec74772008-07-24 12:12:38 -04006014static int btrfs_set_inode_index_count(struct inode *inode)
6015{
6016 struct btrfs_root *root = BTRFS_I(inode)->root;
6017 struct btrfs_key key, found_key;
6018 struct btrfs_path *path;
6019 struct extent_buffer *leaf;
6020 int ret;
6021
Li Zefan33345d012011-04-20 10:31:50 +08006022 key.objectid = btrfs_ino(inode);
David Sterba962a2982014-06-04 18:41:45 +02006023 key.type = BTRFS_DIR_INDEX_KEY;
Josef Bacikaec74772008-07-24 12:12:38 -04006024 key.offset = (u64)-1;
6025
6026 path = btrfs_alloc_path();
6027 if (!path)
6028 return -ENOMEM;
6029
6030 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
6031 if (ret < 0)
6032 goto out;
6033 /* FIXME: we should be able to handle this */
6034 if (ret == 0)
6035 goto out;
6036 ret = 0;
6037
6038 /*
6039 * MAGIC NUMBER EXPLANATION:
6040 * since we search a directory based on f_pos we have to start at 2
6041 * since '.' and '..' have f_pos of 0 and 1 respectively, so everybody
6042 * else has to start at 2
6043 */
6044 if (path->slots[0] == 0) {
6045 BTRFS_I(inode)->index_cnt = 2;
6046 goto out;
6047 }
6048
6049 path->slots[0]--;
6050
6051 leaf = path->nodes[0];
6052 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
6053
Li Zefan33345d012011-04-20 10:31:50 +08006054 if (found_key.objectid != btrfs_ino(inode) ||
David Sterba962a2982014-06-04 18:41:45 +02006055 found_key.type != BTRFS_DIR_INDEX_KEY) {
Josef Bacikaec74772008-07-24 12:12:38 -04006056 BTRFS_I(inode)->index_cnt = 2;
6057 goto out;
6058 }
6059
6060 BTRFS_I(inode)->index_cnt = found_key.offset + 1;
6061out:
6062 btrfs_free_path(path);
6063 return ret;
6064}
6065
Chris Masond352ac62008-09-29 15:18:18 -04006066/*
6067 * helper to find a free sequence number in a given directory. This current
6068 * code is very simple, later versions will do smarter things in the btree
6069 */
Chris Mason3de45862008-11-17 21:02:50 -05006070int btrfs_set_inode_index(struct inode *dir, u64 *index)
Josef Bacikaec74772008-07-24 12:12:38 -04006071{
6072 int ret = 0;
6073
6074 if (BTRFS_I(dir)->index_cnt == (u64)-1) {
Miao Xie16cdcec2011-04-22 18:12:22 +08006075 ret = btrfs_inode_delayed_dir_index_count(dir);
6076 if (ret) {
6077 ret = btrfs_set_inode_index_count(dir);
6078 if (ret)
6079 return ret;
6080 }
Josef Bacikaec74772008-07-24 12:12:38 -04006081 }
6082
Chris Mason00e4e6b2008-08-05 11:18:09 -04006083 *index = BTRFS_I(dir)->index_cnt;
Josef Bacikaec74772008-07-24 12:12:38 -04006084 BTRFS_I(dir)->index_cnt++;
6085
6086 return ret;
6087}
6088
Chris Masonb0d5d102014-09-08 13:08:51 -07006089static int btrfs_insert_inode_locked(struct inode *inode)
6090{
6091 struct btrfs_iget_args args;
6092 args.location = &BTRFS_I(inode)->location;
6093 args.root = BTRFS_I(inode)->root;
6094
6095 return insert_inode_locked4(inode,
6096 btrfs_inode_hash(inode->i_ino, BTRFS_I(inode)->root),
6097 btrfs_find_actor, &args);
6098}
6099
Chris Mason39279cc2007-06-12 06:35:45 -04006100static struct inode *btrfs_new_inode(struct btrfs_trans_handle *trans,
6101 struct btrfs_root *root,
Josef Bacikaec74772008-07-24 12:12:38 -04006102 struct inode *dir,
Chris Mason9c583092008-01-29 15:15:18 -05006103 const char *name, int name_len,
Al Viro175a4eb2011-07-26 03:30:54 -04006104 u64 ref_objectid, u64 objectid,
6105 umode_t mode, u64 *index)
Chris Mason39279cc2007-06-12 06:35:45 -04006106{
6107 struct inode *inode;
Chris Mason5f39d392007-10-15 16:14:19 -04006108 struct btrfs_inode_item *inode_item;
Chris Mason39279cc2007-06-12 06:35:45 -04006109 struct btrfs_key *location;
Chris Mason5f39d392007-10-15 16:14:19 -04006110 struct btrfs_path *path;
Chris Mason9c583092008-01-29 15:15:18 -05006111 struct btrfs_inode_ref *ref;
6112 struct btrfs_key key[2];
6113 u32 sizes[2];
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006114 int nitems = name ? 2 : 1;
Chris Mason9c583092008-01-29 15:15:18 -05006115 unsigned long ptr;
Chris Mason39279cc2007-06-12 06:35:45 -04006116 int ret;
Chris Mason39279cc2007-06-12 06:35:45 -04006117
Chris Mason5f39d392007-10-15 16:14:19 -04006118 path = btrfs_alloc_path();
Mark Fashehd8926bb2011-07-13 10:38:47 -07006119 if (!path)
6120 return ERR_PTR(-ENOMEM);
Chris Mason5f39d392007-10-15 16:14:19 -04006121
Chris Mason39279cc2007-06-12 06:35:45 -04006122 inode = new_inode(root->fs_info->sb);
Yoshinori Sano8fb27642011-04-09 02:30:07 +00006123 if (!inode) {
6124 btrfs_free_path(path);
Chris Mason39279cc2007-06-12 06:35:45 -04006125 return ERR_PTR(-ENOMEM);
Yoshinori Sano8fb27642011-04-09 02:30:07 +00006126 }
Chris Mason39279cc2007-06-12 06:35:45 -04006127
Li Zefan581bb052011-04-20 10:06:11 +08006128 /*
Filipe Manana5762b5c2014-08-01 00:10:32 +01006129 * O_TMPFILE, set link count to 0, so that after this point,
6130 * we fill in an inode item with the correct link count.
6131 */
6132 if (!name)
6133 set_nlink(inode, 0);
6134
6135 /*
Li Zefan581bb052011-04-20 10:06:11 +08006136 * we have to initialize this early, so we can reclaim the inode
6137 * number if we fail afterwards in this function.
6138 */
6139 inode->i_ino = objectid;
6140
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006141 if (dir && name) {
liubo1abe9b82011-03-24 11:18:59 +00006142 trace_btrfs_inode_request(dir);
6143
Chris Mason3de45862008-11-17 21:02:50 -05006144 ret = btrfs_set_inode_index(dir, index);
Shen Feng09771432009-04-02 16:46:06 -04006145 if (ret) {
Yoshinori Sano8fb27642011-04-09 02:30:07 +00006146 btrfs_free_path(path);
Shen Feng09771432009-04-02 16:46:06 -04006147 iput(inode);
Josef Bacikaec74772008-07-24 12:12:38 -04006148 return ERR_PTR(ret);
Shen Feng09771432009-04-02 16:46:06 -04006149 }
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006150 } else if (dir) {
6151 *index = 0;
Josef Bacikaec74772008-07-24 12:12:38 -04006152 }
6153 /*
6154 * index_cnt is ignored for everything but a dir,
6155 * btrfs_get_inode_index_count has an explanation for the magic
6156 * number
6157 */
6158 BTRFS_I(inode)->index_cnt = 2;
Miao Xie67de1172013-12-26 13:07:06 +08006159 BTRFS_I(inode)->dir_index = *index;
Chris Mason39279cc2007-06-12 06:35:45 -04006160 BTRFS_I(inode)->root = root;
Chris Masone02119d2008-09-05 16:13:11 -04006161 BTRFS_I(inode)->generation = trans->transid;
Josef Bacik76195852010-11-19 02:18:02 +00006162 inode->i_generation = BTRFS_I(inode)->generation;
Chris Masonb888db22007-08-27 16:49:44 -04006163
Josef Bacik5dc562c2012-08-17 13:14:17 -04006164 /*
6165 * We could have gotten an inode number from somebody who was fsynced
6166 * and then removed in this same transaction, so let's just set full
6167 * sync since it will be a full sync anyway and this will blow away the
6168 * old info in the log.
6169 */
6170 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags);
6171
Chris Mason9c583092008-01-29 15:15:18 -05006172 key[0].objectid = objectid;
David Sterba962a2982014-06-04 18:41:45 +02006173 key[0].type = BTRFS_INODE_ITEM_KEY;
Chris Mason9c583092008-01-29 15:15:18 -05006174 key[0].offset = 0;
6175
Chris Mason9c583092008-01-29 15:15:18 -05006176 sizes[0] = sizeof(struct btrfs_inode_item);
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006177
6178 if (name) {
6179 /*
6180 * Start new inodes with an inode_ref. This is slightly more
6181 * efficient for small numbers of hard links since they will
6182 * be packed into one item. Extended refs will kick in if we
6183 * add more hard links than can fit in the ref item.
6184 */
6185 key[1].objectid = objectid;
David Sterba962a2982014-06-04 18:41:45 +02006186 key[1].type = BTRFS_INODE_REF_KEY;
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006187 key[1].offset = ref_objectid;
6188
6189 sizes[1] = name_len + sizeof(*ref);
6190 }
Chris Mason9c583092008-01-29 15:15:18 -05006191
Chris Masonb0d5d102014-09-08 13:08:51 -07006192 location = &BTRFS_I(inode)->location;
6193 location->objectid = objectid;
6194 location->offset = 0;
David Sterba962a2982014-06-04 18:41:45 +02006195 location->type = BTRFS_INODE_ITEM_KEY;
Chris Masonb0d5d102014-09-08 13:08:51 -07006196
6197 ret = btrfs_insert_inode_locked(inode);
6198 if (ret < 0)
6199 goto fail;
6200
Chris Masonb9473432009-03-13 11:00:37 -04006201 path->leave_spinning = 1;
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006202 ret = btrfs_insert_empty_items(trans, root, path, key, sizes, nitems);
Chris Mason9c583092008-01-29 15:15:18 -05006203 if (ret != 0)
Chris Masonb0d5d102014-09-08 13:08:51 -07006204 goto fail_unlock;
Chris Mason5f39d392007-10-15 16:14:19 -04006205
Dmitry Monakhovecc11fab2010-03-04 17:31:47 +03006206 inode_init_owner(inode, dir, mode);
Yan Zhenga76a3cd2008-10-09 11:46:29 -04006207 inode_set_bytes(inode, 0);
chandan r9cc97d62012-07-04 12:48:07 +05306208
6209 inode->i_mtime = CURRENT_TIME;
6210 inode->i_atime = inode->i_mtime;
6211 inode->i_ctime = inode->i_mtime;
6212 BTRFS_I(inode)->i_otime = inode->i_mtime;
6213
Chris Mason5f39d392007-10-15 16:14:19 -04006214 inode_item = btrfs_item_ptr(path->nodes[0], path->slots[0],
6215 struct btrfs_inode_item);
Li Zefan293f7e02012-07-10 00:58:58 -06006216 memset_extent_buffer(path->nodes[0], 0, (unsigned long)inode_item,
6217 sizeof(*inode_item));
Chris Masone02119d2008-09-05 16:13:11 -04006218 fill_inode_item(trans, path->nodes[0], inode_item, inode);
Chris Mason9c583092008-01-29 15:15:18 -05006219
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006220 if (name) {
6221 ref = btrfs_item_ptr(path->nodes[0], path->slots[0] + 1,
6222 struct btrfs_inode_ref);
6223 btrfs_set_inode_ref_name_len(path->nodes[0], ref, name_len);
6224 btrfs_set_inode_ref_index(path->nodes[0], ref, *index);
6225 ptr = (unsigned long)(ref + 1);
6226 write_extent_buffer(path->nodes[0], name, ptr, name_len);
6227 }
Chris Mason9c583092008-01-29 15:15:18 -05006228
Chris Mason5f39d392007-10-15 16:14:19 -04006229 btrfs_mark_buffer_dirty(path->nodes[0]);
6230 btrfs_free_path(path);
6231
Christoph Hellwig6cbff002009-04-17 10:37:41 +02006232 btrfs_inherit_iflags(inode, dir);
6233
Al Viro569254b2011-07-24 17:08:40 -04006234 if (S_ISREG(mode)) {
Chris Mason94272162009-07-02 12:26:06 -04006235 if (btrfs_test_opt(root, NODATASUM))
6236 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATASUM;
Liu Bo213490b2012-09-11 08:33:50 -06006237 if (btrfs_test_opt(root, NODATACOW))
Josef Bacikf2bdf9a2013-02-21 15:28:28 -05006238 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATACOW |
6239 BTRFS_INODE_NODATASUM;
Chris Mason94272162009-07-02 12:26:06 -04006240 }
6241
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006242 inode_tree_add(inode);
liubo1abe9b82011-03-24 11:18:59 +00006243
6244 trace_btrfs_inode_new(inode);
Chris Mason1973f0f2011-06-24 13:13:29 -04006245 btrfs_set_inode_last_trans(trans, inode);
liubo1abe9b82011-03-24 11:18:59 +00006246
Alexander Block8ea05e32012-07-25 17:35:53 +02006247 btrfs_update_root_times(trans, root);
6248
Filipe David Borba Manana63541922014-01-07 11:47:46 +00006249 ret = btrfs_inode_inherit_props(trans, inode, dir);
6250 if (ret)
6251 btrfs_err(root->fs_info,
6252 "error inheriting props for ino %llu (root %llu): %d",
6253 btrfs_ino(inode), root->root_key.objectid, ret);
6254
Chris Mason39279cc2007-06-12 06:35:45 -04006255 return inode;
Chris Masonb0d5d102014-09-08 13:08:51 -07006256
6257fail_unlock:
6258 unlock_new_inode(inode);
Chris Mason5f39d392007-10-15 16:14:19 -04006259fail:
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006260 if (dir && name)
Josef Bacikaec74772008-07-24 12:12:38 -04006261 BTRFS_I(dir)->index_cnt--;
Chris Mason5f39d392007-10-15 16:14:19 -04006262 btrfs_free_path(path);
Shen Feng09771432009-04-02 16:46:06 -04006263 iput(inode);
Chris Mason5f39d392007-10-15 16:14:19 -04006264 return ERR_PTR(ret);
Chris Mason39279cc2007-06-12 06:35:45 -04006265}
6266
6267static inline u8 btrfs_inode_type(struct inode *inode)
6268{
6269 return btrfs_type_by_mode[(inode->i_mode & S_IFMT) >> S_SHIFT];
6270}
6271
Chris Masond352ac62008-09-29 15:18:18 -04006272/*
6273 * utility function to add 'inode' into 'parent_inode' with
6274 * a give name and a given sequence number.
6275 * if 'add_backref' is true, also insert a backref from the
6276 * inode to the parent directory.
6277 */
Chris Masone02119d2008-09-05 16:13:11 -04006278int btrfs_add_link(struct btrfs_trans_handle *trans,
6279 struct inode *parent_inode, struct inode *inode,
6280 const char *name, int name_len, int add_backref, u64 index)
Chris Mason39279cc2007-06-12 06:35:45 -04006281{
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04006282 int ret = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04006283 struct btrfs_key key;
Chris Masone02119d2008-09-05 16:13:11 -04006284 struct btrfs_root *root = BTRFS_I(parent_inode)->root;
Li Zefan33345d012011-04-20 10:31:50 +08006285 u64 ino = btrfs_ino(inode);
6286 u64 parent_ino = btrfs_ino(parent_inode);
Chris Mason5f39d392007-10-15 16:14:19 -04006287
Li Zefan33345d012011-04-20 10:31:50 +08006288 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04006289 memcpy(&key, &BTRFS_I(inode)->root->root_key, sizeof(key));
6290 } else {
Li Zefan33345d012011-04-20 10:31:50 +08006291 key.objectid = ino;
David Sterba962a2982014-06-04 18:41:45 +02006292 key.type = BTRFS_INODE_ITEM_KEY;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04006293 key.offset = 0;
6294 }
Chris Mason39279cc2007-06-12 06:35:45 -04006295
Li Zefan33345d012011-04-20 10:31:50 +08006296 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04006297 ret = btrfs_add_root_ref(trans, root->fs_info->tree_root,
6298 key.objectid, root->root_key.objectid,
Li Zefan33345d012011-04-20 10:31:50 +08006299 parent_ino, index, name, name_len);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04006300 } else if (add_backref) {
Li Zefan33345d012011-04-20 10:31:50 +08006301 ret = btrfs_insert_inode_ref(trans, root, name, name_len, ino,
6302 parent_ino, index);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04006303 }
6304
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006305 /* Nothing to clean up yet */
6306 if (ret)
6307 return ret;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04006308
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006309 ret = btrfs_insert_dir_item(trans, root, name, name_len,
6310 parent_inode, &key,
6311 btrfs_inode_type(inode), index);
Chris Mason9c520572012-12-17 14:26:57 -05006312 if (ret == -EEXIST || ret == -EOVERFLOW)
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006313 goto fail_dir_item;
6314 else if (ret) {
6315 btrfs_abort_transaction(trans, root, ret);
6316 return ret;
Chris Mason39279cc2007-06-12 06:35:45 -04006317 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006318
6319 btrfs_i_size_write(parent_inode, parent_inode->i_size +
6320 name_len * 2);
Josef Bacik0c4d2d92012-04-05 15:03:02 -04006321 inode_inc_iversion(parent_inode);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006322 parent_inode->i_mtime = parent_inode->i_ctime = CURRENT_TIME;
6323 ret = btrfs_update_inode(trans, root, parent_inode);
6324 if (ret)
6325 btrfs_abort_transaction(trans, root, ret);
Chris Mason39279cc2007-06-12 06:35:45 -04006326 return ret;
Chris Masonfe66a052012-02-20 08:40:56 -05006327
6328fail_dir_item:
6329 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
6330 u64 local_index;
6331 int err;
6332 err = btrfs_del_root_ref(trans, root->fs_info->tree_root,
6333 key.objectid, root->root_key.objectid,
6334 parent_ino, &local_index, name, name_len);
6335
6336 } else if (add_backref) {
6337 u64 local_index;
6338 int err;
6339
6340 err = btrfs_del_inode_ref(trans, root, name, name_len,
6341 ino, parent_ino, &local_index);
6342 }
6343 return ret;
Chris Mason39279cc2007-06-12 06:35:45 -04006344}
6345
6346static int btrfs_add_nondir(struct btrfs_trans_handle *trans,
Josef Bacika1b075d2010-11-19 20:36:11 +00006347 struct inode *dir, struct dentry *dentry,
6348 struct inode *inode, int backref, u64 index)
Chris Mason39279cc2007-06-12 06:35:45 -04006349{
Josef Bacika1b075d2010-11-19 20:36:11 +00006350 int err = btrfs_add_link(trans, dir, inode,
6351 dentry->d_name.name, dentry->d_name.len,
6352 backref, index);
Chris Mason39279cc2007-06-12 06:35:45 -04006353 if (err > 0)
6354 err = -EEXIST;
6355 return err;
6356}
6357
Josef Bacik618e21d2007-07-11 10:18:17 -04006358static int btrfs_mknod(struct inode *dir, struct dentry *dentry,
Al Viro1a67aaf2011-07-26 01:52:52 -04006359 umode_t mode, dev_t rdev)
Josef Bacik618e21d2007-07-11 10:18:17 -04006360{
6361 struct btrfs_trans_handle *trans;
6362 struct btrfs_root *root = BTRFS_I(dir)->root;
Chris Mason1832a6d2007-12-21 16:27:21 -05006363 struct inode *inode = NULL;
Josef Bacik618e21d2007-07-11 10:18:17 -04006364 int err;
6365 int drop_inode = 0;
6366 u64 objectid;
Chris Mason00e4e6b2008-08-05 11:18:09 -04006367 u64 index = 0;
Josef Bacik618e21d2007-07-11 10:18:17 -04006368
Josef Bacik9ed74f22009-09-11 16:12:44 -04006369 /*
6370 * 2 for inode item and ref
6371 * 2 for dir items
6372 * 1 for xattr if selinux is on
6373 */
Yan, Zhenga22285a2010-05-16 10:48:46 -04006374 trans = btrfs_start_transaction(root, 5);
6375 if (IS_ERR(trans))
6376 return PTR_ERR(trans);
Chris Mason1832a6d2007-12-21 16:27:21 -05006377
Li Zefan581bb052011-04-20 10:06:11 +08006378 err = btrfs_find_free_ino(root, &objectid);
6379 if (err)
6380 goto out_unlock;
6381
Josef Bacikaec74772008-07-24 12:12:38 -04006382 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
Li Zefan33345d012011-04-20 10:31:50 +08006383 dentry->d_name.len, btrfs_ino(dir), objectid,
Josef Bacikd82a6f12011-05-11 15:26:06 -04006384 mode, &index);
Tsutomu Itoh7cf96da2011-04-25 19:43:53 -04006385 if (IS_ERR(inode)) {
6386 err = PTR_ERR(inode);
Josef Bacik618e21d2007-07-11 10:18:17 -04006387 goto out_unlock;
Tsutomu Itoh7cf96da2011-04-25 19:43:53 -04006388 }
Josef Bacik618e21d2007-07-11 10:18:17 -04006389
Casey Schauflerad19db72011-12-15 10:09:07 -05006390 /*
6391 * If the active LSM wants to access the inode during
6392 * d_instantiate it needs these. Smack checks to see
6393 * if the filesystem supports xattrs by looking at the
6394 * ops vector.
6395 */
Casey Schauflerad19db72011-12-15 10:09:07 -05006396 inode->i_op = &btrfs_special_inode_operations;
Chris Masonb0d5d102014-09-08 13:08:51 -07006397 init_special_inode(inode, inode->i_mode, rdev);
6398
6399 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
Josef Bacik618e21d2007-07-11 10:18:17 -04006400 if (err)
Chris Masonb0d5d102014-09-08 13:08:51 -07006401 goto out_unlock_inode;
6402
6403 err = btrfs_add_nondir(trans, dir, dentry, inode, 0, index);
6404 if (err) {
6405 goto out_unlock_inode;
6406 } else {
Yan1b4ab1b2007-08-29 09:11:44 -04006407 btrfs_update_inode(trans, root, inode);
Chris Masonb0d5d102014-09-08 13:08:51 -07006408 unlock_new_inode(inode);
Al Viro08c422c2011-12-23 07:58:13 -05006409 d_instantiate(dentry, inode);
Josef Bacik618e21d2007-07-11 10:18:17 -04006410 }
Chris Masonb0d5d102014-09-08 13:08:51 -07006411
Josef Bacik618e21d2007-07-11 10:18:17 -04006412out_unlock:
Josef Bacik7ad85bb2012-01-12 19:10:12 -05006413 btrfs_end_transaction(trans, root);
Josef Bacikc581afc2014-02-06 16:06:06 -05006414 btrfs_balance_delayed_items(root);
Liu Bob53d3f52012-11-14 14:34:34 +00006415 btrfs_btree_balance_dirty(root);
Josef Bacik618e21d2007-07-11 10:18:17 -04006416 if (drop_inode) {
6417 inode_dec_link_count(inode);
6418 iput(inode);
6419 }
Josef Bacik618e21d2007-07-11 10:18:17 -04006420 return err;
Chris Masonb0d5d102014-09-08 13:08:51 -07006421
6422out_unlock_inode:
6423 drop_inode = 1;
6424 unlock_new_inode(inode);
6425 goto out_unlock;
6426
Josef Bacik618e21d2007-07-11 10:18:17 -04006427}
6428
Chris Mason39279cc2007-06-12 06:35:45 -04006429static int btrfs_create(struct inode *dir, struct dentry *dentry,
Al Viroebfc3b42012-06-10 18:05:36 -04006430 umode_t mode, bool excl)
Chris Mason39279cc2007-06-12 06:35:45 -04006431{
6432 struct btrfs_trans_handle *trans;
6433 struct btrfs_root *root = BTRFS_I(dir)->root;
Chris Mason1832a6d2007-12-21 16:27:21 -05006434 struct inode *inode = NULL;
Filipe Brandenburger43baa572012-11-30 03:40:09 +00006435 int drop_inode_on_err = 0;
Yan, Zhenga22285a2010-05-16 10:48:46 -04006436 int err;
Chris Mason39279cc2007-06-12 06:35:45 -04006437 u64 objectid;
Chris Mason00e4e6b2008-08-05 11:18:09 -04006438 u64 index = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04006439
Josef Bacik9ed74f22009-09-11 16:12:44 -04006440 /*
6441 * 2 for inode item and ref
6442 * 2 for dir items
6443 * 1 for xattr if selinux is on
6444 */
Yan, Zhenga22285a2010-05-16 10:48:46 -04006445 trans = btrfs_start_transaction(root, 5);
6446 if (IS_ERR(trans))
6447 return PTR_ERR(trans);
Josef Bacik9ed74f22009-09-11 16:12:44 -04006448
Li Zefan581bb052011-04-20 10:06:11 +08006449 err = btrfs_find_free_ino(root, &objectid);
6450 if (err)
6451 goto out_unlock;
6452
Josef Bacikaec74772008-07-24 12:12:38 -04006453 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
Li Zefan33345d012011-04-20 10:31:50 +08006454 dentry->d_name.len, btrfs_ino(dir), objectid,
Josef Bacikd82a6f12011-05-11 15:26:06 -04006455 mode, &index);
Tsutomu Itoh7cf96da2011-04-25 19:43:53 -04006456 if (IS_ERR(inode)) {
6457 err = PTR_ERR(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04006458 goto out_unlock;
Tsutomu Itoh7cf96da2011-04-25 19:43:53 -04006459 }
Filipe Brandenburger43baa572012-11-30 03:40:09 +00006460 drop_inode_on_err = 1;
Casey Schauflerad19db72011-12-15 10:09:07 -05006461 /*
6462 * If the active LSM wants to access the inode during
6463 * d_instantiate it needs these. Smack checks to see
6464 * if the filesystem supports xattrs by looking at the
6465 * ops vector.
6466 */
6467 inode->i_fop = &btrfs_file_operations;
6468 inode->i_op = &btrfs_file_inode_operations;
Chris Masonb0d5d102014-09-08 13:08:51 -07006469 inode->i_mapping->a_ops = &btrfs_aops;
Chris Masonb0d5d102014-09-08 13:08:51 -07006470
6471 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
6472 if (err)
6473 goto out_unlock_inode;
6474
6475 err = btrfs_update_inode(trans, root, inode);
6476 if (err)
6477 goto out_unlock_inode;
Casey Schauflerad19db72011-12-15 10:09:07 -05006478
Josef Bacika1b075d2010-11-19 20:36:11 +00006479 err = btrfs_add_nondir(trans, dir, dentry, inode, 0, index);
Chris Mason39279cc2007-06-12 06:35:45 -04006480 if (err)
Chris Masonb0d5d102014-09-08 13:08:51 -07006481 goto out_unlock_inode;
Filipe Brandenburger43baa572012-11-30 03:40:09 +00006482
Filipe Brandenburger43baa572012-11-30 03:40:09 +00006483 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
Chris Masonb0d5d102014-09-08 13:08:51 -07006484 unlock_new_inode(inode);
Filipe Brandenburger43baa572012-11-30 03:40:09 +00006485 d_instantiate(dentry, inode);
6486
Chris Mason39279cc2007-06-12 06:35:45 -04006487out_unlock:
Josef Bacik7ad85bb2012-01-12 19:10:12 -05006488 btrfs_end_transaction(trans, root);
Filipe Brandenburger43baa572012-11-30 03:40:09 +00006489 if (err && drop_inode_on_err) {
Chris Mason39279cc2007-06-12 06:35:45 -04006490 inode_dec_link_count(inode);
6491 iput(inode);
6492 }
Josef Bacikc581afc2014-02-06 16:06:06 -05006493 btrfs_balance_delayed_items(root);
Liu Bob53d3f52012-11-14 14:34:34 +00006494 btrfs_btree_balance_dirty(root);
Chris Mason39279cc2007-06-12 06:35:45 -04006495 return err;
Chris Masonb0d5d102014-09-08 13:08:51 -07006496
6497out_unlock_inode:
6498 unlock_new_inode(inode);
6499 goto out_unlock;
6500
Chris Mason39279cc2007-06-12 06:35:45 -04006501}
6502
6503static int btrfs_link(struct dentry *old_dentry, struct inode *dir,
6504 struct dentry *dentry)
6505{
6506 struct btrfs_trans_handle *trans;
6507 struct btrfs_root *root = BTRFS_I(dir)->root;
David Howells2b0143b2015-03-17 22:25:59 +00006508 struct inode *inode = d_inode(old_dentry);
Chris Mason00e4e6b2008-08-05 11:18:09 -04006509 u64 index;
Chris Mason39279cc2007-06-12 06:35:45 -04006510 int err;
6511 int drop_inode = 0;
6512
TARUISI Hiroaki4a8be422009-11-12 07:14:26 +00006513 /* do not allow sys_link's with other subvols of the same device */
6514 if (root->objectid != BTRFS_I(inode)->root->objectid)
Mark Fasheh3ab35642011-03-22 17:20:26 +00006515 return -EXDEV;
TARUISI Hiroaki4a8be422009-11-12 07:14:26 +00006516
Mark Fashehf1863732012-08-08 11:32:27 -07006517 if (inode->i_nlink >= BTRFS_LINK_MAX)
Al Viroc055e992011-03-04 17:15:18 +00006518 return -EMLINK;
Josef Bacik9ed74f22009-09-11 16:12:44 -04006519
Chris Mason3de45862008-11-17 21:02:50 -05006520 err = btrfs_set_inode_index(dir, &index);
Josef Bacikaec74772008-07-24 12:12:38 -04006521 if (err)
6522 goto fail;
6523
Yan, Zhenga22285a2010-05-16 10:48:46 -04006524 /*
Miao Xie7e6b6462011-02-18 09:21:17 +00006525 * 2 items for inode and inode ref
Yan, Zhenga22285a2010-05-16 10:48:46 -04006526 * 2 items for dir items
Miao Xie7e6b6462011-02-18 09:21:17 +00006527 * 1 item for parent inode
Yan, Zhenga22285a2010-05-16 10:48:46 -04006528 */
Miao Xie7e6b6462011-02-18 09:21:17 +00006529 trans = btrfs_start_transaction(root, 5);
Yan, Zhenga22285a2010-05-16 10:48:46 -04006530 if (IS_ERR(trans)) {
6531 err = PTR_ERR(trans);
6532 goto fail;
6533 }
Chris Mason5f39d392007-10-15 16:14:19 -04006534
Miao Xie67de1172013-12-26 13:07:06 +08006535 /* There are several dir indexes for this inode, clear the cache. */
6536 BTRFS_I(inode)->dir_index = 0ULL;
Zach Brown8b558c52013-10-16 12:10:34 -07006537 inc_nlink(inode);
Josef Bacik0c4d2d92012-04-05 15:03:02 -04006538 inode_inc_iversion(inode);
Miao Xie31534952011-04-13 13:19:21 +08006539 inode->i_ctime = CURRENT_TIME;
Al Viro7de9c6ee2010-10-23 11:11:40 -04006540 ihold(inode);
Josef Bacike9976152012-10-11 15:53:56 -04006541 set_bit(BTRFS_INODE_COPY_EVERYTHING, &BTRFS_I(inode)->runtime_flags);
Josef Bacikaec74772008-07-24 12:12:38 -04006542
Josef Bacika1b075d2010-11-19 20:36:11 +00006543 err = btrfs_add_nondir(trans, dir, dentry, inode, 1, index);
Chris Mason5f39d392007-10-15 16:14:19 -04006544
Yan, Zhenga5719522009-09-24 09:17:31 -04006545 if (err) {
Chris Mason39279cc2007-06-12 06:35:45 -04006546 drop_inode = 1;
Yan, Zhenga5719522009-09-24 09:17:31 -04006547 } else {
Al Viro10d9f302011-07-16 23:09:10 -04006548 struct dentry *parent = dentry->d_parent;
Yan, Zhenga5719522009-09-24 09:17:31 -04006549 err = btrfs_update_inode(trans, root, inode);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006550 if (err)
6551 goto fail;
Filipe Mananaef3b9af2014-04-27 20:40:45 +01006552 if (inode->i_nlink == 1) {
6553 /*
6554 * If new hard link count is 1, it's a file created
6555 * with open(2) O_TMPFILE flag.
6556 */
6557 err = btrfs_orphan_del(trans, inode);
6558 if (err)
6559 goto fail;
6560 }
Al Viro08c422c2011-12-23 07:58:13 -05006561 d_instantiate(dentry, inode);
Josef Bacik6a912212010-11-20 09:48:00 +00006562 btrfs_log_new_name(trans, inode, NULL, parent);
Yan, Zhenga5719522009-09-24 09:17:31 -04006563 }
Chris Mason39279cc2007-06-12 06:35:45 -04006564
Josef Bacik7ad85bb2012-01-12 19:10:12 -05006565 btrfs_end_transaction(trans, root);
Josef Bacikc581afc2014-02-06 16:06:06 -05006566 btrfs_balance_delayed_items(root);
Chris Mason1832a6d2007-12-21 16:27:21 -05006567fail:
Chris Mason39279cc2007-06-12 06:35:45 -04006568 if (drop_inode) {
6569 inode_dec_link_count(inode);
6570 iput(inode);
6571 }
Liu Bob53d3f52012-11-14 14:34:34 +00006572 btrfs_btree_balance_dirty(root);
Chris Mason39279cc2007-06-12 06:35:45 -04006573 return err;
6574}
6575
Al Viro18bb1db2011-07-26 01:41:39 -04006576static int btrfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
Chris Mason39279cc2007-06-12 06:35:45 -04006577{
Chris Masonb9d86662008-05-02 16:13:49 -04006578 struct inode *inode = NULL;
Chris Mason39279cc2007-06-12 06:35:45 -04006579 struct btrfs_trans_handle *trans;
6580 struct btrfs_root *root = BTRFS_I(dir)->root;
6581 int err = 0;
6582 int drop_on_err = 0;
Chris Masonb9d86662008-05-02 16:13:49 -04006583 u64 objectid = 0;
Chris Mason00e4e6b2008-08-05 11:18:09 -04006584 u64 index = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04006585
Josef Bacik9ed74f22009-09-11 16:12:44 -04006586 /*
6587 * 2 items for inode and ref
6588 * 2 items for dir items
6589 * 1 for xattr if selinux is on
6590 */
Yan, Zhenga22285a2010-05-16 10:48:46 -04006591 trans = btrfs_start_transaction(root, 5);
6592 if (IS_ERR(trans))
6593 return PTR_ERR(trans);
Chris Mason39279cc2007-06-12 06:35:45 -04006594
Li Zefan581bb052011-04-20 10:06:11 +08006595 err = btrfs_find_free_ino(root, &objectid);
6596 if (err)
6597 goto out_fail;
6598
Josef Bacikaec74772008-07-24 12:12:38 -04006599 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
Li Zefan33345d012011-04-20 10:31:50 +08006600 dentry->d_name.len, btrfs_ino(dir), objectid,
Josef Bacikd82a6f12011-05-11 15:26:06 -04006601 S_IFDIR | mode, &index);
Chris Mason39279cc2007-06-12 06:35:45 -04006602 if (IS_ERR(inode)) {
6603 err = PTR_ERR(inode);
6604 goto out_fail;
6605 }
Chris Mason5f39d392007-10-15 16:14:19 -04006606
Chris Mason39279cc2007-06-12 06:35:45 -04006607 drop_on_err = 1;
Chris Masonb0d5d102014-09-08 13:08:51 -07006608 /* these must be set before we unlock the inode */
6609 inode->i_op = &btrfs_dir_inode_operations;
6610 inode->i_fop = &btrfs_dir_file_operations;
Josef Bacik33268ea2008-07-24 12:16:36 -04006611
Eric Paris2a7dba32011-02-01 11:05:39 -05006612 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
Josef Bacik33268ea2008-07-24 12:16:36 -04006613 if (err)
Chris Masonb0d5d102014-09-08 13:08:51 -07006614 goto out_fail_inode;
Chris Mason39279cc2007-06-12 06:35:45 -04006615
Chris Masondbe674a2008-07-17 12:54:05 -04006616 btrfs_i_size_write(inode, 0);
Chris Mason39279cc2007-06-12 06:35:45 -04006617 err = btrfs_update_inode(trans, root, inode);
6618 if (err)
Chris Masonb0d5d102014-09-08 13:08:51 -07006619 goto out_fail_inode;
Chris Mason5f39d392007-10-15 16:14:19 -04006620
Josef Bacika1b075d2010-11-19 20:36:11 +00006621 err = btrfs_add_link(trans, dir, inode, dentry->d_name.name,
6622 dentry->d_name.len, 0, index);
Chris Mason39279cc2007-06-12 06:35:45 -04006623 if (err)
Chris Masonb0d5d102014-09-08 13:08:51 -07006624 goto out_fail_inode;
Chris Mason5f39d392007-10-15 16:14:19 -04006625
Chris Mason39279cc2007-06-12 06:35:45 -04006626 d_instantiate(dentry, inode);
Chris Masonb0d5d102014-09-08 13:08:51 -07006627 /*
6628 * mkdir is special. We're unlocking after we call d_instantiate
6629 * to avoid a race with nfsd calling d_instantiate.
6630 */
6631 unlock_new_inode(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04006632 drop_on_err = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04006633
6634out_fail:
Josef Bacik7ad85bb2012-01-12 19:10:12 -05006635 btrfs_end_transaction(trans, root);
Wang Shilongc7cfb8a2014-12-24 14:45:30 +08006636 if (drop_on_err) {
6637 inode_dec_link_count(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04006638 iput(inode);
Wang Shilongc7cfb8a2014-12-24 14:45:30 +08006639 }
Josef Bacikc581afc2014-02-06 16:06:06 -05006640 btrfs_balance_delayed_items(root);
Liu Bob53d3f52012-11-14 14:34:34 +00006641 btrfs_btree_balance_dirty(root);
Chris Mason39279cc2007-06-12 06:35:45 -04006642 return err;
Chris Masonb0d5d102014-09-08 13:08:51 -07006643
6644out_fail_inode:
6645 unlock_new_inode(inode);
6646 goto out_fail;
Chris Mason39279cc2007-06-12 06:35:45 -04006647}
6648
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006649/* Find next extent map of a given extent map, caller needs to ensure locks */
6650static struct extent_map *next_extent_map(struct extent_map *em)
6651{
6652 struct rb_node *next;
6653
6654 next = rb_next(&em->rb_node);
6655 if (!next)
6656 return NULL;
6657 return container_of(next, struct extent_map, rb_node);
6658}
6659
6660static struct extent_map *prev_extent_map(struct extent_map *em)
6661{
6662 struct rb_node *prev;
6663
6664 prev = rb_prev(&em->rb_node);
6665 if (!prev)
6666 return NULL;
6667 return container_of(prev, struct extent_map, rb_node);
6668}
6669
Chris Masond352ac62008-09-29 15:18:18 -04006670/* helper for btfs_get_extent. Given an existing extent in the tree,
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006671 * the existing extent is the nearest extent to map_start,
Chris Masond352ac62008-09-29 15:18:18 -04006672 * and an extent that you want to insert, deal with overlap and insert
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006673 * the best fitted new extent into the tree.
Chris Masond352ac62008-09-29 15:18:18 -04006674 */
Chris Mason3b951512008-04-17 11:29:12 -04006675static int merge_extent_mapping(struct extent_map_tree *em_tree,
6676 struct extent_map *existing,
Chris Masone6dcd2d2008-07-17 12:53:50 -04006677 struct extent_map *em,
Qu Wenruo51f395a2014-08-08 13:06:20 +08006678 u64 map_start)
Chris Mason3b951512008-04-17 11:29:12 -04006679{
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006680 struct extent_map *prev;
6681 struct extent_map *next;
6682 u64 start;
6683 u64 end;
Chris Mason3b951512008-04-17 11:29:12 -04006684 u64 start_diff;
Chris Mason3b951512008-04-17 11:29:12 -04006685
Chris Masone6dcd2d2008-07-17 12:53:50 -04006686 BUG_ON(map_start < em->start || map_start >= extent_map_end(em));
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006687
6688 if (existing->start > map_start) {
6689 next = existing;
6690 prev = prev_extent_map(next);
6691 } else {
6692 prev = existing;
6693 next = next_extent_map(prev);
6694 }
6695
6696 start = prev ? extent_map_end(prev) : em->start;
6697 start = max_t(u64, start, em->start);
6698 end = next ? next->start : extent_map_end(em);
6699 end = min_t(u64, end, extent_map_end(em));
6700 start_diff = start - em->start;
6701 em->start = start;
6702 em->len = end - start;
Chris Masonc8b97812008-10-29 14:49:59 -04006703 if (em->block_start < EXTENT_MAP_LAST_BYTE &&
6704 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) {
Chris Masone6dcd2d2008-07-17 12:53:50 -04006705 em->block_start += start_diff;
Chris Masonc8b97812008-10-29 14:49:59 -04006706 em->block_len -= start_diff;
6707 }
Josef Bacik09a2a8f92013-04-05 16:51:15 -04006708 return add_extent_mapping(em_tree, em, 0);
Chris Mason3b951512008-04-17 11:29:12 -04006709}
6710
Chris Masonc8b97812008-10-29 14:49:59 -04006711static noinline int uncompress_inline(struct btrfs_path *path,
6712 struct inode *inode, struct page *page,
6713 size_t pg_offset, u64 extent_offset,
6714 struct btrfs_file_extent_item *item)
6715{
6716 int ret;
6717 struct extent_buffer *leaf = path->nodes[0];
6718 char *tmp;
6719 size_t max_size;
6720 unsigned long inline_size;
6721 unsigned long ptr;
Li Zefan261507a02010-12-17 14:21:50 +08006722 int compress_type;
Chris Masonc8b97812008-10-29 14:49:59 -04006723
6724 WARN_ON(pg_offset != 0);
Li Zefan261507a02010-12-17 14:21:50 +08006725 compress_type = btrfs_file_extent_compression(leaf, item);
Chris Masonc8b97812008-10-29 14:49:59 -04006726 max_size = btrfs_file_extent_ram_bytes(leaf, item);
6727 inline_size = btrfs_file_extent_inline_item_len(leaf,
Ross Kirkdd3cc162013-09-16 15:58:09 +01006728 btrfs_item_nr(path->slots[0]));
Chris Masonc8b97812008-10-29 14:49:59 -04006729 tmp = kmalloc(inline_size, GFP_NOFS);
Tsutomu Itoh8d413712011-04-25 19:43:52 -04006730 if (!tmp)
6731 return -ENOMEM;
Chris Masonc8b97812008-10-29 14:49:59 -04006732 ptr = btrfs_file_extent_inline_start(item);
6733
6734 read_extent_buffer(leaf, tmp, ptr, inline_size);
6735
Chris Mason5b050f02008-11-11 09:34:41 -05006736 max_size = min_t(unsigned long, PAGE_CACHE_SIZE, max_size);
Li Zefan261507a02010-12-17 14:21:50 +08006737 ret = btrfs_decompress(compress_type, tmp, page,
6738 extent_offset, inline_size, max_size);
Chris Masonc8b97812008-10-29 14:49:59 -04006739 kfree(tmp);
Zach Brown166ae5a2014-05-09 17:15:10 -04006740 return ret;
Chris Masonc8b97812008-10-29 14:49:59 -04006741}
6742
Chris Masond352ac62008-09-29 15:18:18 -04006743/*
6744 * a bit scary, this does extent mapping from logical file offset to the disk.
Chris Masond3977122009-01-05 21:25:51 -05006745 * the ugly parts come from merging extents from the disk with the in-ram
6746 * representation. This gets more complex because of the data=ordered code,
Chris Masond352ac62008-09-29 15:18:18 -04006747 * where the in-ram extents might be locked pending data=ordered completion.
6748 *
6749 * This also copies inline extents directly into the page.
6750 */
Chris Masond3977122009-01-05 21:25:51 -05006751
Chris Masona52d9a82007-08-27 16:49:44 -04006752struct extent_map *btrfs_get_extent(struct inode *inode, struct page *page,
Chris Mason70dec802008-01-29 09:59:12 -05006753 size_t pg_offset, u64 start, u64 len,
Chris Masona52d9a82007-08-27 16:49:44 -04006754 int create)
6755{
6756 int ret;
6757 int err = 0;
Chris Masona52d9a82007-08-27 16:49:44 -04006758 u64 extent_start = 0;
6759 u64 extent_end = 0;
Li Zefan33345d012011-04-20 10:31:50 +08006760 u64 objectid = btrfs_ino(inode);
Chris Masona52d9a82007-08-27 16:49:44 -04006761 u32 found_type;
Chris Masonf4219502008-07-22 11:18:09 -04006762 struct btrfs_path *path = NULL;
Chris Masona52d9a82007-08-27 16:49:44 -04006763 struct btrfs_root *root = BTRFS_I(inode)->root;
6764 struct btrfs_file_extent_item *item;
Chris Mason5f39d392007-10-15 16:14:19 -04006765 struct extent_buffer *leaf;
6766 struct btrfs_key found_key;
Chris Masona52d9a82007-08-27 16:49:44 -04006767 struct extent_map *em = NULL;
6768 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
Chris Masond1310b22008-01-24 16:13:08 -05006769 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
Chris Masona52d9a82007-08-27 16:49:44 -04006770 struct btrfs_trans_handle *trans = NULL;
Filipe Manana7ffbb592014-06-09 03:48:05 +01006771 const bool new_inline = !page || create;
Chris Masona52d9a82007-08-27 16:49:44 -04006772
Chris Masona52d9a82007-08-27 16:49:44 -04006773again:
Chris Mason890871b2009-09-02 16:24:52 -04006774 read_lock(&em_tree->lock);
Chris Masond1310b22008-01-24 16:13:08 -05006775 em = lookup_extent_mapping(em_tree, start, len);
Chris Masona061fc82008-05-07 11:43:44 -04006776 if (em)
6777 em->bdev = root->fs_info->fs_devices->latest_bdev;
Chris Mason890871b2009-09-02 16:24:52 -04006778 read_unlock(&em_tree->lock);
Chris Masond1310b22008-01-24 16:13:08 -05006779
Chris Masona52d9a82007-08-27 16:49:44 -04006780 if (em) {
Chris Masone1c4b742008-04-22 13:26:46 -04006781 if (em->start > start || em->start + em->len <= start)
6782 free_extent_map(em);
6783 else if (em->block_start == EXTENT_MAP_INLINE && page)
Chris Mason70dec802008-01-29 09:59:12 -05006784 free_extent_map(em);
6785 else
6786 goto out;
Chris Masona52d9a82007-08-27 16:49:44 -04006787 }
David Sterba172ddd62011-04-21 00:48:27 +02006788 em = alloc_extent_map();
Chris Masona52d9a82007-08-27 16:49:44 -04006789 if (!em) {
Chris Masond1310b22008-01-24 16:13:08 -05006790 err = -ENOMEM;
6791 goto out;
Chris Masona52d9a82007-08-27 16:49:44 -04006792 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04006793 em->bdev = root->fs_info->fs_devices->latest_bdev;
Chris Masond1310b22008-01-24 16:13:08 -05006794 em->start = EXTENT_MAP_HOLE;
Chris Mason445a6942008-11-10 11:53:33 -05006795 em->orig_start = EXTENT_MAP_HOLE;
Chris Masond1310b22008-01-24 16:13:08 -05006796 em->len = (u64)-1;
Chris Masonc8b97812008-10-29 14:49:59 -04006797 em->block_len = (u64)-1;
Chris Masonf4219502008-07-22 11:18:09 -04006798
6799 if (!path) {
6800 path = btrfs_alloc_path();
Josef Bacik026fd312011-05-13 10:32:11 -04006801 if (!path) {
6802 err = -ENOMEM;
6803 goto out;
6804 }
6805 /*
6806 * Chances are we'll be called again, so go ahead and do
6807 * readahead
6808 */
6809 path->reada = 1;
Chris Masonf4219502008-07-22 11:18:09 -04006810 }
6811
Chris Mason179e29e2007-11-01 11:28:41 -04006812 ret = btrfs_lookup_file_extent(trans, root, path,
6813 objectid, start, trans != NULL);
Chris Masona52d9a82007-08-27 16:49:44 -04006814 if (ret < 0) {
6815 err = ret;
6816 goto out;
6817 }
6818
6819 if (ret != 0) {
6820 if (path->slots[0] == 0)
6821 goto not_found;
6822 path->slots[0]--;
6823 }
6824
Chris Mason5f39d392007-10-15 16:14:19 -04006825 leaf = path->nodes[0];
6826 item = btrfs_item_ptr(leaf, path->slots[0],
Chris Masona52d9a82007-08-27 16:49:44 -04006827 struct btrfs_file_extent_item);
Chris Masona52d9a82007-08-27 16:49:44 -04006828 /* are we inside the extent that was found? */
Chris Mason5f39d392007-10-15 16:14:19 -04006829 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
David Sterba962a2982014-06-04 18:41:45 +02006830 found_type = found_key.type;
Chris Mason5f39d392007-10-15 16:14:19 -04006831 if (found_key.objectid != objectid ||
Chris Masona52d9a82007-08-27 16:49:44 -04006832 found_type != BTRFS_EXTENT_DATA_KEY) {
Josef Bacik25a50342013-10-14 12:08:38 -04006833 /*
6834 * If we backup past the first extent we want to move forward
6835 * and see if there is an extent in front of us, otherwise we'll
6836 * say there is a hole for our whole search range which can
6837 * cause problems.
6838 */
6839 extent_end = start;
6840 goto next;
Chris Masona52d9a82007-08-27 16:49:44 -04006841 }
6842
Chris Mason5f39d392007-10-15 16:14:19 -04006843 found_type = btrfs_file_extent_type(leaf, item);
6844 extent_start = found_key.offset;
Yan Zhengd899e052008-10-30 14:25:28 -04006845 if (found_type == BTRFS_FILE_EXTENT_REG ||
6846 found_type == BTRFS_FILE_EXTENT_PREALLOC) {
Chris Masona52d9a82007-08-27 16:49:44 -04006847 extent_end = extent_start +
Chris Masondb945352007-10-15 16:15:53 -04006848 btrfs_file_extent_num_bytes(leaf, item);
Yan Zheng9036c102008-10-30 14:19:41 -04006849 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) {
6850 size_t size;
Chris Mason514ac8a2014-01-03 21:07:00 -08006851 size = btrfs_file_extent_inline_len(leaf, path->slots[0], item);
Qu Wenruofda28322013-02-26 08:10:22 +00006852 extent_end = ALIGN(extent_start + size, root->sectorsize);
Yan Zheng9036c102008-10-30 14:19:41 -04006853 }
Josef Bacik25a50342013-10-14 12:08:38 -04006854next:
Yan Zheng9036c102008-10-30 14:19:41 -04006855 if (start >= extent_end) {
6856 path->slots[0]++;
6857 if (path->slots[0] >= btrfs_header_nritems(leaf)) {
6858 ret = btrfs_next_leaf(root, path);
6859 if (ret < 0) {
6860 err = ret;
6861 goto out;
Chris Masona52d9a82007-08-27 16:49:44 -04006862 }
Yan Zheng9036c102008-10-30 14:19:41 -04006863 if (ret > 0)
6864 goto not_found;
6865 leaf = path->nodes[0];
Chris Masona52d9a82007-08-27 16:49:44 -04006866 }
Yan Zheng9036c102008-10-30 14:19:41 -04006867 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
6868 if (found_key.objectid != objectid ||
6869 found_key.type != BTRFS_EXTENT_DATA_KEY)
6870 goto not_found;
6871 if (start + len <= found_key.offset)
6872 goto not_found;
Wang Shilonge2eca692014-07-17 11:44:14 +08006873 if (start > found_key.offset)
6874 goto next;
Yan Zheng9036c102008-10-30 14:19:41 -04006875 em->start = start;
Josef Bacik70c8a912012-10-11 16:54:30 -04006876 em->orig_start = start;
Yan Zheng9036c102008-10-30 14:19:41 -04006877 em->len = found_key.offset - start;
6878 goto not_found_em;
6879 }
6880
Filipe Manana7ffbb592014-06-09 03:48:05 +01006881 btrfs_extent_item_to_extent_map(inode, path, item, new_inline, em);
6882
Yan Zhengd899e052008-10-30 14:25:28 -04006883 if (found_type == BTRFS_FILE_EXTENT_REG ||
6884 found_type == BTRFS_FILE_EXTENT_PREALLOC) {
Chris Masona52d9a82007-08-27 16:49:44 -04006885 goto insert;
6886 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) {
Chris Mason5f39d392007-10-15 16:14:19 -04006887 unsigned long ptr;
Chris Masona52d9a82007-08-27 16:49:44 -04006888 char *map;
Chris Mason3326d1b2007-10-15 16:18:25 -04006889 size_t size;
6890 size_t extent_offset;
6891 size_t copy_size;
Chris Masona52d9a82007-08-27 16:49:44 -04006892
Filipe Manana7ffbb592014-06-09 03:48:05 +01006893 if (new_inline)
Yan689f9342007-10-29 11:41:07 -04006894 goto out;
Yan689f9342007-10-29 11:41:07 -04006895
Chris Mason514ac8a2014-01-03 21:07:00 -08006896 size = btrfs_file_extent_inline_len(leaf, path->slots[0], item);
Yan Zheng9036c102008-10-30 14:19:41 -04006897 extent_offset = page_offset(page) + pg_offset - extent_start;
Chris Mason70dec802008-01-29 09:59:12 -05006898 copy_size = min_t(u64, PAGE_CACHE_SIZE - pg_offset,
Yan689f9342007-10-29 11:41:07 -04006899 size - extent_offset);
Chris Mason3326d1b2007-10-15 16:18:25 -04006900 em->start = extent_start + extent_offset;
Qu Wenruofda28322013-02-26 08:10:22 +00006901 em->len = ALIGN(copy_size, root->sectorsize);
Josef Bacikb4939682012-12-03 10:31:19 -05006902 em->orig_block_len = em->len;
Josef Bacik70c8a912012-10-11 16:54:30 -04006903 em->orig_start = em->start;
Yan689f9342007-10-29 11:41:07 -04006904 ptr = btrfs_file_extent_inline_start(item) + extent_offset;
Chris Mason179e29e2007-11-01 11:28:41 -04006905 if (create == 0 && !PageUptodate(page)) {
Li Zefan261507a02010-12-17 14:21:50 +08006906 if (btrfs_file_extent_compression(leaf, item) !=
6907 BTRFS_COMPRESS_NONE) {
Chris Masonc8b97812008-10-29 14:49:59 -04006908 ret = uncompress_inline(path, inode, page,
6909 pg_offset,
6910 extent_offset, item);
Zach Brown166ae5a2014-05-09 17:15:10 -04006911 if (ret) {
6912 err = ret;
6913 goto out;
6914 }
Chris Masonc8b97812008-10-29 14:49:59 -04006915 } else {
6916 map = kmap(page);
6917 read_extent_buffer(leaf, map + pg_offset, ptr,
6918 copy_size);
Chris Mason93c82d52009-09-11 12:36:29 -04006919 if (pg_offset + copy_size < PAGE_CACHE_SIZE) {
6920 memset(map + pg_offset + copy_size, 0,
6921 PAGE_CACHE_SIZE - pg_offset -
6922 copy_size);
6923 }
Chris Masonc8b97812008-10-29 14:49:59 -04006924 kunmap(page);
6925 }
Chris Mason179e29e2007-11-01 11:28:41 -04006926 flush_dcache_page(page);
6927 } else if (create && PageUptodate(page)) {
Jan Schmidt6bf7e082011-12-01 14:35:19 +01006928 BUG();
Chris Mason179e29e2007-11-01 11:28:41 -04006929 if (!trans) {
6930 kunmap(page);
6931 free_extent_map(em);
6932 em = NULL;
Chris Masonff5714c2011-05-28 07:00:39 -04006933
David Sterbab3b4aa72011-04-21 01:20:15 +02006934 btrfs_release_path(path);
Josef Bacik7a7eaa42011-04-13 12:54:33 -04006935 trans = btrfs_join_transaction(root);
Chris Masonff5714c2011-05-28 07:00:39 -04006936
Tsutomu Itoh3612b492011-01-25 02:51:38 +00006937 if (IS_ERR(trans))
6938 return ERR_CAST(trans);
Chris Mason179e29e2007-11-01 11:28:41 -04006939 goto again;
6940 }
Chris Masonc8b97812008-10-29 14:49:59 -04006941 map = kmap(page);
Chris Mason70dec802008-01-29 09:59:12 -05006942 write_extent_buffer(leaf, map + pg_offset, ptr,
Chris Mason179e29e2007-11-01 11:28:41 -04006943 copy_size);
Chris Masonc8b97812008-10-29 14:49:59 -04006944 kunmap(page);
Chris Mason179e29e2007-11-01 11:28:41 -04006945 btrfs_mark_buffer_dirty(leaf);
Chris Masona52d9a82007-08-27 16:49:44 -04006946 }
Chris Masond1310b22008-01-24 16:13:08 -05006947 set_extent_uptodate(io_tree, em->start,
Arne Jansen507903b2011-04-06 10:02:20 +00006948 extent_map_end(em) - 1, NULL, GFP_NOFS);
Chris Masona52d9a82007-08-27 16:49:44 -04006949 goto insert;
Chris Masona52d9a82007-08-27 16:49:44 -04006950 }
6951not_found:
6952 em->start = start;
Josef Bacik70c8a912012-10-11 16:54:30 -04006953 em->orig_start = start;
Chris Masond1310b22008-01-24 16:13:08 -05006954 em->len = len;
Chris Masona52d9a82007-08-27 16:49:44 -04006955not_found_em:
Chris Mason5f39d392007-10-15 16:14:19 -04006956 em->block_start = EXTENT_MAP_HOLE;
Yan Zheng9036c102008-10-30 14:19:41 -04006957 set_bit(EXTENT_FLAG_VACANCY, &em->flags);
Chris Masona52d9a82007-08-27 16:49:44 -04006958insert:
David Sterbab3b4aa72011-04-21 01:20:15 +02006959 btrfs_release_path(path);
Chris Masond1310b22008-01-24 16:13:08 -05006960 if (em->start > start || extent_map_end(em) <= start) {
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00006961 btrfs_err(root->fs_info, "bad extent! em: [%llu %llu] passed [%llu %llu]",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02006962 em->start, em->len, start, len);
Chris Masona52d9a82007-08-27 16:49:44 -04006963 err = -EIO;
6964 goto out;
6965 }
Chris Masond1310b22008-01-24 16:13:08 -05006966
6967 err = 0;
Chris Mason890871b2009-09-02 16:24:52 -04006968 write_lock(&em_tree->lock);
Josef Bacik09a2a8f92013-04-05 16:51:15 -04006969 ret = add_extent_mapping(em_tree, em, 0);
Chris Mason3b951512008-04-17 11:29:12 -04006970 /* it is possible that someone inserted the extent into the tree
6971 * while we had the lock dropped. It is also possible that
6972 * an overlapping map exists in the tree
6973 */
Chris Masona52d9a82007-08-27 16:49:44 -04006974 if (ret == -EEXIST) {
Chris Mason3b951512008-04-17 11:29:12 -04006975 struct extent_map *existing;
Chris Masone6dcd2d2008-07-17 12:53:50 -04006976
6977 ret = 0;
6978
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006979 existing = search_extent_mapping(em_tree, start, len);
6980 /*
6981 * existing will always be non-NULL, since there must be
6982 * extent causing the -EEXIST.
6983 */
6984 if (start >= extent_map_end(existing) ||
Qu Wenruo32be3a12014-09-22 09:13:03 +08006985 start <= existing->start) {
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006986 /*
6987 * The existing extent map is the one nearest to
6988 * the [start, start + len) range which overlaps
6989 */
6990 err = merge_extent_mapping(em_tree, existing,
6991 em, start);
Chris Masone1c4b742008-04-22 13:26:46 -04006992 free_extent_map(existing);
Qu Wenruoe6c4efd2014-09-17 11:53:35 +08006993 if (err) {
Chris Mason3b951512008-04-17 11:29:12 -04006994 free_extent_map(em);
6995 em = NULL;
6996 }
6997 } else {
6998 free_extent_map(em);
6999 em = existing;
Chris Masone6dcd2d2008-07-17 12:53:50 -04007000 err = 0;
Chris Masona52d9a82007-08-27 16:49:44 -04007001 }
Chris Masona52d9a82007-08-27 16:49:44 -04007002 }
Chris Mason890871b2009-09-02 16:24:52 -04007003 write_unlock(&em_tree->lock);
Chris Masona52d9a82007-08-27 16:49:44 -04007004out:
liubo1abe9b82011-03-24 11:18:59 +00007005
Steven Rostedt4cd8587c2013-11-14 22:57:29 -05007006 trace_btrfs_get_extent(root, em);
liubo1abe9b82011-03-24 11:18:59 +00007007
Tsutomu Itoh527afb42015-08-19 14:55:00 +09007008 btrfs_free_path(path);
Chris Masona52d9a82007-08-27 16:49:44 -04007009 if (trans) {
7010 ret = btrfs_end_transaction(trans, root);
Chris Masond3977122009-01-05 21:25:51 -05007011 if (!err)
Chris Masona52d9a82007-08-27 16:49:44 -04007012 err = ret;
7013 }
Chris Masona52d9a82007-08-27 16:49:44 -04007014 if (err) {
7015 free_extent_map(em);
Chris Masona52d9a82007-08-27 16:49:44 -04007016 return ERR_PTR(err);
7017 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01007018 BUG_ON(!em); /* Error is always set */
Chris Masona52d9a82007-08-27 16:49:44 -04007019 return em;
7020}
7021
Chris Masonec29ed52011-02-23 16:23:20 -05007022struct extent_map *btrfs_get_extent_fiemap(struct inode *inode, struct page *page,
7023 size_t pg_offset, u64 start, u64 len,
7024 int create)
7025{
7026 struct extent_map *em;
7027 struct extent_map *hole_em = NULL;
7028 u64 range_start = start;
7029 u64 end;
7030 u64 found;
7031 u64 found_end;
7032 int err = 0;
7033
7034 em = btrfs_get_extent(inode, page, pg_offset, start, len, create);
7035 if (IS_ERR(em))
7036 return em;
7037 if (em) {
7038 /*
Liu Bof9e4fb52013-01-07 10:10:12 +00007039 * if our em maps to
7040 * - a hole or
7041 * - a pre-alloc extent,
7042 * there might actually be delalloc bytes behind it.
Chris Masonec29ed52011-02-23 16:23:20 -05007043 */
Liu Bof9e4fb52013-01-07 10:10:12 +00007044 if (em->block_start != EXTENT_MAP_HOLE &&
7045 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))
Chris Masonec29ed52011-02-23 16:23:20 -05007046 return em;
7047 else
7048 hole_em = em;
7049 }
7050
7051 /* check to see if we've wrapped (len == -1 or similar) */
7052 end = start + len;
7053 if (end < start)
7054 end = (u64)-1;
7055 else
7056 end -= 1;
7057
7058 em = NULL;
7059
7060 /* ok, we didn't find anything, lets look for delalloc */
7061 found = count_range_bits(&BTRFS_I(inode)->io_tree, &range_start,
7062 end, len, EXTENT_DELALLOC, 1);
7063 found_end = range_start + found;
7064 if (found_end < range_start)
7065 found_end = (u64)-1;
7066
7067 /*
7068 * we didn't find anything useful, return
7069 * the original results from get_extent()
7070 */
7071 if (range_start > end || found_end <= start) {
7072 em = hole_em;
7073 hole_em = NULL;
7074 goto out;
7075 }
7076
7077 /* adjust the range_start to make sure it doesn't
7078 * go backwards from the start they passed in
7079 */
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05307080 range_start = max(start, range_start);
Chris Masonec29ed52011-02-23 16:23:20 -05007081 found = found_end - range_start;
7082
7083 if (found > 0) {
7084 u64 hole_start = start;
7085 u64 hole_len = len;
7086
David Sterba172ddd62011-04-21 00:48:27 +02007087 em = alloc_extent_map();
Chris Masonec29ed52011-02-23 16:23:20 -05007088 if (!em) {
7089 err = -ENOMEM;
7090 goto out;
7091 }
7092 /*
7093 * when btrfs_get_extent can't find anything it
7094 * returns one huge hole
7095 *
7096 * make sure what it found really fits our range, and
7097 * adjust to make sure it is based on the start from
7098 * the caller
7099 */
7100 if (hole_em) {
7101 u64 calc_end = extent_map_end(hole_em);
7102
7103 if (calc_end <= start || (hole_em->start > end)) {
7104 free_extent_map(hole_em);
7105 hole_em = NULL;
7106 } else {
7107 hole_start = max(hole_em->start, start);
7108 hole_len = calc_end - hole_start;
7109 }
7110 }
7111 em->bdev = NULL;
7112 if (hole_em && range_start > hole_start) {
7113 /* our hole starts before our delalloc, so we
7114 * have to return just the parts of the hole
7115 * that go until the delalloc starts
7116 */
7117 em->len = min(hole_len,
7118 range_start - hole_start);
7119 em->start = hole_start;
7120 em->orig_start = hole_start;
7121 /*
7122 * don't adjust block start at all,
7123 * it is fixed at EXTENT_MAP_HOLE
7124 */
7125 em->block_start = hole_em->block_start;
7126 em->block_len = hole_len;
Liu Bof9e4fb52013-01-07 10:10:12 +00007127 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags))
7128 set_bit(EXTENT_FLAG_PREALLOC, &em->flags);
Chris Masonec29ed52011-02-23 16:23:20 -05007129 } else {
7130 em->start = range_start;
7131 em->len = found;
7132 em->orig_start = range_start;
7133 em->block_start = EXTENT_MAP_DELALLOC;
7134 em->block_len = found;
7135 }
7136 } else if (hole_em) {
7137 return hole_em;
7138 }
7139out:
7140
7141 free_extent_map(hole_em);
7142 if (err) {
7143 free_extent_map(em);
7144 return ERR_PTR(err);
7145 }
7146 return em;
7147}
7148
Josef Bacik4b46fce2010-05-23 11:00:55 -04007149static struct extent_map *btrfs_new_extent_direct(struct inode *inode,
7150 u64 start, u64 len)
7151{
7152 struct btrfs_root *root = BTRFS_I(inode)->root;
Josef Bacik70c8a912012-10-11 16:54:30 -04007153 struct extent_map *em;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007154 struct btrfs_key ins;
7155 u64 alloc_hint;
7156 int ret;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007157
Josef Bacik4b46fce2010-05-23 11:00:55 -04007158 alloc_hint = get_extent_allocation_hint(inode, start, len);
Josef Bacik00361582013-08-14 14:02:47 -04007159 ret = btrfs_reserve_extent(root, len, root->sectorsize, 0,
Miao Xiee570fd22014-06-19 10:42:50 +08007160 alloc_hint, &ins, 1, 1);
Josef Bacik00361582013-08-14 14:02:47 -04007161 if (ret)
7162 return ERR_PTR(ret);
Josef Bacik4b46fce2010-05-23 11:00:55 -04007163
Josef Bacik70c8a912012-10-11 16:54:30 -04007164 em = create_pinned_em(inode, start, ins.offset, start, ins.objectid,
Josef Bacikcc95bef2013-04-04 14:31:27 -04007165 ins.offset, ins.offset, ins.offset, 0);
Josef Bacik00361582013-08-14 14:02:47 -04007166 if (IS_ERR(em)) {
Miao Xiee570fd22014-06-19 10:42:50 +08007167 btrfs_free_reserved_extent(root, ins.objectid, ins.offset, 1);
Josef Bacik00361582013-08-14 14:02:47 -04007168 return em;
7169 }
Josef Bacik4b46fce2010-05-23 11:00:55 -04007170
7171 ret = btrfs_add_ordered_extent_dio(inode, start, ins.objectid,
7172 ins.offset, ins.offset, 0);
7173 if (ret) {
Miao Xiee570fd22014-06-19 10:42:50 +08007174 btrfs_free_reserved_extent(root, ins.objectid, ins.offset, 1);
Josef Bacik00361582013-08-14 14:02:47 -04007175 free_extent_map(em);
7176 return ERR_PTR(ret);
Josef Bacik4b46fce2010-05-23 11:00:55 -04007177 }
Josef Bacik00361582013-08-14 14:02:47 -04007178
Josef Bacik4b46fce2010-05-23 11:00:55 -04007179 return em;
7180}
7181
Chris Mason46bfbb52010-05-26 11:04:10 -04007182/*
7183 * returns 1 when the nocow is safe, < 1 on error, 0 if the
7184 * block must be cow'd
7185 */
Josef Bacik00361582013-08-14 14:02:47 -04007186noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len,
Josef Bacik7ee9e442013-06-21 16:37:03 -04007187 u64 *orig_start, u64 *orig_block_len,
7188 u64 *ram_bytes)
Chris Mason46bfbb52010-05-26 11:04:10 -04007189{
Josef Bacik00361582013-08-14 14:02:47 -04007190 struct btrfs_trans_handle *trans;
Chris Mason46bfbb52010-05-26 11:04:10 -04007191 struct btrfs_path *path;
7192 int ret;
7193 struct extent_buffer *leaf;
7194 struct btrfs_root *root = BTRFS_I(inode)->root;
Miao Xie7b2b7082014-02-27 13:58:05 +08007195 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
Chris Mason46bfbb52010-05-26 11:04:10 -04007196 struct btrfs_file_extent_item *fi;
7197 struct btrfs_key key;
7198 u64 disk_bytenr;
7199 u64 backref_offset;
7200 u64 extent_end;
7201 u64 num_bytes;
7202 int slot;
7203 int found_type;
Josef Bacik7ee9e442013-06-21 16:37:03 -04007204 bool nocow = (BTRFS_I(inode)->flags & BTRFS_INODE_NODATACOW);
Miao Xiee77751a2013-12-27 21:11:50 +08007205
Chris Mason46bfbb52010-05-26 11:04:10 -04007206 path = btrfs_alloc_path();
7207 if (!path)
7208 return -ENOMEM;
7209
Josef Bacik00361582013-08-14 14:02:47 -04007210 ret = btrfs_lookup_file_extent(NULL, root, path, btrfs_ino(inode),
Chris Mason46bfbb52010-05-26 11:04:10 -04007211 offset, 0);
7212 if (ret < 0)
7213 goto out;
7214
7215 slot = path->slots[0];
7216 if (ret == 1) {
7217 if (slot == 0) {
7218 /* can't find the item, must cow */
7219 ret = 0;
7220 goto out;
7221 }
7222 slot--;
7223 }
7224 ret = 0;
7225 leaf = path->nodes[0];
7226 btrfs_item_key_to_cpu(leaf, &key, slot);
Li Zefan33345d012011-04-20 10:31:50 +08007227 if (key.objectid != btrfs_ino(inode) ||
Chris Mason46bfbb52010-05-26 11:04:10 -04007228 key.type != BTRFS_EXTENT_DATA_KEY) {
7229 /* not our file or wrong item type, must cow */
7230 goto out;
7231 }
7232
7233 if (key.offset > offset) {
7234 /* Wrong offset, must cow */
7235 goto out;
7236 }
7237
7238 fi = btrfs_item_ptr(leaf, slot, struct btrfs_file_extent_item);
7239 found_type = btrfs_file_extent_type(leaf, fi);
7240 if (found_type != BTRFS_FILE_EXTENT_REG &&
7241 found_type != BTRFS_FILE_EXTENT_PREALLOC) {
7242 /* not a regular extent, must cow */
7243 goto out;
7244 }
Josef Bacik7ee9e442013-06-21 16:37:03 -04007245
7246 if (!nocow && found_type == BTRFS_FILE_EXTENT_REG)
7247 goto out;
7248
Miao Xiee77751a2013-12-27 21:11:50 +08007249 extent_end = key.offset + btrfs_file_extent_num_bytes(leaf, fi);
7250 if (extent_end <= offset)
7251 goto out;
7252
Chris Mason46bfbb52010-05-26 11:04:10 -04007253 disk_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi);
Josef Bacik7ee9e442013-06-21 16:37:03 -04007254 if (disk_bytenr == 0)
7255 goto out;
7256
7257 if (btrfs_file_extent_compression(leaf, fi) ||
7258 btrfs_file_extent_encryption(leaf, fi) ||
7259 btrfs_file_extent_other_encoding(leaf, fi))
7260 goto out;
7261
Chris Mason46bfbb52010-05-26 11:04:10 -04007262 backref_offset = btrfs_file_extent_offset(leaf, fi);
7263
Josef Bacik7ee9e442013-06-21 16:37:03 -04007264 if (orig_start) {
7265 *orig_start = key.offset - backref_offset;
7266 *orig_block_len = btrfs_file_extent_disk_num_bytes(leaf, fi);
7267 *ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
7268 }
Josef Bacikeb384b52013-04-24 16:32:55 -04007269
Chris Mason46bfbb52010-05-26 11:04:10 -04007270 if (btrfs_extent_readonly(root, disk_bytenr))
7271 goto out;
Miao Xie7b2b7082014-02-27 13:58:05 +08007272
7273 num_bytes = min(offset + *len, extent_end) - offset;
7274 if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) {
7275 u64 range_end;
7276
7277 range_end = round_up(offset + num_bytes, root->sectorsize) - 1;
7278 ret = test_range_bit(io_tree, offset, range_end,
7279 EXTENT_DELALLOC, 0, NULL);
7280 if (ret) {
7281 ret = -EAGAIN;
7282 goto out;
7283 }
7284 }
7285
Josef Bacik1bda19e2013-10-18 12:10:36 -04007286 btrfs_release_path(path);
Chris Mason46bfbb52010-05-26 11:04:10 -04007287
7288 /*
7289 * look for other files referencing this extent, if we
7290 * find any we must cow
7291 */
Josef Bacik00361582013-08-14 14:02:47 -04007292 trans = btrfs_join_transaction(root);
7293 if (IS_ERR(trans)) {
7294 ret = 0;
Chris Mason46bfbb52010-05-26 11:04:10 -04007295 goto out;
Josef Bacik00361582013-08-14 14:02:47 -04007296 }
7297
7298 ret = btrfs_cross_ref_exist(trans, root, btrfs_ino(inode),
7299 key.offset - backref_offset, disk_bytenr);
7300 btrfs_end_transaction(trans, root);
7301 if (ret) {
7302 ret = 0;
7303 goto out;
7304 }
Chris Mason46bfbb52010-05-26 11:04:10 -04007305
7306 /*
7307 * adjust disk_bytenr and num_bytes to cover just the bytes
7308 * in this extent we are about to write. If there
7309 * are any csums in that range we have to cow in order
7310 * to keep the csums correct
7311 */
7312 disk_bytenr += backref_offset;
7313 disk_bytenr += offset - key.offset;
Chris Mason46bfbb52010-05-26 11:04:10 -04007314 if (csum_exist_in_range(root, disk_bytenr, num_bytes))
7315 goto out;
7316 /*
7317 * all of the above have passed, it is safe to overwrite this extent
7318 * without cow
7319 */
Josef Bacikeb384b52013-04-24 16:32:55 -04007320 *len = num_bytes;
Chris Mason46bfbb52010-05-26 11:04:10 -04007321 ret = 1;
7322out:
7323 btrfs_free_path(path);
7324 return ret;
7325}
7326
Alex Gartrellfc4adbf2014-05-20 13:07:56 -07007327bool btrfs_page_exists_in_range(struct inode *inode, loff_t start, loff_t end)
7328{
7329 struct radix_tree_root *root = &inode->i_mapping->page_tree;
7330 int found = false;
7331 void **pagep = NULL;
7332 struct page *page = NULL;
7333 int start_idx;
7334 int end_idx;
7335
7336 start_idx = start >> PAGE_CACHE_SHIFT;
7337
7338 /*
7339 * end is the last byte in the last page. end == start is legal
7340 */
7341 end_idx = end >> PAGE_CACHE_SHIFT;
7342
7343 rcu_read_lock();
7344
7345 /* Most of the code in this while loop is lifted from
7346 * find_get_page. It's been modified to begin searching from a
7347 * page and return just the first page found in that range. If the
7348 * found idx is less than or equal to the end idx then we know that
7349 * a page exists. If no pages are found or if those pages are
7350 * outside of the range then we're fine (yay!) */
7351 while (page == NULL &&
7352 radix_tree_gang_lookup_slot(root, &pagep, NULL, start_idx, 1)) {
7353 page = radix_tree_deref_slot(pagep);
7354 if (unlikely(!page))
7355 break;
7356
7357 if (radix_tree_exception(page)) {
Filipe Manana809f9012014-06-05 13:22:25 +01007358 if (radix_tree_deref_retry(page)) {
7359 page = NULL;
Alex Gartrellfc4adbf2014-05-20 13:07:56 -07007360 continue;
Filipe Manana809f9012014-06-05 13:22:25 +01007361 }
Alex Gartrellfc4adbf2014-05-20 13:07:56 -07007362 /*
7363 * Otherwise, shmem/tmpfs must be storing a swap entry
7364 * here as an exceptional entry: so return it without
7365 * attempting to raise page count.
7366 */
Filipe Manana6fdef6d2014-06-05 13:22:26 +01007367 page = NULL;
Alex Gartrellfc4adbf2014-05-20 13:07:56 -07007368 break; /* TODO: Is this relevant for this use case? */
7369 }
7370
Filipe Manana91405152014-06-05 13:22:24 +01007371 if (!page_cache_get_speculative(page)) {
7372 page = NULL;
Alex Gartrellfc4adbf2014-05-20 13:07:56 -07007373 continue;
Filipe Manana91405152014-06-05 13:22:24 +01007374 }
Alex Gartrellfc4adbf2014-05-20 13:07:56 -07007375
7376 /*
7377 * Has the page moved?
7378 * This is part of the lockless pagecache protocol. See
7379 * include/linux/pagemap.h for details.
7380 */
7381 if (unlikely(page != *pagep)) {
7382 page_cache_release(page);
7383 page = NULL;
7384 }
7385 }
7386
7387 if (page) {
7388 if (page->index <= end_idx)
7389 found = true;
7390 page_cache_release(page);
7391 }
7392
7393 rcu_read_unlock();
7394 return found;
7395}
7396
Josef Bacikeb838e72012-07-31 16:28:48 -04007397static int lock_extent_direct(struct inode *inode, u64 lockstart, u64 lockend,
7398 struct extent_state **cached_state, int writing)
7399{
7400 struct btrfs_ordered_extent *ordered;
7401 int ret = 0;
7402
7403 while (1) {
7404 lock_extent_bits(&BTRFS_I(inode)->io_tree, lockstart, lockend,
7405 0, cached_state);
7406 /*
7407 * We're concerned with the entire range that we're going to be
7408 * doing DIO to, so we need to make sure theres no ordered
7409 * extents in this range.
7410 */
7411 ordered = btrfs_lookup_ordered_range(inode, lockstart,
7412 lockend - lockstart + 1);
7413
7414 /*
7415 * We need to make sure there are no buffered pages in this
7416 * range either, we could have raced between the invalidate in
7417 * generic_file_direct_write and locking the extent. The
7418 * invalidate needs to happen so that reads after a write do not
7419 * get stale data.
7420 */
Alex Gartrellfc4adbf2014-05-20 13:07:56 -07007421 if (!ordered &&
7422 (!writing ||
7423 !btrfs_page_exists_in_range(inode, lockstart, lockend)))
Josef Bacikeb838e72012-07-31 16:28:48 -04007424 break;
7425
7426 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend,
7427 cached_state, GFP_NOFS);
7428
7429 if (ordered) {
7430 btrfs_start_ordered_extent(inode, ordered, 1);
7431 btrfs_put_ordered_extent(ordered);
7432 } else {
7433 /* Screw you mmap */
Filipe Manana728404d2014-10-10 09:43:11 +01007434 ret = btrfs_fdatawrite_range(inode, lockstart, lockend);
Filipe Manana075bdbd2014-10-09 21:18:55 +01007435 if (ret)
7436 break;
7437 ret = filemap_fdatawait_range(inode->i_mapping,
7438 lockstart,
7439 lockend);
Josef Bacikeb838e72012-07-31 16:28:48 -04007440 if (ret)
7441 break;
7442
7443 /*
7444 * If we found a page that couldn't be invalidated just
7445 * fall back to buffered.
7446 */
7447 ret = invalidate_inode_pages2_range(inode->i_mapping,
7448 lockstart >> PAGE_CACHE_SHIFT,
7449 lockend >> PAGE_CACHE_SHIFT);
7450 if (ret)
7451 break;
7452 }
7453
7454 cond_resched();
7455 }
7456
7457 return ret;
7458}
7459
Josef Bacik69ffb542012-09-11 15:40:07 -04007460static struct extent_map *create_pinned_em(struct inode *inode, u64 start,
7461 u64 len, u64 orig_start,
7462 u64 block_start, u64 block_len,
Josef Bacikcc95bef2013-04-04 14:31:27 -04007463 u64 orig_block_len, u64 ram_bytes,
7464 int type)
Josef Bacik69ffb542012-09-11 15:40:07 -04007465{
7466 struct extent_map_tree *em_tree;
7467 struct extent_map *em;
7468 struct btrfs_root *root = BTRFS_I(inode)->root;
7469 int ret;
7470
7471 em_tree = &BTRFS_I(inode)->extent_tree;
7472 em = alloc_extent_map();
7473 if (!em)
7474 return ERR_PTR(-ENOMEM);
7475
7476 em->start = start;
7477 em->orig_start = orig_start;
Josef Bacik2ab28f32012-10-12 15:27:49 -04007478 em->mod_start = start;
7479 em->mod_len = len;
Josef Bacik69ffb542012-09-11 15:40:07 -04007480 em->len = len;
7481 em->block_len = block_len;
7482 em->block_start = block_start;
7483 em->bdev = root->fs_info->fs_devices->latest_bdev;
Josef Bacikb4939682012-12-03 10:31:19 -05007484 em->orig_block_len = orig_block_len;
Josef Bacikcc95bef2013-04-04 14:31:27 -04007485 em->ram_bytes = ram_bytes;
Josef Bacik70c8a912012-10-11 16:54:30 -04007486 em->generation = -1;
Josef Bacik69ffb542012-09-11 15:40:07 -04007487 set_bit(EXTENT_FLAG_PINNED, &em->flags);
7488 if (type == BTRFS_ORDERED_PREALLOC)
Josef Bacikb11e2342012-12-03 10:58:15 -05007489 set_bit(EXTENT_FLAG_FILLING, &em->flags);
Josef Bacik69ffb542012-09-11 15:40:07 -04007490
7491 do {
7492 btrfs_drop_extent_cache(inode, em->start,
7493 em->start + em->len - 1, 0);
7494 write_lock(&em_tree->lock);
Josef Bacik09a2a8f92013-04-05 16:51:15 -04007495 ret = add_extent_mapping(em_tree, em, 1);
Josef Bacik69ffb542012-09-11 15:40:07 -04007496 write_unlock(&em_tree->lock);
7497 } while (ret == -EEXIST);
7498
7499 if (ret) {
7500 free_extent_map(em);
7501 return ERR_PTR(ret);
7502 }
7503
7504 return em;
7505}
7506
chandan50745b02015-08-28 21:10:13 +05307507struct btrfs_dio_data {
7508 u64 outstanding_extents;
7509 u64 reserve;
7510};
Josef Bacik69ffb542012-09-11 15:40:07 -04007511
Filipe Manana9c9464c2015-11-04 09:52:04 +00007512static void adjust_dio_outstanding_extents(struct inode *inode,
7513 struct btrfs_dio_data *dio_data,
7514 const u64 len)
7515{
7516 unsigned num_extents;
7517
7518 num_extents = (unsigned) div64_u64(len + BTRFS_MAX_EXTENT_SIZE - 1,
7519 BTRFS_MAX_EXTENT_SIZE);
7520 /*
7521 * If we have an outstanding_extents count still set then we're
7522 * within our reservation, otherwise we need to adjust our inode
7523 * counter appropriately.
7524 */
7525 if (dio_data->outstanding_extents) {
7526 dio_data->outstanding_extents -= num_extents;
7527 } else {
7528 spin_lock(&BTRFS_I(inode)->lock);
7529 BTRFS_I(inode)->outstanding_extents += num_extents;
7530 spin_unlock(&BTRFS_I(inode)->lock);
7531 }
7532}
7533
Josef Bacik4b46fce2010-05-23 11:00:55 -04007534static int btrfs_get_blocks_direct(struct inode *inode, sector_t iblock,
7535 struct buffer_head *bh_result, int create)
7536{
7537 struct extent_map *em;
7538 struct btrfs_root *root = BTRFS_I(inode)->root;
Josef Bacikeb838e72012-07-31 16:28:48 -04007539 struct extent_state *cached_state = NULL;
chandan50745b02015-08-28 21:10:13 +05307540 struct btrfs_dio_data *dio_data = NULL;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007541 u64 start = iblock << inode->i_blkbits;
Josef Bacikeb838e72012-07-31 16:28:48 -04007542 u64 lockstart, lockend;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007543 u64 len = bh_result->b_size;
Josef Bacikeb838e72012-07-31 16:28:48 -04007544 int unlock_bits = EXTENT_LOCKED;
Miao Xie09348562013-02-07 10:12:07 +00007545 int ret = 0;
Josef Bacikeb838e72012-07-31 16:28:48 -04007546
Miao Xie172a5042013-02-21 02:48:22 -07007547 if (create)
Josef Bacik32667892015-02-11 15:08:58 -05007548 unlock_bits |= EXTENT_DIRTY;
Miao Xie172a5042013-02-21 02:48:22 -07007549 else
Josef Bacikc3298612012-08-03 16:49:19 -04007550 len = min_t(u64, len, root->sectorsize);
Josef Bacikeb838e72012-07-31 16:28:48 -04007551
Josef Bacikc3298612012-08-03 16:49:19 -04007552 lockstart = start;
7553 lockend = start + len - 1;
7554
Josef Bacike1cbbfa2015-03-17 10:52:28 -04007555 if (current->journal_info) {
7556 /*
7557 * Need to pull our outstanding extents and set journal_info to NULL so
7558 * that anything that needs to check if there's a transction doesn't get
7559 * confused.
7560 */
chandan50745b02015-08-28 21:10:13 +05307561 dio_data = current->journal_info;
Josef Bacike1cbbfa2015-03-17 10:52:28 -04007562 current->journal_info = NULL;
7563 }
7564
Josef Bacikeb838e72012-07-31 16:28:48 -04007565 /*
7566 * If this errors out it's because we couldn't invalidate pagecache for
7567 * this range and we need to fallback to buffered.
7568 */
Filipe Manana9c9464c2015-11-04 09:52:04 +00007569 if (lock_extent_direct(inode, lockstart, lockend, &cached_state,
7570 create)) {
7571 ret = -ENOTBLK;
7572 goto err;
7573 }
Josef Bacikeb838e72012-07-31 16:28:48 -04007574
Josef Bacik4b46fce2010-05-23 11:00:55 -04007575 em = btrfs_get_extent(inode, NULL, 0, start, len, 0);
Josef Bacikeb838e72012-07-31 16:28:48 -04007576 if (IS_ERR(em)) {
7577 ret = PTR_ERR(em);
7578 goto unlock_err;
7579 }
Josef Bacik4b46fce2010-05-23 11:00:55 -04007580
7581 /*
7582 * Ok for INLINE and COMPRESSED extents we need to fallback on buffered
7583 * io. INLINE is special, and we could probably kludge it in here, but
7584 * it's still buffered so for safety lets just fall back to the generic
7585 * buffered path.
7586 *
7587 * For COMPRESSED we _have_ to read the entire extent in so we can
7588 * decompress it, so there will be buffering required no matter what we
7589 * do, so go ahead and fallback to buffered.
7590 *
7591 * We return -ENOTBLK because thats what makes DIO go ahead and go back
7592 * to buffered IO. Don't blame me, this is the price we pay for using
7593 * the generic code.
7594 */
7595 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) ||
7596 em->block_start == EXTENT_MAP_INLINE) {
7597 free_extent_map(em);
Josef Bacikeb838e72012-07-31 16:28:48 -04007598 ret = -ENOTBLK;
7599 goto unlock_err;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007600 }
7601
7602 /* Just a good old fashioned hole, return */
7603 if (!create && (em->block_start == EXTENT_MAP_HOLE ||
7604 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) {
7605 free_extent_map(em);
Josef Bacikeb838e72012-07-31 16:28:48 -04007606 goto unlock_err;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007607 }
7608
7609 /*
7610 * We don't allocate a new extent in the following cases
7611 *
7612 * 1) The inode is marked as NODATACOW. In this case we'll just use the
7613 * existing extent.
7614 * 2) The extent is marked as PREALLOC. We're good to go here and can
7615 * just use the extent.
7616 *
7617 */
Chris Mason46bfbb52010-05-26 11:04:10 -04007618 if (!create) {
Josef Bacikeb838e72012-07-31 16:28:48 -04007619 len = min(len, em->len - (start - em->start));
7620 lockstart = start + len;
7621 goto unlock;
Chris Mason46bfbb52010-05-26 11:04:10 -04007622 }
Josef Bacik4b46fce2010-05-23 11:00:55 -04007623
7624 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) ||
7625 ((BTRFS_I(inode)->flags & BTRFS_INODE_NODATACOW) &&
7626 em->block_start != EXTENT_MAP_HOLE)) {
Josef Bacik4b46fce2010-05-23 11:00:55 -04007627 int type;
Josef Bacikeb384b52013-04-24 16:32:55 -04007628 u64 block_start, orig_start, orig_block_len, ram_bytes;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007629
7630 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags))
7631 type = BTRFS_ORDERED_PREALLOC;
7632 else
7633 type = BTRFS_ORDERED_NOCOW;
Chris Mason46bfbb52010-05-26 11:04:10 -04007634 len = min(len, em->len - (start - em->start));
Josef Bacik4b46fce2010-05-23 11:00:55 -04007635 block_start = em->block_start + (start - em->start);
Chris Mason46bfbb52010-05-26 11:04:10 -04007636
Josef Bacik00361582013-08-14 14:02:47 -04007637 if (can_nocow_extent(inode, start, &len, &orig_start,
Josef Bacik7ee9e442013-06-21 16:37:03 -04007638 &orig_block_len, &ram_bytes) == 1) {
Josef Bacik69ffb542012-09-11 15:40:07 -04007639 if (type == BTRFS_ORDERED_PREALLOC) {
7640 free_extent_map(em);
7641 em = create_pinned_em(inode, start, len,
7642 orig_start,
Josef Bacikb4939682012-12-03 10:31:19 -05007643 block_start, len,
Josef Bacikcc95bef2013-04-04 14:31:27 -04007644 orig_block_len,
7645 ram_bytes, type);
Filipe Manana555e1282014-07-07 12:35:21 +01007646 if (IS_ERR(em)) {
7647 ret = PTR_ERR(em);
Josef Bacik69ffb542012-09-11 15:40:07 -04007648 goto unlock_err;
Filipe Manana555e1282014-07-07 12:35:21 +01007649 }
Josef Bacik69ffb542012-09-11 15:40:07 -04007650 }
7651
Chris Mason46bfbb52010-05-26 11:04:10 -04007652 ret = btrfs_add_ordered_extent_dio(inode, start,
7653 block_start, len, len, type);
Chris Mason46bfbb52010-05-26 11:04:10 -04007654 if (ret) {
7655 free_extent_map(em);
Josef Bacikeb838e72012-07-31 16:28:48 -04007656 goto unlock_err;
Chris Mason46bfbb52010-05-26 11:04:10 -04007657 }
7658 goto unlock;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007659 }
Josef Bacik4b46fce2010-05-23 11:00:55 -04007660 }
Josef Bacik00361582013-08-14 14:02:47 -04007661
Chris Mason46bfbb52010-05-26 11:04:10 -04007662 /*
7663 * this will cow the extent, reset the len in case we changed
7664 * it above
7665 */
7666 len = bh_result->b_size;
Josef Bacik70c8a912012-10-11 16:54:30 -04007667 free_extent_map(em);
7668 em = btrfs_new_extent_direct(inode, start, len);
Josef Bacikeb838e72012-07-31 16:28:48 -04007669 if (IS_ERR(em)) {
7670 ret = PTR_ERR(em);
7671 goto unlock_err;
7672 }
Chris Mason46bfbb52010-05-26 11:04:10 -04007673 len = min(len, em->len - (start - em->start));
7674unlock:
Josef Bacik4b46fce2010-05-23 11:00:55 -04007675 bh_result->b_blocknr = (em->block_start + (start - em->start)) >>
7676 inode->i_blkbits;
Chris Mason46bfbb52010-05-26 11:04:10 -04007677 bh_result->b_size = len;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007678 bh_result->b_bdev = em->bdev;
7679 set_buffer_mapped(bh_result);
Josef Bacikc3473e82012-06-19 10:59:00 -04007680 if (create) {
7681 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags))
7682 set_buffer_new(bh_result);
7683
7684 /*
7685 * Need to update the i_size under the extent lock so buffered
7686 * readers will get the updated i_size when we unlock.
7687 */
7688 if (start + len > i_size_read(inode))
7689 i_size_write(inode, start + len);
Miao Xie09348562013-02-07 10:12:07 +00007690
Filipe Manana9c9464c2015-11-04 09:52:04 +00007691 adjust_dio_outstanding_extents(inode, dio_data, len);
Qu Wenruo7cf5b972015-09-08 17:25:55 +08007692 btrfs_free_reserved_data_space(inode, start, len);
chandan50745b02015-08-28 21:10:13 +05307693 WARN_ON(dio_data->reserve < len);
7694 dio_data->reserve -= len;
7695 current->journal_info = dio_data;
Josef Bacikc3473e82012-06-19 10:59:00 -04007696 }
Josef Bacik4b46fce2010-05-23 11:00:55 -04007697
Josef Bacikeb838e72012-07-31 16:28:48 -04007698 /*
7699 * In the case of write we need to clear and unlock the entire range,
7700 * in the case of read we need to unlock only the end area that we
7701 * aren't using if there is any left over space.
7702 */
Liu Bo24c03fa2012-08-22 20:10:38 -06007703 if (lockstart < lockend) {
Miao Xie09348562013-02-07 10:12:07 +00007704 clear_extent_bit(&BTRFS_I(inode)->io_tree, lockstart,
7705 lockend, unlock_bits, 1, 0,
7706 &cached_state, GFP_NOFS);
Liu Bo24c03fa2012-08-22 20:10:38 -06007707 } else {
Josef Bacikeb838e72012-07-31 16:28:48 -04007708 free_extent_state(cached_state);
Liu Bo24c03fa2012-08-22 20:10:38 -06007709 }
Josef Bacikeb838e72012-07-31 16:28:48 -04007710
Josef Bacik4b46fce2010-05-23 11:00:55 -04007711 free_extent_map(em);
7712
7713 return 0;
Josef Bacikeb838e72012-07-31 16:28:48 -04007714
7715unlock_err:
Josef Bacikeb838e72012-07-31 16:28:48 -04007716 clear_extent_bit(&BTRFS_I(inode)->io_tree, lockstart, lockend,
7717 unlock_bits, 1, 0, &cached_state, GFP_NOFS);
Filipe Manana9c9464c2015-11-04 09:52:04 +00007718err:
chandan50745b02015-08-28 21:10:13 +05307719 if (dio_data)
7720 current->journal_info = dio_data;
Filipe Manana9c9464c2015-11-04 09:52:04 +00007721 /*
7722 * Compensate the delalloc release we do in btrfs_direct_IO() when we
7723 * write less data then expected, so that we don't underflow our inode's
7724 * outstanding extents counter.
7725 */
7726 if (create && dio_data)
7727 adjust_dio_outstanding_extents(inode, dio_data, len);
7728
Josef Bacikeb838e72012-07-31 16:28:48 -04007729 return ret;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007730}
7731
Miao Xie8b110e32014-09-12 18:44:03 +08007732static inline int submit_dio_repair_bio(struct inode *inode, struct bio *bio,
7733 int rw, int mirror_num)
7734{
7735 struct btrfs_root *root = BTRFS_I(inode)->root;
7736 int ret;
7737
7738 BUG_ON(rw & REQ_WRITE);
7739
7740 bio_get(bio);
7741
7742 ret = btrfs_bio_wq_end_io(root->fs_info, bio,
7743 BTRFS_WQ_ENDIO_DIO_REPAIR);
7744 if (ret)
7745 goto err;
7746
7747 ret = btrfs_map_bio(root, rw, bio, mirror_num, 0);
7748err:
7749 bio_put(bio);
7750 return ret;
7751}
7752
7753static int btrfs_check_dio_repairable(struct inode *inode,
7754 struct bio *failed_bio,
7755 struct io_failure_record *failrec,
7756 int failed_mirror)
7757{
7758 int num_copies;
7759
7760 num_copies = btrfs_num_copies(BTRFS_I(inode)->root->fs_info,
7761 failrec->logical, failrec->len);
7762 if (num_copies == 1) {
7763 /*
7764 * we only have a single copy of the data, so don't bother with
7765 * all the retry and error correction code that follows. no
7766 * matter what the error is, it is very likely to persist.
7767 */
7768 pr_debug("Check DIO Repairable: cannot repair, num_copies=%d, next_mirror %d, failed_mirror %d\n",
7769 num_copies, failrec->this_mirror, failed_mirror);
7770 return 0;
7771 }
7772
7773 failrec->failed_mirror = failed_mirror;
7774 failrec->this_mirror++;
7775 if (failrec->this_mirror == failed_mirror)
7776 failrec->this_mirror++;
7777
7778 if (failrec->this_mirror > num_copies) {
7779 pr_debug("Check DIO Repairable: (fail) num_copies=%d, next_mirror %d, failed_mirror %d\n",
7780 num_copies, failrec->this_mirror, failed_mirror);
7781 return 0;
7782 }
7783
7784 return 1;
7785}
7786
7787static int dio_read_error(struct inode *inode, struct bio *failed_bio,
7788 struct page *page, u64 start, u64 end,
7789 int failed_mirror, bio_end_io_t *repair_endio,
7790 void *repair_arg)
7791{
7792 struct io_failure_record *failrec;
7793 struct bio *bio;
7794 int isector;
7795 int read_mode;
7796 int ret;
7797
7798 BUG_ON(failed_bio->bi_rw & REQ_WRITE);
7799
7800 ret = btrfs_get_io_failure_record(inode, start, end, &failrec);
7801 if (ret)
7802 return ret;
7803
7804 ret = btrfs_check_dio_repairable(inode, failed_bio, failrec,
7805 failed_mirror);
7806 if (!ret) {
7807 free_io_failure(inode, failrec);
7808 return -EIO;
7809 }
7810
7811 if (failed_bio->bi_vcnt > 1)
7812 read_mode = READ_SYNC | REQ_FAILFAST_DEV;
7813 else
7814 read_mode = READ_SYNC;
7815
7816 isector = start - btrfs_io_bio(failed_bio)->logical;
7817 isector >>= inode->i_sb->s_blocksize_bits;
7818 bio = btrfs_create_repair_bio(inode, failed_bio, failrec, page,
7819 0, isector, repair_endio, repair_arg);
7820 if (!bio) {
7821 free_io_failure(inode, failrec);
7822 return -EIO;
7823 }
7824
7825 btrfs_debug(BTRFS_I(inode)->root->fs_info,
7826 "Repair DIO Read Error: submitting new dio read[%#x] to this_mirror=%d, in_validation=%d\n",
7827 read_mode, failrec->this_mirror, failrec->in_validation);
7828
7829 ret = submit_dio_repair_bio(inode, bio, read_mode,
7830 failrec->this_mirror);
7831 if (ret) {
7832 free_io_failure(inode, failrec);
7833 bio_put(bio);
7834 }
7835
7836 return ret;
7837}
7838
7839struct btrfs_retry_complete {
7840 struct completion done;
7841 struct inode *inode;
7842 u64 start;
7843 int uptodate;
7844};
7845
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02007846static void btrfs_retry_endio_nocsum(struct bio *bio)
Miao Xie8b110e32014-09-12 18:44:03 +08007847{
7848 struct btrfs_retry_complete *done = bio->bi_private;
7849 struct bio_vec *bvec;
7850 int i;
7851
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02007852 if (bio->bi_error)
Miao Xie8b110e32014-09-12 18:44:03 +08007853 goto end;
7854
7855 done->uptodate = 1;
7856 bio_for_each_segment_all(bvec, bio, i)
7857 clean_io_failure(done->inode, done->start, bvec->bv_page, 0);
7858end:
7859 complete(&done->done);
7860 bio_put(bio);
7861}
7862
7863static int __btrfs_correct_data_nocsum(struct inode *inode,
7864 struct btrfs_io_bio *io_bio)
Josef Bacik4b46fce2010-05-23 11:00:55 -04007865{
Kent Overstreet2c30c712013-11-07 12:20:26 -08007866 struct bio_vec *bvec;
Miao Xie8b110e32014-09-12 18:44:03 +08007867 struct btrfs_retry_complete done;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007868 u64 start;
Kent Overstreet2c30c712013-11-07 12:20:26 -08007869 int i;
Miao Xiec1dc0892014-09-12 18:43:56 +08007870 int ret;
Miao Xiedc380ae2014-09-12 18:43:55 +08007871
Miao Xiec1dc0892014-09-12 18:43:56 +08007872 start = io_bio->logical;
Miao Xie8b110e32014-09-12 18:44:03 +08007873 done.inode = inode;
7874
7875 bio_for_each_segment_all(bvec, &io_bio->bio, i) {
7876try_again:
7877 done.uptodate = 0;
7878 done.start = start;
7879 init_completion(&done.done);
7880
7881 ret = dio_read_error(inode, &io_bio->bio, bvec->bv_page, start,
7882 start + bvec->bv_len - 1,
7883 io_bio->mirror_num,
7884 btrfs_retry_endio_nocsum, &done);
7885 if (ret)
7886 return ret;
7887
7888 wait_for_completion(&done.done);
7889
7890 if (!done.uptodate) {
7891 /* We might have another mirror, so try again */
7892 goto try_again;
7893 }
7894
7895 start += bvec->bv_len;
7896 }
7897
7898 return 0;
7899}
7900
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02007901static void btrfs_retry_endio(struct bio *bio)
Miao Xie8b110e32014-09-12 18:44:03 +08007902{
7903 struct btrfs_retry_complete *done = bio->bi_private;
7904 struct btrfs_io_bio *io_bio = btrfs_io_bio(bio);
7905 struct bio_vec *bvec;
7906 int uptodate;
7907 int ret;
7908 int i;
7909
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02007910 if (bio->bi_error)
Miao Xie8b110e32014-09-12 18:44:03 +08007911 goto end;
7912
7913 uptodate = 1;
7914 bio_for_each_segment_all(bvec, bio, i) {
7915 ret = __readpage_endio_check(done->inode, io_bio, i,
7916 bvec->bv_page, 0,
7917 done->start, bvec->bv_len);
7918 if (!ret)
7919 clean_io_failure(done->inode, done->start,
7920 bvec->bv_page, 0);
7921 else
7922 uptodate = 0;
7923 }
7924
7925 done->uptodate = uptodate;
7926end:
7927 complete(&done->done);
7928 bio_put(bio);
7929}
7930
7931static int __btrfs_subio_endio_read(struct inode *inode,
7932 struct btrfs_io_bio *io_bio, int err)
7933{
7934 struct bio_vec *bvec;
7935 struct btrfs_retry_complete done;
7936 u64 start;
7937 u64 offset = 0;
7938 int i;
7939 int ret;
7940
7941 err = 0;
7942 start = io_bio->logical;
7943 done.inode = inode;
7944
Miao Xiec1dc0892014-09-12 18:43:56 +08007945 bio_for_each_segment_all(bvec, &io_bio->bio, i) {
Miao Xiedc380ae2014-09-12 18:43:55 +08007946 ret = __readpage_endio_check(inode, io_bio, i, bvec->bv_page,
7947 0, start, bvec->bv_len);
Miao Xie8b110e32014-09-12 18:44:03 +08007948 if (likely(!ret))
7949 goto next;
7950try_again:
7951 done.uptodate = 0;
7952 done.start = start;
7953 init_completion(&done.done);
7954
7955 ret = dio_read_error(inode, &io_bio->bio, bvec->bv_page, start,
7956 start + bvec->bv_len - 1,
7957 io_bio->mirror_num,
7958 btrfs_retry_endio, &done);
7959 if (ret) {
7960 err = ret;
7961 goto next;
7962 }
7963
7964 wait_for_completion(&done.done);
7965
7966 if (!done.uptodate) {
7967 /* We might have another mirror, so try again */
7968 goto try_again;
7969 }
7970next:
7971 offset += bvec->bv_len;
Josef Bacik4b46fce2010-05-23 11:00:55 -04007972 start += bvec->bv_len;
Kent Overstreet2c30c712013-11-07 12:20:26 -08007973 }
Miao Xiec1dc0892014-09-12 18:43:56 +08007974
7975 return err;
7976}
7977
Miao Xie8b110e32014-09-12 18:44:03 +08007978static int btrfs_subio_endio_read(struct inode *inode,
7979 struct btrfs_io_bio *io_bio, int err)
7980{
7981 bool skip_csum = BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM;
7982
7983 if (skip_csum) {
7984 if (unlikely(err))
7985 return __btrfs_correct_data_nocsum(inode, io_bio);
7986 else
7987 return 0;
7988 } else {
7989 return __btrfs_subio_endio_read(inode, io_bio, err);
7990 }
7991}
7992
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02007993static void btrfs_endio_direct_read(struct bio *bio)
Miao Xiec1dc0892014-09-12 18:43:56 +08007994{
7995 struct btrfs_dio_private *dip = bio->bi_private;
7996 struct inode *inode = dip->inode;
7997 struct bio *dio_bio;
7998 struct btrfs_io_bio *io_bio = btrfs_io_bio(bio);
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02007999 int err = bio->bi_error;
Miao Xiec1dc0892014-09-12 18:43:56 +08008000
Miao Xie8b110e32014-09-12 18:44:03 +08008001 if (dip->flags & BTRFS_DIO_ORIG_BIO_SUBMITTED)
8002 err = btrfs_subio_endio_read(inode, io_bio, err);
Miao Xiec1dc0892014-09-12 18:43:56 +08008003
Josef Bacik4b46fce2010-05-23 11:00:55 -04008004 unlock_extent(&BTRFS_I(inode)->io_tree, dip->logical_offset,
Jeff Mahoneyd0082372012-03-01 14:57:19 +01008005 dip->logical_offset + dip->bytes - 1);
Chris Mason9be33952013-05-17 18:30:14 -04008006 dio_bio = dip->dio_bio;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008007
Josef Bacik4b46fce2010-05-23 11:00:55 -04008008 kfree(dip);
Josef Bacikc0da7aa2011-03-22 11:05:07 -04008009
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008010 dio_end_io(dio_bio, bio->bi_error);
Miao Xie23ea8e52014-09-12 18:43:54 +08008011
8012 if (io_bio->end_io)
8013 io_bio->end_io(io_bio, err);
Chris Mason9be33952013-05-17 18:30:14 -04008014 bio_put(bio);
Josef Bacik4b46fce2010-05-23 11:00:55 -04008015}
8016
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008017static void btrfs_endio_direct_write(struct bio *bio)
Josef Bacik4b46fce2010-05-23 11:00:55 -04008018{
8019 struct btrfs_dio_private *dip = bio->bi_private;
8020 struct inode *inode = dip->inode;
8021 struct btrfs_root *root = BTRFS_I(inode)->root;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008022 struct btrfs_ordered_extent *ordered = NULL;
Chris Mason163cf092010-11-28 19:56:33 -05008023 u64 ordered_offset = dip->logical_offset;
8024 u64 ordered_bytes = dip->bytes;
Chris Mason9be33952013-05-17 18:30:14 -04008025 struct bio *dio_bio;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008026 int ret;
8027
Chris Mason163cf092010-11-28 19:56:33 -05008028again:
8029 ret = btrfs_dec_test_first_ordered_pending(inode, &ordered,
8030 &ordered_offset,
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008031 ordered_bytes,
8032 !bio->bi_error);
Josef Bacik4b46fce2010-05-23 11:00:55 -04008033 if (!ret)
Chris Mason163cf092010-11-28 19:56:33 -05008034 goto out_test;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008035
Liu Bo9e0af232014-08-15 23:36:53 +08008036 btrfs_init_work(&ordered->work, btrfs_endio_write_helper,
8037 finish_ordered_fn, NULL, NULL);
Qu Wenruofccb5d82014-02-28 10:46:10 +08008038 btrfs_queue_work(root->fs_info->endio_write_workers,
8039 &ordered->work);
Chris Mason163cf092010-11-28 19:56:33 -05008040out_test:
8041 /*
8042 * our bio might span multiple ordered extents. If we haven't
8043 * completed the accounting for the whole dio, go back and try again
8044 */
8045 if (ordered_offset < dip->logical_offset + dip->bytes) {
8046 ordered_bytes = dip->logical_offset + dip->bytes -
8047 ordered_offset;
Josef Bacik5fd02042012-05-02 14:00:54 -04008048 ordered = NULL;
Chris Mason163cf092010-11-28 19:56:33 -05008049 goto again;
8050 }
Chris Mason9be33952013-05-17 18:30:14 -04008051 dio_bio = dip->dio_bio;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008052
Josef Bacik4b46fce2010-05-23 11:00:55 -04008053 kfree(dip);
Josef Bacikc0da7aa2011-03-22 11:05:07 -04008054
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008055 dio_end_io(dio_bio, bio->bi_error);
Chris Mason9be33952013-05-17 18:30:14 -04008056 bio_put(bio);
Josef Bacik4b46fce2010-05-23 11:00:55 -04008057}
8058
Chris Masoneaf25d92010-05-25 09:48:28 -04008059static int __btrfs_submit_bio_start_direct_io(struct inode *inode, int rw,
8060 struct bio *bio, int mirror_num,
8061 unsigned long bio_flags, u64 offset)
8062{
8063 int ret;
8064 struct btrfs_root *root = BTRFS_I(inode)->root;
8065 ret = btrfs_csum_one_bio(root, inode, bio, offset, 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008066 BUG_ON(ret); /* -ENOMEM */
Chris Masoneaf25d92010-05-25 09:48:28 -04008067 return 0;
8068}
8069
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008070static void btrfs_end_dio_bio(struct bio *bio)
Miao Xiee65e1532010-11-22 03:04:43 +00008071{
8072 struct btrfs_dio_private *dip = bio->bi_private;
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008073 int err = bio->bi_error;
Miao Xiee65e1532010-11-22 03:04:43 +00008074
Miao Xie8b110e32014-09-12 18:44:03 +08008075 if (err)
8076 btrfs_warn(BTRFS_I(dip->inode)->root->fs_info,
8077 "direct IO failed ino %llu rw %lu sector %#Lx len %u err no %d",
8078 btrfs_ino(dip->inode), bio->bi_rw,
8079 (unsigned long long)bio->bi_iter.bi_sector,
8080 bio->bi_iter.bi_size, err);
8081
8082 if (dip->subio_endio)
8083 err = dip->subio_endio(dip->inode, btrfs_io_bio(bio), err);
Miao Xiec1dc0892014-09-12 18:43:56 +08008084
8085 if (err) {
Miao Xiee65e1532010-11-22 03:04:43 +00008086 dip->errors = 1;
8087
8088 /*
8089 * before atomic variable goto zero, we must make sure
8090 * dip->errors is perceived to be set.
8091 */
Peter Zijlstra4e857c52014-03-17 18:06:10 +01008092 smp_mb__before_atomic();
Miao Xiee65e1532010-11-22 03:04:43 +00008093 }
8094
8095 /* if there are more bios still pending for this dio, just exit */
8096 if (!atomic_dec_and_test(&dip->pending_bios))
8097 goto out;
8098
Chris Mason9be33952013-05-17 18:30:14 -04008099 if (dip->errors) {
Miao Xiee65e1532010-11-22 03:04:43 +00008100 bio_io_error(dip->orig_bio);
Chris Mason9be33952013-05-17 18:30:14 -04008101 } else {
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008102 dip->dio_bio->bi_error = 0;
8103 bio_endio(dip->orig_bio);
Miao Xiee65e1532010-11-22 03:04:43 +00008104 }
8105out:
8106 bio_put(bio);
8107}
8108
8109static struct bio *btrfs_dio_bio_alloc(struct block_device *bdev,
8110 u64 first_sector, gfp_t gfp_flags)
8111{
Chris Masonda2f0f72015-07-02 13:57:22 -07008112 struct bio *bio;
Linus Torvalds22365972015-09-05 15:14:43 -07008113 bio = btrfs_bio_alloc(bdev, first_sector, BIO_MAX_PAGES, gfp_flags);
Chris Masonda2f0f72015-07-02 13:57:22 -07008114 if (bio)
8115 bio_associate_current(bio);
8116 return bio;
Miao Xiee65e1532010-11-22 03:04:43 +00008117}
8118
Miao Xiec1dc0892014-09-12 18:43:56 +08008119static inline int btrfs_lookup_and_bind_dio_csum(struct btrfs_root *root,
8120 struct inode *inode,
8121 struct btrfs_dio_private *dip,
8122 struct bio *bio,
8123 u64 file_offset)
8124{
8125 struct btrfs_io_bio *io_bio = btrfs_io_bio(bio);
8126 struct btrfs_io_bio *orig_io_bio = btrfs_io_bio(dip->orig_bio);
8127 int ret;
8128
8129 /*
8130 * We load all the csum data we need when we submit
8131 * the first bio to reduce the csum tree search and
8132 * contention.
8133 */
8134 if (dip->logical_offset == file_offset) {
8135 ret = btrfs_lookup_bio_sums_dio(root, inode, dip->orig_bio,
8136 file_offset);
8137 if (ret)
8138 return ret;
8139 }
8140
8141 if (bio == dip->orig_bio)
8142 return 0;
8143
8144 file_offset -= dip->logical_offset;
8145 file_offset >>= inode->i_sb->s_blocksize_bits;
8146 io_bio->csum = (u8 *)(((u32 *)orig_io_bio->csum) + file_offset);
8147
8148 return 0;
8149}
8150
Miao Xiee65e1532010-11-22 03:04:43 +00008151static inline int __btrfs_submit_dio_bio(struct bio *bio, struct inode *inode,
8152 int rw, u64 file_offset, int skip_sum,
Josef Bacikc3298612012-08-03 16:49:19 -04008153 int async_submit)
Miao Xiee65e1532010-11-22 03:04:43 +00008154{
Miao Xiefacc8a222013-07-25 19:22:34 +08008155 struct btrfs_dio_private *dip = bio->bi_private;
Miao Xiee65e1532010-11-22 03:04:43 +00008156 int write = rw & REQ_WRITE;
8157 struct btrfs_root *root = BTRFS_I(inode)->root;
8158 int ret;
8159
Josef Bacikb812ce22012-11-16 13:56:32 -05008160 if (async_submit)
8161 async_submit = !atomic_read(&BTRFS_I(inode)->sync_writers);
8162
Miao Xiee65e1532010-11-22 03:04:43 +00008163 bio_get(bio);
Josef Bacik5fd02042012-05-02 14:00:54 -04008164
8165 if (!write) {
David Sterbabfebd8b2014-07-30 00:25:45 +02008166 ret = btrfs_bio_wq_end_io(root->fs_info, bio,
8167 BTRFS_WQ_ENDIO_DATA);
Josef Bacik5fd02042012-05-02 14:00:54 -04008168 if (ret)
8169 goto err;
8170 }
Miao Xiee65e1532010-11-22 03:04:43 +00008171
Josef Bacik1ae39932011-04-06 14:41:34 -04008172 if (skip_sum)
8173 goto map;
8174
8175 if (write && async_submit) {
Miao Xiee65e1532010-11-22 03:04:43 +00008176 ret = btrfs_wq_submit_bio(root->fs_info,
8177 inode, rw, bio, 0, 0,
8178 file_offset,
8179 __btrfs_submit_bio_start_direct_io,
8180 __btrfs_submit_bio_done);
8181 goto err;
Josef Bacik1ae39932011-04-06 14:41:34 -04008182 } else if (write) {
8183 /*
8184 * If we aren't doing async submit, calculate the csum of the
8185 * bio now.
8186 */
8187 ret = btrfs_csum_one_bio(root, inode, bio, file_offset, 1);
8188 if (ret)
8189 goto err;
Miao Xie23ea8e52014-09-12 18:43:54 +08008190 } else {
Miao Xiec1dc0892014-09-12 18:43:56 +08008191 ret = btrfs_lookup_and_bind_dio_csum(root, inode, dip, bio,
8192 file_offset);
Tsutomu Itohc2db1072011-03-01 06:48:31 +00008193 if (ret)
8194 goto err;
8195 }
Josef Bacik1ae39932011-04-06 14:41:34 -04008196map:
8197 ret = btrfs_map_bio(root, rw, bio, 0, async_submit);
Miao Xiee65e1532010-11-22 03:04:43 +00008198err:
8199 bio_put(bio);
8200 return ret;
8201}
8202
8203static int btrfs_submit_direct_hook(int rw, struct btrfs_dio_private *dip,
8204 int skip_sum)
8205{
8206 struct inode *inode = dip->inode;
8207 struct btrfs_root *root = BTRFS_I(inode)->root;
Miao Xiee65e1532010-11-22 03:04:43 +00008208 struct bio *bio;
8209 struct bio *orig_bio = dip->orig_bio;
8210 struct bio_vec *bvec = orig_bio->bi_io_vec;
Kent Overstreet4f024f32013-10-11 15:44:27 -07008211 u64 start_sector = orig_bio->bi_iter.bi_sector;
Miao Xiee65e1532010-11-22 03:04:43 +00008212 u64 file_offset = dip->logical_offset;
8213 u64 submit_len = 0;
8214 u64 map_length;
8215 int nr_pages = 0;
Miao Xie23ea8e52014-09-12 18:43:54 +08008216 int ret;
Josef Bacik1ae39932011-04-06 14:41:34 -04008217 int async_submit = 0;
Miao Xiee65e1532010-11-22 03:04:43 +00008218
Kent Overstreet4f024f32013-10-11 15:44:27 -07008219 map_length = orig_bio->bi_iter.bi_size;
David Woodhouse53b381b2013-01-29 18:40:14 -05008220 ret = btrfs_map_block(root->fs_info, rw, start_sector << 9,
Miao Xiee65e1532010-11-22 03:04:43 +00008221 &map_length, NULL, 0);
Miao Xie7a5c3c92014-06-17 18:58:59 +08008222 if (ret)
Miao Xiee65e1532010-11-22 03:04:43 +00008223 return -EIO;
Miao Xiefacc8a222013-07-25 19:22:34 +08008224
Kent Overstreet4f024f32013-10-11 15:44:27 -07008225 if (map_length >= orig_bio->bi_iter.bi_size) {
Josef Bacik02f57c72011-04-06 14:25:44 -04008226 bio = orig_bio;
Miao Xiec1dc0892014-09-12 18:43:56 +08008227 dip->flags |= BTRFS_DIO_ORIG_BIO_SUBMITTED;
Josef Bacik02f57c72011-04-06 14:25:44 -04008228 goto submit;
8229 }
8230
David Woodhouse53b381b2013-01-29 18:40:14 -05008231 /* async crcs make it difficult to collect full stripe writes. */
Zhao Leiffe2d202015-01-20 15:11:44 +08008232 if (btrfs_get_alloc_profile(root, 1) & BTRFS_BLOCK_GROUP_RAID56_MASK)
David Woodhouse53b381b2013-01-29 18:40:14 -05008233 async_submit = 0;
8234 else
8235 async_submit = 1;
8236
Josef Bacik02f57c72011-04-06 14:25:44 -04008237 bio = btrfs_dio_bio_alloc(orig_bio->bi_bdev, start_sector, GFP_NOFS);
8238 if (!bio)
8239 return -ENOMEM;
Miao Xie7a5c3c92014-06-17 18:58:59 +08008240
Josef Bacik02f57c72011-04-06 14:25:44 -04008241 bio->bi_private = dip;
8242 bio->bi_end_io = btrfs_end_dio_bio;
Miao Xiec1dc0892014-09-12 18:43:56 +08008243 btrfs_io_bio(bio)->logical = file_offset;
Josef Bacik02f57c72011-04-06 14:25:44 -04008244 atomic_inc(&dip->pending_bios);
8245
Miao Xiee65e1532010-11-22 03:04:43 +00008246 while (bvec <= (orig_bio->bi_io_vec + orig_bio->bi_vcnt - 1)) {
David Sterbaee39b432014-09-30 01:33:33 +02008247 if (map_length < submit_len + bvec->bv_len ||
Miao Xiee65e1532010-11-22 03:04:43 +00008248 bio_add_page(bio, bvec->bv_page, bvec->bv_len,
David Sterbaee39b432014-09-30 01:33:33 +02008249 bvec->bv_offset) < bvec->bv_len) {
Miao Xiee65e1532010-11-22 03:04:43 +00008250 /*
8251 * inc the count before we submit the bio so
8252 * we know the end IO handler won't happen before
8253 * we inc the count. Otherwise, the dip might get freed
8254 * before we're done setting it up
8255 */
8256 atomic_inc(&dip->pending_bios);
8257 ret = __btrfs_submit_dio_bio(bio, inode, rw,
8258 file_offset, skip_sum,
Josef Bacikc3298612012-08-03 16:49:19 -04008259 async_submit);
Miao Xiee65e1532010-11-22 03:04:43 +00008260 if (ret) {
8261 bio_put(bio);
8262 atomic_dec(&dip->pending_bios);
8263 goto out_err;
8264 }
8265
Miao Xiee65e1532010-11-22 03:04:43 +00008266 start_sector += submit_len >> 9;
8267 file_offset += submit_len;
8268
8269 submit_len = 0;
8270 nr_pages = 0;
8271
8272 bio = btrfs_dio_bio_alloc(orig_bio->bi_bdev,
8273 start_sector, GFP_NOFS);
8274 if (!bio)
8275 goto out_err;
8276 bio->bi_private = dip;
8277 bio->bi_end_io = btrfs_end_dio_bio;
Miao Xiec1dc0892014-09-12 18:43:56 +08008278 btrfs_io_bio(bio)->logical = file_offset;
Miao Xiee65e1532010-11-22 03:04:43 +00008279
Kent Overstreet4f024f32013-10-11 15:44:27 -07008280 map_length = orig_bio->bi_iter.bi_size;
David Woodhouse53b381b2013-01-29 18:40:14 -05008281 ret = btrfs_map_block(root->fs_info, rw,
Stefan Behrens3ec706c2012-11-05 15:46:42 +01008282 start_sector << 9,
Miao Xiee65e1532010-11-22 03:04:43 +00008283 &map_length, NULL, 0);
8284 if (ret) {
8285 bio_put(bio);
8286 goto out_err;
8287 }
8288 } else {
8289 submit_len += bvec->bv_len;
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05308290 nr_pages++;
Miao Xiee65e1532010-11-22 03:04:43 +00008291 bvec++;
8292 }
8293 }
8294
Josef Bacik02f57c72011-04-06 14:25:44 -04008295submit:
Miao Xiee65e1532010-11-22 03:04:43 +00008296 ret = __btrfs_submit_dio_bio(bio, inode, rw, file_offset, skip_sum,
Josef Bacikc3298612012-08-03 16:49:19 -04008297 async_submit);
Miao Xiee65e1532010-11-22 03:04:43 +00008298 if (!ret)
8299 return 0;
8300
8301 bio_put(bio);
8302out_err:
8303 dip->errors = 1;
8304 /*
8305 * before atomic variable goto zero, we must
8306 * make sure dip->errors is perceived to be set.
8307 */
Peter Zijlstra4e857c52014-03-17 18:06:10 +01008308 smp_mb__before_atomic();
Miao Xiee65e1532010-11-22 03:04:43 +00008309 if (atomic_dec_and_test(&dip->pending_bios))
8310 bio_io_error(dip->orig_bio);
8311
8312 /* bio_end_io() will handle error, so we needn't return it */
8313 return 0;
8314}
8315
Chris Mason9be33952013-05-17 18:30:14 -04008316static void btrfs_submit_direct(int rw, struct bio *dio_bio,
8317 struct inode *inode, loff_t file_offset)
Josef Bacik4b46fce2010-05-23 11:00:55 -04008318{
Filipe Manana61de7182015-07-01 12:13:10 +01008319 struct btrfs_dio_private *dip = NULL;
8320 struct bio *io_bio = NULL;
Miao Xie23ea8e52014-09-12 18:43:54 +08008321 struct btrfs_io_bio *btrfs_bio;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008322 int skip_sum;
Christoph Hellwig7b6d91d2010-08-07 18:20:39 +02008323 int write = rw & REQ_WRITE;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008324 int ret = 0;
8325
8326 skip_sum = BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM;
8327
Chris Mason9be33952013-05-17 18:30:14 -04008328 io_bio = btrfs_bio_clone(dio_bio, GFP_NOFS);
Chris Mason9be33952013-05-17 18:30:14 -04008329 if (!io_bio) {
Josef Bacik4b46fce2010-05-23 11:00:55 -04008330 ret = -ENOMEM;
8331 goto free_ordered;
8332 }
Josef Bacik4b46fce2010-05-23 11:00:55 -04008333
Miao Xiec1dc0892014-09-12 18:43:56 +08008334 dip = kzalloc(sizeof(*dip), GFP_NOFS);
Chris Mason9be33952013-05-17 18:30:14 -04008335 if (!dip) {
8336 ret = -ENOMEM;
Filipe Manana61de7182015-07-01 12:13:10 +01008337 goto free_ordered;
Chris Mason9be33952013-05-17 18:30:14 -04008338 }
8339
8340 dip->private = dio_bio->bi_private;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008341 dip->inode = inode;
8342 dip->logical_offset = file_offset;
Kent Overstreet4f024f32013-10-11 15:44:27 -07008343 dip->bytes = dio_bio->bi_iter.bi_size;
8344 dip->disk_bytenr = (u64)dio_bio->bi_iter.bi_sector << 9;
Chris Mason9be33952013-05-17 18:30:14 -04008345 io_bio->bi_private = dip;
Chris Mason9be33952013-05-17 18:30:14 -04008346 dip->orig_bio = io_bio;
8347 dip->dio_bio = dio_bio;
Miao Xiee65e1532010-11-22 03:04:43 +00008348 atomic_set(&dip->pending_bios, 0);
Miao Xiec1dc0892014-09-12 18:43:56 +08008349 btrfs_bio = btrfs_io_bio(io_bio);
8350 btrfs_bio->logical = file_offset;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008351
Miao Xiec1dc0892014-09-12 18:43:56 +08008352 if (write) {
Chris Mason9be33952013-05-17 18:30:14 -04008353 io_bio->bi_end_io = btrfs_endio_direct_write;
Miao Xiec1dc0892014-09-12 18:43:56 +08008354 } else {
Chris Mason9be33952013-05-17 18:30:14 -04008355 io_bio->bi_end_io = btrfs_endio_direct_read;
Miao Xiec1dc0892014-09-12 18:43:56 +08008356 dip->subio_endio = btrfs_subio_endio_read;
8357 }
Josef Bacik4b46fce2010-05-23 11:00:55 -04008358
Miao Xiee65e1532010-11-22 03:04:43 +00008359 ret = btrfs_submit_direct_hook(rw, dip, skip_sum);
8360 if (!ret)
Chris Masoneaf25d92010-05-25 09:48:28 -04008361 return;
Chris Mason9be33952013-05-17 18:30:14 -04008362
Miao Xie23ea8e52014-09-12 18:43:54 +08008363 if (btrfs_bio->end_io)
8364 btrfs_bio->end_io(btrfs_bio, ret);
Chris Mason9be33952013-05-17 18:30:14 -04008365
Josef Bacik4b46fce2010-05-23 11:00:55 -04008366free_ordered:
8367 /*
Filipe Manana61de7182015-07-01 12:13:10 +01008368 * If we arrived here it means either we failed to submit the dip
8369 * or we either failed to clone the dio_bio or failed to allocate the
8370 * dip. If we cloned the dio_bio and allocated the dip, we can just
8371 * call bio_endio against our io_bio so that we get proper resource
8372 * cleanup if we fail to submit the dip, otherwise, we must do the
8373 * same as btrfs_endio_direct_[write|read] because we can't call these
8374 * callbacks - they require an allocated dip and a clone of dio_bio.
Josef Bacik4b46fce2010-05-23 11:00:55 -04008375 */
Filipe Manana61de7182015-07-01 12:13:10 +01008376 if (io_bio && dip) {
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008377 io_bio->bi_error = -EIO;
8378 bio_endio(io_bio);
Filipe Manana61de7182015-07-01 12:13:10 +01008379 /*
8380 * The end io callbacks free our dip, do the final put on io_bio
8381 * and all the cleanup and final put for dio_bio (through
8382 * dio_end_io()).
8383 */
8384 dip = NULL;
8385 io_bio = NULL;
8386 } else {
8387 if (write) {
8388 struct btrfs_ordered_extent *ordered;
8389
8390 ordered = btrfs_lookup_ordered_extent(inode,
8391 file_offset);
8392 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags);
8393 /*
8394 * Decrements our ref on the ordered extent and removes
8395 * the ordered extent from the inode's ordered tree,
8396 * doing all the proper resource cleanup such as for the
8397 * reserved space and waking up any waiters for this
8398 * ordered extent (through btrfs_remove_ordered_extent).
8399 */
8400 btrfs_finish_ordered_io(ordered);
8401 } else {
8402 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset,
8403 file_offset + dio_bio->bi_iter.bi_size - 1);
8404 }
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02008405 dio_bio->bi_error = -EIO;
Filipe Manana61de7182015-07-01 12:13:10 +01008406 /*
8407 * Releases and cleans up our dio_bio, no need to bio_put()
8408 * nor bio_endio()/bio_io_error() against dio_bio.
8409 */
8410 dio_end_io(dio_bio, ret);
Josef Bacik4b46fce2010-05-23 11:00:55 -04008411 }
Filipe Manana61de7182015-07-01 12:13:10 +01008412 if (io_bio)
8413 bio_put(io_bio);
8414 kfree(dip);
Josef Bacik4b46fce2010-05-23 11:00:55 -04008415}
8416
Omar Sandoval6f673762015-03-16 04:33:52 -07008417static ssize_t check_direct_IO(struct btrfs_root *root, struct kiocb *iocb,
Al Viro28060d52014-03-22 05:15:17 -04008418 const struct iov_iter *iter, loff_t offset)
Chris Mason5a5f79b2010-05-26 21:33:37 -04008419{
8420 int seg;
Josef Bacika1b75f72011-04-08 15:51:18 +00008421 int i;
Chris Mason5a5f79b2010-05-26 21:33:37 -04008422 unsigned blocksize_mask = root->sectorsize - 1;
8423 ssize_t retval = -EINVAL;
Chris Mason5a5f79b2010-05-26 21:33:37 -04008424
8425 if (offset & blocksize_mask)
8426 goto out;
8427
Al Viro28060d52014-03-22 05:15:17 -04008428 if (iov_iter_alignment(iter) & blocksize_mask)
8429 goto out;
Josef Bacika1b75f72011-04-08 15:51:18 +00008430
Al Viro28060d52014-03-22 05:15:17 -04008431 /* If this is a write we don't need to check anymore */
Omar Sandoval6f673762015-03-16 04:33:52 -07008432 if (iov_iter_rw(iter) == WRITE)
Al Viro28060d52014-03-22 05:15:17 -04008433 return 0;
8434 /*
8435 * Check to make sure we don't have duplicate iov_base's in this
8436 * iovec, if so return EINVAL, otherwise we'll get csum errors
8437 * when reading back.
8438 */
8439 for (seg = 0; seg < iter->nr_segs; seg++) {
8440 for (i = seg + 1; i < iter->nr_segs; i++) {
8441 if (iter->iov[seg].iov_base == iter->iov[i].iov_base)
Josef Bacika1b75f72011-04-08 15:51:18 +00008442 goto out;
8443 }
Chris Mason5a5f79b2010-05-26 21:33:37 -04008444 }
8445 retval = 0;
8446out:
8447 return retval;
8448}
Josef Bacikeb838e72012-07-31 16:28:48 -04008449
Omar Sandoval22c61862015-03-16 04:33:53 -07008450static ssize_t btrfs_direct_IO(struct kiocb *iocb, struct iov_iter *iter,
8451 loff_t offset)
Chris Mason16432982008-04-10 10:23:21 -04008452{
Josef Bacik4b46fce2010-05-23 11:00:55 -04008453 struct file *file = iocb->ki_filp;
8454 struct inode *inode = file->f_mapping->host;
chandan50745b02015-08-28 21:10:13 +05308455 struct btrfs_root *root = BTRFS_I(inode)->root;
8456 struct btrfs_dio_data dio_data = { 0 };
Miao Xie09348562013-02-07 10:12:07 +00008457 size_t count = 0;
Miao Xie2e60a512013-02-08 07:01:08 +00008458 int flags = 0;
Miao Xie38851cc2013-02-08 07:04:11 +00008459 bool wakeup = true;
8460 bool relock = false;
Miao Xie09348562013-02-07 10:12:07 +00008461 ssize_t ret;
Josef Bacik4b46fce2010-05-23 11:00:55 -04008462
Omar Sandoval6f673762015-03-16 04:33:52 -07008463 if (check_direct_IO(BTRFS_I(inode)->root, iocb, iter, offset))
Chris Mason5a5f79b2010-05-26 21:33:37 -04008464 return 0;
Chris Mason5a5f79b2010-05-26 21:33:37 -04008465
Jens Axboefe0f07d2015-04-15 17:05:48 -06008466 inode_dio_begin(inode);
Peter Zijlstra4e857c52014-03-17 18:06:10 +01008467 smp_mb__after_atomic();
Miao Xie38851cc2013-02-08 07:04:11 +00008468
Josef Bacik0e267c42013-07-02 10:38:02 -04008469 /*
Miao Xie41bd9ca2014-03-06 13:54:57 +08008470 * The generic stuff only does filemap_write_and_wait_range, which
8471 * isn't enough if we've written compressed pages to this area, so
8472 * we need to flush the dirty pages again to make absolutely sure
8473 * that any outstanding dirty pages are on disk.
Josef Bacik0e267c42013-07-02 10:38:02 -04008474 */
Al Viroa6cbcd42014-03-04 22:38:00 -05008475 count = iov_iter_count(iter);
Miao Xie41bd9ca2014-03-06 13:54:57 +08008476 if (test_bit(BTRFS_INODE_HAS_ASYNC_EXTENT,
8477 &BTRFS_I(inode)->runtime_flags))
Wang Shilong9a025a02014-07-17 11:44:13 +08008478 filemap_fdatawrite_range(inode->i_mapping, offset,
8479 offset + count - 1);
Josef Bacik0e267c42013-07-02 10:38:02 -04008480
Omar Sandoval6f673762015-03-16 04:33:52 -07008481 if (iov_iter_rw(iter) == WRITE) {
Miao Xie38851cc2013-02-08 07:04:11 +00008482 /*
8483 * If the write DIO is beyond the EOF, we need update
8484 * the isize, but it is protected by i_mutex. So we can
8485 * not unlock the i_mutex at this case.
8486 */
8487 if (offset + count <= inode->i_size) {
8488 mutex_unlock(&inode->i_mutex);
8489 relock = true;
8490 }
Qu Wenruo7cf5b972015-09-08 17:25:55 +08008491 ret = btrfs_delalloc_reserve_space(inode, offset, count);
Miao Xie09348562013-02-07 10:12:07 +00008492 if (ret)
Miao Xie38851cc2013-02-08 07:04:11 +00008493 goto out;
chandan50745b02015-08-28 21:10:13 +05308494 dio_data.outstanding_extents = div64_u64(count +
Josef Bacike1cbbfa2015-03-17 10:52:28 -04008495 BTRFS_MAX_EXTENT_SIZE - 1,
8496 BTRFS_MAX_EXTENT_SIZE);
8497
8498 /*
8499 * We need to know how many extents we reserved so that we can
8500 * do the accounting properly if we go over the number we
8501 * originally calculated. Abuse current->journal_info for this.
8502 */
chandan50745b02015-08-28 21:10:13 +05308503 dio_data.reserve = round_up(count, root->sectorsize);
8504 current->journal_info = &dio_data;
David Sterbaee39b432014-09-30 01:33:33 +02008505 } else if (test_bit(BTRFS_INODE_READDIO_NEED_LOCK,
8506 &BTRFS_I(inode)->runtime_flags)) {
Jens Axboefe0f07d2015-04-15 17:05:48 -06008507 inode_dio_end(inode);
Miao Xie38851cc2013-02-08 07:04:11 +00008508 flags = DIO_LOCKING | DIO_SKIP_HOLES;
8509 wakeup = false;
Miao Xie09348562013-02-07 10:12:07 +00008510 }
8511
Omar Sandoval17f8c842015-03-16 04:33:50 -07008512 ret = __blockdev_direct_IO(iocb, inode,
8513 BTRFS_I(inode)->root->fs_info->fs_devices->latest_bdev,
8514 iter, offset, btrfs_get_blocks_direct, NULL,
8515 btrfs_submit_direct, flags);
Omar Sandoval6f673762015-03-16 04:33:52 -07008516 if (iov_iter_rw(iter) == WRITE) {
Josef Bacike1cbbfa2015-03-17 10:52:28 -04008517 current->journal_info = NULL;
Liu Boddba1bf2015-06-17 16:59:58 +08008518 if (ret < 0 && ret != -EIOCBQUEUED) {
chandan50745b02015-08-28 21:10:13 +05308519 if (dio_data.reserve)
Qu Wenruo7cf5b972015-09-08 17:25:55 +08008520 btrfs_delalloc_release_space(inode, offset,
8521 dio_data.reserve);
Liu Boddba1bf2015-06-17 16:59:58 +08008522 } else if (ret >= 0 && (size_t)ret < count)
Qu Wenruo7cf5b972015-09-08 17:25:55 +08008523 btrfs_delalloc_release_space(inode, offset,
8524 count - (size_t)ret);
Miao Xie09348562013-02-07 10:12:07 +00008525 }
Miao Xie38851cc2013-02-08 07:04:11 +00008526out:
Miao Xie2e60a512013-02-08 07:01:08 +00008527 if (wakeup)
Jens Axboefe0f07d2015-04-15 17:05:48 -06008528 inode_dio_end(inode);
Miao Xie38851cc2013-02-08 07:04:11 +00008529 if (relock)
8530 mutex_lock(&inode->i_mutex);
Miao Xie09348562013-02-07 10:12:07 +00008531
8532 return ret;
Chris Mason16432982008-04-10 10:23:21 -04008533}
8534
Tsutomu Itoh05dadc02012-11-29 05:08:26 +00008535#define BTRFS_FIEMAP_FLAGS (FIEMAP_FLAG_SYNC)
8536
Yehuda Sadeh1506fcc2009-01-21 14:39:14 -05008537static int btrfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
8538 __u64 start, __u64 len)
8539{
Tsutomu Itoh05dadc02012-11-29 05:08:26 +00008540 int ret;
8541
8542 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS);
8543 if (ret)
8544 return ret;
8545
Chris Masonec29ed52011-02-23 16:23:20 -05008546 return extent_fiemap(inode, fieinfo, start, len, btrfs_get_extent_fiemap);
Yehuda Sadeh1506fcc2009-01-21 14:39:14 -05008547}
8548
Chris Mason9ebefb182007-06-15 13:50:00 -04008549int btrfs_readpage(struct file *file, struct page *page)
8550{
Chris Masond1310b22008-01-24 16:13:08 -05008551 struct extent_io_tree *tree;
8552 tree = &BTRFS_I(page->mapping->host)->io_tree;
Jan Schmidt8ddc7d92011-06-13 20:02:58 +02008553 return extent_read_full_page(tree, page, btrfs_get_extent, 0);
Chris Mason39279cc2007-06-12 06:35:45 -04008554}
Chris Mason1832a6d2007-12-21 16:27:21 -05008555
Chris Mason39279cc2007-06-12 06:35:45 -04008556static int btrfs_writepage(struct page *page, struct writeback_control *wbc)
8557{
Chris Masond1310b22008-01-24 16:13:08 -05008558 struct extent_io_tree *tree;
Chris Masonb888db22007-08-27 16:49:44 -04008559
8560
8561 if (current->flags & PF_MEMALLOC) {
8562 redirty_page_for_writepage(wbc, page);
8563 unlock_page(page);
8564 return 0;
8565 }
Chris Masond1310b22008-01-24 16:13:08 -05008566 tree = &BTRFS_I(page->mapping->host)->io_tree;
Chris Masona52d9a82007-08-27 16:49:44 -04008567 return extent_write_full_page(tree, page, btrfs_get_extent, wbc);
8568}
Chris Mason39279cc2007-06-12 06:35:45 -04008569
Eric Sandeen48a3b632013-04-25 20:41:01 +00008570static int btrfs_writepages(struct address_space *mapping,
8571 struct writeback_control *wbc)
Chris Masonb293f022007-11-01 19:45:34 -04008572{
Chris Masond1310b22008-01-24 16:13:08 -05008573 struct extent_io_tree *tree;
Chris Mason771ed682008-11-06 22:02:51 -05008574
Chris Masond1310b22008-01-24 16:13:08 -05008575 tree = &BTRFS_I(mapping->host)->io_tree;
Chris Masonb293f022007-11-01 19:45:34 -04008576 return extent_writepages(tree, mapping, btrfs_get_extent, wbc);
8577}
8578
Chris Mason3ab2fb52007-11-08 10:59:22 -05008579static int
8580btrfs_readpages(struct file *file, struct address_space *mapping,
8581 struct list_head *pages, unsigned nr_pages)
8582{
Chris Masond1310b22008-01-24 16:13:08 -05008583 struct extent_io_tree *tree;
8584 tree = &BTRFS_I(mapping->host)->io_tree;
Chris Mason3ab2fb52007-11-08 10:59:22 -05008585 return extent_readpages(tree, mapping, pages, nr_pages,
8586 btrfs_get_extent);
8587}
Chris Masone6dcd2d2008-07-17 12:53:50 -04008588static int __btrfs_releasepage(struct page *page, gfp_t gfp_flags)
Chris Masona52d9a82007-08-27 16:49:44 -04008589{
Chris Masond1310b22008-01-24 16:13:08 -05008590 struct extent_io_tree *tree;
8591 struct extent_map_tree *map;
Chris Masona52d9a82007-08-27 16:49:44 -04008592 int ret;
Chris Mason39279cc2007-06-12 06:35:45 -04008593
Chris Masond1310b22008-01-24 16:13:08 -05008594 tree = &BTRFS_I(page->mapping->host)->io_tree;
8595 map = &BTRFS_I(page->mapping->host)->extent_tree;
Chris Mason70dec802008-01-29 09:59:12 -05008596 ret = try_release_extent_mapping(map, tree, page, gfp_flags);
Chris Masona52d9a82007-08-27 16:49:44 -04008597 if (ret == 1) {
8598 ClearPagePrivate(page);
8599 set_page_private(page, 0);
8600 page_cache_release(page);
8601 }
8602 return ret;
8603}
Chris Mason39279cc2007-06-12 06:35:45 -04008604
Chris Masone6dcd2d2008-07-17 12:53:50 -04008605static int btrfs_releasepage(struct page *page, gfp_t gfp_flags)
8606{
Chris Mason98509cf2008-09-11 15:51:43 -04008607 if (PageWriteback(page) || PageDirty(page))
8608 return 0;
Yan Zhengb335b002009-02-12 10:06:04 -05008609 return __btrfs_releasepage(page, gfp_flags & GFP_NOFS);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008610}
8611
Lukas Czernerd47992f2013-05-21 23:17:23 -04008612static void btrfs_invalidatepage(struct page *page, unsigned int offset,
8613 unsigned int length)
Chris Masona52d9a82007-08-27 16:49:44 -04008614{
Josef Bacik5fd02042012-05-02 14:00:54 -04008615 struct inode *inode = page->mapping->host;
Chris Masond1310b22008-01-24 16:13:08 -05008616 struct extent_io_tree *tree;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008617 struct btrfs_ordered_extent *ordered;
Josef Bacik2ac55d42010-02-03 19:33:23 +00008618 struct extent_state *cached_state = NULL;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008619 u64 page_start = page_offset(page);
8620 u64 page_end = page_start + PAGE_CACHE_SIZE - 1;
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00008621 int inode_evicting = inode->i_state & I_FREEING;
Chris Masona52d9a82007-08-27 16:49:44 -04008622
Chris Mason8b62b722009-09-02 16:53:46 -04008623 /*
8624 * we have the page locked, so new writeback can't start,
8625 * and the dirty bit won't be cleared while we are here.
8626 *
8627 * Wait for IO on this page so that we can safely clear
8628 * the PagePrivate2 bit and do ordered accounting
8629 */
Chris Masone6dcd2d2008-07-17 12:53:50 -04008630 wait_on_page_writeback(page);
Chris Mason8b62b722009-09-02 16:53:46 -04008631
Josef Bacik5fd02042012-05-02 14:00:54 -04008632 tree = &BTRFS_I(inode)->io_tree;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008633 if (offset) {
8634 btrfs_releasepage(page, GFP_NOFS);
8635 return;
8636 }
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00008637
8638 if (!inode_evicting)
8639 lock_extent_bits(tree, page_start, page_end, 0, &cached_state);
8640 ordered = btrfs_lookup_ordered_extent(inode, page_start);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008641 if (ordered) {
Chris Masoneb84ae02008-07-17 13:53:27 -04008642 /*
8643 * IO on this page will never be started, so we need
8644 * to account for any ordered extents now
8645 */
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00008646 if (!inode_evicting)
8647 clear_extent_bit(tree, page_start, page_end,
8648 EXTENT_DIRTY | EXTENT_DELALLOC |
8649 EXTENT_LOCKED | EXTENT_DO_ACCOUNTING |
8650 EXTENT_DEFRAG, 1, 0, &cached_state,
8651 GFP_NOFS);
Chris Mason8b62b722009-09-02 16:53:46 -04008652 /*
8653 * whoever cleared the private bit is responsible
8654 * for the finish_ordered_io
8655 */
Josef Bacik77cef2e2013-08-29 13:57:21 -04008656 if (TestClearPagePrivate2(page)) {
8657 struct btrfs_ordered_inode_tree *tree;
8658 u64 new_len;
8659
8660 tree = &BTRFS_I(inode)->ordered_tree;
8661
8662 spin_lock_irq(&tree->lock);
8663 set_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags);
8664 new_len = page_start - ordered->file_offset;
8665 if (new_len < ordered->truncated_len)
8666 ordered->truncated_len = new_len;
8667 spin_unlock_irq(&tree->lock);
8668
8669 if (btrfs_dec_test_ordered_pending(inode, &ordered,
8670 page_start,
8671 PAGE_CACHE_SIZE, 1))
8672 btrfs_finish_ordered_io(ordered);
Chris Mason8b62b722009-09-02 16:53:46 -04008673 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04008674 btrfs_put_ordered_extent(ordered);
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00008675 if (!inode_evicting) {
8676 cached_state = NULL;
8677 lock_extent_bits(tree, page_start, page_end, 0,
8678 &cached_state);
8679 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04008680 }
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00008681
Qu Wenruob9d0b382015-09-29 10:35:16 +08008682 /*
8683 * Qgroup reserved space handler
8684 * Page here will be either
8685 * 1) Already written to disk
8686 * In this case, its reserved space is released from data rsv map
8687 * and will be freed by delayed_ref handler finally.
8688 * So even we call qgroup_free_data(), it won't decrease reserved
8689 * space.
8690 * 2) Not written to disk
8691 * This means the reserved space should be freed here.
8692 */
8693 btrfs_qgroup_free_data(inode, page_start, PAGE_CACHE_SIZE);
Filipe David Borba Manana131e4042013-11-19 22:29:35 +00008694 if (!inode_evicting) {
8695 clear_extent_bit(tree, page_start, page_end,
8696 EXTENT_LOCKED | EXTENT_DIRTY |
8697 EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING |
8698 EXTENT_DEFRAG, 1, 1,
8699 &cached_state, GFP_NOFS);
8700
8701 __btrfs_releasepage(page, GFP_NOFS);
8702 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04008703
Chris Mason4a096752008-07-21 10:29:44 -04008704 ClearPageChecked(page);
Chris Mason9ad6b7b2008-04-18 16:11:30 -04008705 if (PagePrivate(page)) {
Chris Mason9ad6b7b2008-04-18 16:11:30 -04008706 ClearPagePrivate(page);
8707 set_page_private(page, 0);
8708 page_cache_release(page);
8709 }
Chris Mason39279cc2007-06-12 06:35:45 -04008710}
8711
Chris Mason9ebefb182007-06-15 13:50:00 -04008712/*
8713 * btrfs_page_mkwrite() is not allowed to change the file size as it gets
8714 * called from a page fault handler when a page is first dirtied. Hence we must
8715 * be careful to check for EOF conditions here. We set the page up correctly
8716 * for a written page which means we get ENOSPC checking when writing into
8717 * holes and correct delalloc and unwritten extent mapping on filesystems that
8718 * support these features.
8719 *
8720 * We are not allowed to take the i_mutex here so we have to play games to
8721 * protect against truncate races as the page could now be beyond EOF. Because
8722 * vmtruncate() writes the inode size before removing pages, once we have the
8723 * page lock we can determine safely if the page is beyond EOF. If it is not
8724 * beyond EOF, then the page is guaranteed safe against truncation until we
8725 * unlock the page.
8726 */
Nick Pigginc2ec1752009-03-31 15:23:21 -07008727int btrfs_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
Chris Mason9ebefb182007-06-15 13:50:00 -04008728{
Nick Pigginc2ec1752009-03-31 15:23:21 -07008729 struct page *page = vmf->page;
Al Viro496ad9a2013-01-23 17:07:38 -05008730 struct inode *inode = file_inode(vma->vm_file);
Chris Mason1832a6d2007-12-21 16:27:21 -05008731 struct btrfs_root *root = BTRFS_I(inode)->root;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008732 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
8733 struct btrfs_ordered_extent *ordered;
Josef Bacik2ac55d42010-02-03 19:33:23 +00008734 struct extent_state *cached_state = NULL;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008735 char *kaddr;
8736 unsigned long zero_start;
Chris Mason9ebefb182007-06-15 13:50:00 -04008737 loff_t size;
Chris Mason1832a6d2007-12-21 16:27:21 -05008738 int ret;
Chris Mason9998eb72012-01-25 13:47:40 -05008739 int reserved = 0;
Chris Masona52d9a82007-08-27 16:49:44 -04008740 u64 page_start;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008741 u64 page_end;
Chris Mason9ebefb182007-06-15 13:50:00 -04008742
Jan Karab2b5ef52012-06-12 16:20:45 +02008743 sb_start_pagefault(inode->i_sb);
Qu Wenruodf480632015-09-08 17:25:54 +08008744 page_start = page_offset(page);
8745 page_end = page_start + PAGE_CACHE_SIZE - 1;
8746
Qu Wenruo7cf5b972015-09-08 17:25:55 +08008747 ret = btrfs_delalloc_reserve_space(inode, page_start,
8748 PAGE_CACHE_SIZE);
Chris Mason9998eb72012-01-25 13:47:40 -05008749 if (!ret) {
Josef Bacike41f9412012-03-26 09:46:47 -04008750 ret = file_update_time(vma->vm_file);
Chris Mason9998eb72012-01-25 13:47:40 -05008751 reserved = 1;
8752 }
Nick Piggin56a76f82009-03-31 15:23:23 -07008753 if (ret) {
8754 if (ret == -ENOMEM)
8755 ret = VM_FAULT_OOM;
8756 else /* -ENOSPC, -EIO, etc */
8757 ret = VM_FAULT_SIGBUS;
Chris Mason9998eb72012-01-25 13:47:40 -05008758 if (reserved)
8759 goto out;
8760 goto out_noreserve;
Nick Piggin56a76f82009-03-31 15:23:23 -07008761 }
Chris Mason1832a6d2007-12-21 16:27:21 -05008762
Nick Piggin56a76f82009-03-31 15:23:23 -07008763 ret = VM_FAULT_NOPAGE; /* make the VM retry the fault */
Chris Masone6dcd2d2008-07-17 12:53:50 -04008764again:
Chris Mason9ebefb182007-06-15 13:50:00 -04008765 lock_page(page);
Chris Mason9ebefb182007-06-15 13:50:00 -04008766 size = i_size_read(inode);
Chris Masona52d9a82007-08-27 16:49:44 -04008767
Chris Mason9ebefb182007-06-15 13:50:00 -04008768 if ((page->mapping != inode->i_mapping) ||
Chris Masone6dcd2d2008-07-17 12:53:50 -04008769 (page_start >= size)) {
Chris Mason9ebefb182007-06-15 13:50:00 -04008770 /* page got truncated out from underneath us */
8771 goto out_unlock;
8772 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04008773 wait_on_page_writeback(page);
8774
Jeff Mahoneyd0082372012-03-01 14:57:19 +01008775 lock_extent_bits(io_tree, page_start, page_end, 0, &cached_state);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008776 set_page_extent_mapped(page);
8777
Chris Masoneb84ae02008-07-17 13:53:27 -04008778 /*
8779 * we can't set the delalloc bits if there are pending ordered
8780 * extents. Drop our locks and wait for them to finish
8781 */
Chris Masone6dcd2d2008-07-17 12:53:50 -04008782 ordered = btrfs_lookup_ordered_extent(inode, page_start);
8783 if (ordered) {
Josef Bacik2ac55d42010-02-03 19:33:23 +00008784 unlock_extent_cached(io_tree, page_start, page_end,
8785 &cached_state, GFP_NOFS);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008786 unlock_page(page);
Chris Masoneb84ae02008-07-17 13:53:27 -04008787 btrfs_start_ordered_extent(inode, ordered, 1);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008788 btrfs_put_ordered_extent(ordered);
8789 goto again;
8790 }
8791
Josef Bacikfbf19082009-10-01 17:10:23 -04008792 /*
8793 * XXX - page_mkwrite gets called every time the page is dirtied, even
8794 * if it was already dirty, so for space accounting reasons we need to
8795 * clear any delalloc bits for the range we are fixing to save. There
8796 * is probably a better way to do this, but for now keep consistent with
8797 * prepare_pages in the normal write path.
8798 */
Josef Bacik2ac55d42010-02-03 19:33:23 +00008799 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start, page_end,
Liu Bo9e8a4a82012-09-05 19:10:51 -06008800 EXTENT_DIRTY | EXTENT_DELALLOC |
8801 EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG,
Josef Bacik2ac55d42010-02-03 19:33:23 +00008802 0, 0, &cached_state, GFP_NOFS);
Josef Bacikfbf19082009-10-01 17:10:23 -04008803
Josef Bacik2ac55d42010-02-03 19:33:23 +00008804 ret = btrfs_set_extent_delalloc(inode, page_start, page_end,
8805 &cached_state);
Josef Bacik9ed74f22009-09-11 16:12:44 -04008806 if (ret) {
Josef Bacik2ac55d42010-02-03 19:33:23 +00008807 unlock_extent_cached(io_tree, page_start, page_end,
8808 &cached_state, GFP_NOFS);
Josef Bacik9ed74f22009-09-11 16:12:44 -04008809 ret = VM_FAULT_SIGBUS;
8810 goto out_unlock;
8811 }
Chris Masone6dcd2d2008-07-17 12:53:50 -04008812 ret = 0;
Chris Mason9ebefb182007-06-15 13:50:00 -04008813
8814 /* page is wholly or partially inside EOF */
Chris Masona52d9a82007-08-27 16:49:44 -04008815 if (page_start + PAGE_CACHE_SIZE > size)
Chris Masone6dcd2d2008-07-17 12:53:50 -04008816 zero_start = size & ~PAGE_CACHE_MASK;
Chris Mason9ebefb182007-06-15 13:50:00 -04008817 else
Chris Masone6dcd2d2008-07-17 12:53:50 -04008818 zero_start = PAGE_CACHE_SIZE;
Chris Mason9ebefb182007-06-15 13:50:00 -04008819
Chris Masone6dcd2d2008-07-17 12:53:50 -04008820 if (zero_start != PAGE_CACHE_SIZE) {
8821 kaddr = kmap(page);
8822 memset(kaddr + zero_start, 0, PAGE_CACHE_SIZE - zero_start);
8823 flush_dcache_page(page);
8824 kunmap(page);
8825 }
Chris Mason247e7432008-07-17 12:53:51 -04008826 ClearPageChecked(page);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008827 set_page_dirty(page);
Chris Mason50a9b212009-09-11 12:33:12 -04008828 SetPageUptodate(page);
Chris Mason5a3f23d2009-03-31 13:27:11 -04008829
Chris Mason257c62e2009-10-13 13:21:08 -04008830 BTRFS_I(inode)->last_trans = root->fs_info->generation;
8831 BTRFS_I(inode)->last_sub_trans = BTRFS_I(inode)->root->log_transid;
Liu Bo46d8bc32012-08-29 01:07:55 -06008832 BTRFS_I(inode)->last_log_commit = BTRFS_I(inode)->root->last_log_commit;
Chris Mason257c62e2009-10-13 13:21:08 -04008833
Josef Bacik2ac55d42010-02-03 19:33:23 +00008834 unlock_extent_cached(io_tree, page_start, page_end, &cached_state, GFP_NOFS);
Chris Mason9ebefb182007-06-15 13:50:00 -04008835
8836out_unlock:
Jan Karab2b5ef52012-06-12 16:20:45 +02008837 if (!ret) {
8838 sb_end_pagefault(inode->i_sb);
Chris Mason50a9b212009-09-11 12:33:12 -04008839 return VM_FAULT_LOCKED;
Jan Karab2b5ef52012-06-12 16:20:45 +02008840 }
Chris Mason9ebefb182007-06-15 13:50:00 -04008841 unlock_page(page);
Chris Mason1832a6d2007-12-21 16:27:21 -05008842out:
Qu Wenruo7cf5b972015-09-08 17:25:55 +08008843 btrfs_delalloc_release_space(inode, page_start, PAGE_CACHE_SIZE);
Chris Mason9998eb72012-01-25 13:47:40 -05008844out_noreserve:
Jan Karab2b5ef52012-06-12 16:20:45 +02008845 sb_end_pagefault(inode->i_sb);
Chris Mason9ebefb182007-06-15 13:50:00 -04008846 return ret;
8847}
8848
Josef Bacika41ad392011-01-31 15:30:16 -05008849static int btrfs_truncate(struct inode *inode)
Chris Mason39279cc2007-06-12 06:35:45 -04008850{
8851 struct btrfs_root *root = BTRFS_I(inode)->root;
Josef Bacikfcb80c22011-05-03 10:40:22 -04008852 struct btrfs_block_rsv *rsv;
Josef Bacika71754f2013-06-17 17:14:39 -04008853 int ret = 0;
Josef Bacik3893e332011-01-31 16:03:11 -05008854 int err = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04008855 struct btrfs_trans_handle *trans;
Chris Masondbe674a2008-07-17 12:54:05 -04008856 u64 mask = root->sectorsize - 1;
Josef Bacik07127182011-08-19 10:29:59 -04008857 u64 min_size = btrfs_calc_trunc_metadata_size(root, 1);
Chris Mason39279cc2007-06-12 06:35:45 -04008858
Josef Bacik0ef8b722013-10-25 16:13:35 -04008859 ret = btrfs_wait_ordered_range(inode, inode->i_size & (~mask),
8860 (u64)-1);
8861 if (ret)
8862 return ret;
Chris Mason39279cc2007-06-12 06:35:45 -04008863
Josef Bacikfcb80c22011-05-03 10:40:22 -04008864 /*
8865 * Yes ladies and gentelment, this is indeed ugly. The fact is we have
8866 * 3 things going on here
8867 *
8868 * 1) We need to reserve space for our orphan item and the space to
8869 * delete our orphan item. Lord knows we don't want to have a dangling
8870 * orphan item because we didn't reserve space to remove it.
8871 *
8872 * 2) We need to reserve space to update our inode.
8873 *
8874 * 3) We need to have something to cache all the space that is going to
8875 * be free'd up by the truncate operation, but also have some slack
8876 * space reserved in case it uses space during the truncate (thank you
8877 * very much snapshotting).
8878 *
8879 * And we need these to all be seperate. The fact is we can use alot of
8880 * space doing the truncate, and we have no earthly idea how much space
8881 * we will use, so we need the truncate reservation to be seperate so it
8882 * doesn't end up using space reserved for updating the inode or
8883 * removing the orphan item. We also need to be able to stop the
8884 * transaction and start a new one, which means we need to be able to
8885 * update the inode several times, and we have no idea of knowing how
8886 * many times that will be, so we can't just reserve 1 item for the
8887 * entirety of the opration, so that has to be done seperately as well.
8888 * Then there is the orphan item, which does indeed need to be held on
8889 * to for the whole operation, and we need nobody to touch this reserved
8890 * space except the orphan code.
8891 *
8892 * So that leaves us with
8893 *
8894 * 1) root->orphan_block_rsv - for the orphan deletion.
8895 * 2) rsv - for the truncate reservation, which we will steal from the
8896 * transaction reservation.
8897 * 3) fs_info->trans_block_rsv - this will have 1 items worth left for
8898 * updating the inode.
8899 */
Miao Xie66d8f3d2012-09-06 04:02:28 -06008900 rsv = btrfs_alloc_block_rsv(root, BTRFS_BLOCK_RSV_TEMP);
Josef Bacikfcb80c22011-05-03 10:40:22 -04008901 if (!rsv)
8902 return -ENOMEM;
Josef Bacik4a338542011-08-29 11:01:31 -04008903 rsv->size = min_size;
Josef Bacikca7e70f2012-08-27 17:48:15 -04008904 rsv->failfast = 1;
Josef Bacikf0cd8462011-03-04 14:37:08 -05008905
Josef Bacik907cbce2011-08-08 13:46:15 -04008906 /*
Josef Bacik07127182011-08-19 10:29:59 -04008907 * 1 for the truncate slack space
Josef Bacik907cbce2011-08-08 13:46:15 -04008908 * 1 for updating the inode.
8909 */
Josef Bacikf3fe8202013-01-07 17:03:21 -05008910 trans = btrfs_start_transaction(root, 2);
Josef Bacikfcb80c22011-05-03 10:40:22 -04008911 if (IS_ERR(trans)) {
8912 err = PTR_ERR(trans);
8913 goto out;
8914 }
Josef Bacikf0cd8462011-03-04 14:37:08 -05008915
Josef Bacik907cbce2011-08-08 13:46:15 -04008916 /* Migrate the slack space for the truncate to our reserve */
8917 ret = btrfs_block_rsv_migrate(&root->fs_info->trans_block_rsv, rsv,
8918 min_size);
Josef Bacikfcb80c22011-05-03 10:40:22 -04008919 BUG_ON(ret);
Josef Bacikf0cd8462011-03-04 14:37:08 -05008920
Chris Mason5a3f23d2009-03-31 13:27:11 -04008921 /*
Josef Bacik5dc562c2012-08-17 13:14:17 -04008922 * So if we truncate and then write and fsync we normally would just
8923 * write the extents that changed, which is a problem if we need to
8924 * first truncate that entire inode. So set this flag so we write out
8925 * all of the extents in the inode to the sync log so we're completely
8926 * safe.
8927 */
8928 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags);
Josef Bacikca7e70f2012-08-27 17:48:15 -04008929 trans->block_rsv = rsv;
Josef Bacik5dc562c2012-08-17 13:14:17 -04008930
Yan, Zheng80825102009-11-12 09:35:36 +00008931 while (1) {
8932 ret = btrfs_truncate_inode_items(trans, root, inode,
8933 inode->i_size,
8934 BTRFS_EXTENT_DATA_KEY);
Chris Mason28ed1342014-12-17 09:41:04 -08008935 if (ret != -ENOSPC && ret != -EAGAIN) {
Josef Bacik3893e332011-01-31 16:03:11 -05008936 err = ret;
Yan, Zheng80825102009-11-12 09:35:36 +00008937 break;
Josef Bacik3893e332011-01-31 16:03:11 -05008938 }
Chris Mason39279cc2007-06-12 06:35:45 -04008939
Josef Bacikfcb80c22011-05-03 10:40:22 -04008940 trans->block_rsv = &root->fs_info->trans_block_rsv;
Yan, Zheng80825102009-11-12 09:35:36 +00008941 ret = btrfs_update_inode(trans, root, inode);
Josef Bacik3893e332011-01-31 16:03:11 -05008942 if (ret) {
8943 err = ret;
8944 break;
8945 }
Josef Bacikca7e70f2012-08-27 17:48:15 -04008946
Yan, Zheng80825102009-11-12 09:35:36 +00008947 btrfs_end_transaction(trans, root);
Liu Bob53d3f52012-11-14 14:34:34 +00008948 btrfs_btree_balance_dirty(root);
Josef Bacikca7e70f2012-08-27 17:48:15 -04008949
8950 trans = btrfs_start_transaction(root, 2);
8951 if (IS_ERR(trans)) {
8952 ret = err = PTR_ERR(trans);
8953 trans = NULL;
8954 break;
8955 }
8956
8957 ret = btrfs_block_rsv_migrate(&root->fs_info->trans_block_rsv,
8958 rsv, min_size);
8959 BUG_ON(ret); /* shouldn't happen */
8960 trans->block_rsv = rsv;
Yan, Zheng80825102009-11-12 09:35:36 +00008961 }
8962
8963 if (ret == 0 && inode->i_nlink > 0) {
Josef Bacikfcb80c22011-05-03 10:40:22 -04008964 trans->block_rsv = root->orphan_block_rsv;
Yan, Zheng80825102009-11-12 09:35:36 +00008965 ret = btrfs_orphan_del(trans, inode);
Josef Bacik3893e332011-01-31 16:03:11 -05008966 if (ret)
8967 err = ret;
Yan, Zheng80825102009-11-12 09:35:36 +00008968 }
8969
Chris Mason917c16b2011-11-08 14:49:59 -05008970 if (trans) {
8971 trans->block_rsv = &root->fs_info->trans_block_rsv;
8972 ret = btrfs_update_inode(trans, root, inode);
8973 if (ret && !err)
8974 err = ret;
Josef Bacik7b128762008-07-24 12:17:14 -04008975
Josef Bacik7ad85bb2012-01-12 19:10:12 -05008976 ret = btrfs_end_transaction(trans, root);
Liu Bob53d3f52012-11-14 14:34:34 +00008977 btrfs_btree_balance_dirty(root);
Chris Mason917c16b2011-11-08 14:49:59 -05008978 }
Josef Bacikfcb80c22011-05-03 10:40:22 -04008979
8980out:
8981 btrfs_free_block_rsv(root, rsv);
8982
Josef Bacik3893e332011-01-31 16:03:11 -05008983 if (ret && !err)
8984 err = ret;
Josef Bacika41ad392011-01-31 15:30:16 -05008985
Josef Bacik3893e332011-01-31 16:03:11 -05008986 return err;
Chris Mason39279cc2007-06-12 06:35:45 -04008987}
8988
Sven Wegener3b963622008-06-09 21:57:42 -04008989/*
Chris Masond352ac62008-09-29 15:18:18 -04008990 * create a new subvolume directory/inode (helper for the ioctl).
8991 */
Yan Zhengd2fb3432008-12-11 16:30:39 -05008992int btrfs_create_subvol_root(struct btrfs_trans_handle *trans,
Filipe David Borba Manana63541922014-01-07 11:47:46 +00008993 struct btrfs_root *new_root,
8994 struct btrfs_root *parent_root,
8995 u64 new_dirid)
Chris Mason39279cc2007-06-12 06:35:45 -04008996{
Chris Mason39279cc2007-06-12 06:35:45 -04008997 struct inode *inode;
Yan, Zheng76dda932009-09-21 16:00:26 -04008998 int err;
Chris Mason00e4e6b2008-08-05 11:18:09 -04008999 u64 index = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04009000
Florian Albrechtskirchinger12fc9d02012-02-10 22:15:54 +01009001 inode = btrfs_new_inode(trans, new_root, NULL, "..", 2,
9002 new_dirid, new_dirid,
9003 S_IFDIR | (~current_umask() & S_IRWXUGO),
9004 &index);
Chris Mason54aa1f42007-06-22 14:16:25 -04009005 if (IS_ERR(inode))
Christoph Hellwigf46b5a62008-06-11 21:53:53 -04009006 return PTR_ERR(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04009007 inode->i_op = &btrfs_dir_inode_operations;
9008 inode->i_fop = &btrfs_dir_file_operations;
9009
Miklos Szeredibfe86842011-10-28 14:13:29 +02009010 set_nlink(inode, 1);
Chris Masondbe674a2008-07-17 12:54:05 -04009011 btrfs_i_size_write(inode, 0);
Chris Masonb0d5d102014-09-08 13:08:51 -07009012 unlock_new_inode(inode);
Sven Wegener3b963622008-06-09 21:57:42 -04009013
Filipe David Borba Manana63541922014-01-07 11:47:46 +00009014 err = btrfs_subvol_inherit_props(trans, new_root, parent_root);
9015 if (err)
9016 btrfs_err(new_root->fs_info,
David Sterba351fd352014-05-15 16:48:20 +02009017 "error inheriting subvolume %llu properties: %d",
Filipe David Borba Manana63541922014-01-07 11:47:46 +00009018 new_root->root_key.objectid, err);
9019
Yan, Zheng76dda932009-09-21 16:00:26 -04009020 err = btrfs_update_inode(trans, new_root, inode);
Christoph Hellwigcb8e7092008-10-09 13:39:39 -04009021
Yan, Zheng76dda932009-09-21 16:00:26 -04009022 iput(inode);
Mark Fashehce598972011-07-26 11:32:23 -07009023 return err;
Chris Mason39279cc2007-06-12 06:35:45 -04009024}
9025
Chris Mason39279cc2007-06-12 06:35:45 -04009026struct inode *btrfs_alloc_inode(struct super_block *sb)
9027{
9028 struct btrfs_inode *ei;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009029 struct inode *inode;
Chris Mason39279cc2007-06-12 06:35:45 -04009030
9031 ei = kmem_cache_alloc(btrfs_inode_cachep, GFP_NOFS);
9032 if (!ei)
9033 return NULL;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009034
9035 ei->root = NULL;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009036 ei->generation = 0;
Josef Bacik15ee9bc2007-08-10 16:22:09 -04009037 ei->last_trans = 0;
Chris Mason257c62e2009-10-13 13:21:08 -04009038 ei->last_sub_trans = 0;
Chris Masone02119d2008-09-05 16:13:11 -04009039 ei->logged_trans = 0;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009040 ei->delalloc_bytes = 0;
Wang Shilong47059d92014-07-03 18:22:07 +08009041 ei->defrag_bytes = 0;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009042 ei->disk_i_size = 0;
9043 ei->flags = 0;
Josef Bacik7709cde2011-08-04 10:25:02 -04009044 ei->csum_bytes = 0;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009045 ei->index_cnt = (u64)-1;
Miao Xie67de1172013-12-26 13:07:06 +08009046 ei->dir_index = 0;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009047 ei->last_unlink_trans = 0;
Liu Bo46d8bc32012-08-29 01:07:55 -06009048 ei->last_log_commit = 0;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009049
Josef Bacik9e0baf62011-07-15 15:16:44 +00009050 spin_lock_init(&ei->lock);
9051 ei->outstanding_extents = 0;
9052 ei->reserved_extents = 0;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009053
Josef Bacik72ac3c02012-05-23 14:13:11 -04009054 ei->runtime_flags = 0;
Li Zefan261507a02010-12-17 14:21:50 +08009055 ei->force_compress = BTRFS_COMPRESS_NONE;
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009056
Miao Xie16cdcec2011-04-22 18:12:22 +08009057 ei->delayed_node = NULL;
9058
chandan r9cc97d62012-07-04 12:48:07 +05309059 ei->i_otime.tv_sec = 0;
9060 ei->i_otime.tv_nsec = 0;
9061
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009062 inode = &ei->vfs_inode;
David Sterbaa8067e02011-04-21 00:34:43 +02009063 extent_map_tree_init(&ei->extent_tree);
David Sterbaf993c882011-04-20 23:35:57 +02009064 extent_io_tree_init(&ei->io_tree, &inode->i_data);
9065 extent_io_tree_init(&ei->io_failure_tree, &inode->i_data);
Josef Bacik0b32f4b2012-03-13 09:38:00 -04009066 ei->io_tree.track_uptodate = 1;
9067 ei->io_failure_tree.track_uptodate = 1;
Josef Bacikb812ce22012-11-16 13:56:32 -05009068 atomic_set(&ei->sync_writers, 0);
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009069 mutex_init(&ei->log_mutex);
Josef Bacikf2486792012-01-13 12:09:22 -05009070 mutex_init(&ei->delalloc_mutex);
Chris Masone6dcd2d2008-07-17 12:53:50 -04009071 btrfs_ordered_inode_tree_init(&ei->ordered_tree);
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009072 INIT_LIST_HEAD(&ei->delalloc_inodes);
Yan, Zheng2ead6ae2010-05-16 10:46:25 -04009073 RB_CLEAR_NODE(&ei->rb_node);
9074
9075 return inode;
Chris Mason39279cc2007-06-12 06:35:45 -04009076}
9077
Josef Bacikaaedb552013-10-11 14:44:09 -04009078#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
9079void btrfs_test_destroy_inode(struct inode *inode)
9080{
9081 btrfs_drop_extent_cache(inode, 0, (u64)-1, 0);
9082 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode));
9083}
9084#endif
9085
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +11009086static void btrfs_i_callback(struct rcu_head *head)
9087{
9088 struct inode *inode = container_of(head, struct inode, i_rcu);
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +11009089 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode));
9090}
9091
Chris Mason39279cc2007-06-12 06:35:45 -04009092void btrfs_destroy_inode(struct inode *inode)
9093{
Chris Masone6dcd2d2008-07-17 12:53:50 -04009094 struct btrfs_ordered_extent *ordered;
Chris Mason5a3f23d2009-03-31 13:27:11 -04009095 struct btrfs_root *root = BTRFS_I(inode)->root;
9096
Al Virob3d9b7a2012-06-09 13:51:19 -04009097 WARN_ON(!hlist_empty(&inode->i_dentry));
Chris Mason39279cc2007-06-12 06:35:45 -04009098 WARN_ON(inode->i_data.nrpages);
Josef Bacik9e0baf62011-07-15 15:16:44 +00009099 WARN_ON(BTRFS_I(inode)->outstanding_extents);
9100 WARN_ON(BTRFS_I(inode)->reserved_extents);
Josef Bacik7709cde2011-08-04 10:25:02 -04009101 WARN_ON(BTRFS_I(inode)->delalloc_bytes);
9102 WARN_ON(BTRFS_I(inode)->csum_bytes);
Wang Shilong47059d92014-07-03 18:22:07 +08009103 WARN_ON(BTRFS_I(inode)->defrag_bytes);
Chris Mason39279cc2007-06-12 06:35:45 -04009104
Chris Mason5a3f23d2009-03-31 13:27:11 -04009105 /*
Josef Bacika6dbd422009-11-11 15:53:34 -05009106 * This can happen where we create an inode, but somebody else also
9107 * created the same inode and we need to destroy the one we already
9108 * created.
9109 */
9110 if (!root)
9111 goto free;
9112
Josef Bacik8a35d952012-05-23 14:26:42 -04009113 if (test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
9114 &BTRFS_I(inode)->runtime_flags)) {
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00009115 btrfs_info(root->fs_info, "inode %llu still on the orphan list",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02009116 btrfs_ino(inode));
Josef Bacik8a35d952012-05-23 14:26:42 -04009117 atomic_dec(&root->orphan_inodes);
Josef Bacik7b128762008-07-24 12:17:14 -04009118 }
Josef Bacik7b128762008-07-24 12:17:14 -04009119
Chris Masond3977122009-01-05 21:25:51 -05009120 while (1) {
Chris Masone6dcd2d2008-07-17 12:53:50 -04009121 ordered = btrfs_lookup_first_ordered_extent(inode, (u64)-1);
9122 if (!ordered)
9123 break;
9124 else {
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00009125 btrfs_err(root->fs_info, "found ordered extent %llu %llu on inode cleanup",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02009126 ordered->file_offset, ordered->len);
Chris Masone6dcd2d2008-07-17 12:53:50 -04009127 btrfs_remove_ordered_extent(inode, ordered);
9128 btrfs_put_ordered_extent(ordered);
9129 btrfs_put_ordered_extent(ordered);
9130 }
9131 }
Qu Wenruo56fa9d02015-10-13 09:53:10 +08009132 btrfs_qgroup_check_reserved_leak(inode);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04009133 inode_tree_del(inode);
Zheng Yan5b21f2e2008-09-26 10:05:38 -04009134 btrfs_drop_extent_cache(inode, 0, (u64)-1, 0);
Josef Bacika6dbd422009-11-11 15:53:34 -05009135free:
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +11009136 call_rcu(&inode->i_rcu, btrfs_i_callback);
Chris Mason39279cc2007-06-12 06:35:45 -04009137}
9138
Al Viro45321ac2010-06-07 13:43:19 -04009139int btrfs_drop_inode(struct inode *inode)
Yan, Zheng76dda932009-09-21 16:00:26 -04009140{
9141 struct btrfs_root *root = BTRFS_I(inode)->root;
Al Viro45321ac2010-06-07 13:43:19 -04009142
Naohiro Aota6379ef92013-06-06 09:56:34 +00009143 if (root == NULL)
9144 return 1;
9145
Liu Bofa6ac872013-02-20 14:10:23 +00009146 /* the snap/subvol tree is on deleting */
Stefan Behrens69e9c6c2013-09-05 16:58:43 +02009147 if (btrfs_root_refs(&root->root_item) == 0)
Al Viro45321ac2010-06-07 13:43:19 -04009148 return 1;
Yan, Zheng76dda932009-09-21 16:00:26 -04009149 else
Al Viro45321ac2010-06-07 13:43:19 -04009150 return generic_drop_inode(inode);
Yan, Zheng76dda932009-09-21 16:00:26 -04009151}
9152
Sven Wegener0ee0fda2008-07-30 16:54:26 -04009153static void init_once(void *foo)
Chris Mason39279cc2007-06-12 06:35:45 -04009154{
9155 struct btrfs_inode *ei = (struct btrfs_inode *) foo;
9156
9157 inode_init_once(&ei->vfs_inode);
9158}
9159
9160void btrfs_destroy_cachep(void)
9161{
Kirill A. Shutemov8c0a8532012-09-26 11:33:07 +10009162 /*
9163 * Make sure all delayed rcu free inodes are flushed before we
9164 * destroy cache.
9165 */
9166 rcu_barrier();
Chris Mason39279cc2007-06-12 06:35:45 -04009167 if (btrfs_inode_cachep)
9168 kmem_cache_destroy(btrfs_inode_cachep);
9169 if (btrfs_trans_handle_cachep)
9170 kmem_cache_destroy(btrfs_trans_handle_cachep);
9171 if (btrfs_transaction_cachep)
9172 kmem_cache_destroy(btrfs_transaction_cachep);
Chris Mason39279cc2007-06-12 06:35:45 -04009173 if (btrfs_path_cachep)
9174 kmem_cache_destroy(btrfs_path_cachep);
Josef Bacikdc89e982011-01-28 17:05:48 -05009175 if (btrfs_free_space_cachep)
9176 kmem_cache_destroy(btrfs_free_space_cachep);
Miao Xie8ccf6f192012-10-25 09:28:04 +00009177 if (btrfs_delalloc_work_cachep)
9178 kmem_cache_destroy(btrfs_delalloc_work_cachep);
Chris Mason39279cc2007-06-12 06:35:45 -04009179}
9180
9181int btrfs_init_cachep(void)
9182{
David Sterba837e1972012-09-07 03:00:48 -06009183 btrfs_inode_cachep = kmem_cache_create("btrfs_inode",
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009184 sizeof(struct btrfs_inode), 0,
9185 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, init_once);
Chris Mason39279cc2007-06-12 06:35:45 -04009186 if (!btrfs_inode_cachep)
9187 goto fail;
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009188
David Sterba837e1972012-09-07 03:00:48 -06009189 btrfs_trans_handle_cachep = kmem_cache_create("btrfs_trans_handle",
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009190 sizeof(struct btrfs_trans_handle), 0,
9191 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
Chris Mason39279cc2007-06-12 06:35:45 -04009192 if (!btrfs_trans_handle_cachep)
9193 goto fail;
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009194
David Sterba837e1972012-09-07 03:00:48 -06009195 btrfs_transaction_cachep = kmem_cache_create("btrfs_transaction",
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009196 sizeof(struct btrfs_transaction), 0,
9197 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
Chris Mason39279cc2007-06-12 06:35:45 -04009198 if (!btrfs_transaction_cachep)
9199 goto fail;
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009200
David Sterba837e1972012-09-07 03:00:48 -06009201 btrfs_path_cachep = kmem_cache_create("btrfs_path",
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009202 sizeof(struct btrfs_path), 0,
9203 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
Chris Mason39279cc2007-06-12 06:35:45 -04009204 if (!btrfs_path_cachep)
9205 goto fail;
Christoph Hellwig9601e3f2009-04-13 15:33:09 +02009206
David Sterba837e1972012-09-07 03:00:48 -06009207 btrfs_free_space_cachep = kmem_cache_create("btrfs_free_space",
Josef Bacikdc89e982011-01-28 17:05:48 -05009208 sizeof(struct btrfs_free_space), 0,
9209 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
9210 if (!btrfs_free_space_cachep)
9211 goto fail;
9212
Miao Xie8ccf6f192012-10-25 09:28:04 +00009213 btrfs_delalloc_work_cachep = kmem_cache_create("btrfs_delalloc_work",
9214 sizeof(struct btrfs_delalloc_work), 0,
9215 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD,
9216 NULL);
9217 if (!btrfs_delalloc_work_cachep)
9218 goto fail;
9219
Chris Mason39279cc2007-06-12 06:35:45 -04009220 return 0;
9221fail:
9222 btrfs_destroy_cachep();
9223 return -ENOMEM;
9224}
9225
9226static int btrfs_getattr(struct vfsmount *mnt,
9227 struct dentry *dentry, struct kstat *stat)
9228{
Miao Xiedf0af1a2013-01-29 10:11:59 +00009229 u64 delalloc_bytes;
David Howells2b0143b2015-03-17 22:25:59 +00009230 struct inode *inode = d_inode(dentry);
David Sterbafadc0d82011-11-20 07:33:38 -05009231 u32 blocksize = inode->i_sb->s_blocksize;
9232
Chris Mason39279cc2007-06-12 06:35:45 -04009233 generic_fillattr(inode, stat);
Al Viro0ee5dc62011-07-07 15:44:25 -04009234 stat->dev = BTRFS_I(inode)->root->anon_dev;
Chris Masond6667462008-01-03 14:51:00 -05009235 stat->blksize = PAGE_CACHE_SIZE;
Miao Xiedf0af1a2013-01-29 10:11:59 +00009236
9237 spin_lock(&BTRFS_I(inode)->lock);
9238 delalloc_bytes = BTRFS_I(inode)->delalloc_bytes;
9239 spin_unlock(&BTRFS_I(inode)->lock);
David Sterbafadc0d82011-11-20 07:33:38 -05009240 stat->blocks = (ALIGN(inode_get_bytes(inode), blocksize) +
Miao Xiedf0af1a2013-01-29 10:11:59 +00009241 ALIGN(delalloc_bytes, blocksize)) >> 9;
Chris Mason39279cc2007-06-12 06:35:45 -04009242 return 0;
9243}
9244
Chris Masond3977122009-01-05 21:25:51 -05009245static int btrfs_rename(struct inode *old_dir, struct dentry *old_dentry,
9246 struct inode *new_dir, struct dentry *new_dentry)
Chris Mason39279cc2007-06-12 06:35:45 -04009247{
9248 struct btrfs_trans_handle *trans;
9249 struct btrfs_root *root = BTRFS_I(old_dir)->root;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009250 struct btrfs_root *dest = BTRFS_I(new_dir)->root;
David Howells2b0143b2015-03-17 22:25:59 +00009251 struct inode *new_inode = d_inode(new_dentry);
9252 struct inode *old_inode = d_inode(old_dentry);
Chris Mason39279cc2007-06-12 06:35:45 -04009253 struct timespec ctime = CURRENT_TIME;
Chris Mason00e4e6b2008-08-05 11:18:09 -04009254 u64 index = 0;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009255 u64 root_objectid;
Chris Mason39279cc2007-06-12 06:35:45 -04009256 int ret;
Li Zefan33345d012011-04-20 10:31:50 +08009257 u64 old_ino = btrfs_ino(old_inode);
Chris Mason39279cc2007-06-12 06:35:45 -04009258
Li Zefan33345d012011-04-20 10:31:50 +08009259 if (btrfs_ino(new_dir) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)
Yan, Zhengf679a842009-09-24 09:17:31 -04009260 return -EPERM;
9261
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009262 /* we only allow rename subvolume link between subvolumes */
Li Zefan33345d012011-04-20 10:31:50 +08009263 if (old_ino != BTRFS_FIRST_FREE_OBJECTID && root != dest)
Chris Mason3394e162008-11-17 20:42:26 -05009264 return -EXDEV;
9265
Li Zefan33345d012011-04-20 10:31:50 +08009266 if (old_ino == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID ||
9267 (new_inode && btrfs_ino(new_inode) == BTRFS_FIRST_FREE_OBJECTID))
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009268 return -ENOTEMPTY;
9269
Chris Mason39279cc2007-06-12 06:35:45 -04009270 if (S_ISDIR(old_inode->i_mode) && new_inode &&
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009271 new_inode->i_size > BTRFS_EMPTY_DIR_SIZE)
Chris Mason39279cc2007-06-12 06:35:45 -04009272 return -ENOTEMPTY;
Chris Mason9c520572012-12-17 14:26:57 -05009273
9274
9275 /* check for collisions, even if the name isn't there */
Josef Bacik4871c152013-10-09 12:24:04 -04009276 ret = btrfs_check_dir_item_collision(dest, new_dir->i_ino,
Chris Mason9c520572012-12-17 14:26:57 -05009277 new_dentry->d_name.name,
9278 new_dentry->d_name.len);
9279
9280 if (ret) {
9281 if (ret == -EEXIST) {
9282 /* we shouldn't get
9283 * eexist without a new_inode */
Dulshani Gunawardhanafae7f212013-10-31 10:30:08 +05309284 if (WARN_ON(!new_inode)) {
Chris Mason9c520572012-12-17 14:26:57 -05009285 return ret;
9286 }
9287 } else {
9288 /* maybe -EOVERFLOW */
9289 return ret;
9290 }
9291 }
9292 ret = 0;
9293
Chris Mason5a3f23d2009-03-31 13:27:11 -04009294 /*
Chris Mason8d875f92014-08-12 10:47:42 -07009295 * we're using rename to replace one file with another. Start IO on it
9296 * now so we don't add too much work to the end of the transaction
Chris Mason5a3f23d2009-03-31 13:27:11 -04009297 */
Chris Mason8d875f92014-08-12 10:47:42 -07009298 if (new_inode && S_ISREG(old_inode->i_mode) && new_inode->i_size)
Chris Mason5a3f23d2009-03-31 13:27:11 -04009299 filemap_flush(old_inode->i_mapping);
9300
Yan, Zheng76dda932009-09-21 16:00:26 -04009301 /* close the racy window with snapshot create/destroy ioctl */
Li Zefan33345d012011-04-20 10:31:50 +08009302 if (old_ino == BTRFS_FIRST_FREE_OBJECTID)
Yan, Zheng76dda932009-09-21 16:00:26 -04009303 down_read(&root->fs_info->subvol_sem);
Yan, Zhenga22285a2010-05-16 10:48:46 -04009304 /*
9305 * We want to reserve the absolute worst case amount of items. So if
9306 * both inodes are subvols and we need to unlink them then that would
9307 * require 4 item modifications, but if they are both normal inodes it
9308 * would require 5 item modifications, so we'll assume their normal
9309 * inodes. So 5 * 2 is 10, plus 1 for the new link, so 11 total items
9310 * should cover the worst case number of items we'll modify.
9311 */
Josef Bacik6e137ed2013-03-26 15:26:55 -04009312 trans = btrfs_start_transaction(root, 11);
Johann Lombardib44c59a2011-03-31 13:23:47 +00009313 if (IS_ERR(trans)) {
9314 ret = PTR_ERR(trans);
9315 goto out_notrans;
9316 }
Chris Mason5f39d392007-10-15 16:14:19 -04009317
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009318 if (dest != root)
9319 btrfs_record_root_in_trans(trans, dest);
9320
Yan, Zhenga5719522009-09-24 09:17:31 -04009321 ret = btrfs_set_inode_index(new_dir, &index);
9322 if (ret)
9323 goto out_fail;
Chris Mason5a3f23d2009-03-31 13:27:11 -04009324
Miao Xie67de1172013-12-26 13:07:06 +08009325 BTRFS_I(old_inode)->dir_index = 0ULL;
Li Zefan33345d012011-04-20 10:31:50 +08009326 if (unlikely(old_ino == BTRFS_FIRST_FREE_OBJECTID)) {
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009327 /* force full log commit if subvolume involved. */
Miao Xie995946d2014-04-02 19:51:06 +08009328 btrfs_set_log_full_commit(root->fs_info, trans);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009329 } else {
Yan, Zhenga5719522009-09-24 09:17:31 -04009330 ret = btrfs_insert_inode_ref(trans, dest,
9331 new_dentry->d_name.name,
9332 new_dentry->d_name.len,
Li Zefan33345d012011-04-20 10:31:50 +08009333 old_ino,
9334 btrfs_ino(new_dir), index);
Yan, Zhenga5719522009-09-24 09:17:31 -04009335 if (ret)
9336 goto out_fail;
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009337 /*
9338 * this is an ugly little race, but the rename is required
9339 * to make sure that if we crash, the inode is either at the
9340 * old name or the new one. pinning the log transaction lets
9341 * us make sure we don't allow a log commit to come in after
9342 * we unlink the name but before we add the new name back in.
9343 */
9344 btrfs_pin_log_trans(root);
9345 }
Chris Mason5a3f23d2009-03-31 13:27:11 -04009346
Josef Bacik0c4d2d92012-04-05 15:03:02 -04009347 inode_inc_iversion(old_dir);
9348 inode_inc_iversion(new_dir);
9349 inode_inc_iversion(old_inode);
Chris Mason39279cc2007-06-12 06:35:45 -04009350 old_dir->i_ctime = old_dir->i_mtime = ctime;
9351 new_dir->i_ctime = new_dir->i_mtime = ctime;
9352 old_inode->i_ctime = ctime;
Chris Mason5f39d392007-10-15 16:14:19 -04009353
Chris Mason12fcfd22009-03-24 10:24:20 -04009354 if (old_dentry->d_parent != new_dentry->d_parent)
9355 btrfs_record_unlink_dir(trans, old_dir, old_inode, 1);
9356
Li Zefan33345d012011-04-20 10:31:50 +08009357 if (unlikely(old_ino == BTRFS_FIRST_FREE_OBJECTID)) {
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009358 root_objectid = BTRFS_I(old_inode)->root->root_key.objectid;
9359 ret = btrfs_unlink_subvol(trans, root, old_dir, root_objectid,
9360 old_dentry->d_name.name,
9361 old_dentry->d_name.len);
9362 } else {
Al Viro92986792011-03-04 17:14:37 +00009363 ret = __btrfs_unlink_inode(trans, root, old_dir,
David Howells2b0143b2015-03-17 22:25:59 +00009364 d_inode(old_dentry),
Al Viro92986792011-03-04 17:14:37 +00009365 old_dentry->d_name.name,
9366 old_dentry->d_name.len);
9367 if (!ret)
9368 ret = btrfs_update_inode(trans, root, old_inode);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009369 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009370 if (ret) {
9371 btrfs_abort_transaction(trans, root, ret);
9372 goto out_fail;
9373 }
Chris Mason39279cc2007-06-12 06:35:45 -04009374
9375 if (new_inode) {
Josef Bacik0c4d2d92012-04-05 15:03:02 -04009376 inode_inc_iversion(new_inode);
Chris Mason39279cc2007-06-12 06:35:45 -04009377 new_inode->i_ctime = CURRENT_TIME;
Li Zefan33345d012011-04-20 10:31:50 +08009378 if (unlikely(btrfs_ino(new_inode) ==
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009379 BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)) {
9380 root_objectid = BTRFS_I(new_inode)->location.objectid;
9381 ret = btrfs_unlink_subvol(trans, dest, new_dir,
9382 root_objectid,
9383 new_dentry->d_name.name,
9384 new_dentry->d_name.len);
9385 BUG_ON(new_inode->i_nlink == 0);
9386 } else {
9387 ret = btrfs_unlink_inode(trans, dest, new_dir,
David Howells2b0143b2015-03-17 22:25:59 +00009388 d_inode(new_dentry),
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009389 new_dentry->d_name.name,
9390 new_dentry->d_name.len);
9391 }
Josef Bacik4ef31a42013-08-13 14:10:08 -04009392 if (!ret && new_inode->i_nlink == 0)
David Howells2b0143b2015-03-17 22:25:59 +00009393 ret = btrfs_orphan_add(trans, d_inode(new_dentry));
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009394 if (ret) {
9395 btrfs_abort_transaction(trans, root, ret);
9396 goto out_fail;
9397 }
Chris Mason39279cc2007-06-12 06:35:45 -04009398 }
Josef Bacikaec74772008-07-24 12:12:38 -04009399
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009400 ret = btrfs_add_link(trans, new_dir, old_inode,
9401 new_dentry->d_name.name,
Yan, Zhenga5719522009-09-24 09:17:31 -04009402 new_dentry->d_name.len, 0, index);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009403 if (ret) {
9404 btrfs_abort_transaction(trans, root, ret);
9405 goto out_fail;
9406 }
Chris Mason39279cc2007-06-12 06:35:45 -04009407
Miao Xie67de1172013-12-26 13:07:06 +08009408 if (old_inode->i_nlink == 1)
9409 BTRFS_I(old_inode)->dir_index = index;
9410
Li Zefan33345d012011-04-20 10:31:50 +08009411 if (old_ino != BTRFS_FIRST_FREE_OBJECTID) {
Al Viro10d9f302011-07-16 23:09:10 -04009412 struct dentry *parent = new_dentry->d_parent;
Josef Bacik6a912212010-11-20 09:48:00 +00009413 btrfs_log_new_name(trans, old_inode, old_dir, parent);
Yan, Zheng4df27c4d2009-09-21 15:56:00 -04009414 btrfs_end_log_trans(root);
9415 }
Chris Mason39279cc2007-06-12 06:35:45 -04009416out_fail:
Josef Bacik7ad85bb2012-01-12 19:10:12 -05009417 btrfs_end_transaction(trans, root);
Johann Lombardib44c59a2011-03-31 13:23:47 +00009418out_notrans:
Li Zefan33345d012011-04-20 10:31:50 +08009419 if (old_ino == BTRFS_FIRST_FREE_OBJECTID)
Yan, Zheng76dda932009-09-21 16:00:26 -04009420 up_read(&root->fs_info->subvol_sem);
Josef Bacik9ed74f22009-09-11 16:12:44 -04009421
Chris Mason39279cc2007-06-12 06:35:45 -04009422 return ret;
9423}
9424
Miklos Szeredi80ace852014-07-23 15:15:32 +02009425static int btrfs_rename2(struct inode *old_dir, struct dentry *old_dentry,
9426 struct inode *new_dir, struct dentry *new_dentry,
9427 unsigned int flags)
9428{
9429 if (flags & ~RENAME_NOREPLACE)
9430 return -EINVAL;
9431
9432 return btrfs_rename(old_dir, old_dentry, new_dir, new_dentry);
9433}
9434
Miao Xie8ccf6f192012-10-25 09:28:04 +00009435static void btrfs_run_delalloc_work(struct btrfs_work *work)
9436{
9437 struct btrfs_delalloc_work *delalloc_work;
Josef Bacik9f23e282013-10-28 15:03:41 -04009438 struct inode *inode;
Miao Xie8ccf6f192012-10-25 09:28:04 +00009439
9440 delalloc_work = container_of(work, struct btrfs_delalloc_work,
9441 work);
Josef Bacik9f23e282013-10-28 15:03:41 -04009442 inode = delalloc_work->inode;
9443 if (delalloc_work->wait) {
9444 btrfs_wait_ordered_range(inode, 0, (u64)-1);
9445 } else {
9446 filemap_flush(inode->i_mapping);
9447 if (test_bit(BTRFS_INODE_HAS_ASYNC_EXTENT,
9448 &BTRFS_I(inode)->runtime_flags))
9449 filemap_flush(inode->i_mapping);
9450 }
Miao Xie8ccf6f192012-10-25 09:28:04 +00009451
9452 if (delalloc_work->delay_iput)
Josef Bacik9f23e282013-10-28 15:03:41 -04009453 btrfs_add_delayed_iput(inode);
Miao Xie8ccf6f192012-10-25 09:28:04 +00009454 else
Josef Bacik9f23e282013-10-28 15:03:41 -04009455 iput(inode);
Miao Xie8ccf6f192012-10-25 09:28:04 +00009456 complete(&delalloc_work->completion);
9457}
9458
9459struct btrfs_delalloc_work *btrfs_alloc_delalloc_work(struct inode *inode,
9460 int wait, int delay_iput)
9461{
9462 struct btrfs_delalloc_work *work;
9463
9464 work = kmem_cache_zalloc(btrfs_delalloc_work_cachep, GFP_NOFS);
9465 if (!work)
9466 return NULL;
9467
9468 init_completion(&work->completion);
9469 INIT_LIST_HEAD(&work->list);
9470 work->inode = inode;
9471 work->wait = wait;
9472 work->delay_iput = delay_iput;
Liu Bo9e0af232014-08-15 23:36:53 +08009473 WARN_ON_ONCE(!inode);
9474 btrfs_init_work(&work->work, btrfs_flush_delalloc_helper,
9475 btrfs_run_delalloc_work, NULL, NULL);
Miao Xie8ccf6f192012-10-25 09:28:04 +00009476
9477 return work;
9478}
9479
9480void btrfs_wait_and_free_delalloc_work(struct btrfs_delalloc_work *work)
9481{
9482 wait_for_completion(&work->completion);
9483 kmem_cache_free(btrfs_delalloc_work_cachep, work);
9484}
9485
Chris Masond352ac62008-09-29 15:18:18 -04009486/*
9487 * some fairly slow code that needs optimization. This walks the list
9488 * of all the inodes with pending delalloc and forces them to disk.
9489 */
Miao Xie6c255e62014-03-06 13:55:01 +08009490static int __start_delalloc_inodes(struct btrfs_root *root, int delay_iput,
9491 int nr)
Chris Masonea8c2812008-08-04 23:17:27 -04009492{
Chris Masonea8c2812008-08-04 23:17:27 -04009493 struct btrfs_inode *binode;
Zheng Yan5b21f2e2008-09-26 10:05:38 -04009494 struct inode *inode;
Miao Xie8ccf6f192012-10-25 09:28:04 +00009495 struct btrfs_delalloc_work *work, *next;
9496 struct list_head works;
Miao Xie1eafa6c2013-01-22 10:49:00 +00009497 struct list_head splice;
Miao Xie8ccf6f192012-10-25 09:28:04 +00009498 int ret = 0;
Chris Masonea8c2812008-08-04 23:17:27 -04009499
Miao Xie8ccf6f192012-10-25 09:28:04 +00009500 INIT_LIST_HEAD(&works);
Miao Xie1eafa6c2013-01-22 10:49:00 +00009501 INIT_LIST_HEAD(&splice);
Miao Xie63607cc2013-01-22 10:50:35 +00009502
Miao Xie573bfb72014-03-06 13:55:03 +08009503 mutex_lock(&root->delalloc_mutex);
Miao Xieeb73c1b2013-05-15 07:48:22 +00009504 spin_lock(&root->delalloc_lock);
9505 list_splice_init(&root->delalloc_inodes, &splice);
Miao Xie1eafa6c2013-01-22 10:49:00 +00009506 while (!list_empty(&splice)) {
9507 binode = list_entry(splice.next, struct btrfs_inode,
Chris Masonea8c2812008-08-04 23:17:27 -04009508 delalloc_inodes);
Miao Xie1eafa6c2013-01-22 10:49:00 +00009509
Miao Xieeb73c1b2013-05-15 07:48:22 +00009510 list_move_tail(&binode->delalloc_inodes,
9511 &root->delalloc_inodes);
Zheng Yan5b21f2e2008-09-26 10:05:38 -04009512 inode = igrab(&binode->vfs_inode);
Miao Xiedf0af1a2013-01-29 10:11:59 +00009513 if (!inode) {
Miao Xieeb73c1b2013-05-15 07:48:22 +00009514 cond_resched_lock(&root->delalloc_lock);
Miao Xie1eafa6c2013-01-22 10:49:00 +00009515 continue;
Miao Xiedf0af1a2013-01-29 10:11:59 +00009516 }
Miao Xieeb73c1b2013-05-15 07:48:22 +00009517 spin_unlock(&root->delalloc_lock);
Miao Xie1eafa6c2013-01-22 10:49:00 +00009518
9519 work = btrfs_alloc_delalloc_work(inode, 0, delay_iput);
David Sterba5d99a9982014-09-29 19:20:37 +02009520 if (!work) {
Josef Bacikf4ab9ea2013-09-17 11:25:44 -04009521 if (delay_iput)
9522 btrfs_add_delayed_iput(inode);
9523 else
9524 iput(inode);
Miao Xie1eafa6c2013-01-22 10:49:00 +00009525 ret = -ENOMEM;
Wang Shilonga1ecaab2014-04-02 19:53:32 +08009526 goto out;
Zheng Yan5b21f2e2008-09-26 10:05:38 -04009527 }
Miao Xie1eafa6c2013-01-22 10:49:00 +00009528 list_add_tail(&work->list, &works);
Qu Wenruoa44903a2014-02-28 10:46:09 +08009529 btrfs_queue_work(root->fs_info->flush_workers,
9530 &work->work);
Miao Xie6c255e62014-03-06 13:55:01 +08009531 ret++;
9532 if (nr != -1 && ret >= nr)
Wang Shilonga1ecaab2014-04-02 19:53:32 +08009533 goto out;
Zheng Yan5b21f2e2008-09-26 10:05:38 -04009534 cond_resched();
Miao Xieeb73c1b2013-05-15 07:48:22 +00009535 spin_lock(&root->delalloc_lock);
Chris Masonea8c2812008-08-04 23:17:27 -04009536 }
Miao Xieeb73c1b2013-05-15 07:48:22 +00009537 spin_unlock(&root->delalloc_lock);
Chris Mason8c8bee12008-09-29 11:19:10 -04009538
Wang Shilonga1ecaab2014-04-02 19:53:32 +08009539out:
Miao Xie1eafa6c2013-01-22 10:49:00 +00009540 list_for_each_entry_safe(work, next, &works, list) {
9541 list_del_init(&work->list);
9542 btrfs_wait_and_free_delalloc_work(work);
9543 }
9544
Miao Xieeb73c1b2013-05-15 07:48:22 +00009545 if (!list_empty_careful(&splice)) {
9546 spin_lock(&root->delalloc_lock);
9547 list_splice_tail(&splice, &root->delalloc_inodes);
9548 spin_unlock(&root->delalloc_lock);
9549 }
Miao Xie573bfb72014-03-06 13:55:03 +08009550 mutex_unlock(&root->delalloc_mutex);
Miao Xieeb73c1b2013-05-15 07:48:22 +00009551 return ret;
9552}
9553
9554int btrfs_start_delalloc_inodes(struct btrfs_root *root, int delay_iput)
9555{
9556 int ret;
9557
Wang Shilong2c21b4d2014-01-14 19:42:20 +08009558 if (test_bit(BTRFS_FS_STATE_ERROR, &root->fs_info->fs_state))
Miao Xieeb73c1b2013-05-15 07:48:22 +00009559 return -EROFS;
9560
Miao Xie6c255e62014-03-06 13:55:01 +08009561 ret = __start_delalloc_inodes(root, delay_iput, -1);
9562 if (ret > 0)
9563 ret = 0;
Miao Xieeb73c1b2013-05-15 07:48:22 +00009564 /*
9565 * the filemap_flush will queue IO into the worker threads, but
Chris Mason8c8bee12008-09-29 11:19:10 -04009566 * we have to make sure the IO is actually started and that
9567 * ordered extents get created before we return
9568 */
9569 atomic_inc(&root->fs_info->async_submit_draining);
Chris Masond3977122009-01-05 21:25:51 -05009570 while (atomic_read(&root->fs_info->nr_async_submits) ||
Chris Mason771ed682008-11-06 22:02:51 -05009571 atomic_read(&root->fs_info->async_delalloc_pages)) {
Chris Mason8c8bee12008-09-29 11:19:10 -04009572 wait_event(root->fs_info->async_submit_wait,
Chris Mason771ed682008-11-06 22:02:51 -05009573 (atomic_read(&root->fs_info->nr_async_submits) == 0 &&
9574 atomic_read(&root->fs_info->async_delalloc_pages) == 0));
Chris Mason8c8bee12008-09-29 11:19:10 -04009575 }
9576 atomic_dec(&root->fs_info->async_submit_draining);
Miao Xieeb73c1b2013-05-15 07:48:22 +00009577 return ret;
9578}
9579
Miao Xie6c255e62014-03-06 13:55:01 +08009580int btrfs_start_delalloc_roots(struct btrfs_fs_info *fs_info, int delay_iput,
9581 int nr)
Miao Xieeb73c1b2013-05-15 07:48:22 +00009582{
9583 struct btrfs_root *root;
9584 struct list_head splice;
9585 int ret;
9586
Wang Shilong2c21b4d2014-01-14 19:42:20 +08009587 if (test_bit(BTRFS_FS_STATE_ERROR, &fs_info->fs_state))
Miao Xieeb73c1b2013-05-15 07:48:22 +00009588 return -EROFS;
9589
9590 INIT_LIST_HEAD(&splice);
9591
Miao Xie573bfb72014-03-06 13:55:03 +08009592 mutex_lock(&fs_info->delalloc_root_mutex);
Miao Xieeb73c1b2013-05-15 07:48:22 +00009593 spin_lock(&fs_info->delalloc_root_lock);
9594 list_splice_init(&fs_info->delalloc_roots, &splice);
Miao Xie6c255e62014-03-06 13:55:01 +08009595 while (!list_empty(&splice) && nr) {
Miao Xieeb73c1b2013-05-15 07:48:22 +00009596 root = list_first_entry(&splice, struct btrfs_root,
9597 delalloc_root);
9598 root = btrfs_grab_fs_root(root);
9599 BUG_ON(!root);
9600 list_move_tail(&root->delalloc_root,
9601 &fs_info->delalloc_roots);
9602 spin_unlock(&fs_info->delalloc_root_lock);
9603
Miao Xie6c255e62014-03-06 13:55:01 +08009604 ret = __start_delalloc_inodes(root, delay_iput, nr);
Miao Xieeb73c1b2013-05-15 07:48:22 +00009605 btrfs_put_fs_root(root);
Miao Xie6c255e62014-03-06 13:55:01 +08009606 if (ret < 0)
Miao Xieeb73c1b2013-05-15 07:48:22 +00009607 goto out;
9608
Miao Xie6c255e62014-03-06 13:55:01 +08009609 if (nr != -1) {
9610 nr -= ret;
9611 WARN_ON(nr < 0);
9612 }
Miao Xieeb73c1b2013-05-15 07:48:22 +00009613 spin_lock(&fs_info->delalloc_root_lock);
9614 }
9615 spin_unlock(&fs_info->delalloc_root_lock);
9616
Miao Xie6c255e62014-03-06 13:55:01 +08009617 ret = 0;
Miao Xieeb73c1b2013-05-15 07:48:22 +00009618 atomic_inc(&fs_info->async_submit_draining);
9619 while (atomic_read(&fs_info->nr_async_submits) ||
9620 atomic_read(&fs_info->async_delalloc_pages)) {
9621 wait_event(fs_info->async_submit_wait,
9622 (atomic_read(&fs_info->nr_async_submits) == 0 &&
9623 atomic_read(&fs_info->async_delalloc_pages) == 0));
9624 }
9625 atomic_dec(&fs_info->async_submit_draining);
Miao Xie8ccf6f192012-10-25 09:28:04 +00009626out:
Miao Xie1eafa6c2013-01-22 10:49:00 +00009627 if (!list_empty_careful(&splice)) {
Miao Xieeb73c1b2013-05-15 07:48:22 +00009628 spin_lock(&fs_info->delalloc_root_lock);
9629 list_splice_tail(&splice, &fs_info->delalloc_roots);
9630 spin_unlock(&fs_info->delalloc_root_lock);
Miao Xie1eafa6c2013-01-22 10:49:00 +00009631 }
Miao Xie573bfb72014-03-06 13:55:03 +08009632 mutex_unlock(&fs_info->delalloc_root_mutex);
Miao Xie8ccf6f192012-10-25 09:28:04 +00009633 return ret;
Chris Masonea8c2812008-08-04 23:17:27 -04009634}
9635
Chris Mason39279cc2007-06-12 06:35:45 -04009636static int btrfs_symlink(struct inode *dir, struct dentry *dentry,
9637 const char *symname)
9638{
9639 struct btrfs_trans_handle *trans;
9640 struct btrfs_root *root = BTRFS_I(dir)->root;
9641 struct btrfs_path *path;
9642 struct btrfs_key key;
Chris Mason1832a6d2007-12-21 16:27:21 -05009643 struct inode *inode = NULL;
Chris Mason39279cc2007-06-12 06:35:45 -04009644 int err;
9645 int drop_inode = 0;
9646 u64 objectid;
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05309647 u64 index = 0;
Chris Mason39279cc2007-06-12 06:35:45 -04009648 int name_len;
9649 int datasize;
Chris Mason5f39d392007-10-15 16:14:19 -04009650 unsigned long ptr;
Chris Mason39279cc2007-06-12 06:35:45 -04009651 struct btrfs_file_extent_item *ei;
Chris Mason5f39d392007-10-15 16:14:19 -04009652 struct extent_buffer *leaf;
Chris Mason39279cc2007-06-12 06:35:45 -04009653
Filipe David Borba Mananaf06becc2013-09-16 09:53:28 +01009654 name_len = strlen(symname);
Chris Mason39279cc2007-06-12 06:35:45 -04009655 if (name_len > BTRFS_MAX_INLINE_DATA_SIZE(root))
9656 return -ENAMETOOLONG;
Chris Mason1832a6d2007-12-21 16:27:21 -05009657
Josef Bacik9ed74f22009-09-11 16:12:44 -04009658 /*
9659 * 2 items for inode item and ref
9660 * 2 items for dir items
9661 * 1 item for xattr if selinux is on
9662 */
Yan, Zhenga22285a2010-05-16 10:48:46 -04009663 trans = btrfs_start_transaction(root, 5);
9664 if (IS_ERR(trans))
9665 return PTR_ERR(trans);
Chris Mason1832a6d2007-12-21 16:27:21 -05009666
Li Zefan581bb052011-04-20 10:06:11 +08009667 err = btrfs_find_free_ino(root, &objectid);
9668 if (err)
9669 goto out_unlock;
9670
Josef Bacikaec74772008-07-24 12:12:38 -04009671 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
Li Zefan33345d012011-04-20 10:31:50 +08009672 dentry->d_name.len, btrfs_ino(dir), objectid,
Josef Bacikd82a6f12011-05-11 15:26:06 -04009673 S_IFLNK|S_IRWXUGO, &index);
Tsutomu Itoh7cf96da2011-04-25 19:43:53 -04009674 if (IS_ERR(inode)) {
9675 err = PTR_ERR(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04009676 goto out_unlock;
Tsutomu Itoh7cf96da2011-04-25 19:43:53 -04009677 }
Chris Mason39279cc2007-06-12 06:35:45 -04009678
Casey Schauflerad19db72011-12-15 10:09:07 -05009679 /*
9680 * If the active LSM wants to access the inode during
9681 * d_instantiate it needs these. Smack checks to see
9682 * if the filesystem supports xattrs by looking at the
9683 * ops vector.
9684 */
9685 inode->i_fop = &btrfs_file_operations;
9686 inode->i_op = &btrfs_file_inode_operations;
Chris Masonb0d5d102014-09-08 13:08:51 -07009687 inode->i_mapping->a_ops = &btrfs_aops;
Chris Masonb0d5d102014-09-08 13:08:51 -07009688 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
9689
9690 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
9691 if (err)
9692 goto out_unlock_inode;
Casey Schauflerad19db72011-12-15 10:09:07 -05009693
Josef Bacika1b075d2010-11-19 20:36:11 +00009694 err = btrfs_add_nondir(trans, dir, dentry, inode, 0, index);
Chris Mason39279cc2007-06-12 06:35:45 -04009695 if (err)
Chris Masonb0d5d102014-09-08 13:08:51 -07009696 goto out_unlock_inode;
Chris Mason39279cc2007-06-12 06:35:45 -04009697
9698 path = btrfs_alloc_path();
Mark Fashehd8926bb2011-07-13 10:38:47 -07009699 if (!path) {
9700 err = -ENOMEM;
Chris Masonb0d5d102014-09-08 13:08:51 -07009701 goto out_unlock_inode;
Mark Fashehd8926bb2011-07-13 10:38:47 -07009702 }
Li Zefan33345d012011-04-20 10:31:50 +08009703 key.objectid = btrfs_ino(inode);
Chris Mason39279cc2007-06-12 06:35:45 -04009704 key.offset = 0;
David Sterba962a2982014-06-04 18:41:45 +02009705 key.type = BTRFS_EXTENT_DATA_KEY;
Chris Mason39279cc2007-06-12 06:35:45 -04009706 datasize = btrfs_file_extent_calc_inline_size(name_len);
9707 err = btrfs_insert_empty_item(trans, root, path, &key,
9708 datasize);
Chris Mason54aa1f42007-06-22 14:16:25 -04009709 if (err) {
Julia Lawallb0839162011-05-14 07:10:51 +00009710 btrfs_free_path(path);
Chris Masonb0d5d102014-09-08 13:08:51 -07009711 goto out_unlock_inode;
Chris Mason54aa1f42007-06-22 14:16:25 -04009712 }
Chris Mason5f39d392007-10-15 16:14:19 -04009713 leaf = path->nodes[0];
9714 ei = btrfs_item_ptr(leaf, path->slots[0],
9715 struct btrfs_file_extent_item);
9716 btrfs_set_file_extent_generation(leaf, ei, trans->transid);
9717 btrfs_set_file_extent_type(leaf, ei,
Chris Mason39279cc2007-06-12 06:35:45 -04009718 BTRFS_FILE_EXTENT_INLINE);
Chris Masonc8b97812008-10-29 14:49:59 -04009719 btrfs_set_file_extent_encryption(leaf, ei, 0);
9720 btrfs_set_file_extent_compression(leaf, ei, 0);
9721 btrfs_set_file_extent_other_encoding(leaf, ei, 0);
9722 btrfs_set_file_extent_ram_bytes(leaf, ei, name_len);
9723
Chris Mason39279cc2007-06-12 06:35:45 -04009724 ptr = btrfs_file_extent_inline_start(ei);
Chris Mason5f39d392007-10-15 16:14:19 -04009725 write_extent_buffer(leaf, symname, ptr, name_len);
9726 btrfs_mark_buffer_dirty(leaf);
Chris Mason39279cc2007-06-12 06:35:45 -04009727 btrfs_free_path(path);
Chris Mason5f39d392007-10-15 16:14:19 -04009728
Chris Mason39279cc2007-06-12 06:35:45 -04009729 inode->i_op = &btrfs_symlink_inode_operations;
9730 inode->i_mapping->a_ops = &btrfs_symlink_aops;
Yan Zhengd899e052008-10-30 14:25:28 -04009731 inode_set_bytes(inode, name_len);
Filipe David Borba Mananaf06becc2013-09-16 09:53:28 +01009732 btrfs_i_size_write(inode, name_len);
Chris Mason54aa1f42007-06-22 14:16:25 -04009733 err = btrfs_update_inode(trans, root, inode);
Chris Masonb0d5d102014-09-08 13:08:51 -07009734 if (err) {
Chris Mason54aa1f42007-06-22 14:16:25 -04009735 drop_inode = 1;
Chris Masonb0d5d102014-09-08 13:08:51 -07009736 goto out_unlock_inode;
9737 }
9738
9739 unlock_new_inode(inode);
9740 d_instantiate(dentry, inode);
Chris Mason39279cc2007-06-12 06:35:45 -04009741
9742out_unlock:
Josef Bacik7ad85bb2012-01-12 19:10:12 -05009743 btrfs_end_transaction(trans, root);
Chris Mason39279cc2007-06-12 06:35:45 -04009744 if (drop_inode) {
9745 inode_dec_link_count(inode);
9746 iput(inode);
9747 }
Liu Bob53d3f52012-11-14 14:34:34 +00009748 btrfs_btree_balance_dirty(root);
Chris Mason39279cc2007-06-12 06:35:45 -04009749 return err;
Chris Masonb0d5d102014-09-08 13:08:51 -07009750
9751out_unlock_inode:
9752 drop_inode = 1;
9753 unlock_new_inode(inode);
9754 goto out_unlock;
Chris Mason39279cc2007-06-12 06:35:45 -04009755}
Chris Mason16432982008-04-10 10:23:21 -04009756
Josef Bacik0af3d002010-06-21 14:48:16 -04009757static int __btrfs_prealloc_file_range(struct inode *inode, int mode,
9758 u64 start, u64 num_bytes, u64 min_size,
9759 loff_t actual_len, u64 *alloc_hint,
9760 struct btrfs_trans_handle *trans)
Yan Zhengd899e052008-10-30 14:25:28 -04009761{
Josef Bacik5dc562c2012-08-17 13:14:17 -04009762 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
9763 struct extent_map *em;
Yan Zhengd899e052008-10-30 14:25:28 -04009764 struct btrfs_root *root = BTRFS_I(inode)->root;
9765 struct btrfs_key ins;
Yan Zhengd899e052008-10-30 14:25:28 -04009766 u64 cur_offset = start;
Josef Bacik55a61d12010-11-22 18:50:32 +00009767 u64 i_size;
Chris Mason154ea282013-03-05 11:11:26 -05009768 u64 cur_bytes;
Josef Bacik0b670dc2015-09-23 17:11:16 -04009769 u64 last_alloc = (u64)-1;
Yan Zhengd899e052008-10-30 14:25:28 -04009770 int ret = 0;
Josef Bacik0af3d002010-06-21 14:48:16 -04009771 bool own_trans = true;
Yan Zhengd899e052008-10-30 14:25:28 -04009772
Josef Bacik0af3d002010-06-21 14:48:16 -04009773 if (trans)
9774 own_trans = false;
Yan Zhengd899e052008-10-30 14:25:28 -04009775 while (num_bytes > 0) {
Josef Bacik0af3d002010-06-21 14:48:16 -04009776 if (own_trans) {
9777 trans = btrfs_start_transaction(root, 3);
9778 if (IS_ERR(trans)) {
9779 ret = PTR_ERR(trans);
9780 break;
9781 }
Yan Zhengd899e052008-10-30 14:25:28 -04009782 }
Yan, Zheng5a303d52009-11-12 09:34:52 +00009783
Chris Mason154ea282013-03-05 11:11:26 -05009784 cur_bytes = min(num_bytes, 256ULL * 1024 * 1024);
9785 cur_bytes = max(cur_bytes, min_size);
Josef Bacik0b670dc2015-09-23 17:11:16 -04009786 /*
9787 * If we are severely fragmented we could end up with really
9788 * small allocations, so if the allocator is returning small
9789 * chunks lets make its job easier by only searching for those
9790 * sized chunks.
9791 */
9792 cur_bytes = min(cur_bytes, last_alloc);
Josef Bacik00361582013-08-14 14:02:47 -04009793 ret = btrfs_reserve_extent(root, cur_bytes, min_size, 0,
Miao Xiee570fd22014-06-19 10:42:50 +08009794 *alloc_hint, &ins, 1, 0);
Yan, Zheng5a303d52009-11-12 09:34:52 +00009795 if (ret) {
Josef Bacik0af3d002010-06-21 14:48:16 -04009796 if (own_trans)
9797 btrfs_end_transaction(trans, root);
Yan, Zhenga22285a2010-05-16 10:48:46 -04009798 break;
Yan, Zheng5a303d52009-11-12 09:34:52 +00009799 }
9800
Josef Bacik0b670dc2015-09-23 17:11:16 -04009801 last_alloc = ins.offset;
Yan Zhengd899e052008-10-30 14:25:28 -04009802 ret = insert_reserved_file_extent(trans, inode,
9803 cur_offset, ins.objectid,
9804 ins.offset, ins.offset,
Yan, Zheng920bbbf2009-11-12 09:34:08 +00009805 ins.offset, 0, 0, 0,
Yan Zhengd899e052008-10-30 14:25:28 -04009806 BTRFS_FILE_EXTENT_PREALLOC);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009807 if (ret) {
Josef Bacik857cc2f2013-10-07 15:21:08 -04009808 btrfs_free_reserved_extent(root, ins.objectid,
Miao Xiee570fd22014-06-19 10:42:50 +08009809 ins.offset, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009810 btrfs_abort_transaction(trans, root, ret);
9811 if (own_trans)
9812 btrfs_end_transaction(trans, root);
9813 break;
9814 }
Dongsheng Yang31193212014-12-12 16:44:35 +08009815
Chris Masona1ed8352009-09-11 12:27:37 -04009816 btrfs_drop_extent_cache(inode, cur_offset,
9817 cur_offset + ins.offset -1, 0);
Yan, Zheng5a303d52009-11-12 09:34:52 +00009818
Josef Bacik5dc562c2012-08-17 13:14:17 -04009819 em = alloc_extent_map();
9820 if (!em) {
9821 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
9822 &BTRFS_I(inode)->runtime_flags);
9823 goto next;
9824 }
9825
9826 em->start = cur_offset;
9827 em->orig_start = cur_offset;
9828 em->len = ins.offset;
9829 em->block_start = ins.objectid;
9830 em->block_len = ins.offset;
Josef Bacikb4939682012-12-03 10:31:19 -05009831 em->orig_block_len = ins.offset;
Josef Bacikcc95bef2013-04-04 14:31:27 -04009832 em->ram_bytes = ins.offset;
Josef Bacik5dc562c2012-08-17 13:14:17 -04009833 em->bdev = root->fs_info->fs_devices->latest_bdev;
9834 set_bit(EXTENT_FLAG_PREALLOC, &em->flags);
9835 em->generation = trans->transid;
9836
9837 while (1) {
9838 write_lock(&em_tree->lock);
Josef Bacik09a2a8f92013-04-05 16:51:15 -04009839 ret = add_extent_mapping(em_tree, em, 1);
Josef Bacik5dc562c2012-08-17 13:14:17 -04009840 write_unlock(&em_tree->lock);
9841 if (ret != -EEXIST)
9842 break;
9843 btrfs_drop_extent_cache(inode, cur_offset,
9844 cur_offset + ins.offset - 1,
9845 0);
9846 }
9847 free_extent_map(em);
9848next:
Yan Zhengd899e052008-10-30 14:25:28 -04009849 num_bytes -= ins.offset;
9850 cur_offset += ins.offset;
Yan, Zhengefa56462010-05-16 10:49:59 -04009851 *alloc_hint = ins.objectid + ins.offset;
Yan, Zheng5a303d52009-11-12 09:34:52 +00009852
Josef Bacik0c4d2d92012-04-05 15:03:02 -04009853 inode_inc_iversion(inode);
Yan Zhengd899e052008-10-30 14:25:28 -04009854 inode->i_ctime = CURRENT_TIME;
Christoph Hellwig6cbff002009-04-17 10:37:41 +02009855 BTRFS_I(inode)->flags |= BTRFS_INODE_PREALLOC;
Yan Zhengd899e052008-10-30 14:25:28 -04009856 if (!(mode & FALLOC_FL_KEEP_SIZE) &&
Yan, Zhengefa56462010-05-16 10:49:59 -04009857 (actual_len > inode->i_size) &&
9858 (cur_offset > inode->i_size)) {
Aneesh Kumar K.Vd1ea6a62010-01-20 07:28:54 +00009859 if (cur_offset > actual_len)
Josef Bacik55a61d12010-11-22 18:50:32 +00009860 i_size = actual_len;
Aneesh Kumar K.Vd1ea6a62010-01-20 07:28:54 +00009861 else
Josef Bacik55a61d12010-11-22 18:50:32 +00009862 i_size = cur_offset;
9863 i_size_write(inode, i_size);
9864 btrfs_ordered_update_i_size(inode, i_size, NULL);
Yan, Zheng5a303d52009-11-12 09:34:52 +00009865 }
9866
Yan Zhengd899e052008-10-30 14:25:28 -04009867 ret = btrfs_update_inode(trans, root, inode);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009868
9869 if (ret) {
9870 btrfs_abort_transaction(trans, root, ret);
9871 if (own_trans)
9872 btrfs_end_transaction(trans, root);
9873 break;
9874 }
Yan Zhengd899e052008-10-30 14:25:28 -04009875
Josef Bacik0af3d002010-06-21 14:48:16 -04009876 if (own_trans)
9877 btrfs_end_transaction(trans, root);
Yan, Zheng5a303d52009-11-12 09:34:52 +00009878 }
Yan Zhengd899e052008-10-30 14:25:28 -04009879 return ret;
9880}
9881
Josef Bacik0af3d002010-06-21 14:48:16 -04009882int btrfs_prealloc_file_range(struct inode *inode, int mode,
9883 u64 start, u64 num_bytes, u64 min_size,
9884 loff_t actual_len, u64 *alloc_hint)
9885{
9886 return __btrfs_prealloc_file_range(inode, mode, start, num_bytes,
9887 min_size, actual_len, alloc_hint,
9888 NULL);
9889}
9890
9891int btrfs_prealloc_file_range_trans(struct inode *inode,
9892 struct btrfs_trans_handle *trans, int mode,
9893 u64 start, u64 num_bytes, u64 min_size,
9894 loff_t actual_len, u64 *alloc_hint)
9895{
9896 return __btrfs_prealloc_file_range(inode, mode, start, num_bytes,
9897 min_size, actual_len, alloc_hint, trans);
9898}
9899
Chris Masone6dcd2d2008-07-17 12:53:50 -04009900static int btrfs_set_page_dirty(struct page *page)
9901{
Chris Masone6dcd2d2008-07-17 12:53:50 -04009902 return __set_page_dirty_nobuffers(page);
9903}
9904
Al Viro10556cb2011-06-20 19:28:19 -04009905static int btrfs_permission(struct inode *inode, int mask)
Yanfdebe2b2008-01-14 13:26:08 -05009906{
Li Zefanb83cc962010-12-20 16:04:08 +08009907 struct btrfs_root *root = BTRFS_I(inode)->root;
Jeff Mahoneycb6db4e2011-08-15 17:27:21 +00009908 umode_t mode = inode->i_mode;
Li Zefanb83cc962010-12-20 16:04:08 +08009909
Jeff Mahoneycb6db4e2011-08-15 17:27:21 +00009910 if (mask & MAY_WRITE &&
9911 (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode))) {
9912 if (btrfs_root_readonly(root))
9913 return -EROFS;
9914 if (BTRFS_I(inode)->flags & BTRFS_INODE_READONLY)
9915 return -EACCES;
9916 }
Al Viro2830ba72011-06-20 19:16:29 -04009917 return generic_permission(inode, mask);
Yanfdebe2b2008-01-14 13:26:08 -05009918}
Chris Mason39279cc2007-06-12 06:35:45 -04009919
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009920static int btrfs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode)
9921{
9922 struct btrfs_trans_handle *trans;
9923 struct btrfs_root *root = BTRFS_I(dir)->root;
9924 struct inode *inode = NULL;
9925 u64 objectid;
9926 u64 index;
9927 int ret = 0;
9928
9929 /*
9930 * 5 units required for adding orphan entry
9931 */
9932 trans = btrfs_start_transaction(root, 5);
9933 if (IS_ERR(trans))
9934 return PTR_ERR(trans);
9935
9936 ret = btrfs_find_free_ino(root, &objectid);
9937 if (ret)
9938 goto out;
9939
9940 inode = btrfs_new_inode(trans, root, dir, NULL, 0,
9941 btrfs_ino(dir), objectid, mode, &index);
9942 if (IS_ERR(inode)) {
9943 ret = PTR_ERR(inode);
9944 inode = NULL;
9945 goto out;
9946 }
9947
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009948 inode->i_fop = &btrfs_file_operations;
9949 inode->i_op = &btrfs_file_inode_operations;
9950
9951 inode->i_mapping->a_ops = &btrfs_aops;
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009952 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
9953
Chris Masonb0d5d102014-09-08 13:08:51 -07009954 ret = btrfs_init_inode_security(trans, inode, dir, NULL);
9955 if (ret)
9956 goto out_inode;
9957
9958 ret = btrfs_update_inode(trans, root, inode);
9959 if (ret)
9960 goto out_inode;
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009961 ret = btrfs_orphan_add(trans, inode);
9962 if (ret)
Chris Masonb0d5d102014-09-08 13:08:51 -07009963 goto out_inode;
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009964
Filipe Manana5762b5c2014-08-01 00:10:32 +01009965 /*
9966 * We set number of links to 0 in btrfs_new_inode(), and here we set
9967 * it to 1 because d_tmpfile() will issue a warning if the count is 0,
9968 * through:
9969 *
9970 * d_tmpfile() -> inode_dec_link_count() -> drop_nlink()
9971 */
9972 set_nlink(inode, 1);
Chris Masonb0d5d102014-09-08 13:08:51 -07009973 unlock_new_inode(inode);
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009974 d_tmpfile(dentry, inode);
9975 mark_inode_dirty(inode);
9976
9977out:
9978 btrfs_end_transaction(trans, root);
9979 if (ret)
9980 iput(inode);
9981 btrfs_balance_delayed_items(root);
9982 btrfs_btree_balance_dirty(root);
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009983 return ret;
Chris Masonb0d5d102014-09-08 13:08:51 -07009984
9985out_inode:
9986 unlock_new_inode(inode);
9987 goto out;
9988
Filipe Mananaef3b9af2014-04-27 20:40:45 +01009989}
9990
Filipe Mananab38ef712014-11-13 17:01:45 +00009991/* Inspired by filemap_check_errors() */
9992int btrfs_inode_check_errors(struct inode *inode)
9993{
9994 int ret = 0;
9995
9996 if (test_bit(AS_ENOSPC, &inode->i_mapping->flags) &&
9997 test_and_clear_bit(AS_ENOSPC, &inode->i_mapping->flags))
9998 ret = -ENOSPC;
9999 if (test_bit(AS_EIO, &inode->i_mapping->flags) &&
10000 test_and_clear_bit(AS_EIO, &inode->i_mapping->flags))
10001 ret = -EIO;
10002
10003 return ret;
10004}
10005
Alexey Dobriyan6e1d5dc2009-09-21 17:01:11 -070010006static const struct inode_operations btrfs_dir_inode_operations = {
Chris Mason3394e162008-11-17 20:42:26 -050010007 .getattr = btrfs_getattr,
Chris Mason39279cc2007-06-12 06:35:45 -040010008 .lookup = btrfs_lookup,
10009 .create = btrfs_create,
10010 .unlink = btrfs_unlink,
10011 .link = btrfs_link,
10012 .mkdir = btrfs_mkdir,
10013 .rmdir = btrfs_rmdir,
Miklos Szeredi80ace852014-07-23 15:15:32 +020010014 .rename2 = btrfs_rename2,
Chris Mason39279cc2007-06-12 06:35:45 -040010015 .symlink = btrfs_symlink,
10016 .setattr = btrfs_setattr,
Josef Bacik618e21d2007-07-11 10:18:17 -040010017 .mknod = btrfs_mknod,
Christoph Hellwig95819c02008-08-28 06:21:17 -040010018 .setxattr = btrfs_setxattr,
10019 .getxattr = btrfs_getxattr,
Josef Bacik5103e942007-11-16 11:45:54 -050010020 .listxattr = btrfs_listxattr,
Christoph Hellwig95819c02008-08-28 06:21:17 -040010021 .removexattr = btrfs_removexattr,
Yanfdebe2b2008-01-14 13:26:08 -050010022 .permission = btrfs_permission,
Christoph Hellwig4e34e712011-07-23 17:37:31 +020010023 .get_acl = btrfs_get_acl,
Christoph Hellwig996a7102013-12-20 05:16:43 -080010024 .set_acl = btrfs_set_acl,
Guangyu Sun93fd63c2013-09-16 10:42:03 -070010025 .update_time = btrfs_update_time,
Filipe Mananaef3b9af2014-04-27 20:40:45 +010010026 .tmpfile = btrfs_tmpfile,
Chris Mason39279cc2007-06-12 06:35:45 -040010027};
Alexey Dobriyan6e1d5dc2009-09-21 17:01:11 -070010028static const struct inode_operations btrfs_dir_ro_inode_operations = {
Chris Mason39279cc2007-06-12 06:35:45 -040010029 .lookup = btrfs_lookup,
Yanfdebe2b2008-01-14 13:26:08 -050010030 .permission = btrfs_permission,
Christoph Hellwig4e34e712011-07-23 17:37:31 +020010031 .get_acl = btrfs_get_acl,
Christoph Hellwig996a7102013-12-20 05:16:43 -080010032 .set_acl = btrfs_set_acl,
Guangyu Sun93fd63c2013-09-16 10:42:03 -070010033 .update_time = btrfs_update_time,
Chris Mason39279cc2007-06-12 06:35:45 -040010034};
Yan, Zheng76dda932009-09-21 16:00:26 -040010035
Alexey Dobriyan828c0952009-10-01 15:43:56 -070010036static const struct file_operations btrfs_dir_file_operations = {
Chris Mason39279cc2007-06-12 06:35:45 -040010037 .llseek = generic_file_llseek,
10038 .read = generic_read_dir,
Al Viro9cdda8d2013-05-22 16:48:09 -040010039 .iterate = btrfs_real_readdir,
Christoph Hellwig34287aa2007-09-14 10:22:47 -040010040 .unlocked_ioctl = btrfs_ioctl,
Chris Mason39279cc2007-06-12 06:35:45 -040010041#ifdef CONFIG_COMPAT
Christoph Hellwig34287aa2007-09-14 10:22:47 -040010042 .compat_ioctl = btrfs_ioctl,
Chris Mason39279cc2007-06-12 06:35:45 -040010043#endif
Sage Weil6bf13c02008-06-10 10:07:39 -040010044 .release = btrfs_release_file,
Chris Masone02119d2008-09-05 16:13:11 -040010045 .fsync = btrfs_sync_file,
Chris Mason39279cc2007-06-12 06:35:45 -040010046};
10047
Chris Masond1310b22008-01-24 16:13:08 -050010048static struct extent_io_ops btrfs_extent_io_ops = {
Chris Mason07157aa2007-08-30 08:50:51 -040010049 .fill_delalloc = run_delalloc_range,
Chris Mason065631f2008-02-20 12:07:25 -050010050 .submit_bio_hook = btrfs_submit_bio_hook,
Chris Mason239b14b2008-03-24 15:02:07 -040010051 .merge_bio_hook = btrfs_merge_bio_hook,
Chris Mason07157aa2007-08-30 08:50:51 -040010052 .readpage_end_io_hook = btrfs_readpage_end_io_hook,
Chris Masone6dcd2d2008-07-17 12:53:50 -040010053 .writepage_end_io_hook = btrfs_writepage_end_io_hook,
Chris Mason247e7432008-07-17 12:53:51 -040010054 .writepage_start_hook = btrfs_writepage_start_hook,
Chris Masonb0c68f82008-01-31 11:05:37 -050010055 .set_bit_hook = btrfs_set_bit_hook,
10056 .clear_bit_hook = btrfs_clear_bit_hook,
Josef Bacik9ed74f22009-09-11 16:12:44 -040010057 .merge_extent_hook = btrfs_merge_extent_hook,
10058 .split_extent_hook = btrfs_split_extent_hook,
Chris Mason07157aa2007-08-30 08:50:51 -040010059};
10060
Chris Mason35054392009-01-21 13:11:13 -050010061/*
10062 * btrfs doesn't support the bmap operation because swapfiles
10063 * use bmap to make a mapping of extents in the file. They assume
10064 * these extents won't change over the life of the file and they
10065 * use the bmap result to do IO directly to the drive.
10066 *
10067 * the btrfs bmap call would return logical addresses that aren't
10068 * suitable for IO and they also will change frequently as COW
10069 * operations happen. So, swapfile + btrfs == corruption.
10070 *
10071 * For now we're avoiding this by dropping bmap.
10072 */
Alexey Dobriyan7f094102009-09-21 17:01:10 -070010073static const struct address_space_operations btrfs_aops = {
Chris Mason39279cc2007-06-12 06:35:45 -040010074 .readpage = btrfs_readpage,
10075 .writepage = btrfs_writepage,
Chris Masonb293f022007-11-01 19:45:34 -040010076 .writepages = btrfs_writepages,
Chris Mason3ab2fb52007-11-08 10:59:22 -050010077 .readpages = btrfs_readpages,
Chris Mason16432982008-04-10 10:23:21 -040010078 .direct_IO = btrfs_direct_IO,
Chris Masona52d9a82007-08-27 16:49:44 -040010079 .invalidatepage = btrfs_invalidatepage,
10080 .releasepage = btrfs_releasepage,
Chris Masone6dcd2d2008-07-17 12:53:50 -040010081 .set_page_dirty = btrfs_set_page_dirty,
Andi Kleen465fdd92009-09-16 11:50:18 +020010082 .error_remove_page = generic_error_remove_page,
Chris Mason39279cc2007-06-12 06:35:45 -040010083};
10084
Alexey Dobriyan7f094102009-09-21 17:01:10 -070010085static const struct address_space_operations btrfs_symlink_aops = {
Chris Mason39279cc2007-06-12 06:35:45 -040010086 .readpage = btrfs_readpage,
10087 .writepage = btrfs_writepage,
Chris Mason2bf5a722007-08-30 11:54:02 -040010088 .invalidatepage = btrfs_invalidatepage,
10089 .releasepage = btrfs_releasepage,
Chris Mason39279cc2007-06-12 06:35:45 -040010090};
10091
Alexey Dobriyan6e1d5dc2009-09-21 17:01:11 -070010092static const struct inode_operations btrfs_file_inode_operations = {
Chris Mason39279cc2007-06-12 06:35:45 -040010093 .getattr = btrfs_getattr,
10094 .setattr = btrfs_setattr,
Christoph Hellwig95819c02008-08-28 06:21:17 -040010095 .setxattr = btrfs_setxattr,
10096 .getxattr = btrfs_getxattr,
Josef Bacik5103e942007-11-16 11:45:54 -050010097 .listxattr = btrfs_listxattr,
Christoph Hellwig95819c02008-08-28 06:21:17 -040010098 .removexattr = btrfs_removexattr,
Yanfdebe2b2008-01-14 13:26:08 -050010099 .permission = btrfs_permission,
Yehuda Sadeh1506fcc2009-01-21 14:39:14 -050010100 .fiemap = btrfs_fiemap,
Christoph Hellwig4e34e712011-07-23 17:37:31 +020010101 .get_acl = btrfs_get_acl,
Christoph Hellwig996a7102013-12-20 05:16:43 -080010102 .set_acl = btrfs_set_acl,
Josef Bacike41f9412012-03-26 09:46:47 -040010103 .update_time = btrfs_update_time,
Chris Mason39279cc2007-06-12 06:35:45 -040010104};
Alexey Dobriyan6e1d5dc2009-09-21 17:01:11 -070010105static const struct inode_operations btrfs_special_inode_operations = {
Josef Bacik618e21d2007-07-11 10:18:17 -040010106 .getattr = btrfs_getattr,
10107 .setattr = btrfs_setattr,
Yanfdebe2b2008-01-14 13:26:08 -050010108 .permission = btrfs_permission,
Christoph Hellwig95819c02008-08-28 06:21:17 -040010109 .setxattr = btrfs_setxattr,
10110 .getxattr = btrfs_getxattr,
Josef Bacik33268ea2008-07-24 12:16:36 -040010111 .listxattr = btrfs_listxattr,
Christoph Hellwig95819c02008-08-28 06:21:17 -040010112 .removexattr = btrfs_removexattr,
Christoph Hellwig4e34e712011-07-23 17:37:31 +020010113 .get_acl = btrfs_get_acl,
Christoph Hellwig996a7102013-12-20 05:16:43 -080010114 .set_acl = btrfs_set_acl,
Josef Bacike41f9412012-03-26 09:46:47 -040010115 .update_time = btrfs_update_time,
Josef Bacik618e21d2007-07-11 10:18:17 -040010116};
Alexey Dobriyan6e1d5dc2009-09-21 17:01:11 -070010117static const struct inode_operations btrfs_symlink_inode_operations = {
Chris Mason39279cc2007-06-12 06:35:45 -040010118 .readlink = generic_readlink,
10119 .follow_link = page_follow_link_light,
10120 .put_link = page_put_link,
Li Zefanf2095612010-11-19 02:05:24 +000010121 .getattr = btrfs_getattr,
Josef Bacik22c44fe2011-11-30 10:45:38 -050010122 .setattr = btrfs_setattr,
Yanfdebe2b2008-01-14 13:26:08 -050010123 .permission = btrfs_permission,
Jim Owens0279b4c2009-02-04 09:29:13 -050010124 .setxattr = btrfs_setxattr,
10125 .getxattr = btrfs_getxattr,
10126 .listxattr = btrfs_listxattr,
10127 .removexattr = btrfs_removexattr,
Josef Bacike41f9412012-03-26 09:46:47 -040010128 .update_time = btrfs_update_time,
Chris Mason39279cc2007-06-12 06:35:45 -040010129};
Yan, Zheng76dda932009-09-21 16:00:26 -040010130
Alexey Dobriyan82d339d2009-10-09 09:54:36 -040010131const struct dentry_operations btrfs_dentry_operations = {
Yan, Zheng76dda932009-09-21 16:00:26 -040010132 .d_delete = btrfs_dentry_delete,
Josef Bacikb4aff1f2011-06-28 16:18:59 -040010133 .d_release = btrfs_dentry_release,
Yan, Zheng76dda932009-09-21 16:00:26 -040010134};