Btrfs: fix memory leak in btrfs_create_tree()
[linux-2.6-block.git] / fs / btrfs / inode.c
CommitLineData
6cbd5570
CM
1/*
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
8f18cf13 19#include <linux/kernel.h>
065631f6 20#include <linux/bio.h>
39279cc3 21#include <linux/buffer_head.h>
f2eb0a24 22#include <linux/file.h>
39279cc3
CM
23#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>
39279cc3
CM
29#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>
9ebefb18 35#include <linux/bit_spinlock.h>
5103e947 36#include <linux/xattr.h>
33268eaf 37#include <linux/posix_acl.h>
d899e052 38#include <linux/falloc.h>
5a0e3ad6 39#include <linux/slab.h>
7a36ddec 40#include <linux/ratelimit.h>
22c44fe6 41#include <linux/mount.h>
55e301fd 42#include <linux/btrfs.h>
53b381b3 43#include <linux/blkdev.h>
4b4e25f2 44#include "compat.h"
39279cc3
CM
45#include "ctree.h"
46#include "disk-io.h"
47#include "transaction.h"
48#include "btrfs_inode.h"
39279cc3 49#include "print-tree.h"
e6dcd2dc 50#include "ordered-data.h"
95819c05 51#include "xattr.h"
e02119d5 52#include "tree-log.h"
4a54c8c1 53#include "volumes.h"
c8b97818 54#include "compression.h"
b4ce94de 55#include "locking.h"
dc89e982 56#include "free-space-cache.h"
581bb050 57#include "inode-map.h"
38c227d8 58#include "backref.h"
39279cc3
CM
59
60struct btrfs_iget_args {
61 u64 ino;
62 struct btrfs_root *root;
63};
64
6e1d5dcc
AD
65static const struct inode_operations btrfs_dir_inode_operations;
66static const struct inode_operations btrfs_symlink_inode_operations;
67static const struct inode_operations btrfs_dir_ro_inode_operations;
68static const struct inode_operations btrfs_special_inode_operations;
69static const struct inode_operations btrfs_file_inode_operations;
7f09410b
AD
70static const struct address_space_operations btrfs_aops;
71static const struct address_space_operations btrfs_symlink_aops;
828c0950 72static const struct file_operations btrfs_dir_file_operations;
d1310b2e 73static struct extent_io_ops btrfs_extent_io_ops;
39279cc3
CM
74
75static struct kmem_cache *btrfs_inode_cachep;
8ccf6f19 76static struct kmem_cache *btrfs_delalloc_work_cachep;
39279cc3
CM
77struct kmem_cache *btrfs_trans_handle_cachep;
78struct kmem_cache *btrfs_transaction_cachep;
39279cc3 79struct kmem_cache *btrfs_path_cachep;
dc89e982 80struct kmem_cache *btrfs_free_space_cachep;
39279cc3
CM
81
82#define S_SHIFT 12
83static unsigned char btrfs_type_by_mode[S_IFMT >> S_SHIFT] = {
84 [S_IFREG >> S_SHIFT] = BTRFS_FT_REG_FILE,
85 [S_IFDIR >> S_SHIFT] = BTRFS_FT_DIR,
86 [S_IFCHR >> S_SHIFT] = BTRFS_FT_CHRDEV,
87 [S_IFBLK >> S_SHIFT] = BTRFS_FT_BLKDEV,
88 [S_IFIFO >> S_SHIFT] = BTRFS_FT_FIFO,
89 [S_IFSOCK >> S_SHIFT] = BTRFS_FT_SOCK,
90 [S_IFLNK >> S_SHIFT] = BTRFS_FT_SYMLINK,
91};
92
3972f260 93static int btrfs_setsize(struct inode *inode, struct iattr *attr);
a41ad394 94static int btrfs_truncate(struct inode *inode);
5fd02043 95static int btrfs_finish_ordered_io(struct btrfs_ordered_extent *ordered_extent);
771ed689
CM
96static noinline int cow_file_range(struct inode *inode,
97 struct page *locked_page,
98 u64 start, u64 end, int *page_started,
99 unsigned long *nr_written, int unlock);
70c8a91c
JB
100static struct extent_map *create_pinned_em(struct inode *inode, u64 start,
101 u64 len, u64 orig_start,
102 u64 block_start, u64 block_len,
103 u64 orig_block_len, int type);
7b128766 104
f34f57a3 105static int btrfs_init_inode_security(struct btrfs_trans_handle *trans,
2a7dba39
EP
106 struct inode *inode, struct inode *dir,
107 const struct qstr *qstr)
0279b4cd
JO
108{
109 int err;
110
f34f57a3 111 err = btrfs_init_acl(trans, inode, dir);
0279b4cd 112 if (!err)
2a7dba39 113 err = btrfs_xattr_security_init(trans, inode, dir, qstr);
0279b4cd
JO
114 return err;
115}
116
c8b97818
CM
117/*
118 * this does all the hard work for inserting an inline extent into
119 * the btree. The caller should have done a btrfs_drop_extents so that
120 * no overlapping inline items exist in the btree
121 */
d397712b 122static noinline int insert_inline_extent(struct btrfs_trans_handle *trans,
c8b97818
CM
123 struct btrfs_root *root, struct inode *inode,
124 u64 start, size_t size, size_t compressed_size,
fe3f566c 125 int compress_type,
c8b97818
CM
126 struct page **compressed_pages)
127{
128 struct btrfs_key key;
129 struct btrfs_path *path;
130 struct extent_buffer *leaf;
131 struct page *page = NULL;
132 char *kaddr;
133 unsigned long ptr;
134 struct btrfs_file_extent_item *ei;
135 int err = 0;
136 int ret;
137 size_t cur_size = size;
138 size_t datasize;
139 unsigned long offset;
c8b97818 140
fe3f566c 141 if (compressed_size && compressed_pages)
c8b97818 142 cur_size = compressed_size;
c8b97818 143
d397712b
CM
144 path = btrfs_alloc_path();
145 if (!path)
c8b97818
CM
146 return -ENOMEM;
147
b9473439 148 path->leave_spinning = 1;
c8b97818 149
33345d01 150 key.objectid = btrfs_ino(inode);
c8b97818
CM
151 key.offset = start;
152 btrfs_set_key_type(&key, BTRFS_EXTENT_DATA_KEY);
c8b97818
CM
153 datasize = btrfs_file_extent_calc_inline_size(cur_size);
154
155 inode_add_bytes(inode, size);
156 ret = btrfs_insert_empty_item(trans, root, path, &key,
157 datasize);
c8b97818
CM
158 if (ret) {
159 err = ret;
c8b97818
CM
160 goto fail;
161 }
162 leaf = path->nodes[0];
163 ei = btrfs_item_ptr(leaf, path->slots[0],
164 struct btrfs_file_extent_item);
165 btrfs_set_file_extent_generation(leaf, ei, trans->transid);
166 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE);
167 btrfs_set_file_extent_encryption(leaf, ei, 0);
168 btrfs_set_file_extent_other_encoding(leaf, ei, 0);
169 btrfs_set_file_extent_ram_bytes(leaf, ei, size);
170 ptr = btrfs_file_extent_inline_start(ei);
171
261507a0 172 if (compress_type != BTRFS_COMPRESS_NONE) {
c8b97818
CM
173 struct page *cpage;
174 int i = 0;
d397712b 175 while (compressed_size > 0) {
c8b97818 176 cpage = compressed_pages[i];
5b050f04 177 cur_size = min_t(unsigned long, compressed_size,
c8b97818
CM
178 PAGE_CACHE_SIZE);
179
7ac687d9 180 kaddr = kmap_atomic(cpage);
c8b97818 181 write_extent_buffer(leaf, kaddr, ptr, cur_size);
7ac687d9 182 kunmap_atomic(kaddr);
c8b97818
CM
183
184 i++;
185 ptr += cur_size;
186 compressed_size -= cur_size;
187 }
188 btrfs_set_file_extent_compression(leaf, ei,
261507a0 189 compress_type);
c8b97818
CM
190 } else {
191 page = find_get_page(inode->i_mapping,
192 start >> PAGE_CACHE_SHIFT);
193 btrfs_set_file_extent_compression(leaf, ei, 0);
7ac687d9 194 kaddr = kmap_atomic(page);
c8b97818
CM
195 offset = start & (PAGE_CACHE_SIZE - 1);
196 write_extent_buffer(leaf, kaddr + offset, ptr, size);
7ac687d9 197 kunmap_atomic(kaddr);
c8b97818
CM
198 page_cache_release(page);
199 }
200 btrfs_mark_buffer_dirty(leaf);
201 btrfs_free_path(path);
202
c2167754
YZ
203 /*
204 * we're an inline extent, so nobody can
205 * extend the file past i_size without locking
206 * a page we already have locked.
207 *
208 * We must do any isize and inode updates
209 * before we unlock the pages. Otherwise we
210 * could end up racing with unlink.
211 */
c8b97818 212 BTRFS_I(inode)->disk_i_size = inode->i_size;
79787eaa 213 ret = btrfs_update_inode(trans, root, inode);
c2167754 214
79787eaa 215 return ret;
c8b97818
CM
216fail:
217 btrfs_free_path(path);
218 return err;
219}
220
221
222/*
223 * conditionally insert an inline extent into the file. This
224 * does the checks required to make sure the data is small enough
225 * to fit as an inline extent.
226 */
7f366cfe 227static noinline int cow_file_range_inline(struct btrfs_trans_handle *trans,
c8b97818
CM
228 struct btrfs_root *root,
229 struct inode *inode, u64 start, u64 end,
fe3f566c 230 size_t compressed_size, int compress_type,
c8b97818
CM
231 struct page **compressed_pages)
232{
233 u64 isize = i_size_read(inode);
234 u64 actual_end = min(end + 1, isize);
235 u64 inline_len = actual_end - start;
fda2832f 236 u64 aligned_end = ALIGN(end, root->sectorsize);
c8b97818
CM
237 u64 data_len = inline_len;
238 int ret;
239
240 if (compressed_size)
241 data_len = compressed_size;
242
243 if (start > 0 ||
70b99e69 244 actual_end >= PAGE_CACHE_SIZE ||
c8b97818
CM
245 data_len >= BTRFS_MAX_INLINE_DATA_SIZE(root) ||
246 (!compressed_size &&
247 (actual_end & (root->sectorsize - 1)) == 0) ||
248 end + 1 < isize ||
249 data_len > root->fs_info->max_inline) {
250 return 1;
251 }
252
2671485d 253 ret = btrfs_drop_extents(trans, root, inode, start, aligned_end, 1);
79787eaa
JM
254 if (ret)
255 return ret;
c8b97818
CM
256
257 if (isize > actual_end)
258 inline_len = min_t(u64, isize, actual_end);
259 ret = insert_inline_extent(trans, root, inode, start,
260 inline_len, compressed_size,
fe3f566c 261 compress_type, compressed_pages);
2adcac1a 262 if (ret && ret != -ENOSPC) {
79787eaa
JM
263 btrfs_abort_transaction(trans, root, ret);
264 return ret;
2adcac1a
JB
265 } else if (ret == -ENOSPC) {
266 return 1;
79787eaa 267 }
2adcac1a 268
bdc20e67 269 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags);
0ca1f7ce 270 btrfs_delalloc_release_metadata(inode, end + 1 - start);
a1ed835e 271 btrfs_drop_extent_cache(inode, start, aligned_end - 1, 0);
c8b97818
CM
272 return 0;
273}
274
771ed689
CM
275struct async_extent {
276 u64 start;
277 u64 ram_size;
278 u64 compressed_size;
279 struct page **pages;
280 unsigned long nr_pages;
261507a0 281 int compress_type;
771ed689
CM
282 struct list_head list;
283};
284
285struct async_cow {
286 struct inode *inode;
287 struct btrfs_root *root;
288 struct page *locked_page;
289 u64 start;
290 u64 end;
291 struct list_head extents;
292 struct btrfs_work work;
293};
294
295static noinline int add_async_extent(struct async_cow *cow,
296 u64 start, u64 ram_size,
297 u64 compressed_size,
298 struct page **pages,
261507a0
LZ
299 unsigned long nr_pages,
300 int compress_type)
771ed689
CM
301{
302 struct async_extent *async_extent;
303
304 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS);
79787eaa 305 BUG_ON(!async_extent); /* -ENOMEM */
771ed689
CM
306 async_extent->start = start;
307 async_extent->ram_size = ram_size;
308 async_extent->compressed_size = compressed_size;
309 async_extent->pages = pages;
310 async_extent->nr_pages = nr_pages;
261507a0 311 async_extent->compress_type = compress_type;
771ed689
CM
312 list_add_tail(&async_extent->list, &cow->extents);
313 return 0;
314}
315
d352ac68 316/*
771ed689
CM
317 * we create compressed extents in two phases. The first
318 * phase compresses a range of pages that have already been
319 * locked (both pages and state bits are locked).
c8b97818 320 *
771ed689
CM
321 * This is done inside an ordered work queue, and the compression
322 * is spread across many cpus. The actual IO submission is step
323 * two, and the ordered work queue takes care of making sure that
324 * happens in the same order things were put onto the queue by
325 * writepages and friends.
c8b97818 326 *
771ed689
CM
327 * If this code finds it can't get good compression, it puts an
328 * entry onto the work queue to write the uncompressed bytes. This
329 * makes sure that both compressed inodes and uncompressed inodes
b2570314
AB
330 * are written in the same order that the flusher thread sent them
331 * down.
d352ac68 332 */
771ed689
CM
333static noinline int compress_file_range(struct inode *inode,
334 struct page *locked_page,
335 u64 start, u64 end,
336 struct async_cow *async_cow,
337 int *num_added)
b888db2b
CM
338{
339 struct btrfs_root *root = BTRFS_I(inode)->root;
340 struct btrfs_trans_handle *trans;
db94535d 341 u64 num_bytes;
db94535d 342 u64 blocksize = root->sectorsize;
c8b97818 343 u64 actual_end;
42dc7bab 344 u64 isize = i_size_read(inode);
e6dcd2dc 345 int ret = 0;
c8b97818
CM
346 struct page **pages = NULL;
347 unsigned long nr_pages;
348 unsigned long nr_pages_ret = 0;
349 unsigned long total_compressed = 0;
350 unsigned long total_in = 0;
351 unsigned long max_compressed = 128 * 1024;
771ed689 352 unsigned long max_uncompressed = 128 * 1024;
c8b97818
CM
353 int i;
354 int will_compress;
261507a0 355 int compress_type = root->fs_info->compress_type;
b888db2b 356
4cb13e5d
LB
357 /* if this is a small write inside eof, kick off a defrag */
358 if ((end - start + 1) < 16 * 1024 &&
359 (start > 0 || end + 1 < BTRFS_I(inode)->disk_i_size))
4cb5300b
CM
360 btrfs_add_inode_defrag(NULL, inode);
361
42dc7bab 362 actual_end = min_t(u64, isize, end + 1);
c8b97818
CM
363again:
364 will_compress = 0;
365 nr_pages = (end >> PAGE_CACHE_SHIFT) - (start >> PAGE_CACHE_SHIFT) + 1;
366 nr_pages = min(nr_pages, (128 * 1024UL) / PAGE_CACHE_SIZE);
be20aa9d 367
f03d9301
CM
368 /*
369 * we don't want to send crud past the end of i_size through
370 * compression, that's just a waste of CPU time. So, if the
371 * end of the file is before the start of our current
372 * requested range of bytes, we bail out to the uncompressed
373 * cleanup code that can deal with all of this.
374 *
375 * It isn't really the fastest way to fix things, but this is a
376 * very uncommon corner.
377 */
378 if (actual_end <= start)
379 goto cleanup_and_bail_uncompressed;
380
c8b97818
CM
381 total_compressed = actual_end - start;
382
383 /* we want to make sure that amount of ram required to uncompress
384 * an extent is reasonable, so we limit the total size in ram
771ed689
CM
385 * of a compressed extent to 128k. This is a crucial number
386 * because it also controls how easily we can spread reads across
387 * cpus for decompression.
388 *
389 * We also want to make sure the amount of IO required to do
390 * a random read is reasonably small, so we limit the size of
391 * a compressed extent to 128k.
c8b97818
CM
392 */
393 total_compressed = min(total_compressed, max_uncompressed);
fda2832f 394 num_bytes = ALIGN(end - start + 1, blocksize);
be20aa9d 395 num_bytes = max(blocksize, num_bytes);
c8b97818
CM
396 total_in = 0;
397 ret = 0;
db94535d 398
771ed689
CM
399 /*
400 * we do compression for mount -o compress and when the
401 * inode has not been flagged as nocompress. This flag can
402 * change at any time if we discover bad compression ratios.
c8b97818 403 */
6cbff00f 404 if (!(BTRFS_I(inode)->flags & BTRFS_INODE_NOCOMPRESS) &&
1e701a32 405 (btrfs_test_opt(root, COMPRESS) ||
75e7cb7f
LB
406 (BTRFS_I(inode)->force_compress) ||
407 (BTRFS_I(inode)->flags & BTRFS_INODE_COMPRESS))) {
c8b97818 408 WARN_ON(pages);
cfbc246e 409 pages = kzalloc(sizeof(struct page *) * nr_pages, GFP_NOFS);
560f7d75
LZ
410 if (!pages) {
411 /* just bail out to the uncompressed code */
412 goto cont;
413 }
c8b97818 414
261507a0
LZ
415 if (BTRFS_I(inode)->force_compress)
416 compress_type = BTRFS_I(inode)->force_compress;
417
418 ret = btrfs_compress_pages(compress_type,
419 inode->i_mapping, start,
420 total_compressed, pages,
421 nr_pages, &nr_pages_ret,
422 &total_in,
423 &total_compressed,
424 max_compressed);
c8b97818
CM
425
426 if (!ret) {
427 unsigned long offset = total_compressed &
428 (PAGE_CACHE_SIZE - 1);
429 struct page *page = pages[nr_pages_ret - 1];
430 char *kaddr;
431
432 /* zero the tail end of the last page, we might be
433 * sending it down to disk
434 */
435 if (offset) {
7ac687d9 436 kaddr = kmap_atomic(page);
c8b97818
CM
437 memset(kaddr + offset, 0,
438 PAGE_CACHE_SIZE - offset);
7ac687d9 439 kunmap_atomic(kaddr);
c8b97818
CM
440 }
441 will_compress = 1;
442 }
443 }
560f7d75 444cont:
c8b97818 445 if (start == 0) {
7a7eaa40 446 trans = btrfs_join_transaction(root);
79787eaa
JM
447 if (IS_ERR(trans)) {
448 ret = PTR_ERR(trans);
449 trans = NULL;
450 goto cleanup_and_out;
451 }
0ca1f7ce 452 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
771ed689 453
c8b97818 454 /* lets try to make an inline extent */
771ed689 455 if (ret || total_in < (actual_end - start)) {
c8b97818 456 /* we didn't compress the entire range, try
771ed689 457 * to make an uncompressed inline extent.
c8b97818
CM
458 */
459 ret = cow_file_range_inline(trans, root, inode,
fe3f566c 460 start, end, 0, 0, NULL);
c8b97818 461 } else {
771ed689 462 /* try making a compressed inline extent */
c8b97818
CM
463 ret = cow_file_range_inline(trans, root, inode,
464 start, end,
fe3f566c
LZ
465 total_compressed,
466 compress_type, pages);
c8b97818 467 }
79787eaa 468 if (ret <= 0) {
771ed689 469 /*
79787eaa
JM
470 * inline extent creation worked or returned error,
471 * we don't need to create any more async work items.
472 * Unlock and free up our temp pages.
771ed689 473 */
c8b97818 474 extent_clear_unlock_delalloc(inode,
a791e35e
CM
475 &BTRFS_I(inode)->io_tree,
476 start, end, NULL,
477 EXTENT_CLEAR_UNLOCK_PAGE | EXTENT_CLEAR_DIRTY |
a3429ab7 478 EXTENT_CLEAR_DELALLOC |
a791e35e 479 EXTENT_SET_WRITEBACK | EXTENT_END_WRITEBACK);
c2167754
YZ
480
481 btrfs_end_transaction(trans, root);
c8b97818
CM
482 goto free_pages_out;
483 }
c2167754 484 btrfs_end_transaction(trans, root);
c8b97818
CM
485 }
486
487 if (will_compress) {
488 /*
489 * we aren't doing an inline extent round the compressed size
490 * up to a block size boundary so the allocator does sane
491 * things
492 */
fda2832f 493 total_compressed = ALIGN(total_compressed, blocksize);
c8b97818
CM
494
495 /*
496 * one last check to make sure the compression is really a
497 * win, compare the page count read with the blocks on disk
498 */
fda2832f 499 total_in = ALIGN(total_in, PAGE_CACHE_SIZE);
c8b97818
CM
500 if (total_compressed >= total_in) {
501 will_compress = 0;
502 } else {
c8b97818
CM
503 num_bytes = total_in;
504 }
505 }
506 if (!will_compress && pages) {
507 /*
508 * the compression code ran but failed to make things smaller,
509 * free any pages it allocated and our page pointer array
510 */
511 for (i = 0; i < nr_pages_ret; i++) {
70b99e69 512 WARN_ON(pages[i]->mapping);
c8b97818
CM
513 page_cache_release(pages[i]);
514 }
515 kfree(pages);
516 pages = NULL;
517 total_compressed = 0;
518 nr_pages_ret = 0;
519
520 /* flag the file so we don't compress in the future */
1e701a32
CM
521 if (!btrfs_test_opt(root, FORCE_COMPRESS) &&
522 !(BTRFS_I(inode)->force_compress)) {
a555f810 523 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS;
1e701a32 524 }
c8b97818 525 }
771ed689
CM
526 if (will_compress) {
527 *num_added += 1;
c8b97818 528
771ed689
CM
529 /* the async work queues will take care of doing actual
530 * allocation on disk for these compressed pages,
531 * and will submit them to the elevator.
532 */
533 add_async_extent(async_cow, start, num_bytes,
261507a0
LZ
534 total_compressed, pages, nr_pages_ret,
535 compress_type);
179e29e4 536
24ae6365 537 if (start + num_bytes < end) {
771ed689
CM
538 start += num_bytes;
539 pages = NULL;
540 cond_resched();
541 goto again;
542 }
543 } else {
f03d9301 544cleanup_and_bail_uncompressed:
771ed689
CM
545 /*
546 * No compression, but we still need to write the pages in
547 * the file we've been given so far. redirty the locked
548 * page if it corresponds to our extent and set things up
549 * for the async work queue to run cow_file_range to do
550 * the normal delalloc dance
551 */
552 if (page_offset(locked_page) >= start &&
553 page_offset(locked_page) <= end) {
554 __set_page_dirty_nobuffers(locked_page);
555 /* unlocked later on in the async handlers */
556 }
261507a0
LZ
557 add_async_extent(async_cow, start, end - start + 1,
558 0, NULL, 0, BTRFS_COMPRESS_NONE);
771ed689
CM
559 *num_added += 1;
560 }
3b951516 561
771ed689 562out:
79787eaa 563 return ret;
771ed689
CM
564
565free_pages_out:
566 for (i = 0; i < nr_pages_ret; i++) {
567 WARN_ON(pages[i]->mapping);
568 page_cache_release(pages[i]);
569 }
d397712b 570 kfree(pages);
771ed689
CM
571
572 goto out;
79787eaa
JM
573
574cleanup_and_out:
575 extent_clear_unlock_delalloc(inode, &BTRFS_I(inode)->io_tree,
576 start, end, NULL,
577 EXTENT_CLEAR_UNLOCK_PAGE |
578 EXTENT_CLEAR_DIRTY |
579 EXTENT_CLEAR_DELALLOC |
580 EXTENT_SET_WRITEBACK |
581 EXTENT_END_WRITEBACK);
582 if (!trans || IS_ERR(trans))
583 btrfs_error(root->fs_info, ret, "Failed to join transaction");
584 else
585 btrfs_abort_transaction(trans, root, ret);
586 goto free_pages_out;
771ed689
CM
587}
588
589/*
590 * phase two of compressed writeback. This is the ordered portion
591 * of the code, which only gets called in the order the work was
592 * queued. We walk all the async extents created by compress_file_range
593 * and send them down to the disk.
594 */
595static noinline int submit_compressed_extents(struct inode *inode,
596 struct async_cow *async_cow)
597{
598 struct async_extent *async_extent;
599 u64 alloc_hint = 0;
600 struct btrfs_trans_handle *trans;
601 struct btrfs_key ins;
602 struct extent_map *em;
603 struct btrfs_root *root = BTRFS_I(inode)->root;
604 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
605 struct extent_io_tree *io_tree;
f5a84ee3 606 int ret = 0;
771ed689
CM
607
608 if (list_empty(&async_cow->extents))
609 return 0;
610
3e04e7f1 611again:
d397712b 612 while (!list_empty(&async_cow->extents)) {
771ed689
CM
613 async_extent = list_entry(async_cow->extents.next,
614 struct async_extent, list);
615 list_del(&async_extent->list);
c8b97818 616
771ed689
CM
617 io_tree = &BTRFS_I(inode)->io_tree;
618
f5a84ee3 619retry:
771ed689
CM
620 /* did the compression code fall back to uncompressed IO? */
621 if (!async_extent->pages) {
622 int page_started = 0;
623 unsigned long nr_written = 0;
624
625 lock_extent(io_tree, async_extent->start,
2ac55d41 626 async_extent->start +
d0082371 627 async_extent->ram_size - 1);
771ed689
CM
628
629 /* allocate blocks */
f5a84ee3
JB
630 ret = cow_file_range(inode, async_cow->locked_page,
631 async_extent->start,
632 async_extent->start +
633 async_extent->ram_size - 1,
634 &page_started, &nr_written, 0);
771ed689 635
79787eaa
JM
636 /* JDM XXX */
637
771ed689
CM
638 /*
639 * if page_started, cow_file_range inserted an
640 * inline extent and took care of all the unlocking
641 * and IO for us. Otherwise, we need to submit
642 * all those pages down to the drive.
643 */
f5a84ee3 644 if (!page_started && !ret)
771ed689
CM
645 extent_write_locked_range(io_tree,
646 inode, async_extent->start,
d397712b 647 async_extent->start +
771ed689
CM
648 async_extent->ram_size - 1,
649 btrfs_get_extent,
650 WB_SYNC_ALL);
3e04e7f1
JB
651 else if (ret)
652 unlock_page(async_cow->locked_page);
771ed689
CM
653 kfree(async_extent);
654 cond_resched();
655 continue;
656 }
657
658 lock_extent(io_tree, async_extent->start,
d0082371 659 async_extent->start + async_extent->ram_size - 1);
771ed689 660
7a7eaa40 661 trans = btrfs_join_transaction(root);
79787eaa
JM
662 if (IS_ERR(trans)) {
663 ret = PTR_ERR(trans);
664 } else {
665 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
666 ret = btrfs_reserve_extent(trans, root,
771ed689
CM
667 async_extent->compressed_size,
668 async_extent->compressed_size,
81c9ad23 669 0, alloc_hint, &ins, 1);
962197ba 670 if (ret && ret != -ENOSPC)
79787eaa
JM
671 btrfs_abort_transaction(trans, root, ret);
672 btrfs_end_transaction(trans, root);
673 }
c2167754 674
f5a84ee3
JB
675 if (ret) {
676 int i;
3e04e7f1 677
f5a84ee3
JB
678 for (i = 0; i < async_extent->nr_pages; i++) {
679 WARN_ON(async_extent->pages[i]->mapping);
680 page_cache_release(async_extent->pages[i]);
681 }
682 kfree(async_extent->pages);
683 async_extent->nr_pages = 0;
684 async_extent->pages = NULL;
3e04e7f1 685
79787eaa
JM
686 if (ret == -ENOSPC)
687 goto retry;
3e04e7f1 688 goto out_free;
f5a84ee3
JB
689 }
690
c2167754
YZ
691 /*
692 * here we're doing allocation and writeback of the
693 * compressed pages
694 */
695 btrfs_drop_extent_cache(inode, async_extent->start,
696 async_extent->start +
697 async_extent->ram_size - 1, 0);
698
172ddd60 699 em = alloc_extent_map();
3e04e7f1
JB
700 if (!em)
701 goto out_free_reserve;
771ed689
CM
702 em->start = async_extent->start;
703 em->len = async_extent->ram_size;
445a6944 704 em->orig_start = em->start;
2ab28f32
JB
705 em->mod_start = em->start;
706 em->mod_len = em->len;
c8b97818 707
771ed689
CM
708 em->block_start = ins.objectid;
709 em->block_len = ins.offset;
b4939680 710 em->orig_block_len = ins.offset;
771ed689 711 em->bdev = root->fs_info->fs_devices->latest_bdev;
261507a0 712 em->compress_type = async_extent->compress_type;
771ed689
CM
713 set_bit(EXTENT_FLAG_PINNED, &em->flags);
714 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags);
70c8a91c 715 em->generation = -1;
771ed689 716
d397712b 717 while (1) {
890871be 718 write_lock(&em_tree->lock);
771ed689 719 ret = add_extent_mapping(em_tree, em);
70c8a91c
JB
720 if (!ret)
721 list_move(&em->list,
722 &em_tree->modified_extents);
890871be 723 write_unlock(&em_tree->lock);
771ed689
CM
724 if (ret != -EEXIST) {
725 free_extent_map(em);
726 break;
727 }
728 btrfs_drop_extent_cache(inode, async_extent->start,
729 async_extent->start +
730 async_extent->ram_size - 1, 0);
731 }
732
3e04e7f1
JB
733 if (ret)
734 goto out_free_reserve;
735
261507a0
LZ
736 ret = btrfs_add_ordered_extent_compress(inode,
737 async_extent->start,
738 ins.objectid,
739 async_extent->ram_size,
740 ins.offset,
741 BTRFS_ORDERED_COMPRESSED,
742 async_extent->compress_type);
3e04e7f1
JB
743 if (ret)
744 goto out_free_reserve;
771ed689 745
771ed689
CM
746 /*
747 * clear dirty, set writeback and unlock the pages.
748 */
749 extent_clear_unlock_delalloc(inode,
a791e35e
CM
750 &BTRFS_I(inode)->io_tree,
751 async_extent->start,
752 async_extent->start +
753 async_extent->ram_size - 1,
754 NULL, EXTENT_CLEAR_UNLOCK_PAGE |
755 EXTENT_CLEAR_UNLOCK |
a3429ab7 756 EXTENT_CLEAR_DELALLOC |
a791e35e 757 EXTENT_CLEAR_DIRTY | EXTENT_SET_WRITEBACK);
771ed689
CM
758
759 ret = btrfs_submit_compressed_write(inode,
d397712b
CM
760 async_extent->start,
761 async_extent->ram_size,
762 ins.objectid,
763 ins.offset, async_extent->pages,
764 async_extent->nr_pages);
771ed689
CM
765 alloc_hint = ins.objectid + ins.offset;
766 kfree(async_extent);
3e04e7f1
JB
767 if (ret)
768 goto out;
771ed689
CM
769 cond_resched();
770 }
79787eaa
JM
771 ret = 0;
772out:
773 return ret;
3e04e7f1
JB
774out_free_reserve:
775 btrfs_free_reserved_extent(root, ins.objectid, ins.offset);
79787eaa 776out_free:
3e04e7f1
JB
777 extent_clear_unlock_delalloc(inode, &BTRFS_I(inode)->io_tree,
778 async_extent->start,
779 async_extent->start +
780 async_extent->ram_size - 1,
781 NULL, EXTENT_CLEAR_UNLOCK_PAGE |
782 EXTENT_CLEAR_UNLOCK |
783 EXTENT_CLEAR_DELALLOC |
784 EXTENT_CLEAR_DIRTY |
785 EXTENT_SET_WRITEBACK |
786 EXTENT_END_WRITEBACK);
79787eaa 787 kfree(async_extent);
3e04e7f1 788 goto again;
771ed689
CM
789}
790
4b46fce2
JB
791static u64 get_extent_allocation_hint(struct inode *inode, u64 start,
792 u64 num_bytes)
793{
794 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
795 struct extent_map *em;
796 u64 alloc_hint = 0;
797
798 read_lock(&em_tree->lock);
799 em = search_extent_mapping(em_tree, start, num_bytes);
800 if (em) {
801 /*
802 * if block start isn't an actual block number then find the
803 * first block in this inode and use that as a hint. If that
804 * block is also bogus then just don't worry about it.
805 */
806 if (em->block_start >= EXTENT_MAP_LAST_BYTE) {
807 free_extent_map(em);
808 em = search_extent_mapping(em_tree, 0, 0);
809 if (em && em->block_start < EXTENT_MAP_LAST_BYTE)
810 alloc_hint = em->block_start;
811 if (em)
812 free_extent_map(em);
813 } else {
814 alloc_hint = em->block_start;
815 free_extent_map(em);
816 }
817 }
818 read_unlock(&em_tree->lock);
819
820 return alloc_hint;
821}
822
771ed689
CM
823/*
824 * when extent_io.c finds a delayed allocation range in the file,
825 * the call backs end up in this code. The basic idea is to
826 * allocate extents on disk for the range, and create ordered data structs
827 * in ram to track those extents.
828 *
829 * locked_page is the page that writepage had locked already. We use
830 * it to make sure we don't do extra locks or unlocks.
831 *
832 * *page_started is set to one if we unlock locked_page and do everything
833 * required to start IO on it. It may be clean and already done with
834 * IO when we return.
835 */
b7d5b0a8
MX
836static noinline int __cow_file_range(struct btrfs_trans_handle *trans,
837 struct inode *inode,
838 struct btrfs_root *root,
839 struct page *locked_page,
840 u64 start, u64 end, int *page_started,
841 unsigned long *nr_written,
842 int unlock)
771ed689 843{
771ed689
CM
844 u64 alloc_hint = 0;
845 u64 num_bytes;
846 unsigned long ram_size;
847 u64 disk_num_bytes;
848 u64 cur_alloc_size;
849 u64 blocksize = root->sectorsize;
771ed689
CM
850 struct btrfs_key ins;
851 struct extent_map *em;
852 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
853 int ret = 0;
854
83eea1f1 855 BUG_ON(btrfs_is_free_space_inode(inode));
771ed689 856
fda2832f 857 num_bytes = ALIGN(end - start + 1, blocksize);
771ed689
CM
858 num_bytes = max(blocksize, num_bytes);
859 disk_num_bytes = num_bytes;
771ed689 860
4cb5300b 861 /* if this is a small write inside eof, kick off defrag */
4cb13e5d
LB
862 if (num_bytes < 64 * 1024 &&
863 (start > 0 || end + 1 < BTRFS_I(inode)->disk_i_size))
4cb5300b
CM
864 btrfs_add_inode_defrag(trans, inode);
865
771ed689
CM
866 if (start == 0) {
867 /* lets try to make an inline extent */
868 ret = cow_file_range_inline(trans, root, inode,
fe3f566c 869 start, end, 0, 0, NULL);
771ed689
CM
870 if (ret == 0) {
871 extent_clear_unlock_delalloc(inode,
a791e35e
CM
872 &BTRFS_I(inode)->io_tree,
873 start, end, NULL,
874 EXTENT_CLEAR_UNLOCK_PAGE |
875 EXTENT_CLEAR_UNLOCK |
876 EXTENT_CLEAR_DELALLOC |
877 EXTENT_CLEAR_DIRTY |
878 EXTENT_SET_WRITEBACK |
879 EXTENT_END_WRITEBACK);
c2167754 880
771ed689
CM
881 *nr_written = *nr_written +
882 (end - start + PAGE_CACHE_SIZE) / PAGE_CACHE_SIZE;
883 *page_started = 1;
771ed689 884 goto out;
79787eaa
JM
885 } else if (ret < 0) {
886 btrfs_abort_transaction(trans, root, ret);
887 goto out_unlock;
771ed689
CM
888 }
889 }
890
891 BUG_ON(disk_num_bytes >
6c41761f 892 btrfs_super_total_bytes(root->fs_info->super_copy));
771ed689 893
4b46fce2 894 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes);
771ed689
CM
895 btrfs_drop_extent_cache(inode, start, start + num_bytes - 1, 0);
896
d397712b 897 while (disk_num_bytes > 0) {
a791e35e
CM
898 unsigned long op;
899
287a0ab9 900 cur_alloc_size = disk_num_bytes;
e6dcd2dc 901 ret = btrfs_reserve_extent(trans, root, cur_alloc_size,
771ed689 902 root->sectorsize, 0, alloc_hint,
81c9ad23 903 &ins, 1);
79787eaa
JM
904 if (ret < 0) {
905 btrfs_abort_transaction(trans, root, ret);
906 goto out_unlock;
907 }
d397712b 908
172ddd60 909 em = alloc_extent_map();
79787eaa 910 BUG_ON(!em); /* -ENOMEM */
e6dcd2dc 911 em->start = start;
445a6944 912 em->orig_start = em->start;
771ed689
CM
913 ram_size = ins.offset;
914 em->len = ins.offset;
2ab28f32
JB
915 em->mod_start = em->start;
916 em->mod_len = em->len;
c8b97818 917
e6dcd2dc 918 em->block_start = ins.objectid;
c8b97818 919 em->block_len = ins.offset;
b4939680 920 em->orig_block_len = ins.offset;
e6dcd2dc 921 em->bdev = root->fs_info->fs_devices->latest_bdev;
7f3c74fb 922 set_bit(EXTENT_FLAG_PINNED, &em->flags);
70c8a91c 923 em->generation = -1;
c8b97818 924
d397712b 925 while (1) {
890871be 926 write_lock(&em_tree->lock);
e6dcd2dc 927 ret = add_extent_mapping(em_tree, em);
70c8a91c
JB
928 if (!ret)
929 list_move(&em->list,
930 &em_tree->modified_extents);
890871be 931 write_unlock(&em_tree->lock);
e6dcd2dc
CM
932 if (ret != -EEXIST) {
933 free_extent_map(em);
934 break;
935 }
936 btrfs_drop_extent_cache(inode, start,
c8b97818 937 start + ram_size - 1, 0);
e6dcd2dc
CM
938 }
939
98d20f67 940 cur_alloc_size = ins.offset;
e6dcd2dc 941 ret = btrfs_add_ordered_extent(inode, start, ins.objectid,
771ed689 942 ram_size, cur_alloc_size, 0);
79787eaa 943 BUG_ON(ret); /* -ENOMEM */
c8b97818 944
17d217fe
YZ
945 if (root->root_key.objectid ==
946 BTRFS_DATA_RELOC_TREE_OBJECTID) {
947 ret = btrfs_reloc_clone_csums(inode, start,
948 cur_alloc_size);
79787eaa
JM
949 if (ret) {
950 btrfs_abort_transaction(trans, root, ret);
951 goto out_unlock;
952 }
17d217fe
YZ
953 }
954
d397712b 955 if (disk_num_bytes < cur_alloc_size)
3b951516 956 break;
d397712b 957
c8b97818
CM
958 /* we're not doing compressed IO, don't unlock the first
959 * page (which the caller expects to stay locked), don't
960 * clear any dirty bits and don't set any writeback bits
8b62b72b
CM
961 *
962 * Do set the Private2 bit so we know this page was properly
963 * setup for writepage
c8b97818 964 */
a791e35e
CM
965 op = unlock ? EXTENT_CLEAR_UNLOCK_PAGE : 0;
966 op |= EXTENT_CLEAR_UNLOCK | EXTENT_CLEAR_DELALLOC |
967 EXTENT_SET_PRIVATE2;
968
c8b97818
CM
969 extent_clear_unlock_delalloc(inode, &BTRFS_I(inode)->io_tree,
970 start, start + ram_size - 1,
a791e35e 971 locked_page, op);
c8b97818 972 disk_num_bytes -= cur_alloc_size;
c59f8951
CM
973 num_bytes -= cur_alloc_size;
974 alloc_hint = ins.objectid + ins.offset;
975 start += cur_alloc_size;
b888db2b 976 }
79787eaa 977out:
be20aa9d 978 return ret;
b7d5b0a8 979
79787eaa
JM
980out_unlock:
981 extent_clear_unlock_delalloc(inode,
982 &BTRFS_I(inode)->io_tree,
beb42dd7 983 start, end, locked_page,
79787eaa
JM
984 EXTENT_CLEAR_UNLOCK_PAGE |
985 EXTENT_CLEAR_UNLOCK |
986 EXTENT_CLEAR_DELALLOC |
987 EXTENT_CLEAR_DIRTY |
988 EXTENT_SET_WRITEBACK |
989 EXTENT_END_WRITEBACK);
990
991 goto out;
771ed689 992}
c8b97818 993
b7d5b0a8
MX
994static noinline int cow_file_range(struct inode *inode,
995 struct page *locked_page,
996 u64 start, u64 end, int *page_started,
997 unsigned long *nr_written,
998 int unlock)
999{
1000 struct btrfs_trans_handle *trans;
1001 struct btrfs_root *root = BTRFS_I(inode)->root;
1002 int ret;
1003
1004 trans = btrfs_join_transaction(root);
1005 if (IS_ERR(trans)) {
1006 extent_clear_unlock_delalloc(inode,
1007 &BTRFS_I(inode)->io_tree,
1008 start, end, locked_page,
1009 EXTENT_CLEAR_UNLOCK_PAGE |
1010 EXTENT_CLEAR_UNLOCK |
1011 EXTENT_CLEAR_DELALLOC |
1012 EXTENT_CLEAR_DIRTY |
1013 EXTENT_SET_WRITEBACK |
1014 EXTENT_END_WRITEBACK);
1015 return PTR_ERR(trans);
1016 }
1017 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
1018
1019 ret = __cow_file_range(trans, inode, root, locked_page, start, end,
1020 page_started, nr_written, unlock);
1021
1022 btrfs_end_transaction(trans, root);
1023
1024 return ret;
1025}
1026
771ed689
CM
1027/*
1028 * work queue call back to started compression on a file and pages
1029 */
1030static noinline void async_cow_start(struct btrfs_work *work)
1031{
1032 struct async_cow *async_cow;
1033 int num_added = 0;
1034 async_cow = container_of(work, struct async_cow, work);
1035
1036 compress_file_range(async_cow->inode, async_cow->locked_page,
1037 async_cow->start, async_cow->end, async_cow,
1038 &num_added);
8180ef88 1039 if (num_added == 0) {
cb77fcd8 1040 btrfs_add_delayed_iput(async_cow->inode);
771ed689 1041 async_cow->inode = NULL;
8180ef88 1042 }
771ed689
CM
1043}
1044
1045/*
1046 * work queue call back to submit previously compressed pages
1047 */
1048static noinline void async_cow_submit(struct btrfs_work *work)
1049{
1050 struct async_cow *async_cow;
1051 struct btrfs_root *root;
1052 unsigned long nr_pages;
1053
1054 async_cow = container_of(work, struct async_cow, work);
1055
1056 root = async_cow->root;
1057 nr_pages = (async_cow->end - async_cow->start + PAGE_CACHE_SIZE) >>
1058 PAGE_CACHE_SHIFT;
1059
66657b31 1060 if (atomic_sub_return(nr_pages, &root->fs_info->async_delalloc_pages) <
287082b0 1061 5 * 1024 * 1024 &&
771ed689
CM
1062 waitqueue_active(&root->fs_info->async_submit_wait))
1063 wake_up(&root->fs_info->async_submit_wait);
1064
d397712b 1065 if (async_cow->inode)
771ed689 1066 submit_compressed_extents(async_cow->inode, async_cow);
771ed689 1067}
c8b97818 1068
771ed689
CM
1069static noinline void async_cow_free(struct btrfs_work *work)
1070{
1071 struct async_cow *async_cow;
1072 async_cow = container_of(work, struct async_cow, work);
8180ef88 1073 if (async_cow->inode)
cb77fcd8 1074 btrfs_add_delayed_iput(async_cow->inode);
771ed689
CM
1075 kfree(async_cow);
1076}
1077
1078static int cow_file_range_async(struct inode *inode, struct page *locked_page,
1079 u64 start, u64 end, int *page_started,
1080 unsigned long *nr_written)
1081{
1082 struct async_cow *async_cow;
1083 struct btrfs_root *root = BTRFS_I(inode)->root;
1084 unsigned long nr_pages;
1085 u64 cur_end;
287082b0 1086 int limit = 10 * 1024 * 1024;
771ed689 1087
a3429ab7
CM
1088 clear_extent_bit(&BTRFS_I(inode)->io_tree, start, end, EXTENT_LOCKED,
1089 1, 0, NULL, GFP_NOFS);
d397712b 1090 while (start < end) {
771ed689 1091 async_cow = kmalloc(sizeof(*async_cow), GFP_NOFS);
79787eaa 1092 BUG_ON(!async_cow); /* -ENOMEM */
8180ef88 1093 async_cow->inode = igrab(inode);
771ed689
CM
1094 async_cow->root = root;
1095 async_cow->locked_page = locked_page;
1096 async_cow->start = start;
1097
6cbff00f 1098 if (BTRFS_I(inode)->flags & BTRFS_INODE_NOCOMPRESS)
771ed689
CM
1099 cur_end = end;
1100 else
1101 cur_end = min(end, start + 512 * 1024 - 1);
1102
1103 async_cow->end = cur_end;
1104 INIT_LIST_HEAD(&async_cow->extents);
1105
1106 async_cow->work.func = async_cow_start;
1107 async_cow->work.ordered_func = async_cow_submit;
1108 async_cow->work.ordered_free = async_cow_free;
1109 async_cow->work.flags = 0;
1110
771ed689
CM
1111 nr_pages = (cur_end - start + PAGE_CACHE_SIZE) >>
1112 PAGE_CACHE_SHIFT;
1113 atomic_add(nr_pages, &root->fs_info->async_delalloc_pages);
1114
1115 btrfs_queue_worker(&root->fs_info->delalloc_workers,
1116 &async_cow->work);
1117
1118 if (atomic_read(&root->fs_info->async_delalloc_pages) > limit) {
1119 wait_event(root->fs_info->async_submit_wait,
1120 (atomic_read(&root->fs_info->async_delalloc_pages) <
1121 limit));
1122 }
1123
d397712b 1124 while (atomic_read(&root->fs_info->async_submit_draining) &&
771ed689
CM
1125 atomic_read(&root->fs_info->async_delalloc_pages)) {
1126 wait_event(root->fs_info->async_submit_wait,
1127 (atomic_read(&root->fs_info->async_delalloc_pages) ==
1128 0));
1129 }
1130
1131 *nr_written += nr_pages;
1132 start = cur_end + 1;
1133 }
1134 *page_started = 1;
1135 return 0;
be20aa9d
CM
1136}
1137
d397712b 1138static noinline int csum_exist_in_range(struct btrfs_root *root,
17d217fe
YZ
1139 u64 bytenr, u64 num_bytes)
1140{
1141 int ret;
1142 struct btrfs_ordered_sum *sums;
1143 LIST_HEAD(list);
1144
07d400a6 1145 ret = btrfs_lookup_csums_range(root->fs_info->csum_root, bytenr,
a2de733c 1146 bytenr + num_bytes - 1, &list, 0);
17d217fe
YZ
1147 if (ret == 0 && list_empty(&list))
1148 return 0;
1149
1150 while (!list_empty(&list)) {
1151 sums = list_entry(list.next, struct btrfs_ordered_sum, list);
1152 list_del(&sums->list);
1153 kfree(sums);
1154 }
1155 return 1;
1156}
1157
d352ac68
CM
1158/*
1159 * when nowcow writeback call back. This checks for snapshots or COW copies
1160 * of the extents that exist in the file, and COWs the file as required.
1161 *
1162 * If no cow copies or snapshots exist, we write directly to the existing
1163 * blocks on disk
1164 */
7f366cfe
CM
1165static noinline int run_delalloc_nocow(struct inode *inode,
1166 struct page *locked_page,
771ed689
CM
1167 u64 start, u64 end, int *page_started, int force,
1168 unsigned long *nr_written)
be20aa9d 1169{
be20aa9d 1170 struct btrfs_root *root = BTRFS_I(inode)->root;
7ea394f1 1171 struct btrfs_trans_handle *trans;
be20aa9d 1172 struct extent_buffer *leaf;
be20aa9d 1173 struct btrfs_path *path;
80ff3856 1174 struct btrfs_file_extent_item *fi;
be20aa9d 1175 struct btrfs_key found_key;
80ff3856
YZ
1176 u64 cow_start;
1177 u64 cur_offset;
1178 u64 extent_end;
5d4f98a2 1179 u64 extent_offset;
80ff3856
YZ
1180 u64 disk_bytenr;
1181 u64 num_bytes;
b4939680 1182 u64 disk_num_bytes;
80ff3856 1183 int extent_type;
79787eaa 1184 int ret, err;
d899e052 1185 int type;
80ff3856
YZ
1186 int nocow;
1187 int check_prev = 1;
82d5902d 1188 bool nolock;
33345d01 1189 u64 ino = btrfs_ino(inode);
be20aa9d
CM
1190
1191 path = btrfs_alloc_path();
17ca04af
JB
1192 if (!path) {
1193 extent_clear_unlock_delalloc(inode,
1194 &BTRFS_I(inode)->io_tree,
1195 start, end, locked_page,
1196 EXTENT_CLEAR_UNLOCK_PAGE |
1197 EXTENT_CLEAR_UNLOCK |
1198 EXTENT_CLEAR_DELALLOC |
1199 EXTENT_CLEAR_DIRTY |
1200 EXTENT_SET_WRITEBACK |
1201 EXTENT_END_WRITEBACK);
d8926bb3 1202 return -ENOMEM;
17ca04af 1203 }
82d5902d 1204
83eea1f1 1205 nolock = btrfs_is_free_space_inode(inode);
82d5902d
LZ
1206
1207 if (nolock)
7a7eaa40 1208 trans = btrfs_join_transaction_nolock(root);
82d5902d 1209 else
7a7eaa40 1210 trans = btrfs_join_transaction(root);
ff5714cc 1211
79787eaa 1212 if (IS_ERR(trans)) {
17ca04af
JB
1213 extent_clear_unlock_delalloc(inode,
1214 &BTRFS_I(inode)->io_tree,
1215 start, end, locked_page,
1216 EXTENT_CLEAR_UNLOCK_PAGE |
1217 EXTENT_CLEAR_UNLOCK |
1218 EXTENT_CLEAR_DELALLOC |
1219 EXTENT_CLEAR_DIRTY |
1220 EXTENT_SET_WRITEBACK |
1221 EXTENT_END_WRITEBACK);
79787eaa
JM
1222 btrfs_free_path(path);
1223 return PTR_ERR(trans);
1224 }
1225
74b21075 1226 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
be20aa9d 1227
80ff3856
YZ
1228 cow_start = (u64)-1;
1229 cur_offset = start;
1230 while (1) {
33345d01 1231 ret = btrfs_lookup_file_extent(trans, root, path, ino,
80ff3856 1232 cur_offset, 0);
79787eaa
JM
1233 if (ret < 0) {
1234 btrfs_abort_transaction(trans, root, ret);
1235 goto error;
1236 }
80ff3856
YZ
1237 if (ret > 0 && path->slots[0] > 0 && check_prev) {
1238 leaf = path->nodes[0];
1239 btrfs_item_key_to_cpu(leaf, &found_key,
1240 path->slots[0] - 1);
33345d01 1241 if (found_key.objectid == ino &&
80ff3856
YZ
1242 found_key.type == BTRFS_EXTENT_DATA_KEY)
1243 path->slots[0]--;
1244 }
1245 check_prev = 0;
1246next_slot:
1247 leaf = path->nodes[0];
1248 if (path->slots[0] >= btrfs_header_nritems(leaf)) {
1249 ret = btrfs_next_leaf(root, path);
79787eaa
JM
1250 if (ret < 0) {
1251 btrfs_abort_transaction(trans, root, ret);
1252 goto error;
1253 }
80ff3856
YZ
1254 if (ret > 0)
1255 break;
1256 leaf = path->nodes[0];
1257 }
be20aa9d 1258
80ff3856
YZ
1259 nocow = 0;
1260 disk_bytenr = 0;
17d217fe 1261 num_bytes = 0;
80ff3856
YZ
1262 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
1263
33345d01 1264 if (found_key.objectid > ino ||
80ff3856
YZ
1265 found_key.type > BTRFS_EXTENT_DATA_KEY ||
1266 found_key.offset > end)
1267 break;
1268
1269 if (found_key.offset > cur_offset) {
1270 extent_end = found_key.offset;
e9061e21 1271 extent_type = 0;
80ff3856
YZ
1272 goto out_check;
1273 }
1274
1275 fi = btrfs_item_ptr(leaf, path->slots[0],
1276 struct btrfs_file_extent_item);
1277 extent_type = btrfs_file_extent_type(leaf, fi);
1278
d899e052
YZ
1279 if (extent_type == BTRFS_FILE_EXTENT_REG ||
1280 extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
80ff3856 1281 disk_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi);
5d4f98a2 1282 extent_offset = btrfs_file_extent_offset(leaf, fi);
80ff3856
YZ
1283 extent_end = found_key.offset +
1284 btrfs_file_extent_num_bytes(leaf, fi);
b4939680
JB
1285 disk_num_bytes =
1286 btrfs_file_extent_disk_num_bytes(leaf, fi);
80ff3856
YZ
1287 if (extent_end <= start) {
1288 path->slots[0]++;
1289 goto next_slot;
1290 }
17d217fe
YZ
1291 if (disk_bytenr == 0)
1292 goto out_check;
80ff3856
YZ
1293 if (btrfs_file_extent_compression(leaf, fi) ||
1294 btrfs_file_extent_encryption(leaf, fi) ||
1295 btrfs_file_extent_other_encoding(leaf, fi))
1296 goto out_check;
d899e052
YZ
1297 if (extent_type == BTRFS_FILE_EXTENT_REG && !force)
1298 goto out_check;
d2fb3437 1299 if (btrfs_extent_readonly(root, disk_bytenr))
80ff3856 1300 goto out_check;
33345d01 1301 if (btrfs_cross_ref_exist(trans, root, ino,
5d4f98a2
YZ
1302 found_key.offset -
1303 extent_offset, disk_bytenr))
17d217fe 1304 goto out_check;
5d4f98a2 1305 disk_bytenr += extent_offset;
17d217fe
YZ
1306 disk_bytenr += cur_offset - found_key.offset;
1307 num_bytes = min(end + 1, extent_end) - cur_offset;
1308 /*
1309 * force cow if csum exists in the range.
1310 * this ensure that csum for a given extent are
1311 * either valid or do not exist.
1312 */
1313 if (csum_exist_in_range(root, disk_bytenr, num_bytes))
1314 goto out_check;
80ff3856
YZ
1315 nocow = 1;
1316 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) {
1317 extent_end = found_key.offset +
1318 btrfs_file_extent_inline_len(leaf, fi);
1319 extent_end = ALIGN(extent_end, root->sectorsize);
1320 } else {
1321 BUG_ON(1);
1322 }
1323out_check:
1324 if (extent_end <= start) {
1325 path->slots[0]++;
1326 goto next_slot;
1327 }
1328 if (!nocow) {
1329 if (cow_start == (u64)-1)
1330 cow_start = cur_offset;
1331 cur_offset = extent_end;
1332 if (cur_offset > end)
1333 break;
1334 path->slots[0]++;
1335 goto next_slot;
7ea394f1
YZ
1336 }
1337
b3b4aa74 1338 btrfs_release_path(path);
80ff3856 1339 if (cow_start != (u64)-1) {
b7d5b0a8
MX
1340 ret = __cow_file_range(trans, inode, root, locked_page,
1341 cow_start, found_key.offset - 1,
1342 page_started, nr_written, 1);
79787eaa
JM
1343 if (ret) {
1344 btrfs_abort_transaction(trans, root, ret);
1345 goto error;
1346 }
80ff3856 1347 cow_start = (u64)-1;
7ea394f1 1348 }
80ff3856 1349
d899e052
YZ
1350 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
1351 struct extent_map *em;
1352 struct extent_map_tree *em_tree;
1353 em_tree = &BTRFS_I(inode)->extent_tree;
172ddd60 1354 em = alloc_extent_map();
79787eaa 1355 BUG_ON(!em); /* -ENOMEM */
d899e052 1356 em->start = cur_offset;
70c8a91c 1357 em->orig_start = found_key.offset - extent_offset;
d899e052
YZ
1358 em->len = num_bytes;
1359 em->block_len = num_bytes;
1360 em->block_start = disk_bytenr;
b4939680 1361 em->orig_block_len = disk_num_bytes;
d899e052 1362 em->bdev = root->fs_info->fs_devices->latest_bdev;
2ab28f32
JB
1363 em->mod_start = em->start;
1364 em->mod_len = em->len;
d899e052 1365 set_bit(EXTENT_FLAG_PINNED, &em->flags);
b11e234d 1366 set_bit(EXTENT_FLAG_FILLING, &em->flags);
70c8a91c 1367 em->generation = -1;
d899e052 1368 while (1) {
890871be 1369 write_lock(&em_tree->lock);
d899e052 1370 ret = add_extent_mapping(em_tree, em);
70c8a91c
JB
1371 if (!ret)
1372 list_move(&em->list,
1373 &em_tree->modified_extents);
890871be 1374 write_unlock(&em_tree->lock);
d899e052
YZ
1375 if (ret != -EEXIST) {
1376 free_extent_map(em);
1377 break;
1378 }
1379 btrfs_drop_extent_cache(inode, em->start,
1380 em->start + em->len - 1, 0);
1381 }
1382 type = BTRFS_ORDERED_PREALLOC;
1383 } else {
1384 type = BTRFS_ORDERED_NOCOW;
1385 }
80ff3856
YZ
1386
1387 ret = btrfs_add_ordered_extent(inode, cur_offset, disk_bytenr,
d899e052 1388 num_bytes, num_bytes, type);
79787eaa 1389 BUG_ON(ret); /* -ENOMEM */
771ed689 1390
efa56464
YZ
1391 if (root->root_key.objectid ==
1392 BTRFS_DATA_RELOC_TREE_OBJECTID) {
1393 ret = btrfs_reloc_clone_csums(inode, cur_offset,
1394 num_bytes);
79787eaa
JM
1395 if (ret) {
1396 btrfs_abort_transaction(trans, root, ret);
1397 goto error;
1398 }
efa56464
YZ
1399 }
1400
d899e052 1401 extent_clear_unlock_delalloc(inode, &BTRFS_I(inode)->io_tree,
a791e35e
CM
1402 cur_offset, cur_offset + num_bytes - 1,
1403 locked_page, EXTENT_CLEAR_UNLOCK_PAGE |
1404 EXTENT_CLEAR_UNLOCK | EXTENT_CLEAR_DELALLOC |
1405 EXTENT_SET_PRIVATE2);
80ff3856
YZ
1406 cur_offset = extent_end;
1407 if (cur_offset > end)
1408 break;
be20aa9d 1409 }
b3b4aa74 1410 btrfs_release_path(path);
80ff3856 1411
17ca04af 1412 if (cur_offset <= end && cow_start == (u64)-1) {
80ff3856 1413 cow_start = cur_offset;
17ca04af
JB
1414 cur_offset = end;
1415 }
1416
80ff3856 1417 if (cow_start != (u64)-1) {
b7d5b0a8
MX
1418 ret = __cow_file_range(trans, inode, root, locked_page,
1419 cow_start, end,
1420 page_started, nr_written, 1);
79787eaa
JM
1421 if (ret) {
1422 btrfs_abort_transaction(trans, root, ret);
1423 goto error;
1424 }
80ff3856
YZ
1425 }
1426
79787eaa 1427error:
a698d075 1428 err = btrfs_end_transaction(trans, root);
79787eaa
JM
1429 if (!ret)
1430 ret = err;
1431
17ca04af
JB
1432 if (ret && cur_offset < end)
1433 extent_clear_unlock_delalloc(inode,
1434 &BTRFS_I(inode)->io_tree,
1435 cur_offset, end, locked_page,
1436 EXTENT_CLEAR_UNLOCK_PAGE |
1437 EXTENT_CLEAR_UNLOCK |
1438 EXTENT_CLEAR_DELALLOC |
1439 EXTENT_CLEAR_DIRTY |
1440 EXTENT_SET_WRITEBACK |
1441 EXTENT_END_WRITEBACK);
1442
7ea394f1 1443 btrfs_free_path(path);
79787eaa 1444 return ret;
be20aa9d
CM
1445}
1446
d352ac68
CM
1447/*
1448 * extent_io.c call back to do delayed allocation processing
1449 */
c8b97818 1450static int run_delalloc_range(struct inode *inode, struct page *locked_page,
771ed689
CM
1451 u64 start, u64 end, int *page_started,
1452 unsigned long *nr_written)
be20aa9d 1453{
be20aa9d 1454 int ret;
7f366cfe 1455 struct btrfs_root *root = BTRFS_I(inode)->root;
a2135011 1456
7ddf5a42 1457 if (BTRFS_I(inode)->flags & BTRFS_INODE_NODATACOW) {
c8b97818 1458 ret = run_delalloc_nocow(inode, locked_page, start, end,
d397712b 1459 page_started, 1, nr_written);
7ddf5a42 1460 } else if (BTRFS_I(inode)->flags & BTRFS_INODE_PREALLOC) {
d899e052 1461 ret = run_delalloc_nocow(inode, locked_page, start, end,
d397712b 1462 page_started, 0, nr_written);
7ddf5a42
JB
1463 } else if (!btrfs_test_opt(root, COMPRESS) &&
1464 !(BTRFS_I(inode)->force_compress) &&
1465 !(BTRFS_I(inode)->flags & BTRFS_INODE_COMPRESS)) {
7f366cfe
CM
1466 ret = cow_file_range(inode, locked_page, start, end,
1467 page_started, nr_written, 1);
7ddf5a42
JB
1468 } else {
1469 set_bit(BTRFS_INODE_HAS_ASYNC_EXTENT,
1470 &BTRFS_I(inode)->runtime_flags);
771ed689 1471 ret = cow_file_range_async(inode, locked_page, start, end,
d397712b 1472 page_started, nr_written);
7ddf5a42 1473 }
b888db2b
CM
1474 return ret;
1475}
1476
1bf85046
JM
1477static void btrfs_split_extent_hook(struct inode *inode,
1478 struct extent_state *orig, u64 split)
9ed74f2d 1479{
0ca1f7ce 1480 /* not delalloc, ignore it */
9ed74f2d 1481 if (!(orig->state & EXTENT_DELALLOC))
1bf85046 1482 return;
9ed74f2d 1483
9e0baf60
JB
1484 spin_lock(&BTRFS_I(inode)->lock);
1485 BTRFS_I(inode)->outstanding_extents++;
1486 spin_unlock(&BTRFS_I(inode)->lock);
9ed74f2d
JB
1487}
1488
1489/*
1490 * extent_io.c merge_extent_hook, used to track merged delayed allocation
1491 * extents so we can keep track of new extents that are just merged onto old
1492 * extents, such as when we are doing sequential writes, so we can properly
1493 * account for the metadata space we'll need.
1494 */
1bf85046
JM
1495static void btrfs_merge_extent_hook(struct inode *inode,
1496 struct extent_state *new,
1497 struct extent_state *other)
9ed74f2d 1498{
9ed74f2d
JB
1499 /* not delalloc, ignore it */
1500 if (!(other->state & EXTENT_DELALLOC))
1bf85046 1501 return;
9ed74f2d 1502
9e0baf60
JB
1503 spin_lock(&BTRFS_I(inode)->lock);
1504 BTRFS_I(inode)->outstanding_extents--;
1505 spin_unlock(&BTRFS_I(inode)->lock);
9ed74f2d
JB
1506}
1507
d352ac68
CM
1508/*
1509 * extent_io.c set_bit_hook, used to track delayed allocation
1510 * bytes in this file, and to maintain the list of inodes that
1511 * have pending delalloc work to be done.
1512 */
1bf85046
JM
1513static void btrfs_set_bit_hook(struct inode *inode,
1514 struct extent_state *state, int *bits)
291d673e 1515{
9ed74f2d 1516
75eff68e
CM
1517 /*
1518 * set_bit and clear bit hooks normally require _irqsave/restore
27160b6b 1519 * but in this case, we are only testing for the DELALLOC
75eff68e
CM
1520 * bit, which is only set or cleared with irqs on
1521 */
0ca1f7ce 1522 if (!(state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
291d673e 1523 struct btrfs_root *root = BTRFS_I(inode)->root;
0ca1f7ce 1524 u64 len = state->end + 1 - state->start;
83eea1f1 1525 bool do_list = !btrfs_is_free_space_inode(inode);
9ed74f2d 1526
9e0baf60 1527 if (*bits & EXTENT_FIRST_DELALLOC) {
0ca1f7ce 1528 *bits &= ~EXTENT_FIRST_DELALLOC;
9e0baf60
JB
1529 } else {
1530 spin_lock(&BTRFS_I(inode)->lock);
1531 BTRFS_I(inode)->outstanding_extents++;
1532 spin_unlock(&BTRFS_I(inode)->lock);
1533 }
287a0ab9 1534
963d678b
MX
1535 __percpu_counter_add(&root->fs_info->delalloc_bytes, len,
1536 root->fs_info->delalloc_batch);
df0af1a5 1537 spin_lock(&BTRFS_I(inode)->lock);
0ca1f7ce 1538 BTRFS_I(inode)->delalloc_bytes += len;
df0af1a5
MX
1539 if (do_list && !test_bit(BTRFS_INODE_IN_DELALLOC_LIST,
1540 &BTRFS_I(inode)->runtime_flags)) {
1541 spin_lock(&root->fs_info->delalloc_lock);
1542 if (list_empty(&BTRFS_I(inode)->delalloc_inodes)) {
1543 list_add_tail(&BTRFS_I(inode)->delalloc_inodes,
1544 &root->fs_info->delalloc_inodes);
1545 set_bit(BTRFS_INODE_IN_DELALLOC_LIST,
1546 &BTRFS_I(inode)->runtime_flags);
1547 }
1548 spin_unlock(&root->fs_info->delalloc_lock);
ea8c2819 1549 }
df0af1a5 1550 spin_unlock(&BTRFS_I(inode)->lock);
291d673e 1551 }
291d673e
CM
1552}
1553
d352ac68
CM
1554/*
1555 * extent_io.c clear_bit_hook, see set_bit_hook for why
1556 */
1bf85046
JM
1557static void btrfs_clear_bit_hook(struct inode *inode,
1558 struct extent_state *state, int *bits)
291d673e 1559{
75eff68e
CM
1560 /*
1561 * set_bit and clear bit hooks normally require _irqsave/restore
27160b6b 1562 * but in this case, we are only testing for the DELALLOC
75eff68e
CM
1563 * bit, which is only set or cleared with irqs on
1564 */
0ca1f7ce 1565 if ((state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
291d673e 1566 struct btrfs_root *root = BTRFS_I(inode)->root;
0ca1f7ce 1567 u64 len = state->end + 1 - state->start;
83eea1f1 1568 bool do_list = !btrfs_is_free_space_inode(inode);
bcbfce8a 1569
9e0baf60 1570 if (*bits & EXTENT_FIRST_DELALLOC) {
0ca1f7ce 1571 *bits &= ~EXTENT_FIRST_DELALLOC;
9e0baf60
JB
1572 } else if (!(*bits & EXTENT_DO_ACCOUNTING)) {
1573 spin_lock(&BTRFS_I(inode)->lock);
1574 BTRFS_I(inode)->outstanding_extents--;
1575 spin_unlock(&BTRFS_I(inode)->lock);
1576 }
0ca1f7ce
YZ
1577
1578 if (*bits & EXTENT_DO_ACCOUNTING)
1579 btrfs_delalloc_release_metadata(inode, len);
1580
0cb59c99
JB
1581 if (root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID
1582 && do_list)
0ca1f7ce 1583 btrfs_free_reserved_data_space(inode, len);
9ed74f2d 1584
963d678b
MX
1585 __percpu_counter_add(&root->fs_info->delalloc_bytes, -len,
1586 root->fs_info->delalloc_batch);
df0af1a5 1587 spin_lock(&BTRFS_I(inode)->lock);
0ca1f7ce 1588 BTRFS_I(inode)->delalloc_bytes -= len;
0cb59c99 1589 if (do_list && BTRFS_I(inode)->delalloc_bytes == 0 &&
df0af1a5
MX
1590 test_bit(BTRFS_INODE_IN_DELALLOC_LIST,
1591 &BTRFS_I(inode)->runtime_flags)) {
1592 spin_lock(&root->fs_info->delalloc_lock);
1593 if (!list_empty(&BTRFS_I(inode)->delalloc_inodes)) {
1594 list_del_init(&BTRFS_I(inode)->delalloc_inodes);
1595 clear_bit(BTRFS_INODE_IN_DELALLOC_LIST,
1596 &BTRFS_I(inode)->runtime_flags);
1597 }
1598 spin_unlock(&root->fs_info->delalloc_lock);
ea8c2819 1599 }
df0af1a5 1600 spin_unlock(&BTRFS_I(inode)->lock);
291d673e 1601 }
291d673e
CM
1602}
1603
d352ac68
CM
1604/*
1605 * extent_io.c merge_bio_hook, this must check the chunk tree to make sure
1606 * we don't create bios that span stripes or chunks
1607 */
64a16701 1608int btrfs_merge_bio_hook(int rw, struct page *page, unsigned long offset,
c8b97818
CM
1609 size_t size, struct bio *bio,
1610 unsigned long bio_flags)
239b14b3
CM
1611{
1612 struct btrfs_root *root = BTRFS_I(page->mapping->host)->root;
a62b9401 1613 u64 logical = (u64)bio->bi_sector << 9;
239b14b3
CM
1614 u64 length = 0;
1615 u64 map_length;
239b14b3
CM
1616 int ret;
1617
771ed689
CM
1618 if (bio_flags & EXTENT_BIO_COMPRESSED)
1619 return 0;
1620
f2d8d74d 1621 length = bio->bi_size;
239b14b3 1622 map_length = length;
64a16701 1623 ret = btrfs_map_block(root->fs_info, rw, logical,
f188591e 1624 &map_length, NULL, 0);
3ec706c8 1625 /* Will always return 0 with map_multi == NULL */
3444a972 1626 BUG_ON(ret < 0);
d397712b 1627 if (map_length < length + size)
239b14b3 1628 return 1;
3444a972 1629 return 0;
239b14b3
CM
1630}
1631
d352ac68
CM
1632/*
1633 * in order to insert checksums into the metadata in large chunks,
1634 * we wait until bio submission time. All the pages in the bio are
1635 * checksummed and sums are attached onto the ordered extent record.
1636 *
1637 * At IO completion time the cums attached on the ordered extent record
1638 * are inserted into the btree
1639 */
d397712b
CM
1640static int __btrfs_submit_bio_start(struct inode *inode, int rw,
1641 struct bio *bio, int mirror_num,
eaf25d93
CM
1642 unsigned long bio_flags,
1643 u64 bio_offset)
065631f6 1644{
065631f6 1645 struct btrfs_root *root = BTRFS_I(inode)->root;
065631f6 1646 int ret = 0;
e015640f 1647
d20f7043 1648 ret = btrfs_csum_one_bio(root, inode, bio, 0, 0);
79787eaa 1649 BUG_ON(ret); /* -ENOMEM */
4a69a410
CM
1650 return 0;
1651}
e015640f 1652
4a69a410
CM
1653/*
1654 * in order to insert checksums into the metadata in large chunks,
1655 * we wait until bio submission time. All the pages in the bio are
1656 * checksummed and sums are attached onto the ordered extent record.
1657 *
1658 * At IO completion time the cums attached on the ordered extent record
1659 * are inserted into the btree
1660 */
b2950863 1661static int __btrfs_submit_bio_done(struct inode *inode, int rw, struct bio *bio,
eaf25d93
CM
1662 int mirror_num, unsigned long bio_flags,
1663 u64 bio_offset)
4a69a410
CM
1664{
1665 struct btrfs_root *root = BTRFS_I(inode)->root;
61891923
SB
1666 int ret;
1667
1668 ret = btrfs_map_bio(root, rw, bio, mirror_num, 1);
1669 if (ret)
1670 bio_endio(bio, ret);
1671 return ret;
44b8bd7e
CM
1672}
1673
d352ac68 1674/*
cad321ad
CM
1675 * extent_io.c submission hook. This does the right thing for csum calculation
1676 * on write, or reading the csums from the tree before a read
d352ac68 1677 */
b2950863 1678static int btrfs_submit_bio_hook(struct inode *inode, int rw, struct bio *bio,
eaf25d93
CM
1679 int mirror_num, unsigned long bio_flags,
1680 u64 bio_offset)
44b8bd7e
CM
1681{
1682 struct btrfs_root *root = BTRFS_I(inode)->root;
1683 int ret = 0;
19b9bdb0 1684 int skip_sum;
0417341e 1685 int metadata = 0;
b812ce28 1686 int async = !atomic_read(&BTRFS_I(inode)->sync_writers);
44b8bd7e 1687
6cbff00f 1688 skip_sum = BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM;
cad321ad 1689
83eea1f1 1690 if (btrfs_is_free_space_inode(inode))
0417341e
JM
1691 metadata = 2;
1692
7b6d91da 1693 if (!(rw & REQ_WRITE)) {
5fd02043
JB
1694 ret = btrfs_bio_wq_end_io(root->fs_info, bio, metadata);
1695 if (ret)
61891923 1696 goto out;
5fd02043 1697
d20f7043 1698 if (bio_flags & EXTENT_BIO_COMPRESSED) {
61891923
SB
1699 ret = btrfs_submit_compressed_read(inode, bio,
1700 mirror_num,
1701 bio_flags);
1702 goto out;
c2db1073
TI
1703 } else if (!skip_sum) {
1704 ret = btrfs_lookup_bio_sums(root, inode, bio, NULL);
1705 if (ret)
61891923 1706 goto out;
c2db1073 1707 }
4d1b5fb4 1708 goto mapit;
b812ce28 1709 } else if (async && !skip_sum) {
17d217fe
YZ
1710 /* csum items have already been cloned */
1711 if (root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID)
1712 goto mapit;
19b9bdb0 1713 /* we're doing a write, do the async checksumming */
61891923 1714 ret = btrfs_wq_submit_bio(BTRFS_I(inode)->root->fs_info,
44b8bd7e 1715 inode, rw, bio, mirror_num,
eaf25d93
CM
1716 bio_flags, bio_offset,
1717 __btrfs_submit_bio_start,
4a69a410 1718 __btrfs_submit_bio_done);
61891923 1719 goto out;
b812ce28
JB
1720 } else if (!skip_sum) {
1721 ret = btrfs_csum_one_bio(root, inode, bio, 0, 0);
1722 if (ret)
1723 goto out;
19b9bdb0
CM
1724 }
1725
0b86a832 1726mapit:
61891923
SB
1727 ret = btrfs_map_bio(root, rw, bio, mirror_num, 0);
1728
1729out:
1730 if (ret < 0)
1731 bio_endio(bio, ret);
1732 return ret;
065631f6 1733}
6885f308 1734
d352ac68
CM
1735/*
1736 * given a list of ordered sums record them in the inode. This happens
1737 * at IO completion time based on sums calculated at bio submission time.
1738 */
ba1da2f4 1739static noinline int add_pending_csums(struct btrfs_trans_handle *trans,
e6dcd2dc
CM
1740 struct inode *inode, u64 file_offset,
1741 struct list_head *list)
1742{
e6dcd2dc
CM
1743 struct btrfs_ordered_sum *sum;
1744
c6e30871 1745 list_for_each_entry(sum, list, list) {
d20f7043
CM
1746 btrfs_csum_file_blocks(trans,
1747 BTRFS_I(inode)->root->fs_info->csum_root, sum);
e6dcd2dc
CM
1748 }
1749 return 0;
1750}
1751
2ac55d41
JB
1752int btrfs_set_extent_delalloc(struct inode *inode, u64 start, u64 end,
1753 struct extent_state **cached_state)
ea8c2819 1754{
6c1500f2 1755 WARN_ON((end & (PAGE_CACHE_SIZE - 1)) == 0);
ea8c2819 1756 return set_extent_delalloc(&BTRFS_I(inode)->io_tree, start, end,
2ac55d41 1757 cached_state, GFP_NOFS);
ea8c2819
CM
1758}
1759
d352ac68 1760/* see btrfs_writepage_start_hook for details on why this is required */
247e743c
CM
1761struct btrfs_writepage_fixup {
1762 struct page *page;
1763 struct btrfs_work work;
1764};
1765
b2950863 1766static void btrfs_writepage_fixup_worker(struct btrfs_work *work)
247e743c
CM
1767{
1768 struct btrfs_writepage_fixup *fixup;
1769 struct btrfs_ordered_extent *ordered;
2ac55d41 1770 struct extent_state *cached_state = NULL;
247e743c
CM
1771 struct page *page;
1772 struct inode *inode;
1773 u64 page_start;
1774 u64 page_end;
87826df0 1775 int ret;
247e743c
CM
1776
1777 fixup = container_of(work, struct btrfs_writepage_fixup, work);
1778 page = fixup->page;
4a096752 1779again:
247e743c
CM
1780 lock_page(page);
1781 if (!page->mapping || !PageDirty(page) || !PageChecked(page)) {
1782 ClearPageChecked(page);
1783 goto out_page;
1784 }
1785
1786 inode = page->mapping->host;
1787 page_start = page_offset(page);
1788 page_end = page_offset(page) + PAGE_CACHE_SIZE - 1;
1789
2ac55d41 1790 lock_extent_bits(&BTRFS_I(inode)->io_tree, page_start, page_end, 0,
d0082371 1791 &cached_state);
4a096752
CM
1792
1793 /* already ordered? We're done */
8b62b72b 1794 if (PagePrivate2(page))
247e743c 1795 goto out;
4a096752
CM
1796
1797 ordered = btrfs_lookup_ordered_extent(inode, page_start);
1798 if (ordered) {
2ac55d41
JB
1799 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start,
1800 page_end, &cached_state, GFP_NOFS);
4a096752
CM
1801 unlock_page(page);
1802 btrfs_start_ordered_extent(inode, ordered, 1);
87826df0 1803 btrfs_put_ordered_extent(ordered);
4a096752
CM
1804 goto again;
1805 }
247e743c 1806
87826df0
JM
1807 ret = btrfs_delalloc_reserve_space(inode, PAGE_CACHE_SIZE);
1808 if (ret) {
1809 mapping_set_error(page->mapping, ret);
1810 end_extent_writepage(page, ret, page_start, page_end);
1811 ClearPageChecked(page);
1812 goto out;
1813 }
1814
2ac55d41 1815 btrfs_set_extent_delalloc(inode, page_start, page_end, &cached_state);
247e743c 1816 ClearPageChecked(page);
87826df0 1817 set_page_dirty(page);
247e743c 1818out:
2ac55d41
JB
1819 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, page_end,
1820 &cached_state, GFP_NOFS);
247e743c
CM
1821out_page:
1822 unlock_page(page);
1823 page_cache_release(page);
b897abec 1824 kfree(fixup);
247e743c
CM
1825}
1826
1827/*
1828 * There are a few paths in the higher layers of the kernel that directly
1829 * set the page dirty bit without asking the filesystem if it is a
1830 * good idea. This causes problems because we want to make sure COW
1831 * properly happens and the data=ordered rules are followed.
1832 *
c8b97818 1833 * In our case any range that doesn't have the ORDERED bit set
247e743c
CM
1834 * hasn't been properly setup for IO. We kick off an async process
1835 * to fix it up. The async helper will wait for ordered extents, set
1836 * the delalloc bit and make it safe to write the page.
1837 */
b2950863 1838static int btrfs_writepage_start_hook(struct page *page, u64 start, u64 end)
247e743c
CM
1839{
1840 struct inode *inode = page->mapping->host;
1841 struct btrfs_writepage_fixup *fixup;
1842 struct btrfs_root *root = BTRFS_I(inode)->root;
247e743c 1843
8b62b72b
CM
1844 /* this page is properly in the ordered list */
1845 if (TestClearPagePrivate2(page))
247e743c
CM
1846 return 0;
1847
1848 if (PageChecked(page))
1849 return -EAGAIN;
1850
1851 fixup = kzalloc(sizeof(*fixup), GFP_NOFS);
1852 if (!fixup)
1853 return -EAGAIN;
f421950f 1854
247e743c
CM
1855 SetPageChecked(page);
1856 page_cache_get(page);
1857 fixup->work.func = btrfs_writepage_fixup_worker;
1858 fixup->page = page;
1859 btrfs_queue_worker(&root->fs_info->fixup_workers, &fixup->work);
87826df0 1860 return -EBUSY;
247e743c
CM
1861}
1862
d899e052
YZ
1863static int insert_reserved_file_extent(struct btrfs_trans_handle *trans,
1864 struct inode *inode, u64 file_pos,
1865 u64 disk_bytenr, u64 disk_num_bytes,
1866 u64 num_bytes, u64 ram_bytes,
1867 u8 compression, u8 encryption,
1868 u16 other_encoding, int extent_type)
1869{
1870 struct btrfs_root *root = BTRFS_I(inode)->root;
1871 struct btrfs_file_extent_item *fi;
1872 struct btrfs_path *path;
1873 struct extent_buffer *leaf;
1874 struct btrfs_key ins;
d899e052
YZ
1875 int ret;
1876
1877 path = btrfs_alloc_path();
d8926bb3
MF
1878 if (!path)
1879 return -ENOMEM;
d899e052 1880
b9473439 1881 path->leave_spinning = 1;
a1ed835e
CM
1882
1883 /*
1884 * we may be replacing one extent in the tree with another.
1885 * The new extent is pinned in the extent map, and we don't want
1886 * to drop it from the cache until it is completely in the btree.
1887 *
1888 * So, tell btrfs_drop_extents to leave this extent in the cache.
1889 * the caller is expected to unpin it and allow it to be merged
1890 * with the others.
1891 */
5dc562c5 1892 ret = btrfs_drop_extents(trans, root, inode, file_pos,
2671485d 1893 file_pos + num_bytes, 0);
79787eaa
JM
1894 if (ret)
1895 goto out;
d899e052 1896
33345d01 1897 ins.objectid = btrfs_ino(inode);
d899e052
YZ
1898 ins.offset = file_pos;
1899 ins.type = BTRFS_EXTENT_DATA_KEY;
1900 ret = btrfs_insert_empty_item(trans, root, path, &ins, sizeof(*fi));
79787eaa
JM
1901 if (ret)
1902 goto out;
d899e052
YZ
1903 leaf = path->nodes[0];
1904 fi = btrfs_item_ptr(leaf, path->slots[0],
1905 struct btrfs_file_extent_item);
1906 btrfs_set_file_extent_generation(leaf, fi, trans->transid);
1907 btrfs_set_file_extent_type(leaf, fi, extent_type);
1908 btrfs_set_file_extent_disk_bytenr(leaf, fi, disk_bytenr);
1909 btrfs_set_file_extent_disk_num_bytes(leaf, fi, disk_num_bytes);
1910 btrfs_set_file_extent_offset(leaf, fi, 0);
1911 btrfs_set_file_extent_num_bytes(leaf, fi, num_bytes);
1912 btrfs_set_file_extent_ram_bytes(leaf, fi, ram_bytes);
1913 btrfs_set_file_extent_compression(leaf, fi, compression);
1914 btrfs_set_file_extent_encryption(leaf, fi, encryption);
1915 btrfs_set_file_extent_other_encoding(leaf, fi, other_encoding);
b9473439 1916
d899e052 1917 btrfs_mark_buffer_dirty(leaf);
ce195332 1918 btrfs_release_path(path);
d899e052
YZ
1919
1920 inode_add_bytes(inode, num_bytes);
d899e052
YZ
1921
1922 ins.objectid = disk_bytenr;
1923 ins.offset = disk_num_bytes;
1924 ins.type = BTRFS_EXTENT_ITEM_KEY;
5d4f98a2
YZ
1925 ret = btrfs_alloc_reserved_file_extent(trans, root,
1926 root->root_key.objectid,
33345d01 1927 btrfs_ino(inode), file_pos, &ins);
79787eaa 1928out:
d899e052 1929 btrfs_free_path(path);
b9473439 1930
79787eaa 1931 return ret;
d899e052
YZ
1932}
1933
38c227d8
LB
1934/* snapshot-aware defrag */
1935struct sa_defrag_extent_backref {
1936 struct rb_node node;
1937 struct old_sa_defrag_extent *old;
1938 u64 root_id;
1939 u64 inum;
1940 u64 file_pos;
1941 u64 extent_offset;
1942 u64 num_bytes;
1943 u64 generation;
1944};
1945
1946struct old_sa_defrag_extent {
1947 struct list_head list;
1948 struct new_sa_defrag_extent *new;
1949
1950 u64 extent_offset;
1951 u64 bytenr;
1952 u64 offset;
1953 u64 len;
1954 int count;
1955};
1956
1957struct new_sa_defrag_extent {
1958 struct rb_root root;
1959 struct list_head head;
1960 struct btrfs_path *path;
1961 struct inode *inode;
1962 u64 file_pos;
1963 u64 len;
1964 u64 bytenr;
1965 u64 disk_len;
1966 u8 compress_type;
1967};
1968
1969static int backref_comp(struct sa_defrag_extent_backref *b1,
1970 struct sa_defrag_extent_backref *b2)
1971{
1972 if (b1->root_id < b2->root_id)
1973 return -1;
1974 else if (b1->root_id > b2->root_id)
1975 return 1;
1976
1977 if (b1->inum < b2->inum)
1978 return -1;
1979 else if (b1->inum > b2->inum)
1980 return 1;
1981
1982 if (b1->file_pos < b2->file_pos)
1983 return -1;
1984 else if (b1->file_pos > b2->file_pos)
1985 return 1;
1986
1987 /*
1988 * [------------------------------] ===> (a range of space)
1989 * |<--->| |<---->| =============> (fs/file tree A)
1990 * |<---------------------------->| ===> (fs/file tree B)
1991 *
1992 * A range of space can refer to two file extents in one tree while
1993 * refer to only one file extent in another tree.
1994 *
1995 * So we may process a disk offset more than one time(two extents in A)
1996 * and locate at the same extent(one extent in B), then insert two same
1997 * backrefs(both refer to the extent in B).
1998 */
1999 return 0;
2000}
2001
2002static void backref_insert(struct rb_root *root,
2003 struct sa_defrag_extent_backref *backref)
2004{
2005 struct rb_node **p = &root->rb_node;
2006 struct rb_node *parent = NULL;
2007 struct sa_defrag_extent_backref *entry;
2008 int ret;
2009
2010 while (*p) {
2011 parent = *p;
2012 entry = rb_entry(parent, struct sa_defrag_extent_backref, node);
2013
2014 ret = backref_comp(backref, entry);
2015 if (ret < 0)
2016 p = &(*p)->rb_left;
2017 else
2018 p = &(*p)->rb_right;
2019 }
2020
2021 rb_link_node(&backref->node, parent, p);
2022 rb_insert_color(&backref->node, root);
2023}
2024
2025/*
2026 * Note the backref might has changed, and in this case we just return 0.
2027 */
2028static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id,
2029 void *ctx)
2030{
2031 struct btrfs_file_extent_item *extent;
2032 struct btrfs_fs_info *fs_info;
2033 struct old_sa_defrag_extent *old = ctx;
2034 struct new_sa_defrag_extent *new = old->new;
2035 struct btrfs_path *path = new->path;
2036 struct btrfs_key key;
2037 struct btrfs_root *root;
2038 struct sa_defrag_extent_backref *backref;
2039 struct extent_buffer *leaf;
2040 struct inode *inode = new->inode;
2041 int slot;
2042 int ret;
2043 u64 extent_offset;
2044 u64 num_bytes;
2045
2046 if (BTRFS_I(inode)->root->root_key.objectid == root_id &&
2047 inum == btrfs_ino(inode))
2048 return 0;
2049
2050 key.objectid = root_id;
2051 key.type = BTRFS_ROOT_ITEM_KEY;
2052 key.offset = (u64)-1;
2053
2054 fs_info = BTRFS_I(inode)->root->fs_info;
2055 root = btrfs_read_fs_root_no_name(fs_info, &key);
2056 if (IS_ERR(root)) {
2057 if (PTR_ERR(root) == -ENOENT)
2058 return 0;
2059 WARN_ON(1);
2060 pr_debug("inum=%llu, offset=%llu, root_id=%llu\n",
2061 inum, offset, root_id);
2062 return PTR_ERR(root);
2063 }
2064
2065 key.objectid = inum;
2066 key.type = BTRFS_EXTENT_DATA_KEY;
2067 if (offset > (u64)-1 << 32)
2068 key.offset = 0;
2069 else
2070 key.offset = offset;
2071
2072 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
2073 if (ret < 0) {
2074 WARN_ON(1);
2075 return ret;
2076 }
2077
2078 while (1) {
2079 cond_resched();
2080
2081 leaf = path->nodes[0];
2082 slot = path->slots[0];
2083
2084 if (slot >= btrfs_header_nritems(leaf)) {
2085 ret = btrfs_next_leaf(root, path);
2086 if (ret < 0) {
2087 goto out;
2088 } else if (ret > 0) {
2089 ret = 0;
2090 goto out;
2091 }
2092 continue;
2093 }
2094
2095 path->slots[0]++;
2096
2097 btrfs_item_key_to_cpu(leaf, &key, slot);
2098
2099 if (key.objectid > inum)
2100 goto out;
2101
2102 if (key.objectid < inum || key.type != BTRFS_EXTENT_DATA_KEY)
2103 continue;
2104
2105 extent = btrfs_item_ptr(leaf, slot,
2106 struct btrfs_file_extent_item);
2107
2108 if (btrfs_file_extent_disk_bytenr(leaf, extent) != old->bytenr)
2109 continue;
2110
2111 extent_offset = btrfs_file_extent_offset(leaf, extent);
2112 if (key.offset - extent_offset != offset)
2113 continue;
2114
2115 num_bytes = btrfs_file_extent_num_bytes(leaf, extent);
2116 if (extent_offset >= old->extent_offset + old->offset +
2117 old->len || extent_offset + num_bytes <=
2118 old->extent_offset + old->offset)
2119 continue;
2120
2121 break;
2122 }
2123
2124 backref = kmalloc(sizeof(*backref), GFP_NOFS);
2125 if (!backref) {
2126 ret = -ENOENT;
2127 goto out;
2128 }
2129
2130 backref->root_id = root_id;
2131 backref->inum = inum;
2132 backref->file_pos = offset + extent_offset;
2133 backref->num_bytes = num_bytes;
2134 backref->extent_offset = extent_offset;
2135 backref->generation = btrfs_file_extent_generation(leaf, extent);
2136 backref->old = old;
2137 backref_insert(&new->root, backref);
2138 old->count++;
2139out:
2140 btrfs_release_path(path);
2141 WARN_ON(ret);
2142 return ret;
2143}
2144
2145static noinline bool record_extent_backrefs(struct btrfs_path *path,
2146 struct new_sa_defrag_extent *new)
2147{
2148 struct btrfs_fs_info *fs_info = BTRFS_I(new->inode)->root->fs_info;
2149 struct old_sa_defrag_extent *old, *tmp;
2150 int ret;
2151
2152 new->path = path;
2153
2154 list_for_each_entry_safe(old, tmp, &new->head, list) {
2155 ret = iterate_inodes_from_logical(old->bytenr, fs_info,
2156 path, record_one_backref,
2157 old);
2158 BUG_ON(ret < 0 && ret != -ENOENT);
2159
2160 /* no backref to be processed for this extent */
2161 if (!old->count) {
2162 list_del(&old->list);
2163 kfree(old);
2164 }
2165 }
2166
2167 if (list_empty(&new->head))
2168 return false;
2169
2170 return true;
2171}
2172
2173static int relink_is_mergable(struct extent_buffer *leaf,
2174 struct btrfs_file_extent_item *fi,
2175 u64 disk_bytenr)
2176{
2177 if (btrfs_file_extent_disk_bytenr(leaf, fi) != disk_bytenr)
2178 return 0;
2179
2180 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG)
2181 return 0;
2182
2183 if (btrfs_file_extent_compression(leaf, fi) ||
2184 btrfs_file_extent_encryption(leaf, fi) ||
2185 btrfs_file_extent_other_encoding(leaf, fi))
2186 return 0;
2187
2188 return 1;
2189}
2190
2191/*
2192 * Note the backref might has changed, and in this case we just return 0.
2193 */
2194static noinline int relink_extent_backref(struct btrfs_path *path,
2195 struct sa_defrag_extent_backref *prev,
2196 struct sa_defrag_extent_backref *backref)
2197{
2198 struct btrfs_file_extent_item *extent;
2199 struct btrfs_file_extent_item *item;
2200 struct btrfs_ordered_extent *ordered;
2201 struct btrfs_trans_handle *trans;
2202 struct btrfs_fs_info *fs_info;
2203 struct btrfs_root *root;
2204 struct btrfs_key key;
2205 struct extent_buffer *leaf;
2206 struct old_sa_defrag_extent *old = backref->old;
2207 struct new_sa_defrag_extent *new = old->new;
2208 struct inode *src_inode = new->inode;
2209 struct inode *inode;
2210 struct extent_state *cached = NULL;
2211 int ret = 0;
2212 u64 start;
2213 u64 len;
2214 u64 lock_start;
2215 u64 lock_end;
2216 bool merge = false;
2217 int index;
2218
2219 if (prev && prev->root_id == backref->root_id &&
2220 prev->inum == backref->inum &&
2221 prev->file_pos + prev->num_bytes == backref->file_pos)
2222 merge = true;
2223
2224 /* step 1: get root */
2225 key.objectid = backref->root_id;
2226 key.type = BTRFS_ROOT_ITEM_KEY;
2227 key.offset = (u64)-1;
2228
2229 fs_info = BTRFS_I(src_inode)->root->fs_info;
2230 index = srcu_read_lock(&fs_info->subvol_srcu);
2231
2232 root = btrfs_read_fs_root_no_name(fs_info, &key);
2233 if (IS_ERR(root)) {
2234 srcu_read_unlock(&fs_info->subvol_srcu, index);
2235 if (PTR_ERR(root) == -ENOENT)
2236 return 0;
2237 return PTR_ERR(root);
2238 }
2239 if (btrfs_root_refs(&root->root_item) == 0) {
2240 srcu_read_unlock(&fs_info->subvol_srcu, index);
2241 /* parse ENOENT to 0 */
2242 return 0;
2243 }
2244
2245 /* step 2: get inode */
2246 key.objectid = backref->inum;
2247 key.type = BTRFS_INODE_ITEM_KEY;
2248 key.offset = 0;
2249
2250 inode = btrfs_iget(fs_info->sb, &key, root, NULL);
2251 if (IS_ERR(inode)) {
2252 srcu_read_unlock(&fs_info->subvol_srcu, index);
2253 return 0;
2254 }
2255
2256 srcu_read_unlock(&fs_info->subvol_srcu, index);
2257
2258 /* step 3: relink backref */
2259 lock_start = backref->file_pos;
2260 lock_end = backref->file_pos + backref->num_bytes - 1;
2261 lock_extent_bits(&BTRFS_I(inode)->io_tree, lock_start, lock_end,
2262 0, &cached);
2263
2264 ordered = btrfs_lookup_first_ordered_extent(inode, lock_end);
2265 if (ordered) {
2266 btrfs_put_ordered_extent(ordered);
2267 goto out_unlock;
2268 }
2269
2270 trans = btrfs_join_transaction(root);
2271 if (IS_ERR(trans)) {
2272 ret = PTR_ERR(trans);
2273 goto out_unlock;
2274 }
2275
2276 key.objectid = backref->inum;
2277 key.type = BTRFS_EXTENT_DATA_KEY;
2278 key.offset = backref->file_pos;
2279
2280 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
2281 if (ret < 0) {
2282 goto out_free_path;
2283 } else if (ret > 0) {
2284 ret = 0;
2285 goto out_free_path;
2286 }
2287
2288 extent = btrfs_item_ptr(path->nodes[0], path->slots[0],
2289 struct btrfs_file_extent_item);
2290
2291 if (btrfs_file_extent_generation(path->nodes[0], extent) !=
2292 backref->generation)
2293 goto out_free_path;
2294
2295 btrfs_release_path(path);
2296
2297 start = backref->file_pos;
2298 if (backref->extent_offset < old->extent_offset + old->offset)
2299 start += old->extent_offset + old->offset -
2300 backref->extent_offset;
2301
2302 len = min(backref->extent_offset + backref->num_bytes,
2303 old->extent_offset + old->offset + old->len);
2304 len -= max(backref->extent_offset, old->extent_offset + old->offset);
2305
2306 ret = btrfs_drop_extents(trans, root, inode, start,
2307 start + len, 1);
2308 if (ret)
2309 goto out_free_path;
2310again:
2311 key.objectid = btrfs_ino(inode);
2312 key.type = BTRFS_EXTENT_DATA_KEY;
2313 key.offset = start;
2314
a09a0a70 2315 path->leave_spinning = 1;
38c227d8
LB
2316 if (merge) {
2317 struct btrfs_file_extent_item *fi;
2318 u64 extent_len;
2319 struct btrfs_key found_key;
2320
2321 ret = btrfs_search_slot(trans, root, &key, path, 1, 1);
2322 if (ret < 0)
2323 goto out_free_path;
2324
2325 path->slots[0]--;
2326 leaf = path->nodes[0];
2327 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
2328
2329 fi = btrfs_item_ptr(leaf, path->slots[0],
2330 struct btrfs_file_extent_item);
2331 extent_len = btrfs_file_extent_num_bytes(leaf, fi);
2332
2333 if (relink_is_mergable(leaf, fi, new->bytenr) &&
2334 extent_len + found_key.offset == start) {
2335 btrfs_set_file_extent_num_bytes(leaf, fi,
2336 extent_len + len);
2337 btrfs_mark_buffer_dirty(leaf);
2338 inode_add_bytes(inode, len);
2339
2340 ret = 1;
2341 goto out_free_path;
2342 } else {
2343 merge = false;
2344 btrfs_release_path(path);
2345 goto again;
2346 }
2347 }
2348
2349 ret = btrfs_insert_empty_item(trans, root, path, &key,
2350 sizeof(*extent));
2351 if (ret) {
2352 btrfs_abort_transaction(trans, root, ret);
2353 goto out_free_path;
2354 }
2355
2356 leaf = path->nodes[0];
2357 item = btrfs_item_ptr(leaf, path->slots[0],
2358 struct btrfs_file_extent_item);
2359 btrfs_set_file_extent_disk_bytenr(leaf, item, new->bytenr);
2360 btrfs_set_file_extent_disk_num_bytes(leaf, item, new->disk_len);
2361 btrfs_set_file_extent_offset(leaf, item, start - new->file_pos);
2362 btrfs_set_file_extent_num_bytes(leaf, item, len);
2363 btrfs_set_file_extent_ram_bytes(leaf, item, new->len);
2364 btrfs_set_file_extent_generation(leaf, item, trans->transid);
2365 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG);
2366 btrfs_set_file_extent_compression(leaf, item, new->compress_type);
2367 btrfs_set_file_extent_encryption(leaf, item, 0);
2368 btrfs_set_file_extent_other_encoding(leaf, item, 0);
2369
2370 btrfs_mark_buffer_dirty(leaf);
2371 inode_add_bytes(inode, len);
a09a0a70 2372 btrfs_release_path(path);
38c227d8
LB
2373
2374 ret = btrfs_inc_extent_ref(trans, root, new->bytenr,
2375 new->disk_len, 0,
2376 backref->root_id, backref->inum,
2377 new->file_pos, 0); /* start - extent_offset */
2378 if (ret) {
2379 btrfs_abort_transaction(trans, root, ret);
2380 goto out_free_path;
2381 }
2382
2383 ret = 1;
2384out_free_path:
2385 btrfs_release_path(path);
a09a0a70 2386 path->leave_spinning = 0;
38c227d8
LB
2387 btrfs_end_transaction(trans, root);
2388out_unlock:
2389 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lock_start, lock_end,
2390 &cached, GFP_NOFS);
2391 iput(inode);
2392 return ret;
2393}
2394
2395static void relink_file_extents(struct new_sa_defrag_extent *new)
2396{
2397 struct btrfs_path *path;
2398 struct old_sa_defrag_extent *old, *tmp;
2399 struct sa_defrag_extent_backref *backref;
2400 struct sa_defrag_extent_backref *prev = NULL;
2401 struct inode *inode;
2402 struct btrfs_root *root;
2403 struct rb_node *node;
2404 int ret;
2405
2406 inode = new->inode;
2407 root = BTRFS_I(inode)->root;
2408
2409 path = btrfs_alloc_path();
2410 if (!path)
2411 return;
2412
2413 if (!record_extent_backrefs(path, new)) {
2414 btrfs_free_path(path);
2415 goto out;
2416 }
2417 btrfs_release_path(path);
2418
2419 while (1) {
2420 node = rb_first(&new->root);
2421 if (!node)
2422 break;
2423 rb_erase(node, &new->root);
2424
2425 backref = rb_entry(node, struct sa_defrag_extent_backref, node);
2426
2427 ret = relink_extent_backref(path, prev, backref);
2428 WARN_ON(ret < 0);
2429
2430 kfree(prev);
2431
2432 if (ret == 1)
2433 prev = backref;
2434 else
2435 prev = NULL;
2436 cond_resched();
2437 }
2438 kfree(prev);
2439
2440 btrfs_free_path(path);
2441
2442 list_for_each_entry_safe(old, tmp, &new->head, list) {
2443 list_del(&old->list);
2444 kfree(old);
2445 }
2446out:
2447 atomic_dec(&root->fs_info->defrag_running);
2448 wake_up(&root->fs_info->transaction_wait);
2449
2450 kfree(new);
2451}
2452
2453static struct new_sa_defrag_extent *
2454record_old_file_extents(struct inode *inode,
2455 struct btrfs_ordered_extent *ordered)
2456{
2457 struct btrfs_root *root = BTRFS_I(inode)->root;
2458 struct btrfs_path *path;
2459 struct btrfs_key key;
2460 struct old_sa_defrag_extent *old, *tmp;
2461 struct new_sa_defrag_extent *new;
2462 int ret;
2463
2464 new = kmalloc(sizeof(*new), GFP_NOFS);
2465 if (!new)
2466 return NULL;
2467
2468 new->inode = inode;
2469 new->file_pos = ordered->file_offset;
2470 new->len = ordered->len;
2471 new->bytenr = ordered->start;
2472 new->disk_len = ordered->disk_len;
2473 new->compress_type = ordered->compress_type;
2474 new->root = RB_ROOT;
2475 INIT_LIST_HEAD(&new->head);
2476
2477 path = btrfs_alloc_path();
2478 if (!path)
2479 goto out_kfree;
2480
2481 key.objectid = btrfs_ino(inode);
2482 key.type = BTRFS_EXTENT_DATA_KEY;
2483 key.offset = new->file_pos;
2484
2485 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
2486 if (ret < 0)
2487 goto out_free_path;
2488 if (ret > 0 && path->slots[0] > 0)
2489 path->slots[0]--;
2490
2491 /* find out all the old extents for the file range */
2492 while (1) {
2493 struct btrfs_file_extent_item *extent;
2494 struct extent_buffer *l;
2495 int slot;
2496 u64 num_bytes;
2497 u64 offset;
2498 u64 end;
2499 u64 disk_bytenr;
2500 u64 extent_offset;
2501
2502 l = path->nodes[0];
2503 slot = path->slots[0];
2504
2505 if (slot >= btrfs_header_nritems(l)) {
2506 ret = btrfs_next_leaf(root, path);
2507 if (ret < 0)
2508 goto out_free_list;
2509 else if (ret > 0)
2510 break;
2511 continue;
2512 }
2513
2514 btrfs_item_key_to_cpu(l, &key, slot);
2515
2516 if (key.objectid != btrfs_ino(inode))
2517 break;
2518 if (key.type != BTRFS_EXTENT_DATA_KEY)
2519 break;
2520 if (key.offset >= new->file_pos + new->len)
2521 break;
2522
2523 extent = btrfs_item_ptr(l, slot, struct btrfs_file_extent_item);
2524
2525 num_bytes = btrfs_file_extent_num_bytes(l, extent);
2526 if (key.offset + num_bytes < new->file_pos)
2527 goto next;
2528
2529 disk_bytenr = btrfs_file_extent_disk_bytenr(l, extent);
2530 if (!disk_bytenr)
2531 goto next;
2532
2533 extent_offset = btrfs_file_extent_offset(l, extent);
2534
2535 old = kmalloc(sizeof(*old), GFP_NOFS);
2536 if (!old)
2537 goto out_free_list;
2538
2539 offset = max(new->file_pos, key.offset);
2540 end = min(new->file_pos + new->len, key.offset + num_bytes);
2541
2542 old->bytenr = disk_bytenr;
2543 old->extent_offset = extent_offset;
2544 old->offset = offset - key.offset;
2545 old->len = end - offset;
2546 old->new = new;
2547 old->count = 0;
2548 list_add_tail(&old->list, &new->head);
2549next:
2550 path->slots[0]++;
2551 cond_resched();
2552 }
2553
2554 btrfs_free_path(path);
2555 atomic_inc(&root->fs_info->defrag_running);
2556
2557 return new;
2558
2559out_free_list:
2560 list_for_each_entry_safe(old, tmp, &new->head, list) {
2561 list_del(&old->list);
2562 kfree(old);
2563 }
2564out_free_path:
2565 btrfs_free_path(path);
2566out_kfree:
2567 kfree(new);
2568 return NULL;
2569}
2570
5d13a98f
CM
2571/*
2572 * helper function for btrfs_finish_ordered_io, this
2573 * just reads in some of the csum leaves to prime them into ram
2574 * before we start the transaction. It limits the amount of btree
2575 * reads required while inside the transaction.
2576 */
d352ac68
CM
2577/* as ordered data IO finishes, this gets called so we can finish
2578 * an ordered extent if the range of bytes in the file it covers are
2579 * fully written.
2580 */
5fd02043 2581static int btrfs_finish_ordered_io(struct btrfs_ordered_extent *ordered_extent)
e6dcd2dc 2582{
5fd02043 2583 struct inode *inode = ordered_extent->inode;
e6dcd2dc 2584 struct btrfs_root *root = BTRFS_I(inode)->root;
0ca1f7ce 2585 struct btrfs_trans_handle *trans = NULL;
e6dcd2dc 2586 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
2ac55d41 2587 struct extent_state *cached_state = NULL;
38c227d8 2588 struct new_sa_defrag_extent *new = NULL;
261507a0 2589 int compress_type = 0;
e6dcd2dc 2590 int ret;
82d5902d 2591 bool nolock;
e6dcd2dc 2592
83eea1f1 2593 nolock = btrfs_is_free_space_inode(inode);
0cb59c99 2594
5fd02043
JB
2595 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) {
2596 ret = -EIO;
2597 goto out;
2598 }
2599
c2167754 2600 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) {
79787eaa 2601 BUG_ON(!list_empty(&ordered_extent->list)); /* Logic error */
6c760c07
JB
2602 btrfs_ordered_update_i_size(inode, 0, ordered_extent);
2603 if (nolock)
2604 trans = btrfs_join_transaction_nolock(root);
2605 else
2606 trans = btrfs_join_transaction(root);
2607 if (IS_ERR(trans)) {
2608 ret = PTR_ERR(trans);
2609 trans = NULL;
2610 goto out;
c2167754 2611 }
6c760c07
JB
2612 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
2613 ret = btrfs_update_inode_fallback(trans, root, inode);
2614 if (ret) /* -ENOMEM or corruption */
2615 btrfs_abort_transaction(trans, root, ret);
c2167754
YZ
2616 goto out;
2617 }
e6dcd2dc 2618
2ac55d41
JB
2619 lock_extent_bits(io_tree, ordered_extent->file_offset,
2620 ordered_extent->file_offset + ordered_extent->len - 1,
d0082371 2621 0, &cached_state);
e6dcd2dc 2622
38c227d8
LB
2623 ret = test_range_bit(io_tree, ordered_extent->file_offset,
2624 ordered_extent->file_offset + ordered_extent->len - 1,
2625 EXTENT_DEFRAG, 1, cached_state);
2626 if (ret) {
2627 u64 last_snapshot = btrfs_root_last_snapshot(&root->root_item);
2628 if (last_snapshot >= BTRFS_I(inode)->generation)
2629 /* the inode is shared */
2630 new = record_old_file_extents(inode, ordered_extent);
2631
2632 clear_extent_bit(io_tree, ordered_extent->file_offset,
2633 ordered_extent->file_offset + ordered_extent->len - 1,
2634 EXTENT_DEFRAG, 0, 0, &cached_state, GFP_NOFS);
2635 }
2636
0cb59c99 2637 if (nolock)
7a7eaa40 2638 trans = btrfs_join_transaction_nolock(root);
0cb59c99 2639 else
7a7eaa40 2640 trans = btrfs_join_transaction(root);
79787eaa
JM
2641 if (IS_ERR(trans)) {
2642 ret = PTR_ERR(trans);
2643 trans = NULL;
2644 goto out_unlock;
2645 }
0ca1f7ce 2646 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
c2167754 2647
c8b97818 2648 if (test_bit(BTRFS_ORDERED_COMPRESSED, &ordered_extent->flags))
261507a0 2649 compress_type = ordered_extent->compress_type;
d899e052 2650 if (test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags)) {
261507a0 2651 BUG_ON(compress_type);
920bbbfb 2652 ret = btrfs_mark_extent_written(trans, inode,
d899e052
YZ
2653 ordered_extent->file_offset,
2654 ordered_extent->file_offset +
2655 ordered_extent->len);
d899e052 2656 } else {
0af3d00b 2657 BUG_ON(root == root->fs_info->tree_root);
d899e052
YZ
2658 ret = insert_reserved_file_extent(trans, inode,
2659 ordered_extent->file_offset,
2660 ordered_extent->start,
2661 ordered_extent->disk_len,
2662 ordered_extent->len,
2663 ordered_extent->len,
261507a0 2664 compress_type, 0, 0,
d899e052 2665 BTRFS_FILE_EXTENT_REG);
d899e052 2666 }
5dc562c5
JB
2667 unpin_extent_cache(&BTRFS_I(inode)->extent_tree,
2668 ordered_extent->file_offset, ordered_extent->len,
2669 trans->transid);
79787eaa
JM
2670 if (ret < 0) {
2671 btrfs_abort_transaction(trans, root, ret);
5fd02043 2672 goto out_unlock;
79787eaa 2673 }
2ac55d41 2674
e6dcd2dc
CM
2675 add_pending_csums(trans, inode, ordered_extent->file_offset,
2676 &ordered_extent->list);
2677
6c760c07
JB
2678 btrfs_ordered_update_i_size(inode, 0, ordered_extent);
2679 ret = btrfs_update_inode_fallback(trans, root, inode);
2680 if (ret) { /* -ENOMEM or corruption */
2681 btrfs_abort_transaction(trans, root, ret);
2682 goto out_unlock;
1ef30be1
JB
2683 }
2684 ret = 0;
5fd02043
JB
2685out_unlock:
2686 unlock_extent_cached(io_tree, ordered_extent->file_offset,
2687 ordered_extent->file_offset +
2688 ordered_extent->len - 1, &cached_state, GFP_NOFS);
c2167754 2689out:
5b0e95bf 2690 if (root != root->fs_info->tree_root)
0cb59c99 2691 btrfs_delalloc_release_metadata(inode, ordered_extent->len);
a698d075
MX
2692 if (trans)
2693 btrfs_end_transaction(trans, root);
0cb59c99 2694
0bec9ef5 2695 if (ret) {
5fd02043
JB
2696 clear_extent_uptodate(io_tree, ordered_extent->file_offset,
2697 ordered_extent->file_offset +
2698 ordered_extent->len - 1, NULL, GFP_NOFS);
2699
0bec9ef5
JB
2700 /*
2701 * If the ordered extent had an IOERR or something else went
2702 * wrong we need to return the space for this ordered extent
2703 * back to the allocator.
2704 */
2705 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) &&
2706 !test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags))
2707 btrfs_free_reserved_extent(root, ordered_extent->start,
2708 ordered_extent->disk_len);
2709 }
2710
2711
5fd02043 2712 /*
8bad3c02
LB
2713 * This needs to be done to make sure anybody waiting knows we are done
2714 * updating everything for this ordered extent.
5fd02043
JB
2715 */
2716 btrfs_remove_ordered_extent(inode, ordered_extent);
2717
38c227d8
LB
2718 /* for snapshot-aware defrag */
2719 if (new)
2720 relink_file_extents(new);
2721
e6dcd2dc
CM
2722 /* once for us */
2723 btrfs_put_ordered_extent(ordered_extent);
2724 /* once for the tree */
2725 btrfs_put_ordered_extent(ordered_extent);
2726
5fd02043
JB
2727 return ret;
2728}
2729
2730static void finish_ordered_fn(struct btrfs_work *work)
2731{
2732 struct btrfs_ordered_extent *ordered_extent;
2733 ordered_extent = container_of(work, struct btrfs_ordered_extent, work);
2734 btrfs_finish_ordered_io(ordered_extent);
e6dcd2dc
CM
2735}
2736
b2950863 2737static int btrfs_writepage_end_io_hook(struct page *page, u64 start, u64 end,
211f90e6
CM
2738 struct extent_state *state, int uptodate)
2739{
5fd02043
JB
2740 struct inode *inode = page->mapping->host;
2741 struct btrfs_root *root = BTRFS_I(inode)->root;
2742 struct btrfs_ordered_extent *ordered_extent = NULL;
2743 struct btrfs_workers *workers;
2744
1abe9b8a 2745 trace_btrfs_writepage_end_io_hook(page, start, end, uptodate);
2746
8b62b72b 2747 ClearPagePrivate2(page);
5fd02043
JB
2748 if (!btrfs_dec_test_ordered_pending(inode, &ordered_extent, start,
2749 end - start + 1, uptodate))
2750 return 0;
2751
2752 ordered_extent->work.func = finish_ordered_fn;
2753 ordered_extent->work.flags = 0;
2754
83eea1f1 2755 if (btrfs_is_free_space_inode(inode))
5fd02043
JB
2756 workers = &root->fs_info->endio_freespace_worker;
2757 else
2758 workers = &root->fs_info->endio_write_workers;
2759 btrfs_queue_worker(workers, &ordered_extent->work);
2760
2761 return 0;
211f90e6
CM
2762}
2763
d352ac68
CM
2764/*
2765 * when reads are done, we need to check csums to verify the data is correct
4a54c8c1
JS
2766 * if there's a match, we allow the bio to finish. If not, the code in
2767 * extent_io.c will try to find good copies for us.
d352ac68 2768 */
b2950863 2769static int btrfs_readpage_end_io_hook(struct page *page, u64 start, u64 end,
5cf1ab56 2770 struct extent_state *state, int mirror)
07157aac 2771{
4eee4fa4 2772 size_t offset = start - page_offset(page);
07157aac 2773 struct inode *inode = page->mapping->host;
d1310b2e 2774 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
07157aac 2775 char *kaddr;
aadfeb6e 2776 u64 private = ~(u32)0;
07157aac 2777 int ret;
ff79f819
CM
2778 struct btrfs_root *root = BTRFS_I(inode)->root;
2779 u32 csum = ~(u32)0;
d1310b2e 2780
d20f7043
CM
2781 if (PageChecked(page)) {
2782 ClearPageChecked(page);
2783 goto good;
2784 }
6cbff00f
CH
2785
2786 if (BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM)
08d2f347 2787 goto good;
17d217fe
YZ
2788
2789 if (root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID &&
9655d298 2790 test_range_bit(io_tree, start, end, EXTENT_NODATASUM, 1, NULL)) {
17d217fe
YZ
2791 clear_extent_bits(io_tree, start, end, EXTENT_NODATASUM,
2792 GFP_NOFS);
b6cda9bc 2793 return 0;
17d217fe 2794 }
d20f7043 2795
c2e639f0 2796 if (state && state->start == start) {
70dec807
CM
2797 private = state->private;
2798 ret = 0;
2799 } else {
2800 ret = get_state_private(io_tree, start, &private);
2801 }
7ac687d9 2802 kaddr = kmap_atomic(page);
d397712b 2803 if (ret)
07157aac 2804 goto zeroit;
d397712b 2805
ff79f819
CM
2806 csum = btrfs_csum_data(root, kaddr + offset, csum, end - start + 1);
2807 btrfs_csum_final(csum, (char *)&csum);
d397712b 2808 if (csum != private)
07157aac 2809 goto zeroit;
d397712b 2810
7ac687d9 2811 kunmap_atomic(kaddr);
d20f7043 2812good:
07157aac
CM
2813 return 0;
2814
2815zeroit:
945d8962 2816 printk_ratelimited(KERN_INFO "btrfs csum failed ino %llu off %llu csum %u "
33345d01
LZ
2817 "private %llu\n",
2818 (unsigned long long)btrfs_ino(page->mapping->host),
193f284d
CM
2819 (unsigned long long)start, csum,
2820 (unsigned long long)private);
db94535d
CM
2821 memset(kaddr + offset, 1, end - start + 1);
2822 flush_dcache_page(page);
7ac687d9 2823 kunmap_atomic(kaddr);
3b951516
CM
2824 if (private == 0)
2825 return 0;
7e38326f 2826 return -EIO;
07157aac 2827}
b888db2b 2828
24bbcf04
YZ
2829struct delayed_iput {
2830 struct list_head list;
2831 struct inode *inode;
2832};
2833
79787eaa
JM
2834/* JDM: If this is fs-wide, why can't we add a pointer to
2835 * btrfs_inode instead and avoid the allocation? */
24bbcf04
YZ
2836void btrfs_add_delayed_iput(struct inode *inode)
2837{
2838 struct btrfs_fs_info *fs_info = BTRFS_I(inode)->root->fs_info;
2839 struct delayed_iput *delayed;
2840
2841 if (atomic_add_unless(&inode->i_count, -1, 1))
2842 return;
2843
2844 delayed = kmalloc(sizeof(*delayed), GFP_NOFS | __GFP_NOFAIL);
2845 delayed->inode = inode;
2846
2847 spin_lock(&fs_info->delayed_iput_lock);
2848 list_add_tail(&delayed->list, &fs_info->delayed_iputs);
2849 spin_unlock(&fs_info->delayed_iput_lock);
2850}
2851
2852void btrfs_run_delayed_iputs(struct btrfs_root *root)
2853{
2854 LIST_HEAD(list);
2855 struct btrfs_fs_info *fs_info = root->fs_info;
2856 struct delayed_iput *delayed;
2857 int empty;
2858
2859 spin_lock(&fs_info->delayed_iput_lock);
2860 empty = list_empty(&fs_info->delayed_iputs);
2861 spin_unlock(&fs_info->delayed_iput_lock);
2862 if (empty)
2863 return;
2864
24bbcf04
YZ
2865 spin_lock(&fs_info->delayed_iput_lock);
2866 list_splice_init(&fs_info->delayed_iputs, &list);
2867 spin_unlock(&fs_info->delayed_iput_lock);
2868
2869 while (!list_empty(&list)) {
2870 delayed = list_entry(list.next, struct delayed_iput, list);
2871 list_del(&delayed->list);
2872 iput(delayed->inode);
2873 kfree(delayed);
2874 }
24bbcf04
YZ
2875}
2876
d68fc57b 2877/*
42b2aa86 2878 * This is called in transaction commit time. If there are no orphan
d68fc57b
YZ
2879 * files in the subvolume, it removes orphan item and frees block_rsv
2880 * structure.
2881 */
2882void btrfs_orphan_commit_root(struct btrfs_trans_handle *trans,
2883 struct btrfs_root *root)
2884{
90290e19 2885 struct btrfs_block_rsv *block_rsv;
d68fc57b
YZ
2886 int ret;
2887
8a35d95f 2888 if (atomic_read(&root->orphan_inodes) ||
d68fc57b
YZ
2889 root->orphan_cleanup_state != ORPHAN_CLEANUP_DONE)
2890 return;
2891
90290e19 2892 spin_lock(&root->orphan_lock);
8a35d95f 2893 if (atomic_read(&root->orphan_inodes)) {
90290e19
JB
2894 spin_unlock(&root->orphan_lock);
2895 return;
2896 }
2897
2898 if (root->orphan_cleanup_state != ORPHAN_CLEANUP_DONE) {
2899 spin_unlock(&root->orphan_lock);
2900 return;
2901 }
2902
2903 block_rsv = root->orphan_block_rsv;
2904 root->orphan_block_rsv = NULL;
2905 spin_unlock(&root->orphan_lock);
2906
d68fc57b
YZ
2907 if (root->orphan_item_inserted &&
2908 btrfs_root_refs(&root->root_item) > 0) {
2909 ret = btrfs_del_orphan_item(trans, root->fs_info->tree_root,
2910 root->root_key.objectid);
2911 BUG_ON(ret);
2912 root->orphan_item_inserted = 0;
2913 }
2914
90290e19
JB
2915 if (block_rsv) {
2916 WARN_ON(block_rsv->size > 0);
2917 btrfs_free_block_rsv(root, block_rsv);
d68fc57b
YZ
2918 }
2919}
2920
7b128766
JB
2921/*
2922 * This creates an orphan entry for the given inode in case something goes
2923 * wrong in the middle of an unlink/truncate.
d68fc57b
YZ
2924 *
2925 * NOTE: caller of this function should reserve 5 units of metadata for
2926 * this function.
7b128766
JB
2927 */
2928int btrfs_orphan_add(struct btrfs_trans_handle *trans, struct inode *inode)
2929{
2930 struct btrfs_root *root = BTRFS_I(inode)->root;
d68fc57b
YZ
2931 struct btrfs_block_rsv *block_rsv = NULL;
2932 int reserve = 0;
2933 int insert = 0;
2934 int ret;
7b128766 2935
d68fc57b 2936 if (!root->orphan_block_rsv) {
66d8f3dd 2937 block_rsv = btrfs_alloc_block_rsv(root, BTRFS_BLOCK_RSV_TEMP);
b532402e
TI
2938 if (!block_rsv)
2939 return -ENOMEM;
d68fc57b 2940 }
7b128766 2941
d68fc57b
YZ
2942 spin_lock(&root->orphan_lock);
2943 if (!root->orphan_block_rsv) {
2944 root->orphan_block_rsv = block_rsv;
2945 } else if (block_rsv) {
2946 btrfs_free_block_rsv(root, block_rsv);
2947 block_rsv = NULL;
7b128766 2948 }
7b128766 2949
8a35d95f
JB
2950 if (!test_and_set_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
2951 &BTRFS_I(inode)->runtime_flags)) {
d68fc57b
YZ
2952#if 0
2953 /*
2954 * For proper ENOSPC handling, we should do orphan
2955 * cleanup when mounting. But this introduces backward
2956 * compatibility issue.
2957 */
2958 if (!xchg(&root->orphan_item_inserted, 1))
2959 insert = 2;
2960 else
2961 insert = 1;
2962#endif
2963 insert = 1;
321f0e70 2964 atomic_inc(&root->orphan_inodes);
7b128766
JB
2965 }
2966
72ac3c0d
JB
2967 if (!test_and_set_bit(BTRFS_INODE_ORPHAN_META_RESERVED,
2968 &BTRFS_I(inode)->runtime_flags))
d68fc57b 2969 reserve = 1;
d68fc57b 2970 spin_unlock(&root->orphan_lock);
7b128766 2971
d68fc57b
YZ
2972 /* grab metadata reservation from transaction handle */
2973 if (reserve) {
2974 ret = btrfs_orphan_reserve_metadata(trans, inode);
79787eaa 2975 BUG_ON(ret); /* -ENOSPC in reservation; Logic error? JDM */
d68fc57b 2976 }
7b128766 2977
d68fc57b
YZ
2978 /* insert an orphan item to track this unlinked/truncated file */
2979 if (insert >= 1) {
33345d01 2980 ret = btrfs_insert_orphan_item(trans, root, btrfs_ino(inode));
79787eaa 2981 if (ret && ret != -EEXIST) {
8a35d95f
JB
2982 clear_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
2983 &BTRFS_I(inode)->runtime_flags);
79787eaa
JM
2984 btrfs_abort_transaction(trans, root, ret);
2985 return ret;
2986 }
2987 ret = 0;
d68fc57b
YZ
2988 }
2989
2990 /* insert an orphan item to track subvolume contains orphan files */
2991 if (insert >= 2) {
2992 ret = btrfs_insert_orphan_item(trans, root->fs_info->tree_root,
2993 root->root_key.objectid);
79787eaa
JM
2994 if (ret && ret != -EEXIST) {
2995 btrfs_abort_transaction(trans, root, ret);
2996 return ret;
2997 }
d68fc57b
YZ
2998 }
2999 return 0;
7b128766
JB
3000}
3001
3002/*
3003 * We have done the truncate/delete so we can go ahead and remove the orphan
3004 * item for this particular inode.
3005 */
3006int btrfs_orphan_del(struct btrfs_trans_handle *trans, struct inode *inode)
3007{
3008 struct btrfs_root *root = BTRFS_I(inode)->root;
d68fc57b
YZ
3009 int delete_item = 0;
3010 int release_rsv = 0;
7b128766
JB
3011 int ret = 0;
3012
d68fc57b 3013 spin_lock(&root->orphan_lock);
8a35d95f
JB
3014 if (test_and_clear_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
3015 &BTRFS_I(inode)->runtime_flags))
d68fc57b 3016 delete_item = 1;
7b128766 3017
72ac3c0d
JB
3018 if (test_and_clear_bit(BTRFS_INODE_ORPHAN_META_RESERVED,
3019 &BTRFS_I(inode)->runtime_flags))
d68fc57b 3020 release_rsv = 1;
d68fc57b 3021 spin_unlock(&root->orphan_lock);
7b128766 3022
d68fc57b 3023 if (trans && delete_item) {
33345d01 3024 ret = btrfs_del_orphan_item(trans, root, btrfs_ino(inode));
79787eaa 3025 BUG_ON(ret); /* -ENOMEM or corruption (JDM: Recheck) */
d68fc57b 3026 }
7b128766 3027
8a35d95f 3028 if (release_rsv) {
d68fc57b 3029 btrfs_orphan_release_metadata(inode);
8a35d95f
JB
3030 atomic_dec(&root->orphan_inodes);
3031 }
7b128766 3032
d68fc57b 3033 return 0;
7b128766
JB
3034}
3035
3036/*
3037 * this cleans up any orphans that may be left on the list from the last use
3038 * of this root.
3039 */
66b4ffd1 3040int btrfs_orphan_cleanup(struct btrfs_root *root)
7b128766
JB
3041{
3042 struct btrfs_path *path;
3043 struct extent_buffer *leaf;
7b128766
JB
3044 struct btrfs_key key, found_key;
3045 struct btrfs_trans_handle *trans;
3046 struct inode *inode;
8f6d7f4f 3047 u64 last_objectid = 0;
7b128766
JB
3048 int ret = 0, nr_unlink = 0, nr_truncate = 0;
3049
d68fc57b 3050 if (cmpxchg(&root->orphan_cleanup_state, 0, ORPHAN_CLEANUP_STARTED))
66b4ffd1 3051 return 0;
c71bf099
YZ
3052
3053 path = btrfs_alloc_path();
66b4ffd1
JB
3054 if (!path) {
3055 ret = -ENOMEM;
3056 goto out;
3057 }
7b128766
JB
3058 path->reada = -1;
3059
3060 key.objectid = BTRFS_ORPHAN_OBJECTID;
3061 btrfs_set_key_type(&key, BTRFS_ORPHAN_ITEM_KEY);
3062 key.offset = (u64)-1;
3063
7b128766
JB
3064 while (1) {
3065 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
66b4ffd1
JB
3066 if (ret < 0)
3067 goto out;
7b128766
JB
3068
3069 /*
3070 * if ret == 0 means we found what we were searching for, which
25985edc 3071 * is weird, but possible, so only screw with path if we didn't
7b128766
JB
3072 * find the key and see if we have stuff that matches
3073 */
3074 if (ret > 0) {
66b4ffd1 3075 ret = 0;
7b128766
JB
3076 if (path->slots[0] == 0)
3077 break;
3078 path->slots[0]--;
3079 }
3080
3081 /* pull out the item */
3082 leaf = path->nodes[0];
7b128766
JB
3083 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
3084
3085 /* make sure the item matches what we want */
3086 if (found_key.objectid != BTRFS_ORPHAN_OBJECTID)
3087 break;
3088 if (btrfs_key_type(&found_key) != BTRFS_ORPHAN_ITEM_KEY)
3089 break;
3090
3091 /* release the path since we're done with it */
b3b4aa74 3092 btrfs_release_path(path);
7b128766
JB
3093
3094 /*
3095 * this is where we are basically btrfs_lookup, without the
3096 * crossing root thing. we store the inode number in the
3097 * offset of the orphan item.
3098 */
8f6d7f4f
JB
3099
3100 if (found_key.offset == last_objectid) {
3101 printk(KERN_ERR "btrfs: Error removing orphan entry, "
3102 "stopping orphan cleanup\n");
3103 ret = -EINVAL;
3104 goto out;
3105 }
3106
3107 last_objectid = found_key.offset;
3108
5d4f98a2
YZ
3109 found_key.objectid = found_key.offset;
3110 found_key.type = BTRFS_INODE_ITEM_KEY;
3111 found_key.offset = 0;
73f73415 3112 inode = btrfs_iget(root->fs_info->sb, &found_key, root, NULL);
a8c9e576
JB
3113 ret = PTR_RET(inode);
3114 if (ret && ret != -ESTALE)
66b4ffd1 3115 goto out;
7b128766 3116
f8e9e0b0
AJ
3117 if (ret == -ESTALE && root == root->fs_info->tree_root) {
3118 struct btrfs_root *dead_root;
3119 struct btrfs_fs_info *fs_info = root->fs_info;
3120 int is_dead_root = 0;
3121
3122 /*
3123 * this is an orphan in the tree root. Currently these
3124 * could come from 2 sources:
3125 * a) a snapshot deletion in progress
3126 * b) a free space cache inode
3127 * We need to distinguish those two, as the snapshot
3128 * orphan must not get deleted.
3129 * find_dead_roots already ran before us, so if this
3130 * is a snapshot deletion, we should find the root
3131 * in the dead_roots list
3132 */
3133 spin_lock(&fs_info->trans_lock);
3134 list_for_each_entry(dead_root, &fs_info->dead_roots,
3135 root_list) {
3136 if (dead_root->root_key.objectid ==
3137 found_key.objectid) {
3138 is_dead_root = 1;
3139 break;
3140 }
3141 }
3142 spin_unlock(&fs_info->trans_lock);
3143 if (is_dead_root) {
3144 /* prevent this orphan from being found again */
3145 key.offset = found_key.objectid - 1;
3146 continue;
3147 }
3148 }
7b128766 3149 /*
a8c9e576
JB
3150 * Inode is already gone but the orphan item is still there,
3151 * kill the orphan item.
7b128766 3152 */
a8c9e576
JB
3153 if (ret == -ESTALE) {
3154 trans = btrfs_start_transaction(root, 1);
66b4ffd1
JB
3155 if (IS_ERR(trans)) {
3156 ret = PTR_ERR(trans);
3157 goto out;
3158 }
8a35d95f
JB
3159 printk(KERN_ERR "auto deleting %Lu\n",
3160 found_key.objectid);
a8c9e576
JB
3161 ret = btrfs_del_orphan_item(trans, root,
3162 found_key.objectid);
79787eaa 3163 BUG_ON(ret); /* -ENOMEM or corruption (JDM: Recheck) */
5b21f2ed 3164 btrfs_end_transaction(trans, root);
7b128766
JB
3165 continue;
3166 }
3167
a8c9e576
JB
3168 /*
3169 * add this inode to the orphan list so btrfs_orphan_del does
3170 * the proper thing when we hit it
3171 */
8a35d95f
JB
3172 set_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
3173 &BTRFS_I(inode)->runtime_flags);
925396ec 3174 atomic_inc(&root->orphan_inodes);
a8c9e576 3175
7b128766
JB
3176 /* if we have links, this was a truncate, lets do that */
3177 if (inode->i_nlink) {
a41ad394
JB
3178 if (!S_ISREG(inode->i_mode)) {
3179 WARN_ON(1);
3180 iput(inode);
3181 continue;
3182 }
7b128766 3183 nr_truncate++;
f3fe820c
JB
3184
3185 /* 1 for the orphan item deletion. */
3186 trans = btrfs_start_transaction(root, 1);
3187 if (IS_ERR(trans)) {
3188 ret = PTR_ERR(trans);
3189 goto out;
3190 }
3191 ret = btrfs_orphan_add(trans, inode);
3192 btrfs_end_transaction(trans, root);
3193 if (ret)
3194 goto out;
3195
66b4ffd1 3196 ret = btrfs_truncate(inode);
4a7d0f68
JB
3197 if (ret)
3198 btrfs_orphan_del(NULL, inode);
7b128766
JB
3199 } else {
3200 nr_unlink++;
3201 }
3202
3203 /* this will do delete_inode and everything for us */
3204 iput(inode);
66b4ffd1
JB
3205 if (ret)
3206 goto out;
7b128766 3207 }
3254c876
MX
3208 /* release the path since we're done with it */
3209 btrfs_release_path(path);
3210
d68fc57b
YZ
3211 root->orphan_cleanup_state = ORPHAN_CLEANUP_DONE;
3212
3213 if (root->orphan_block_rsv)
3214 btrfs_block_rsv_release(root, root->orphan_block_rsv,
3215 (u64)-1);
3216
3217 if (root->orphan_block_rsv || root->orphan_item_inserted) {
7a7eaa40 3218 trans = btrfs_join_transaction(root);
66b4ffd1
JB
3219 if (!IS_ERR(trans))
3220 btrfs_end_transaction(trans, root);
d68fc57b 3221 }
7b128766
JB
3222
3223 if (nr_unlink)
3224 printk(KERN_INFO "btrfs: unlinked %d orphans\n", nr_unlink);
3225 if (nr_truncate)
3226 printk(KERN_INFO "btrfs: truncated %d orphans\n", nr_truncate);
66b4ffd1
JB
3227
3228out:
3229 if (ret)
3230 printk(KERN_CRIT "btrfs: could not do orphan cleanup %d\n", ret);
3231 btrfs_free_path(path);
3232 return ret;
7b128766
JB
3233}
3234
46a53cca
CM
3235/*
3236 * very simple check to peek ahead in the leaf looking for xattrs. If we
3237 * don't find any xattrs, we know there can't be any acls.
3238 *
3239 * slot is the slot the inode is in, objectid is the objectid of the inode
3240 */
3241static noinline int acls_after_inode_item(struct extent_buffer *leaf,
3242 int slot, u64 objectid)
3243{
3244 u32 nritems = btrfs_header_nritems(leaf);
3245 struct btrfs_key found_key;
3246 int scanned = 0;
3247
3248 slot++;
3249 while (slot < nritems) {
3250 btrfs_item_key_to_cpu(leaf, &found_key, slot);
3251
3252 /* we found a different objectid, there must not be acls */
3253 if (found_key.objectid != objectid)
3254 return 0;
3255
3256 /* we found an xattr, assume we've got an acl */
3257 if (found_key.type == BTRFS_XATTR_ITEM_KEY)
3258 return 1;
3259
3260 /*
3261 * we found a key greater than an xattr key, there can't
3262 * be any acls later on
3263 */
3264 if (found_key.type > BTRFS_XATTR_ITEM_KEY)
3265 return 0;
3266
3267 slot++;
3268 scanned++;
3269
3270 /*
3271 * it goes inode, inode backrefs, xattrs, extents,
3272 * so if there are a ton of hard links to an inode there can
3273 * be a lot of backrefs. Don't waste time searching too hard,
3274 * this is just an optimization
3275 */
3276 if (scanned >= 8)
3277 break;
3278 }
3279 /* we hit the end of the leaf before we found an xattr or
3280 * something larger than an xattr. We have to assume the inode
3281 * has acls
3282 */
3283 return 1;
3284}
3285
d352ac68
CM
3286/*
3287 * read an inode from the btree into the in-memory inode
3288 */
5d4f98a2 3289static void btrfs_read_locked_inode(struct inode *inode)
39279cc3
CM
3290{
3291 struct btrfs_path *path;
5f39d397 3292 struct extent_buffer *leaf;
39279cc3 3293 struct btrfs_inode_item *inode_item;
0b86a832 3294 struct btrfs_timespec *tspec;
39279cc3
CM
3295 struct btrfs_root *root = BTRFS_I(inode)->root;
3296 struct btrfs_key location;
46a53cca 3297 int maybe_acls;
618e21d5 3298 u32 rdev;
39279cc3 3299 int ret;
2f7e33d4
MX
3300 bool filled = false;
3301
3302 ret = btrfs_fill_inode(inode, &rdev);
3303 if (!ret)
3304 filled = true;
39279cc3
CM
3305
3306 path = btrfs_alloc_path();
1748f843
MF
3307 if (!path)
3308 goto make_bad;
3309
d90c7321 3310 path->leave_spinning = 1;
39279cc3 3311 memcpy(&location, &BTRFS_I(inode)->location, sizeof(location));
dc17ff8f 3312
39279cc3 3313 ret = btrfs_lookup_inode(NULL, root, path, &location, 0);
5f39d397 3314 if (ret)
39279cc3 3315 goto make_bad;
39279cc3 3316
5f39d397 3317 leaf = path->nodes[0];
2f7e33d4
MX
3318
3319 if (filled)
3320 goto cache_acl;
3321
5f39d397
CM
3322 inode_item = btrfs_item_ptr(leaf, path->slots[0],
3323 struct btrfs_inode_item);
5f39d397 3324 inode->i_mode = btrfs_inode_mode(leaf, inode_item);
bfe86848 3325 set_nlink(inode, btrfs_inode_nlink(leaf, inode_item));
2f2f43d3
EB
3326 i_uid_write(inode, btrfs_inode_uid(leaf, inode_item));
3327 i_gid_write(inode, btrfs_inode_gid(leaf, inode_item));
dbe674a9 3328 btrfs_i_size_write(inode, btrfs_inode_size(leaf, inode_item));
5f39d397
CM
3329
3330 tspec = btrfs_inode_atime(inode_item);
3331 inode->i_atime.tv_sec = btrfs_timespec_sec(leaf, tspec);
3332 inode->i_atime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
3333
3334 tspec = btrfs_inode_mtime(inode_item);
3335 inode->i_mtime.tv_sec = btrfs_timespec_sec(leaf, tspec);
3336 inode->i_mtime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
3337
3338 tspec = btrfs_inode_ctime(inode_item);
3339 inode->i_ctime.tv_sec = btrfs_timespec_sec(leaf, tspec);
3340 inode->i_ctime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
3341
a76a3cd4 3342 inode_set_bytes(inode, btrfs_inode_nbytes(leaf, inode_item));
e02119d5 3343 BTRFS_I(inode)->generation = btrfs_inode_generation(leaf, inode_item);
5dc562c5
JB
3344 BTRFS_I(inode)->last_trans = btrfs_inode_transid(leaf, inode_item);
3345
3346 /*
3347 * If we were modified in the current generation and evicted from memory
3348 * and then re-read we need to do a full sync since we don't have any
3349 * idea about which extents were modified before we were evicted from
3350 * cache.
3351 */
3352 if (BTRFS_I(inode)->last_trans == root->fs_info->generation)
3353 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
3354 &BTRFS_I(inode)->runtime_flags);
3355
0c4d2d95 3356 inode->i_version = btrfs_inode_sequence(leaf, inode_item);
e02119d5 3357 inode->i_generation = BTRFS_I(inode)->generation;
618e21d5 3358 inode->i_rdev = 0;
5f39d397
CM
3359 rdev = btrfs_inode_rdev(leaf, inode_item);
3360
aec7477b 3361 BTRFS_I(inode)->index_cnt = (u64)-1;
d2fb3437 3362 BTRFS_I(inode)->flags = btrfs_inode_flags(leaf, inode_item);
2f7e33d4 3363cache_acl:
46a53cca
CM
3364 /*
3365 * try to precache a NULL acl entry for files that don't have
3366 * any xattrs or acls
3367 */
33345d01
LZ
3368 maybe_acls = acls_after_inode_item(leaf, path->slots[0],
3369 btrfs_ino(inode));
72c04902
AV
3370 if (!maybe_acls)
3371 cache_no_acl(inode);
46a53cca 3372
39279cc3 3373 btrfs_free_path(path);
39279cc3 3374
39279cc3 3375 switch (inode->i_mode & S_IFMT) {
39279cc3
CM
3376 case S_IFREG:
3377 inode->i_mapping->a_ops = &btrfs_aops;
04160088 3378 inode->i_mapping->backing_dev_info = &root->fs_info->bdi;
d1310b2e 3379 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
39279cc3
CM
3380 inode->i_fop = &btrfs_file_operations;
3381 inode->i_op = &btrfs_file_inode_operations;
3382 break;
3383 case S_IFDIR:
3384 inode->i_fop = &btrfs_dir_file_operations;
3385 if (root == root->fs_info->tree_root)
3386 inode->i_op = &btrfs_dir_ro_inode_operations;
3387 else
3388 inode->i_op = &btrfs_dir_inode_operations;
3389 break;
3390 case S_IFLNK:
3391 inode->i_op = &btrfs_symlink_inode_operations;
3392 inode->i_mapping->a_ops = &btrfs_symlink_aops;
04160088 3393 inode->i_mapping->backing_dev_info = &root->fs_info->bdi;
39279cc3 3394 break;
618e21d5 3395 default:
0279b4cd 3396 inode->i_op = &btrfs_special_inode_operations;
618e21d5
JB
3397 init_special_inode(inode, inode->i_mode, rdev);
3398 break;
39279cc3 3399 }
6cbff00f
CH
3400
3401 btrfs_update_iflags(inode);
39279cc3
CM
3402 return;
3403
3404make_bad:
39279cc3 3405 btrfs_free_path(path);
39279cc3
CM
3406 make_bad_inode(inode);
3407}
3408
d352ac68
CM
3409/*
3410 * given a leaf and an inode, copy the inode fields into the leaf
3411 */
e02119d5
CM
3412static void fill_inode_item(struct btrfs_trans_handle *trans,
3413 struct extent_buffer *leaf,
5f39d397 3414 struct btrfs_inode_item *item,
39279cc3
CM
3415 struct inode *inode)
3416{
51fab693
LB
3417 struct btrfs_map_token token;
3418
3419 btrfs_init_map_token(&token);
5f39d397 3420
51fab693
LB
3421 btrfs_set_token_inode_uid(leaf, item, i_uid_read(inode), &token);
3422 btrfs_set_token_inode_gid(leaf, item, i_gid_read(inode), &token);
3423 btrfs_set_token_inode_size(leaf, item, BTRFS_I(inode)->disk_i_size,
3424 &token);
3425 btrfs_set_token_inode_mode(leaf, item, inode->i_mode, &token);
3426 btrfs_set_token_inode_nlink(leaf, item, inode->i_nlink, &token);
5f39d397 3427
51fab693
LB
3428 btrfs_set_token_timespec_sec(leaf, btrfs_inode_atime(item),
3429 inode->i_atime.tv_sec, &token);
3430 btrfs_set_token_timespec_nsec(leaf, btrfs_inode_atime(item),
3431 inode->i_atime.tv_nsec, &token);
5f39d397 3432
51fab693
LB
3433 btrfs_set_token_timespec_sec(leaf, btrfs_inode_mtime(item),
3434 inode->i_mtime.tv_sec, &token);
3435 btrfs_set_token_timespec_nsec(leaf, btrfs_inode_mtime(item),
3436 inode->i_mtime.tv_nsec, &token);
5f39d397 3437
51fab693
LB
3438 btrfs_set_token_timespec_sec(leaf, btrfs_inode_ctime(item),
3439 inode->i_ctime.tv_sec, &token);
3440 btrfs_set_token_timespec_nsec(leaf, btrfs_inode_ctime(item),
3441 inode->i_ctime.tv_nsec, &token);
3442
3443 btrfs_set_token_inode_nbytes(leaf, item, inode_get_bytes(inode),
3444 &token);
3445 btrfs_set_token_inode_generation(leaf, item, BTRFS_I(inode)->generation,
3446 &token);
3447 btrfs_set_token_inode_sequence(leaf, item, inode->i_version, &token);
3448 btrfs_set_token_inode_transid(leaf, item, trans->transid, &token);
3449 btrfs_set_token_inode_rdev(leaf, item, inode->i_rdev, &token);
3450 btrfs_set_token_inode_flags(leaf, item, BTRFS_I(inode)->flags, &token);
3451 btrfs_set_token_inode_block_group(leaf, item, 0, &token);
39279cc3
CM
3452}
3453
d352ac68
CM
3454/*
3455 * copy everything in the in-memory inode into the btree.
3456 */
2115133f 3457static noinline int btrfs_update_inode_item(struct btrfs_trans_handle *trans,
d397712b 3458 struct btrfs_root *root, struct inode *inode)
39279cc3
CM
3459{
3460 struct btrfs_inode_item *inode_item;
3461 struct btrfs_path *path;
5f39d397 3462 struct extent_buffer *leaf;
39279cc3
CM
3463 int ret;
3464
3465 path = btrfs_alloc_path();
16cdcec7
MX
3466 if (!path)
3467 return -ENOMEM;
3468
b9473439 3469 path->leave_spinning = 1;
16cdcec7
MX
3470 ret = btrfs_lookup_inode(trans, root, path, &BTRFS_I(inode)->location,
3471 1);
39279cc3
CM
3472 if (ret) {
3473 if (ret > 0)
3474 ret = -ENOENT;
3475 goto failed;
3476 }
3477
b4ce94de 3478 btrfs_unlock_up_safe(path, 1);
5f39d397
CM
3479 leaf = path->nodes[0];
3480 inode_item = btrfs_item_ptr(leaf, path->slots[0],
16cdcec7 3481 struct btrfs_inode_item);
39279cc3 3482
e02119d5 3483 fill_inode_item(trans, leaf, inode_item, inode);
5f39d397 3484 btrfs_mark_buffer_dirty(leaf);
15ee9bc7 3485 btrfs_set_inode_last_trans(trans, inode);
39279cc3
CM
3486 ret = 0;
3487failed:
39279cc3
CM
3488 btrfs_free_path(path);
3489 return ret;
3490}
3491
2115133f
CM
3492/*
3493 * copy everything in the in-memory inode into the btree.
3494 */
3495noinline int btrfs_update_inode(struct btrfs_trans_handle *trans,
3496 struct btrfs_root *root, struct inode *inode)
3497{
3498 int ret;
3499
3500 /*
3501 * If the inode is a free space inode, we can deadlock during commit
3502 * if we put it into the delayed code.
3503 *
3504 * The data relocation inode should also be directly updated
3505 * without delay
3506 */
83eea1f1 3507 if (!btrfs_is_free_space_inode(inode)
2115133f 3508 && root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) {
8ea05e3a
AB
3509 btrfs_update_root_times(trans, root);
3510
2115133f
CM
3511 ret = btrfs_delayed_update_inode(trans, root, inode);
3512 if (!ret)
3513 btrfs_set_inode_last_trans(trans, inode);
3514 return ret;
3515 }
3516
3517 return btrfs_update_inode_item(trans, root, inode);
3518}
3519
be6aef60
JB
3520noinline int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
3521 struct btrfs_root *root,
3522 struct inode *inode)
2115133f
CM
3523{
3524 int ret;
3525
3526 ret = btrfs_update_inode(trans, root, inode);
3527 if (ret == -ENOSPC)
3528 return btrfs_update_inode_item(trans, root, inode);
3529 return ret;
3530}
3531
d352ac68
CM
3532/*
3533 * unlink helper that gets used here in inode.c and in the tree logging
3534 * recovery code. It remove a link in a directory with a given name, and
3535 * also drops the back refs in the inode to the directory
3536 */
92986796
AV
3537static int __btrfs_unlink_inode(struct btrfs_trans_handle *trans,
3538 struct btrfs_root *root,
3539 struct inode *dir, struct inode *inode,
3540 const char *name, int name_len)
39279cc3
CM
3541{
3542 struct btrfs_path *path;
39279cc3 3543 int ret = 0;
5f39d397 3544 struct extent_buffer *leaf;
39279cc3 3545 struct btrfs_dir_item *di;
5f39d397 3546 struct btrfs_key key;
aec7477b 3547 u64 index;
33345d01
LZ
3548 u64 ino = btrfs_ino(inode);
3549 u64 dir_ino = btrfs_ino(dir);
39279cc3
CM
3550
3551 path = btrfs_alloc_path();
54aa1f4d
CM
3552 if (!path) {
3553 ret = -ENOMEM;
554233a6 3554 goto out;
54aa1f4d
CM
3555 }
3556
b9473439 3557 path->leave_spinning = 1;
33345d01 3558 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
39279cc3
CM
3559 name, name_len, -1);
3560 if (IS_ERR(di)) {
3561 ret = PTR_ERR(di);
3562 goto err;
3563 }
3564 if (!di) {
3565 ret = -ENOENT;
3566 goto err;
3567 }
5f39d397
CM
3568 leaf = path->nodes[0];
3569 btrfs_dir_item_key_to_cpu(leaf, di, &key);
39279cc3 3570 ret = btrfs_delete_one_dir_name(trans, root, path, di);
54aa1f4d
CM
3571 if (ret)
3572 goto err;
b3b4aa74 3573 btrfs_release_path(path);
39279cc3 3574
33345d01
LZ
3575 ret = btrfs_del_inode_ref(trans, root, name, name_len, ino,
3576 dir_ino, &index);
aec7477b 3577 if (ret) {
d397712b 3578 printk(KERN_INFO "btrfs failed to delete reference to %.*s, "
33345d01
LZ
3579 "inode %llu parent %llu\n", name_len, name,
3580 (unsigned long long)ino, (unsigned long long)dir_ino);
79787eaa 3581 btrfs_abort_transaction(trans, root, ret);
aec7477b
JB
3582 goto err;
3583 }
3584
16cdcec7 3585 ret = btrfs_delete_delayed_dir_index(trans, root, dir, index);
79787eaa
JM
3586 if (ret) {
3587 btrfs_abort_transaction(trans, root, ret);
39279cc3 3588 goto err;
79787eaa 3589 }
39279cc3 3590
e02119d5 3591 ret = btrfs_del_inode_ref_in_log(trans, root, name, name_len,
33345d01 3592 inode, dir_ino);
79787eaa
JM
3593 if (ret != 0 && ret != -ENOENT) {
3594 btrfs_abort_transaction(trans, root, ret);
3595 goto err;
3596 }
e02119d5
CM
3597
3598 ret = btrfs_del_dir_entries_in_log(trans, root, name, name_len,
3599 dir, index);
6418c961
CM
3600 if (ret == -ENOENT)
3601 ret = 0;
39279cc3
CM
3602err:
3603 btrfs_free_path(path);
e02119d5
CM
3604 if (ret)
3605 goto out;
3606
3607 btrfs_i_size_write(dir, dir->i_size - name_len * 2);
0c4d2d95
JB
3608 inode_inc_iversion(inode);
3609 inode_inc_iversion(dir);
e02119d5 3610 inode->i_ctime = dir->i_mtime = dir->i_ctime = CURRENT_TIME;
b9959295 3611 ret = btrfs_update_inode(trans, root, dir);
e02119d5 3612out:
39279cc3
CM
3613 return ret;
3614}
3615
92986796
AV
3616int btrfs_unlink_inode(struct btrfs_trans_handle *trans,
3617 struct btrfs_root *root,
3618 struct inode *dir, struct inode *inode,
3619 const char *name, int name_len)
3620{
3621 int ret;
3622 ret = __btrfs_unlink_inode(trans, root, dir, inode, name, name_len);
3623 if (!ret) {
3624 btrfs_drop_nlink(inode);
3625 ret = btrfs_update_inode(trans, root, inode);
3626 }
3627 return ret;
3628}
3629
3630
a22285a6
YZ
3631/* helper to check if there is any shared block in the path */
3632static int check_path_shared(struct btrfs_root *root,
3633 struct btrfs_path *path)
39279cc3 3634{
a22285a6
YZ
3635 struct extent_buffer *eb;
3636 int level;
0e4dcbef 3637 u64 refs = 1;
5df6a9f6 3638
a22285a6 3639 for (level = 0; level < BTRFS_MAX_LEVEL; level++) {
dedefd72
JB
3640 int ret;
3641
a22285a6
YZ
3642 if (!path->nodes[level])
3643 break;
3644 eb = path->nodes[level];
3645 if (!btrfs_block_can_be_shared(root, eb))
3646 continue;
3647 ret = btrfs_lookup_extent_info(NULL, root, eb->start, eb->len,
3648 &refs, NULL);
3649 if (refs > 1)
3650 return 1;
5df6a9f6 3651 }
dedefd72 3652 return 0;
39279cc3
CM
3653}
3654
a22285a6
YZ
3655/*
3656 * helper to start transaction for unlink and rmdir.
3657 *
3658 * unlink and rmdir are special in btrfs, they do not always free space.
3659 * so in enospc case, we should make sure they will free space before
3660 * allowing them to use the global metadata reservation.
3661 */
3662static struct btrfs_trans_handle *__unlink_start_trans(struct inode *dir,
3663 struct dentry *dentry)
4df27c4d 3664{
39279cc3 3665 struct btrfs_trans_handle *trans;
a22285a6 3666 struct btrfs_root *root = BTRFS_I(dir)->root;
4df27c4d 3667 struct btrfs_path *path;
4df27c4d 3668 struct btrfs_dir_item *di;
7b128766 3669 struct inode *inode = dentry->d_inode;
4df27c4d 3670 u64 index;
a22285a6
YZ
3671 int check_link = 1;
3672 int err = -ENOSPC;
4df27c4d 3673 int ret;
33345d01
LZ
3674 u64 ino = btrfs_ino(inode);
3675 u64 dir_ino = btrfs_ino(dir);
4df27c4d 3676
e70bea5f
JB
3677 /*
3678 * 1 for the possible orphan item
3679 * 1 for the dir item
3680 * 1 for the dir index
3681 * 1 for the inode ref
3682 * 1 for the inode ref in the tree log
3683 * 2 for the dir entries in the log
3684 * 1 for the inode
3685 */
3686 trans = btrfs_start_transaction(root, 8);
a22285a6
YZ
3687 if (!IS_ERR(trans) || PTR_ERR(trans) != -ENOSPC)
3688 return trans;
4df27c4d 3689
33345d01 3690 if (ino == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)
a22285a6 3691 return ERR_PTR(-ENOSPC);
4df27c4d 3692
a22285a6
YZ
3693 /* check if there is someone else holds reference */
3694 if (S_ISDIR(inode->i_mode) && atomic_read(&inode->i_count) > 1)
3695 return ERR_PTR(-ENOSPC);
4df27c4d 3696
a22285a6
YZ
3697 if (atomic_read(&inode->i_count) > 2)
3698 return ERR_PTR(-ENOSPC);
4df27c4d 3699
a22285a6
YZ
3700 if (xchg(&root->fs_info->enospc_unlink, 1))
3701 return ERR_PTR(-ENOSPC);
3702
3703 path = btrfs_alloc_path();
3704 if (!path) {
3705 root->fs_info->enospc_unlink = 0;
3706 return ERR_PTR(-ENOMEM);
4df27c4d
YZ
3707 }
3708
3880a1b4
JB
3709 /* 1 for the orphan item */
3710 trans = btrfs_start_transaction(root, 1);
5df6a9f6 3711 if (IS_ERR(trans)) {
a22285a6
YZ
3712 btrfs_free_path(path);
3713 root->fs_info->enospc_unlink = 0;
3714 return trans;
3715 }
4df27c4d 3716
a22285a6
YZ
3717 path->skip_locking = 1;
3718 path->search_commit_root = 1;
4df27c4d 3719
a22285a6
YZ
3720 ret = btrfs_lookup_inode(trans, root, path,
3721 &BTRFS_I(dir)->location, 0);
3722 if (ret < 0) {
3723 err = ret;
3724 goto out;
3725 }
3726 if (ret == 0) {
3727 if (check_path_shared(root, path))
3728 goto out;
3729 } else {
3730 check_link = 0;
5df6a9f6 3731 }
b3b4aa74 3732 btrfs_release_path(path);
a22285a6
YZ
3733
3734 ret = btrfs_lookup_inode(trans, root, path,
3735 &BTRFS_I(inode)->location, 0);
3736 if (ret < 0) {
3737 err = ret;
3738 goto out;
3739 }
3740 if (ret == 0) {
3741 if (check_path_shared(root, path))
3742 goto out;
3743 } else {
3744 check_link = 0;
3745 }
b3b4aa74 3746 btrfs_release_path(path);
a22285a6
YZ
3747
3748 if (ret == 0 && S_ISREG(inode->i_mode)) {
3749 ret = btrfs_lookup_file_extent(trans, root, path,
33345d01 3750 ino, (u64)-1, 0);
a22285a6
YZ
3751 if (ret < 0) {
3752 err = ret;
3753 goto out;
3754 }
79787eaa 3755 BUG_ON(ret == 0); /* Corruption */
a22285a6
YZ
3756 if (check_path_shared(root, path))
3757 goto out;
b3b4aa74 3758 btrfs_release_path(path);
a22285a6
YZ
3759 }
3760
3761 if (!check_link) {
3762 err = 0;
3763 goto out;
3764 }
3765
33345d01 3766 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
a22285a6
YZ
3767 dentry->d_name.name, dentry->d_name.len, 0);
3768 if (IS_ERR(di)) {
3769 err = PTR_ERR(di);
3770 goto out;
3771 }
3772 if (di) {
3773 if (check_path_shared(root, path))
3774 goto out;
3775 } else {
3776 err = 0;
3777 goto out;
3778 }
b3b4aa74 3779 btrfs_release_path(path);
a22285a6 3780
f186373f
MF
3781 ret = btrfs_get_inode_ref_index(trans, root, path, dentry->d_name.name,
3782 dentry->d_name.len, ino, dir_ino, 0,
3783 &index);
3784 if (ret) {
3785 err = ret;
a22285a6
YZ
3786 goto out;
3787 }
f186373f 3788
a22285a6
YZ
3789 if (check_path_shared(root, path))
3790 goto out;
f186373f 3791
b3b4aa74 3792 btrfs_release_path(path);
a22285a6 3793
16cdcec7
MX
3794 /*
3795 * This is a commit root search, if we can lookup inode item and other
3796 * relative items in the commit root, it means the transaction of
3797 * dir/file creation has been committed, and the dir index item that we
3798 * delay to insert has also been inserted into the commit root. So
3799 * we needn't worry about the delayed insertion of the dir index item
3800 * here.
3801 */
33345d01 3802 di = btrfs_lookup_dir_index_item(trans, root, path, dir_ino, index,
a22285a6
YZ
3803 dentry->d_name.name, dentry->d_name.len, 0);
3804 if (IS_ERR(di)) {
3805 err = PTR_ERR(di);
3806 goto out;
3807 }
3808 BUG_ON(ret == -ENOENT);
3809 if (check_path_shared(root, path))
3810 goto out;
3811
3812 err = 0;
3813out:
3814 btrfs_free_path(path);
3880a1b4
JB
3815 /* Migrate the orphan reservation over */
3816 if (!err)
3817 err = btrfs_block_rsv_migrate(trans->block_rsv,
3818 &root->fs_info->global_block_rsv,
5a77d76c 3819 trans->bytes_reserved);
3880a1b4 3820
a22285a6
YZ
3821 if (err) {
3822 btrfs_end_transaction(trans, root);
3823 root->fs_info->enospc_unlink = 0;
3824 return ERR_PTR(err);
3825 }
3826
3827 trans->block_rsv = &root->fs_info->global_block_rsv;
3828 return trans;
3829}
3830
3831static void __unlink_end_trans(struct btrfs_trans_handle *trans,
3832 struct btrfs_root *root)
3833{
66d8f3dd 3834 if (trans->block_rsv->type == BTRFS_BLOCK_RSV_GLOBAL) {
5a77d76c
JB
3835 btrfs_block_rsv_release(root, trans->block_rsv,
3836 trans->bytes_reserved);
3837 trans->block_rsv = &root->fs_info->trans_block_rsv;
a22285a6
YZ
3838 BUG_ON(!root->fs_info->enospc_unlink);
3839 root->fs_info->enospc_unlink = 0;
3840 }
7ad85bb7 3841 btrfs_end_transaction(trans, root);
a22285a6
YZ
3842}
3843
3844static int btrfs_unlink(struct inode *dir, struct dentry *dentry)
3845{
3846 struct btrfs_root *root = BTRFS_I(dir)->root;
3847 struct btrfs_trans_handle *trans;
3848 struct inode *inode = dentry->d_inode;
3849 int ret;
a22285a6
YZ
3850
3851 trans = __unlink_start_trans(dir, dentry);
3852 if (IS_ERR(trans))
3853 return PTR_ERR(trans);
5f39d397 3854
12fcfd22
CM
3855 btrfs_record_unlink_dir(trans, dir, dentry->d_inode, 0);
3856
e02119d5
CM
3857 ret = btrfs_unlink_inode(trans, root, dir, dentry->d_inode,
3858 dentry->d_name.name, dentry->d_name.len);
b532402e
TI
3859 if (ret)
3860 goto out;
7b128766 3861
a22285a6 3862 if (inode->i_nlink == 0) {
7b128766 3863 ret = btrfs_orphan_add(trans, inode);
b532402e
TI
3864 if (ret)
3865 goto out;
a22285a6 3866 }
7b128766 3867
b532402e 3868out:
a22285a6 3869 __unlink_end_trans(trans, root);
b53d3f5d 3870 btrfs_btree_balance_dirty(root);
39279cc3
CM
3871 return ret;
3872}
3873
4df27c4d
YZ
3874int btrfs_unlink_subvol(struct btrfs_trans_handle *trans,
3875 struct btrfs_root *root,
3876 struct inode *dir, u64 objectid,
3877 const char *name, int name_len)
3878{
3879 struct btrfs_path *path;
3880 struct extent_buffer *leaf;
3881 struct btrfs_dir_item *di;
3882 struct btrfs_key key;
3883 u64 index;
3884 int ret;
33345d01 3885 u64 dir_ino = btrfs_ino(dir);
4df27c4d
YZ
3886
3887 path = btrfs_alloc_path();
3888 if (!path)
3889 return -ENOMEM;
3890
33345d01 3891 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
4df27c4d 3892 name, name_len, -1);
79787eaa
JM
3893 if (IS_ERR_OR_NULL(di)) {
3894 if (!di)
3895 ret = -ENOENT;
3896 else
3897 ret = PTR_ERR(di);
3898 goto out;
3899 }
4df27c4d
YZ
3900
3901 leaf = path->nodes[0];
3902 btrfs_dir_item_key_to_cpu(leaf, di, &key);
3903 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid);
3904 ret = btrfs_delete_one_dir_name(trans, root, path, di);
79787eaa
JM
3905 if (ret) {
3906 btrfs_abort_transaction(trans, root, ret);
3907 goto out;
3908 }
b3b4aa74 3909 btrfs_release_path(path);
4df27c4d
YZ
3910
3911 ret = btrfs_del_root_ref(trans, root->fs_info->tree_root,
3912 objectid, root->root_key.objectid,
33345d01 3913 dir_ino, &index, name, name_len);
4df27c4d 3914 if (ret < 0) {
79787eaa
JM
3915 if (ret != -ENOENT) {
3916 btrfs_abort_transaction(trans, root, ret);
3917 goto out;
3918 }
33345d01 3919 di = btrfs_search_dir_index_item(root, path, dir_ino,
4df27c4d 3920 name, name_len);
79787eaa
JM
3921 if (IS_ERR_OR_NULL(di)) {
3922 if (!di)
3923 ret = -ENOENT;
3924 else
3925 ret = PTR_ERR(di);
3926 btrfs_abort_transaction(trans, root, ret);
3927 goto out;
3928 }
4df27c4d
YZ
3929
3930 leaf = path->nodes[0];
3931 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
b3b4aa74 3932 btrfs_release_path(path);
4df27c4d
YZ
3933 index = key.offset;
3934 }
945d8962 3935 btrfs_release_path(path);
4df27c4d 3936
16cdcec7 3937 ret = btrfs_delete_delayed_dir_index(trans, root, dir, index);
79787eaa
JM
3938 if (ret) {
3939 btrfs_abort_transaction(trans, root, ret);
3940 goto out;
3941 }
4df27c4d
YZ
3942
3943 btrfs_i_size_write(dir, dir->i_size - name_len * 2);
0c4d2d95 3944 inode_inc_iversion(dir);
4df27c4d 3945 dir->i_mtime = dir->i_ctime = CURRENT_TIME;
5a24e84c 3946 ret = btrfs_update_inode_fallback(trans, root, dir);
79787eaa
JM
3947 if (ret)
3948 btrfs_abort_transaction(trans, root, ret);
3949out:
71d7aed0 3950 btrfs_free_path(path);
79787eaa 3951 return ret;
4df27c4d
YZ
3952}
3953
39279cc3
CM
3954static int btrfs_rmdir(struct inode *dir, struct dentry *dentry)
3955{
3956 struct inode *inode = dentry->d_inode;
1832a6d5 3957 int err = 0;
39279cc3 3958 struct btrfs_root *root = BTRFS_I(dir)->root;
39279cc3 3959 struct btrfs_trans_handle *trans;
39279cc3 3960
b3ae244e 3961 if (inode->i_size > BTRFS_EMPTY_DIR_SIZE)
134d4512 3962 return -ENOTEMPTY;
b3ae244e
DS
3963 if (btrfs_ino(inode) == BTRFS_FIRST_FREE_OBJECTID)
3964 return -EPERM;
134d4512 3965
a22285a6
YZ
3966 trans = __unlink_start_trans(dir, dentry);
3967 if (IS_ERR(trans))
5df6a9f6 3968 return PTR_ERR(trans);
5df6a9f6 3969
33345d01 3970 if (unlikely(btrfs_ino(inode) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)) {
4df27c4d
YZ
3971 err = btrfs_unlink_subvol(trans, root, dir,
3972 BTRFS_I(inode)->location.objectid,
3973 dentry->d_name.name,
3974 dentry->d_name.len);
3975 goto out;
3976 }
3977
7b128766
JB
3978 err = btrfs_orphan_add(trans, inode);
3979 if (err)
4df27c4d 3980 goto out;
7b128766 3981
39279cc3 3982 /* now the directory is empty */
e02119d5
CM
3983 err = btrfs_unlink_inode(trans, root, dir, dentry->d_inode,
3984 dentry->d_name.name, dentry->d_name.len);
d397712b 3985 if (!err)
dbe674a9 3986 btrfs_i_size_write(inode, 0);
4df27c4d 3987out:
a22285a6 3988 __unlink_end_trans(trans, root);
b53d3f5d 3989 btrfs_btree_balance_dirty(root);
3954401f 3990
39279cc3
CM
3991 return err;
3992}
3993
39279cc3
CM
3994/*
3995 * this can truncate away extent items, csum items and directory items.
3996 * It starts at a high offset and removes keys until it can't find
d352ac68 3997 * any higher than new_size
39279cc3
CM
3998 *
3999 * csum items that cross the new i_size are truncated to the new size
4000 * as well.
7b128766
JB
4001 *
4002 * min_type is the minimum key type to truncate down to. If set to 0, this
4003 * will kill all the items on this inode, including the INODE_ITEM_KEY.
39279cc3 4004 */
8082510e
YZ
4005int btrfs_truncate_inode_items(struct btrfs_trans_handle *trans,
4006 struct btrfs_root *root,
4007 struct inode *inode,
4008 u64 new_size, u32 min_type)
39279cc3 4009{
39279cc3 4010 struct btrfs_path *path;
5f39d397 4011 struct extent_buffer *leaf;
39279cc3 4012 struct btrfs_file_extent_item *fi;
8082510e
YZ
4013 struct btrfs_key key;
4014 struct btrfs_key found_key;
39279cc3 4015 u64 extent_start = 0;
db94535d 4016 u64 extent_num_bytes = 0;
5d4f98a2 4017 u64 extent_offset = 0;
39279cc3 4018 u64 item_end = 0;
8082510e 4019 u32 found_type = (u8)-1;
39279cc3
CM
4020 int found_extent;
4021 int del_item;
85e21bac
CM
4022 int pending_del_nr = 0;
4023 int pending_del_slot = 0;
179e29e4 4024 int extent_type = -1;
8082510e
YZ
4025 int ret;
4026 int err = 0;
33345d01 4027 u64 ino = btrfs_ino(inode);
8082510e
YZ
4028
4029 BUG_ON(new_size > 0 && min_type != BTRFS_EXTENT_DATA_KEY);
39279cc3 4030
0eb0e19c
MF
4031 path = btrfs_alloc_path();
4032 if (!path)
4033 return -ENOMEM;
4034 path->reada = -1;
4035
5dc562c5
JB
4036 /*
4037 * We want to drop from the next block forward in case this new size is
4038 * not block aligned since we will be keeping the last block of the
4039 * extent just the way it is.
4040 */
0af3d00b 4041 if (root->ref_cows || root == root->fs_info->tree_root)
fda2832f
QW
4042 btrfs_drop_extent_cache(inode, ALIGN(new_size,
4043 root->sectorsize), (u64)-1, 0);
8082510e 4044
16cdcec7
MX
4045 /*
4046 * This function is also used to drop the items in the log tree before
4047 * we relog the inode, so if root != BTRFS_I(inode)->root, it means
4048 * it is used to drop the loged items. So we shouldn't kill the delayed
4049 * items.
4050 */
4051 if (min_type == 0 && root == BTRFS_I(inode)->root)
4052 btrfs_kill_delayed_inode_items(inode);
4053
33345d01 4054 key.objectid = ino;
39279cc3 4055 key.offset = (u64)-1;
5f39d397
CM
4056 key.type = (u8)-1;
4057
85e21bac 4058search_again:
b9473439 4059 path->leave_spinning = 1;
85e21bac 4060 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
8082510e
YZ
4061 if (ret < 0) {
4062 err = ret;
4063 goto out;
4064 }
d397712b 4065
85e21bac 4066 if (ret > 0) {
e02119d5
CM
4067 /* there are no items in the tree for us to truncate, we're
4068 * done
4069 */
8082510e
YZ
4070 if (path->slots[0] == 0)
4071 goto out;
85e21bac
CM
4072 path->slots[0]--;
4073 }
4074
d397712b 4075 while (1) {
39279cc3 4076 fi = NULL;
5f39d397
CM
4077 leaf = path->nodes[0];
4078 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
4079 found_type = btrfs_key_type(&found_key);
39279cc3 4080
33345d01 4081 if (found_key.objectid != ino)
39279cc3 4082 break;
5f39d397 4083
85e21bac 4084 if (found_type < min_type)
39279cc3
CM
4085 break;
4086
5f39d397 4087 item_end = found_key.offset;
39279cc3 4088 if (found_type == BTRFS_EXTENT_DATA_KEY) {
5f39d397 4089 fi = btrfs_item_ptr(leaf, path->slots[0],
39279cc3 4090 struct btrfs_file_extent_item);
179e29e4
CM
4091 extent_type = btrfs_file_extent_type(leaf, fi);
4092 if (extent_type != BTRFS_FILE_EXTENT_INLINE) {
5f39d397 4093 item_end +=
db94535d 4094 btrfs_file_extent_num_bytes(leaf, fi);
179e29e4 4095 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) {
179e29e4 4096 item_end += btrfs_file_extent_inline_len(leaf,
c8b97818 4097 fi);
39279cc3 4098 }
008630c1 4099 item_end--;
39279cc3 4100 }
8082510e
YZ
4101 if (found_type > min_type) {
4102 del_item = 1;
4103 } else {
4104 if (item_end < new_size)
b888db2b 4105 break;
8082510e
YZ
4106 if (found_key.offset >= new_size)
4107 del_item = 1;
4108 else
4109 del_item = 0;
39279cc3 4110 }
39279cc3 4111 found_extent = 0;
39279cc3 4112 /* FIXME, shrink the extent if the ref count is only 1 */
179e29e4
CM
4113 if (found_type != BTRFS_EXTENT_DATA_KEY)
4114 goto delete;
4115
4116 if (extent_type != BTRFS_FILE_EXTENT_INLINE) {
39279cc3 4117 u64 num_dec;
db94535d 4118 extent_start = btrfs_file_extent_disk_bytenr(leaf, fi);
f70a9a6b 4119 if (!del_item) {
db94535d
CM
4120 u64 orig_num_bytes =
4121 btrfs_file_extent_num_bytes(leaf, fi);
fda2832f
QW
4122 extent_num_bytes = ALIGN(new_size -
4123 found_key.offset,
4124 root->sectorsize);
db94535d
CM
4125 btrfs_set_file_extent_num_bytes(leaf, fi,
4126 extent_num_bytes);
4127 num_dec = (orig_num_bytes -
9069218d 4128 extent_num_bytes);
e02119d5 4129 if (root->ref_cows && extent_start != 0)
a76a3cd4 4130 inode_sub_bytes(inode, num_dec);
5f39d397 4131 btrfs_mark_buffer_dirty(leaf);
39279cc3 4132 } else {
db94535d
CM
4133 extent_num_bytes =
4134 btrfs_file_extent_disk_num_bytes(leaf,
4135 fi);
5d4f98a2
YZ
4136 extent_offset = found_key.offset -
4137 btrfs_file_extent_offset(leaf, fi);
4138
39279cc3 4139 /* FIXME blocksize != 4096 */
9069218d 4140 num_dec = btrfs_file_extent_num_bytes(leaf, fi);
39279cc3
CM
4141 if (extent_start != 0) {
4142 found_extent = 1;
e02119d5 4143 if (root->ref_cows)
a76a3cd4 4144 inode_sub_bytes(inode, num_dec);
e02119d5 4145 }
39279cc3 4146 }
9069218d 4147 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) {
c8b97818
CM
4148 /*
4149 * we can't truncate inline items that have had
4150 * special encodings
4151 */
4152 if (!del_item &&
4153 btrfs_file_extent_compression(leaf, fi) == 0 &&
4154 btrfs_file_extent_encryption(leaf, fi) == 0 &&
4155 btrfs_file_extent_other_encoding(leaf, fi) == 0) {
e02119d5
CM
4156 u32 size = new_size - found_key.offset;
4157
4158 if (root->ref_cows) {
a76a3cd4
YZ
4159 inode_sub_bytes(inode, item_end + 1 -
4160 new_size);
e02119d5
CM
4161 }
4162 size =
4163 btrfs_file_extent_calc_inline_size(size);
143bede5
JM
4164 btrfs_truncate_item(trans, root, path,
4165 size, 1);
e02119d5 4166 } else if (root->ref_cows) {
a76a3cd4
YZ
4167 inode_sub_bytes(inode, item_end + 1 -
4168 found_key.offset);
9069218d 4169 }
39279cc3 4170 }
179e29e4 4171delete:
39279cc3 4172 if (del_item) {
85e21bac
CM
4173 if (!pending_del_nr) {
4174 /* no pending yet, add ourselves */
4175 pending_del_slot = path->slots[0];
4176 pending_del_nr = 1;
4177 } else if (pending_del_nr &&
4178 path->slots[0] + 1 == pending_del_slot) {
4179 /* hop on the pending chunk */
4180 pending_del_nr++;
4181 pending_del_slot = path->slots[0];
4182 } else {
d397712b 4183 BUG();
85e21bac 4184 }
39279cc3
CM
4185 } else {
4186 break;
4187 }
0af3d00b
JB
4188 if (found_extent && (root->ref_cows ||
4189 root == root->fs_info->tree_root)) {
b9473439 4190 btrfs_set_path_blocking(path);
39279cc3 4191 ret = btrfs_free_extent(trans, root, extent_start,
5d4f98a2
YZ
4192 extent_num_bytes, 0,
4193 btrfs_header_owner(leaf),
66d7e7f0 4194 ino, extent_offset, 0);
39279cc3
CM
4195 BUG_ON(ret);
4196 }
85e21bac 4197
8082510e
YZ
4198 if (found_type == BTRFS_INODE_ITEM_KEY)
4199 break;
4200
4201 if (path->slots[0] == 0 ||
4202 path->slots[0] != pending_del_slot) {
8082510e
YZ
4203 if (pending_del_nr) {
4204 ret = btrfs_del_items(trans, root, path,
4205 pending_del_slot,
4206 pending_del_nr);
79787eaa
JM
4207 if (ret) {
4208 btrfs_abort_transaction(trans,
4209 root, ret);
4210 goto error;
4211 }
8082510e
YZ
4212 pending_del_nr = 0;
4213 }
b3b4aa74 4214 btrfs_release_path(path);
85e21bac 4215 goto search_again;
8082510e
YZ
4216 } else {
4217 path->slots[0]--;
85e21bac 4218 }
39279cc3 4219 }
8082510e 4220out:
85e21bac
CM
4221 if (pending_del_nr) {
4222 ret = btrfs_del_items(trans, root, path, pending_del_slot,
4223 pending_del_nr);
79787eaa
JM
4224 if (ret)
4225 btrfs_abort_transaction(trans, root, ret);
85e21bac 4226 }
79787eaa 4227error:
39279cc3 4228 btrfs_free_path(path);
8082510e 4229 return err;
39279cc3
CM
4230}
4231
4232/*
2aaa6655
JB
4233 * btrfs_truncate_page - read, zero a chunk and write a page
4234 * @inode - inode that we're zeroing
4235 * @from - the offset to start zeroing
4236 * @len - the length to zero, 0 to zero the entire range respective to the
4237 * offset
4238 * @front - zero up to the offset instead of from the offset on
4239 *
4240 * This will find the page for the "from" offset and cow the page and zero the
4241 * part we want to zero. This is used with truncate and hole punching.
39279cc3 4242 */
2aaa6655
JB
4243int btrfs_truncate_page(struct inode *inode, loff_t from, loff_t len,
4244 int front)
39279cc3 4245{
2aaa6655 4246 struct address_space *mapping = inode->i_mapping;
db94535d 4247 struct btrfs_root *root = BTRFS_I(inode)->root;
e6dcd2dc
CM
4248 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
4249 struct btrfs_ordered_extent *ordered;
2ac55d41 4250 struct extent_state *cached_state = NULL;
e6dcd2dc 4251 char *kaddr;
db94535d 4252 u32 blocksize = root->sectorsize;
39279cc3
CM
4253 pgoff_t index = from >> PAGE_CACHE_SHIFT;
4254 unsigned offset = from & (PAGE_CACHE_SIZE-1);
4255 struct page *page;
3b16a4e3 4256 gfp_t mask = btrfs_alloc_write_mask(mapping);
39279cc3 4257 int ret = 0;
a52d9a80 4258 u64 page_start;
e6dcd2dc 4259 u64 page_end;
39279cc3 4260
2aaa6655
JB
4261 if ((offset & (blocksize - 1)) == 0 &&
4262 (!len || ((len & (blocksize - 1)) == 0)))
39279cc3 4263 goto out;
0ca1f7ce 4264 ret = btrfs_delalloc_reserve_space(inode, PAGE_CACHE_SIZE);
5d5e103a
JB
4265 if (ret)
4266 goto out;
39279cc3 4267
211c17f5 4268again:
3b16a4e3 4269 page = find_or_create_page(mapping, index, mask);
5d5e103a 4270 if (!page) {
0ca1f7ce 4271 btrfs_delalloc_release_space(inode, PAGE_CACHE_SIZE);
ac6a2b36 4272 ret = -ENOMEM;
39279cc3 4273 goto out;
5d5e103a 4274 }
e6dcd2dc
CM
4275
4276 page_start = page_offset(page);
4277 page_end = page_start + PAGE_CACHE_SIZE - 1;
4278
39279cc3 4279 if (!PageUptodate(page)) {
9ebefb18 4280 ret = btrfs_readpage(NULL, page);
39279cc3 4281 lock_page(page);
211c17f5
CM
4282 if (page->mapping != mapping) {
4283 unlock_page(page);
4284 page_cache_release(page);
4285 goto again;
4286 }
39279cc3
CM
4287 if (!PageUptodate(page)) {
4288 ret = -EIO;
89642229 4289 goto out_unlock;
39279cc3
CM
4290 }
4291 }
211c17f5 4292 wait_on_page_writeback(page);
e6dcd2dc 4293
d0082371 4294 lock_extent_bits(io_tree, page_start, page_end, 0, &cached_state);
e6dcd2dc
CM
4295 set_page_extent_mapped(page);
4296
4297 ordered = btrfs_lookup_ordered_extent(inode, page_start);
4298 if (ordered) {
2ac55d41
JB
4299 unlock_extent_cached(io_tree, page_start, page_end,
4300 &cached_state, GFP_NOFS);
e6dcd2dc
CM
4301 unlock_page(page);
4302 page_cache_release(page);
eb84ae03 4303 btrfs_start_ordered_extent(inode, ordered, 1);
e6dcd2dc
CM
4304 btrfs_put_ordered_extent(ordered);
4305 goto again;
4306 }
4307
2ac55d41 4308 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start, page_end,
9e8a4a8b
LB
4309 EXTENT_DIRTY | EXTENT_DELALLOC |
4310 EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG,
2ac55d41 4311 0, 0, &cached_state, GFP_NOFS);
5d5e103a 4312
2ac55d41
JB
4313 ret = btrfs_set_extent_delalloc(inode, page_start, page_end,
4314 &cached_state);
9ed74f2d 4315 if (ret) {
2ac55d41
JB
4316 unlock_extent_cached(io_tree, page_start, page_end,
4317 &cached_state, GFP_NOFS);
9ed74f2d
JB
4318 goto out_unlock;
4319 }
4320
e6dcd2dc 4321 if (offset != PAGE_CACHE_SIZE) {
2aaa6655
JB
4322 if (!len)
4323 len = PAGE_CACHE_SIZE - offset;
e6dcd2dc 4324 kaddr = kmap(page);
2aaa6655
JB
4325 if (front)
4326 memset(kaddr, 0, offset);
4327 else
4328 memset(kaddr + offset, 0, len);
e6dcd2dc
CM
4329 flush_dcache_page(page);
4330 kunmap(page);
4331 }
247e743c 4332 ClearPageChecked(page);
e6dcd2dc 4333 set_page_dirty(page);
2ac55d41
JB
4334 unlock_extent_cached(io_tree, page_start, page_end, &cached_state,
4335 GFP_NOFS);
39279cc3 4336
89642229 4337out_unlock:
5d5e103a 4338 if (ret)
0ca1f7ce 4339 btrfs_delalloc_release_space(inode, PAGE_CACHE_SIZE);
39279cc3
CM
4340 unlock_page(page);
4341 page_cache_release(page);
4342out:
4343 return ret;
4344}
4345
695a0d0d
JB
4346/*
4347 * This function puts in dummy file extents for the area we're creating a hole
4348 * for. So if we are truncating this file to a larger size we need to insert
4349 * these file extents so that btrfs_get_extent will return a EXTENT_MAP_HOLE for
4350 * the range between oldsize and size
4351 */
a41ad394 4352int btrfs_cont_expand(struct inode *inode, loff_t oldsize, loff_t size)
39279cc3 4353{
9036c102
YZ
4354 struct btrfs_trans_handle *trans;
4355 struct btrfs_root *root = BTRFS_I(inode)->root;
4356 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
a22285a6 4357 struct extent_map *em = NULL;
2ac55d41 4358 struct extent_state *cached_state = NULL;
5dc562c5 4359 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
fda2832f
QW
4360 u64 hole_start = ALIGN(oldsize, root->sectorsize);
4361 u64 block_end = ALIGN(size, root->sectorsize);
9036c102
YZ
4362 u64 last_byte;
4363 u64 cur_offset;
4364 u64 hole_size;
9ed74f2d 4365 int err = 0;
39279cc3 4366
9036c102
YZ
4367 if (size <= hole_start)
4368 return 0;
4369
9036c102
YZ
4370 while (1) {
4371 struct btrfs_ordered_extent *ordered;
4372 btrfs_wait_ordered_range(inode, hole_start,
4373 block_end - hole_start);
2ac55d41 4374 lock_extent_bits(io_tree, hole_start, block_end - 1, 0,
d0082371 4375 &cached_state);
9036c102
YZ
4376 ordered = btrfs_lookup_ordered_extent(inode, hole_start);
4377 if (!ordered)
4378 break;
2ac55d41
JB
4379 unlock_extent_cached(io_tree, hole_start, block_end - 1,
4380 &cached_state, GFP_NOFS);
9036c102
YZ
4381 btrfs_put_ordered_extent(ordered);
4382 }
39279cc3 4383
9036c102
YZ
4384 cur_offset = hole_start;
4385 while (1) {
4386 em = btrfs_get_extent(inode, NULL, 0, cur_offset,
4387 block_end - cur_offset, 0);
79787eaa
JM
4388 if (IS_ERR(em)) {
4389 err = PTR_ERR(em);
f2767956 4390 em = NULL;
79787eaa
JM
4391 break;
4392 }
9036c102 4393 last_byte = min(extent_map_end(em), block_end);
fda2832f 4394 last_byte = ALIGN(last_byte , root->sectorsize);
8082510e 4395 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) {
5dc562c5 4396 struct extent_map *hole_em;
9036c102 4397 hole_size = last_byte - cur_offset;
9ed74f2d 4398
3642320e 4399 trans = btrfs_start_transaction(root, 3);
a22285a6
YZ
4400 if (IS_ERR(trans)) {
4401 err = PTR_ERR(trans);
9ed74f2d 4402 break;
a22285a6 4403 }
8082510e 4404
5dc562c5
JB
4405 err = btrfs_drop_extents(trans, root, inode,
4406 cur_offset,
2671485d 4407 cur_offset + hole_size, 1);
5b397377 4408 if (err) {
79787eaa 4409 btrfs_abort_transaction(trans, root, err);
5b397377 4410 btrfs_end_transaction(trans, root);
3893e33b 4411 break;
5b397377 4412 }
8082510e 4413
9036c102 4414 err = btrfs_insert_file_extent(trans, root,
33345d01 4415 btrfs_ino(inode), cur_offset, 0,
9036c102
YZ
4416 0, hole_size, 0, hole_size,
4417 0, 0, 0);
5b397377 4418 if (err) {
79787eaa 4419 btrfs_abort_transaction(trans, root, err);
5b397377 4420 btrfs_end_transaction(trans, root);
3893e33b 4421 break;
5b397377 4422 }
8082510e 4423
5dc562c5
JB
4424 btrfs_drop_extent_cache(inode, cur_offset,
4425 cur_offset + hole_size - 1, 0);
4426 hole_em = alloc_extent_map();
4427 if (!hole_em) {
4428 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
4429 &BTRFS_I(inode)->runtime_flags);
4430 goto next;
4431 }
4432 hole_em->start = cur_offset;
4433 hole_em->len = hole_size;
4434 hole_em->orig_start = cur_offset;
8082510e 4435
5dc562c5
JB
4436 hole_em->block_start = EXTENT_MAP_HOLE;
4437 hole_em->block_len = 0;
b4939680 4438 hole_em->orig_block_len = 0;
5dc562c5
JB
4439 hole_em->bdev = root->fs_info->fs_devices->latest_bdev;
4440 hole_em->compress_type = BTRFS_COMPRESS_NONE;
4441 hole_em->generation = trans->transid;
8082510e 4442
5dc562c5
JB
4443 while (1) {
4444 write_lock(&em_tree->lock);
4445 err = add_extent_mapping(em_tree, hole_em);
4446 if (!err)
4447 list_move(&hole_em->list,
4448 &em_tree->modified_extents);
4449 write_unlock(&em_tree->lock);
4450 if (err != -EEXIST)
4451 break;
4452 btrfs_drop_extent_cache(inode, cur_offset,
4453 cur_offset +
4454 hole_size - 1, 0);
4455 }
4456 free_extent_map(hole_em);
4457next:
3642320e 4458 btrfs_update_inode(trans, root, inode);
8082510e 4459 btrfs_end_transaction(trans, root);
9036c102
YZ
4460 }
4461 free_extent_map(em);
a22285a6 4462 em = NULL;
9036c102 4463 cur_offset = last_byte;
8082510e 4464 if (cur_offset >= block_end)
9036c102
YZ
4465 break;
4466 }
1832a6d5 4467
a22285a6 4468 free_extent_map(em);
2ac55d41
JB
4469 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state,
4470 GFP_NOFS);
9036c102
YZ
4471 return err;
4472}
39279cc3 4473
3972f260 4474static int btrfs_setsize(struct inode *inode, struct iattr *attr)
8082510e 4475{
f4a2f4c5
MX
4476 struct btrfs_root *root = BTRFS_I(inode)->root;
4477 struct btrfs_trans_handle *trans;
a41ad394 4478 loff_t oldsize = i_size_read(inode);
3972f260
ES
4479 loff_t newsize = attr->ia_size;
4480 int mask = attr->ia_valid;
8082510e
YZ
4481 int ret;
4482
a41ad394 4483 if (newsize == oldsize)
8082510e
YZ
4484 return 0;
4485
3972f260
ES
4486 /*
4487 * The regular truncate() case without ATTR_CTIME and ATTR_MTIME is a
4488 * special case where we need to update the times despite not having
4489 * these flags set. For all other operations the VFS set these flags
4490 * explicitly if it wants a timestamp update.
4491 */
4492 if (newsize != oldsize && (!(mask & (ATTR_CTIME | ATTR_MTIME))))
4493 inode->i_ctime = inode->i_mtime = current_fs_time(inode->i_sb);
4494
a41ad394 4495 if (newsize > oldsize) {
a41ad394
JB
4496 truncate_pagecache(inode, oldsize, newsize);
4497 ret = btrfs_cont_expand(inode, oldsize, newsize);
f4a2f4c5 4498 if (ret)
8082510e 4499 return ret;
8082510e 4500
f4a2f4c5
MX
4501 trans = btrfs_start_transaction(root, 1);
4502 if (IS_ERR(trans))
4503 return PTR_ERR(trans);
4504
4505 i_size_write(inode, newsize);
4506 btrfs_ordered_update_i_size(inode, i_size_read(inode), NULL);
4507 ret = btrfs_update_inode(trans, root, inode);
7ad85bb7 4508 btrfs_end_transaction(trans, root);
a41ad394 4509 } else {
8082510e 4510
a41ad394
JB
4511 /*
4512 * We're truncating a file that used to have good data down to
4513 * zero. Make sure it gets into the ordered flush list so that
4514 * any new writes get down to disk quickly.
4515 */
4516 if (newsize == 0)
72ac3c0d
JB
4517 set_bit(BTRFS_INODE_ORDERED_DATA_CLOSE,
4518 &BTRFS_I(inode)->runtime_flags);
8082510e 4519
f3fe820c
JB
4520 /*
4521 * 1 for the orphan item we're going to add
4522 * 1 for the orphan item deletion.
4523 */
4524 trans = btrfs_start_transaction(root, 2);
4525 if (IS_ERR(trans))
4526 return PTR_ERR(trans);
4527
4528 /*
4529 * We need to do this in case we fail at _any_ point during the
4530 * actual truncate. Once we do the truncate_setsize we could
4531 * invalidate pages which forces any outstanding ordered io to
4532 * be instantly completed which will give us extents that need
4533 * to be truncated. If we fail to get an orphan inode down we
4534 * could have left over extents that were never meant to live,
4535 * so we need to garuntee from this point on that everything
4536 * will be consistent.
4537 */
4538 ret = btrfs_orphan_add(trans, inode);
4539 btrfs_end_transaction(trans, root);
4540 if (ret)
4541 return ret;
4542
a41ad394
JB
4543 /* we don't support swapfiles, so vmtruncate shouldn't fail */
4544 truncate_setsize(inode, newsize);
2e60a51e
MX
4545
4546 /* Disable nonlocked read DIO to avoid the end less truncate */
4547 btrfs_inode_block_unlocked_dio(inode);
4548 inode_dio_wait(inode);
4549 btrfs_inode_resume_unlocked_dio(inode);
4550
a41ad394 4551 ret = btrfs_truncate(inode);
f3fe820c
JB
4552 if (ret && inode->i_nlink)
4553 btrfs_orphan_del(NULL, inode);
8082510e
YZ
4554 }
4555
a41ad394 4556 return ret;
8082510e
YZ
4557}
4558
9036c102
YZ
4559static int btrfs_setattr(struct dentry *dentry, struct iattr *attr)
4560{
4561 struct inode *inode = dentry->d_inode;
b83cc969 4562 struct btrfs_root *root = BTRFS_I(inode)->root;
9036c102 4563 int err;
39279cc3 4564
b83cc969
LZ
4565 if (btrfs_root_readonly(root))
4566 return -EROFS;
4567
9036c102
YZ
4568 err = inode_change_ok(inode, attr);
4569 if (err)
4570 return err;
2bf5a725 4571
5a3f23d5 4572 if (S_ISREG(inode->i_mode) && (attr->ia_valid & ATTR_SIZE)) {
3972f260 4573 err = btrfs_setsize(inode, attr);
8082510e
YZ
4574 if (err)
4575 return err;
39279cc3 4576 }
9036c102 4577
1025774c
CH
4578 if (attr->ia_valid) {
4579 setattr_copy(inode, attr);
0c4d2d95 4580 inode_inc_iversion(inode);
22c44fe6 4581 err = btrfs_dirty_inode(inode);
1025774c 4582
22c44fe6 4583 if (!err && attr->ia_valid & ATTR_MODE)
1025774c
CH
4584 err = btrfs_acl_chmod(inode);
4585 }
33268eaf 4586
39279cc3
CM
4587 return err;
4588}
61295eb8 4589
bd555975 4590void btrfs_evict_inode(struct inode *inode)
39279cc3
CM
4591{
4592 struct btrfs_trans_handle *trans;
4593 struct btrfs_root *root = BTRFS_I(inode)->root;
726c35fa 4594 struct btrfs_block_rsv *rsv, *global_rsv;
07127184 4595 u64 min_size = btrfs_calc_trunc_metadata_size(root, 1);
39279cc3
CM
4596 int ret;
4597
1abe9b8a 4598 trace_btrfs_inode_evict(inode);
4599
39279cc3 4600 truncate_inode_pages(&inode->i_data, 0);
0af3d00b 4601 if (inode->i_nlink && (btrfs_root_refs(&root->root_item) != 0 ||
83eea1f1 4602 btrfs_is_free_space_inode(inode)))
bd555975
AV
4603 goto no_delete;
4604
39279cc3 4605 if (is_bad_inode(inode)) {
7b128766 4606 btrfs_orphan_del(NULL, inode);
39279cc3
CM
4607 goto no_delete;
4608 }
bd555975 4609 /* do we really want it for ->i_nlink > 0 and zero btrfs_root_refs? */
4a096752 4610 btrfs_wait_ordered_range(inode, 0, (u64)-1);
5f39d397 4611
c71bf099 4612 if (root->fs_info->log_root_recovering) {
6bf02314 4613 BUG_ON(test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
8a35d95f 4614 &BTRFS_I(inode)->runtime_flags));
c71bf099
YZ
4615 goto no_delete;
4616 }
4617
76dda93c
YZ
4618 if (inode->i_nlink > 0) {
4619 BUG_ON(btrfs_root_refs(&root->root_item) != 0);
4620 goto no_delete;
4621 }
4622
0e8c36a9
MX
4623 ret = btrfs_commit_inode_delayed_inode(inode);
4624 if (ret) {
4625 btrfs_orphan_del(NULL, inode);
4626 goto no_delete;
4627 }
4628
66d8f3dd 4629 rsv = btrfs_alloc_block_rsv(root, BTRFS_BLOCK_RSV_TEMP);
4289a667
JB
4630 if (!rsv) {
4631 btrfs_orphan_del(NULL, inode);
4632 goto no_delete;
4633 }
4a338542 4634 rsv->size = min_size;
ca7e70f5 4635 rsv->failfast = 1;
726c35fa 4636 global_rsv = &root->fs_info->global_block_rsv;
4289a667 4637
dbe674a9 4638 btrfs_i_size_write(inode, 0);
5f39d397 4639
4289a667 4640 /*
8407aa46
MX
4641 * This is a bit simpler than btrfs_truncate since we've already
4642 * reserved our space for our orphan item in the unlink, so we just
4643 * need to reserve some slack space in case we add bytes and update
4644 * inode item when doing the truncate.
4289a667 4645 */
8082510e 4646 while (1) {
08e007d2
MX
4647 ret = btrfs_block_rsv_refill(root, rsv, min_size,
4648 BTRFS_RESERVE_FLUSH_LIMIT);
726c35fa
JB
4649
4650 /*
4651 * Try and steal from the global reserve since we will
4652 * likely not use this space anyway, we want to try as
4653 * hard as possible to get this to work.
4654 */
4655 if (ret)
4656 ret = btrfs_block_rsv_migrate(global_rsv, rsv, min_size);
d68fc57b 4657
d68fc57b 4658 if (ret) {
4289a667 4659 printk(KERN_WARNING "Could not get space for a "
482e6dc5 4660 "delete, will truncate on mount %d\n", ret);
4289a667
JB
4661 btrfs_orphan_del(NULL, inode);
4662 btrfs_free_block_rsv(root, rsv);
4663 goto no_delete;
d68fc57b 4664 }
7b128766 4665
0e8c36a9 4666 trans = btrfs_join_transaction(root);
4289a667
JB
4667 if (IS_ERR(trans)) {
4668 btrfs_orphan_del(NULL, inode);
4669 btrfs_free_block_rsv(root, rsv);
4670 goto no_delete;
d68fc57b 4671 }
7b128766 4672
4289a667
JB
4673 trans->block_rsv = rsv;
4674
d68fc57b 4675 ret = btrfs_truncate_inode_items(trans, root, inode, 0, 0);
ca7e70f5 4676 if (ret != -ENOSPC)
8082510e 4677 break;
85e21bac 4678
8407aa46 4679 trans->block_rsv = &root->fs_info->trans_block_rsv;
8082510e
YZ
4680 btrfs_end_transaction(trans, root);
4681 trans = NULL;
b53d3f5d 4682 btrfs_btree_balance_dirty(root);
8082510e 4683 }
5f39d397 4684
4289a667
JB
4685 btrfs_free_block_rsv(root, rsv);
4686
8082510e 4687 if (ret == 0) {
4289a667 4688 trans->block_rsv = root->orphan_block_rsv;
8082510e
YZ
4689 ret = btrfs_orphan_del(trans, inode);
4690 BUG_ON(ret);
4691 }
54aa1f4d 4692
4289a667 4693 trans->block_rsv = &root->fs_info->trans_block_rsv;
581bb050
LZ
4694 if (!(root == root->fs_info->tree_root ||
4695 root->root_key.objectid == BTRFS_TREE_RELOC_OBJECTID))
33345d01 4696 btrfs_return_ino(root, btrfs_ino(inode));
581bb050 4697
54aa1f4d 4698 btrfs_end_transaction(trans, root);
b53d3f5d 4699 btrfs_btree_balance_dirty(root);
39279cc3 4700no_delete:
dbd5768f 4701 clear_inode(inode);
8082510e 4702 return;
39279cc3
CM
4703}
4704
4705/*
4706 * this returns the key found in the dir entry in the location pointer.
4707 * If no dir entries were found, location->objectid is 0.
4708 */
4709static int btrfs_inode_by_name(struct inode *dir, struct dentry *dentry,
4710 struct btrfs_key *location)
4711{
4712 const char *name = dentry->d_name.name;
4713 int namelen = dentry->d_name.len;
4714 struct btrfs_dir_item *di;
4715 struct btrfs_path *path;
4716 struct btrfs_root *root = BTRFS_I(dir)->root;
0d9f7f3e 4717 int ret = 0;
39279cc3
CM
4718
4719 path = btrfs_alloc_path();
d8926bb3
MF
4720 if (!path)
4721 return -ENOMEM;
3954401f 4722
33345d01 4723 di = btrfs_lookup_dir_item(NULL, root, path, btrfs_ino(dir), name,
39279cc3 4724 namelen, 0);
0d9f7f3e
Y
4725 if (IS_ERR(di))
4726 ret = PTR_ERR(di);
d397712b 4727
c704005d 4728 if (IS_ERR_OR_NULL(di))
3954401f 4729 goto out_err;
d397712b 4730
5f39d397 4731 btrfs_dir_item_key_to_cpu(path->nodes[0], di, location);
39279cc3 4732out:
39279cc3
CM
4733 btrfs_free_path(path);
4734 return ret;
3954401f
CM
4735out_err:
4736 location->objectid = 0;
4737 goto out;
39279cc3
CM
4738}
4739
4740/*
4741 * when we hit a tree root in a directory, the btrfs part of the inode
4742 * needs to be changed to reflect the root directory of the tree root. This
4743 * is kind of like crossing a mount point.
4744 */
4745static int fixup_tree_root_location(struct btrfs_root *root,
4df27c4d
YZ
4746 struct inode *dir,
4747 struct dentry *dentry,
4748 struct btrfs_key *location,
4749 struct btrfs_root **sub_root)
39279cc3 4750{
4df27c4d
YZ
4751 struct btrfs_path *path;
4752 struct btrfs_root *new_root;
4753 struct btrfs_root_ref *ref;
4754 struct extent_buffer *leaf;
4755 int ret;
4756 int err = 0;
39279cc3 4757
4df27c4d
YZ
4758 path = btrfs_alloc_path();
4759 if (!path) {
4760 err = -ENOMEM;
4761 goto out;
4762 }
39279cc3 4763
4df27c4d
YZ
4764 err = -ENOENT;
4765 ret = btrfs_find_root_ref(root->fs_info->tree_root, path,
4766 BTRFS_I(dir)->root->root_key.objectid,
4767 location->objectid);
4768 if (ret) {
4769 if (ret < 0)
4770 err = ret;
4771 goto out;
4772 }
39279cc3 4773
4df27c4d
YZ
4774 leaf = path->nodes[0];
4775 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
33345d01 4776 if (btrfs_root_ref_dirid(leaf, ref) != btrfs_ino(dir) ||
4df27c4d
YZ
4777 btrfs_root_ref_name_len(leaf, ref) != dentry->d_name.len)
4778 goto out;
39279cc3 4779
4df27c4d
YZ
4780 ret = memcmp_extent_buffer(leaf, dentry->d_name.name,
4781 (unsigned long)(ref + 1),
4782 dentry->d_name.len);
4783 if (ret)
4784 goto out;
4785
b3b4aa74 4786 btrfs_release_path(path);
4df27c4d
YZ
4787
4788 new_root = btrfs_read_fs_root_no_name(root->fs_info, location);
4789 if (IS_ERR(new_root)) {
4790 err = PTR_ERR(new_root);
4791 goto out;
4792 }
4793
4794 if (btrfs_root_refs(&new_root->root_item) == 0) {
4795 err = -ENOENT;
4796 goto out;
4797 }
4798
4799 *sub_root = new_root;
4800 location->objectid = btrfs_root_dirid(&new_root->root_item);
4801 location->type = BTRFS_INODE_ITEM_KEY;
4802 location->offset = 0;
4803 err = 0;
4804out:
4805 btrfs_free_path(path);
4806 return err;
39279cc3
CM
4807}
4808
5d4f98a2
YZ
4809static void inode_tree_add(struct inode *inode)
4810{
4811 struct btrfs_root *root = BTRFS_I(inode)->root;
4812 struct btrfs_inode *entry;
03e860bd
FNP
4813 struct rb_node **p;
4814 struct rb_node *parent;
33345d01 4815 u64 ino = btrfs_ino(inode);
03e860bd
FNP
4816again:
4817 p = &root->inode_tree.rb_node;
4818 parent = NULL;
5d4f98a2 4819
1d3382cb 4820 if (inode_unhashed(inode))
76dda93c
YZ
4821 return;
4822
5d4f98a2
YZ
4823 spin_lock(&root->inode_lock);
4824 while (*p) {
4825 parent = *p;
4826 entry = rb_entry(parent, struct btrfs_inode, rb_node);
4827
33345d01 4828 if (ino < btrfs_ino(&entry->vfs_inode))
03e860bd 4829 p = &parent->rb_left;
33345d01 4830 else if (ino > btrfs_ino(&entry->vfs_inode))
03e860bd 4831 p = &parent->rb_right;
5d4f98a2
YZ
4832 else {
4833 WARN_ON(!(entry->vfs_inode.i_state &
a4ffdde6 4834 (I_WILL_FREE | I_FREEING)));
03e860bd
FNP
4835 rb_erase(parent, &root->inode_tree);
4836 RB_CLEAR_NODE(parent);
4837 spin_unlock(&root->inode_lock);
4838 goto again;
5d4f98a2
YZ
4839 }
4840 }
4841 rb_link_node(&BTRFS_I(inode)->rb_node, parent, p);
4842 rb_insert_color(&BTRFS_I(inode)->rb_node, &root->inode_tree);
4843 spin_unlock(&root->inode_lock);
4844}
4845
4846static void inode_tree_del(struct inode *inode)
4847{
4848 struct btrfs_root *root = BTRFS_I(inode)->root;
76dda93c 4849 int empty = 0;
5d4f98a2 4850
03e860bd 4851 spin_lock(&root->inode_lock);
5d4f98a2 4852 if (!RB_EMPTY_NODE(&BTRFS_I(inode)->rb_node)) {
5d4f98a2 4853 rb_erase(&BTRFS_I(inode)->rb_node, &root->inode_tree);
5d4f98a2 4854 RB_CLEAR_NODE(&BTRFS_I(inode)->rb_node);
76dda93c 4855 empty = RB_EMPTY_ROOT(&root->inode_tree);
5d4f98a2 4856 }
03e860bd 4857 spin_unlock(&root->inode_lock);
76dda93c 4858
0af3d00b
JB
4859 /*
4860 * Free space cache has inodes in the tree root, but the tree root has a
4861 * root_refs of 0, so this could end up dropping the tree root as a
4862 * snapshot, so we need the extra !root->fs_info->tree_root check to
4863 * make sure we don't drop it.
4864 */
4865 if (empty && btrfs_root_refs(&root->root_item) == 0 &&
4866 root != root->fs_info->tree_root) {
76dda93c
YZ
4867 synchronize_srcu(&root->fs_info->subvol_srcu);
4868 spin_lock(&root->inode_lock);
4869 empty = RB_EMPTY_ROOT(&root->inode_tree);
4870 spin_unlock(&root->inode_lock);
4871 if (empty)
4872 btrfs_add_dead_root(root);
4873 }
4874}
4875
143bede5 4876void btrfs_invalidate_inodes(struct btrfs_root *root)
76dda93c
YZ
4877{
4878 struct rb_node *node;
4879 struct rb_node *prev;
4880 struct btrfs_inode *entry;
4881 struct inode *inode;
4882 u64 objectid = 0;
4883
4884 WARN_ON(btrfs_root_refs(&root->root_item) != 0);
4885
4886 spin_lock(&root->inode_lock);
4887again:
4888 node = root->inode_tree.rb_node;
4889 prev = NULL;
4890 while (node) {
4891 prev = node;
4892 entry = rb_entry(node, struct btrfs_inode, rb_node);
4893
33345d01 4894 if (objectid < btrfs_ino(&entry->vfs_inode))
76dda93c 4895 node = node->rb_left;
33345d01 4896 else if (objectid > btrfs_ino(&entry->vfs_inode))
76dda93c
YZ
4897 node = node->rb_right;
4898 else
4899 break;
4900 }
4901 if (!node) {
4902 while (prev) {
4903 entry = rb_entry(prev, struct btrfs_inode, rb_node);
33345d01 4904 if (objectid <= btrfs_ino(&entry->vfs_inode)) {
76dda93c
YZ
4905 node = prev;
4906 break;
4907 }
4908 prev = rb_next(prev);
4909 }
4910 }
4911 while (node) {
4912 entry = rb_entry(node, struct btrfs_inode, rb_node);
33345d01 4913 objectid = btrfs_ino(&entry->vfs_inode) + 1;
76dda93c
YZ
4914 inode = igrab(&entry->vfs_inode);
4915 if (inode) {
4916 spin_unlock(&root->inode_lock);
4917 if (atomic_read(&inode->i_count) > 1)
4918 d_prune_aliases(inode);
4919 /*
45321ac5 4920 * btrfs_drop_inode will have it removed from
76dda93c
YZ
4921 * the inode cache when its usage count
4922 * hits zero.
4923 */
4924 iput(inode);
4925 cond_resched();
4926 spin_lock(&root->inode_lock);
4927 goto again;
4928 }
4929
4930 if (cond_resched_lock(&root->inode_lock))
4931 goto again;
4932
4933 node = rb_next(node);
4934 }
4935 spin_unlock(&root->inode_lock);
5d4f98a2
YZ
4936}
4937
e02119d5
CM
4938static int btrfs_init_locked_inode(struct inode *inode, void *p)
4939{
4940 struct btrfs_iget_args *args = p;
4941 inode->i_ino = args->ino;
e02119d5 4942 BTRFS_I(inode)->root = args->root;
39279cc3
CM
4943 return 0;
4944}
4945
4946static int btrfs_find_actor(struct inode *inode, void *opaque)
4947{
4948 struct btrfs_iget_args *args = opaque;
33345d01 4949 return args->ino == btrfs_ino(inode) &&
d397712b 4950 args->root == BTRFS_I(inode)->root;
39279cc3
CM
4951}
4952
5d4f98a2
YZ
4953static struct inode *btrfs_iget_locked(struct super_block *s,
4954 u64 objectid,
4955 struct btrfs_root *root)
39279cc3
CM
4956{
4957 struct inode *inode;
4958 struct btrfs_iget_args args;
4959 args.ino = objectid;
4960 args.root = root;
4961
4962 inode = iget5_locked(s, objectid, btrfs_find_actor,
4963 btrfs_init_locked_inode,
4964 (void *)&args);
4965 return inode;
4966}
4967
1a54ef8c
BR
4968/* Get an inode object given its location and corresponding root.
4969 * Returns in *is_new if the inode was read from disk
4970 */
4971struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
73f73415 4972 struct btrfs_root *root, int *new)
1a54ef8c
BR
4973{
4974 struct inode *inode;
4975
4976 inode = btrfs_iget_locked(s, location->objectid, root);
4977 if (!inode)
5d4f98a2 4978 return ERR_PTR(-ENOMEM);
1a54ef8c
BR
4979
4980 if (inode->i_state & I_NEW) {
4981 BTRFS_I(inode)->root = root;
4982 memcpy(&BTRFS_I(inode)->location, location, sizeof(*location));
4983 btrfs_read_locked_inode(inode);
1748f843
MF
4984 if (!is_bad_inode(inode)) {
4985 inode_tree_add(inode);
4986 unlock_new_inode(inode);
4987 if (new)
4988 *new = 1;
4989 } else {
e0b6d65b
ST
4990 unlock_new_inode(inode);
4991 iput(inode);
4992 inode = ERR_PTR(-ESTALE);
1748f843
MF
4993 }
4994 }
4995
1a54ef8c
BR
4996 return inode;
4997}
4998
4df27c4d
YZ
4999static struct inode *new_simple_dir(struct super_block *s,
5000 struct btrfs_key *key,
5001 struct btrfs_root *root)
5002{
5003 struct inode *inode = new_inode(s);
5004
5005 if (!inode)
5006 return ERR_PTR(-ENOMEM);
5007
4df27c4d
YZ
5008 BTRFS_I(inode)->root = root;
5009 memcpy(&BTRFS_I(inode)->location, key, sizeof(*key));
72ac3c0d 5010 set_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags);
4df27c4d
YZ
5011
5012 inode->i_ino = BTRFS_EMPTY_SUBVOL_DIR_OBJECTID;
848cce0d 5013 inode->i_op = &btrfs_dir_ro_inode_operations;
4df27c4d
YZ
5014 inode->i_fop = &simple_dir_operations;
5015 inode->i_mode = S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO;
5016 inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME;
5017
5018 return inode;
5019}
5020
3de4586c 5021struct inode *btrfs_lookup_dentry(struct inode *dir, struct dentry *dentry)
39279cc3 5022{
d397712b 5023 struct inode *inode;
4df27c4d 5024 struct btrfs_root *root = BTRFS_I(dir)->root;
39279cc3
CM
5025 struct btrfs_root *sub_root = root;
5026 struct btrfs_key location;
76dda93c 5027 int index;
b4aff1f8 5028 int ret = 0;
39279cc3
CM
5029
5030 if (dentry->d_name.len > BTRFS_NAME_LEN)
5031 return ERR_PTR(-ENAMETOOLONG);
5f39d397 5032
39e3c955 5033 ret = btrfs_inode_by_name(dir, dentry, &location);
39279cc3
CM
5034 if (ret < 0)
5035 return ERR_PTR(ret);
5f39d397 5036
4df27c4d
YZ
5037 if (location.objectid == 0)
5038 return NULL;
5039
5040 if (location.type == BTRFS_INODE_ITEM_KEY) {
73f73415 5041 inode = btrfs_iget(dir->i_sb, &location, root, NULL);
4df27c4d
YZ
5042 return inode;
5043 }
5044
5045 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY);
5046
76dda93c 5047 index = srcu_read_lock(&root->fs_info->subvol_srcu);
4df27c4d
YZ
5048 ret = fixup_tree_root_location(root, dir, dentry,
5049 &location, &sub_root);
5050 if (ret < 0) {
5051 if (ret != -ENOENT)
5052 inode = ERR_PTR(ret);
5053 else
5054 inode = new_simple_dir(dir->i_sb, &location, sub_root);
5055 } else {
73f73415 5056 inode = btrfs_iget(dir->i_sb, &location, sub_root, NULL);
39279cc3 5057 }
76dda93c
YZ
5058 srcu_read_unlock(&root->fs_info->subvol_srcu, index);
5059
34d19bad 5060 if (!IS_ERR(inode) && root != sub_root) {
c71bf099
YZ
5061 down_read(&root->fs_info->cleanup_work_sem);
5062 if (!(inode->i_sb->s_flags & MS_RDONLY))
66b4ffd1 5063 ret = btrfs_orphan_cleanup(sub_root);
c71bf099 5064 up_read(&root->fs_info->cleanup_work_sem);
66b4ffd1
JB
5065 if (ret)
5066 inode = ERR_PTR(ret);
c71bf099
YZ
5067 }
5068
3de4586c
CM
5069 return inode;
5070}
5071
fe15ce44 5072static int btrfs_dentry_delete(const struct dentry *dentry)
76dda93c
YZ
5073{
5074 struct btrfs_root *root;
848cce0d 5075 struct inode *inode = dentry->d_inode;
76dda93c 5076
848cce0d
LZ
5077 if (!inode && !IS_ROOT(dentry))
5078 inode = dentry->d_parent->d_inode;
76dda93c 5079
848cce0d
LZ
5080 if (inode) {
5081 root = BTRFS_I(inode)->root;
efefb143
YZ
5082 if (btrfs_root_refs(&root->root_item) == 0)
5083 return 1;
848cce0d
LZ
5084
5085 if (btrfs_ino(inode) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)
5086 return 1;
efefb143 5087 }
76dda93c
YZ
5088 return 0;
5089}
5090
b4aff1f8
JB
5091static void btrfs_dentry_release(struct dentry *dentry)
5092{
5093 if (dentry->d_fsdata)
5094 kfree(dentry->d_fsdata);
5095}
5096
3de4586c 5097static struct dentry *btrfs_lookup(struct inode *dir, struct dentry *dentry,
00cd8dd3 5098 unsigned int flags)
3de4586c 5099{
a66e7cc6
JB
5100 struct dentry *ret;
5101
5102 ret = d_splice_alias(btrfs_lookup_dentry(dir, dentry), dentry);
a66e7cc6 5103 return ret;
39279cc3
CM
5104}
5105
16cdcec7 5106unsigned char btrfs_filetype_table[] = {
39279cc3
CM
5107 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
5108};
5109
cbdf5a24
DW
5110static int btrfs_real_readdir(struct file *filp, void *dirent,
5111 filldir_t filldir)
39279cc3 5112{
6da6abae 5113 struct inode *inode = filp->f_dentry->d_inode;
39279cc3
CM
5114 struct btrfs_root *root = BTRFS_I(inode)->root;
5115 struct btrfs_item *item;
5116 struct btrfs_dir_item *di;
5117 struct btrfs_key key;
5f39d397 5118 struct btrfs_key found_key;
39279cc3 5119 struct btrfs_path *path;
16cdcec7
MX
5120 struct list_head ins_list;
5121 struct list_head del_list;
39279cc3 5122 int ret;
5f39d397 5123 struct extent_buffer *leaf;
39279cc3 5124 int slot;
39279cc3
CM
5125 unsigned char d_type;
5126 int over = 0;
5127 u32 di_cur;
5128 u32 di_total;
5129 u32 di_len;
5130 int key_type = BTRFS_DIR_INDEX_KEY;
5f39d397
CM
5131 char tmp_name[32];
5132 char *name_ptr;
5133 int name_len;
16cdcec7 5134 int is_curr = 0; /* filp->f_pos points to the current index? */
39279cc3
CM
5135
5136 /* FIXME, use a real flag for deciding about the key type */
5137 if (root->fs_info->tree_root == root)
5138 key_type = BTRFS_DIR_ITEM_KEY;
5f39d397 5139
3954401f
CM
5140 /* special case for "." */
5141 if (filp->f_pos == 0) {
3765fefa
HS
5142 over = filldir(dirent, ".", 1,
5143 filp->f_pos, btrfs_ino(inode), DT_DIR);
3954401f
CM
5144 if (over)
5145 return 0;
5146 filp->f_pos = 1;
5147 }
3954401f
CM
5148 /* special case for .., just use the back ref */
5149 if (filp->f_pos == 1) {
5ecc7e5d 5150 u64 pino = parent_ino(filp->f_path.dentry);
3954401f 5151 over = filldir(dirent, "..", 2,
3765fefa 5152 filp->f_pos, pino, DT_DIR);
3954401f 5153 if (over)
49593bfa 5154 return 0;
3954401f
CM
5155 filp->f_pos = 2;
5156 }
49593bfa 5157 path = btrfs_alloc_path();
16cdcec7
MX
5158 if (!path)
5159 return -ENOMEM;
ff5714cc 5160
026fd317 5161 path->reada = 1;
49593bfa 5162
16cdcec7
MX
5163 if (key_type == BTRFS_DIR_INDEX_KEY) {
5164 INIT_LIST_HEAD(&ins_list);
5165 INIT_LIST_HEAD(&del_list);
5166 btrfs_get_delayed_items(inode, &ins_list, &del_list);
5167 }
5168
39279cc3
CM
5169 btrfs_set_key_type(&key, key_type);
5170 key.offset = filp->f_pos;
33345d01 5171 key.objectid = btrfs_ino(inode);
5f39d397 5172
39279cc3
CM
5173 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
5174 if (ret < 0)
5175 goto err;
49593bfa
DW
5176
5177 while (1) {
5f39d397 5178 leaf = path->nodes[0];
39279cc3 5179 slot = path->slots[0];
b9e03af0
LZ
5180 if (slot >= btrfs_header_nritems(leaf)) {
5181 ret = btrfs_next_leaf(root, path);
5182 if (ret < 0)
5183 goto err;
5184 else if (ret > 0)
5185 break;
5186 continue;
39279cc3 5187 }
3de4586c 5188
5f39d397
CM
5189 item = btrfs_item_nr(leaf, slot);
5190 btrfs_item_key_to_cpu(leaf, &found_key, slot);
5191
5192 if (found_key.objectid != key.objectid)
39279cc3 5193 break;
5f39d397 5194 if (btrfs_key_type(&found_key) != key_type)
39279cc3 5195 break;
5f39d397 5196 if (found_key.offset < filp->f_pos)
b9e03af0 5197 goto next;
16cdcec7
MX
5198 if (key_type == BTRFS_DIR_INDEX_KEY &&
5199 btrfs_should_delete_dir_index(&del_list,
5200 found_key.offset))
5201 goto next;
5f39d397
CM
5202
5203 filp->f_pos = found_key.offset;
16cdcec7 5204 is_curr = 1;
49593bfa 5205
39279cc3
CM
5206 di = btrfs_item_ptr(leaf, slot, struct btrfs_dir_item);
5207 di_cur = 0;
5f39d397 5208 di_total = btrfs_item_size(leaf, item);
49593bfa
DW
5209
5210 while (di_cur < di_total) {
5f39d397
CM
5211 struct btrfs_key location;
5212
22a94d44
JB
5213 if (verify_dir_item(root, leaf, di))
5214 break;
5215
5f39d397 5216 name_len = btrfs_dir_name_len(leaf, di);
49593bfa 5217 if (name_len <= sizeof(tmp_name)) {
5f39d397
CM
5218 name_ptr = tmp_name;
5219 } else {
5220 name_ptr = kmalloc(name_len, GFP_NOFS);
49593bfa
DW
5221 if (!name_ptr) {
5222 ret = -ENOMEM;
5223 goto err;
5224 }
5f39d397
CM
5225 }
5226 read_extent_buffer(leaf, name_ptr,
5227 (unsigned long)(di + 1), name_len);
5228
5229 d_type = btrfs_filetype_table[btrfs_dir_type(leaf, di)];
5230 btrfs_dir_item_key_to_cpu(leaf, di, &location);
3de4586c 5231
fede766f 5232
3de4586c 5233 /* is this a reference to our own snapshot? If so
8c9c2bf7
AJ
5234 * skip it.
5235 *
5236 * In contrast to old kernels, we insert the snapshot's
5237 * dir item and dir index after it has been created, so
5238 * we won't find a reference to our own snapshot. We
5239 * still keep the following code for backward
5240 * compatibility.
3de4586c
CM
5241 */
5242 if (location.type == BTRFS_ROOT_ITEM_KEY &&
5243 location.objectid == root->root_key.objectid) {
5244 over = 0;
5245 goto skip;
5246 }
5f39d397 5247 over = filldir(dirent, name_ptr, name_len,
49593bfa 5248 found_key.offset, location.objectid,
39279cc3 5249 d_type);
5f39d397 5250
3de4586c 5251skip:
5f39d397
CM
5252 if (name_ptr != tmp_name)
5253 kfree(name_ptr);
5254
39279cc3
CM
5255 if (over)
5256 goto nopos;
5103e947 5257 di_len = btrfs_dir_name_len(leaf, di) +
49593bfa 5258 btrfs_dir_data_len(leaf, di) + sizeof(*di);
39279cc3
CM
5259 di_cur += di_len;
5260 di = (struct btrfs_dir_item *)((char *)di + di_len);
5261 }
b9e03af0
LZ
5262next:
5263 path->slots[0]++;
39279cc3 5264 }
49593bfa 5265
16cdcec7
MX
5266 if (key_type == BTRFS_DIR_INDEX_KEY) {
5267 if (is_curr)
5268 filp->f_pos++;
5269 ret = btrfs_readdir_delayed_dir_index(filp, dirent, filldir,
5270 &ins_list);
5271 if (ret)
5272 goto nopos;
5273 }
5274
49593bfa 5275 /* Reached end of directory/root. Bump pos past the last item. */
5e591a07 5276 if (key_type == BTRFS_DIR_INDEX_KEY)
406266ab
JE
5277 /*
5278 * 32-bit glibc will use getdents64, but then strtol -
5279 * so the last number we can serve is this.
5280 */
5281 filp->f_pos = 0x7fffffff;
5e591a07
YZ
5282 else
5283 filp->f_pos++;
39279cc3
CM
5284nopos:
5285 ret = 0;
5286err:
16cdcec7
MX
5287 if (key_type == BTRFS_DIR_INDEX_KEY)
5288 btrfs_put_delayed_items(&ins_list, &del_list);
39279cc3 5289 btrfs_free_path(path);
39279cc3
CM
5290 return ret;
5291}
5292
a9185b41 5293int btrfs_write_inode(struct inode *inode, struct writeback_control *wbc)
39279cc3
CM
5294{
5295 struct btrfs_root *root = BTRFS_I(inode)->root;
5296 struct btrfs_trans_handle *trans;
5297 int ret = 0;
0af3d00b 5298 bool nolock = false;
39279cc3 5299
72ac3c0d 5300 if (test_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags))
4ca8b41e
CM
5301 return 0;
5302
83eea1f1 5303 if (btrfs_fs_closing(root->fs_info) && btrfs_is_free_space_inode(inode))
82d5902d 5304 nolock = true;
0af3d00b 5305
a9185b41 5306 if (wbc->sync_mode == WB_SYNC_ALL) {
0af3d00b 5307 if (nolock)
7a7eaa40 5308 trans = btrfs_join_transaction_nolock(root);
0af3d00b 5309 else
7a7eaa40 5310 trans = btrfs_join_transaction(root);
3612b495
TI
5311 if (IS_ERR(trans))
5312 return PTR_ERR(trans);
a698d075 5313 ret = btrfs_commit_transaction(trans, root);
39279cc3
CM
5314 }
5315 return ret;
5316}
5317
5318/*
54aa1f4d 5319 * This is somewhat expensive, updating the tree every time the
39279cc3
CM
5320 * inode changes. But, it is most likely to find the inode in cache.
5321 * FIXME, needs more benchmarking...there are no reasons other than performance
5322 * to keep or drop this code.
5323 */
22c44fe6 5324int btrfs_dirty_inode(struct inode *inode)
39279cc3
CM
5325{
5326 struct btrfs_root *root = BTRFS_I(inode)->root;
5327 struct btrfs_trans_handle *trans;
8929ecfa
YZ
5328 int ret;
5329
72ac3c0d 5330 if (test_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags))
22c44fe6 5331 return 0;
39279cc3 5332
7a7eaa40 5333 trans = btrfs_join_transaction(root);
22c44fe6
JB
5334 if (IS_ERR(trans))
5335 return PTR_ERR(trans);
8929ecfa
YZ
5336
5337 ret = btrfs_update_inode(trans, root, inode);
94b60442
CM
5338 if (ret && ret == -ENOSPC) {
5339 /* whoops, lets try again with the full transaction */
5340 btrfs_end_transaction(trans, root);
5341 trans = btrfs_start_transaction(root, 1);
22c44fe6
JB
5342 if (IS_ERR(trans))
5343 return PTR_ERR(trans);
8929ecfa 5344
94b60442 5345 ret = btrfs_update_inode(trans, root, inode);
94b60442 5346 }
39279cc3 5347 btrfs_end_transaction(trans, root);
16cdcec7
MX
5348 if (BTRFS_I(inode)->delayed_node)
5349 btrfs_balance_delayed_items(root);
22c44fe6
JB
5350
5351 return ret;
5352}
5353
5354/*
5355 * This is a copy of file_update_time. We need this so we can return error on
5356 * ENOSPC for updating the inode in the case of file write and mmap writes.
5357 */
e41f941a
JB
5358static int btrfs_update_time(struct inode *inode, struct timespec *now,
5359 int flags)
22c44fe6 5360{
2bc55652
AB
5361 struct btrfs_root *root = BTRFS_I(inode)->root;
5362
5363 if (btrfs_root_readonly(root))
5364 return -EROFS;
5365
e41f941a 5366 if (flags & S_VERSION)
22c44fe6 5367 inode_inc_iversion(inode);
e41f941a
JB
5368 if (flags & S_CTIME)
5369 inode->i_ctime = *now;
5370 if (flags & S_MTIME)
5371 inode->i_mtime = *now;
5372 if (flags & S_ATIME)
5373 inode->i_atime = *now;
5374 return btrfs_dirty_inode(inode);
39279cc3
CM
5375}
5376
d352ac68
CM
5377/*
5378 * find the highest existing sequence number in a directory
5379 * and then set the in-memory index_cnt variable to reflect
5380 * free sequence numbers
5381 */
aec7477b
JB
5382static int btrfs_set_inode_index_count(struct inode *inode)
5383{
5384 struct btrfs_root *root = BTRFS_I(inode)->root;
5385 struct btrfs_key key, found_key;
5386 struct btrfs_path *path;
5387 struct extent_buffer *leaf;
5388 int ret;
5389
33345d01 5390 key.objectid = btrfs_ino(inode);
aec7477b
JB
5391 btrfs_set_key_type(&key, BTRFS_DIR_INDEX_KEY);
5392 key.offset = (u64)-1;
5393
5394 path = btrfs_alloc_path();
5395 if (!path)
5396 return -ENOMEM;
5397
5398 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
5399 if (ret < 0)
5400 goto out;
5401 /* FIXME: we should be able to handle this */
5402 if (ret == 0)
5403 goto out;
5404 ret = 0;
5405
5406 /*
5407 * MAGIC NUMBER EXPLANATION:
5408 * since we search a directory based on f_pos we have to start at 2
5409 * since '.' and '..' have f_pos of 0 and 1 respectively, so everybody
5410 * else has to start at 2
5411 */
5412 if (path->slots[0] == 0) {
5413 BTRFS_I(inode)->index_cnt = 2;
5414 goto out;
5415 }
5416
5417 path->slots[0]--;
5418
5419 leaf = path->nodes[0];
5420 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
5421
33345d01 5422 if (found_key.objectid != btrfs_ino(inode) ||
aec7477b
JB
5423 btrfs_key_type(&found_key) != BTRFS_DIR_INDEX_KEY) {
5424 BTRFS_I(inode)->index_cnt = 2;
5425 goto out;
5426 }
5427
5428 BTRFS_I(inode)->index_cnt = found_key.offset + 1;
5429out:
5430 btrfs_free_path(path);
5431 return ret;
5432}
5433
d352ac68
CM
5434/*
5435 * helper to find a free sequence number in a given directory. This current
5436 * code is very simple, later versions will do smarter things in the btree
5437 */
3de4586c 5438int btrfs_set_inode_index(struct inode *dir, u64 *index)
aec7477b
JB
5439{
5440 int ret = 0;
5441
5442 if (BTRFS_I(dir)->index_cnt == (u64)-1) {
16cdcec7
MX
5443 ret = btrfs_inode_delayed_dir_index_count(dir);
5444 if (ret) {
5445 ret = btrfs_set_inode_index_count(dir);
5446 if (ret)
5447 return ret;
5448 }
aec7477b
JB
5449 }
5450
00e4e6b3 5451 *index = BTRFS_I(dir)->index_cnt;
aec7477b
JB
5452 BTRFS_I(dir)->index_cnt++;
5453
5454 return ret;
5455}
5456
39279cc3
CM
5457static struct inode *btrfs_new_inode(struct btrfs_trans_handle *trans,
5458 struct btrfs_root *root,
aec7477b 5459 struct inode *dir,
9c58309d 5460 const char *name, int name_len,
175a4eb7
AV
5461 u64 ref_objectid, u64 objectid,
5462 umode_t mode, u64 *index)
39279cc3
CM
5463{
5464 struct inode *inode;
5f39d397 5465 struct btrfs_inode_item *inode_item;
39279cc3 5466 struct btrfs_key *location;
5f39d397 5467 struct btrfs_path *path;
9c58309d
CM
5468 struct btrfs_inode_ref *ref;
5469 struct btrfs_key key[2];
5470 u32 sizes[2];
5471 unsigned long ptr;
39279cc3
CM
5472 int ret;
5473 int owner;
5474
5f39d397 5475 path = btrfs_alloc_path();
d8926bb3
MF
5476 if (!path)
5477 return ERR_PTR(-ENOMEM);
5f39d397 5478
39279cc3 5479 inode = new_inode(root->fs_info->sb);
8fb27640
YS
5480 if (!inode) {
5481 btrfs_free_path(path);
39279cc3 5482 return ERR_PTR(-ENOMEM);
8fb27640 5483 }
39279cc3 5484
581bb050
LZ
5485 /*
5486 * we have to initialize this early, so we can reclaim the inode
5487 * number if we fail afterwards in this function.
5488 */
5489 inode->i_ino = objectid;
5490
aec7477b 5491 if (dir) {
1abe9b8a 5492 trace_btrfs_inode_request(dir);
5493
3de4586c 5494 ret = btrfs_set_inode_index(dir, index);
09771430 5495 if (ret) {
8fb27640 5496 btrfs_free_path(path);
09771430 5497 iput(inode);
aec7477b 5498 return ERR_PTR(ret);
09771430 5499 }
aec7477b
JB
5500 }
5501 /*
5502 * index_cnt is ignored for everything but a dir,
5503 * btrfs_get_inode_index_count has an explanation for the magic
5504 * number
5505 */
5506 BTRFS_I(inode)->index_cnt = 2;
39279cc3 5507 BTRFS_I(inode)->root = root;
e02119d5 5508 BTRFS_I(inode)->generation = trans->transid;
76195853 5509 inode->i_generation = BTRFS_I(inode)->generation;
b888db2b 5510
5dc562c5
JB
5511 /*
5512 * We could have gotten an inode number from somebody who was fsynced
5513 * and then removed in this same transaction, so let's just set full
5514 * sync since it will be a full sync anyway and this will blow away the
5515 * old info in the log.
5516 */
5517 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags);
5518
569254b0 5519 if (S_ISDIR(mode))
39279cc3
CM
5520 owner = 0;
5521 else
5522 owner = 1;
9c58309d
CM
5523
5524 key[0].objectid = objectid;
5525 btrfs_set_key_type(&key[0], BTRFS_INODE_ITEM_KEY);
5526 key[0].offset = 0;
5527
f186373f
MF
5528 /*
5529 * Start new inodes with an inode_ref. This is slightly more
5530 * efficient for small numbers of hard links since they will
5531 * be packed into one item. Extended refs will kick in if we
5532 * add more hard links than can fit in the ref item.
5533 */
9c58309d
CM
5534 key[1].objectid = objectid;
5535 btrfs_set_key_type(&key[1], BTRFS_INODE_REF_KEY);
5536 key[1].offset = ref_objectid;
5537
5538 sizes[0] = sizeof(struct btrfs_inode_item);
5539 sizes[1] = name_len + sizeof(*ref);
5540
b9473439 5541 path->leave_spinning = 1;
9c58309d
CM
5542 ret = btrfs_insert_empty_items(trans, root, path, key, sizes, 2);
5543 if (ret != 0)
5f39d397
CM
5544 goto fail;
5545
ecc11fab 5546 inode_init_owner(inode, dir, mode);
a76a3cd4 5547 inode_set_bytes(inode, 0);
39279cc3 5548 inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME;
5f39d397
CM
5549 inode_item = btrfs_item_ptr(path->nodes[0], path->slots[0],
5550 struct btrfs_inode_item);
293f7e07
LZ
5551 memset_extent_buffer(path->nodes[0], 0, (unsigned long)inode_item,
5552 sizeof(*inode_item));
e02119d5 5553 fill_inode_item(trans, path->nodes[0], inode_item, inode);
9c58309d
CM
5554
5555 ref = btrfs_item_ptr(path->nodes[0], path->slots[0] + 1,
5556 struct btrfs_inode_ref);
5557 btrfs_set_inode_ref_name_len(path->nodes[0], ref, name_len);
00e4e6b3 5558 btrfs_set_inode_ref_index(path->nodes[0], ref, *index);
9c58309d
CM
5559 ptr = (unsigned long)(ref + 1);
5560 write_extent_buffer(path->nodes[0], name, ptr, name_len);
5561
5f39d397
CM
5562 btrfs_mark_buffer_dirty(path->nodes[0]);
5563 btrfs_free_path(path);
5564
39279cc3
CM
5565 location = &BTRFS_I(inode)->location;
5566 location->objectid = objectid;
39279cc3
CM
5567 location->offset = 0;
5568 btrfs_set_key_type(location, BTRFS_INODE_ITEM_KEY);
5569
6cbff00f
CH
5570 btrfs_inherit_iflags(inode, dir);
5571
569254b0 5572 if (S_ISREG(mode)) {
94272164
CM
5573 if (btrfs_test_opt(root, NODATASUM))
5574 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATASUM;
213490b3 5575 if (btrfs_test_opt(root, NODATACOW))
f2bdf9a8
JB
5576 BTRFS_I(inode)->flags |= BTRFS_INODE_NODATACOW |
5577 BTRFS_INODE_NODATASUM;
94272164
CM
5578 }
5579
39279cc3 5580 insert_inode_hash(inode);
5d4f98a2 5581 inode_tree_add(inode);
1abe9b8a 5582
5583 trace_btrfs_inode_new(inode);
1973f0fa 5584 btrfs_set_inode_last_trans(trans, inode);
1abe9b8a 5585
8ea05e3a
AB
5586 btrfs_update_root_times(trans, root);
5587
39279cc3 5588 return inode;
5f39d397 5589fail:
aec7477b
JB
5590 if (dir)
5591 BTRFS_I(dir)->index_cnt--;
5f39d397 5592 btrfs_free_path(path);
09771430 5593 iput(inode);
5f39d397 5594 return ERR_PTR(ret);
39279cc3
CM
5595}
5596
5597static inline u8 btrfs_inode_type(struct inode *inode)
5598{
5599 return btrfs_type_by_mode[(inode->i_mode & S_IFMT) >> S_SHIFT];
5600}
5601
d352ac68
CM
5602/*
5603 * utility function to add 'inode' into 'parent_inode' with
5604 * a give name and a given sequence number.
5605 * if 'add_backref' is true, also insert a backref from the
5606 * inode to the parent directory.
5607 */
e02119d5
CM
5608int btrfs_add_link(struct btrfs_trans_handle *trans,
5609 struct inode *parent_inode, struct inode *inode,
5610 const char *name, int name_len, int add_backref, u64 index)
39279cc3 5611{
4df27c4d 5612 int ret = 0;
39279cc3 5613 struct btrfs_key key;
e02119d5 5614 struct btrfs_root *root = BTRFS_I(parent_inode)->root;
33345d01
LZ
5615 u64 ino = btrfs_ino(inode);
5616 u64 parent_ino = btrfs_ino(parent_inode);
5f39d397 5617
33345d01 5618 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
4df27c4d
YZ
5619 memcpy(&key, &BTRFS_I(inode)->root->root_key, sizeof(key));
5620 } else {
33345d01 5621 key.objectid = ino;
4df27c4d
YZ
5622 btrfs_set_key_type(&key, BTRFS_INODE_ITEM_KEY);
5623 key.offset = 0;
5624 }
5625
33345d01 5626 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
4df27c4d
YZ
5627 ret = btrfs_add_root_ref(trans, root->fs_info->tree_root,
5628 key.objectid, root->root_key.objectid,
33345d01 5629 parent_ino, index, name, name_len);
4df27c4d 5630 } else if (add_backref) {
33345d01
LZ
5631 ret = btrfs_insert_inode_ref(trans, root, name, name_len, ino,
5632 parent_ino, index);
4df27c4d 5633 }
39279cc3 5634
79787eaa
JM
5635 /* Nothing to clean up yet */
5636 if (ret)
5637 return ret;
4df27c4d 5638
79787eaa
JM
5639 ret = btrfs_insert_dir_item(trans, root, name, name_len,
5640 parent_inode, &key,
5641 btrfs_inode_type(inode), index);
9c52057c 5642 if (ret == -EEXIST || ret == -EOVERFLOW)
79787eaa
JM
5643 goto fail_dir_item;
5644 else if (ret) {
5645 btrfs_abort_transaction(trans, root, ret);
5646 return ret;
39279cc3 5647 }
79787eaa
JM
5648
5649 btrfs_i_size_write(parent_inode, parent_inode->i_size +
5650 name_len * 2);
0c4d2d95 5651 inode_inc_iversion(parent_inode);
79787eaa
JM
5652 parent_inode->i_mtime = parent_inode->i_ctime = CURRENT_TIME;
5653 ret = btrfs_update_inode(trans, root, parent_inode);
5654 if (ret)
5655 btrfs_abort_transaction(trans, root, ret);
39279cc3 5656 return ret;
fe66a05a
CM
5657
5658fail_dir_item:
5659 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
5660 u64 local_index;
5661 int err;
5662 err = btrfs_del_root_ref(trans, root->fs_info->tree_root,
5663 key.objectid, root->root_key.objectid,
5664 parent_ino, &local_index, name, name_len);
5665
5666 } else if (add_backref) {
5667 u64 local_index;
5668 int err;
5669
5670 err = btrfs_del_inode_ref(trans, root, name, name_len,
5671 ino, parent_ino, &local_index);
5672 }
5673 return ret;
39279cc3
CM
5674}
5675
5676static int btrfs_add_nondir(struct btrfs_trans_handle *trans,
a1b075d2
JB
5677 struct inode *dir, struct dentry *dentry,
5678 struct inode *inode, int backref, u64 index)
39279cc3 5679{
a1b075d2
JB
5680 int err = btrfs_add_link(trans, dir, inode,
5681 dentry->d_name.name, dentry->d_name.len,
5682 backref, index);
39279cc3
CM
5683 if (err > 0)
5684 err = -EEXIST;
5685 return err;
5686}
5687
618e21d5 5688static int btrfs_mknod(struct inode *dir, struct dentry *dentry,
1a67aafb 5689 umode_t mode, dev_t rdev)
618e21d5
JB
5690{
5691 struct btrfs_trans_handle *trans;
5692 struct btrfs_root *root = BTRFS_I(dir)->root;
1832a6d5 5693 struct inode *inode = NULL;
618e21d5
JB
5694 int err;
5695 int drop_inode = 0;
5696 u64 objectid;
00e4e6b3 5697 u64 index = 0;
618e21d5
JB
5698
5699 if (!new_valid_dev(rdev))
5700 return -EINVAL;
5701
9ed74f2d
JB
5702 /*
5703 * 2 for inode item and ref
5704 * 2 for dir items
5705 * 1 for xattr if selinux is on
5706 */
a22285a6
YZ
5707 trans = btrfs_start_transaction(root, 5);
5708 if (IS_ERR(trans))
5709 return PTR_ERR(trans);
1832a6d5 5710
581bb050
LZ
5711 err = btrfs_find_free_ino(root, &objectid);
5712 if (err)
5713 goto out_unlock;
5714
aec7477b 5715 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
33345d01 5716 dentry->d_name.len, btrfs_ino(dir), objectid,
d82a6f1d 5717 mode, &index);
7cf96da3
TI
5718 if (IS_ERR(inode)) {
5719 err = PTR_ERR(inode);
618e21d5 5720 goto out_unlock;
7cf96da3 5721 }
618e21d5 5722
2a7dba39 5723 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
33268eaf
JB
5724 if (err) {
5725 drop_inode = 1;
5726 goto out_unlock;
5727 }
5728
ad19db71
CS
5729 /*
5730 * If the active LSM wants to access the inode during
5731 * d_instantiate it needs these. Smack checks to see
5732 * if the filesystem supports xattrs by looking at the
5733 * ops vector.
5734 */
5735
5736 inode->i_op = &btrfs_special_inode_operations;
a1b075d2 5737 err = btrfs_add_nondir(trans, dir, dentry, inode, 0, index);
618e21d5
JB
5738 if (err)
5739 drop_inode = 1;
5740 else {
618e21d5 5741 init_special_inode(inode, inode->i_mode, rdev);
1b4ab1bb 5742 btrfs_update_inode(trans, root, inode);
08c422c2 5743 d_instantiate(dentry, inode);
618e21d5 5744 }
618e21d5 5745out_unlock:
7ad85bb7 5746 btrfs_end_transaction(trans, root);
b53d3f5d 5747 btrfs_btree_balance_dirty(root);
618e21d5
JB
5748 if (drop_inode) {
5749 inode_dec_link_count(inode);
5750 iput(inode);
5751 }
618e21d5
JB
5752 return err;
5753}
5754
39279cc3 5755static int btrfs_create(struct inode *dir, struct dentry *dentry,
ebfc3b49 5756 umode_t mode, bool excl)
39279cc3
CM
5757{
5758 struct btrfs_trans_handle *trans;
5759 struct btrfs_root *root = BTRFS_I(dir)->root;
1832a6d5 5760 struct inode *inode = NULL;
43baa579 5761 int drop_inode_on_err = 0;
a22285a6 5762 int err;
39279cc3 5763 u64 objectid;
00e4e6b3 5764 u64 index = 0;
39279cc3 5765
9ed74f2d
JB
5766 /*
5767 * 2 for inode item and ref
5768 * 2 for dir items
5769 * 1 for xattr if selinux is on
5770 */
a22285a6
YZ
5771 trans = btrfs_start_transaction(root, 5);
5772 if (IS_ERR(trans))
5773 return PTR_ERR(trans);
9ed74f2d 5774
581bb050
LZ
5775 err = btrfs_find_free_ino(root, &objectid);
5776 if (err)
5777 goto out_unlock;
5778
aec7477b 5779 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
33345d01 5780 dentry->d_name.len, btrfs_ino(dir), objectid,
d82a6f1d 5781 mode, &index);
7cf96da3
TI
5782 if (IS_ERR(inode)) {
5783 err = PTR_ERR(inode);
39279cc3 5784 goto out_unlock;
7cf96da3 5785 }
43baa579 5786 drop_inode_on_err = 1;
39279cc3 5787
2a7dba39 5788 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
43baa579 5789 if (err)
33268eaf 5790 goto out_unlock;
33268eaf 5791
9185aa58
FB
5792 err = btrfs_update_inode(trans, root, inode);
5793 if (err)
5794 goto out_unlock;
5795
ad19db71
CS
5796 /*
5797 * If the active LSM wants to access the inode during
5798 * d_instantiate it needs these. Smack checks to see
5799 * if the filesystem supports xattrs by looking at the
5800 * ops vector.
5801 */
5802 inode->i_fop = &btrfs_file_operations;
5803 inode->i_op = &btrfs_file_inode_operations;
5804
a1b075d2 5805 err = btrfs_add_nondir(trans, dir, dentry, inode, 0, index);
39279cc3 5806 if (err)
43baa579
FB
5807 goto out_unlock;
5808
5809 inode->i_mapping->a_ops = &btrfs_aops;
5810 inode->i_mapping->backing_dev_info = &root->fs_info->bdi;
5811 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
5812 d_instantiate(dentry, inode);
5813
39279cc3 5814out_unlock:
7ad85bb7 5815 btrfs_end_transaction(trans, root);
43baa579 5816 if (err && drop_inode_on_err) {
39279cc3
CM
5817 inode_dec_link_count(inode);
5818 iput(inode);
5819 }
b53d3f5d 5820 btrfs_btree_balance_dirty(root);
39279cc3
CM
5821 return err;
5822}
5823
5824static int btrfs_link(struct dentry *old_dentry, struct inode *dir,
5825 struct dentry *dentry)
5826{
5827 struct btrfs_trans_handle *trans;
5828 struct btrfs_root *root = BTRFS_I(dir)->root;
5829 struct inode *inode = old_dentry->d_inode;
00e4e6b3 5830 u64 index;
39279cc3
CM
5831 int err;
5832 int drop_inode = 0;
5833
4a8be425
TH
5834 /* do not allow sys_link's with other subvols of the same device */
5835 if (root->objectid != BTRFS_I(inode)->root->objectid)
3ab3564f 5836 return -EXDEV;
4a8be425 5837
f186373f 5838 if (inode->i_nlink >= BTRFS_LINK_MAX)
c055e99e 5839 return -EMLINK;
4a8be425 5840
3de4586c 5841 err = btrfs_set_inode_index(dir, &index);
aec7477b
JB
5842 if (err)
5843 goto fail;
5844
a22285a6 5845 /*
7e6b6465 5846 * 2 items for inode and inode ref
a22285a6 5847 * 2 items for dir items
7e6b6465 5848 * 1 item for parent inode
a22285a6 5849 */
7e6b6465 5850 trans = btrfs_start_transaction(root, 5);
a22285a6
YZ
5851 if (IS_ERR(trans)) {
5852 err = PTR_ERR(trans);
5853 goto fail;
5854 }
5f39d397 5855
3153495d 5856 btrfs_inc_nlink(inode);
0c4d2d95 5857 inode_inc_iversion(inode);
3153495d 5858 inode->i_ctime = CURRENT_TIME;
7de9c6ee 5859 ihold(inode);
e9976151 5860 set_bit(BTRFS_INODE_COPY_EVERYTHING, &BTRFS_I(inode)->runtime_flags);
aec7477b 5861
a1b075d2 5862 err = btrfs_add_nondir(trans, dir, dentry, inode, 1, index);
5f39d397 5863
a5719521 5864 if (err) {
54aa1f4d 5865 drop_inode = 1;
a5719521 5866 } else {
10d9f309 5867 struct dentry *parent = dentry->d_parent;
a5719521 5868 err = btrfs_update_inode(trans, root, inode);
79787eaa
JM
5869 if (err)
5870 goto fail;
08c422c2 5871 d_instantiate(dentry, inode);
6a912213 5872 btrfs_log_new_name(trans, inode, NULL, parent);
a5719521 5873 }
39279cc3 5874
7ad85bb7 5875 btrfs_end_transaction(trans, root);
1832a6d5 5876fail:
39279cc3
CM
5877 if (drop_inode) {
5878 inode_dec_link_count(inode);
5879 iput(inode);
5880 }
b53d3f5d 5881 btrfs_btree_balance_dirty(root);
39279cc3
CM
5882 return err;
5883}
5884
18bb1db3 5885static int btrfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
39279cc3 5886{
b9d86667 5887 struct inode *inode = NULL;
39279cc3
CM
5888 struct btrfs_trans_handle *trans;
5889 struct btrfs_root *root = BTRFS_I(dir)->root;
5890 int err = 0;
5891 int drop_on_err = 0;
b9d86667 5892 u64 objectid = 0;
00e4e6b3 5893 u64 index = 0;
39279cc3 5894
9ed74f2d
JB
5895 /*
5896 * 2 items for inode and ref
5897 * 2 items for dir items
5898 * 1 for xattr if selinux is on
5899 */
a22285a6
YZ
5900 trans = btrfs_start_transaction(root, 5);
5901 if (IS_ERR(trans))
5902 return PTR_ERR(trans);
39279cc3 5903
581bb050
LZ
5904 err = btrfs_find_free_ino(root, &objectid);
5905 if (err)
5906 goto out_fail;
5907
aec7477b 5908 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
33345d01 5909 dentry->d_name.len, btrfs_ino(dir), objectid,
d82a6f1d 5910 S_IFDIR | mode, &index);
39279cc3
CM
5911 if (IS_ERR(inode)) {
5912 err = PTR_ERR(inode);
5913 goto out_fail;
5914 }
5f39d397 5915
39279cc3 5916 drop_on_err = 1;
33268eaf 5917
2a7dba39 5918 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
33268eaf
JB
5919 if (err)
5920 goto out_fail;
5921
39279cc3
CM
5922 inode->i_op = &btrfs_dir_inode_operations;
5923 inode->i_fop = &btrfs_dir_file_operations;
39279cc3 5924
dbe674a9 5925 btrfs_i_size_write(inode, 0);
39279cc3
CM
5926 err = btrfs_update_inode(trans, root, inode);
5927 if (err)
5928 goto out_fail;
5f39d397 5929
a1b075d2
JB
5930 err = btrfs_add_link(trans, dir, inode, dentry->d_name.name,
5931 dentry->d_name.len, 0, index);
39279cc3
CM
5932 if (err)
5933 goto out_fail;
5f39d397 5934
39279cc3
CM
5935 d_instantiate(dentry, inode);
5936 drop_on_err = 0;
39279cc3
CM
5937
5938out_fail:
7ad85bb7 5939 btrfs_end_transaction(trans, root);
39279cc3
CM
5940 if (drop_on_err)
5941 iput(inode);
b53d3f5d 5942 btrfs_btree_balance_dirty(root);
39279cc3
CM
5943 return err;
5944}
5945
d352ac68
CM
5946/* helper for btfs_get_extent. Given an existing extent in the tree,
5947 * and an extent that you want to insert, deal with overlap and insert
5948 * the new extent into the tree.
5949 */
3b951516
CM
5950static int merge_extent_mapping(struct extent_map_tree *em_tree,
5951 struct extent_map *existing,
e6dcd2dc
CM
5952 struct extent_map *em,
5953 u64 map_start, u64 map_len)
3b951516
CM
5954{
5955 u64 start_diff;
3b951516 5956
e6dcd2dc
CM
5957 BUG_ON(map_start < em->start || map_start >= extent_map_end(em));
5958 start_diff = map_start - em->start;
5959 em->start = map_start;
5960 em->len = map_len;
c8b97818
CM
5961 if (em->block_start < EXTENT_MAP_LAST_BYTE &&
5962 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) {
e6dcd2dc 5963 em->block_start += start_diff;
c8b97818
CM
5964 em->block_len -= start_diff;
5965 }
e6dcd2dc 5966 return add_extent_mapping(em_tree, em);
3b951516
CM
5967}
5968
c8b97818
CM
5969static noinline int uncompress_inline(struct btrfs_path *path,
5970 struct inode *inode, struct page *page,
5971 size_t pg_offset, u64 extent_offset,
5972 struct btrfs_file_extent_item *item)
5973{
5974 int ret;
5975 struct extent_buffer *leaf = path->nodes[0];
5976 char *tmp;
5977 size_t max_size;
5978 unsigned long inline_size;
5979 unsigned long ptr;
261507a0 5980 int compress_type;
c8b97818
CM
5981
5982 WARN_ON(pg_offset != 0);
261507a0 5983 compress_type = btrfs_file_extent_compression(leaf, item);
c8b97818
CM
5984 max_size = btrfs_file_extent_ram_bytes(leaf, item);
5985 inline_size = btrfs_file_extent_inline_item_len(leaf,
5986 btrfs_item_nr(leaf, path->slots[0]));
5987 tmp = kmalloc(inline_size, GFP_NOFS);
8d413713
TI
5988 if (!tmp)
5989 return -ENOMEM;
c8b97818
CM
5990 ptr = btrfs_file_extent_inline_start(item);
5991
5992 read_extent_buffer(leaf, tmp, ptr, inline_size);
5993
5b050f04 5994 max_size = min_t(unsigned long, PAGE_CACHE_SIZE, max_size);
261507a0
LZ
5995 ret = btrfs_decompress(compress_type, tmp, page,
5996 extent_offset, inline_size, max_size);
c8b97818 5997 if (ret) {
7ac687d9 5998 char *kaddr = kmap_atomic(page);
c8b97818
CM
5999 unsigned long copy_size = min_t(u64,
6000 PAGE_CACHE_SIZE - pg_offset,
6001 max_size - extent_offset);
6002 memset(kaddr + pg_offset, 0, copy_size);
7ac687d9 6003 kunmap_atomic(kaddr);
c8b97818
CM
6004 }
6005 kfree(tmp);
6006 return 0;
6007}
6008
d352ac68
CM
6009/*
6010 * a bit scary, this does extent mapping from logical file offset to the disk.
d397712b
CM
6011 * the ugly parts come from merging extents from the disk with the in-ram
6012 * representation. This gets more complex because of the data=ordered code,
d352ac68
CM
6013 * where the in-ram extents might be locked pending data=ordered completion.
6014 *
6015 * This also copies inline extents directly into the page.
6016 */
d397712b 6017
a52d9a80 6018struct extent_map *btrfs_get_extent(struct inode *inode, struct page *page,
70dec807 6019 size_t pg_offset, u64 start, u64 len,
a52d9a80
CM
6020 int create)
6021{
6022 int ret;
6023 int err = 0;
db94535d 6024 u64 bytenr;
a52d9a80
CM
6025 u64 extent_start = 0;
6026 u64 extent_end = 0;
33345d01 6027 u64 objectid = btrfs_ino(inode);
a52d9a80 6028 u32 found_type;
f421950f 6029 struct btrfs_path *path = NULL;
a52d9a80
CM
6030 struct btrfs_root *root = BTRFS_I(inode)->root;
6031 struct btrfs_file_extent_item *item;
5f39d397
CM
6032 struct extent_buffer *leaf;
6033 struct btrfs_key found_key;
a52d9a80
CM
6034 struct extent_map *em = NULL;
6035 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
d1310b2e 6036 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
a52d9a80 6037 struct btrfs_trans_handle *trans = NULL;
261507a0 6038 int compress_type;
a52d9a80 6039
a52d9a80 6040again:
890871be 6041 read_lock(&em_tree->lock);
d1310b2e 6042 em = lookup_extent_mapping(em_tree, start, len);
a061fc8d
CM
6043 if (em)
6044 em->bdev = root->fs_info->fs_devices->latest_bdev;
890871be 6045 read_unlock(&em_tree->lock);
d1310b2e 6046
a52d9a80 6047 if (em) {
e1c4b745
CM
6048 if (em->start > start || em->start + em->len <= start)
6049 free_extent_map(em);
6050 else if (em->block_start == EXTENT_MAP_INLINE && page)
70dec807
CM
6051 free_extent_map(em);
6052 else
6053 goto out;
a52d9a80 6054 }
172ddd60 6055 em = alloc_extent_map();
a52d9a80 6056 if (!em) {
d1310b2e
CM
6057 err = -ENOMEM;
6058 goto out;
a52d9a80 6059 }
e6dcd2dc 6060 em->bdev = root->fs_info->fs_devices->latest_bdev;
d1310b2e 6061 em->start = EXTENT_MAP_HOLE;
445a6944 6062 em->orig_start = EXTENT_MAP_HOLE;
d1310b2e 6063 em->len = (u64)-1;
c8b97818 6064 em->block_len = (u64)-1;
f421950f
CM
6065
6066 if (!path) {
6067 path = btrfs_alloc_path();
026fd317
JB
6068 if (!path) {
6069 err = -ENOMEM;
6070 goto out;
6071 }
6072 /*
6073 * Chances are we'll be called again, so go ahead and do
6074 * readahead
6075 */
6076 path->reada = 1;
f421950f
CM
6077 }
6078
179e29e4
CM
6079 ret = btrfs_lookup_file_extent(trans, root, path,
6080 objectid, start, trans != NULL);
a52d9a80
CM
6081 if (ret < 0) {
6082 err = ret;
6083 goto out;
6084 }
6085
6086 if (ret != 0) {
6087 if (path->slots[0] == 0)
6088 goto not_found;
6089 path->slots[0]--;
6090 }
6091
5f39d397
CM
6092 leaf = path->nodes[0];
6093 item = btrfs_item_ptr(leaf, path->slots[0],
a52d9a80 6094 struct btrfs_file_extent_item);
a52d9a80 6095 /* are we inside the extent that was found? */
5f39d397
CM
6096 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
6097 found_type = btrfs_key_type(&found_key);
6098 if (found_key.objectid != objectid ||
a52d9a80
CM
6099 found_type != BTRFS_EXTENT_DATA_KEY) {
6100 goto not_found;
6101 }
6102
5f39d397
CM
6103 found_type = btrfs_file_extent_type(leaf, item);
6104 extent_start = found_key.offset;
261507a0 6105 compress_type = btrfs_file_extent_compression(leaf, item);
d899e052
YZ
6106 if (found_type == BTRFS_FILE_EXTENT_REG ||
6107 found_type == BTRFS_FILE_EXTENT_PREALLOC) {
a52d9a80 6108 extent_end = extent_start +
db94535d 6109 btrfs_file_extent_num_bytes(leaf, item);
9036c102
YZ
6110 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) {
6111 size_t size;
6112 size = btrfs_file_extent_inline_len(leaf, item);
fda2832f 6113 extent_end = ALIGN(extent_start + size, root->sectorsize);
9036c102
YZ
6114 }
6115
6116 if (start >= extent_end) {
6117 path->slots[0]++;
6118 if (path->slots[0] >= btrfs_header_nritems(leaf)) {
6119 ret = btrfs_next_leaf(root, path);
6120 if (ret < 0) {
6121 err = ret;
6122 goto out;
a52d9a80 6123 }
9036c102
YZ
6124 if (ret > 0)
6125 goto not_found;
6126 leaf = path->nodes[0];
a52d9a80 6127 }
9036c102
YZ
6128 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
6129 if (found_key.objectid != objectid ||
6130 found_key.type != BTRFS_EXTENT_DATA_KEY)
6131 goto not_found;
6132 if (start + len <= found_key.offset)
6133 goto not_found;
6134 em->start = start;
70c8a91c 6135 em->orig_start = start;
9036c102
YZ
6136 em->len = found_key.offset - start;
6137 goto not_found_em;
6138 }
6139
d899e052
YZ
6140 if (found_type == BTRFS_FILE_EXTENT_REG ||
6141 found_type == BTRFS_FILE_EXTENT_PREALLOC) {
9036c102
YZ
6142 em->start = extent_start;
6143 em->len = extent_end - extent_start;
ff5b7ee3
YZ
6144 em->orig_start = extent_start -
6145 btrfs_file_extent_offset(leaf, item);
b4939680
JB
6146 em->orig_block_len = btrfs_file_extent_disk_num_bytes(leaf,
6147 item);
db94535d
CM
6148 bytenr = btrfs_file_extent_disk_bytenr(leaf, item);
6149 if (bytenr == 0) {
5f39d397 6150 em->block_start = EXTENT_MAP_HOLE;
a52d9a80
CM
6151 goto insert;
6152 }
261507a0 6153 if (compress_type != BTRFS_COMPRESS_NONE) {
c8b97818 6154 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags);
261507a0 6155 em->compress_type = compress_type;
c8b97818 6156 em->block_start = bytenr;
b4939680 6157 em->block_len = em->orig_block_len;
c8b97818
CM
6158 } else {
6159 bytenr += btrfs_file_extent_offset(leaf, item);
6160 em->block_start = bytenr;
6161 em->block_len = em->len;
d899e052
YZ
6162 if (found_type == BTRFS_FILE_EXTENT_PREALLOC)
6163 set_bit(EXTENT_FLAG_PREALLOC, &em->flags);
c8b97818 6164 }
a52d9a80
CM
6165 goto insert;
6166 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) {
5f39d397 6167 unsigned long ptr;
a52d9a80 6168 char *map;
3326d1b0
CM
6169 size_t size;
6170 size_t extent_offset;
6171 size_t copy_size;
a52d9a80 6172
689f9346 6173 em->block_start = EXTENT_MAP_INLINE;
c8b97818 6174 if (!page || create) {
689f9346 6175 em->start = extent_start;
9036c102 6176 em->len = extent_end - extent_start;
689f9346
Y
6177 goto out;
6178 }
5f39d397 6179
9036c102
YZ
6180 size = btrfs_file_extent_inline_len(leaf, item);
6181 extent_offset = page_offset(page) + pg_offset - extent_start;
70dec807 6182 copy_size = min_t(u64, PAGE_CACHE_SIZE - pg_offset,
3326d1b0 6183 size - extent_offset);
3326d1b0 6184 em->start = extent_start + extent_offset;
fda2832f 6185 em->len = ALIGN(copy_size, root->sectorsize);
b4939680 6186 em->orig_block_len = em->len;
70c8a91c 6187 em->orig_start = em->start;
261507a0 6188 if (compress_type) {
c8b97818 6189 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags);
261507a0
LZ
6190 em->compress_type = compress_type;
6191 }
689f9346 6192 ptr = btrfs_file_extent_inline_start(item) + extent_offset;
179e29e4 6193 if (create == 0 && !PageUptodate(page)) {
261507a0
LZ
6194 if (btrfs_file_extent_compression(leaf, item) !=
6195 BTRFS_COMPRESS_NONE) {
c8b97818
CM
6196 ret = uncompress_inline(path, inode, page,
6197 pg_offset,
6198 extent_offset, item);
79787eaa 6199 BUG_ON(ret); /* -ENOMEM */
c8b97818
CM
6200 } else {
6201 map = kmap(page);
6202 read_extent_buffer(leaf, map + pg_offset, ptr,
6203 copy_size);
93c82d57
CM
6204 if (pg_offset + copy_size < PAGE_CACHE_SIZE) {
6205 memset(map + pg_offset + copy_size, 0,
6206 PAGE_CACHE_SIZE - pg_offset -
6207 copy_size);
6208 }
c8b97818
CM
6209 kunmap(page);
6210 }
179e29e4
CM
6211 flush_dcache_page(page);
6212 } else if (create && PageUptodate(page)) {
6bf7e080 6213 BUG();
179e29e4
CM
6214 if (!trans) {
6215 kunmap(page);
6216 free_extent_map(em);
6217 em = NULL;
ff5714cc 6218
b3b4aa74 6219 btrfs_release_path(path);
7a7eaa40 6220 trans = btrfs_join_transaction(root);
ff5714cc 6221
3612b495
TI
6222 if (IS_ERR(trans))
6223 return ERR_CAST(trans);
179e29e4
CM
6224 goto again;
6225 }
c8b97818 6226 map = kmap(page);
70dec807 6227 write_extent_buffer(leaf, map + pg_offset, ptr,
179e29e4 6228 copy_size);
c8b97818 6229 kunmap(page);
179e29e4 6230 btrfs_mark_buffer_dirty(leaf);
a52d9a80 6231 }
d1310b2e 6232 set_extent_uptodate(io_tree, em->start,
507903b8 6233 extent_map_end(em) - 1, NULL, GFP_NOFS);
a52d9a80
CM
6234 goto insert;
6235 } else {
31b1a2bd 6236 WARN(1, KERN_ERR "btrfs unknown found_type %d\n", found_type);
a52d9a80
CM
6237 }
6238not_found:
6239 em->start = start;
70c8a91c 6240 em->orig_start = start;
d1310b2e 6241 em->len = len;
a52d9a80 6242not_found_em:
5f39d397 6243 em->block_start = EXTENT_MAP_HOLE;
9036c102 6244 set_bit(EXTENT_FLAG_VACANCY, &em->flags);
a52d9a80 6245insert:
b3b4aa74 6246 btrfs_release_path(path);
d1310b2e 6247 if (em->start > start || extent_map_end(em) <= start) {
d397712b
CM
6248 printk(KERN_ERR "Btrfs: bad extent! em: [%llu %llu] passed "
6249 "[%llu %llu]\n", (unsigned long long)em->start,
6250 (unsigned long long)em->len,
6251 (unsigned long long)start,
6252 (unsigned long long)len);
a52d9a80
CM
6253 err = -EIO;
6254 goto out;
6255 }
d1310b2e
CM
6256
6257 err = 0;
890871be 6258 write_lock(&em_tree->lock);
a52d9a80 6259 ret = add_extent_mapping(em_tree, em);
3b951516
CM
6260 /* it is possible that someone inserted the extent into the tree
6261 * while we had the lock dropped. It is also possible that
6262 * an overlapping map exists in the tree
6263 */
a52d9a80 6264 if (ret == -EEXIST) {
3b951516 6265 struct extent_map *existing;
e6dcd2dc
CM
6266
6267 ret = 0;
6268
3b951516 6269 existing = lookup_extent_mapping(em_tree, start, len);
e1c4b745
CM
6270 if (existing && (existing->start > start ||
6271 existing->start + existing->len <= start)) {
6272 free_extent_map(existing);
6273 existing = NULL;
6274 }
3b951516
CM
6275 if (!existing) {
6276 existing = lookup_extent_mapping(em_tree, em->start,
6277 em->len);
6278 if (existing) {
6279 err = merge_extent_mapping(em_tree, existing,
e6dcd2dc
CM
6280 em, start,
6281 root->sectorsize);
3b951516
CM
6282 free_extent_map(existing);
6283 if (err) {
6284 free_extent_map(em);
6285 em = NULL;
6286 }
6287 } else {
6288 err = -EIO;
3b951516
CM
6289 free_extent_map(em);
6290 em = NULL;
6291 }
6292 } else {
6293 free_extent_map(em);
6294 em = existing;
e6dcd2dc 6295 err = 0;
a52d9a80 6296 }
a52d9a80 6297 }
890871be 6298 write_unlock(&em_tree->lock);
a52d9a80 6299out:
1abe9b8a 6300
f0bd95ea
TI
6301 if (em)
6302 trace_btrfs_get_extent(root, em);
1abe9b8a 6303
f421950f
CM
6304 if (path)
6305 btrfs_free_path(path);
a52d9a80
CM
6306 if (trans) {
6307 ret = btrfs_end_transaction(trans, root);
d397712b 6308 if (!err)
a52d9a80
CM
6309 err = ret;
6310 }
a52d9a80
CM
6311 if (err) {
6312 free_extent_map(em);
a52d9a80
CM
6313 return ERR_PTR(err);
6314 }
79787eaa 6315 BUG_ON(!em); /* Error is always set */
a52d9a80
CM
6316 return em;
6317}
6318
ec29ed5b
CM
6319struct extent_map *btrfs_get_extent_fiemap(struct inode *inode, struct page *page,
6320 size_t pg_offset, u64 start, u64 len,
6321 int create)
6322{
6323 struct extent_map *em;
6324 struct extent_map *hole_em = NULL;
6325 u64 range_start = start;
6326 u64 end;
6327 u64 found;
6328 u64 found_end;
6329 int err = 0;
6330
6331 em = btrfs_get_extent(inode, page, pg_offset, start, len, create);
6332 if (IS_ERR(em))
6333 return em;
6334 if (em) {
6335 /*
f9e4fb53
LB
6336 * if our em maps to
6337 * - a hole or
6338 * - a pre-alloc extent,
6339 * there might actually be delalloc bytes behind it.
ec29ed5b 6340 */
f9e4fb53
LB
6341 if (em->block_start != EXTENT_MAP_HOLE &&
6342 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))
ec29ed5b
CM
6343 return em;
6344 else
6345 hole_em = em;
6346 }
6347
6348 /* check to see if we've wrapped (len == -1 or similar) */
6349 end = start + len;
6350 if (end < start)
6351 end = (u64)-1;
6352 else
6353 end -= 1;
6354
6355 em = NULL;
6356
6357 /* ok, we didn't find anything, lets look for delalloc */
6358 found = count_range_bits(&BTRFS_I(inode)->io_tree, &range_start,
6359 end, len, EXTENT_DELALLOC, 1);
6360 found_end = range_start + found;
6361 if (found_end < range_start)
6362 found_end = (u64)-1;
6363
6364 /*
6365 * we didn't find anything useful, return
6366 * the original results from get_extent()
6367 */
6368 if (range_start > end || found_end <= start) {
6369 em = hole_em;
6370 hole_em = NULL;
6371 goto out;
6372 }
6373
6374 /* adjust the range_start to make sure it doesn't
6375 * go backwards from the start they passed in
6376 */
6377 range_start = max(start,range_start);
6378 found = found_end - range_start;
6379
6380 if (found > 0) {
6381 u64 hole_start = start;
6382 u64 hole_len = len;
6383
172ddd60 6384 em = alloc_extent_map();
ec29ed5b
CM
6385 if (!em) {
6386 err = -ENOMEM;
6387 goto out;
6388 }
6389 /*
6390 * when btrfs_get_extent can't find anything it
6391 * returns one huge hole
6392 *
6393 * make sure what it found really fits our range, and
6394 * adjust to make sure it is based on the start from
6395 * the caller
6396 */
6397 if (hole_em) {
6398 u64 calc_end = extent_map_end(hole_em);
6399
6400 if (calc_end <= start || (hole_em->start > end)) {
6401 free_extent_map(hole_em);
6402 hole_em = NULL;
6403 } else {
6404 hole_start = max(hole_em->start, start);
6405 hole_len = calc_end - hole_start;
6406 }
6407 }
6408 em->bdev = NULL;
6409 if (hole_em && range_start > hole_start) {
6410 /* our hole starts before our delalloc, so we
6411 * have to return just the parts of the hole
6412 * that go until the delalloc starts
6413 */
6414 em->len = min(hole_len,
6415 range_start - hole_start);
6416 em->start = hole_start;
6417 em->orig_start = hole_start;
6418 /*
6419 * don't adjust block start at all,
6420 * it is fixed at EXTENT_MAP_HOLE
6421 */
6422 em->block_start = hole_em->block_start;
6423 em->block_len = hole_len;
f9e4fb53
LB
6424 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags))
6425 set_bit(EXTENT_FLAG_PREALLOC, &em->flags);
ec29ed5b
CM
6426 } else {
6427 em->start = range_start;
6428 em->len = found;
6429 em->orig_start = range_start;
6430 em->block_start = EXTENT_MAP_DELALLOC;
6431 em->block_len = found;
6432 }
6433 } else if (hole_em) {
6434 return hole_em;
6435 }
6436out:
6437
6438 free_extent_map(hole_em);
6439 if (err) {
6440 free_extent_map(em);
6441 return ERR_PTR(err);
6442 }
6443 return em;
6444}
6445
4b46fce2
JB
6446static struct extent_map *btrfs_new_extent_direct(struct inode *inode,
6447 u64 start, u64 len)
6448{
6449 struct btrfs_root *root = BTRFS_I(inode)->root;
6450 struct btrfs_trans_handle *trans;
70c8a91c 6451 struct extent_map *em;
4b46fce2
JB
6452 struct btrfs_key ins;
6453 u64 alloc_hint;
6454 int ret;
4b46fce2 6455
7a7eaa40 6456 trans = btrfs_join_transaction(root);
3612b495
TI
6457 if (IS_ERR(trans))
6458 return ERR_CAST(trans);
4b46fce2
JB
6459
6460 trans->block_rsv = &root->fs_info->delalloc_block_rsv;
6461
6462 alloc_hint = get_extent_allocation_hint(inode, start, len);
6463 ret = btrfs_reserve_extent(trans, root, len, root->sectorsize, 0,
81c9ad23 6464 alloc_hint, &ins, 1);
4b46fce2
JB
6465 if (ret) {
6466 em = ERR_PTR(ret);
6467 goto out;
6468 }
6469
70c8a91c
JB
6470 em = create_pinned_em(inode, start, ins.offset, start, ins.objectid,
6471 ins.offset, ins.offset, 0);
6472 if (IS_ERR(em))
6473 goto out;
4b46fce2
JB
6474
6475 ret = btrfs_add_ordered_extent_dio(inode, start, ins.objectid,
6476 ins.offset, ins.offset, 0);
6477 if (ret) {
6478 btrfs_free_reserved_extent(root, ins.objectid, ins.offset);
6479 em = ERR_PTR(ret);
6480 }
6481out:
6482 btrfs_end_transaction(trans, root);
6483 return em;
6484}
6485
46bfbb5c
CM
6486/*
6487 * returns 1 when the nocow is safe, < 1 on error, 0 if the
6488 * block must be cow'd
6489 */
6490static noinline int can_nocow_odirect(struct btrfs_trans_handle *trans,
6491 struct inode *inode, u64 offset, u64 len)
6492{
6493 struct btrfs_path *path;
6494 int ret;
6495 struct extent_buffer *leaf;
6496 struct btrfs_root *root = BTRFS_I(inode)->root;
6497 struct btrfs_file_extent_item *fi;
6498 struct btrfs_key key;
6499 u64 disk_bytenr;
6500 u64 backref_offset;
6501 u64 extent_end;
6502 u64 num_bytes;
6503 int slot;
6504 int found_type;
6505
6506 path = btrfs_alloc_path();
6507 if (!path)
6508 return -ENOMEM;
6509
33345d01 6510 ret = btrfs_lookup_file_extent(trans, root, path, btrfs_ino(inode),
46bfbb5c
CM
6511 offset, 0);
6512 if (ret < 0)
6513 goto out;
6514
6515 slot = path->slots[0];
6516 if (ret == 1) {
6517 if (slot == 0) {
6518 /* can't find the item, must cow */
6519 ret = 0;
6520 goto out;
6521 }
6522 slot--;
6523 }
6524 ret = 0;
6525 leaf = path->nodes[0];
6526 btrfs_item_key_to_cpu(leaf, &key, slot);
33345d01 6527 if (key.objectid != btrfs_ino(inode) ||
46bfbb5c
CM
6528 key.type != BTRFS_EXTENT_DATA_KEY) {
6529 /* not our file or wrong item type, must cow */
6530 goto out;
6531 }
6532
6533 if (key.offset > offset) {
6534 /* Wrong offset, must cow */
6535 goto out;
6536 }
6537
6538 fi = btrfs_item_ptr(leaf, slot, struct btrfs_file_extent_item);
6539 found_type = btrfs_file_extent_type(leaf, fi);
6540 if (found_type != BTRFS_FILE_EXTENT_REG &&
6541 found_type != BTRFS_FILE_EXTENT_PREALLOC) {
6542 /* not a regular extent, must cow */
6543 goto out;
6544 }
6545 disk_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi);
6546 backref_offset = btrfs_file_extent_offset(leaf, fi);
6547
6548 extent_end = key.offset + btrfs_file_extent_num_bytes(leaf, fi);
6549 if (extent_end < offset + len) {
6550 /* extent doesn't include our full range, must cow */
6551 goto out;
6552 }
6553
6554 if (btrfs_extent_readonly(root, disk_bytenr))
6555 goto out;
6556
6557 /*
6558 * look for other files referencing this extent, if we
6559 * find any we must cow
6560 */
33345d01 6561 if (btrfs_cross_ref_exist(trans, root, btrfs_ino(inode),
46bfbb5c
CM
6562 key.offset - backref_offset, disk_bytenr))
6563 goto out;
6564
6565 /*
6566 * adjust disk_bytenr and num_bytes to cover just the bytes
6567 * in this extent we are about to write. If there
6568 * are any csums in that range we have to cow in order
6569 * to keep the csums correct
6570 */
6571 disk_bytenr += backref_offset;
6572 disk_bytenr += offset - key.offset;
6573 num_bytes = min(offset + len, extent_end) - offset;
6574 if (csum_exist_in_range(root, disk_bytenr, num_bytes))
6575 goto out;
6576 /*
6577 * all of the above have passed, it is safe to overwrite this extent
6578 * without cow
6579 */
6580 ret = 1;
6581out:
6582 btrfs_free_path(path);
6583 return ret;
6584}
6585
eb838e73
JB
6586static int lock_extent_direct(struct inode *inode, u64 lockstart, u64 lockend,
6587 struct extent_state **cached_state, int writing)
6588{
6589 struct btrfs_ordered_extent *ordered;
6590 int ret = 0;
6591
6592 while (1) {
6593 lock_extent_bits(&BTRFS_I(inode)->io_tree, lockstart, lockend,
6594 0, cached_state);
6595 /*
6596 * We're concerned with the entire range that we're going to be
6597 * doing DIO to, so we need to make sure theres no ordered
6598 * extents in this range.
6599 */
6600 ordered = btrfs_lookup_ordered_range(inode, lockstart,
6601 lockend - lockstart + 1);
6602
6603 /*
6604 * We need to make sure there are no buffered pages in this
6605 * range either, we could have raced between the invalidate in
6606 * generic_file_direct_write and locking the extent. The
6607 * invalidate needs to happen so that reads after a write do not
6608 * get stale data.
6609 */
6610 if (!ordered && (!writing ||
6611 !test_range_bit(&BTRFS_I(inode)->io_tree,
6612 lockstart, lockend, EXTENT_UPTODATE, 0,
6613 *cached_state)))
6614 break;
6615
6616 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend,
6617 cached_state, GFP_NOFS);
6618
6619 if (ordered) {
6620 btrfs_start_ordered_extent(inode, ordered, 1);
6621 btrfs_put_ordered_extent(ordered);
6622 } else {
6623 /* Screw you mmap */
6624 ret = filemap_write_and_wait_range(inode->i_mapping,
6625 lockstart,
6626 lockend);
6627 if (ret)
6628 break;
6629
6630 /*
6631 * If we found a page that couldn't be invalidated just
6632 * fall back to buffered.
6633 */
6634 ret = invalidate_inode_pages2_range(inode->i_mapping,
6635 lockstart >> PAGE_CACHE_SHIFT,
6636 lockend >> PAGE_CACHE_SHIFT);
6637 if (ret)
6638 break;
6639 }
6640
6641 cond_resched();
6642 }
6643
6644 return ret;
6645}
6646
69ffb543
JB
6647static struct extent_map *create_pinned_em(struct inode *inode, u64 start,
6648 u64 len, u64 orig_start,
6649 u64 block_start, u64 block_len,
b4939680 6650 u64 orig_block_len, int type)
69ffb543
JB
6651{
6652 struct extent_map_tree *em_tree;
6653 struct extent_map *em;
6654 struct btrfs_root *root = BTRFS_I(inode)->root;
6655 int ret;
6656
6657 em_tree = &BTRFS_I(inode)->extent_tree;
6658 em = alloc_extent_map();
6659 if (!em)
6660 return ERR_PTR(-ENOMEM);
6661
6662 em->start = start;
6663 em->orig_start = orig_start;
2ab28f32
JB
6664 em->mod_start = start;
6665 em->mod_len = len;
69ffb543
JB
6666 em->len = len;
6667 em->block_len = block_len;
6668 em->block_start = block_start;
6669 em->bdev = root->fs_info->fs_devices->latest_bdev;
b4939680 6670 em->orig_block_len = orig_block_len;
70c8a91c 6671 em->generation = -1;
69ffb543
JB
6672 set_bit(EXTENT_FLAG_PINNED, &em->flags);
6673 if (type == BTRFS_ORDERED_PREALLOC)
b11e234d 6674 set_bit(EXTENT_FLAG_FILLING, &em->flags);
69ffb543
JB
6675
6676 do {
6677 btrfs_drop_extent_cache(inode, em->start,
6678 em->start + em->len - 1, 0);
6679 write_lock(&em_tree->lock);
6680 ret = add_extent_mapping(em_tree, em);
70c8a91c
JB
6681 if (!ret)
6682 list_move(&em->list,
6683 &em_tree->modified_extents);
69ffb543
JB
6684 write_unlock(&em_tree->lock);
6685 } while (ret == -EEXIST);
6686
6687 if (ret) {
6688 free_extent_map(em);
6689 return ERR_PTR(ret);
6690 }
6691
6692 return em;
6693}
6694
6695
4b46fce2
JB
6696static int btrfs_get_blocks_direct(struct inode *inode, sector_t iblock,
6697 struct buffer_head *bh_result, int create)
6698{
6699 struct extent_map *em;
6700 struct btrfs_root *root = BTRFS_I(inode)->root;
eb838e73 6701 struct extent_state *cached_state = NULL;
4b46fce2 6702 u64 start = iblock << inode->i_blkbits;
eb838e73 6703 u64 lockstart, lockend;
4b46fce2 6704 u64 len = bh_result->b_size;
46bfbb5c 6705 struct btrfs_trans_handle *trans;
eb838e73 6706 int unlock_bits = EXTENT_LOCKED;
0934856d 6707 int ret = 0;
eb838e73 6708
172a5049 6709 if (create)
eb838e73 6710 unlock_bits |= EXTENT_DELALLOC | EXTENT_DIRTY;
172a5049 6711 else
c329861d 6712 len = min_t(u64, len, root->sectorsize);
eb838e73 6713
c329861d
JB
6714 lockstart = start;
6715 lockend = start + len - 1;
6716
eb838e73
JB
6717 /*
6718 * If this errors out it's because we couldn't invalidate pagecache for
6719 * this range and we need to fallback to buffered.
6720 */
6721 if (lock_extent_direct(inode, lockstart, lockend, &cached_state, create))
6722 return -ENOTBLK;
6723
4b46fce2 6724 em = btrfs_get_extent(inode, NULL, 0, start, len, 0);
eb838e73
JB
6725 if (IS_ERR(em)) {
6726 ret = PTR_ERR(em);
6727 goto unlock_err;
6728 }
4b46fce2
JB
6729
6730 /*
6731 * Ok for INLINE and COMPRESSED extents we need to fallback on buffered
6732 * io. INLINE is special, and we could probably kludge it in here, but
6733 * it's still buffered so for safety lets just fall back to the generic
6734 * buffered path.
6735 *
6736 * For COMPRESSED we _have_ to read the entire extent in so we can
6737 * decompress it, so there will be buffering required no matter what we
6738 * do, so go ahead and fallback to buffered.
6739 *
6740 * We return -ENOTBLK because thats what makes DIO go ahead and go back
6741 * to buffered IO. Don't blame me, this is the price we pay for using
6742 * the generic code.
6743 */
6744 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) ||
6745 em->block_start == EXTENT_MAP_INLINE) {
6746 free_extent_map(em);
eb838e73
JB
6747 ret = -ENOTBLK;
6748 goto unlock_err;
4b46fce2
JB
6749 }
6750
6751 /* Just a good old fashioned hole, return */
6752 if (!create && (em->block_start == EXTENT_MAP_HOLE ||
6753 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) {
6754 free_extent_map(em);
eb838e73 6755 goto unlock_err;
4b46fce2
JB
6756 }
6757
6758 /*
6759 * We don't allocate a new extent in the following cases
6760 *
6761 * 1) The inode is marked as NODATACOW. In this case we'll just use the
6762 * existing extent.
6763 * 2) The extent is marked as PREALLOC. We're good to go here and can
6764 * just use the extent.
6765 *
6766 */
46bfbb5c 6767 if (!create) {
eb838e73
JB
6768 len = min(len, em->len - (start - em->start));
6769 lockstart = start + len;
6770 goto unlock;
46bfbb5c 6771 }
4b46fce2
JB
6772
6773 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) ||
6774 ((BTRFS_I(inode)->flags & BTRFS_INODE_NODATACOW) &&
6775 em->block_start != EXTENT_MAP_HOLE)) {
4b46fce2
JB
6776 int type;
6777 int ret;
46bfbb5c 6778 u64 block_start;
4b46fce2
JB
6779
6780 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags))
6781 type = BTRFS_ORDERED_PREALLOC;
6782 else
6783 type = BTRFS_ORDERED_NOCOW;
46bfbb5c 6784 len = min(len, em->len - (start - em->start));
4b46fce2 6785 block_start = em->block_start + (start - em->start);
46bfbb5c
CM
6786
6787 /*
6788 * we're not going to log anything, but we do need
6789 * to make sure the current transaction stays open
6790 * while we look for nocow cross refs
6791 */
7a7eaa40 6792 trans = btrfs_join_transaction(root);
3612b495 6793 if (IS_ERR(trans))
46bfbb5c
CM
6794 goto must_cow;
6795
6796 if (can_nocow_odirect(trans, inode, start, len) == 1) {
70c8a91c 6797 u64 orig_start = em->orig_start;
b4939680 6798 u64 orig_block_len = em->orig_block_len;
69ffb543
JB
6799
6800 if (type == BTRFS_ORDERED_PREALLOC) {
6801 free_extent_map(em);
6802 em = create_pinned_em(inode, start, len,
6803 orig_start,
b4939680
JB
6804 block_start, len,
6805 orig_block_len, type);
69ffb543
JB
6806 if (IS_ERR(em)) {
6807 btrfs_end_transaction(trans, root);
6808 goto unlock_err;
6809 }
6810 }
6811
46bfbb5c
CM
6812 ret = btrfs_add_ordered_extent_dio(inode, start,
6813 block_start, len, len, type);
6814 btrfs_end_transaction(trans, root);
6815 if (ret) {
6816 free_extent_map(em);
eb838e73 6817 goto unlock_err;
46bfbb5c
CM
6818 }
6819 goto unlock;
4b46fce2 6820 }
46bfbb5c 6821 btrfs_end_transaction(trans, root);
4b46fce2 6822 }
46bfbb5c
CM
6823must_cow:
6824 /*
6825 * this will cow the extent, reset the len in case we changed
6826 * it above
6827 */
6828 len = bh_result->b_size;
70c8a91c
JB
6829 free_extent_map(em);
6830 em = btrfs_new_extent_direct(inode, start, len);
eb838e73
JB
6831 if (IS_ERR(em)) {
6832 ret = PTR_ERR(em);
6833 goto unlock_err;
6834 }
46bfbb5c
CM
6835 len = min(len, em->len - (start - em->start));
6836unlock:
4b46fce2
JB
6837 bh_result->b_blocknr = (em->block_start + (start - em->start)) >>
6838 inode->i_blkbits;
46bfbb5c 6839 bh_result->b_size = len;
4b46fce2
JB
6840 bh_result->b_bdev = em->bdev;
6841 set_buffer_mapped(bh_result);
c3473e83
JB
6842 if (create) {
6843 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags))
6844 set_buffer_new(bh_result);
6845
6846 /*
6847 * Need to update the i_size under the extent lock so buffered
6848 * readers will get the updated i_size when we unlock.
6849 */
6850 if (start + len > i_size_read(inode))
6851 i_size_write(inode, start + len);
0934856d 6852
172a5049
MX
6853 spin_lock(&BTRFS_I(inode)->lock);
6854 BTRFS_I(inode)->outstanding_extents++;
6855 spin_unlock(&BTRFS_I(inode)->lock);
6856
0934856d
MX
6857 ret = set_extent_bit(&BTRFS_I(inode)->io_tree, lockstart,
6858 lockstart + len - 1, EXTENT_DELALLOC, NULL,
6859 &cached_state, GFP_NOFS);
6860 BUG_ON(ret);
c3473e83 6861 }
4b46fce2 6862
eb838e73
JB
6863 /*
6864 * In the case of write we need to clear and unlock the entire range,
6865 * in the case of read we need to unlock only the end area that we
6866 * aren't using if there is any left over space.
6867 */
24c03fa5 6868 if (lockstart < lockend) {
0934856d
MX
6869 clear_extent_bit(&BTRFS_I(inode)->io_tree, lockstart,
6870 lockend, unlock_bits, 1, 0,
6871 &cached_state, GFP_NOFS);
24c03fa5 6872 } else {
eb838e73 6873 free_extent_state(cached_state);
24c03fa5 6874 }
eb838e73 6875
4b46fce2
JB
6876 free_extent_map(em);
6877
6878 return 0;
eb838e73
JB
6879
6880unlock_err:
eb838e73
JB
6881 clear_extent_bit(&BTRFS_I(inode)->io_tree, lockstart, lockend,
6882 unlock_bits, 1, 0, &cached_state, GFP_NOFS);
6883 return ret;
4b46fce2
JB
6884}
6885
6886struct btrfs_dio_private {
6887 struct inode *inode;
6888 u64 logical_offset;
6889 u64 disk_bytenr;
6890 u64 bytes;
4b46fce2 6891 void *private;
e65e1535
MX
6892
6893 /* number of bios pending for this dio */
6894 atomic_t pending_bios;
6895
6896 /* IO errors */
6897 int errors;
6898
6899 struct bio *orig_bio;
4b46fce2
JB
6900};
6901
6902static void btrfs_endio_direct_read(struct bio *bio, int err)
6903{
e65e1535 6904 struct btrfs_dio_private *dip = bio->bi_private;
4b46fce2
JB
6905 struct bio_vec *bvec_end = bio->bi_io_vec + bio->bi_vcnt - 1;
6906 struct bio_vec *bvec = bio->bi_io_vec;
4b46fce2
JB
6907 struct inode *inode = dip->inode;
6908 struct btrfs_root *root = BTRFS_I(inode)->root;
6909 u64 start;
4b46fce2
JB
6910
6911 start = dip->logical_offset;
6912 do {
6913 if (!(BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM)) {
6914 struct page *page = bvec->bv_page;
6915 char *kaddr;
6916 u32 csum = ~(u32)0;
c329861d 6917 u64 private = ~(u32)0;
4b46fce2
JB
6918 unsigned long flags;
6919
c329861d
JB
6920 if (get_state_private(&BTRFS_I(inode)->io_tree,
6921 start, &private))
6922 goto failed;
4b46fce2 6923 local_irq_save(flags);
7ac687d9 6924 kaddr = kmap_atomic(page);
4b46fce2
JB
6925 csum = btrfs_csum_data(root, kaddr + bvec->bv_offset,
6926 csum, bvec->bv_len);
6927 btrfs_csum_final(csum, (char *)&csum);
7ac687d9 6928 kunmap_atomic(kaddr);
4b46fce2
JB
6929 local_irq_restore(flags);
6930
6931 flush_dcache_page(bvec->bv_page);
c329861d
JB
6932 if (csum != private) {
6933failed:
33345d01 6934 printk(KERN_ERR "btrfs csum failed ino %llu off"
4b46fce2 6935 " %llu csum %u private %u\n",
33345d01
LZ
6936 (unsigned long long)btrfs_ino(inode),
6937 (unsigned long long)start,
c329861d 6938 csum, (unsigned)private);
4b46fce2
JB
6939 err = -EIO;
6940 }
6941 }
6942
6943 start += bvec->bv_len;
4b46fce2
JB
6944 bvec++;
6945 } while (bvec <= bvec_end);
6946
6947 unlock_extent(&BTRFS_I(inode)->io_tree, dip->logical_offset,
d0082371 6948 dip->logical_offset + dip->bytes - 1);
4b46fce2
JB
6949 bio->bi_private = dip->private;
6950
4b46fce2 6951 kfree(dip);
c0da7aa1
JB
6952
6953 /* If we had a csum failure make sure to clear the uptodate flag */
6954 if (err)
6955 clear_bit(BIO_UPTODATE, &bio->bi_flags);
4b46fce2
JB
6956 dio_end_io(bio, err);
6957}
6958
6959static void btrfs_endio_direct_write(struct bio *bio, int err)
6960{
6961 struct btrfs_dio_private *dip = bio->bi_private;
6962 struct inode *inode = dip->inode;
6963 struct btrfs_root *root = BTRFS_I(inode)->root;
4b46fce2 6964 struct btrfs_ordered_extent *ordered = NULL;
163cf09c
CM
6965 u64 ordered_offset = dip->logical_offset;
6966 u64 ordered_bytes = dip->bytes;
4b46fce2
JB
6967 int ret;
6968
6969 if (err)
6970 goto out_done;
163cf09c
CM
6971again:
6972 ret = btrfs_dec_test_first_ordered_pending(inode, &ordered,
6973 &ordered_offset,
5fd02043 6974 ordered_bytes, !err);
4b46fce2 6975 if (!ret)
163cf09c 6976 goto out_test;
4b46fce2 6977
5fd02043
JB
6978 ordered->work.func = finish_ordered_fn;
6979 ordered->work.flags = 0;
6980 btrfs_queue_worker(&root->fs_info->endio_write_workers,
6981 &ordered->work);
163cf09c
CM
6982out_test:
6983 /*
6984 * our bio might span multiple ordered extents. If we haven't
6985 * completed the accounting for the whole dio, go back and try again
6986 */
6987 if (ordered_offset < dip->logical_offset + dip->bytes) {
6988 ordered_bytes = dip->logical_offset + dip->bytes -
6989 ordered_offset;
5fd02043 6990 ordered = NULL;
163cf09c
CM
6991 goto again;
6992 }
4b46fce2
JB
6993out_done:
6994 bio->bi_private = dip->private;
6995
4b46fce2 6996 kfree(dip);
c0da7aa1
JB
6997
6998 /* If we had an error make sure to clear the uptodate flag */
6999 if (err)
7000 clear_bit(BIO_UPTODATE, &bio->bi_flags);
4b46fce2
JB
7001 dio_end_io(bio, err);
7002}
7003
eaf25d93
CM
7004static int __btrfs_submit_bio_start_direct_io(struct inode *inode, int rw,
7005 struct bio *bio, int mirror_num,
7006 unsigned long bio_flags, u64 offset)
7007{
7008 int ret;
7009 struct btrfs_root *root = BTRFS_I(inode)->root;
7010 ret = btrfs_csum_one_bio(root, inode, bio, offset, 1);
79787eaa 7011 BUG_ON(ret); /* -ENOMEM */
eaf25d93
CM
7012 return 0;
7013}
7014
e65e1535
MX
7015static void btrfs_end_dio_bio(struct bio *bio, int err)
7016{
7017 struct btrfs_dio_private *dip = bio->bi_private;
7018
7019 if (err) {
33345d01 7020 printk(KERN_ERR "btrfs direct IO failed ino %llu rw %lu "
3dd1462e 7021 "sector %#Lx len %u err no %d\n",
33345d01 7022 (unsigned long long)btrfs_ino(dip->inode), bio->bi_rw,
3dd1462e 7023 (unsigned long long)bio->bi_sector, bio->bi_size, err);
e65e1535
MX
7024 dip->errors = 1;
7025
7026 /*
7027 * before atomic variable goto zero, we must make sure
7028 * dip->errors is perceived to be set.
7029 */
7030 smp_mb__before_atomic_dec();
7031 }
7032
7033 /* if there are more bios still pending for this dio, just exit */
7034 if (!atomic_dec_and_test(&dip->pending_bios))
7035 goto out;
7036
7037 if (dip->errors)
7038 bio_io_error(dip->orig_bio);
7039 else {
7040 set_bit(BIO_UPTODATE, &dip->orig_bio->bi_flags);
7041 bio_endio(dip->orig_bio, 0);
7042 }
7043out:
7044 bio_put(bio);
7045}
7046
7047static struct bio *btrfs_dio_bio_alloc(struct block_device *bdev,
7048 u64 first_sector, gfp_t gfp_flags)
7049{
7050 int nr_vecs = bio_get_nr_vecs(bdev);
7051 return btrfs_bio_alloc(bdev, first_sector, nr_vecs, gfp_flags);
7052}
7053
7054static inline int __btrfs_submit_dio_bio(struct bio *bio, struct inode *inode,
7055 int rw, u64 file_offset, int skip_sum,
c329861d 7056 int async_submit)
e65e1535
MX
7057{
7058 int write = rw & REQ_WRITE;
7059 struct btrfs_root *root = BTRFS_I(inode)->root;
7060 int ret;
7061
b812ce28
JB
7062 if (async_submit)
7063 async_submit = !atomic_read(&BTRFS_I(inode)->sync_writers);
7064
e65e1535 7065 bio_get(bio);
5fd02043
JB
7066
7067 if (!write) {
7068 ret = btrfs_bio_wq_end_io(root->fs_info, bio, 0);
7069 if (ret)
7070 goto err;
7071 }
e65e1535 7072
1ae39938
JB
7073 if (skip_sum)
7074 goto map;
7075
7076 if (write && async_submit) {
e65e1535
MX
7077 ret = btrfs_wq_submit_bio(root->fs_info,
7078 inode, rw, bio, 0, 0,
7079 file_offset,
7080 __btrfs_submit_bio_start_direct_io,
7081 __btrfs_submit_bio_done);
7082 goto err;
1ae39938
JB
7083 } else if (write) {
7084 /*
7085 * If we aren't doing async submit, calculate the csum of the
7086 * bio now.
7087 */
7088 ret = btrfs_csum_one_bio(root, inode, bio, file_offset, 1);
7089 if (ret)
7090 goto err;
c2db1073 7091 } else if (!skip_sum) {
c329861d 7092 ret = btrfs_lookup_bio_sums_dio(root, inode, bio, file_offset);
c2db1073
TI
7093 if (ret)
7094 goto err;
7095 }
e65e1535 7096
1ae39938
JB
7097map:
7098 ret = btrfs_map_bio(root, rw, bio, 0, async_submit);
e65e1535
MX
7099err:
7100 bio_put(bio);
7101 return ret;
7102}
7103
7104static int btrfs_submit_direct_hook(int rw, struct btrfs_dio_private *dip,
7105 int skip_sum)
7106{
7107 struct inode *inode = dip->inode;
7108 struct btrfs_root *root = BTRFS_I(inode)->root;
e65e1535
MX
7109 struct bio *bio;
7110 struct bio *orig_bio = dip->orig_bio;
7111 struct bio_vec *bvec = orig_bio->bi_io_vec;
7112 u64 start_sector = orig_bio->bi_sector;
7113 u64 file_offset = dip->logical_offset;
7114 u64 submit_len = 0;
7115 u64 map_length;
7116 int nr_pages = 0;
e65e1535 7117 int ret = 0;
1ae39938 7118 int async_submit = 0;
e65e1535 7119
e65e1535 7120 map_length = orig_bio->bi_size;
53b381b3 7121 ret = btrfs_map_block(root->fs_info, rw, start_sector << 9,
e65e1535
MX
7122 &map_length, NULL, 0);
7123 if (ret) {
64728bbb 7124 bio_put(orig_bio);
e65e1535
MX
7125 return -EIO;
7126 }
02f57c7a
JB
7127 if (map_length >= orig_bio->bi_size) {
7128 bio = orig_bio;
7129 goto submit;
7130 }
7131
53b381b3
DW
7132 /* async crcs make it difficult to collect full stripe writes. */
7133 if (btrfs_get_alloc_profile(root, 1) &
7134 (BTRFS_BLOCK_GROUP_RAID5 | BTRFS_BLOCK_GROUP_RAID6))
7135 async_submit = 0;
7136 else
7137 async_submit = 1;
7138
02f57c7a
JB
7139 bio = btrfs_dio_bio_alloc(orig_bio->bi_bdev, start_sector, GFP_NOFS);
7140 if (!bio)
7141 return -ENOMEM;
7142 bio->bi_private = dip;
7143 bio->bi_end_io = btrfs_end_dio_bio;
7144 atomic_inc(&dip->pending_bios);
7145
e65e1535
MX
7146 while (bvec <= (orig_bio->bi_io_vec + orig_bio->bi_vcnt - 1)) {
7147 if (unlikely(map_length < submit_len + bvec->bv_len ||
7148 bio_add_page(bio, bvec->bv_page, bvec->bv_len,
7149 bvec->bv_offset) < bvec->bv_len)) {
7150 /*
7151 * inc the count before we submit the bio so
7152 * we know the end IO handler won't happen before
7153 * we inc the count. Otherwise, the dip might get freed
7154 * before we're done setting it up
7155 */
7156 atomic_inc(&dip->pending_bios);
7157 ret = __btrfs_submit_dio_bio(bio, inode, rw,
7158 file_offset, skip_sum,
c329861d 7159 async_submit);
e65e1535
MX
7160 if (ret) {
7161 bio_put(bio);
7162 atomic_dec(&dip->pending_bios);
7163 goto out_err;
7164 }
7165
e65e1535
MX
7166 start_sector += submit_len >> 9;
7167 file_offset += submit_len;
7168
7169 submit_len = 0;
7170 nr_pages = 0;
7171
7172 bio = btrfs_dio_bio_alloc(orig_bio->bi_bdev,
7173 start_sector, GFP_NOFS);
7174 if (!bio)
7175 goto out_err;
7176 bio->bi_private = dip;
7177 bio->bi_end_io = btrfs_end_dio_bio;
7178
7179 map_length = orig_bio->bi_size;
53b381b3 7180 ret = btrfs_map_block(root->fs_info, rw,
3ec706c8 7181 start_sector << 9,
e65e1535
MX
7182 &map_length, NULL, 0);
7183 if (ret) {
7184 bio_put(bio);
7185 goto out_err;
7186 }
7187 } else {
7188 submit_len += bvec->bv_len;
7189 nr_pages ++;
7190 bvec++;
7191 }
7192 }
7193
02f57c7a 7194submit:
e65e1535 7195 ret = __btrfs_submit_dio_bio(bio, inode, rw, file_offset, skip_sum,
c329861d 7196 async_submit);
e65e1535
MX
7197 if (!ret)
7198 return 0;
7199
7200 bio_put(bio);
7201out_err:
7202 dip->errors = 1;
7203 /*
7204 * before atomic variable goto zero, we must
7205 * make sure dip->errors is perceived to be set.
7206 */
7207 smp_mb__before_atomic_dec();
7208 if (atomic_dec_and_test(&dip->pending_bios))
7209 bio_io_error(dip->orig_bio);
7210
7211 /* bio_end_io() will handle error, so we needn't return it */
7212 return 0;
7213}
7214
4b46fce2
JB
7215static void btrfs_submit_direct(int rw, struct bio *bio, struct inode *inode,
7216 loff_t file_offset)
7217{
7218 struct btrfs_root *root = BTRFS_I(inode)->root;
7219 struct btrfs_dio_private *dip;
7220 struct bio_vec *bvec = bio->bi_io_vec;
4b46fce2 7221 int skip_sum;
7b6d91da 7222 int write = rw & REQ_WRITE;
4b46fce2
JB
7223 int ret = 0;
7224
7225 skip_sum = BTRFS_I(inode)->flags & BTRFS_INODE_NODATASUM;
7226
7227 dip = kmalloc(sizeof(*dip), GFP_NOFS);
7228 if (!dip) {
7229 ret = -ENOMEM;
7230 goto free_ordered;
7231 }
4b46fce2
JB
7232
7233 dip->private = bio->bi_private;
7234 dip->inode = inode;
7235 dip->logical_offset = file_offset;
7236
4b46fce2
JB
7237 dip->bytes = 0;
7238 do {
7239 dip->bytes += bvec->bv_len;
7240 bvec++;
7241 } while (bvec <= (bio->bi_io_vec + bio->bi_vcnt - 1));
7242
46bfbb5c 7243 dip->disk_bytenr = (u64)bio->bi_sector << 9;
4b46fce2 7244 bio->bi_private = dip;
e65e1535
MX
7245 dip->errors = 0;
7246 dip->orig_bio = bio;
7247 atomic_set(&dip->pending_bios, 0);
4b46fce2
JB
7248
7249 if (write)
7250 bio->bi_end_io = btrfs_endio_direct_write;
7251 else
7252 bio->bi_end_io = btrfs_endio_direct_read;
7253
e65e1535
MX
7254 ret = btrfs_submit_direct_hook(rw, dip, skip_sum);
7255 if (!ret)
eaf25d93 7256 return;
4b46fce2
JB
7257free_ordered:
7258 /*
7259 * If this is a write, we need to clean up the reserved space and kill
7260 * the ordered extent.
7261 */
7262 if (write) {
7263 struct btrfs_ordered_extent *ordered;
955256f2 7264 ordered = btrfs_lookup_ordered_extent(inode, file_offset);
4b46fce2
JB
7265 if (!test_bit(BTRFS_ORDERED_PREALLOC, &ordered->flags) &&
7266 !test_bit(BTRFS_ORDERED_NOCOW, &ordered->flags))
7267 btrfs_free_reserved_extent(root, ordered->start,
7268 ordered->disk_len);
7269 btrfs_put_ordered_extent(ordered);
7270 btrfs_put_ordered_extent(ordered);
7271 }
7272 bio_endio(bio, ret);
7273}
7274
5a5f79b5
CM
7275static ssize_t check_direct_IO(struct btrfs_root *root, int rw, struct kiocb *iocb,
7276 const struct iovec *iov, loff_t offset,
7277 unsigned long nr_segs)
7278{
7279 int seg;
a1b75f7d 7280 int i;
5a5f79b5
CM
7281 size_t size;
7282 unsigned long addr;
7283 unsigned blocksize_mask = root->sectorsize - 1;
7284 ssize_t retval = -EINVAL;
7285 loff_t end = offset;
7286
7287 if (offset & blocksize_mask)
7288 goto out;
7289
7290 /* Check the memory alignment. Blocks cannot straddle pages */
7291 for (seg = 0; seg < nr_segs; seg++) {
7292 addr = (unsigned long)iov[seg].iov_base;
7293 size = iov[seg].iov_len;
7294 end += size;
a1b75f7d 7295 if ((addr & blocksize_mask) || (size & blocksize_mask))
5a5f79b5 7296 goto out;
a1b75f7d
JB
7297
7298 /* If this is a write we don't need to check anymore */
7299 if (rw & WRITE)
7300 continue;
7301
7302 /*
7303 * Check to make sure we don't have duplicate iov_base's in this
7304 * iovec, if so return EINVAL, otherwise we'll get csum errors
7305 * when reading back.
7306 */
7307 for (i = seg + 1; i < nr_segs; i++) {
7308 if (iov[seg].iov_base == iov[i].iov_base)
7309 goto out;
7310 }
5a5f79b5
CM
7311 }
7312 retval = 0;
7313out:
7314 return retval;
7315}
eb838e73 7316
16432985
CM
7317static ssize_t btrfs_direct_IO(int rw, struct kiocb *iocb,
7318 const struct iovec *iov, loff_t offset,
7319 unsigned long nr_segs)
7320{
4b46fce2
JB
7321 struct file *file = iocb->ki_filp;
7322 struct inode *inode = file->f_mapping->host;
0934856d 7323 size_t count = 0;
2e60a51e 7324 int flags = 0;
38851cc1
MX
7325 bool wakeup = true;
7326 bool relock = false;
0934856d 7327 ssize_t ret;
4b46fce2 7328
5a5f79b5 7329 if (check_direct_IO(BTRFS_I(inode)->root, rw, iocb, iov,
eb838e73 7330 offset, nr_segs))
5a5f79b5 7331 return 0;
3f7c579c 7332
38851cc1
MX
7333 atomic_inc(&inode->i_dio_count);
7334 smp_mb__after_atomic_inc();
7335
0934856d
MX
7336 if (rw & WRITE) {
7337 count = iov_length(iov, nr_segs);
38851cc1
MX
7338 /*
7339 * If the write DIO is beyond the EOF, we need update
7340 * the isize, but it is protected by i_mutex. So we can
7341 * not unlock the i_mutex at this case.
7342 */
7343 if (offset + count <= inode->i_size) {
7344 mutex_unlock(&inode->i_mutex);
7345 relock = true;
7346 }
0934856d
MX
7347 ret = btrfs_delalloc_reserve_space(inode, count);
7348 if (ret)
38851cc1
MX
7349 goto out;
7350 } else if (unlikely(test_bit(BTRFS_INODE_READDIO_NEED_LOCK,
7351 &BTRFS_I(inode)->runtime_flags))) {
7352 inode_dio_done(inode);
7353 flags = DIO_LOCKING | DIO_SKIP_HOLES;
7354 wakeup = false;
0934856d
MX
7355 }
7356
7357 ret = __blockdev_direct_IO(rw, iocb, inode,
7358 BTRFS_I(inode)->root->fs_info->fs_devices->latest_bdev,
7359 iov, offset, nr_segs, btrfs_get_blocks_direct, NULL,
2e60a51e 7360 btrfs_submit_direct, flags);
0934856d
MX
7361 if (rw & WRITE) {
7362 if (ret < 0 && ret != -EIOCBQUEUED)
7363 btrfs_delalloc_release_space(inode, count);
172a5049 7364 else if (ret >= 0 && (size_t)ret < count)
0934856d
MX
7365 btrfs_delalloc_release_space(inode,
7366 count - (size_t)ret);
172a5049
MX
7367 else
7368 btrfs_delalloc_release_metadata(inode, 0);
0934856d 7369 }
38851cc1 7370out:
2e60a51e
MX
7371 if (wakeup)
7372 inode_dio_done(inode);
38851cc1
MX
7373 if (relock)
7374 mutex_lock(&inode->i_mutex);
0934856d
MX
7375
7376 return ret;
16432985
CM
7377}
7378
05dadc09
TI
7379#define BTRFS_FIEMAP_FLAGS (FIEMAP_FLAG_SYNC)
7380
1506fcc8
YS
7381static int btrfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
7382 __u64 start, __u64 len)
7383{
05dadc09
TI
7384 int ret;
7385
7386 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS);
7387 if (ret)
7388 return ret;
7389
ec29ed5b 7390 return extent_fiemap(inode, fieinfo, start, len, btrfs_get_extent_fiemap);
1506fcc8
YS
7391}
7392
a52d9a80 7393int btrfs_readpage(struct file *file, struct page *page)
9ebefb18 7394{
d1310b2e
CM
7395 struct extent_io_tree *tree;
7396 tree = &BTRFS_I(page->mapping->host)->io_tree;
8ddc7d9c 7397 return extent_read_full_page(tree, page, btrfs_get_extent, 0);
9ebefb18 7398}
1832a6d5 7399
a52d9a80 7400static int btrfs_writepage(struct page *page, struct writeback_control *wbc)
39279cc3 7401{
d1310b2e 7402 struct extent_io_tree *tree;
b888db2b
CM
7403
7404
7405 if (current->flags & PF_MEMALLOC) {
7406 redirty_page_for_writepage(wbc, page);
7407 unlock_page(page);
7408 return 0;
7409 }
d1310b2e 7410 tree = &BTRFS_I(page->mapping->host)->io_tree;
a52d9a80 7411 return extent_write_full_page(tree, page, btrfs_get_extent, wbc);
9ebefb18
CM
7412}
7413
f421950f
CM
7414int btrfs_writepages(struct address_space *mapping,
7415 struct writeback_control *wbc)
b293f02e 7416{
d1310b2e 7417 struct extent_io_tree *tree;
771ed689 7418
d1310b2e 7419 tree = &BTRFS_I(mapping->host)->io_tree;
b293f02e
CM
7420 return extent_writepages(tree, mapping, btrfs_get_extent, wbc);
7421}
7422
3ab2fb5a
CM
7423static int
7424btrfs_readpages(struct file *file, struct address_space *mapping,
7425 struct list_head *pages, unsigned nr_pages)
7426{
d1310b2e
CM
7427 struct extent_io_tree *tree;
7428 tree = &BTRFS_I(mapping->host)->io_tree;
3ab2fb5a
CM
7429 return extent_readpages(tree, mapping, pages, nr_pages,
7430 btrfs_get_extent);
7431}
e6dcd2dc 7432static int __btrfs_releasepage(struct page *page, gfp_t gfp_flags)
9ebefb18 7433{
d1310b2e
CM
7434 struct extent_io_tree *tree;
7435 struct extent_map_tree *map;
a52d9a80 7436 int ret;
8c2383c3 7437
d1310b2e
CM
7438 tree = &BTRFS_I(page->mapping->host)->io_tree;
7439 map = &BTRFS_I(page->mapping->host)->extent_tree;
70dec807 7440 ret = try_release_extent_mapping(map, tree, page, gfp_flags);
a52d9a80
CM
7441 if (ret == 1) {
7442 ClearPagePrivate(page);
7443 set_page_private(page, 0);
7444 page_cache_release(page);
39279cc3 7445 }
a52d9a80 7446 return ret;
39279cc3
CM
7447}
7448
e6dcd2dc
CM
7449static int btrfs_releasepage(struct page *page, gfp_t gfp_flags)
7450{
98509cfc
CM
7451 if (PageWriteback(page) || PageDirty(page))
7452 return 0;
b335b003 7453 return __btrfs_releasepage(page, gfp_flags & GFP_NOFS);
e6dcd2dc
CM
7454}
7455
a52d9a80 7456static void btrfs_invalidatepage(struct page *page, unsigned long offset)
39279cc3 7457{
5fd02043 7458 struct inode *inode = page->mapping->host;
d1310b2e 7459 struct extent_io_tree *tree;
e6dcd2dc 7460 struct btrfs_ordered_extent *ordered;
2ac55d41 7461 struct extent_state *cached_state = NULL;
e6dcd2dc
CM
7462 u64 page_start = page_offset(page);
7463 u64 page_end = page_start + PAGE_CACHE_SIZE - 1;
39279cc3 7464
8b62b72b
CM
7465 /*
7466 * we have the page locked, so new writeback can't start,
7467 * and the dirty bit won't be cleared while we are here.
7468 *
7469 * Wait for IO on this page so that we can safely clear
7470 * the PagePrivate2 bit and do ordered accounting
7471 */
e6dcd2dc 7472 wait_on_page_writeback(page);
8b62b72b 7473
5fd02043 7474 tree = &BTRFS_I(inode)->io_tree;
e6dcd2dc
CM
7475 if (offset) {
7476 btrfs_releasepage(page, GFP_NOFS);
7477 return;
7478 }
d0082371 7479 lock_extent_bits(tree, page_start, page_end, 0, &cached_state);
4eee4fa4 7480 ordered = btrfs_lookup_ordered_extent(inode, page_offset(page));
e6dcd2dc 7481 if (ordered) {
eb84ae03
CM
7482 /*
7483 * IO on this page will never be started, so we need
7484 * to account for any ordered extents now
7485 */
e6dcd2dc
CM
7486 clear_extent_bit(tree, page_start, page_end,
7487 EXTENT_DIRTY | EXTENT_DELALLOC |
9e8a4a8b
LB
7488 EXTENT_LOCKED | EXTENT_DO_ACCOUNTING |
7489 EXTENT_DEFRAG, 1, 0, &cached_state, GFP_NOFS);
8b62b72b
CM
7490 /*
7491 * whoever cleared the private bit is responsible
7492 * for the finish_ordered_io
7493 */
5fd02043
JB
7494 if (TestClearPagePrivate2(page) &&
7495 btrfs_dec_test_ordered_pending(inode, &ordered, page_start,
7496 PAGE_CACHE_SIZE, 1)) {
7497 btrfs_finish_ordered_io(ordered);
8b62b72b 7498 }
e6dcd2dc 7499 btrfs_put_ordered_extent(ordered);
2ac55d41 7500 cached_state = NULL;
d0082371 7501 lock_extent_bits(tree, page_start, page_end, 0, &cached_state);
e6dcd2dc
CM
7502 }
7503 clear_extent_bit(tree, page_start, page_end,
32c00aff 7504 EXTENT_LOCKED | EXTENT_DIRTY | EXTENT_DELALLOC |
9e8a4a8b
LB
7505 EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG, 1, 1,
7506 &cached_state, GFP_NOFS);
e6dcd2dc
CM
7507 __btrfs_releasepage(page, GFP_NOFS);
7508
4a096752 7509 ClearPageChecked(page);
9ad6b7bc 7510 if (PagePrivate(page)) {
9ad6b7bc
CM
7511 ClearPagePrivate(page);
7512 set_page_private(page, 0);
7513 page_cache_release(page);
7514 }
39279cc3
CM
7515}
7516
9ebefb18
CM
7517/*
7518 * btrfs_page_mkwrite() is not allowed to change the file size as it gets
7519 * called from a page fault handler when a page is first dirtied. Hence we must
7520 * be careful to check for EOF conditions here. We set the page up correctly
7521 * for a written page which means we get ENOSPC checking when writing into
7522 * holes and correct delalloc and unwritten extent mapping on filesystems that
7523 * support these features.
7524 *
7525 * We are not allowed to take the i_mutex here so we have to play games to
7526 * protect against truncate races as the page could now be beyond EOF. Because
7527 * vmtruncate() writes the inode size before removing pages, once we have the
7528 * page lock we can determine safely if the page is beyond EOF. If it is not
7529 * beyond EOF, then the page is guaranteed safe against truncation until we
7530 * unlock the page.
7531 */
c2ec175c 7532int btrfs_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
9ebefb18 7533{
c2ec175c 7534 struct page *page = vmf->page;
6da6abae 7535 struct inode *inode = fdentry(vma->vm_file)->d_inode;
1832a6d5 7536 struct btrfs_root *root = BTRFS_I(inode)->root;
e6dcd2dc
CM
7537 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
7538 struct btrfs_ordered_extent *ordered;
2ac55d41 7539 struct extent_state *cached_state = NULL;
e6dcd2dc
CM
7540 char *kaddr;
7541 unsigned long zero_start;
9ebefb18 7542 loff_t size;
1832a6d5 7543 int ret;
9998eb70 7544 int reserved = 0;
a52d9a80 7545 u64 page_start;
e6dcd2dc 7546 u64 page_end;
9ebefb18 7547
b2b5ef5c 7548 sb_start_pagefault(inode->i_sb);
0ca1f7ce 7549 ret = btrfs_delalloc_reserve_space(inode, PAGE_CACHE_SIZE);
9998eb70 7550 if (!ret) {
e41f941a 7551 ret = file_update_time(vma->vm_file);
9998eb70
CM
7552 reserved = 1;
7553 }
56a76f82
NP
7554 if (ret) {
7555 if (ret == -ENOMEM)
7556 ret = VM_FAULT_OOM;
7557 else /* -ENOSPC, -EIO, etc */
7558 ret = VM_FAULT_SIGBUS;
9998eb70
CM
7559 if (reserved)
7560 goto out;
7561 goto out_noreserve;
56a76f82 7562 }
1832a6d5 7563
56a76f82 7564 ret = VM_FAULT_NOPAGE; /* make the VM retry the fault */
e6dcd2dc 7565again:
9ebefb18 7566 lock_page(page);
9ebefb18 7567 size = i_size_read(inode);
e6dcd2dc
CM
7568 page_start = page_offset(page);
7569 page_end = page_start + PAGE_CACHE_SIZE - 1;
a52d9a80 7570
9ebefb18 7571 if ((page->mapping != inode->i_mapping) ||
e6dcd2dc 7572 (page_start >= size)) {
9ebefb18
CM
7573 /* page got truncated out from underneath us */
7574 goto out_unlock;
7575 }
e6dcd2dc
CM
7576 wait_on_page_writeback(page);
7577
d0082371 7578 lock_extent_bits(io_tree, page_start, page_end, 0, &cached_state);
e6dcd2dc
CM
7579 set_page_extent_mapped(page);
7580
eb84ae03
CM
7581 /*
7582 * we can't set the delalloc bits if there are pending ordered
7583 * extents. Drop our locks and wait for them to finish
7584 */
e6dcd2dc
CM
7585 ordered = btrfs_lookup_ordered_extent(inode, page_start);
7586 if (ordered) {
2ac55d41
JB
7587 unlock_extent_cached(io_tree, page_start, page_end,
7588 &cached_state, GFP_NOFS);
e6dcd2dc 7589 unlock_page(page);
eb84ae03 7590 btrfs_start_ordered_extent(inode, ordered, 1);
e6dcd2dc
CM
7591 btrfs_put_ordered_extent(ordered);
7592 goto again;
7593 }
7594
fbf19087
JB
7595 /*
7596 * XXX - page_mkwrite gets called every time the page is dirtied, even
7597 * if it was already dirty, so for space accounting reasons we need to
7598 * clear any delalloc bits for the range we are fixing to save. There
7599 * is probably a better way to do this, but for now keep consistent with
7600 * prepare_pages in the normal write path.
7601 */
2ac55d41 7602 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start, page_end,
9e8a4a8b
LB
7603 EXTENT_DIRTY | EXTENT_DELALLOC |
7604 EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG,
2ac55d41 7605 0, 0, &cached_state, GFP_NOFS);
fbf19087 7606
2ac55d41
JB
7607 ret = btrfs_set_extent_delalloc(inode, page_start, page_end,
7608 &cached_state);
9ed74f2d 7609 if (ret) {
2ac55d41
JB
7610 unlock_extent_cached(io_tree, page_start, page_end,
7611 &cached_state, GFP_NOFS);
9ed74f2d
JB
7612 ret = VM_FAULT_SIGBUS;
7613 goto out_unlock;
7614 }
e6dcd2dc 7615 ret = 0;
9ebefb18
CM
7616
7617 /* page is wholly or partially inside EOF */
a52d9a80 7618 if (page_start + PAGE_CACHE_SIZE > size)
e6dcd2dc 7619 zero_start = size & ~PAGE_CACHE_MASK;
9ebefb18 7620 else
e6dcd2dc 7621 zero_start = PAGE_CACHE_SIZE;
9ebefb18 7622
e6dcd2dc
CM
7623 if (zero_start != PAGE_CACHE_SIZE) {
7624 kaddr = kmap(page);
7625 memset(kaddr + zero_start, 0, PAGE_CACHE_SIZE - zero_start);
7626 flush_dcache_page(page);
7627 kunmap(page);
7628 }
247e743c 7629 ClearPageChecked(page);
e6dcd2dc 7630 set_page_dirty(page);
50a9b214 7631 SetPageUptodate(page);
5a3f23d5 7632
257c62e1
CM
7633 BTRFS_I(inode)->last_trans = root->fs_info->generation;
7634 BTRFS_I(inode)->last_sub_trans = BTRFS_I(inode)->root->log_transid;
46d8bc34 7635 BTRFS_I(inode)->last_log_commit = BTRFS_I(inode)->root->last_log_commit;
257c62e1 7636
2ac55d41 7637 unlock_extent_cached(io_tree, page_start, page_end, &cached_state, GFP_NOFS);
9ebefb18
CM
7638
7639out_unlock:
b2b5ef5c
JK
7640 if (!ret) {
7641 sb_end_pagefault(inode->i_sb);
50a9b214 7642 return VM_FAULT_LOCKED;
b2b5ef5c 7643 }
9ebefb18 7644 unlock_page(page);
1832a6d5 7645out:
ec39e180 7646 btrfs_delalloc_release_space(inode, PAGE_CACHE_SIZE);
9998eb70 7647out_noreserve:
b2b5ef5c 7648 sb_end_pagefault(inode->i_sb);
9ebefb18
CM
7649 return ret;
7650}
7651
a41ad394 7652static int btrfs_truncate(struct inode *inode)
39279cc3
CM
7653{
7654 struct btrfs_root *root = BTRFS_I(inode)->root;
fcb80c2a 7655 struct btrfs_block_rsv *rsv;
39279cc3 7656 int ret;
3893e33b 7657 int err = 0;
39279cc3 7658 struct btrfs_trans_handle *trans;
dbe674a9 7659 u64 mask = root->sectorsize - 1;
07127184 7660 u64 min_size = btrfs_calc_trunc_metadata_size(root, 1);
39279cc3 7661
2aaa6655 7662 ret = btrfs_truncate_page(inode, inode->i_size, 0, 0);
5d5e103a 7663 if (ret)
a41ad394 7664 return ret;
8082510e 7665
4a096752 7666 btrfs_wait_ordered_range(inode, inode->i_size & (~mask), (u64)-1);
8082510e 7667 btrfs_ordered_update_i_size(inode, inode->i_size, NULL);
39279cc3 7668
fcb80c2a
JB
7669 /*
7670 * Yes ladies and gentelment, this is indeed ugly. The fact is we have
7671 * 3 things going on here
7672 *
7673 * 1) We need to reserve space for our orphan item and the space to
7674 * delete our orphan item. Lord knows we don't want to have a dangling
7675 * orphan item because we didn't reserve space to remove it.
7676 *
7677 * 2) We need to reserve space to update our inode.
7678 *
7679 * 3) We need to have something to cache all the space that is going to
7680 * be free'd up by the truncate operation, but also have some slack
7681 * space reserved in case it uses space during the truncate (thank you
7682 * very much snapshotting).
7683 *
7684 * And we need these to all be seperate. The fact is we can use alot of
7685 * space doing the truncate, and we have no earthly idea how much space
7686 * we will use, so we need the truncate reservation to be seperate so it
7687 * doesn't end up using space reserved for updating the inode or
7688 * removing the orphan item. We also need to be able to stop the
7689 * transaction and start a new one, which means we need to be able to
7690 * update the inode several times, and we have no idea of knowing how
7691 * many times that will be, so we can't just reserve 1 item for the
7692 * entirety of the opration, so that has to be done seperately as well.
7693 * Then there is the orphan item, which does indeed need to be held on
7694 * to for the whole operation, and we need nobody to touch this reserved
7695 * space except the orphan code.
7696 *
7697 * So that leaves us with
7698 *
7699 * 1) root->orphan_block_rsv - for the orphan deletion.
7700 * 2) rsv - for the truncate reservation, which we will steal from the
7701 * transaction reservation.
7702 * 3) fs_info->trans_block_rsv - this will have 1 items worth left for
7703 * updating the inode.
7704 */
66d8f3dd 7705 rsv = btrfs_alloc_block_rsv(root, BTRFS_BLOCK_RSV_TEMP);
fcb80c2a
JB
7706 if (!rsv)
7707 return -ENOMEM;
4a338542 7708 rsv->size = min_size;
ca7e70f5 7709 rsv->failfast = 1;
f0cd846e 7710
907cbceb 7711 /*
07127184 7712 * 1 for the truncate slack space
907cbceb
JB
7713 * 1 for updating the inode.
7714 */
f3fe820c 7715 trans = btrfs_start_transaction(root, 2);
fcb80c2a
JB
7716 if (IS_ERR(trans)) {
7717 err = PTR_ERR(trans);
7718 goto out;
7719 }
f0cd846e 7720
907cbceb
JB
7721 /* Migrate the slack space for the truncate to our reserve */
7722 ret = btrfs_block_rsv_migrate(&root->fs_info->trans_block_rsv, rsv,
7723 min_size);
fcb80c2a 7724 BUG_ON(ret);
f0cd846e 7725
5a3f23d5
CM
7726 /*
7727 * setattr is responsible for setting the ordered_data_close flag,
7728 * but that is only tested during the last file release. That
7729 * could happen well after the next commit, leaving a great big
7730 * window where new writes may get lost if someone chooses to write
7731 * to this file after truncating to zero
7732 *
7733 * The inode doesn't have any dirty data here, and so if we commit
7734 * this is a noop. If someone immediately starts writing to the inode
7735 * it is very likely we'll catch some of their writes in this
7736 * transaction, and the commit will find this file on the ordered
7737 * data list with good things to send down.
7738 *
7739 * This is a best effort solution, there is still a window where
7740 * using truncate to replace the contents of the file will
7741 * end up with a zero length file after a crash.
7742 */
72ac3c0d
JB
7743 if (inode->i_size == 0 && test_bit(BTRFS_INODE_ORDERED_DATA_CLOSE,
7744 &BTRFS_I(inode)->runtime_flags))
5a3f23d5
CM
7745 btrfs_add_ordered_operation(trans, root, inode);
7746
5dc562c5
JB
7747 /*
7748 * So if we truncate and then write and fsync we normally would just
7749 * write the extents that changed, which is a problem if we need to
7750 * first truncate that entire inode. So set this flag so we write out
7751 * all of the extents in the inode to the sync log so we're completely
7752 * safe.
7753 */
7754 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags);
ca7e70f5 7755 trans->block_rsv = rsv;
907cbceb 7756
8082510e
YZ
7757 while (1) {
7758 ret = btrfs_truncate_inode_items(trans, root, inode,
7759 inode->i_size,
7760 BTRFS_EXTENT_DATA_KEY);
ca7e70f5 7761 if (ret != -ENOSPC) {
3893e33b 7762 err = ret;
8082510e 7763 break;
3893e33b 7764 }
39279cc3 7765
fcb80c2a 7766 trans->block_rsv = &root->fs_info->trans_block_rsv;
8082510e 7767 ret = btrfs_update_inode(trans, root, inode);
3893e33b
JB
7768 if (ret) {
7769 err = ret;
7770 break;
7771 }
ca7e70f5 7772
8082510e 7773 btrfs_end_transaction(trans, root);
b53d3f5d 7774 btrfs_btree_balance_dirty(root);
ca7e70f5
JB
7775
7776 trans = btrfs_start_transaction(root, 2);
7777 if (IS_ERR(trans)) {
7778 ret = err = PTR_ERR(trans);
7779 trans = NULL;
7780 break;
7781 }
7782
7783 ret = btrfs_block_rsv_migrate(&root->fs_info->trans_block_rsv,
7784 rsv, min_size);
7785 BUG_ON(ret); /* shouldn't happen */
7786 trans->block_rsv = rsv;
8082510e
YZ
7787 }
7788
7789 if (ret == 0 && inode->i_nlink > 0) {
fcb80c2a 7790 trans->block_rsv = root->orphan_block_rsv;
8082510e 7791 ret = btrfs_orphan_del(trans, inode);
3893e33b
JB
7792 if (ret)
7793 err = ret;
8082510e
YZ
7794 }
7795
917c16b2
CM
7796 if (trans) {
7797 trans->block_rsv = &root->fs_info->trans_block_rsv;
7798 ret = btrfs_update_inode(trans, root, inode);
7799 if (ret && !err)
7800 err = ret;
7b128766 7801
7ad85bb7 7802 ret = btrfs_end_transaction(trans, root);
b53d3f5d 7803 btrfs_btree_balance_dirty(root);
917c16b2 7804 }
fcb80c2a
JB
7805
7806out:
7807 btrfs_free_block_rsv(root, rsv);
7808
3893e33b
JB
7809 if (ret && !err)
7810 err = ret;
a41ad394 7811
3893e33b 7812 return err;
39279cc3
CM
7813}
7814
d352ac68
CM
7815/*
7816 * create a new subvolume directory/inode (helper for the ioctl).
7817 */
d2fb3437 7818int btrfs_create_subvol_root(struct btrfs_trans_handle *trans,
d82a6f1d 7819 struct btrfs_root *new_root, u64 new_dirid)
39279cc3 7820{
39279cc3 7821 struct inode *inode;
76dda93c 7822 int err;
00e4e6b3 7823 u64 index = 0;
39279cc3 7824
12fc9d09
FA
7825 inode = btrfs_new_inode(trans, new_root, NULL, "..", 2,
7826 new_dirid, new_dirid,
7827 S_IFDIR | (~current_umask() & S_IRWXUGO),
7828 &index);
54aa1f4d 7829 if (IS_ERR(inode))
f46b5a66 7830 return PTR_ERR(inode);
39279cc3
CM
7831 inode->i_op = &btrfs_dir_inode_operations;
7832 inode->i_fop = &btrfs_dir_file_operations;
7833
bfe86848 7834 set_nlink(inode, 1);
dbe674a9 7835 btrfs_i_size_write(inode, 0);
3b96362c 7836
76dda93c 7837 err = btrfs_update_inode(trans, new_root, inode);
cb8e7090 7838
76dda93c 7839 iput(inode);
ce598979 7840 return err;
39279cc3
CM
7841}
7842
39279cc3
CM
7843struct inode *btrfs_alloc_inode(struct super_block *sb)
7844{
7845 struct btrfs_inode *ei;
2ead6ae7 7846 struct inode *inode;
39279cc3
CM
7847
7848 ei = kmem_cache_alloc(btrfs_inode_cachep, GFP_NOFS);
7849 if (!ei)
7850 return NULL;
2ead6ae7
YZ
7851
7852 ei->root = NULL;
2ead6ae7 7853 ei->generation = 0;
15ee9bc7 7854 ei->last_trans = 0;
257c62e1 7855 ei->last_sub_trans = 0;
e02119d5 7856 ei->logged_trans = 0;
2ead6ae7 7857 ei->delalloc_bytes = 0;
2ead6ae7
YZ
7858 ei->disk_i_size = 0;
7859 ei->flags = 0;
7709cde3 7860 ei->csum_bytes = 0;
2ead6ae7
YZ
7861 ei->index_cnt = (u64)-1;
7862 ei->last_unlink_trans = 0;
46d8bc34 7863 ei->last_log_commit = 0;
2ead6ae7 7864
9e0baf60
JB
7865 spin_lock_init(&ei->lock);
7866 ei->outstanding_extents = 0;
7867 ei->reserved_extents = 0;
2ead6ae7 7868
72ac3c0d 7869 ei->runtime_flags = 0;
261507a0 7870 ei->force_compress = BTRFS_COMPRESS_NONE;
2ead6ae7 7871
16cdcec7
MX
7872 ei->delayed_node = NULL;
7873
2ead6ae7 7874 inode = &ei->vfs_inode;
a8067e02 7875 extent_map_tree_init(&ei->extent_tree);
f993c883
DS
7876 extent_io_tree_init(&ei->io_tree, &inode->i_data);
7877 extent_io_tree_init(&ei->io_failure_tree, &inode->i_data);
0b32f4bb
JB
7878 ei->io_tree.track_uptodate = 1;
7879 ei->io_failure_tree.track_uptodate = 1;
b812ce28 7880 atomic_set(&ei->sync_writers, 0);
2ead6ae7 7881 mutex_init(&ei->log_mutex);
f248679e 7882 mutex_init(&ei->delalloc_mutex);
e6dcd2dc 7883 btrfs_ordered_inode_tree_init(&ei->ordered_tree);
2ead6ae7 7884 INIT_LIST_HEAD(&ei->delalloc_inodes);
5a3f23d5 7885 INIT_LIST_HEAD(&ei->ordered_operations);
2ead6ae7
YZ
7886 RB_CLEAR_NODE(&ei->rb_node);
7887
7888 return inode;
39279cc3
CM
7889}
7890
fa0d7e3d
NP
7891static void btrfs_i_callback(struct rcu_head *head)
7892{
7893 struct inode *inode = container_of(head, struct inode, i_rcu);
fa0d7e3d
NP
7894 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode));
7895}
7896
39279cc3
CM
7897void btrfs_destroy_inode(struct inode *inode)
7898{
e6dcd2dc 7899 struct btrfs_ordered_extent *ordered;
5a3f23d5
CM
7900 struct btrfs_root *root = BTRFS_I(inode)->root;
7901
b3d9b7a3 7902 WARN_ON(!hlist_empty(&inode->i_dentry));
39279cc3 7903 WARN_ON(inode->i_data.nrpages);
9e0baf60
JB
7904 WARN_ON(BTRFS_I(inode)->outstanding_extents);
7905 WARN_ON(BTRFS_I(inode)->reserved_extents);
7709cde3
JB
7906 WARN_ON(BTRFS_I(inode)->delalloc_bytes);
7907 WARN_ON(BTRFS_I(inode)->csum_bytes);
39279cc3 7908
a6dbd429
JB
7909 /*
7910 * This can happen where we create an inode, but somebody else also
7911 * created the same inode and we need to destroy the one we already
7912 * created.
7913 */
7914 if (!root)
7915 goto free;
7916
5a3f23d5
CM
7917 /*
7918 * Make sure we're properly removed from the ordered operation
7919 * lists.
7920 */
7921 smp_mb();
7922 if (!list_empty(&BTRFS_I(inode)->ordered_operations)) {
7923 spin_lock(&root->fs_info->ordered_extent_lock);
7924 list_del_init(&BTRFS_I(inode)->ordered_operations);
7925 spin_unlock(&root->fs_info->ordered_extent_lock);
7926 }
7927
8a35d95f
JB
7928 if (test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM,
7929 &BTRFS_I(inode)->runtime_flags)) {
33345d01
LZ
7930 printk(KERN_INFO "BTRFS: inode %llu still on the orphan list\n",
7931 (unsigned long long)btrfs_ino(inode));
8a35d95f 7932 atomic_dec(&root->orphan_inodes);
7b128766 7933 }
7b128766 7934
d397712b 7935 while (1) {
e6dcd2dc
CM
7936 ordered = btrfs_lookup_first_ordered_extent(inode, (u64)-1);
7937 if (!ordered)
7938 break;
7939 else {
d397712b
CM
7940 printk(KERN_ERR "btrfs found ordered "
7941 "extent %llu %llu on inode cleanup\n",
7942 (unsigned long long)ordered->file_offset,
7943 (unsigned long long)ordered->len);
e6dcd2dc
CM
7944 btrfs_remove_ordered_extent(inode, ordered);
7945 btrfs_put_ordered_extent(ordered);
7946 btrfs_put_ordered_extent(ordered);
7947 }
7948 }
5d4f98a2 7949 inode_tree_del(inode);
5b21f2ed 7950 btrfs_drop_extent_cache(inode, 0, (u64)-1, 0);
a6dbd429 7951free:
16cdcec7 7952 btrfs_remove_delayed_node(inode);
fa0d7e3d 7953 call_rcu(&inode->i_rcu, btrfs_i_callback);
39279cc3
CM
7954}
7955
45321ac5 7956int btrfs_drop_inode(struct inode *inode)
76dda93c
YZ
7957{
7958 struct btrfs_root *root = BTRFS_I(inode)->root;
45321ac5 7959
fa6ac876 7960 /* the snap/subvol tree is on deleting */
0af3d00b 7961 if (btrfs_root_refs(&root->root_item) == 0 &&
fa6ac876 7962 root != root->fs_info->tree_root)
45321ac5 7963 return 1;
76dda93c 7964 else
45321ac5 7965 return generic_drop_inode(inode);
76dda93c
YZ
7966}
7967
0ee0fda0 7968static void init_once(void *foo)
39279cc3
CM
7969{
7970 struct btrfs_inode *ei = (struct btrfs_inode *) foo;
7971
7972 inode_init_once(&ei->vfs_inode);
7973}
7974
7975void btrfs_destroy_cachep(void)
7976{
8c0a8537
KS
7977 /*
7978 * Make sure all delayed rcu free inodes are flushed before we
7979 * destroy cache.
7980 */
7981 rcu_barrier();
39279cc3
CM
7982 if (btrfs_inode_cachep)
7983 kmem_cache_destroy(btrfs_inode_cachep);
7984 if (btrfs_trans_handle_cachep)
7985 kmem_cache_destroy(btrfs_trans_handle_cachep);
7986 if (btrfs_transaction_cachep)
7987 kmem_cache_destroy(btrfs_transaction_cachep);
39279cc3
CM
7988 if (btrfs_path_cachep)
7989 kmem_cache_destroy(btrfs_path_cachep);
dc89e982
JB
7990 if (btrfs_free_space_cachep)
7991 kmem_cache_destroy(btrfs_free_space_cachep);
8ccf6f19
MX
7992 if (btrfs_delalloc_work_cachep)
7993 kmem_cache_destroy(btrfs_delalloc_work_cachep);
39279cc3
CM
7994}
7995
7996int btrfs_init_cachep(void)
7997{
837e1972 7998 btrfs_inode_cachep = kmem_cache_create("btrfs_inode",
9601e3f6
CH
7999 sizeof(struct btrfs_inode), 0,
8000 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, init_once);
39279cc3
CM
8001 if (!btrfs_inode_cachep)
8002 goto fail;
9601e3f6 8003
837e1972 8004 btrfs_trans_handle_cachep = kmem_cache_create("btrfs_trans_handle",
9601e3f6
CH
8005 sizeof(struct btrfs_trans_handle), 0,
8006 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
39279cc3
CM
8007 if (!btrfs_trans_handle_cachep)
8008 goto fail;
9601e3f6 8009
837e1972 8010 btrfs_transaction_cachep = kmem_cache_create("btrfs_transaction",
9601e3f6
CH
8011 sizeof(struct btrfs_transaction), 0,
8012 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
39279cc3
CM
8013 if (!btrfs_transaction_cachep)
8014 goto fail;
9601e3f6 8015
837e1972 8016 btrfs_path_cachep = kmem_cache_create("btrfs_path",
9601e3f6
CH
8017 sizeof(struct btrfs_path), 0,
8018 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
39279cc3
CM
8019 if (!btrfs_path_cachep)
8020 goto fail;
9601e3f6 8021
837e1972 8022 btrfs_free_space_cachep = kmem_cache_create("btrfs_free_space",
dc89e982
JB
8023 sizeof(struct btrfs_free_space), 0,
8024 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL);
8025 if (!btrfs_free_space_cachep)
8026 goto fail;
8027
8ccf6f19
MX
8028 btrfs_delalloc_work_cachep = kmem_cache_create("btrfs_delalloc_work",
8029 sizeof(struct btrfs_delalloc_work), 0,
8030 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD,
8031 NULL);
8032 if (!btrfs_delalloc_work_cachep)
8033 goto fail;
8034
39279cc3
CM
8035 return 0;
8036fail:
8037 btrfs_destroy_cachep();
8038 return -ENOMEM;
8039}
8040
8041static int btrfs_getattr(struct vfsmount *mnt,
8042 struct dentry *dentry, struct kstat *stat)
8043{
df0af1a5 8044 u64 delalloc_bytes;
39279cc3 8045 struct inode *inode = dentry->d_inode;
fadc0d8b
DS
8046 u32 blocksize = inode->i_sb->s_blocksize;
8047
39279cc3 8048 generic_fillattr(inode, stat);
0ee5dc67 8049 stat->dev = BTRFS_I(inode)->root->anon_dev;
d6667462 8050 stat->blksize = PAGE_CACHE_SIZE;
df0af1a5
MX
8051
8052 spin_lock(&BTRFS_I(inode)->lock);
8053 delalloc_bytes = BTRFS_I(inode)->delalloc_bytes;
8054 spin_unlock(&BTRFS_I(inode)->lock);
fadc0d8b 8055 stat->blocks = (ALIGN(inode_get_bytes(inode), blocksize) +
df0af1a5 8056 ALIGN(delalloc_bytes, blocksize)) >> 9;
39279cc3
CM
8057 return 0;
8058}
8059
d397712b
CM
8060static int btrfs_rename(struct inode *old_dir, struct dentry *old_dentry,
8061 struct inode *new_dir, struct dentry *new_dentry)
39279cc3
CM
8062{
8063 struct btrfs_trans_handle *trans;
8064 struct btrfs_root *root = BTRFS_I(old_dir)->root;
4df27c4d 8065 struct btrfs_root *dest = BTRFS_I(new_dir)->root;
39279cc3
CM
8066 struct inode *new_inode = new_dentry->d_inode;
8067 struct inode *old_inode = old_dentry->d_inode;
8068 struct timespec ctime = CURRENT_TIME;
00e4e6b3 8069 u64 index = 0;
4df27c4d 8070 u64 root_objectid;
39279cc3 8071 int ret;
33345d01 8072 u64 old_ino = btrfs_ino(old_inode);
39279cc3 8073
33345d01 8074 if (btrfs_ino(new_dir) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)
f679a840
YZ
8075 return -EPERM;
8076
4df27c4d 8077 /* we only allow rename subvolume link between subvolumes */
33345d01 8078 if (old_ino != BTRFS_FIRST_FREE_OBJECTID && root != dest)
3394e160
CM
8079 return -EXDEV;
8080
33345d01
LZ
8081 if (old_ino == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID ||
8082 (new_inode && btrfs_ino(new_inode) == BTRFS_FIRST_FREE_OBJECTID))
39279cc3 8083 return -ENOTEMPTY;
5f39d397 8084
4df27c4d
YZ
8085 if (S_ISDIR(old_inode->i_mode) && new_inode &&
8086 new_inode->i_size > BTRFS_EMPTY_DIR_SIZE)
8087 return -ENOTEMPTY;
9c52057c
CM
8088
8089
8090 /* check for collisions, even if the name isn't there */
8091 ret = btrfs_check_dir_item_collision(root, new_dir->i_ino,
8092 new_dentry->d_name.name,
8093 new_dentry->d_name.len);
8094
8095 if (ret) {
8096 if (ret == -EEXIST) {
8097 /* we shouldn't get
8098 * eexist without a new_inode */
8099 if (!new_inode) {
8100 WARN_ON(1);
8101 return ret;
8102 }
8103 } else {
8104 /* maybe -EOVERFLOW */
8105 return ret;
8106 }
8107 }
8108 ret = 0;
8109
5a3f23d5
CM
8110 /*
8111 * we're using rename to replace one file with another.
8112 * and the replacement file is large. Start IO on it now so
8113 * we don't add too much work to the end of the transaction
8114 */
4baf8c92 8115 if (new_inode && S_ISREG(old_inode->i_mode) && new_inode->i_size &&
5a3f23d5
CM
8116 old_inode->i_size > BTRFS_ORDERED_OPERATIONS_FLUSH_LIMIT)
8117 filemap_flush(old_inode->i_mapping);
8118
76dda93c 8119 /* close the racy window with snapshot create/destroy ioctl */
33345d01 8120 if (old_ino == BTRFS_FIRST_FREE_OBJECTID)
76dda93c 8121 down_read(&root->fs_info->subvol_sem);
a22285a6
YZ
8122 /*
8123 * We want to reserve the absolute worst case amount of items. So if
8124 * both inodes are subvols and we need to unlink them then that would
8125 * require 4 item modifications, but if they are both normal inodes it
8126 * would require 5 item modifications, so we'll assume their normal
8127 * inodes. So 5 * 2 is 10, plus 1 for the new link, so 11 total items
8128 * should cover the worst case number of items we'll modify.
8129 */
8130 trans = btrfs_start_transaction(root, 20);
b44c59a8
JL
8131 if (IS_ERR(trans)) {
8132 ret = PTR_ERR(trans);
8133 goto out_notrans;
8134 }
76dda93c 8135
4df27c4d
YZ
8136 if (dest != root)
8137 btrfs_record_root_in_trans(trans, dest);
5f39d397 8138
a5719521
YZ
8139 ret = btrfs_set_inode_index(new_dir, &index);
8140 if (ret)
8141 goto out_fail;
5a3f23d5 8142
33345d01 8143 if (unlikely(old_ino == BTRFS_FIRST_FREE_OBJECTID)) {
4df27c4d
YZ
8144 /* force full log commit if subvolume involved. */
8145 root->fs_info->last_trans_log_full_commit = trans->transid;
8146 } else {
a5719521
YZ
8147 ret = btrfs_insert_inode_ref(trans, dest,
8148 new_dentry->d_name.name,
8149 new_dentry->d_name.len,
33345d01
LZ
8150 old_ino,
8151 btrfs_ino(new_dir), index);
a5719521
YZ
8152 if (ret)
8153 goto out_fail;
4df27c4d
YZ
8154 /*
8155 * this is an ugly little race, but the rename is required
8156 * to make sure that if we crash, the inode is either at the
8157 * old name or the new one. pinning the log transaction lets
8158 * us make sure we don't allow a log commit to come in after
8159 * we unlink the name but before we add the new name back in.
8160 */
8161 btrfs_pin_log_trans(root);
8162 }
5a3f23d5
CM
8163 /*
8164 * make sure the inode gets flushed if it is replacing
8165 * something.
8166 */
33345d01 8167 if (new_inode && new_inode->i_size && S_ISREG(old_inode->i_mode))
5a3f23d5 8168 btrfs_add_ordered_operation(trans, root, old_inode);
5a3f23d5 8169
0c4d2d95
JB
8170 inode_inc_iversion(old_dir);
8171 inode_inc_iversion(new_dir);
8172 inode_inc_iversion(old_inode);
39279cc3
CM
8173 old_dir->i_ctime = old_dir->i_mtime = ctime;
8174 new_dir->i_ctime = new_dir->i_mtime = ctime;
8175 old_inode->i_ctime = ctime;
5f39d397 8176
12fcfd22
CM
8177 if (old_dentry->d_parent != new_dentry->d_parent)
8178 btrfs_record_unlink_dir(trans, old_dir, old_inode, 1);
8179
33345d01 8180 if (unlikely(old_ino == BTRFS_FIRST_FREE_OBJECTID)) {
4df27c4d
YZ
8181 root_objectid = BTRFS_I(old_inode)->root->root_key.objectid;
8182 ret = btrfs_unlink_subvol(trans, root, old_dir, root_objectid,
8183 old_dentry->d_name.name,
8184 old_dentry->d_name.len);
8185 } else {
92986796
AV
8186 ret = __btrfs_unlink_inode(trans, root, old_dir,
8187 old_dentry->d_inode,
8188 old_dentry->d_name.name,
8189 old_dentry->d_name.len);
8190 if (!ret)
8191 ret = btrfs_update_inode(trans, root, old_inode);
4df27c4d 8192 }
79787eaa
JM
8193 if (ret) {
8194 btrfs_abort_transaction(trans, root, ret);
8195 goto out_fail;
8196 }
39279cc3
CM
8197
8198 if (new_inode) {
0c4d2d95 8199 inode_inc_iversion(new_inode);
39279cc3 8200 new_inode->i_ctime = CURRENT_TIME;
33345d01 8201 if (unlikely(btrfs_ino(new_inode) ==
4df27c4d
YZ
8202 BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)) {
8203 root_objectid = BTRFS_I(new_inode)->location.objectid;
8204 ret = btrfs_unlink_subvol(trans, dest, new_dir,
8205 root_objectid,
8206 new_dentry->d_name.name,
8207 new_dentry->d_name.len);
8208 BUG_ON(new_inode->i_nlink == 0);
8209 } else {
8210 ret = btrfs_unlink_inode(trans, dest, new_dir,
8211 new_dentry->d_inode,
8212 new_dentry->d_name.name,
8213 new_dentry->d_name.len);
8214 }
79787eaa 8215 if (!ret && new_inode->i_nlink == 0) {
e02119d5 8216 ret = btrfs_orphan_add(trans, new_dentry->d_inode);
4df27c4d 8217 BUG_ON(ret);
7b128766 8218 }
79787eaa
JM
8219 if (ret) {
8220 btrfs_abort_transaction(trans, root, ret);
8221 goto out_fail;
8222 }
39279cc3 8223 }
aec7477b 8224
4df27c4d
YZ
8225 ret = btrfs_add_link(trans, new_dir, old_inode,
8226 new_dentry->d_name.name,
a5719521 8227 new_dentry->d_name.len, 0, index);
79787eaa
JM
8228 if (ret) {
8229 btrfs_abort_transaction(trans, root, ret);
8230 goto out_fail;
8231 }
39279cc3 8232
33345d01 8233 if (old_ino != BTRFS_FIRST_FREE_OBJECTID) {
10d9f309 8234 struct dentry *parent = new_dentry->d_parent;
6a912213 8235 btrfs_log_new_name(trans, old_inode, old_dir, parent);
4df27c4d
YZ
8236 btrfs_end_log_trans(root);
8237 }
39279cc3 8238out_fail:
7ad85bb7 8239 btrfs_end_transaction(trans, root);
b44c59a8 8240out_notrans:
33345d01 8241 if (old_ino == BTRFS_FIRST_FREE_OBJECTID)
76dda93c 8242 up_read(&root->fs_info->subvol_sem);
9ed74f2d 8243
39279cc3
CM
8244 return ret;
8245}
8246
8ccf6f19
MX
8247static void btrfs_run_delalloc_work(struct btrfs_work *work)
8248{
8249 struct btrfs_delalloc_work *delalloc_work;
8250
8251 delalloc_work = container_of(work, struct btrfs_delalloc_work,
8252 work);
8253 if (delalloc_work->wait)
8254 btrfs_wait_ordered_range(delalloc_work->inode, 0, (u64)-1);
8255 else
8256 filemap_flush(delalloc_work->inode->i_mapping);
8257
8258 if (delalloc_work->delay_iput)
8259 btrfs_add_delayed_iput(delalloc_work->inode);
8260 else
8261 iput(delalloc_work->inode);
8262 complete(&delalloc_work->completion);
8263}
8264
8265struct btrfs_delalloc_work *btrfs_alloc_delalloc_work(struct inode *inode,
8266 int wait, int delay_iput)
8267{
8268 struct btrfs_delalloc_work *work;
8269
8270 work = kmem_cache_zalloc(btrfs_delalloc_work_cachep, GFP_NOFS);
8271 if (!work)
8272 return NULL;
8273
8274 init_completion(&work->completion);
8275 INIT_LIST_HEAD(&work->list);
8276 work->inode = inode;
8277 work->wait = wait;
8278 work->delay_iput = delay_iput;
8279 work->work.func = btrfs_run_delalloc_work;
8280
8281 return work;
8282}
8283
8284void btrfs_wait_and_free_delalloc_work(struct btrfs_delalloc_work *work)
8285{
8286 wait_for_completion(&work->completion);
8287 kmem_cache_free(btrfs_delalloc_work_cachep, work);
8288}
8289
d352ac68
CM
8290/*
8291 * some fairly slow code that needs optimization. This walks the list
8292 * of all the inodes with pending delalloc and forces them to disk.
8293 */
24bbcf04 8294int btrfs_start_delalloc_inodes(struct btrfs_root *root, int delay_iput)
ea8c2819 8295{
ea8c2819 8296 struct btrfs_inode *binode;
5b21f2ed 8297 struct inode *inode;
8ccf6f19
MX
8298 struct btrfs_delalloc_work *work, *next;
8299 struct list_head works;
1eafa6c7 8300 struct list_head splice;
8ccf6f19 8301 int ret = 0;
ea8c2819 8302
c146afad
YZ
8303 if (root->fs_info->sb->s_flags & MS_RDONLY)
8304 return -EROFS;
8305
8ccf6f19 8306 INIT_LIST_HEAD(&works);
1eafa6c7 8307 INIT_LIST_HEAD(&splice);
63607cc8 8308
75eff68e 8309 spin_lock(&root->fs_info->delalloc_lock);
1eafa6c7
MX
8310 list_splice_init(&root->fs_info->delalloc_inodes, &splice);
8311 while (!list_empty(&splice)) {
8312 binode = list_entry(splice.next, struct btrfs_inode,
ea8c2819 8313 delalloc_inodes);
1eafa6c7
MX
8314
8315 list_del_init(&binode->delalloc_inodes);
8316
5b21f2ed 8317 inode = igrab(&binode->vfs_inode);
df0af1a5
MX
8318 if (!inode) {
8319 clear_bit(BTRFS_INODE_IN_DELALLOC_LIST,
8320 &binode->runtime_flags);
1eafa6c7 8321 continue;
df0af1a5 8322 }
1eafa6c7
MX
8323
8324 list_add_tail(&binode->delalloc_inodes,
8325 &root->fs_info->delalloc_inodes);
75eff68e 8326 spin_unlock(&root->fs_info->delalloc_lock);
1eafa6c7
MX
8327
8328 work = btrfs_alloc_delalloc_work(inode, 0, delay_iput);
8329 if (unlikely(!work)) {
8330 ret = -ENOMEM;
8331 goto out;
5b21f2ed 8332 }
1eafa6c7
MX
8333 list_add_tail(&work->list, &works);
8334 btrfs_queue_worker(&root->fs_info->flush_workers,
8335 &work->work);
8336
5b21f2ed 8337 cond_resched();
75eff68e 8338 spin_lock(&root->fs_info->delalloc_lock);
ea8c2819 8339 }
75eff68e 8340 spin_unlock(&root->fs_info->delalloc_lock);
8c8bee1d 8341
1eafa6c7
MX
8342 list_for_each_entry_safe(work, next, &works, list) {
8343 list_del_init(&work->list);
8344 btrfs_wait_and_free_delalloc_work(work);
8345 }
8346
8c8bee1d
CM
8347 /* the filemap_flush will queue IO into the worker threads, but
8348 * we have to make sure the IO is actually started and that
8349 * ordered extents get created before we return
8350 */
8351 atomic_inc(&root->fs_info->async_submit_draining);
d397712b 8352 while (atomic_read(&root->fs_info->nr_async_submits) ||
771ed689 8353 atomic_read(&root->fs_info->async_delalloc_pages)) {
8c8bee1d 8354 wait_event(root->fs_info->async_submit_wait,
771ed689
CM
8355 (atomic_read(&root->fs_info->nr_async_submits) == 0 &&
8356 atomic_read(&root->fs_info->async_delalloc_pages) == 0));
8c8bee1d
CM
8357 }
8358 atomic_dec(&root->fs_info->async_submit_draining);
1eafa6c7 8359 return 0;
8ccf6f19
MX
8360out:
8361 list_for_each_entry_safe(work, next, &works, list) {
8362 list_del_init(&work->list);
8363 btrfs_wait_and_free_delalloc_work(work);
8364 }
1eafa6c7
MX
8365
8366 if (!list_empty_careful(&splice)) {
8367 spin_lock(&root->fs_info->delalloc_lock);
8368 list_splice_tail(&splice, &root->fs_info->delalloc_inodes);
8369 spin_unlock(&root->fs_info->delalloc_lock);
8370 }
8ccf6f19 8371 return ret;
ea8c2819
CM
8372}
8373
39279cc3
CM
8374static int btrfs_symlink(struct inode *dir, struct dentry *dentry,
8375 const char *symname)
8376{
8377 struct btrfs_trans_handle *trans;
8378 struct btrfs_root *root = BTRFS_I(dir)->root;
8379 struct btrfs_path *path;
8380 struct btrfs_key key;
1832a6d5 8381 struct inode *inode = NULL;
39279cc3
CM
8382 int err;
8383 int drop_inode = 0;
8384 u64 objectid;
00e4e6b3 8385 u64 index = 0 ;
39279cc3
CM
8386 int name_len;
8387 int datasize;
5f39d397 8388 unsigned long ptr;
39279cc3 8389 struct btrfs_file_extent_item *ei;
5f39d397 8390 struct extent_buffer *leaf;
39279cc3
CM
8391
8392 name_len = strlen(symname) + 1;
8393 if (name_len > BTRFS_MAX_INLINE_DATA_SIZE(root))
8394 return -ENAMETOOLONG;
1832a6d5 8395
9ed74f2d
JB
8396 /*
8397 * 2 items for inode item and ref
8398 * 2 items for dir items
8399 * 1 item for xattr if selinux is on
8400 */
a22285a6
YZ
8401 trans = btrfs_start_transaction(root, 5);
8402 if (IS_ERR(trans))
8403 return PTR_ERR(trans);
1832a6d5 8404
581bb050
LZ
8405 err = btrfs_find_free_ino(root, &objectid);
8406 if (err)
8407 goto out_unlock;
8408
aec7477b 8409 inode = btrfs_new_inode(trans, root, dir, dentry->d_name.name,
33345d01 8410 dentry->d_name.len, btrfs_ino(dir), objectid,
d82a6f1d 8411 S_IFLNK|S_IRWXUGO, &index);
7cf96da3
TI
8412 if (IS_ERR(inode)) {
8413 err = PTR_ERR(inode);
39279cc3 8414 goto out_unlock;
7cf96da3 8415 }
39279cc3 8416
2a7dba39 8417 err = btrfs_init_inode_security(trans, inode, dir, &dentry->d_name);
33268eaf
JB
8418 if (err) {
8419 drop_inode = 1;
8420 goto out_unlock;
8421 }
8422
ad19db71
CS
8423 /*
8424 * If the active LSM wants to access the inode during
8425 * d_instantiate it needs these. Smack checks to see
8426 * if the filesystem supports xattrs by looking at the
8427 * ops vector.
8428 */
8429 inode->i_fop = &btrfs_file_operations;
8430 inode->i_op = &btrfs_file_inode_operations;
8431
a1b075d2 8432 err = btrfs_add_nondir(trans, dir, dentry, inode, 0, index);
39279cc3
CM
8433 if (err)
8434 drop_inode = 1;
8435 else {
8436 inode->i_mapping->a_ops = &btrfs_aops;
04160088 8437 inode->i_mapping->backing_dev_info = &root->fs_info->bdi;
d1310b2e 8438 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
39279cc3 8439 }
39279cc3
CM
8440 if (drop_inode)
8441 goto out_unlock;
8442
8443 path = btrfs_alloc_path();
d8926bb3
MF
8444 if (!path) {
8445 err = -ENOMEM;
8446 drop_inode = 1;
8447 goto out_unlock;
8448 }
33345d01 8449 key.objectid = btrfs_ino(inode);
39279cc3 8450 key.offset = 0;
39279cc3
CM
8451 btrfs_set_key_type(&key, BTRFS_EXTENT_DATA_KEY);
8452 datasize = btrfs_file_extent_calc_inline_size(name_len);
8453 err = btrfs_insert_empty_item(trans, root, path, &key,
8454 datasize);
54aa1f4d
CM
8455 if (err) {
8456 drop_inode = 1;
b0839166 8457 btrfs_free_path(path);
54aa1f4d
CM
8458 goto out_unlock;
8459 }
5f39d397
CM
8460 leaf = path->nodes[0];
8461 ei = btrfs_item_ptr(leaf, path->slots[0],
8462 struct btrfs_file_extent_item);
8463 btrfs_set_file_extent_generation(leaf, ei, trans->transid);
8464 btrfs_set_file_extent_type(leaf, ei,
39279cc3 8465 BTRFS_FILE_EXTENT_INLINE);
c8b97818
CM
8466 btrfs_set_file_extent_encryption(leaf, ei, 0);
8467 btrfs_set_file_extent_compression(leaf, ei, 0);
8468 btrfs_set_file_extent_other_encoding(leaf, ei, 0);
8469 btrfs_set_file_extent_ram_bytes(leaf, ei, name_len);
8470
39279cc3 8471 ptr = btrfs_file_extent_inline_start(ei);
5f39d397
CM
8472 write_extent_buffer(leaf, symname, ptr, name_len);
8473 btrfs_mark_buffer_dirty(leaf);
39279cc3 8474 btrfs_free_path(path);
5f39d397 8475
39279cc3
CM
8476 inode->i_op = &btrfs_symlink_inode_operations;
8477 inode->i_mapping->a_ops = &btrfs_symlink_aops;
04160088 8478 inode->i_mapping->backing_dev_info = &root->fs_info->bdi;
d899e052 8479 inode_set_bytes(inode, name_len);
dbe674a9 8480 btrfs_i_size_write(inode, name_len - 1);
54aa1f4d
CM
8481 err = btrfs_update_inode(trans, root, inode);
8482 if (err)
8483 drop_inode = 1;
39279cc3
CM
8484
8485out_unlock:
08c422c2
AV
8486 if (!err)
8487 d_instantiate(dentry, inode);
7ad85bb7 8488 btrfs_end_transaction(trans, root);
39279cc3
CM
8489 if (drop_inode) {
8490 inode_dec_link_count(inode);
8491 iput(inode);
8492 }
b53d3f5d 8493 btrfs_btree_balance_dirty(root);
39279cc3
CM
8494 return err;
8495}
16432985 8496
0af3d00b
JB
8497static int __btrfs_prealloc_file_range(struct inode *inode, int mode,
8498 u64 start, u64 num_bytes, u64 min_size,
8499 loff_t actual_len, u64 *alloc_hint,
8500 struct btrfs_trans_handle *trans)
d899e052 8501{
5dc562c5
JB
8502 struct extent_map_tree *em_tree = &BTRFS_I(inode)->extent_tree;
8503 struct extent_map *em;
d899e052
YZ
8504 struct btrfs_root *root = BTRFS_I(inode)->root;
8505 struct btrfs_key ins;
d899e052 8506 u64 cur_offset = start;
55a61d1d 8507 u64 i_size;
154ea289 8508 u64 cur_bytes;
d899e052 8509 int ret = 0;
0af3d00b 8510 bool own_trans = true;
d899e052 8511
0af3d00b
JB
8512 if (trans)
8513 own_trans = false;
d899e052 8514 while (num_bytes > 0) {
0af3d00b
JB
8515 if (own_trans) {
8516 trans = btrfs_start_transaction(root, 3);
8517 if (IS_ERR(trans)) {
8518 ret = PTR_ERR(trans);
8519 break;
8520 }
5a303d5d
YZ
8521 }
8522
154ea289
CM
8523 cur_bytes = min(num_bytes, 256ULL * 1024 * 1024);
8524 cur_bytes = max(cur_bytes, min_size);
8525 ret = btrfs_reserve_extent(trans, root, cur_bytes,
24542bf7 8526 min_size, 0, *alloc_hint, &ins, 1);
5a303d5d 8527 if (ret) {
0af3d00b
JB
8528 if (own_trans)
8529 btrfs_end_transaction(trans, root);
a22285a6 8530 break;
d899e052 8531 }
5a303d5d 8532
d899e052
YZ
8533 ret = insert_reserved_file_extent(trans, inode,
8534 cur_offset, ins.objectid,
8535 ins.offset, ins.offset,
920bbbfb 8536 ins.offset, 0, 0, 0,
d899e052 8537 BTRFS_FILE_EXTENT_PREALLOC);
79787eaa
JM
8538 if (ret) {
8539 btrfs_abort_transaction(trans, root, ret);
8540 if (own_trans)
8541 btrfs_end_transaction(trans, root);
8542 break;
8543 }
a1ed835e
CM
8544 btrfs_drop_extent_cache(inode, cur_offset,
8545 cur_offset + ins.offset -1, 0);
5a303d5d 8546
5dc562c5
JB
8547 em = alloc_extent_map();
8548 if (!em) {
8549 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
8550 &BTRFS_I(inode)->runtime_flags);
8551 goto next;
8552 }
8553
8554 em->start = cur_offset;
8555 em->orig_start = cur_offset;
8556 em->len = ins.offset;
8557 em->block_start = ins.objectid;
8558 em->block_len = ins.offset;
b4939680 8559 em->orig_block_len = ins.offset;
5dc562c5
JB
8560 em->bdev = root->fs_info->fs_devices->latest_bdev;
8561 set_bit(EXTENT_FLAG_PREALLOC, &em->flags);
8562 em->generation = trans->transid;
8563
8564 while (1) {
8565 write_lock(&em_tree->lock);
8566 ret = add_extent_mapping(em_tree, em);
8567 if (!ret)
8568 list_move(&em->list,
8569 &em_tree->modified_extents);
8570 write_unlock(&em_tree->lock);
8571 if (ret != -EEXIST)
8572 break;
8573 btrfs_drop_extent_cache(inode, cur_offset,
8574 cur_offset + ins.offset - 1,
8575 0);
8576 }
8577 free_extent_map(em);
8578next:
d899e052
YZ
8579 num_bytes -= ins.offset;
8580 cur_offset += ins.offset;
efa56464 8581 *alloc_hint = ins.objectid + ins.offset;
5a303d5d 8582
0c4d2d95 8583 inode_inc_iversion(inode);
d899e052 8584 inode->i_ctime = CURRENT_TIME;
6cbff00f 8585 BTRFS_I(inode)->flags |= BTRFS_INODE_PREALLOC;
d899e052 8586 if (!(mode & FALLOC_FL_KEEP_SIZE) &&
efa56464
YZ
8587 (actual_len > inode->i_size) &&
8588 (cur_offset > inode->i_size)) {
d1ea6a61 8589 if (cur_offset > actual_len)
55a61d1d 8590 i_size = actual_len;
d1ea6a61 8591 else
55a61d1d
JB
8592 i_size = cur_offset;
8593 i_size_write(inode, i_size);
8594 btrfs_ordered_update_i_size(inode, i_size, NULL);
5a303d5d
YZ
8595 }
8596
d899e052 8597 ret = btrfs_update_inode(trans, root, inode);
79787eaa
JM
8598
8599 if (ret) {
8600 btrfs_abort_transaction(trans, root, ret);
8601 if (own_trans)
8602 btrfs_end_transaction(trans, root);
8603 break;
8604 }
d899e052 8605
0af3d00b
JB
8606 if (own_trans)
8607 btrfs_end_transaction(trans, root);
5a303d5d 8608 }
d899e052
YZ
8609 return ret;
8610}
8611
0af3d00b
JB
8612int btrfs_prealloc_file_range(struct inode *inode, int mode,
8613 u64 start, u64 num_bytes, u64 min_size,
8614 loff_t actual_len, u64 *alloc_hint)
8615{
8616 return __btrfs_prealloc_file_range(inode, mode, start, num_bytes,
8617 min_size, actual_len, alloc_hint,
8618 NULL);
8619}
8620
8621int btrfs_prealloc_file_range_trans(struct inode *inode,
8622 struct btrfs_trans_handle *trans, int mode,
8623 u64 start, u64 num_bytes, u64 min_size,
8624 loff_t actual_len, u64 *alloc_hint)
8625{
8626 return __btrfs_prealloc_file_range(inode, mode, start, num_bytes,
8627 min_size, actual_len, alloc_hint, trans);
8628}
8629
e6dcd2dc
CM
8630static int btrfs_set_page_dirty(struct page *page)
8631{
e6dcd2dc
CM
8632 return __set_page_dirty_nobuffers(page);
8633}
8634
10556cb2 8635static int btrfs_permission(struct inode *inode, int mask)
fdebe2bd 8636{
b83cc969 8637 struct btrfs_root *root = BTRFS_I(inode)->root;
cb6db4e5 8638 umode_t mode = inode->i_mode;
b83cc969 8639
cb6db4e5
JM
8640 if (mask & MAY_WRITE &&
8641 (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode))) {
8642 if (btrfs_root_readonly(root))
8643 return -EROFS;
8644 if (BTRFS_I(inode)->flags & BTRFS_INODE_READONLY)
8645 return -EACCES;
8646 }
2830ba7f 8647 return generic_permission(inode, mask);
fdebe2bd 8648}
39279cc3 8649
6e1d5dcc 8650static const struct inode_operations btrfs_dir_inode_operations = {
3394e160 8651 .getattr = btrfs_getattr,
39279cc3
CM
8652 .lookup = btrfs_lookup,
8653 .create = btrfs_create,
8654 .unlink = btrfs_unlink,
8655 .link = btrfs_link,
8656 .mkdir = btrfs_mkdir,
8657 .rmdir = btrfs_rmdir,
8658 .rename = btrfs_rename,
8659 .symlink = btrfs_symlink,
8660 .setattr = btrfs_setattr,
618e21d5 8661 .mknod = btrfs_mknod,
95819c05
CH
8662 .setxattr = btrfs_setxattr,
8663 .getxattr = btrfs_getxattr,
5103e947 8664 .listxattr = btrfs_listxattr,
95819c05 8665 .removexattr = btrfs_removexattr,
fdebe2bd 8666 .permission = btrfs_permission,
4e34e719 8667 .get_acl = btrfs_get_acl,
39279cc3 8668};
6e1d5dcc 8669static const struct inode_operations btrfs_dir_ro_inode_operations = {
39279cc3 8670 .lookup = btrfs_lookup,
fdebe2bd 8671 .permission = btrfs_permission,
4e34e719 8672 .get_acl = btrfs_get_acl,
39279cc3 8673};
76dda93c 8674
828c0950 8675static const struct file_operations btrfs_dir_file_operations = {
39279cc3
CM
8676 .llseek = generic_file_llseek,
8677 .read = generic_read_dir,
cbdf5a24 8678 .readdir = btrfs_real_readdir,
34287aa3 8679 .unlocked_ioctl = btrfs_ioctl,
39279cc3 8680#ifdef CONFIG_COMPAT
34287aa3 8681 .compat_ioctl = btrfs_ioctl,
39279cc3 8682#endif
6bf13c0c 8683 .release = btrfs_release_file,
e02119d5 8684 .fsync = btrfs_sync_file,
39279cc3
CM
8685};
8686
d1310b2e 8687static struct extent_io_ops btrfs_extent_io_ops = {
07157aac 8688 .fill_delalloc = run_delalloc_range,
065631f6 8689 .submit_bio_hook = btrfs_submit_bio_hook,
239b14b3 8690 .merge_bio_hook = btrfs_merge_bio_hook,
07157aac 8691 .readpage_end_io_hook = btrfs_readpage_end_io_hook,
e6dcd2dc 8692 .writepage_end_io_hook = btrfs_writepage_end_io_hook,
247e743c 8693 .writepage_start_hook = btrfs_writepage_start_hook,
b0c68f8b
CM
8694 .set_bit_hook = btrfs_set_bit_hook,
8695 .clear_bit_hook = btrfs_clear_bit_hook,
9ed74f2d
JB
8696 .merge_extent_hook = btrfs_merge_extent_hook,
8697 .split_extent_hook = btrfs_split_extent_hook,
07157aac
CM
8698};
8699
35054394
CM
8700/*
8701 * btrfs doesn't support the bmap operation because swapfiles
8702 * use bmap to make a mapping of extents in the file. They assume
8703 * these extents won't change over the life of the file and they
8704 * use the bmap result to do IO directly to the drive.
8705 *
8706 * the btrfs bmap call would return logical addresses that aren't
8707 * suitable for IO and they also will change frequently as COW
8708 * operations happen. So, swapfile + btrfs == corruption.
8709 *
8710 * For now we're avoiding this by dropping bmap.
8711 */
7f09410b 8712static const struct address_space_operations btrfs_aops = {
39279cc3
CM
8713 .readpage = btrfs_readpage,
8714 .writepage = btrfs_writepage,
b293f02e 8715 .writepages = btrfs_writepages,
3ab2fb5a 8716 .readpages = btrfs_readpages,
16432985 8717 .direct_IO = btrfs_direct_IO,
a52d9a80
CM
8718 .invalidatepage = btrfs_invalidatepage,
8719 .releasepage = btrfs_releasepage,
e6dcd2dc 8720 .set_page_dirty = btrfs_set_page_dirty,
465fdd97 8721 .error_remove_page = generic_error_remove_page,
39279cc3
CM
8722};
8723
7f09410b 8724static const struct address_space_operations btrfs_symlink_aops = {
39279cc3
CM
8725 .readpage = btrfs_readpage,
8726 .writepage = btrfs_writepage,
2bf5a725
CM
8727 .invalidatepage = btrfs_invalidatepage,
8728 .releasepage = btrfs_releasepage,
39279cc3
CM
8729};
8730
6e1d5dcc 8731static const struct inode_operations btrfs_file_inode_operations = {
39279cc3
CM
8732 .getattr = btrfs_getattr,
8733 .setattr = btrfs_setattr,
95819c05
CH
8734 .setxattr = btrfs_setxattr,
8735 .getxattr = btrfs_getxattr,
5103e947 8736 .listxattr = btrfs_listxattr,
95819c05 8737 .removexattr = btrfs_removexattr,
fdebe2bd 8738 .permission = btrfs_permission,
1506fcc8 8739 .fiemap = btrfs_fiemap,
4e34e719 8740 .get_acl = btrfs_get_acl,
e41f941a 8741 .update_time = btrfs_update_time,
39279cc3 8742};
6e1d5dcc 8743static const struct inode_operations btrfs_special_inode_operations = {
618e21d5
JB
8744 .getattr = btrfs_getattr,
8745 .setattr = btrfs_setattr,
fdebe2bd 8746 .permission = btrfs_permission,
95819c05
CH
8747 .setxattr = btrfs_setxattr,
8748 .getxattr = btrfs_getxattr,
33268eaf 8749 .listxattr = btrfs_listxattr,
95819c05 8750 .removexattr = btrfs_removexattr,
4e34e719 8751 .get_acl = btrfs_get_acl,
e41f941a 8752 .update_time = btrfs_update_time,
618e21d5 8753};
6e1d5dcc 8754static const struct inode_operations btrfs_symlink_inode_operations = {
39279cc3
CM
8755 .readlink = generic_readlink,
8756 .follow_link = page_follow_link_light,
8757 .put_link = page_put_link,
f209561a 8758 .getattr = btrfs_getattr,
22c44fe6 8759 .setattr = btrfs_setattr,
fdebe2bd 8760 .permission = btrfs_permission,
0279b4cd
JO
8761 .setxattr = btrfs_setxattr,
8762 .getxattr = btrfs_getxattr,
8763 .listxattr = btrfs_listxattr,
8764 .removexattr = btrfs_removexattr,
4e34e719 8765 .get_acl = btrfs_get_acl,
e41f941a 8766 .update_time = btrfs_update_time,
39279cc3 8767};
76dda93c 8768
82d339d9 8769const struct dentry_operations btrfs_dentry_operations = {
76dda93c 8770 .d_delete = btrfs_dentry_delete,
b4aff1f8 8771 .d_release = btrfs_dentry_release,
76dda93c 8772};