blob: f2a6a59da20ae5d8309d301aa9861b03b97aa3a1 [file] [log] [blame]
Chris Mason6cbd5572007-06-12 09:07:21 -04001/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public
14 * License along with this program; if not, write to the
15 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 * Boston, MA 021110-1307, USA.
17 */
Zach Brownec6b9102007-07-11 10:00:37 -040018#include <linux/sched.h>
Ingo Molnarf361bf42017-02-03 23:47:37 +010019#include <linux/sched/signal.h>
Chris Masonedbd8d42007-12-21 16:27:24 -050020#include <linux/pagemap.h>
Chris Masonec44a352008-04-28 15:29:52 -040021#include <linux/writeback.h>
David Woodhouse21af8042008-08-12 14:13:26 +010022#include <linux/blkdev.h>
Chris Masonb7a9f292009-02-04 09:23:45 -050023#include <linux/sort.h>
Chris Mason4184ea72009-03-10 12:39:20 -040024#include <linux/rcupdate.h>
Josef Bacik817d52f2009-07-13 21:29:25 -040025#include <linux/kthread.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090026#include <linux/slab.h>
David Sterbadff51cd2011-06-14 12:52:17 +020027#include <linux/ratelimit.h>
Josef Bacikb150a4f2013-06-19 15:00:04 -040028#include <linux/percpu_counter.h>
Chris Mason74493f72007-12-11 09:25:06 -050029#include "hash.h"
Miao Xie995946d2014-04-02 19:51:06 +080030#include "tree-log.h"
Chris Masonfec577f2007-02-26 10:40:21 -050031#include "disk-io.h"
32#include "print-tree.h"
Chris Mason0b86a832008-03-24 15:01:56 -040033#include "volumes.h"
David Woodhouse53b381b2013-01-29 18:40:14 -050034#include "raid56.h"
Chris Mason925baed2008-06-25 16:01:30 -040035#include "locking.h"
Chris Masonfa9c0d792009-04-03 09:47:43 -040036#include "free-space-cache.h"
Omar Sandoval1e144fb2015-09-29 20:50:37 -070037#include "free-space-tree.h"
Miao Xie3fed40c2012-09-13 04:51:36 -060038#include "math.h"
Jeff Mahoney6ab0a202013-11-01 13:07:04 -040039#include "sysfs.h"
Josef Bacikfcebe452014-05-13 17:30:47 -070040#include "qgroup.h"
Chris Masonfec577f2007-02-26 10:40:21 -050041
Arne Jansen709c0482011-09-12 12:22:57 +020042#undef SCRAMBLE_DELAYED_REFS
43
Miao Xie9e622d62012-01-26 15:01:12 -050044/*
45 * control flags for do_chunk_alloc's force field
Chris Mason0e4f8f82011-04-15 16:05:44 -040046 * CHUNK_ALLOC_NO_FORCE means to only allocate a chunk
47 * if we really need one.
48 *
Chris Mason0e4f8f82011-04-15 16:05:44 -040049 * CHUNK_ALLOC_LIMITED means to only try and allocate one
50 * if we have very few chunks already allocated. This is
51 * used as part of the clustering code to help make sure
52 * we have a good pool of storage to cluster in, without
53 * filling the FS with empty chunks
54 *
Miao Xie9e622d62012-01-26 15:01:12 -050055 * CHUNK_ALLOC_FORCE means it must try to allocate one
56 *
Chris Mason0e4f8f82011-04-15 16:05:44 -040057 */
58enum {
59 CHUNK_ALLOC_NO_FORCE = 0,
Miao Xie9e622d62012-01-26 15:01:12 -050060 CHUNK_ALLOC_LIMITED = 1,
61 CHUNK_ALLOC_FORCE = 2,
Chris Mason0e4f8f82011-04-15 16:05:44 -040062};
63
Josef Bacikce93ec52014-11-17 15:45:48 -050064static int update_block_group(struct btrfs_trans_handle *trans,
Jeff Mahoney6202df62016-06-22 18:54:22 -040065 struct btrfs_fs_info *fs_info, u64 bytenr,
Josef Bacikce93ec52014-11-17 15:45:48 -050066 u64 num_bytes, int alloc);
Yan Zheng5d4f98a2009-06-10 10:45:14 -040067static int __btrfs_free_extent(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040068 struct btrfs_fs_info *fs_info,
Qu Wenruoc682f9b2015-03-17 16:59:47 +080069 struct btrfs_delayed_ref_node *node, u64 parent,
Yan Zheng5d4f98a2009-06-10 10:45:14 -040070 u64 root_objectid, u64 owner_objectid,
71 u64 owner_offset, int refs_to_drop,
Qu Wenruoc682f9b2015-03-17 16:59:47 +080072 struct btrfs_delayed_extent_op *extra_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -040073static void __run_delayed_extent_op(struct btrfs_delayed_extent_op *extent_op,
74 struct extent_buffer *leaf,
75 struct btrfs_extent_item *ei);
76static int alloc_reserved_file_extent(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040077 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -040078 u64 parent, u64 root_objectid,
79 u64 flags, u64 owner, u64 offset,
80 struct btrfs_key *ins, int ref_mod);
81static int alloc_reserved_tree_block(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040082 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -040083 u64 parent, u64 root_objectid,
84 u64 flags, struct btrfs_disk_key *key,
Filipe Mananab06c4bf2015-10-23 07:52:54 +010085 int level, struct btrfs_key *ins);
Josef Bacik6a632092009-02-20 11:00:09 -050086static int do_chunk_alloc(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040087 struct btrfs_fs_info *fs_info, u64 flags,
Josef Bacik698d0082012-09-12 14:08:47 -040088 int force);
Yan Zheng11833d62009-09-11 16:11:19 -040089static int find_next_key(struct btrfs_path *path, int level,
90 struct btrfs_key *key);
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -040091static void dump_space_info(struct btrfs_fs_info *fs_info,
92 struct btrfs_space_info *info, u64 bytes,
Josef Bacik9ed74f22009-09-11 16:12:44 -040093 int dump_block_groups);
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +080094static int btrfs_add_reserved_bytes(struct btrfs_block_group_cache *cache,
Wang Xiaoguang18513092016-07-25 15:51:40 +080095 u64 ram_bytes, u64 num_bytes, int delalloc);
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +080096static int btrfs_free_reserved_bytes(struct btrfs_block_group_cache *cache,
97 u64 num_bytes, int delalloc);
Josef Bacik5d803662013-02-07 16:06:02 -050098static int block_rsv_use_bytes(struct btrfs_block_rsv *block_rsv,
99 u64 num_bytes);
Jeff Mahoneyc1c49192017-05-17 11:38:36 -0400100static int __reserve_metadata_bytes(struct btrfs_fs_info *fs_info,
Josef Bacik957780e2016-05-17 13:30:55 -0400101 struct btrfs_space_info *space_info,
102 u64 orig_bytes,
Jeff Mahoneyc1c49192017-05-17 11:38:36 -0400103 enum btrfs_reserve_flush_enum flush,
104 bool system_chunk);
Josef Bacik957780e2016-05-17 13:30:55 -0400105static void space_info_add_new_bytes(struct btrfs_fs_info *fs_info,
106 struct btrfs_space_info *space_info,
107 u64 num_bytes);
108static void space_info_add_old_bytes(struct btrfs_fs_info *fs_info,
109 struct btrfs_space_info *space_info,
110 u64 num_bytes);
Josef Bacik6a632092009-02-20 11:00:09 -0500111
Josef Bacik817d52f2009-07-13 21:29:25 -0400112static noinline int
113block_group_cache_done(struct btrfs_block_group_cache *cache)
114{
115 smp_mb();
Josef Bacik36cce922013-08-05 11:15:21 -0400116 return cache->cached == BTRFS_CACHE_FINISHED ||
117 cache->cached == BTRFS_CACHE_ERROR;
Josef Bacik817d52f2009-07-13 21:29:25 -0400118}
119
Josef Bacik0f9dd462008-09-23 13:14:11 -0400120static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits)
121{
122 return (cache->flags & bits) == bits;
123}
124
Filipe Manana758f2df2015-11-19 11:45:48 +0000125void btrfs_get_block_group(struct btrfs_block_group_cache *cache)
Josef Bacik11dfe352009-11-13 20:12:59 +0000126{
127 atomic_inc(&cache->count);
128}
129
130void btrfs_put_block_group(struct btrfs_block_group_cache *cache)
131{
Yan, Zhengf0486c62010-05-16 10:46:25 -0400132 if (atomic_dec_and_test(&cache->count)) {
133 WARN_ON(cache->pinned > 0);
134 WARN_ON(cache->reserved > 0);
Qu Wenruo0966a7b2017-04-14 08:35:54 +0800135
136 /*
137 * If not empty, someone is still holding mutex of
138 * full_stripe_lock, which can only be released by caller.
139 * And it will definitely cause use-after-free when caller
140 * tries to release full stripe lock.
141 *
142 * No better way to resolve, but only to warn.
143 */
144 WARN_ON(!RB_EMPTY_ROOT(&cache->full_stripe_locks_root.root));
Li Zefan34d52cb2011-03-29 13:46:06 +0800145 kfree(cache->free_space_ctl);
Josef Bacik11dfe352009-11-13 20:12:59 +0000146 kfree(cache);
Yan, Zhengf0486c62010-05-16 10:46:25 -0400147 }
Josef Bacik11dfe352009-11-13 20:12:59 +0000148}
149
Josef Bacik0f9dd462008-09-23 13:14:11 -0400150/*
151 * this adds the block group to the fs_info rb tree for the block group
152 * cache
153 */
Christoph Hellwigb2950862008-12-02 09:54:17 -0500154static int btrfs_add_block_group_cache(struct btrfs_fs_info *info,
Josef Bacik0f9dd462008-09-23 13:14:11 -0400155 struct btrfs_block_group_cache *block_group)
156{
157 struct rb_node **p;
158 struct rb_node *parent = NULL;
159 struct btrfs_block_group_cache *cache;
160
161 spin_lock(&info->block_group_cache_lock);
162 p = &info->block_group_cache_tree.rb_node;
163
164 while (*p) {
165 parent = *p;
166 cache = rb_entry(parent, struct btrfs_block_group_cache,
167 cache_node);
168 if (block_group->key.objectid < cache->key.objectid) {
169 p = &(*p)->rb_left;
170 } else if (block_group->key.objectid > cache->key.objectid) {
171 p = &(*p)->rb_right;
172 } else {
173 spin_unlock(&info->block_group_cache_lock);
174 return -EEXIST;
175 }
176 }
177
178 rb_link_node(&block_group->cache_node, parent, p);
179 rb_insert_color(&block_group->cache_node,
180 &info->block_group_cache_tree);
Liu Boa1897fd2012-12-27 09:01:23 +0000181
182 if (info->first_logical_byte > block_group->key.objectid)
183 info->first_logical_byte = block_group->key.objectid;
184
Josef Bacik0f9dd462008-09-23 13:14:11 -0400185 spin_unlock(&info->block_group_cache_lock);
186
187 return 0;
188}
189
190/*
191 * This will return the block group at or after bytenr if contains is 0, else
192 * it will return the block group that contains the bytenr
193 */
194static struct btrfs_block_group_cache *
195block_group_cache_tree_search(struct btrfs_fs_info *info, u64 bytenr,
196 int contains)
197{
198 struct btrfs_block_group_cache *cache, *ret = NULL;
199 struct rb_node *n;
200 u64 end, start;
201
202 spin_lock(&info->block_group_cache_lock);
203 n = info->block_group_cache_tree.rb_node;
204
205 while (n) {
206 cache = rb_entry(n, struct btrfs_block_group_cache,
207 cache_node);
208 end = cache->key.objectid + cache->key.offset - 1;
209 start = cache->key.objectid;
210
211 if (bytenr < start) {
212 if (!contains && (!ret || start < ret->key.objectid))
213 ret = cache;
214 n = n->rb_left;
215 } else if (bytenr > start) {
216 if (contains && bytenr <= end) {
217 ret = cache;
218 break;
219 }
220 n = n->rb_right;
221 } else {
222 ret = cache;
223 break;
224 }
225 }
Liu Boa1897fd2012-12-27 09:01:23 +0000226 if (ret) {
Josef Bacik11dfe352009-11-13 20:12:59 +0000227 btrfs_get_block_group(ret);
Liu Boa1897fd2012-12-27 09:01:23 +0000228 if (bytenr == 0 && info->first_logical_byte > ret->key.objectid)
229 info->first_logical_byte = ret->key.objectid;
230 }
Josef Bacik0f9dd462008-09-23 13:14:11 -0400231 spin_unlock(&info->block_group_cache_lock);
232
233 return ret;
234}
235
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400236static int add_excluded_extent(struct btrfs_fs_info *fs_info,
Yan Zheng11833d62009-09-11 16:11:19 -0400237 u64 start, u64 num_bytes)
Josef Bacik817d52f2009-07-13 21:29:25 -0400238{
Yan Zheng11833d62009-09-11 16:11:19 -0400239 u64 end = start + num_bytes - 1;
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400240 set_extent_bits(&fs_info->freed_extents[0],
David Sterbaceeb0ae2016-04-26 23:54:39 +0200241 start, end, EXTENT_UPTODATE);
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400242 set_extent_bits(&fs_info->freed_extents[1],
David Sterbaceeb0ae2016-04-26 23:54:39 +0200243 start, end, EXTENT_UPTODATE);
Yan Zheng11833d62009-09-11 16:11:19 -0400244 return 0;
Josef Bacik817d52f2009-07-13 21:29:25 -0400245}
246
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400247static void free_excluded_extents(struct btrfs_fs_info *fs_info,
Yan Zheng11833d62009-09-11 16:11:19 -0400248 struct btrfs_block_group_cache *cache)
Josef Bacik817d52f2009-07-13 21:29:25 -0400249{
Yan Zheng11833d62009-09-11 16:11:19 -0400250 u64 start, end;
251
252 start = cache->key.objectid;
253 end = start + cache->key.offset - 1;
254
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400255 clear_extent_bits(&fs_info->freed_extents[0],
David Sterba91166212016-04-26 23:54:39 +0200256 start, end, EXTENT_UPTODATE);
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400257 clear_extent_bits(&fs_info->freed_extents[1],
David Sterba91166212016-04-26 23:54:39 +0200258 start, end, EXTENT_UPTODATE);
Yan Zheng11833d62009-09-11 16:11:19 -0400259}
260
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400261static int exclude_super_stripes(struct btrfs_fs_info *fs_info,
Yan Zheng11833d62009-09-11 16:11:19 -0400262 struct btrfs_block_group_cache *cache)
263{
Josef Bacik817d52f2009-07-13 21:29:25 -0400264 u64 bytenr;
265 u64 *logical;
266 int stripe_len;
267 int i, nr, ret;
268
Yan, Zheng06b23312009-11-26 09:31:11 +0000269 if (cache->key.objectid < BTRFS_SUPER_INFO_OFFSET) {
270 stripe_len = BTRFS_SUPER_INFO_OFFSET - cache->key.objectid;
271 cache->bytes_super += stripe_len;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400272 ret = add_excluded_extent(fs_info, cache->key.objectid,
Yan, Zheng06b23312009-11-26 09:31:11 +0000273 stripe_len);
Josef Bacik835d9742013-03-19 12:13:25 -0400274 if (ret)
275 return ret;
Yan, Zheng06b23312009-11-26 09:31:11 +0000276 }
277
Josef Bacik817d52f2009-07-13 21:29:25 -0400278 for (i = 0; i < BTRFS_SUPER_MIRROR_MAX; i++) {
279 bytenr = btrfs_sb_offset(i);
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400280 ret = btrfs_rmap_block(fs_info, cache->key.objectid,
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -0400281 bytenr, 0, &logical, &nr, &stripe_len);
Josef Bacik835d9742013-03-19 12:13:25 -0400282 if (ret)
283 return ret;
Yan Zheng11833d62009-09-11 16:11:19 -0400284
Josef Bacik817d52f2009-07-13 21:29:25 -0400285 while (nr--) {
Josef Bacik51bf5f02013-04-23 12:55:21 -0400286 u64 start, len;
287
288 if (logical[nr] > cache->key.objectid +
289 cache->key.offset)
290 continue;
291
292 if (logical[nr] + stripe_len <= cache->key.objectid)
293 continue;
294
295 start = logical[nr];
296 if (start < cache->key.objectid) {
297 start = cache->key.objectid;
298 len = (logical[nr] + stripe_len) - start;
299 } else {
300 len = min_t(u64, stripe_len,
301 cache->key.objectid +
302 cache->key.offset - start);
303 }
304
305 cache->bytes_super += len;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400306 ret = add_excluded_extent(fs_info, start, len);
Josef Bacik835d9742013-03-19 12:13:25 -0400307 if (ret) {
308 kfree(logical);
309 return ret;
310 }
Josef Bacik817d52f2009-07-13 21:29:25 -0400311 }
Yan Zheng11833d62009-09-11 16:11:19 -0400312
Josef Bacik817d52f2009-07-13 21:29:25 -0400313 kfree(logical);
314 }
Josef Bacik817d52f2009-07-13 21:29:25 -0400315 return 0;
316}
317
Yan Zheng11833d62009-09-11 16:11:19 -0400318static struct btrfs_caching_control *
319get_caching_control(struct btrfs_block_group_cache *cache)
320{
321 struct btrfs_caching_control *ctl;
322
323 spin_lock(&cache->lock);
Josef Bacikdde5abe2010-09-16 16:17:03 -0400324 if (!cache->caching_ctl) {
325 spin_unlock(&cache->lock);
326 return NULL;
327 }
328
Yan Zheng11833d62009-09-11 16:11:19 -0400329 ctl = cache->caching_ctl;
Elena Reshetova1e4f4712017-03-03 10:55:14 +0200330 refcount_inc(&ctl->count);
Yan Zheng11833d62009-09-11 16:11:19 -0400331 spin_unlock(&cache->lock);
332 return ctl;
333}
334
335static void put_caching_control(struct btrfs_caching_control *ctl)
336{
Elena Reshetova1e4f4712017-03-03 10:55:14 +0200337 if (refcount_dec_and_test(&ctl->count))
Yan Zheng11833d62009-09-11 16:11:19 -0400338 kfree(ctl);
339}
340
Josef Bacikd0bd4562015-09-23 14:54:14 -0400341#ifdef CONFIG_BTRFS_DEBUG
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400342static void fragment_free_space(struct btrfs_block_group_cache *block_group)
Josef Bacikd0bd4562015-09-23 14:54:14 -0400343{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400344 struct btrfs_fs_info *fs_info = block_group->fs_info;
Josef Bacikd0bd4562015-09-23 14:54:14 -0400345 u64 start = block_group->key.objectid;
346 u64 len = block_group->key.offset;
347 u64 chunk = block_group->flags & BTRFS_BLOCK_GROUP_METADATA ?
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400348 fs_info->nodesize : fs_info->sectorsize;
Josef Bacikd0bd4562015-09-23 14:54:14 -0400349 u64 step = chunk << 1;
350
351 while (len > chunk) {
352 btrfs_remove_free_space(block_group, start, chunk);
353 start += step;
354 if (len < step)
355 len = 0;
356 else
357 len -= step;
358 }
359}
360#endif
361
Josef Bacik0f9dd462008-09-23 13:14:11 -0400362/*
363 * this is only called by cache_block_group, since we could have freed extents
364 * we need to check the pinned_extents for any extents that can't be used yet
365 * since their free space will be released as soon as the transaction commits.
366 */
Omar Sandovala5ed9182015-09-29 20:50:35 -0700367u64 add_new_free_space(struct btrfs_block_group_cache *block_group,
368 struct btrfs_fs_info *info, u64 start, u64 end)
Josef Bacik0f9dd462008-09-23 13:14:11 -0400369{
Josef Bacik817d52f2009-07-13 21:29:25 -0400370 u64 extent_start, extent_end, size, total_added = 0;
Josef Bacik0f9dd462008-09-23 13:14:11 -0400371 int ret;
372
373 while (start < end) {
Yan Zheng11833d62009-09-11 16:11:19 -0400374 ret = find_first_extent_bit(info->pinned_extents, start,
Josef Bacik0f9dd462008-09-23 13:14:11 -0400375 &extent_start, &extent_end,
Josef Bacike6138872012-09-27 17:07:30 -0400376 EXTENT_DIRTY | EXTENT_UPTODATE,
377 NULL);
Josef Bacik0f9dd462008-09-23 13:14:11 -0400378 if (ret)
379 break;
380
Yan, Zheng06b23312009-11-26 09:31:11 +0000381 if (extent_start <= start) {
Josef Bacik0f9dd462008-09-23 13:14:11 -0400382 start = extent_end + 1;
383 } else if (extent_start > start && extent_start < end) {
384 size = extent_start - start;
Josef Bacik817d52f2009-07-13 21:29:25 -0400385 total_added += size;
Josef Bacikea6a4782008-11-20 12:16:16 -0500386 ret = btrfs_add_free_space(block_group, start,
387 size);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100388 BUG_ON(ret); /* -ENOMEM or logic error */
Josef Bacik0f9dd462008-09-23 13:14:11 -0400389 start = extent_end + 1;
390 } else {
391 break;
392 }
393 }
394
395 if (start < end) {
396 size = end - start;
Josef Bacik817d52f2009-07-13 21:29:25 -0400397 total_added += size;
Josef Bacikea6a4782008-11-20 12:16:16 -0500398 ret = btrfs_add_free_space(block_group, start, size);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100399 BUG_ON(ret); /* -ENOMEM or logic error */
Josef Bacik0f9dd462008-09-23 13:14:11 -0400400 }
401
Josef Bacik817d52f2009-07-13 21:29:25 -0400402 return total_added;
Josef Bacik0f9dd462008-09-23 13:14:11 -0400403}
404
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700405static int load_extent_tree_free(struct btrfs_caching_control *caching_ctl)
Chris Masone37c9e62007-05-09 20:13:14 -0400406{
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400407 struct btrfs_block_group_cache *block_group = caching_ctl->block_group;
408 struct btrfs_fs_info *fs_info = block_group->fs_info;
409 struct btrfs_root *extent_root = fs_info->extent_root;
Chris Masone37c9e62007-05-09 20:13:14 -0400410 struct btrfs_path *path;
Chris Mason5f39d392007-10-15 16:14:19 -0400411 struct extent_buffer *leaf;
Yan Zheng11833d62009-09-11 16:11:19 -0400412 struct btrfs_key key;
Josef Bacik817d52f2009-07-13 21:29:25 -0400413 u64 total_found = 0;
Yan Zheng11833d62009-09-11 16:11:19 -0400414 u64 last = 0;
415 u32 nritems;
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700416 int ret;
Josef Bacikd0bd4562015-09-23 14:54:14 -0400417 bool wakeup = true;
Chris Masonf510cfe2007-10-15 16:14:48 -0400418
Chris Masone37c9e62007-05-09 20:13:14 -0400419 path = btrfs_alloc_path();
420 if (!path)
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700421 return -ENOMEM;
Yan7d7d6062007-09-14 16:15:28 -0400422
Josef Bacik817d52f2009-07-13 21:29:25 -0400423 last = max_t(u64, block_group->key.objectid, BTRFS_SUPER_INFO_OFFSET);
Yan Zheng11833d62009-09-11 16:11:19 -0400424
Josef Bacikd0bd4562015-09-23 14:54:14 -0400425#ifdef CONFIG_BTRFS_DEBUG
426 /*
427 * If we're fragmenting we don't want to make anybody think we can
428 * allocate from this block group until we've had a chance to fragment
429 * the free space.
430 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400431 if (btrfs_should_fragment_free_space(block_group))
Josef Bacikd0bd4562015-09-23 14:54:14 -0400432 wakeup = false;
433#endif
Chris Mason5cd57b22008-06-25 16:01:30 -0400434 /*
Josef Bacik817d52f2009-07-13 21:29:25 -0400435 * We don't want to deadlock with somebody trying to allocate a new
436 * extent for the extent root while also trying to search the extent
437 * root to add free space. So we skip locking and search the commit
438 * root, since its read-only
Chris Mason5cd57b22008-06-25 16:01:30 -0400439 */
440 path->skip_locking = 1;
Josef Bacik817d52f2009-07-13 21:29:25 -0400441 path->search_commit_root = 1;
David Sterbae4058b52015-11-27 16:31:35 +0100442 path->reada = READA_FORWARD;
Josef Bacik817d52f2009-07-13 21:29:25 -0400443
Yan Zhenge4404d62008-12-12 10:03:26 -0500444 key.objectid = last;
Chris Masone37c9e62007-05-09 20:13:14 -0400445 key.offset = 0;
Yan Zheng11833d62009-09-11 16:11:19 -0400446 key.type = BTRFS_EXTENT_ITEM_KEY;
Chris Mason013f1b12009-07-31 14:57:55 -0400447
Liu Bo52ee28d2013-07-11 17:51:15 +0800448next:
Yan Zheng11833d62009-09-11 16:11:19 -0400449 ret = btrfs_search_slot(NULL, extent_root, &key, path, 0, 0);
Chris Masone37c9e62007-05-09 20:13:14 -0400450 if (ret < 0)
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700451 goto out;
Yan Zhenga512bbf2008-12-08 16:46:26 -0500452
Yan Zheng11833d62009-09-11 16:11:19 -0400453 leaf = path->nodes[0];
454 nritems = btrfs_header_nritems(leaf);
455
Chris Masond3977122009-01-05 21:25:51 -0500456 while (1) {
David Sterba7841cb22011-05-31 18:07:27 +0200457 if (btrfs_fs_closing(fs_info) > 1) {
Yan Zhengf25784b2009-07-28 08:41:57 -0400458 last = (u64)-1;
Josef Bacik817d52f2009-07-13 21:29:25 -0400459 break;
Yan Zhengf25784b2009-07-28 08:41:57 -0400460 }
Josef Bacik817d52f2009-07-13 21:29:25 -0400461
Yan Zheng11833d62009-09-11 16:11:19 -0400462 if (path->slots[0] < nritems) {
463 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
464 } else {
465 ret = find_next_key(path, 0, &key);
466 if (ret)
Chris Masone37c9e62007-05-09 20:13:14 -0400467 break;
Josef Bacik817d52f2009-07-13 21:29:25 -0400468
Josef Bacikc9ea7b22013-09-19 10:02:11 -0400469 if (need_resched() ||
Josef Bacik9e351cc2014-03-13 15:42:13 -0400470 rwsem_is_contended(&fs_info->commit_root_sem)) {
Josef Bacikd0bd4562015-09-23 14:54:14 -0400471 if (wakeup)
472 caching_ctl->progress = last;
Chris Masonff5714c2011-05-28 07:00:39 -0400473 btrfs_release_path(path);
Josef Bacik9e351cc2014-03-13 15:42:13 -0400474 up_read(&fs_info->commit_root_sem);
Josef Bacik589d8ad2011-05-11 17:30:53 -0400475 mutex_unlock(&caching_ctl->mutex);
Yan Zheng11833d62009-09-11 16:11:19 -0400476 cond_resched();
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700477 mutex_lock(&caching_ctl->mutex);
478 down_read(&fs_info->commit_root_sem);
479 goto next;
Josef Bacik589d8ad2011-05-11 17:30:53 -0400480 }
Josef Bacik0a3896d2013-04-19 14:37:26 -0400481
482 ret = btrfs_next_leaf(extent_root, path);
483 if (ret < 0)
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700484 goto out;
Josef Bacik0a3896d2013-04-19 14:37:26 -0400485 if (ret)
486 break;
Josef Bacik589d8ad2011-05-11 17:30:53 -0400487 leaf = path->nodes[0];
488 nritems = btrfs_header_nritems(leaf);
489 continue;
Yan Zheng11833d62009-09-11 16:11:19 -0400490 }
Josef Bacik817d52f2009-07-13 21:29:25 -0400491
Liu Bo52ee28d2013-07-11 17:51:15 +0800492 if (key.objectid < last) {
493 key.objectid = last;
494 key.offset = 0;
495 key.type = BTRFS_EXTENT_ITEM_KEY;
496
Josef Bacikd0bd4562015-09-23 14:54:14 -0400497 if (wakeup)
498 caching_ctl->progress = last;
Liu Bo52ee28d2013-07-11 17:51:15 +0800499 btrfs_release_path(path);
500 goto next;
501 }
502
Yan Zheng11833d62009-09-11 16:11:19 -0400503 if (key.objectid < block_group->key.objectid) {
504 path->slots[0]++;
Josef Bacik817d52f2009-07-13 21:29:25 -0400505 continue;
Chris Masone37c9e62007-05-09 20:13:14 -0400506 }
Josef Bacik0f9dd462008-09-23 13:14:11 -0400507
Chris Masone37c9e62007-05-09 20:13:14 -0400508 if (key.objectid >= block_group->key.objectid +
Josef Bacik0f9dd462008-09-23 13:14:11 -0400509 block_group->key.offset)
Yan7d7d6062007-09-14 16:15:28 -0400510 break;
Yan7d7d6062007-09-14 16:15:28 -0400511
Josef Bacik3173a182013-03-07 14:22:04 -0500512 if (key.type == BTRFS_EXTENT_ITEM_KEY ||
513 key.type == BTRFS_METADATA_ITEM_KEY) {
Josef Bacik817d52f2009-07-13 21:29:25 -0400514 total_found += add_new_free_space(block_group,
515 fs_info, last,
516 key.objectid);
Josef Bacik3173a182013-03-07 14:22:04 -0500517 if (key.type == BTRFS_METADATA_ITEM_KEY)
518 last = key.objectid +
Jeff Mahoneyda170662016-06-15 09:22:56 -0400519 fs_info->nodesize;
Josef Bacik3173a182013-03-07 14:22:04 -0500520 else
521 last = key.objectid + key.offset;
Josef Bacik817d52f2009-07-13 21:29:25 -0400522
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700523 if (total_found > CACHING_CTL_WAKE_UP) {
Yan Zheng11833d62009-09-11 16:11:19 -0400524 total_found = 0;
Josef Bacikd0bd4562015-09-23 14:54:14 -0400525 if (wakeup)
526 wake_up(&caching_ctl->wait);
Yan Zheng11833d62009-09-11 16:11:19 -0400527 }
Josef Bacik817d52f2009-07-13 21:29:25 -0400528 }
Chris Masone37c9e62007-05-09 20:13:14 -0400529 path->slots[0]++;
530 }
Josef Bacikef8bbdf2008-09-23 13:14:11 -0400531 ret = 0;
Josef Bacik817d52f2009-07-13 21:29:25 -0400532
533 total_found += add_new_free_space(block_group, fs_info, last,
534 block_group->key.objectid +
535 block_group->key.offset);
Yan Zheng11833d62009-09-11 16:11:19 -0400536 caching_ctl->progress = (u64)-1;
Josef Bacik817d52f2009-07-13 21:29:25 -0400537
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700538out:
539 btrfs_free_path(path);
540 return ret;
541}
542
543static noinline void caching_thread(struct btrfs_work *work)
544{
545 struct btrfs_block_group_cache *block_group;
546 struct btrfs_fs_info *fs_info;
547 struct btrfs_caching_control *caching_ctl;
Chris Masonb4570aa2015-12-30 07:37:26 -0800548 struct btrfs_root *extent_root;
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700549 int ret;
550
551 caching_ctl = container_of(work, struct btrfs_caching_control, work);
552 block_group = caching_ctl->block_group;
553 fs_info = block_group->fs_info;
Chris Masonb4570aa2015-12-30 07:37:26 -0800554 extent_root = fs_info->extent_root;
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700555
556 mutex_lock(&caching_ctl->mutex);
557 down_read(&fs_info->commit_root_sem);
558
Omar Sandoval1e144fb2015-09-29 20:50:37 -0700559 if (btrfs_fs_compat_ro(fs_info, FREE_SPACE_TREE))
560 ret = load_free_space_tree(caching_ctl);
561 else
562 ret = load_extent_tree_free(caching_ctl);
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700563
Josef Bacik817d52f2009-07-13 21:29:25 -0400564 spin_lock(&block_group->lock);
Yan Zheng11833d62009-09-11 16:11:19 -0400565 block_group->caching_ctl = NULL;
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700566 block_group->cached = ret ? BTRFS_CACHE_ERROR : BTRFS_CACHE_FINISHED;
Josef Bacik817d52f2009-07-13 21:29:25 -0400567 spin_unlock(&block_group->lock);
568
Josef Bacikd0bd4562015-09-23 14:54:14 -0400569#ifdef CONFIG_BTRFS_DEBUG
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400570 if (btrfs_should_fragment_free_space(block_group)) {
Josef Bacikd0bd4562015-09-23 14:54:14 -0400571 u64 bytes_used;
572
573 spin_lock(&block_group->space_info->lock);
574 spin_lock(&block_group->lock);
575 bytes_used = block_group->key.offset -
576 btrfs_block_group_used(&block_group->item);
577 block_group->space_info->bytes_used += bytes_used >> 1;
578 spin_unlock(&block_group->lock);
579 spin_unlock(&block_group->space_info->lock);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400580 fragment_free_space(block_group);
Josef Bacikd0bd4562015-09-23 14:54:14 -0400581 }
582#endif
583
584 caching_ctl->progress = (u64)-1;
Chris Masonf7d3d2f2015-12-18 11:11:10 -0800585
Josef Bacik9e351cc2014-03-13 15:42:13 -0400586 up_read(&fs_info->commit_root_sem);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400587 free_excluded_extents(fs_info, block_group);
Yan Zheng11833d62009-09-11 16:11:19 -0400588 mutex_unlock(&caching_ctl->mutex);
Omar Sandoval73fa48b2015-09-29 20:50:33 -0700589
Yan Zheng11833d62009-09-11 16:11:19 -0400590 wake_up(&caching_ctl->wait);
591
592 put_caching_control(caching_ctl);
Josef Bacik11dfe352009-11-13 20:12:59 +0000593 btrfs_put_block_group(block_group);
Josef Bacik817d52f2009-07-13 21:29:25 -0400594}
595
Josef Bacik9d66e232010-08-25 16:54:15 -0400596static int cache_block_group(struct btrfs_block_group_cache *cache,
Josef Bacik9d66e232010-08-25 16:54:15 -0400597 int load_cache_only)
Josef Bacik817d52f2009-07-13 21:29:25 -0400598{
Josef Bacik291c7d22011-11-14 13:52:14 -0500599 DEFINE_WAIT(wait);
Yan Zheng11833d62009-09-11 16:11:19 -0400600 struct btrfs_fs_info *fs_info = cache->fs_info;
601 struct btrfs_caching_control *caching_ctl;
Josef Bacik817d52f2009-07-13 21:29:25 -0400602 int ret = 0;
603
Josef Bacik291c7d22011-11-14 13:52:14 -0500604 caching_ctl = kzalloc(sizeof(*caching_ctl), GFP_NOFS);
Jeff Mahoney79787ea2012-03-12 16:03:00 +0100605 if (!caching_ctl)
606 return -ENOMEM;
Josef Bacik291c7d22011-11-14 13:52:14 -0500607
608 INIT_LIST_HEAD(&caching_ctl->list);
609 mutex_init(&caching_ctl->mutex);
610 init_waitqueue_head(&caching_ctl->wait);
611 caching_ctl->block_group = cache;
612 caching_ctl->progress = cache->key.objectid;
Elena Reshetova1e4f4712017-03-03 10:55:14 +0200613 refcount_set(&caching_ctl->count, 1);
Liu Bo9e0af232014-08-15 23:36:53 +0800614 btrfs_init_work(&caching_ctl->work, btrfs_cache_helper,
615 caching_thread, NULL, NULL);
Josef Bacik291c7d22011-11-14 13:52:14 -0500616
617 spin_lock(&cache->lock);
618 /*
619 * This should be a rare occasion, but this could happen I think in the
620 * case where one thread starts to load the space cache info, and then
621 * some other thread starts a transaction commit which tries to do an
622 * allocation while the other thread is still loading the space cache
623 * info. The previous loop should have kept us from choosing this block
624 * group, but if we've moved to the state where we will wait on caching
625 * block groups we need to first check if we're doing a fast load here,
626 * so we can wait for it to finish, otherwise we could end up allocating
627 * from a block group who's cache gets evicted for one reason or
628 * another.
629 */
630 while (cache->cached == BTRFS_CACHE_FAST) {
631 struct btrfs_caching_control *ctl;
632
633 ctl = cache->caching_ctl;
Elena Reshetova1e4f4712017-03-03 10:55:14 +0200634 refcount_inc(&ctl->count);
Josef Bacik291c7d22011-11-14 13:52:14 -0500635 prepare_to_wait(&ctl->wait, &wait, TASK_UNINTERRUPTIBLE);
636 spin_unlock(&cache->lock);
637
638 schedule();
639
640 finish_wait(&ctl->wait, &wait);
641 put_caching_control(ctl);
642 spin_lock(&cache->lock);
643 }
644
645 if (cache->cached != BTRFS_CACHE_NO) {
646 spin_unlock(&cache->lock);
647 kfree(caching_ctl);
Yan Zheng11833d62009-09-11 16:11:19 -0400648 return 0;
Josef Bacik291c7d22011-11-14 13:52:14 -0500649 }
650 WARN_ON(cache->caching_ctl);
651 cache->caching_ctl = caching_ctl;
652 cache->cached = BTRFS_CACHE_FAST;
653 spin_unlock(&cache->lock);
Yan Zheng11833d62009-09-11 16:11:19 -0400654
Josef Bacikd53ba472012-04-12 16:03:57 -0400655 if (fs_info->mount_opt & BTRFS_MOUNT_SPACE_CACHE) {
Josef Bacikcb83b7b2014-11-26 11:52:54 -0500656 mutex_lock(&caching_ctl->mutex);
Josef Bacik9d66e232010-08-25 16:54:15 -0400657 ret = load_free_space_cache(fs_info, cache);
658
659 spin_lock(&cache->lock);
660 if (ret == 1) {
Josef Bacik291c7d22011-11-14 13:52:14 -0500661 cache->caching_ctl = NULL;
Josef Bacik9d66e232010-08-25 16:54:15 -0400662 cache->cached = BTRFS_CACHE_FINISHED;
663 cache->last_byte_to_unpin = (u64)-1;
Josef Bacikcb83b7b2014-11-26 11:52:54 -0500664 caching_ctl->progress = (u64)-1;
Josef Bacik9d66e232010-08-25 16:54:15 -0400665 } else {
Josef Bacik291c7d22011-11-14 13:52:14 -0500666 if (load_cache_only) {
667 cache->caching_ctl = NULL;
668 cache->cached = BTRFS_CACHE_NO;
669 } else {
670 cache->cached = BTRFS_CACHE_STARTED;
Filipe Manana4f69cb92014-11-26 15:28:51 +0000671 cache->has_caching_ctl = 1;
Josef Bacik291c7d22011-11-14 13:52:14 -0500672 }
Josef Bacik9d66e232010-08-25 16:54:15 -0400673 }
674 spin_unlock(&cache->lock);
Josef Bacikd0bd4562015-09-23 14:54:14 -0400675#ifdef CONFIG_BTRFS_DEBUG
676 if (ret == 1 &&
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400677 btrfs_should_fragment_free_space(cache)) {
Josef Bacikd0bd4562015-09-23 14:54:14 -0400678 u64 bytes_used;
679
680 spin_lock(&cache->space_info->lock);
681 spin_lock(&cache->lock);
682 bytes_used = cache->key.offset -
683 btrfs_block_group_used(&cache->item);
684 cache->space_info->bytes_used += bytes_used >> 1;
685 spin_unlock(&cache->lock);
686 spin_unlock(&cache->space_info->lock);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400687 fragment_free_space(cache);
Josef Bacikd0bd4562015-09-23 14:54:14 -0400688 }
689#endif
Josef Bacikcb83b7b2014-11-26 11:52:54 -0500690 mutex_unlock(&caching_ctl->mutex);
691
Josef Bacik291c7d22011-11-14 13:52:14 -0500692 wake_up(&caching_ctl->wait);
Josef Bacik3c148742011-02-02 15:53:47 +0000693 if (ret == 1) {
Josef Bacik291c7d22011-11-14 13:52:14 -0500694 put_caching_control(caching_ctl);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400695 free_excluded_extents(fs_info, cache);
Josef Bacik9d66e232010-08-25 16:54:15 -0400696 return 0;
Josef Bacik3c148742011-02-02 15:53:47 +0000697 }
Josef Bacik291c7d22011-11-14 13:52:14 -0500698 } else {
699 /*
Omar Sandoval1e144fb2015-09-29 20:50:37 -0700700 * We're either using the free space tree or no caching at all.
701 * Set cached to the appropriate value and wakeup any waiters.
Josef Bacik291c7d22011-11-14 13:52:14 -0500702 */
703 spin_lock(&cache->lock);
704 if (load_cache_only) {
705 cache->caching_ctl = NULL;
706 cache->cached = BTRFS_CACHE_NO;
707 } else {
708 cache->cached = BTRFS_CACHE_STARTED;
Filipe Manana4f69cb92014-11-26 15:28:51 +0000709 cache->has_caching_ctl = 1;
Josef Bacik291c7d22011-11-14 13:52:14 -0500710 }
Josef Bacik817d52f2009-07-13 21:29:25 -0400711 spin_unlock(&cache->lock);
Josef Bacik291c7d22011-11-14 13:52:14 -0500712 wake_up(&caching_ctl->wait);
713 }
714
715 if (load_cache_only) {
716 put_caching_control(caching_ctl);
Yan Zheng11833d62009-09-11 16:11:19 -0400717 return 0;
Josef Bacik817d52f2009-07-13 21:29:25 -0400718 }
Josef Bacik817d52f2009-07-13 21:29:25 -0400719
Josef Bacik9e351cc2014-03-13 15:42:13 -0400720 down_write(&fs_info->commit_root_sem);
Elena Reshetova1e4f4712017-03-03 10:55:14 +0200721 refcount_inc(&caching_ctl->count);
Yan Zheng11833d62009-09-11 16:11:19 -0400722 list_add_tail(&caching_ctl->list, &fs_info->caching_block_groups);
Josef Bacik9e351cc2014-03-13 15:42:13 -0400723 up_write(&fs_info->commit_root_sem);
Yan Zheng11833d62009-09-11 16:11:19 -0400724
Josef Bacik11dfe352009-11-13 20:12:59 +0000725 btrfs_get_block_group(cache);
Yan Zheng11833d62009-09-11 16:11:19 -0400726
Qu Wenruoe66f0bb2014-02-28 10:46:12 +0800727 btrfs_queue_work(fs_info->caching_workers, &caching_ctl->work);
Josef Bacik817d52f2009-07-13 21:29:25 -0400728
Josef Bacikef8bbdf2008-09-23 13:14:11 -0400729 return ret;
Chris Masone37c9e62007-05-09 20:13:14 -0400730}
731
Josef Bacik0f9dd462008-09-23 13:14:11 -0400732/*
733 * return the block group that starts at or after bytenr
734 */
Chris Masond3977122009-01-05 21:25:51 -0500735static struct btrfs_block_group_cache *
736btrfs_lookup_first_block_group(struct btrfs_fs_info *info, u64 bytenr)
Chris Mason0ef3e662008-05-24 14:04:53 -0400737{
Masahiro Yamadae2c89902016-09-13 04:35:52 +0900738 return block_group_cache_tree_search(info, bytenr, 0);
Chris Mason0ef3e662008-05-24 14:04:53 -0400739}
740
Josef Bacik0f9dd462008-09-23 13:14:11 -0400741/*
Sankar P9f556842009-05-14 13:52:22 -0400742 * return the block group that contains the given bytenr
Josef Bacik0f9dd462008-09-23 13:14:11 -0400743 */
Chris Masond3977122009-01-05 21:25:51 -0500744struct btrfs_block_group_cache *btrfs_lookup_block_group(
745 struct btrfs_fs_info *info,
746 u64 bytenr)
Chris Masonbe744172007-05-06 10:15:01 -0400747{
Masahiro Yamadae2c89902016-09-13 04:35:52 +0900748 return block_group_cache_tree_search(info, bytenr, 1);
Chris Masonbe744172007-05-06 10:15:01 -0400749}
Chris Mason0b86a832008-03-24 15:01:56 -0400750
Josef Bacik0f9dd462008-09-23 13:14:11 -0400751static struct btrfs_space_info *__find_space_info(struct btrfs_fs_info *info,
752 u64 flags)
Chris Mason6324fbf2008-03-24 15:01:59 -0400753{
Josef Bacik0f9dd462008-09-23 13:14:11 -0400754 struct list_head *head = &info->space_info;
Josef Bacik0f9dd462008-09-23 13:14:11 -0400755 struct btrfs_space_info *found;
Chris Mason4184ea72009-03-10 12:39:20 -0400756
Ilya Dryomov52ba6922012-01-16 22:04:47 +0200757 flags &= BTRFS_BLOCK_GROUP_TYPE_MASK;
Yan, Zhengb742bb82010-05-16 10:46:24 -0400758
Chris Mason4184ea72009-03-10 12:39:20 -0400759 rcu_read_lock();
760 list_for_each_entry_rcu(found, head, list) {
Josef Bacik67377732010-09-16 16:19:09 -0400761 if (found->flags & flags) {
Chris Mason4184ea72009-03-10 12:39:20 -0400762 rcu_read_unlock();
Josef Bacik0f9dd462008-09-23 13:14:11 -0400763 return found;
Chris Mason4184ea72009-03-10 12:39:20 -0400764 }
Josef Bacik0f9dd462008-09-23 13:14:11 -0400765 }
Chris Mason4184ea72009-03-10 12:39:20 -0400766 rcu_read_unlock();
Josef Bacik0f9dd462008-09-23 13:14:11 -0400767 return NULL;
Chris Mason6324fbf2008-03-24 15:01:59 -0400768}
769
Omar Sandoval0d9f8242017-06-06 16:45:26 -0700770static void add_pinned_bytes(struct btrfs_fs_info *fs_info, s64 num_bytes,
771 u64 owner, u64 root_objectid)
772{
773 struct btrfs_space_info *space_info;
774 u64 flags;
775
776 if (owner < BTRFS_FIRST_FREE_OBJECTID) {
777 if (root_objectid == BTRFS_CHUNK_TREE_OBJECTID)
778 flags = BTRFS_BLOCK_GROUP_SYSTEM;
779 else
780 flags = BTRFS_BLOCK_GROUP_METADATA;
781 } else {
782 flags = BTRFS_BLOCK_GROUP_DATA;
783 }
784
785 space_info = __find_space_info(fs_info, flags);
Omar Sandoval55e81962017-06-06 16:45:27 -0700786 ASSERT(space_info);
Omar Sandoval0d9f8242017-06-06 16:45:26 -0700787 percpu_counter_add(&space_info->total_bytes_pinned, num_bytes);
788}
789
Chris Mason4184ea72009-03-10 12:39:20 -0400790/*
791 * after adding space to the filesystem, we need to clear the full flags
792 * on all the space infos.
793 */
794void btrfs_clear_space_info_full(struct btrfs_fs_info *info)
795{
796 struct list_head *head = &info->space_info;
797 struct btrfs_space_info *found;
798
799 rcu_read_lock();
800 list_for_each_entry_rcu(found, head, list)
801 found->full = 0;
802 rcu_read_unlock();
803}
804
Filipe Manana1a4ed8f2014-10-27 10:44:24 +0000805/* simple helper to search for an existing data extent at a given offset */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400806int btrfs_lookup_data_extent(struct btrfs_fs_info *fs_info, u64 start, u64 len)
Chris Masone02119d2008-09-05 16:13:11 -0400807{
808 int ret;
809 struct btrfs_key key;
Zheng Yan31840ae2008-09-23 13:14:14 -0400810 struct btrfs_path *path;
Chris Masone02119d2008-09-05 16:13:11 -0400811
Zheng Yan31840ae2008-09-23 13:14:14 -0400812 path = btrfs_alloc_path();
Mark Fashehd8926bb2011-07-13 10:38:47 -0700813 if (!path)
814 return -ENOMEM;
815
Chris Masone02119d2008-09-05 16:13:11 -0400816 key.objectid = start;
817 key.offset = len;
Josef Bacik3173a182013-03-07 14:22:04 -0500818 key.type = BTRFS_EXTENT_ITEM_KEY;
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400819 ret = btrfs_search_slot(NULL, fs_info->extent_root, &key, path, 0, 0);
Zheng Yan31840ae2008-09-23 13:14:14 -0400820 btrfs_free_path(path);
Chris Mason7bb86312007-12-11 09:25:06 -0500821 return ret;
822}
823
Chris Masond8d5f3e2007-12-11 12:42:00 -0500824/*
Josef Bacik3173a182013-03-07 14:22:04 -0500825 * helper function to lookup reference count and flags of a tree block.
Yan, Zhenga22285a2010-05-16 10:48:46 -0400826 *
827 * the head node for delayed ref is used to store the sum of all the
828 * reference count modifications queued up in the rbtree. the head
829 * node may also store the extent flags to set. This way you can check
830 * to see what the reference count and extent flags would be if all of
831 * the delayed refs are not processed.
832 */
833int btrfs_lookup_extent_info(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -0400834 struct btrfs_fs_info *fs_info, u64 bytenr,
Josef Bacik3173a182013-03-07 14:22:04 -0500835 u64 offset, int metadata, u64 *refs, u64 *flags)
Yan, Zhenga22285a2010-05-16 10:48:46 -0400836{
837 struct btrfs_delayed_ref_head *head;
838 struct btrfs_delayed_ref_root *delayed_refs;
839 struct btrfs_path *path;
840 struct btrfs_extent_item *ei;
841 struct extent_buffer *leaf;
842 struct btrfs_key key;
843 u32 item_size;
844 u64 num_refs;
845 u64 extent_flags;
846 int ret;
847
Josef Bacik3173a182013-03-07 14:22:04 -0500848 /*
849 * If we don't have skinny metadata, don't bother doing anything
850 * different
851 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400852 if (metadata && !btrfs_fs_incompat(fs_info, SKINNY_METADATA)) {
853 offset = fs_info->nodesize;
Josef Bacik3173a182013-03-07 14:22:04 -0500854 metadata = 0;
855 }
856
Yan, Zhenga22285a2010-05-16 10:48:46 -0400857 path = btrfs_alloc_path();
858 if (!path)
859 return -ENOMEM;
860
Yan, Zhenga22285a2010-05-16 10:48:46 -0400861 if (!trans) {
862 path->skip_locking = 1;
863 path->search_commit_root = 1;
864 }
Filipe David Borba Manana639eefc2013-12-08 00:26:29 +0000865
866search_again:
867 key.objectid = bytenr;
868 key.offset = offset;
869 if (metadata)
870 key.type = BTRFS_METADATA_ITEM_KEY;
871 else
872 key.type = BTRFS_EXTENT_ITEM_KEY;
873
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400874 ret = btrfs_search_slot(trans, fs_info->extent_root, &key, path, 0, 0);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400875 if (ret < 0)
876 goto out_free;
877
Josef Bacik3173a182013-03-07 14:22:04 -0500878 if (ret > 0 && metadata && key.type == BTRFS_METADATA_ITEM_KEY) {
Filipe David Borba Manana74be9512013-07-05 23:12:06 +0100879 if (path->slots[0]) {
880 path->slots[0]--;
881 btrfs_item_key_to_cpu(path->nodes[0], &key,
882 path->slots[0]);
883 if (key.objectid == bytenr &&
884 key.type == BTRFS_EXTENT_ITEM_KEY &&
Jeff Mahoney0b246af2016-06-22 18:54:23 -0400885 key.offset == fs_info->nodesize)
Filipe David Borba Manana74be9512013-07-05 23:12:06 +0100886 ret = 0;
887 }
Josef Bacik3173a182013-03-07 14:22:04 -0500888 }
889
Yan, Zhenga22285a2010-05-16 10:48:46 -0400890 if (ret == 0) {
891 leaf = path->nodes[0];
892 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
893 if (item_size >= sizeof(*ei)) {
894 ei = btrfs_item_ptr(leaf, path->slots[0],
895 struct btrfs_extent_item);
896 num_refs = btrfs_extent_refs(leaf, ei);
897 extent_flags = btrfs_extent_flags(leaf, ei);
898 } else {
899#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
900 struct btrfs_extent_item_v0 *ei0;
901 BUG_ON(item_size != sizeof(*ei0));
902 ei0 = btrfs_item_ptr(leaf, path->slots[0],
903 struct btrfs_extent_item_v0);
904 num_refs = btrfs_extent_refs_v0(leaf, ei0);
905 /* FIXME: this isn't correct for data */
906 extent_flags = BTRFS_BLOCK_FLAG_FULL_BACKREF;
907#else
908 BUG();
909#endif
910 }
911 BUG_ON(num_refs == 0);
912 } else {
913 num_refs = 0;
914 extent_flags = 0;
915 ret = 0;
916 }
917
918 if (!trans)
919 goto out;
920
921 delayed_refs = &trans->transaction->delayed_refs;
922 spin_lock(&delayed_refs->lock);
Liu Bof72ad18e2017-01-30 12:24:37 -0800923 head = btrfs_find_delayed_ref_head(delayed_refs, bytenr);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400924 if (head) {
925 if (!mutex_trylock(&head->mutex)) {
Elena Reshetova6df8cdf2017-03-03 10:55:15 +0200926 refcount_inc(&head->node.refs);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400927 spin_unlock(&delayed_refs->lock);
928
David Sterbab3b4aa72011-04-21 01:20:15 +0200929 btrfs_release_path(path);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400930
David Sterba8cc33e52011-05-02 15:29:25 +0200931 /*
932 * Mutex was contended, block until it's released and try
933 * again
934 */
Yan, Zhenga22285a2010-05-16 10:48:46 -0400935 mutex_lock(&head->mutex);
936 mutex_unlock(&head->mutex);
937 btrfs_put_delayed_ref(&head->node);
Filipe David Borba Manana639eefc2013-12-08 00:26:29 +0000938 goto search_again;
Yan, Zhenga22285a2010-05-16 10:48:46 -0400939 }
Josef Bacikd7df2c72014-01-23 09:21:38 -0500940 spin_lock(&head->lock);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400941 if (head->extent_op && head->extent_op->update_flags)
942 extent_flags |= head->extent_op->flags_to_set;
943 else
944 BUG_ON(num_refs == 0);
945
946 num_refs += head->node.ref_mod;
Josef Bacikd7df2c72014-01-23 09:21:38 -0500947 spin_unlock(&head->lock);
Yan, Zhenga22285a2010-05-16 10:48:46 -0400948 mutex_unlock(&head->mutex);
949 }
950 spin_unlock(&delayed_refs->lock);
951out:
952 WARN_ON(num_refs == 0);
953 if (refs)
954 *refs = num_refs;
955 if (flags)
956 *flags = extent_flags;
957out_free:
958 btrfs_free_path(path);
959 return ret;
960}
961
962/*
Chris Masond8d5f3e2007-12-11 12:42:00 -0500963 * Back reference rules. Back refs have three main goals:
964 *
965 * 1) differentiate between all holders of references to an extent so that
966 * when a reference is dropped we can make sure it was a valid reference
967 * before freeing the extent.
968 *
969 * 2) Provide enough information to quickly find the holders of an extent
970 * if we notice a given block is corrupted or bad.
971 *
972 * 3) Make it easy to migrate blocks for FS shrinking or storage pool
973 * maintenance. This is actually the same as #2, but with a slightly
974 * different use case.
975 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -0400976 * There are two kinds of back refs. The implicit back refs is optimized
977 * for pointers in non-shared tree blocks. For a given pointer in a block,
978 * back refs of this kind provide information about the block's owner tree
979 * and the pointer's key. These information allow us to find the block by
980 * b-tree searching. The full back refs is for pointers in tree blocks not
981 * referenced by their owner trees. The location of tree block is recorded
982 * in the back refs. Actually the full back refs is generic, and can be
983 * used in all cases the implicit back refs is used. The major shortcoming
984 * of the full back refs is its overhead. Every time a tree block gets
985 * COWed, we have to update back refs entry for all pointers in it.
986 *
987 * For a newly allocated tree block, we use implicit back refs for
988 * pointers in it. This means most tree related operations only involve
989 * implicit back refs. For a tree block created in old transaction, the
990 * only way to drop a reference to it is COW it. So we can detect the
991 * event that tree block loses its owner tree's reference and do the
992 * back refs conversion.
993 *
Nicholas D Steeves01327612016-05-19 21:18:45 -0400994 * When a tree block is COWed through a tree, there are four cases:
Yan Zheng5d4f98a2009-06-10 10:45:14 -0400995 *
996 * The reference count of the block is one and the tree is the block's
997 * owner tree. Nothing to do in this case.
998 *
999 * The reference count of the block is one and the tree is not the
1000 * block's owner tree. In this case, full back refs is used for pointers
1001 * in the block. Remove these full back refs, add implicit back refs for
1002 * every pointers in the new block.
1003 *
1004 * The reference count of the block is greater than one and the tree is
1005 * the block's owner tree. In this case, implicit back refs is used for
1006 * pointers in the block. Add full back refs for every pointers in the
1007 * block, increase lower level extents' reference counts. The original
1008 * implicit back refs are entailed to the new block.
1009 *
1010 * The reference count of the block is greater than one and the tree is
1011 * not the block's owner tree. Add implicit back refs for every pointer in
1012 * the new block, increase lower level extents' reference count.
1013 *
1014 * Back Reference Key composing:
1015 *
1016 * The key objectid corresponds to the first byte in the extent,
1017 * The key type is used to differentiate between types of back refs.
1018 * There are different meanings of the key offset for different types
1019 * of back refs.
1020 *
Chris Masond8d5f3e2007-12-11 12:42:00 -05001021 * File extents can be referenced by:
1022 *
1023 * - multiple snapshots, subvolumes, or different generations in one subvol
Zheng Yan31840ae2008-09-23 13:14:14 -04001024 * - different files inside a single subvolume
Chris Masond8d5f3e2007-12-11 12:42:00 -05001025 * - different offsets inside a file (bookend extents in file.c)
1026 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001027 * The extent ref structure for the implicit back refs has fields for:
Chris Masond8d5f3e2007-12-11 12:42:00 -05001028 *
1029 * - Objectid of the subvolume root
Chris Masond8d5f3e2007-12-11 12:42:00 -05001030 * - objectid of the file holding the reference
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001031 * - original offset in the file
1032 * - how many bookend extents
Zheng Yan31840ae2008-09-23 13:14:14 -04001033 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001034 * The key offset for the implicit back refs is hash of the first
1035 * three fields.
Chris Masond8d5f3e2007-12-11 12:42:00 -05001036 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001037 * The extent ref structure for the full back refs has field for:
Chris Masond8d5f3e2007-12-11 12:42:00 -05001038 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001039 * - number of pointers in the tree leaf
Chris Masond8d5f3e2007-12-11 12:42:00 -05001040 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001041 * The key offset for the implicit back refs is the first byte of
1042 * the tree leaf
Chris Masond8d5f3e2007-12-11 12:42:00 -05001043 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001044 * When a file extent is allocated, The implicit back refs is used.
1045 * the fields are filled in:
Chris Masond8d5f3e2007-12-11 12:42:00 -05001046 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001047 * (root_key.objectid, inode objectid, offset in file, 1)
1048 *
1049 * When a file extent is removed file truncation, we find the
1050 * corresponding implicit back refs and check the following fields:
1051 *
1052 * (btrfs_header_owner(leaf), inode objectid, offset in file)
Chris Masond8d5f3e2007-12-11 12:42:00 -05001053 *
1054 * Btree extents can be referenced by:
1055 *
1056 * - Different subvolumes
Chris Masond8d5f3e2007-12-11 12:42:00 -05001057 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001058 * Both the implicit back refs and the full back refs for tree blocks
1059 * only consist of key. The key offset for the implicit back refs is
1060 * objectid of block's owner tree. The key offset for the full back refs
1061 * is the first byte of parent block.
Chris Masond8d5f3e2007-12-11 12:42:00 -05001062 *
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001063 * When implicit back refs is used, information about the lowest key and
1064 * level of the tree block are required. These information are stored in
1065 * tree block info structure.
Chris Masond8d5f3e2007-12-11 12:42:00 -05001066 */
Zheng Yan31840ae2008-09-23 13:14:14 -04001067
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001068#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
1069static int convert_extent_item_v0(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001070 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001071 struct btrfs_path *path,
1072 u64 owner, u32 extra_size)
Chris Mason74493f72007-12-11 09:25:06 -05001073{
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001074 struct btrfs_root *root = fs_info->extent_root;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001075 struct btrfs_extent_item *item;
1076 struct btrfs_extent_item_v0 *ei0;
1077 struct btrfs_extent_ref_v0 *ref0;
1078 struct btrfs_tree_block_info *bi;
Zheng Yan31840ae2008-09-23 13:14:14 -04001079 struct extent_buffer *leaf;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001080 struct btrfs_key key;
1081 struct btrfs_key found_key;
1082 u32 new_size = sizeof(*item);
1083 u64 refs;
Chris Mason74493f72007-12-11 09:25:06 -05001084 int ret;
1085
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001086 leaf = path->nodes[0];
1087 BUG_ON(btrfs_item_size_nr(leaf, path->slots[0]) != sizeof(*ei0));
Chris Mason74493f72007-12-11 09:25:06 -05001088
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001089 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
1090 ei0 = btrfs_item_ptr(leaf, path->slots[0],
1091 struct btrfs_extent_item_v0);
1092 refs = btrfs_extent_refs_v0(leaf, ei0);
1093
1094 if (owner == (u64)-1) {
1095 while (1) {
1096 if (path->slots[0] >= btrfs_header_nritems(leaf)) {
1097 ret = btrfs_next_leaf(root, path);
1098 if (ret < 0)
1099 return ret;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001100 BUG_ON(ret > 0); /* Corruption */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001101 leaf = path->nodes[0];
1102 }
1103 btrfs_item_key_to_cpu(leaf, &found_key,
1104 path->slots[0]);
1105 BUG_ON(key.objectid != found_key.objectid);
1106 if (found_key.type != BTRFS_EXTENT_REF_V0_KEY) {
1107 path->slots[0]++;
1108 continue;
1109 }
1110 ref0 = btrfs_item_ptr(leaf, path->slots[0],
1111 struct btrfs_extent_ref_v0);
1112 owner = btrfs_ref_objectid_v0(leaf, ref0);
1113 break;
1114 }
1115 }
David Sterbab3b4aa72011-04-21 01:20:15 +02001116 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001117
1118 if (owner < BTRFS_FIRST_FREE_OBJECTID)
1119 new_size += sizeof(*bi);
1120
1121 new_size -= sizeof(*ei0);
1122 ret = btrfs_search_slot(trans, root, &key, path,
1123 new_size + extra_size, 1);
Zheng Yan31840ae2008-09-23 13:14:14 -04001124 if (ret < 0)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001125 return ret;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001126 BUG_ON(ret); /* Corruption */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001127
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001128 btrfs_extend_item(fs_info, path, new_size);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001129
1130 leaf = path->nodes[0];
1131 item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
1132 btrfs_set_extent_refs(leaf, item, refs);
1133 /* FIXME: get real generation */
1134 btrfs_set_extent_generation(leaf, item, 0);
1135 if (owner < BTRFS_FIRST_FREE_OBJECTID) {
1136 btrfs_set_extent_flags(leaf, item,
1137 BTRFS_EXTENT_FLAG_TREE_BLOCK |
1138 BTRFS_BLOCK_FLAG_FULL_BACKREF);
1139 bi = (struct btrfs_tree_block_info *)(item + 1);
1140 /* FIXME: get first key of the block */
David Sterbab159fa22016-11-08 18:09:03 +01001141 memzero_extent_buffer(leaf, (unsigned long)bi, sizeof(*bi));
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001142 btrfs_set_tree_block_level(leaf, bi, (int)owner);
1143 } else {
1144 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_DATA);
1145 }
1146 btrfs_mark_buffer_dirty(leaf);
1147 return 0;
1148}
1149#endif
1150
1151static u64 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset)
1152{
1153 u32 high_crc = ~(u32)0;
1154 u32 low_crc = ~(u32)0;
1155 __le64 lenum;
1156
1157 lenum = cpu_to_le64(root_objectid);
Filipe David Borba Manana14a958e2014-01-12 02:22:46 +00001158 high_crc = btrfs_crc32c(high_crc, &lenum, sizeof(lenum));
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001159 lenum = cpu_to_le64(owner);
Filipe David Borba Manana14a958e2014-01-12 02:22:46 +00001160 low_crc = btrfs_crc32c(low_crc, &lenum, sizeof(lenum));
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001161 lenum = cpu_to_le64(offset);
Filipe David Borba Manana14a958e2014-01-12 02:22:46 +00001162 low_crc = btrfs_crc32c(low_crc, &lenum, sizeof(lenum));
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001163
1164 return ((u64)high_crc << 31) ^ (u64)low_crc;
1165}
1166
1167static u64 hash_extent_data_ref_item(struct extent_buffer *leaf,
1168 struct btrfs_extent_data_ref *ref)
1169{
1170 return hash_extent_data_ref(btrfs_extent_data_ref_root(leaf, ref),
1171 btrfs_extent_data_ref_objectid(leaf, ref),
1172 btrfs_extent_data_ref_offset(leaf, ref));
1173}
1174
1175static int match_extent_data_ref(struct extent_buffer *leaf,
1176 struct btrfs_extent_data_ref *ref,
1177 u64 root_objectid, u64 owner, u64 offset)
1178{
1179 if (btrfs_extent_data_ref_root(leaf, ref) != root_objectid ||
1180 btrfs_extent_data_ref_objectid(leaf, ref) != owner ||
1181 btrfs_extent_data_ref_offset(leaf, ref) != offset)
1182 return 0;
1183 return 1;
1184}
1185
1186static noinline int lookup_extent_data_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001187 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001188 struct btrfs_path *path,
1189 u64 bytenr, u64 parent,
1190 u64 root_objectid,
1191 u64 owner, u64 offset)
1192{
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001193 struct btrfs_root *root = fs_info->extent_root;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001194 struct btrfs_key key;
1195 struct btrfs_extent_data_ref *ref;
1196 struct extent_buffer *leaf;
1197 u32 nritems;
1198 int ret;
1199 int recow;
1200 int err = -ENOENT;
1201
1202 key.objectid = bytenr;
1203 if (parent) {
1204 key.type = BTRFS_SHARED_DATA_REF_KEY;
1205 key.offset = parent;
1206 } else {
1207 key.type = BTRFS_EXTENT_DATA_REF_KEY;
1208 key.offset = hash_extent_data_ref(root_objectid,
1209 owner, offset);
1210 }
1211again:
1212 recow = 0;
1213 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
1214 if (ret < 0) {
1215 err = ret;
1216 goto fail;
1217 }
1218
1219 if (parent) {
1220 if (!ret)
1221 return 0;
1222#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
1223 key.type = BTRFS_EXTENT_REF_V0_KEY;
David Sterbab3b4aa72011-04-21 01:20:15 +02001224 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001225 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
1226 if (ret < 0) {
1227 err = ret;
1228 goto fail;
1229 }
1230 if (!ret)
1231 return 0;
1232#endif
1233 goto fail;
Zheng Yan31840ae2008-09-23 13:14:14 -04001234 }
1235
1236 leaf = path->nodes[0];
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001237 nritems = btrfs_header_nritems(leaf);
1238 while (1) {
1239 if (path->slots[0] >= nritems) {
1240 ret = btrfs_next_leaf(root, path);
1241 if (ret < 0)
1242 err = ret;
1243 if (ret)
1244 goto fail;
1245
1246 leaf = path->nodes[0];
1247 nritems = btrfs_header_nritems(leaf);
1248 recow = 1;
1249 }
1250
1251 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
1252 if (key.objectid != bytenr ||
1253 key.type != BTRFS_EXTENT_DATA_REF_KEY)
1254 goto fail;
1255
1256 ref = btrfs_item_ptr(leaf, path->slots[0],
1257 struct btrfs_extent_data_ref);
1258
1259 if (match_extent_data_ref(leaf, ref, root_objectid,
1260 owner, offset)) {
1261 if (recow) {
David Sterbab3b4aa72011-04-21 01:20:15 +02001262 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001263 goto again;
1264 }
1265 err = 0;
1266 break;
1267 }
1268 path->slots[0]++;
Zheng Yan31840ae2008-09-23 13:14:14 -04001269 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001270fail:
1271 return err;
Zheng Yan31840ae2008-09-23 13:14:14 -04001272}
1273
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001274static noinline int insert_extent_data_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001275 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001276 struct btrfs_path *path,
1277 u64 bytenr, u64 parent,
1278 u64 root_objectid, u64 owner,
1279 u64 offset, int refs_to_add)
Zheng Yan31840ae2008-09-23 13:14:14 -04001280{
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001281 struct btrfs_root *root = fs_info->extent_root;
Zheng Yan31840ae2008-09-23 13:14:14 -04001282 struct btrfs_key key;
1283 struct extent_buffer *leaf;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001284 u32 size;
Zheng Yan31840ae2008-09-23 13:14:14 -04001285 u32 num_refs;
1286 int ret;
1287
1288 key.objectid = bytenr;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001289 if (parent) {
1290 key.type = BTRFS_SHARED_DATA_REF_KEY;
1291 key.offset = parent;
1292 size = sizeof(struct btrfs_shared_data_ref);
Zheng Yan31840ae2008-09-23 13:14:14 -04001293 } else {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001294 key.type = BTRFS_EXTENT_DATA_REF_KEY;
1295 key.offset = hash_extent_data_ref(root_objectid,
1296 owner, offset);
1297 size = sizeof(struct btrfs_extent_data_ref);
Zheng Yan31840ae2008-09-23 13:14:14 -04001298 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001299
1300 ret = btrfs_insert_empty_item(trans, root, path, &key, size);
1301 if (ret && ret != -EEXIST)
1302 goto fail;
1303
1304 leaf = path->nodes[0];
1305 if (parent) {
1306 struct btrfs_shared_data_ref *ref;
1307 ref = btrfs_item_ptr(leaf, path->slots[0],
1308 struct btrfs_shared_data_ref);
1309 if (ret == 0) {
1310 btrfs_set_shared_data_ref_count(leaf, ref, refs_to_add);
1311 } else {
1312 num_refs = btrfs_shared_data_ref_count(leaf, ref);
1313 num_refs += refs_to_add;
1314 btrfs_set_shared_data_ref_count(leaf, ref, num_refs);
1315 }
1316 } else {
1317 struct btrfs_extent_data_ref *ref;
1318 while (ret == -EEXIST) {
1319 ref = btrfs_item_ptr(leaf, path->slots[0],
1320 struct btrfs_extent_data_ref);
1321 if (match_extent_data_ref(leaf, ref, root_objectid,
1322 owner, offset))
1323 break;
David Sterbab3b4aa72011-04-21 01:20:15 +02001324 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001325 key.offset++;
1326 ret = btrfs_insert_empty_item(trans, root, path, &key,
1327 size);
1328 if (ret && ret != -EEXIST)
1329 goto fail;
1330
1331 leaf = path->nodes[0];
1332 }
1333 ref = btrfs_item_ptr(leaf, path->slots[0],
1334 struct btrfs_extent_data_ref);
1335 if (ret == 0) {
1336 btrfs_set_extent_data_ref_root(leaf, ref,
1337 root_objectid);
1338 btrfs_set_extent_data_ref_objectid(leaf, ref, owner);
1339 btrfs_set_extent_data_ref_offset(leaf, ref, offset);
1340 btrfs_set_extent_data_ref_count(leaf, ref, refs_to_add);
1341 } else {
1342 num_refs = btrfs_extent_data_ref_count(leaf, ref);
1343 num_refs += refs_to_add;
1344 btrfs_set_extent_data_ref_count(leaf, ref, num_refs);
1345 }
1346 }
1347 btrfs_mark_buffer_dirty(leaf);
1348 ret = 0;
1349fail:
David Sterbab3b4aa72011-04-21 01:20:15 +02001350 btrfs_release_path(path);
Chris Mason7bb86312007-12-11 09:25:06 -05001351 return ret;
Chris Mason74493f72007-12-11 09:25:06 -05001352}
1353
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001354static noinline int remove_extent_data_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001355 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001356 struct btrfs_path *path,
Josef Bacikfcebe452014-05-13 17:30:47 -07001357 int refs_to_drop, int *last_ref)
Zheng Yan31840ae2008-09-23 13:14:14 -04001358{
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001359 struct btrfs_key key;
1360 struct btrfs_extent_data_ref *ref1 = NULL;
1361 struct btrfs_shared_data_ref *ref2 = NULL;
Zheng Yan31840ae2008-09-23 13:14:14 -04001362 struct extent_buffer *leaf;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001363 u32 num_refs = 0;
Zheng Yan31840ae2008-09-23 13:14:14 -04001364 int ret = 0;
1365
1366 leaf = path->nodes[0];
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001367 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
1368
1369 if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
1370 ref1 = btrfs_item_ptr(leaf, path->slots[0],
1371 struct btrfs_extent_data_ref);
1372 num_refs = btrfs_extent_data_ref_count(leaf, ref1);
1373 } else if (key.type == BTRFS_SHARED_DATA_REF_KEY) {
1374 ref2 = btrfs_item_ptr(leaf, path->slots[0],
1375 struct btrfs_shared_data_ref);
1376 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
1377#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
1378 } else if (key.type == BTRFS_EXTENT_REF_V0_KEY) {
1379 struct btrfs_extent_ref_v0 *ref0;
1380 ref0 = btrfs_item_ptr(leaf, path->slots[0],
1381 struct btrfs_extent_ref_v0);
1382 num_refs = btrfs_ref_count_v0(leaf, ref0);
1383#endif
1384 } else {
1385 BUG();
1386 }
1387
Chris Mason56bec292009-03-13 10:10:06 -04001388 BUG_ON(num_refs < refs_to_drop);
1389 num_refs -= refs_to_drop;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001390
Zheng Yan31840ae2008-09-23 13:14:14 -04001391 if (num_refs == 0) {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001392 ret = btrfs_del_item(trans, fs_info->extent_root, path);
Josef Bacikfcebe452014-05-13 17:30:47 -07001393 *last_ref = 1;
Zheng Yan31840ae2008-09-23 13:14:14 -04001394 } else {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001395 if (key.type == BTRFS_EXTENT_DATA_REF_KEY)
1396 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs);
1397 else if (key.type == BTRFS_SHARED_DATA_REF_KEY)
1398 btrfs_set_shared_data_ref_count(leaf, ref2, num_refs);
1399#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
1400 else {
1401 struct btrfs_extent_ref_v0 *ref0;
1402 ref0 = btrfs_item_ptr(leaf, path->slots[0],
1403 struct btrfs_extent_ref_v0);
1404 btrfs_set_ref_count_v0(leaf, ref0, num_refs);
1405 }
1406#endif
Zheng Yan31840ae2008-09-23 13:14:14 -04001407 btrfs_mark_buffer_dirty(leaf);
1408 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001409 return ret;
1410}
1411
Zhaolei9ed0dea2015-08-06 22:16:24 +08001412static noinline u32 extent_data_ref_count(struct btrfs_path *path,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001413 struct btrfs_extent_inline_ref *iref)
1414{
1415 struct btrfs_key key;
1416 struct extent_buffer *leaf;
1417 struct btrfs_extent_data_ref *ref1;
1418 struct btrfs_shared_data_ref *ref2;
1419 u32 num_refs = 0;
1420
1421 leaf = path->nodes[0];
1422 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
1423 if (iref) {
1424 if (btrfs_extent_inline_ref_type(leaf, iref) ==
1425 BTRFS_EXTENT_DATA_REF_KEY) {
1426 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset);
1427 num_refs = btrfs_extent_data_ref_count(leaf, ref1);
1428 } else {
1429 ref2 = (struct btrfs_shared_data_ref *)(iref + 1);
1430 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
1431 }
1432 } else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
1433 ref1 = btrfs_item_ptr(leaf, path->slots[0],
1434 struct btrfs_extent_data_ref);
1435 num_refs = btrfs_extent_data_ref_count(leaf, ref1);
1436 } else if (key.type == BTRFS_SHARED_DATA_REF_KEY) {
1437 ref2 = btrfs_item_ptr(leaf, path->slots[0],
1438 struct btrfs_shared_data_ref);
1439 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
1440#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
1441 } else if (key.type == BTRFS_EXTENT_REF_V0_KEY) {
1442 struct btrfs_extent_ref_v0 *ref0;
1443 ref0 = btrfs_item_ptr(leaf, path->slots[0],
1444 struct btrfs_extent_ref_v0);
1445 num_refs = btrfs_ref_count_v0(leaf, ref0);
1446#endif
1447 } else {
1448 WARN_ON(1);
1449 }
1450 return num_refs;
1451}
1452
1453static noinline int lookup_tree_block_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001454 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001455 struct btrfs_path *path,
1456 u64 bytenr, u64 parent,
1457 u64 root_objectid)
1458{
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001459 struct btrfs_root *root = fs_info->extent_root;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001460 struct btrfs_key key;
1461 int ret;
1462
1463 key.objectid = bytenr;
1464 if (parent) {
1465 key.type = BTRFS_SHARED_BLOCK_REF_KEY;
1466 key.offset = parent;
1467 } else {
1468 key.type = BTRFS_TREE_BLOCK_REF_KEY;
1469 key.offset = root_objectid;
1470 }
1471
1472 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
1473 if (ret > 0)
1474 ret = -ENOENT;
1475#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
1476 if (ret == -ENOENT && parent) {
David Sterbab3b4aa72011-04-21 01:20:15 +02001477 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001478 key.type = BTRFS_EXTENT_REF_V0_KEY;
1479 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
1480 if (ret > 0)
1481 ret = -ENOENT;
1482 }
1483#endif
1484 return ret;
1485}
1486
1487static noinline int insert_tree_block_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001488 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001489 struct btrfs_path *path,
1490 u64 bytenr, u64 parent,
1491 u64 root_objectid)
1492{
1493 struct btrfs_key key;
1494 int ret;
1495
1496 key.objectid = bytenr;
1497 if (parent) {
1498 key.type = BTRFS_SHARED_BLOCK_REF_KEY;
1499 key.offset = parent;
1500 } else {
1501 key.type = BTRFS_TREE_BLOCK_REF_KEY;
1502 key.offset = root_objectid;
1503 }
1504
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001505 ret = btrfs_insert_empty_item(trans, fs_info->extent_root,
1506 path, &key, 0);
David Sterbab3b4aa72011-04-21 01:20:15 +02001507 btrfs_release_path(path);
Zheng Yan31840ae2008-09-23 13:14:14 -04001508 return ret;
1509}
1510
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001511static inline int extent_ref_type(u64 parent, u64 owner)
1512{
1513 int type;
1514 if (owner < BTRFS_FIRST_FREE_OBJECTID) {
1515 if (parent > 0)
1516 type = BTRFS_SHARED_BLOCK_REF_KEY;
1517 else
1518 type = BTRFS_TREE_BLOCK_REF_KEY;
1519 } else {
1520 if (parent > 0)
1521 type = BTRFS_SHARED_DATA_REF_KEY;
1522 else
1523 type = BTRFS_EXTENT_DATA_REF_KEY;
1524 }
1525 return type;
1526}
1527
Yan Zheng2c47e6052009-06-27 21:07:35 -04001528static int find_next_key(struct btrfs_path *path, int level,
1529 struct btrfs_key *key)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001530
1531{
Yan Zheng2c47e6052009-06-27 21:07:35 -04001532 for (; level < BTRFS_MAX_LEVEL; level++) {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001533 if (!path->nodes[level])
1534 break;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001535 if (path->slots[level] + 1 >=
1536 btrfs_header_nritems(path->nodes[level]))
1537 continue;
1538 if (level == 0)
1539 btrfs_item_key_to_cpu(path->nodes[level], key,
1540 path->slots[level] + 1);
1541 else
1542 btrfs_node_key_to_cpu(path->nodes[level], key,
1543 path->slots[level] + 1);
1544 return 0;
1545 }
1546 return 1;
1547}
1548
1549/*
1550 * look for inline back ref. if back ref is found, *ref_ret is set
1551 * to the address of inline back ref, and 0 is returned.
1552 *
1553 * if back ref isn't found, *ref_ret is set to the address where it
1554 * should be inserted, and -ENOENT is returned.
1555 *
1556 * if insert is true and there are too many inline back refs, the path
1557 * points to the extent item, and -EAGAIN is returned.
1558 *
1559 * NOTE: inline back refs are ordered in the same way that back ref
1560 * items in the tree are ordered.
1561 */
1562static noinline_for_stack
1563int lookup_inline_extent_backref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001564 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001565 struct btrfs_path *path,
1566 struct btrfs_extent_inline_ref **ref_ret,
1567 u64 bytenr, u64 num_bytes,
1568 u64 parent, u64 root_objectid,
1569 u64 owner, u64 offset, int insert)
1570{
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001571 struct btrfs_root *root = fs_info->extent_root;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001572 struct btrfs_key key;
1573 struct extent_buffer *leaf;
1574 struct btrfs_extent_item *ei;
1575 struct btrfs_extent_inline_ref *iref;
1576 u64 flags;
1577 u64 item_size;
1578 unsigned long ptr;
1579 unsigned long end;
1580 int extra_size;
1581 int type;
1582 int want;
1583 int ret;
1584 int err = 0;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04001585 bool skinny_metadata = btrfs_fs_incompat(fs_info, SKINNY_METADATA);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001586
1587 key.objectid = bytenr;
1588 key.type = BTRFS_EXTENT_ITEM_KEY;
1589 key.offset = num_bytes;
1590
1591 want = extent_ref_type(parent, owner);
1592 if (insert) {
1593 extra_size = btrfs_extent_inline_ref_size(want);
Yan Zheng85d41982009-06-11 08:51:10 -04001594 path->keep_locks = 1;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001595 } else
1596 extra_size = -1;
Josef Bacik3173a182013-03-07 14:22:04 -05001597
1598 /*
1599 * Owner is our parent level, so we can just add one to get the level
1600 * for the block we are interested in.
1601 */
1602 if (skinny_metadata && owner < BTRFS_FIRST_FREE_OBJECTID) {
1603 key.type = BTRFS_METADATA_ITEM_KEY;
1604 key.offset = owner;
1605 }
1606
1607again:
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001608 ret = btrfs_search_slot(trans, root, &key, path, extra_size, 1);
1609 if (ret < 0) {
1610 err = ret;
1611 goto out;
1612 }
Josef Bacik3173a182013-03-07 14:22:04 -05001613
1614 /*
1615 * We may be a newly converted file system which still has the old fat
1616 * extent entries for metadata, so try and see if we have one of those.
1617 */
1618 if (ret > 0 && skinny_metadata) {
1619 skinny_metadata = false;
1620 if (path->slots[0]) {
1621 path->slots[0]--;
1622 btrfs_item_key_to_cpu(path->nodes[0], &key,
1623 path->slots[0]);
1624 if (key.objectid == bytenr &&
1625 key.type == BTRFS_EXTENT_ITEM_KEY &&
1626 key.offset == num_bytes)
1627 ret = 0;
1628 }
1629 if (ret) {
Filipe Manana9ce49a02014-04-24 15:15:28 +01001630 key.objectid = bytenr;
Josef Bacik3173a182013-03-07 14:22:04 -05001631 key.type = BTRFS_EXTENT_ITEM_KEY;
1632 key.offset = num_bytes;
1633 btrfs_release_path(path);
1634 goto again;
1635 }
1636 }
1637
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001638 if (ret && !insert) {
1639 err = -ENOENT;
1640 goto out;
Dulshani Gunawardhanafae7f212013-10-31 10:30:08 +05301641 } else if (WARN_ON(ret)) {
Josef Bacik492104c2013-03-08 15:41:02 -05001642 err = -EIO;
Josef Bacik492104c2013-03-08 15:41:02 -05001643 goto out;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01001644 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001645
1646 leaf = path->nodes[0];
1647 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
1648#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
1649 if (item_size < sizeof(*ei)) {
1650 if (!insert) {
1651 err = -ENOENT;
1652 goto out;
1653 }
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001654 ret = convert_extent_item_v0(trans, fs_info, path, owner,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001655 extra_size);
1656 if (ret < 0) {
1657 err = ret;
1658 goto out;
1659 }
1660 leaf = path->nodes[0];
1661 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
1662 }
1663#endif
1664 BUG_ON(item_size < sizeof(*ei));
1665
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001666 ei = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
1667 flags = btrfs_extent_flags(leaf, ei);
1668
1669 ptr = (unsigned long)(ei + 1);
1670 end = (unsigned long)ei + item_size;
1671
Josef Bacik3173a182013-03-07 14:22:04 -05001672 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001673 ptr += sizeof(struct btrfs_tree_block_info);
1674 BUG_ON(ptr > end);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001675 }
1676
1677 err = -ENOENT;
1678 while (1) {
1679 if (ptr >= end) {
1680 WARN_ON(ptr > end);
1681 break;
1682 }
1683 iref = (struct btrfs_extent_inline_ref *)ptr;
1684 type = btrfs_extent_inline_ref_type(leaf, iref);
1685 if (want < type)
1686 break;
1687 if (want > type) {
1688 ptr += btrfs_extent_inline_ref_size(type);
1689 continue;
1690 }
1691
1692 if (type == BTRFS_EXTENT_DATA_REF_KEY) {
1693 struct btrfs_extent_data_ref *dref;
1694 dref = (struct btrfs_extent_data_ref *)(&iref->offset);
1695 if (match_extent_data_ref(leaf, dref, root_objectid,
1696 owner, offset)) {
1697 err = 0;
1698 break;
1699 }
1700 if (hash_extent_data_ref_item(leaf, dref) <
1701 hash_extent_data_ref(root_objectid, owner, offset))
1702 break;
1703 } else {
1704 u64 ref_offset;
1705 ref_offset = btrfs_extent_inline_ref_offset(leaf, iref);
1706 if (parent > 0) {
1707 if (parent == ref_offset) {
1708 err = 0;
1709 break;
1710 }
1711 if (ref_offset < parent)
1712 break;
1713 } else {
1714 if (root_objectid == ref_offset) {
1715 err = 0;
1716 break;
1717 }
1718 if (ref_offset < root_objectid)
1719 break;
1720 }
1721 }
1722 ptr += btrfs_extent_inline_ref_size(type);
1723 }
1724 if (err == -ENOENT && insert) {
1725 if (item_size + extra_size >=
1726 BTRFS_MAX_EXTENT_ITEM_SIZE(root)) {
1727 err = -EAGAIN;
1728 goto out;
1729 }
1730 /*
1731 * To add new inline back ref, we have to make sure
1732 * there is no corresponding back ref item.
1733 * For simplicity, we just do not add new inline back
1734 * ref if there is any kind of item for this block
1735 */
Yan Zheng2c47e6052009-06-27 21:07:35 -04001736 if (find_next_key(path, 0, &key) == 0 &&
1737 key.objectid == bytenr &&
Yan Zheng85d41982009-06-11 08:51:10 -04001738 key.type < BTRFS_BLOCK_GROUP_ITEM_KEY) {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001739 err = -EAGAIN;
1740 goto out;
1741 }
1742 }
1743 *ref_ret = (struct btrfs_extent_inline_ref *)ptr;
1744out:
Yan Zheng85d41982009-06-11 08:51:10 -04001745 if (insert) {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001746 path->keep_locks = 0;
1747 btrfs_unlock_up_safe(path, 1);
1748 }
1749 return err;
1750}
1751
1752/*
1753 * helper to add new inline back ref
1754 */
1755static noinline_for_stack
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001756void setup_inline_extent_backref(struct btrfs_fs_info *fs_info,
Jeff Mahoney143bede2012-03-01 14:56:26 +01001757 struct btrfs_path *path,
1758 struct btrfs_extent_inline_ref *iref,
1759 u64 parent, u64 root_objectid,
1760 u64 owner, u64 offset, int refs_to_add,
1761 struct btrfs_delayed_extent_op *extent_op)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001762{
1763 struct extent_buffer *leaf;
1764 struct btrfs_extent_item *ei;
1765 unsigned long ptr;
1766 unsigned long end;
1767 unsigned long item_offset;
1768 u64 refs;
1769 int size;
1770 int type;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001771
1772 leaf = path->nodes[0];
1773 ei = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
1774 item_offset = (unsigned long)iref - (unsigned long)ei;
1775
1776 type = extent_ref_type(parent, owner);
1777 size = btrfs_extent_inline_ref_size(type);
1778
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001779 btrfs_extend_item(fs_info, path, size);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001780
1781 ei = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
1782 refs = btrfs_extent_refs(leaf, ei);
1783 refs += refs_to_add;
1784 btrfs_set_extent_refs(leaf, ei, refs);
1785 if (extent_op)
1786 __run_delayed_extent_op(extent_op, leaf, ei);
1787
1788 ptr = (unsigned long)ei + item_offset;
1789 end = (unsigned long)ei + btrfs_item_size_nr(leaf, path->slots[0]);
1790 if (ptr < end - size)
1791 memmove_extent_buffer(leaf, ptr + size, ptr,
1792 end - size - ptr);
1793
1794 iref = (struct btrfs_extent_inline_ref *)ptr;
1795 btrfs_set_extent_inline_ref_type(leaf, iref, type);
1796 if (type == BTRFS_EXTENT_DATA_REF_KEY) {
1797 struct btrfs_extent_data_ref *dref;
1798 dref = (struct btrfs_extent_data_ref *)(&iref->offset);
1799 btrfs_set_extent_data_ref_root(leaf, dref, root_objectid);
1800 btrfs_set_extent_data_ref_objectid(leaf, dref, owner);
1801 btrfs_set_extent_data_ref_offset(leaf, dref, offset);
1802 btrfs_set_extent_data_ref_count(leaf, dref, refs_to_add);
1803 } else if (type == BTRFS_SHARED_DATA_REF_KEY) {
1804 struct btrfs_shared_data_ref *sref;
1805 sref = (struct btrfs_shared_data_ref *)(iref + 1);
1806 btrfs_set_shared_data_ref_count(leaf, sref, refs_to_add);
1807 btrfs_set_extent_inline_ref_offset(leaf, iref, parent);
1808 } else if (type == BTRFS_SHARED_BLOCK_REF_KEY) {
1809 btrfs_set_extent_inline_ref_offset(leaf, iref, parent);
1810 } else {
1811 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid);
1812 }
1813 btrfs_mark_buffer_dirty(leaf);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001814}
1815
1816static int lookup_extent_backref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001817 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001818 struct btrfs_path *path,
1819 struct btrfs_extent_inline_ref **ref_ret,
1820 u64 bytenr, u64 num_bytes, u64 parent,
1821 u64 root_objectid, u64 owner, u64 offset)
1822{
1823 int ret;
1824
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001825 ret = lookup_inline_extent_backref(trans, fs_info, path, ref_ret,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001826 bytenr, num_bytes, parent,
1827 root_objectid, owner, offset, 0);
1828 if (ret != -ENOENT)
1829 return ret;
1830
David Sterbab3b4aa72011-04-21 01:20:15 +02001831 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001832 *ref_ret = NULL;
1833
1834 if (owner < BTRFS_FIRST_FREE_OBJECTID) {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001835 ret = lookup_tree_block_ref(trans, fs_info, path, bytenr,
1836 parent, root_objectid);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001837 } else {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001838 ret = lookup_extent_data_ref(trans, fs_info, path, bytenr,
1839 parent, root_objectid, owner,
1840 offset);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001841 }
1842 return ret;
1843}
1844
1845/*
1846 * helper to update/remove inline back ref
1847 */
1848static noinline_for_stack
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001849void update_inline_extent_backref(struct btrfs_fs_info *fs_info,
Jeff Mahoney143bede2012-03-01 14:56:26 +01001850 struct btrfs_path *path,
1851 struct btrfs_extent_inline_ref *iref,
1852 int refs_to_mod,
Josef Bacikfcebe452014-05-13 17:30:47 -07001853 struct btrfs_delayed_extent_op *extent_op,
1854 int *last_ref)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001855{
1856 struct extent_buffer *leaf;
1857 struct btrfs_extent_item *ei;
1858 struct btrfs_extent_data_ref *dref = NULL;
1859 struct btrfs_shared_data_ref *sref = NULL;
1860 unsigned long ptr;
1861 unsigned long end;
1862 u32 item_size;
1863 int size;
1864 int type;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001865 u64 refs;
1866
1867 leaf = path->nodes[0];
1868 ei = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
1869 refs = btrfs_extent_refs(leaf, ei);
1870 WARN_ON(refs_to_mod < 0 && refs + refs_to_mod <= 0);
1871 refs += refs_to_mod;
1872 btrfs_set_extent_refs(leaf, ei, refs);
1873 if (extent_op)
1874 __run_delayed_extent_op(extent_op, leaf, ei);
1875
1876 type = btrfs_extent_inline_ref_type(leaf, iref);
1877
1878 if (type == BTRFS_EXTENT_DATA_REF_KEY) {
1879 dref = (struct btrfs_extent_data_ref *)(&iref->offset);
1880 refs = btrfs_extent_data_ref_count(leaf, dref);
1881 } else if (type == BTRFS_SHARED_DATA_REF_KEY) {
1882 sref = (struct btrfs_shared_data_ref *)(iref + 1);
1883 refs = btrfs_shared_data_ref_count(leaf, sref);
1884 } else {
1885 refs = 1;
1886 BUG_ON(refs_to_mod != -1);
1887 }
1888
1889 BUG_ON(refs_to_mod < 0 && refs < -refs_to_mod);
1890 refs += refs_to_mod;
1891
1892 if (refs > 0) {
1893 if (type == BTRFS_EXTENT_DATA_REF_KEY)
1894 btrfs_set_extent_data_ref_count(leaf, dref, refs);
1895 else
1896 btrfs_set_shared_data_ref_count(leaf, sref, refs);
1897 } else {
Josef Bacikfcebe452014-05-13 17:30:47 -07001898 *last_ref = 1;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001899 size = btrfs_extent_inline_ref_size(type);
1900 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
1901 ptr = (unsigned long)iref;
1902 end = (unsigned long)ei + item_size;
1903 if (ptr + size < end)
1904 memmove_extent_buffer(leaf, ptr, ptr + size,
1905 end - ptr - size);
1906 item_size -= size;
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001907 btrfs_truncate_item(fs_info, path, item_size, 1);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001908 }
1909 btrfs_mark_buffer_dirty(leaf);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001910}
1911
1912static noinline_for_stack
1913int insert_inline_extent_backref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001914 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001915 struct btrfs_path *path,
1916 u64 bytenr, u64 num_bytes, u64 parent,
1917 u64 root_objectid, u64 owner,
1918 u64 offset, int refs_to_add,
1919 struct btrfs_delayed_extent_op *extent_op)
1920{
1921 struct btrfs_extent_inline_ref *iref;
1922 int ret;
1923
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001924 ret = lookup_inline_extent_backref(trans, fs_info, path, &iref,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001925 bytenr, num_bytes, parent,
1926 root_objectid, owner, offset, 1);
1927 if (ret == 0) {
1928 BUG_ON(owner < BTRFS_FIRST_FREE_OBJECTID);
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001929 update_inline_extent_backref(fs_info, path, iref,
Josef Bacikfcebe452014-05-13 17:30:47 -07001930 refs_to_add, extent_op, NULL);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001931 } else if (ret == -ENOENT) {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001932 setup_inline_extent_backref(fs_info, path, iref, parent,
Jeff Mahoney143bede2012-03-01 14:56:26 +01001933 root_objectid, owner, offset,
1934 refs_to_add, extent_op);
1935 ret = 0;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001936 }
1937 return ret;
1938}
1939
1940static int insert_extent_backref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001941 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001942 struct btrfs_path *path,
1943 u64 bytenr, u64 parent, u64 root_objectid,
1944 u64 owner, u64 offset, int refs_to_add)
1945{
1946 int ret;
1947 if (owner < BTRFS_FIRST_FREE_OBJECTID) {
1948 BUG_ON(refs_to_add != 1);
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001949 ret = insert_tree_block_ref(trans, fs_info, path, bytenr,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001950 parent, root_objectid);
1951 } else {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001952 ret = insert_extent_data_ref(trans, fs_info, path, bytenr,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001953 parent, root_objectid,
1954 owner, offset, refs_to_add);
1955 }
1956 return ret;
1957}
1958
1959static int remove_extent_backref(struct btrfs_trans_handle *trans,
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001960 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001961 struct btrfs_path *path,
1962 struct btrfs_extent_inline_ref *iref,
Josef Bacikfcebe452014-05-13 17:30:47 -07001963 int refs_to_drop, int is_data, int *last_ref)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001964{
Jeff Mahoney143bede2012-03-01 14:56:26 +01001965 int ret = 0;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001966
1967 BUG_ON(!is_data && refs_to_drop != 1);
1968 if (iref) {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001969 update_inline_extent_backref(fs_info, path, iref,
Josef Bacikfcebe452014-05-13 17:30:47 -07001970 -refs_to_drop, NULL, last_ref);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001971 } else if (is_data) {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001972 ret = remove_extent_data_ref(trans, fs_info, path, refs_to_drop,
Josef Bacikfcebe452014-05-13 17:30:47 -07001973 last_ref);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001974 } else {
Josef Bacikfcebe452014-05-13 17:30:47 -07001975 *last_ref = 1;
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05001976 ret = btrfs_del_item(trans, fs_info->extent_root, path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04001977 }
1978 return ret;
1979}
1980
Jeff Mahoney86557862015-06-15 09:41:16 -04001981#define in_range(b, first, len) ((b) >= (first) && (b) < (first) + (len))
Jeff Mahoneyd04c6b82015-06-15 09:41:14 -04001982static int btrfs_issue_discard(struct block_device *bdev, u64 start, u64 len,
1983 u64 *discarded_bytes)
Chris Mason15916de2008-11-19 21:17:22 -05001984{
Jeff Mahoney86557862015-06-15 09:41:16 -04001985 int j, ret = 0;
1986 u64 bytes_left, end;
Jeff Mahoney4d89d372015-06-15 09:41:15 -04001987 u64 aligned_start = ALIGN(start, 1 << 9);
1988
1989 if (WARN_ON(start != aligned_start)) {
1990 len -= aligned_start - start;
1991 len = round_down(len, 1 << 9);
1992 start = aligned_start;
1993 }
Jeff Mahoneyd04c6b82015-06-15 09:41:14 -04001994
1995 *discarded_bytes = 0;
Jeff Mahoney86557862015-06-15 09:41:16 -04001996
1997 if (!len)
1998 return 0;
1999
2000 end = start + len;
2001 bytes_left = len;
2002
2003 /* Skip any superblocks on this device. */
2004 for (j = 0; j < BTRFS_SUPER_MIRROR_MAX; j++) {
2005 u64 sb_start = btrfs_sb_offset(j);
2006 u64 sb_end = sb_start + BTRFS_SUPER_INFO_SIZE;
2007 u64 size = sb_start - start;
2008
2009 if (!in_range(sb_start, start, bytes_left) &&
2010 !in_range(sb_end, start, bytes_left) &&
2011 !in_range(start, sb_start, BTRFS_SUPER_INFO_SIZE))
2012 continue;
2013
2014 /*
2015 * Superblock spans beginning of range. Adjust start and
2016 * try again.
2017 */
2018 if (sb_start <= start) {
2019 start += sb_end - start;
2020 if (start > end) {
2021 bytes_left = 0;
2022 break;
2023 }
2024 bytes_left = end - start;
2025 continue;
2026 }
2027
2028 if (size) {
2029 ret = blkdev_issue_discard(bdev, start >> 9, size >> 9,
2030 GFP_NOFS, 0);
2031 if (!ret)
2032 *discarded_bytes += size;
2033 else if (ret != -EOPNOTSUPP)
2034 return ret;
2035 }
2036
2037 start = sb_end;
2038 if (start > end) {
2039 bytes_left = 0;
2040 break;
2041 }
2042 bytes_left = end - start;
2043 }
2044
2045 if (bytes_left) {
2046 ret = blkdev_issue_discard(bdev, start >> 9, bytes_left >> 9,
Jeff Mahoney4d89d372015-06-15 09:41:15 -04002047 GFP_NOFS, 0);
2048 if (!ret)
Jeff Mahoney86557862015-06-15 09:41:16 -04002049 *discarded_bytes += bytes_left;
Jeff Mahoney4d89d372015-06-15 09:41:15 -04002050 }
Jeff Mahoneyd04c6b82015-06-15 09:41:14 -04002051 return ret;
Chris Mason15916de2008-11-19 21:17:22 -05002052}
Chris Mason15916de2008-11-19 21:17:22 -05002053
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002054int btrfs_discard_extent(struct btrfs_fs_info *fs_info, u64 bytenr,
Filipe Manana1edb647b2014-12-08 14:01:12 +00002055 u64 num_bytes, u64 *actual_bytes)
Liu Hui1f3c79a2009-01-05 15:57:51 -05002056{
Liu Hui1f3c79a2009-01-05 15:57:51 -05002057 int ret;
Li Dongyang5378e602011-03-24 10:24:27 +00002058 u64 discarded_bytes = 0;
Jan Schmidta1d3c472011-08-04 17:15:33 +02002059 struct btrfs_bio *bbio = NULL;
Liu Hui1f3c79a2009-01-05 15:57:51 -05002060
Christoph Hellwige244a0a2009-10-14 09:24:59 -04002061
Filipe Manana29992412016-05-27 17:42:05 +01002062 /*
2063 * Avoid races with device replace and make sure our bbio has devices
2064 * associated to its stripes that don't go away while we are discarding.
2065 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002066 btrfs_bio_counter_inc_blocked(fs_info);
Liu Hui1f3c79a2009-01-05 15:57:51 -05002067 /* Tell the block device(s) that the sectors can be discarded */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002068 ret = btrfs_map_block(fs_info, BTRFS_MAP_DISCARD, bytenr, &num_bytes,
2069 &bbio, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002070 /* Error condition is -ENOMEM */
Liu Hui1f3c79a2009-01-05 15:57:51 -05002071 if (!ret) {
Jan Schmidta1d3c472011-08-04 17:15:33 +02002072 struct btrfs_bio_stripe *stripe = bbio->stripes;
Liu Hui1f3c79a2009-01-05 15:57:51 -05002073 int i;
2074
Liu Hui1f3c79a2009-01-05 15:57:51 -05002075
Jan Schmidta1d3c472011-08-04 17:15:33 +02002076 for (i = 0; i < bbio->num_stripes; i++, stripe++) {
Jeff Mahoneyd04c6b82015-06-15 09:41:14 -04002077 u64 bytes;
Josef Bacikd5e20032011-08-04 14:52:27 +00002078 if (!stripe->dev->can_discard)
2079 continue;
2080
Li Dongyang5378e602011-03-24 10:24:27 +00002081 ret = btrfs_issue_discard(stripe->dev->bdev,
2082 stripe->physical,
Jeff Mahoneyd04c6b82015-06-15 09:41:14 -04002083 stripe->length,
2084 &bytes);
Li Dongyang5378e602011-03-24 10:24:27 +00002085 if (!ret)
Jeff Mahoneyd04c6b82015-06-15 09:41:14 -04002086 discarded_bytes += bytes;
Li Dongyang5378e602011-03-24 10:24:27 +00002087 else if (ret != -EOPNOTSUPP)
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002088 break; /* Logic errors or -ENOMEM, or -EIO but I don't know how that could happen JDM */
Josef Bacikd5e20032011-08-04 14:52:27 +00002089
2090 /*
2091 * Just in case we get back EOPNOTSUPP for some reason,
2092 * just ignore the return value so we don't screw up
2093 * people calling discard_extent.
2094 */
2095 ret = 0;
Liu Hui1f3c79a2009-01-05 15:57:51 -05002096 }
Zhao Lei6e9606d2015-01-20 15:11:34 +08002097 btrfs_put_bbio(bbio);
Liu Hui1f3c79a2009-01-05 15:57:51 -05002098 }
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002099 btrfs_bio_counter_dec(fs_info);
Li Dongyang5378e602011-03-24 10:24:27 +00002100
2101 if (actual_bytes)
2102 *actual_bytes = discarded_bytes;
2103
Liu Hui1f3c79a2009-01-05 15:57:51 -05002104
David Woodhouse53b381b2013-01-29 18:40:14 -05002105 if (ret == -EOPNOTSUPP)
2106 ret = 0;
Liu Hui1f3c79a2009-01-05 15:57:51 -05002107 return ret;
Liu Hui1f3c79a2009-01-05 15:57:51 -05002108}
2109
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002110/* Can return -ENOMEM */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002111int btrfs_inc_extent_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002112 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002113 u64 bytenr, u64 num_bytes, u64 parent,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01002114 u64 root_objectid, u64 owner, u64 offset)
Zheng Yan31840ae2008-09-23 13:14:14 -04002115{
Omar Sandovald7eae342017-06-06 16:45:31 -07002116 int old_ref_mod, new_ref_mod;
Zheng Yan31840ae2008-09-23 13:14:14 -04002117 int ret;
Arne Jansen66d7e7f2011-09-12 15:26:38 +02002118
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002119 BUG_ON(owner < BTRFS_FIRST_FREE_OBJECTID &&
2120 root_objectid == BTRFS_TREE_LOG_OBJECTID);
Zheng Yan31840ae2008-09-23 13:14:14 -04002121
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002122 if (owner < BTRFS_FIRST_FREE_OBJECTID) {
Arne Jansen66d7e7f2011-09-12 15:26:38 +02002123 ret = btrfs_add_delayed_tree_ref(fs_info, trans, bytenr,
Omar Sandoval7be07912017-06-06 16:45:30 -07002124 num_bytes, parent,
2125 root_objectid, (int)owner,
2126 BTRFS_ADD_DELAYED_REF, NULL,
Omar Sandovald7eae342017-06-06 16:45:31 -07002127 &old_ref_mod, &new_ref_mod);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002128 } else {
Arne Jansen66d7e7f2011-09-12 15:26:38 +02002129 ret = btrfs_add_delayed_data_ref(fs_info, trans, bytenr,
Omar Sandoval7be07912017-06-06 16:45:30 -07002130 num_bytes, parent,
2131 root_objectid, owner, offset,
Omar Sandovald7eae342017-06-06 16:45:31 -07002132 0, BTRFS_ADD_DELAYED_REF,
2133 &old_ref_mod, &new_ref_mod);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002134 }
Omar Sandovald7eae342017-06-06 16:45:31 -07002135
2136 if (ret == 0 && old_ref_mod < 0 && new_ref_mod >= 0)
2137 add_pinned_bytes(fs_info, -num_bytes, owner, root_objectid);
2138
Zheng Yan31840ae2008-09-23 13:14:14 -04002139 return ret;
2140}
2141
Chris Mason925baed2008-06-25 16:01:30 -04002142static int __btrfs_inc_extent_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002143 struct btrfs_fs_info *fs_info,
Qu Wenruoc682f9b2015-03-17 16:59:47 +08002144 struct btrfs_delayed_ref_node *node,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002145 u64 parent, u64 root_objectid,
2146 u64 owner, u64 offset, int refs_to_add,
2147 struct btrfs_delayed_extent_op *extent_op)
Chris Mason56bec292009-03-13 10:10:06 -04002148{
Chris Mason5caf2a02007-04-02 11:20:42 -04002149 struct btrfs_path *path;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002150 struct extent_buffer *leaf;
Chris Mason234b63a2007-03-13 10:46:10 -04002151 struct btrfs_extent_item *item;
Josef Bacikfcebe452014-05-13 17:30:47 -07002152 struct btrfs_key key;
Qu Wenruoc682f9b2015-03-17 16:59:47 +08002153 u64 bytenr = node->bytenr;
2154 u64 num_bytes = node->num_bytes;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002155 u64 refs;
2156 int ret;
Chris Mason037e6392007-03-07 11:50:24 -05002157
Chris Mason5caf2a02007-04-02 11:20:42 -04002158 path = btrfs_alloc_path();
Chris Mason54aa1f42007-06-22 14:16:25 -04002159 if (!path)
2160 return -ENOMEM;
Chris Mason26b80032007-08-08 20:17:12 -04002161
David Sterbae4058b52015-11-27 16:31:35 +01002162 path->reada = READA_FORWARD;
Chris Masonb9473432009-03-13 11:00:37 -04002163 path->leave_spinning = 1;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002164 /* this will setup the path even if it fails to insert the back ref */
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05002165 ret = insert_inline_extent_backref(trans, fs_info, path, bytenr,
2166 num_bytes, parent, root_objectid,
2167 owner, offset,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002168 refs_to_add, extent_op);
Qu Wenruo0ed47922015-04-16 16:55:08 +08002169 if ((ret < 0 && ret != -EAGAIN) || !ret)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002170 goto out;
Josef Bacikfcebe452014-05-13 17:30:47 -07002171
2172 /*
2173 * Ok we had -EAGAIN which means we didn't have space to insert and
2174 * inline extent ref, so just update the reference count and add a
2175 * normal backref.
2176 */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002177 leaf = path->nodes[0];
Josef Bacikfcebe452014-05-13 17:30:47 -07002178 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002179 item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
2180 refs = btrfs_extent_refs(leaf, item);
2181 btrfs_set_extent_refs(leaf, item, refs + refs_to_add);
2182 if (extent_op)
2183 __run_delayed_extent_op(extent_op, leaf, item);
Zheng Yan31840ae2008-09-23 13:14:14 -04002184
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002185 btrfs_mark_buffer_dirty(leaf);
David Sterbab3b4aa72011-04-21 01:20:15 +02002186 btrfs_release_path(path);
Chris Mason7bb86312007-12-11 09:25:06 -05002187
David Sterbae4058b52015-11-27 16:31:35 +01002188 path->reada = READA_FORWARD;
Chris Masonb9473432009-03-13 11:00:37 -04002189 path->leave_spinning = 1;
Chris Mason56bec292009-03-13 10:10:06 -04002190 /* now insert the actual backref */
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05002191 ret = insert_extent_backref(trans, fs_info, path, bytenr, parent,
2192 root_objectid, owner, offset, refs_to_add);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002193 if (ret)
Jeff Mahoney66642832016-06-10 18:19:25 -04002194 btrfs_abort_transaction(trans, ret);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002195out:
Chris Mason74493f72007-12-11 09:25:06 -05002196 btrfs_free_path(path);
Liu Bo30d133f2013-10-11 16:30:23 +08002197 return ret;
Chris Mason02217ed2007-03-02 16:08:05 -05002198}
2199
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002200static int run_delayed_data_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002201 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002202 struct btrfs_delayed_ref_node *node,
2203 struct btrfs_delayed_extent_op *extent_op,
2204 int insert_reserved)
Chris Masone9d0b132007-08-10 14:06:19 -04002205{
Chris Mason56bec292009-03-13 10:10:06 -04002206 int ret = 0;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002207 struct btrfs_delayed_data_ref *ref;
2208 struct btrfs_key ins;
2209 u64 parent = 0;
2210 u64 ref_root = 0;
2211 u64 flags = 0;
Chris Mason56bec292009-03-13 10:10:06 -04002212
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002213 ins.objectid = node->bytenr;
2214 ins.offset = node->num_bytes;
2215 ins.type = BTRFS_EXTENT_ITEM_KEY;
Chris Mason56bec292009-03-13 10:10:06 -04002216
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002217 ref = btrfs_delayed_node_to_data_ref(node);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002218 trace_run_delayed_data_ref(fs_info, node, ref, node->action);
Liu Bo599c75e2013-07-16 19:03:36 +08002219
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002220 if (node->type == BTRFS_SHARED_DATA_REF_KEY)
2221 parent = ref->parent;
Josef Bacikfcebe452014-05-13 17:30:47 -07002222 ref_root = ref->root;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002223
2224 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) {
Josef Bacik3173a182013-03-07 14:22:04 -05002225 if (extent_op)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002226 flags |= extent_op->flags_to_set;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002227 ret = alloc_reserved_file_extent(trans, fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002228 parent, ref_root, flags,
2229 ref->objectid, ref->offset,
2230 &ins, node->ref_mod);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002231 } else if (node->action == BTRFS_ADD_DELAYED_REF) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002232 ret = __btrfs_inc_extent_ref(trans, fs_info, node, parent,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002233 ref_root, ref->objectid,
2234 ref->offset, node->ref_mod,
Qu Wenruoc682f9b2015-03-17 16:59:47 +08002235 extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002236 } else if (node->action == BTRFS_DROP_DELAYED_REF) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002237 ret = __btrfs_free_extent(trans, fs_info, node, parent,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002238 ref_root, ref->objectid,
2239 ref->offset, node->ref_mod,
Qu Wenruoc682f9b2015-03-17 16:59:47 +08002240 extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002241 } else {
2242 BUG();
2243 }
Chris Mason56bec292009-03-13 10:10:06 -04002244 return ret;
2245}
2246
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002247static void __run_delayed_extent_op(struct btrfs_delayed_extent_op *extent_op,
2248 struct extent_buffer *leaf,
2249 struct btrfs_extent_item *ei)
2250{
2251 u64 flags = btrfs_extent_flags(leaf, ei);
2252 if (extent_op->update_flags) {
2253 flags |= extent_op->flags_to_set;
2254 btrfs_set_extent_flags(leaf, ei, flags);
2255 }
2256
2257 if (extent_op->update_key) {
2258 struct btrfs_tree_block_info *bi;
2259 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK));
2260 bi = (struct btrfs_tree_block_info *)(ei + 1);
2261 btrfs_set_tree_block_key(leaf, bi, &extent_op->key);
2262 }
2263}
2264
2265static int run_delayed_extent_op(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002266 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002267 struct btrfs_delayed_ref_node *node,
2268 struct btrfs_delayed_extent_op *extent_op)
2269{
2270 struct btrfs_key key;
2271 struct btrfs_path *path;
2272 struct btrfs_extent_item *ei;
2273 struct extent_buffer *leaf;
2274 u32 item_size;
2275 int ret;
2276 int err = 0;
Josef Bacikb1c79e02013-05-09 13:49:30 -04002277 int metadata = !extent_op->is_data;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002278
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002279 if (trans->aborted)
2280 return 0;
2281
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002282 if (metadata && !btrfs_fs_incompat(fs_info, SKINNY_METADATA))
Josef Bacik3173a182013-03-07 14:22:04 -05002283 metadata = 0;
2284
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002285 path = btrfs_alloc_path();
2286 if (!path)
2287 return -ENOMEM;
2288
2289 key.objectid = node->bytenr;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002290
Josef Bacik3173a182013-03-07 14:22:04 -05002291 if (metadata) {
Josef Bacik3173a182013-03-07 14:22:04 -05002292 key.type = BTRFS_METADATA_ITEM_KEY;
Josef Bacikb1c79e02013-05-09 13:49:30 -04002293 key.offset = extent_op->level;
Josef Bacik3173a182013-03-07 14:22:04 -05002294 } else {
2295 key.type = BTRFS_EXTENT_ITEM_KEY;
2296 key.offset = node->num_bytes;
2297 }
2298
2299again:
David Sterbae4058b52015-11-27 16:31:35 +01002300 path->reada = READA_FORWARD;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002301 path->leave_spinning = 1;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002302 ret = btrfs_search_slot(trans, fs_info->extent_root, &key, path, 0, 1);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002303 if (ret < 0) {
2304 err = ret;
2305 goto out;
2306 }
2307 if (ret > 0) {
Josef Bacik3173a182013-03-07 14:22:04 -05002308 if (metadata) {
Filipe David Borba Manana55994882013-10-18 15:42:56 +01002309 if (path->slots[0] > 0) {
2310 path->slots[0]--;
2311 btrfs_item_key_to_cpu(path->nodes[0], &key,
2312 path->slots[0]);
2313 if (key.objectid == node->bytenr &&
2314 key.type == BTRFS_EXTENT_ITEM_KEY &&
2315 key.offset == node->num_bytes)
2316 ret = 0;
2317 }
2318 if (ret > 0) {
2319 btrfs_release_path(path);
2320 metadata = 0;
Josef Bacik3173a182013-03-07 14:22:04 -05002321
Filipe David Borba Manana55994882013-10-18 15:42:56 +01002322 key.objectid = node->bytenr;
2323 key.offset = node->num_bytes;
2324 key.type = BTRFS_EXTENT_ITEM_KEY;
2325 goto again;
2326 }
2327 } else {
2328 err = -EIO;
2329 goto out;
Josef Bacik3173a182013-03-07 14:22:04 -05002330 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002331 }
2332
2333 leaf = path->nodes[0];
2334 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
2335#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
2336 if (item_size < sizeof(*ei)) {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05002337 ret = convert_extent_item_v0(trans, fs_info, path, (u64)-1, 0);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002338 if (ret < 0) {
2339 err = ret;
2340 goto out;
2341 }
2342 leaf = path->nodes[0];
2343 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
2344 }
2345#endif
2346 BUG_ON(item_size < sizeof(*ei));
2347 ei = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
2348 __run_delayed_extent_op(extent_op, leaf, ei);
2349
2350 btrfs_mark_buffer_dirty(leaf);
2351out:
2352 btrfs_free_path(path);
2353 return err;
2354}
2355
2356static int run_delayed_tree_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002357 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002358 struct btrfs_delayed_ref_node *node,
2359 struct btrfs_delayed_extent_op *extent_op,
2360 int insert_reserved)
2361{
2362 int ret = 0;
2363 struct btrfs_delayed_tree_ref *ref;
2364 struct btrfs_key ins;
2365 u64 parent = 0;
2366 u64 ref_root = 0;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002367 bool skinny_metadata = btrfs_fs_incompat(fs_info, SKINNY_METADATA);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002368
2369 ref = btrfs_delayed_node_to_tree_ref(node);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002370 trace_run_delayed_tree_ref(fs_info, node, ref, node->action);
Liu Bo599c75e2013-07-16 19:03:36 +08002371
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002372 if (node->type == BTRFS_SHARED_BLOCK_REF_KEY)
2373 parent = ref->parent;
Josef Bacikfcebe452014-05-13 17:30:47 -07002374 ref_root = ref->root;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002375
Josef Bacik3173a182013-03-07 14:22:04 -05002376 ins.objectid = node->bytenr;
2377 if (skinny_metadata) {
2378 ins.offset = ref->level;
2379 ins.type = BTRFS_METADATA_ITEM_KEY;
2380 } else {
2381 ins.offset = node->num_bytes;
2382 ins.type = BTRFS_EXTENT_ITEM_KEY;
2383 }
2384
Liu Bo02794222016-09-14 19:19:05 -07002385 if (node->ref_mod != 1) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002386 btrfs_err(fs_info,
Liu Bo02794222016-09-14 19:19:05 -07002387 "btree block(%llu) has %d references rather than 1: action %d ref_root %llu parent %llu",
2388 node->bytenr, node->ref_mod, node->action, ref_root,
2389 parent);
2390 return -EIO;
2391 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002392 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) {
Josef Bacik3173a182013-03-07 14:22:04 -05002393 BUG_ON(!extent_op || !extent_op->update_flags);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002394 ret = alloc_reserved_tree_block(trans, fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002395 parent, ref_root,
2396 extent_op->flags_to_set,
2397 &extent_op->key,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01002398 ref->level, &ins);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002399 } else if (node->action == BTRFS_ADD_DELAYED_REF) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002400 ret = __btrfs_inc_extent_ref(trans, fs_info, node,
Qu Wenruoc682f9b2015-03-17 16:59:47 +08002401 parent, ref_root,
2402 ref->level, 0, 1,
Josef Bacikfcebe452014-05-13 17:30:47 -07002403 extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002404 } else if (node->action == BTRFS_DROP_DELAYED_REF) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002405 ret = __btrfs_free_extent(trans, fs_info, node,
Qu Wenruoc682f9b2015-03-17 16:59:47 +08002406 parent, ref_root,
2407 ref->level, 0, 1, extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002408 } else {
2409 BUG();
2410 }
2411 return ret;
2412}
2413
Chris Mason56bec292009-03-13 10:10:06 -04002414/* helper function to actually process a single delayed ref entry */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002415static int run_one_delayed_ref(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002416 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002417 struct btrfs_delayed_ref_node *node,
2418 struct btrfs_delayed_extent_op *extent_op,
2419 int insert_reserved)
Chris Mason56bec292009-03-13 10:10:06 -04002420{
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002421 int ret = 0;
2422
Josef Bacik857cc2f2013-10-07 15:21:08 -04002423 if (trans->aborted) {
2424 if (insert_reserved)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002425 btrfs_pin_extent(fs_info, node->bytenr,
Josef Bacik857cc2f2013-10-07 15:21:08 -04002426 node->num_bytes, 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002427 return 0;
Josef Bacik857cc2f2013-10-07 15:21:08 -04002428 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002429
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002430 if (btrfs_delayed_ref_is_head(node)) {
Chris Mason56bec292009-03-13 10:10:06 -04002431 struct btrfs_delayed_ref_head *head;
2432 /*
2433 * we've hit the end of the chain and we were supposed
2434 * to insert this extent into the tree. But, it got
2435 * deleted before we ever needed to insert it, so all
2436 * we have to do is clean up the accounting
2437 */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002438 BUG_ON(extent_op);
2439 head = btrfs_delayed_node_to_head(node);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002440 trace_run_delayed_ref_head(fs_info, node, head, node->action);
Liu Bo599c75e2013-07-16 19:03:36 +08002441
Omar Sandovald7eae342017-06-06 16:45:31 -07002442 if (head->total_ref_mod < 0) {
2443 struct btrfs_block_group_cache *cache;
2444
2445 cache = btrfs_lookup_block_group(fs_info, node->bytenr);
2446 ASSERT(cache);
2447 percpu_counter_add(&cache->space_info->total_bytes_pinned,
2448 -node->num_bytes);
2449 btrfs_put_block_group(cache);
2450 }
2451
Chris Mason56bec292009-03-13 10:10:06 -04002452 if (insert_reserved) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002453 btrfs_pin_extent(fs_info, node->bytenr,
Yan, Zhengf0486c62010-05-16 10:46:25 -04002454 node->num_bytes, 1);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002455 if (head->is_data) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002456 ret = btrfs_del_csums(trans, fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002457 node->bytenr,
2458 node->num_bytes);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002459 }
Chris Mason56bec292009-03-13 10:10:06 -04002460 }
Qu Wenruo297d7502015-09-08 17:08:37 +08002461
2462 /* Also free its reserved qgroup space */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002463 btrfs_qgroup_free_delayed_ref(fs_info, head->qgroup_ref_root,
Qu Wenruo297d7502015-09-08 17:08:37 +08002464 head->qgroup_reserved);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002465 return ret;
Chris Mason56bec292009-03-13 10:10:06 -04002466 }
Josef Bacikeb099672009-02-12 09:27:38 -05002467
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002468 if (node->type == BTRFS_TREE_BLOCK_REF_KEY ||
2469 node->type == BTRFS_SHARED_BLOCK_REF_KEY)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002470 ret = run_delayed_tree_ref(trans, fs_info, node, extent_op,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002471 insert_reserved);
2472 else if (node->type == BTRFS_EXTENT_DATA_REF_KEY ||
2473 node->type == BTRFS_SHARED_DATA_REF_KEY)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002474 ret = run_delayed_data_ref(trans, fs_info, node, extent_op,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002475 insert_reserved);
2476 else
2477 BUG();
2478 return ret;
Chris Masone9d0b132007-08-10 14:06:19 -04002479}
2480
Qu Wenruoc6fc2452015-03-30 17:03:00 +08002481static inline struct btrfs_delayed_ref_node *
Chris Mason56bec292009-03-13 10:10:06 -04002482select_delayed_ref(struct btrfs_delayed_ref_head *head)
Chris Masona28ec192007-03-06 20:08:01 -05002483{
Filipe Mananacffc3372015-07-09 13:13:44 +01002484 struct btrfs_delayed_ref_node *ref;
2485
Qu Wenruoc6fc2452015-03-30 17:03:00 +08002486 if (list_empty(&head->ref_list))
2487 return NULL;
Josef Bacikd7df2c72014-01-23 09:21:38 -05002488
Filipe Mananacffc3372015-07-09 13:13:44 +01002489 /*
2490 * Select a delayed ref of type BTRFS_ADD_DELAYED_REF first.
2491 * This is to prevent a ref count from going down to zero, which deletes
2492 * the extent item from the extent tree, when there still are references
2493 * to add, which would fail because they would not find the extent item.
2494 */
Wang Xiaoguang1d57ee92016-10-26 18:07:33 +08002495 if (!list_empty(&head->ref_add_list))
2496 return list_first_entry(&head->ref_add_list,
2497 struct btrfs_delayed_ref_node, add_list);
Filipe Mananacffc3372015-07-09 13:13:44 +01002498
Wang Xiaoguang1d57ee92016-10-26 18:07:33 +08002499 ref = list_first_entry(&head->ref_list, struct btrfs_delayed_ref_node,
2500 list);
2501 ASSERT(list_empty(&ref->add_list));
2502 return ref;
Chris Mason56bec292009-03-13 10:10:06 -04002503}
2504
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002505/*
2506 * Returns 0 on success or if called with an already aborted transaction.
2507 * Returns -ENOMEM or -EIO on failure and will abort the transaction.
2508 */
Josef Bacikd7df2c72014-01-23 09:21:38 -05002509static noinline int __btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002510 struct btrfs_fs_info *fs_info,
Josef Bacikd7df2c72014-01-23 09:21:38 -05002511 unsigned long nr)
Chris Mason56bec292009-03-13 10:10:06 -04002512{
Chris Mason56bec292009-03-13 10:10:06 -04002513 struct btrfs_delayed_ref_root *delayed_refs;
2514 struct btrfs_delayed_ref_node *ref;
2515 struct btrfs_delayed_ref_head *locked_ref = NULL;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002516 struct btrfs_delayed_extent_op *extent_op;
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002517 ktime_t start = ktime_get();
Chris Mason56bec292009-03-13 10:10:06 -04002518 int ret;
Josef Bacikd7df2c72014-01-23 09:21:38 -05002519 unsigned long count = 0;
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002520 unsigned long actual_count = 0;
Chris Mason56bec292009-03-13 10:10:06 -04002521 int must_insert_reserved = 0;
Chris Mason56bec292009-03-13 10:10:06 -04002522
2523 delayed_refs = &trans->transaction->delayed_refs;
Chris Mason56bec292009-03-13 10:10:06 -04002524 while (1) {
2525 if (!locked_ref) {
Josef Bacikd7df2c72014-01-23 09:21:38 -05002526 if (count >= nr)
Chris Mason56bec292009-03-13 10:10:06 -04002527 break;
Chris Mason56bec292009-03-13 10:10:06 -04002528
Josef Bacikd7df2c72014-01-23 09:21:38 -05002529 spin_lock(&delayed_refs->lock);
2530 locked_ref = btrfs_select_ref_head(trans);
2531 if (!locked_ref) {
2532 spin_unlock(&delayed_refs->lock);
2533 break;
2534 }
Chris Masonc3e69d52009-03-13 10:17:05 -04002535
2536 /* grab the lock that says we are going to process
2537 * all the refs for this head */
2538 ret = btrfs_delayed_ref_lock(trans, locked_ref);
Josef Bacikd7df2c72014-01-23 09:21:38 -05002539 spin_unlock(&delayed_refs->lock);
Chris Masonc3e69d52009-03-13 10:17:05 -04002540 /*
2541 * we may have dropped the spin lock to get the head
2542 * mutex lock, and that might have given someone else
2543 * time to free the head. If that's true, it has been
2544 * removed from our list and we can move on.
2545 */
2546 if (ret == -EAGAIN) {
2547 locked_ref = NULL;
2548 count++;
2549 continue;
Chris Mason56bec292009-03-13 10:10:06 -04002550 }
2551 }
2552
Filipe Manana2c3cf7d2015-10-22 09:47:34 +01002553 /*
2554 * We need to try and merge add/drops of the same ref since we
2555 * can run into issues with relocate dropping the implicit ref
2556 * and then it being added back again before the drop can
2557 * finish. If we merged anything we need to re-loop so we can
2558 * get a good ref.
2559 * Or we can get node references of the same type that weren't
2560 * merged when created due to bumps in the tree mod seq, and
2561 * we need to merge them to prevent adding an inline extent
2562 * backref before dropping it (triggering a BUG_ON at
2563 * insert_inline_extent_backref()).
2564 */
Josef Bacikd7df2c72014-01-23 09:21:38 -05002565 spin_lock(&locked_ref->lock);
Filipe Manana2c3cf7d2015-10-22 09:47:34 +01002566 btrfs_merge_delayed_refs(trans, fs_info, delayed_refs,
2567 locked_ref);
Josef Bacikae1e2062012-08-07 16:00:32 -04002568
2569 /*
Arne Jansend1270cd2011-09-13 15:16:43 +02002570 * locked_ref is the head node, so we have to go one
2571 * node back for any delayed ref updates
2572 */
2573 ref = select_delayed_ref(locked_ref);
2574
2575 if (ref && ref->seq &&
Jan Schmidt097b8a72012-06-21 11:08:04 +02002576 btrfs_check_delayed_seq(fs_info, delayed_refs, ref->seq)) {
Josef Bacikd7df2c72014-01-23 09:21:38 -05002577 spin_unlock(&locked_ref->lock);
Josef Bacikd7df2c72014-01-23 09:21:38 -05002578 spin_lock(&delayed_refs->lock);
2579 locked_ref->processing = 0;
Arne Jansend1270cd2011-09-13 15:16:43 +02002580 delayed_refs->num_heads_ready++;
2581 spin_unlock(&delayed_refs->lock);
Jeff Mahoneyd0280992016-12-20 13:28:28 -05002582 btrfs_delayed_ref_unlock(locked_ref);
Josef Bacikd7df2c72014-01-23 09:21:38 -05002583 locked_ref = NULL;
Arne Jansend1270cd2011-09-13 15:16:43 +02002584 cond_resched();
Josef Bacik27a377d2014-02-07 13:57:59 -05002585 count++;
Arne Jansend1270cd2011-09-13 15:16:43 +02002586 continue;
2587 }
2588
2589 /*
Chris Mason56bec292009-03-13 10:10:06 -04002590 * record the must insert reserved flag before we
2591 * drop the spin lock.
2592 */
2593 must_insert_reserved = locked_ref->must_insert_reserved;
2594 locked_ref->must_insert_reserved = 0;
2595
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002596 extent_op = locked_ref->extent_op;
2597 locked_ref->extent_op = NULL;
2598
Chris Mason56bec292009-03-13 10:10:06 -04002599 if (!ref) {
Josef Bacikd7df2c72014-01-23 09:21:38 -05002600
2601
Chris Mason56bec292009-03-13 10:10:06 -04002602 /* All delayed refs have been processed, Go ahead
2603 * and send the head node to run_one_delayed_ref,
2604 * so that any accounting fixes can happen
2605 */
2606 ref = &locked_ref->node;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002607
2608 if (extent_op && must_insert_reserved) {
Miao Xie78a61842012-11-21 02:21:28 +00002609 btrfs_free_delayed_extent_op(extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002610 extent_op = NULL;
2611 }
2612
2613 if (extent_op) {
Josef Bacikd7df2c72014-01-23 09:21:38 -05002614 spin_unlock(&locked_ref->lock);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002615 ret = run_delayed_extent_op(trans, fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002616 ref, extent_op);
Miao Xie78a61842012-11-21 02:21:28 +00002617 btrfs_free_delayed_extent_op(extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002618
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002619 if (ret) {
Josef Bacik857cc2f2013-10-07 15:21:08 -04002620 /*
2621 * Need to reset must_insert_reserved if
2622 * there was an error so the abort stuff
2623 * can cleanup the reserved space
2624 * properly.
2625 */
2626 if (must_insert_reserved)
2627 locked_ref->must_insert_reserved = 1;
Jeff Mahoneyaa7c8da2016-12-20 13:28:27 -05002628 spin_lock(&delayed_refs->lock);
Josef Bacikd7df2c72014-01-23 09:21:38 -05002629 locked_ref->processing = 0;
Jeff Mahoneyaa7c8da2016-12-20 13:28:27 -05002630 delayed_refs->num_heads_ready++;
2631 spin_unlock(&delayed_refs->lock);
Jeff Mahoney5d163e02016-09-20 10:05:00 -04002632 btrfs_debug(fs_info,
2633 "run_delayed_extent_op returned %d",
2634 ret);
Miao Xie093486c2012-12-19 08:10:10 +00002635 btrfs_delayed_ref_unlock(locked_ref);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002636 return ret;
2637 }
Josef Bacikd7df2c72014-01-23 09:21:38 -05002638 continue;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04002639 }
Chris Mason56bec292009-03-13 10:10:06 -04002640
Josef Bacikd7df2c72014-01-23 09:21:38 -05002641 /*
Nicholas D Steeves01327612016-05-19 21:18:45 -04002642 * Need to drop our head ref lock and re-acquire the
Josef Bacikd7df2c72014-01-23 09:21:38 -05002643 * delayed ref lock and then re-check to make sure
2644 * nobody got added.
2645 */
2646 spin_unlock(&locked_ref->lock);
2647 spin_lock(&delayed_refs->lock);
2648 spin_lock(&locked_ref->lock);
Qu Wenruoc6fc2452015-03-30 17:03:00 +08002649 if (!list_empty(&locked_ref->ref_list) ||
Josef Bacik573a0752014-03-27 19:41:34 -04002650 locked_ref->extent_op) {
Josef Bacikd7df2c72014-01-23 09:21:38 -05002651 spin_unlock(&locked_ref->lock);
2652 spin_unlock(&delayed_refs->lock);
2653 continue;
2654 }
2655 ref->in_tree = 0;
2656 delayed_refs->num_heads--;
Liu Boc46effa2013-10-14 12:59:45 +08002657 rb_erase(&locked_ref->href_node,
2658 &delayed_refs->href_root);
Josef Bacikd7df2c72014-01-23 09:21:38 -05002659 spin_unlock(&delayed_refs->lock);
2660 } else {
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002661 actual_count++;
Josef Bacikd7df2c72014-01-23 09:21:38 -05002662 ref->in_tree = 0;
Qu Wenruoc6fc2452015-03-30 17:03:00 +08002663 list_del(&ref->list);
Wang Xiaoguang1d57ee92016-10-26 18:07:33 +08002664 if (!list_empty(&ref->add_list))
2665 list_del(&ref->add_list);
Liu Boc46effa2013-10-14 12:59:45 +08002666 }
Josef Bacikd7df2c72014-01-23 09:21:38 -05002667 atomic_dec(&delayed_refs->num_entries);
2668
Miao Xie093486c2012-12-19 08:10:10 +00002669 if (!btrfs_delayed_ref_is_head(ref)) {
Arne Jansen22cd2e72012-08-09 00:16:53 -06002670 /*
2671 * when we play the delayed ref, also correct the
2672 * ref_mod on head
2673 */
2674 switch (ref->action) {
2675 case BTRFS_ADD_DELAYED_REF:
2676 case BTRFS_ADD_DELAYED_EXTENT:
2677 locked_ref->node.ref_mod -= ref->ref_mod;
2678 break;
2679 case BTRFS_DROP_DELAYED_REF:
2680 locked_ref->node.ref_mod += ref->ref_mod;
2681 break;
2682 default:
2683 WARN_ON(1);
2684 }
2685 }
Josef Bacikd7df2c72014-01-23 09:21:38 -05002686 spin_unlock(&locked_ref->lock);
Chris Mason56bec292009-03-13 10:10:06 -04002687
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002688 ret = run_one_delayed_ref(trans, fs_info, ref, extent_op,
Chris Mason56bec292009-03-13 10:10:06 -04002689 must_insert_reserved);
Chris Mason56bec292009-03-13 10:10:06 -04002690
Miao Xie78a61842012-11-21 02:21:28 +00002691 btrfs_free_delayed_extent_op(extent_op);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002692 if (ret) {
Wang Xiaoguang9d1032c2016-06-20 09:18:52 +08002693 spin_lock(&delayed_refs->lock);
Josef Bacikd7df2c72014-01-23 09:21:38 -05002694 locked_ref->processing = 0;
Wang Xiaoguang9d1032c2016-06-20 09:18:52 +08002695 delayed_refs->num_heads_ready++;
2696 spin_unlock(&delayed_refs->lock);
Miao Xie093486c2012-12-19 08:10:10 +00002697 btrfs_delayed_ref_unlock(locked_ref);
2698 btrfs_put_delayed_ref(ref);
Jeff Mahoney5d163e02016-09-20 10:05:00 -04002699 btrfs_debug(fs_info, "run_one_delayed_ref returned %d",
2700 ret);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002701 return ret;
2702 }
2703
Miao Xie093486c2012-12-19 08:10:10 +00002704 /*
2705 * If this node is a head, that means all the refs in this head
2706 * have been dealt with, and we will pick the next head to deal
2707 * with, so we must unlock the head and drop it from the cluster
2708 * list before we release it.
2709 */
2710 if (btrfs_delayed_ref_is_head(ref)) {
Josef Bacik12621332015-02-03 07:50:16 -08002711 if (locked_ref->is_data &&
2712 locked_ref->total_ref_mod < 0) {
2713 spin_lock(&delayed_refs->lock);
2714 delayed_refs->pending_csums -= ref->num_bytes;
2715 spin_unlock(&delayed_refs->lock);
2716 }
Miao Xie093486c2012-12-19 08:10:10 +00002717 btrfs_delayed_ref_unlock(locked_ref);
2718 locked_ref = NULL;
2719 }
2720 btrfs_put_delayed_ref(ref);
2721 count++;
Chris Mason1887be62009-03-13 10:11:24 -04002722 cond_resched();
Chris Mason56bec292009-03-13 10:10:06 -04002723 }
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002724
2725 /*
2726 * We don't want to include ref heads since we can have empty ref heads
2727 * and those will drastically skew our runtime down since we just do
2728 * accounting, no actual extent tree updates.
2729 */
2730 if (actual_count > 0) {
2731 u64 runtime = ktime_to_ns(ktime_sub(ktime_get(), start));
2732 u64 avg;
2733
2734 /*
2735 * We weigh the current average higher than our current runtime
2736 * to avoid large swings in the average.
2737 */
2738 spin_lock(&delayed_refs->lock);
2739 avg = fs_info->avg_delayed_ref_runtime * 3 + runtime;
David Sterbaf8c269d2015-01-16 17:21:12 +01002740 fs_info->avg_delayed_ref_runtime = avg >> 2; /* div by 4 */
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002741 spin_unlock(&delayed_refs->lock);
2742 }
Josef Bacikd7df2c72014-01-23 09:21:38 -05002743 return 0;
Chris Masonc3e69d52009-03-13 10:17:05 -04002744}
2745
Arne Jansen709c0482011-09-12 12:22:57 +02002746#ifdef SCRAMBLE_DELAYED_REFS
2747/*
2748 * Normally delayed refs get processed in ascending bytenr order. This
2749 * correlates in most cases to the order added. To expose dependencies on this
2750 * order, we start to process the tree in the middle instead of the beginning
2751 */
2752static u64 find_middle(struct rb_root *root)
2753{
2754 struct rb_node *n = root->rb_node;
2755 struct btrfs_delayed_ref_node *entry;
2756 int alt = 1;
2757 u64 middle;
2758 u64 first = 0, last = 0;
2759
2760 n = rb_first(root);
2761 if (n) {
2762 entry = rb_entry(n, struct btrfs_delayed_ref_node, rb_node);
2763 first = entry->bytenr;
2764 }
2765 n = rb_last(root);
2766 if (n) {
2767 entry = rb_entry(n, struct btrfs_delayed_ref_node, rb_node);
2768 last = entry->bytenr;
2769 }
2770 n = root->rb_node;
2771
2772 while (n) {
2773 entry = rb_entry(n, struct btrfs_delayed_ref_node, rb_node);
2774 WARN_ON(!entry->in_tree);
2775
2776 middle = entry->bytenr;
2777
2778 if (alt)
2779 n = n->rb_left;
2780 else
2781 n = n->rb_right;
2782
2783 alt = 1 - alt;
2784 }
2785 return middle;
2786}
2787#endif
2788
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002789static inline u64 heads_to_leaves(struct btrfs_fs_info *fs_info, u64 heads)
Josef Bacik1be41b72013-06-12 13:56:06 -04002790{
2791 u64 num_bytes;
2792
2793 num_bytes = heads * (sizeof(struct btrfs_extent_item) +
2794 sizeof(struct btrfs_extent_inline_ref));
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002795 if (!btrfs_fs_incompat(fs_info, SKINNY_METADATA))
Josef Bacik1be41b72013-06-12 13:56:06 -04002796 num_bytes += heads * sizeof(struct btrfs_tree_block_info);
2797
2798 /*
2799 * We don't ever fill up leaves all the way so multiply by 2 just to be
Nicholas D Steeves01327612016-05-19 21:18:45 -04002800 * closer to what we're really going to want to use.
Josef Bacik1be41b72013-06-12 13:56:06 -04002801 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002802 return div_u64(num_bytes, BTRFS_LEAF_DATA_SIZE(fs_info));
Josef Bacik1be41b72013-06-12 13:56:06 -04002803}
2804
Josef Bacik12621332015-02-03 07:50:16 -08002805/*
2806 * Takes the number of bytes to be csumm'ed and figures out how many leaves it
2807 * would require to store the csums for that many bytes.
2808 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002809u64 btrfs_csum_bytes_to_leaves(struct btrfs_fs_info *fs_info, u64 csum_bytes)
Josef Bacik12621332015-02-03 07:50:16 -08002810{
2811 u64 csum_size;
2812 u64 num_csums_per_leaf;
2813 u64 num_csums;
2814
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002815 csum_size = BTRFS_MAX_ITEM_SIZE(fs_info);
Josef Bacik12621332015-02-03 07:50:16 -08002816 num_csums_per_leaf = div64_u64(csum_size,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002817 (u64)btrfs_super_csum_size(fs_info->super_copy));
2818 num_csums = div64_u64(csum_bytes, fs_info->sectorsize);
Josef Bacik12621332015-02-03 07:50:16 -08002819 num_csums += num_csums_per_leaf - 1;
2820 num_csums = div64_u64(num_csums, num_csums_per_leaf);
2821 return num_csums;
2822}
2823
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002824int btrfs_check_space_for_delayed_refs(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002825 struct btrfs_fs_info *fs_info)
Josef Bacik1be41b72013-06-12 13:56:06 -04002826{
2827 struct btrfs_block_rsv *global_rsv;
2828 u64 num_heads = trans->transaction->delayed_refs.num_heads_ready;
Josef Bacik12621332015-02-03 07:50:16 -08002829 u64 csum_bytes = trans->transaction->delayed_refs.pending_csums;
Josef Bacikcb723e42015-02-18 08:06:57 -08002830 u64 num_dirty_bgs = trans->transaction->num_dirty_bgs;
2831 u64 num_bytes, num_dirty_bgs_bytes;
Josef Bacik1be41b72013-06-12 13:56:06 -04002832 int ret = 0;
2833
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002834 num_bytes = btrfs_calc_trans_metadata_size(fs_info, 1);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002835 num_heads = heads_to_leaves(fs_info, num_heads);
Josef Bacik1be41b72013-06-12 13:56:06 -04002836 if (num_heads > 1)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002837 num_bytes += (num_heads - 1) * fs_info->nodesize;
Josef Bacik1be41b72013-06-12 13:56:06 -04002838 num_bytes <<= 1;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002839 num_bytes += btrfs_csum_bytes_to_leaves(fs_info, csum_bytes) *
2840 fs_info->nodesize;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002841 num_dirty_bgs_bytes = btrfs_calc_trans_metadata_size(fs_info,
Josef Bacikcb723e42015-02-18 08:06:57 -08002842 num_dirty_bgs);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002843 global_rsv = &fs_info->global_block_rsv;
Josef Bacik1be41b72013-06-12 13:56:06 -04002844
2845 /*
2846 * If we can't allocate any more chunks lets make sure we have _lots_ of
2847 * wiggle room since running delayed refs can create more delayed refs.
2848 */
Josef Bacikcb723e42015-02-18 08:06:57 -08002849 if (global_rsv->space_info->full) {
2850 num_dirty_bgs_bytes <<= 1;
Josef Bacik1be41b72013-06-12 13:56:06 -04002851 num_bytes <<= 1;
Josef Bacikcb723e42015-02-18 08:06:57 -08002852 }
Josef Bacik1be41b72013-06-12 13:56:06 -04002853
2854 spin_lock(&global_rsv->lock);
Josef Bacikcb723e42015-02-18 08:06:57 -08002855 if (global_rsv->reserved <= num_bytes + num_dirty_bgs_bytes)
Josef Bacik1be41b72013-06-12 13:56:06 -04002856 ret = 1;
2857 spin_unlock(&global_rsv->lock);
2858 return ret;
2859}
2860
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002861int btrfs_should_throttle_delayed_refs(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002862 struct btrfs_fs_info *fs_info)
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002863{
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002864 u64 num_entries =
2865 atomic_read(&trans->transaction->delayed_refs.num_entries);
2866 u64 avg_runtime;
Chris Masona79b7d42014-05-22 16:18:52 -07002867 u64 val;
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002868
2869 smp_mb();
2870 avg_runtime = fs_info->avg_delayed_ref_runtime;
Chris Masona79b7d42014-05-22 16:18:52 -07002871 val = num_entries * avg_runtime;
Wang Xiaoguangdc1a90c2016-10-26 15:23:01 +08002872 if (val >= NSEC_PER_SEC)
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002873 return 1;
Chris Masona79b7d42014-05-22 16:18:52 -07002874 if (val >= NSEC_PER_SEC / 2)
2875 return 2;
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002876
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002877 return btrfs_check_space_for_delayed_refs(trans, fs_info);
Josef Bacik0a2b2a82014-01-23 10:54:11 -05002878}
2879
Chris Masona79b7d42014-05-22 16:18:52 -07002880struct async_delayed_refs {
2881 struct btrfs_root *root;
Josef Bacik31b96552016-04-11 17:37:40 -04002882 u64 transid;
Chris Masona79b7d42014-05-22 16:18:52 -07002883 int count;
2884 int error;
2885 int sync;
2886 struct completion wait;
2887 struct btrfs_work work;
2888};
2889
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002890static inline struct async_delayed_refs *
2891to_async_delayed_refs(struct btrfs_work *work)
2892{
2893 return container_of(work, struct async_delayed_refs, work);
2894}
2895
Chris Masona79b7d42014-05-22 16:18:52 -07002896static void delayed_ref_async_start(struct btrfs_work *work)
2897{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002898 struct async_delayed_refs *async = to_async_delayed_refs(work);
Chris Masona79b7d42014-05-22 16:18:52 -07002899 struct btrfs_trans_handle *trans;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002900 struct btrfs_fs_info *fs_info = async->root->fs_info;
Chris Masona79b7d42014-05-22 16:18:52 -07002901 int ret;
2902
Chris Mason0f873ec2016-04-27 09:59:38 -04002903 /* if the commit is already started, we don't need to wait here */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002904 if (btrfs_transaction_blocked(fs_info))
Josef Bacik31b96552016-04-11 17:37:40 -04002905 goto done;
Josef Bacik31b96552016-04-11 17:37:40 -04002906
Chris Mason0f873ec2016-04-27 09:59:38 -04002907 trans = btrfs_join_transaction(async->root);
2908 if (IS_ERR(trans)) {
2909 async->error = PTR_ERR(trans);
Chris Masona79b7d42014-05-22 16:18:52 -07002910 goto done;
2911 }
2912
2913 /*
Nicholas D Steeves01327612016-05-19 21:18:45 -04002914 * trans->sync means that when we call end_transaction, we won't
Chris Masona79b7d42014-05-22 16:18:52 -07002915 * wait on delayed refs
2916 */
2917 trans->sync = true;
Chris Mason0f873ec2016-04-27 09:59:38 -04002918
2919 /* Don't bother flushing if we got into a different transaction */
2920 if (trans->transid > async->transid)
2921 goto end;
2922
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002923 ret = btrfs_run_delayed_refs(trans, fs_info, async->count);
Chris Masona79b7d42014-05-22 16:18:52 -07002924 if (ret)
2925 async->error = ret;
Chris Mason0f873ec2016-04-27 09:59:38 -04002926end:
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04002927 ret = btrfs_end_transaction(trans);
Chris Masona79b7d42014-05-22 16:18:52 -07002928 if (ret && !async->error)
2929 async->error = ret;
2930done:
2931 if (async->sync)
2932 complete(&async->wait);
2933 else
2934 kfree(async);
2935}
2936
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002937int btrfs_async_run_delayed_refs(struct btrfs_fs_info *fs_info,
Josef Bacik31b96552016-04-11 17:37:40 -04002938 unsigned long count, u64 transid, int wait)
Chris Masona79b7d42014-05-22 16:18:52 -07002939{
2940 struct async_delayed_refs *async;
2941 int ret;
2942
2943 async = kmalloc(sizeof(*async), GFP_NOFS);
2944 if (!async)
2945 return -ENOMEM;
2946
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002947 async->root = fs_info->tree_root;
Chris Masona79b7d42014-05-22 16:18:52 -07002948 async->count = count;
2949 async->error = 0;
Josef Bacik31b96552016-04-11 17:37:40 -04002950 async->transid = transid;
Chris Masona79b7d42014-05-22 16:18:52 -07002951 if (wait)
2952 async->sync = 1;
2953 else
2954 async->sync = 0;
2955 init_completion(&async->wait);
2956
Liu Bo9e0af232014-08-15 23:36:53 +08002957 btrfs_init_work(&async->work, btrfs_extent_refs_helper,
2958 delayed_ref_async_start, NULL, NULL);
Chris Masona79b7d42014-05-22 16:18:52 -07002959
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002960 btrfs_queue_work(fs_info->extent_workers, &async->work);
Chris Masona79b7d42014-05-22 16:18:52 -07002961
2962 if (wait) {
2963 wait_for_completion(&async->wait);
2964 ret = async->error;
2965 kfree(async);
2966 return ret;
2967 }
2968 return 0;
2969}
2970
Chris Masonc3e69d52009-03-13 10:17:05 -04002971/*
2972 * this starts processing the delayed reference count updates and
2973 * extent insertions we have queued up so far. count can be
2974 * 0, which means to process everything in the tree at the start
2975 * of the run (but not newly added entries), or it can be some target
2976 * number you'd like to process.
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002977 *
2978 * Returns 0 on success or if called with an aborted transaction
2979 * Returns <0 on error and aborts the transaction
Chris Masonc3e69d52009-03-13 10:17:05 -04002980 */
2981int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04002982 struct btrfs_fs_info *fs_info, unsigned long count)
Chris Masonc3e69d52009-03-13 10:17:05 -04002983{
2984 struct rb_node *node;
2985 struct btrfs_delayed_ref_root *delayed_refs;
Liu Boc46effa2013-10-14 12:59:45 +08002986 struct btrfs_delayed_ref_head *head;
Chris Masonc3e69d52009-03-13 10:17:05 -04002987 int ret;
2988 int run_all = count == (unsigned long)-1;
Filipe Mananad9a05402015-10-03 13:13:13 +01002989 bool can_flush_pending_bgs = trans->can_flush_pending_bgs;
Chris Masonc3e69d52009-03-13 10:17:05 -04002990
Jeff Mahoney79787ea2012-03-12 16:03:00 +01002991 /* We'll clean this up in btrfs_cleanup_transaction */
2992 if (trans->aborted)
2993 return 0;
2994
Jeff Mahoney0b246af2016-06-22 18:54:23 -04002995 if (test_bit(BTRFS_FS_CREATING_FREE_SPACE_TREE, &fs_info->flags))
Chris Mason511711a2015-12-30 07:52:35 -08002996 return 0;
2997
Chris Masonc3e69d52009-03-13 10:17:05 -04002998 delayed_refs = &trans->transaction->delayed_refs;
Liu Bo26455d32014-12-17 16:14:09 +08002999 if (count == 0)
Josef Bacikd7df2c72014-01-23 09:21:38 -05003000 count = atomic_read(&delayed_refs->num_entries) * 2;
Chris Masonbb721702013-01-29 18:44:12 -05003001
Chris Masonc3e69d52009-03-13 10:17:05 -04003002again:
Arne Jansen709c0482011-09-12 12:22:57 +02003003#ifdef SCRAMBLE_DELAYED_REFS
3004 delayed_refs->run_delayed_start = find_middle(&delayed_refs->root);
3005#endif
Filipe Mananad9a05402015-10-03 13:13:13 +01003006 trans->can_flush_pending_bgs = false;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003007 ret = __btrfs_run_delayed_refs(trans, fs_info, count);
Josef Bacikd7df2c72014-01-23 09:21:38 -05003008 if (ret < 0) {
Jeff Mahoney66642832016-06-10 18:19:25 -04003009 btrfs_abort_transaction(trans, ret);
Josef Bacikd7df2c72014-01-23 09:21:38 -05003010 return ret;
Chris Masonc3e69d52009-03-13 10:17:05 -04003011 }
3012
Chris Mason56bec292009-03-13 10:10:06 -04003013 if (run_all) {
Josef Bacikd7df2c72014-01-23 09:21:38 -05003014 if (!list_empty(&trans->new_bgs))
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003015 btrfs_create_pending_block_groups(trans, fs_info);
Josef Bacikea658ba2012-09-11 16:57:25 -04003016
Josef Bacikd7df2c72014-01-23 09:21:38 -05003017 spin_lock(&delayed_refs->lock);
Liu Boc46effa2013-10-14 12:59:45 +08003018 node = rb_first(&delayed_refs->href_root);
Josef Bacikd7df2c72014-01-23 09:21:38 -05003019 if (!node) {
3020 spin_unlock(&delayed_refs->lock);
Chris Mason56bec292009-03-13 10:10:06 -04003021 goto out;
Josef Bacikd7df2c72014-01-23 09:21:38 -05003022 }
Chris Mason56bec292009-03-13 10:10:06 -04003023
3024 while (node) {
Liu Boc46effa2013-10-14 12:59:45 +08003025 head = rb_entry(node, struct btrfs_delayed_ref_head,
3026 href_node);
3027 if (btrfs_delayed_ref_is_head(&head->node)) {
3028 struct btrfs_delayed_ref_node *ref;
Chris Mason56bec292009-03-13 10:10:06 -04003029
Liu Boc46effa2013-10-14 12:59:45 +08003030 ref = &head->node;
Elena Reshetova6df8cdf2017-03-03 10:55:15 +02003031 refcount_inc(&ref->refs);
Chris Mason56bec292009-03-13 10:10:06 -04003032
3033 spin_unlock(&delayed_refs->lock);
David Sterba8cc33e52011-05-02 15:29:25 +02003034 /*
3035 * Mutex was contended, block until it's
3036 * released and try again
3037 */
Chris Mason56bec292009-03-13 10:10:06 -04003038 mutex_lock(&head->mutex);
3039 mutex_unlock(&head->mutex);
3040
3041 btrfs_put_delayed_ref(ref);
Chris Mason1887be62009-03-13 10:11:24 -04003042 cond_resched();
Chris Mason56bec292009-03-13 10:10:06 -04003043 goto again;
Liu Boc46effa2013-10-14 12:59:45 +08003044 } else {
3045 WARN_ON(1);
Chris Mason56bec292009-03-13 10:10:06 -04003046 }
3047 node = rb_next(node);
3048 }
3049 spin_unlock(&delayed_refs->lock);
Josef Bacikd7df2c72014-01-23 09:21:38 -05003050 cond_resched();
Chris Mason56bec292009-03-13 10:10:06 -04003051 goto again;
3052 }
Chris Mason54aa1f42007-06-22 14:16:25 -04003053out:
Filipe Mananad9a05402015-10-03 13:13:13 +01003054 trans->can_flush_pending_bgs = can_flush_pending_bgs;
Chris Masona28ec192007-03-06 20:08:01 -05003055 return 0;
3056}
3057
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003058int btrfs_set_disk_extent_flags(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003059 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003060 u64 bytenr, u64 num_bytes, u64 flags,
Josef Bacikb1c79e02013-05-09 13:49:30 -04003061 int level, int is_data)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003062{
3063 struct btrfs_delayed_extent_op *extent_op;
3064 int ret;
3065
Miao Xie78a61842012-11-21 02:21:28 +00003066 extent_op = btrfs_alloc_delayed_extent_op();
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003067 if (!extent_op)
3068 return -ENOMEM;
3069
3070 extent_op->flags_to_set = flags;
David Sterba35b3ad52015-11-30 16:51:29 +01003071 extent_op->update_flags = true;
3072 extent_op->update_key = false;
3073 extent_op->is_data = is_data ? true : false;
Josef Bacikb1c79e02013-05-09 13:49:30 -04003074 extent_op->level = level;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003075
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003076 ret = btrfs_add_delayed_extent_op(fs_info, trans, bytenr,
Arne Jansen66d7e7f2011-09-12 15:26:38 +02003077 num_bytes, extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003078 if (ret)
Miao Xie78a61842012-11-21 02:21:28 +00003079 btrfs_free_delayed_extent_op(extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003080 return ret;
3081}
3082
Liu Boe4c3b2d2017-01-30 12:25:28 -08003083static noinline int check_delayed_ref(struct btrfs_root *root,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003084 struct btrfs_path *path,
3085 u64 objectid, u64 offset, u64 bytenr)
3086{
3087 struct btrfs_delayed_ref_head *head;
3088 struct btrfs_delayed_ref_node *ref;
3089 struct btrfs_delayed_data_ref *data_ref;
3090 struct btrfs_delayed_ref_root *delayed_refs;
Liu Boe4c3b2d2017-01-30 12:25:28 -08003091 struct btrfs_transaction *cur_trans;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003092 int ret = 0;
3093
Liu Boe4c3b2d2017-01-30 12:25:28 -08003094 cur_trans = root->fs_info->running_transaction;
3095 if (!cur_trans)
3096 return 0;
3097
3098 delayed_refs = &cur_trans->delayed_refs;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003099 spin_lock(&delayed_refs->lock);
Liu Bof72ad18e2017-01-30 12:24:37 -08003100 head = btrfs_find_delayed_ref_head(delayed_refs, bytenr);
Josef Bacikd7df2c72014-01-23 09:21:38 -05003101 if (!head) {
3102 spin_unlock(&delayed_refs->lock);
3103 return 0;
3104 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003105
3106 if (!mutex_trylock(&head->mutex)) {
Elena Reshetova6df8cdf2017-03-03 10:55:15 +02003107 refcount_inc(&head->node.refs);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003108 spin_unlock(&delayed_refs->lock);
3109
David Sterbab3b4aa72011-04-21 01:20:15 +02003110 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003111
David Sterba8cc33e52011-05-02 15:29:25 +02003112 /*
3113 * Mutex was contended, block until it's released and let
3114 * caller try again
3115 */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003116 mutex_lock(&head->mutex);
3117 mutex_unlock(&head->mutex);
3118 btrfs_put_delayed_ref(&head->node);
3119 return -EAGAIN;
3120 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003121 spin_unlock(&delayed_refs->lock);
Josef Bacikd7df2c72014-01-23 09:21:38 -05003122
3123 spin_lock(&head->lock);
Qu Wenruoc6fc2452015-03-30 17:03:00 +08003124 list_for_each_entry(ref, &head->ref_list, list) {
Josef Bacikd7df2c72014-01-23 09:21:38 -05003125 /* If it's a shared ref we know a cross reference exists */
3126 if (ref->type != BTRFS_EXTENT_DATA_REF_KEY) {
3127 ret = 1;
3128 break;
3129 }
3130
3131 data_ref = btrfs_delayed_node_to_data_ref(ref);
3132
3133 /*
3134 * If our ref doesn't match the one we're currently looking at
3135 * then we have a cross reference.
3136 */
3137 if (data_ref->root != root->root_key.objectid ||
3138 data_ref->objectid != objectid ||
3139 data_ref->offset != offset) {
3140 ret = 1;
3141 break;
3142 }
3143 }
3144 spin_unlock(&head->lock);
3145 mutex_unlock(&head->mutex);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003146 return ret;
3147}
3148
Liu Boe4c3b2d2017-01-30 12:25:28 -08003149static noinline int check_committed_ref(struct btrfs_root *root,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003150 struct btrfs_path *path,
3151 u64 objectid, u64 offset, u64 bytenr)
Chris Masonbe20aa92007-12-17 20:14:01 -05003152{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003153 struct btrfs_fs_info *fs_info = root->fs_info;
3154 struct btrfs_root *extent_root = fs_info->extent_root;
Yan Zhengf321e492008-07-30 09:26:11 -04003155 struct extent_buffer *leaf;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003156 struct btrfs_extent_data_ref *ref;
3157 struct btrfs_extent_inline_ref *iref;
3158 struct btrfs_extent_item *ei;
Chris Masonbe20aa92007-12-17 20:14:01 -05003159 struct btrfs_key key;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003160 u32 item_size;
Yan Zhengf321e492008-07-30 09:26:11 -04003161 int ret;
Chris Masonbe20aa92007-12-17 20:14:01 -05003162
Chris Masonbe20aa92007-12-17 20:14:01 -05003163 key.objectid = bytenr;
Zheng Yan31840ae2008-09-23 13:14:14 -04003164 key.offset = (u64)-1;
Yan Zhengf321e492008-07-30 09:26:11 -04003165 key.type = BTRFS_EXTENT_ITEM_KEY;
Chris Masonbe20aa92007-12-17 20:14:01 -05003166
Chris Masonbe20aa92007-12-17 20:14:01 -05003167 ret = btrfs_search_slot(NULL, extent_root, &key, path, 0, 0);
3168 if (ret < 0)
3169 goto out;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01003170 BUG_ON(ret == 0); /* Corruption */
Yan Zheng80ff3852008-10-30 14:20:02 -04003171
3172 ret = -ENOENT;
3173 if (path->slots[0] == 0)
Zheng Yan31840ae2008-09-23 13:14:14 -04003174 goto out;
Chris Masonbe20aa92007-12-17 20:14:01 -05003175
Zheng Yan31840ae2008-09-23 13:14:14 -04003176 path->slots[0]--;
Yan Zhengf321e492008-07-30 09:26:11 -04003177 leaf = path->nodes[0];
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003178 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
Chris Masonbe20aa92007-12-17 20:14:01 -05003179
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003180 if (key.objectid != bytenr || key.type != BTRFS_EXTENT_ITEM_KEY)
Chris Masonbe20aa92007-12-17 20:14:01 -05003181 goto out;
Chris Masonbe20aa92007-12-17 20:14:01 -05003182
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003183 ret = 1;
3184 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
3185#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
3186 if (item_size < sizeof(*ei)) {
3187 WARN_ON(item_size != sizeof(struct btrfs_extent_item_v0));
3188 goto out;
Chris Masonbe20aa92007-12-17 20:14:01 -05003189 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003190#endif
3191 ei = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
3192
3193 if (item_size != sizeof(*ei) +
3194 btrfs_extent_inline_ref_size(BTRFS_EXTENT_DATA_REF_KEY))
3195 goto out;
3196
3197 if (btrfs_extent_generation(leaf, ei) <=
3198 btrfs_root_last_snapshot(&root->root_item))
3199 goto out;
3200
3201 iref = (struct btrfs_extent_inline_ref *)(ei + 1);
3202 if (btrfs_extent_inline_ref_type(leaf, iref) !=
3203 BTRFS_EXTENT_DATA_REF_KEY)
3204 goto out;
3205
3206 ref = (struct btrfs_extent_data_ref *)(&iref->offset);
3207 if (btrfs_extent_refs(leaf, ei) !=
3208 btrfs_extent_data_ref_count(leaf, ref) ||
3209 btrfs_extent_data_ref_root(leaf, ref) !=
3210 root->root_key.objectid ||
3211 btrfs_extent_data_ref_objectid(leaf, ref) != objectid ||
3212 btrfs_extent_data_ref_offset(leaf, ref) != offset)
3213 goto out;
3214
Yan Zhengf321e492008-07-30 09:26:11 -04003215 ret = 0;
Chris Masonbe20aa92007-12-17 20:14:01 -05003216out:
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003217 return ret;
3218}
3219
Liu Boe4c3b2d2017-01-30 12:25:28 -08003220int btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset,
3221 u64 bytenr)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003222{
3223 struct btrfs_path *path;
3224 int ret;
3225 int ret2;
3226
3227 path = btrfs_alloc_path();
3228 if (!path)
3229 return -ENOENT;
3230
3231 do {
Liu Boe4c3b2d2017-01-30 12:25:28 -08003232 ret = check_committed_ref(root, path, objectid,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003233 offset, bytenr);
3234 if (ret && ret != -ENOENT)
3235 goto out;
3236
Liu Boe4c3b2d2017-01-30 12:25:28 -08003237 ret2 = check_delayed_ref(root, path, objectid,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003238 offset, bytenr);
3239 } while (ret2 == -EAGAIN);
3240
3241 if (ret2 && ret2 != -ENOENT) {
3242 ret = ret2;
3243 goto out;
3244 }
3245
3246 if (ret != -ENOENT || ret2 != -ENOENT)
3247 ret = 0;
3248out:
Yan Zhengf321e492008-07-30 09:26:11 -04003249 btrfs_free_path(path);
Yan, Zhengf0486c62010-05-16 10:46:25 -04003250 if (root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID)
3251 WARN_ON(ret > 0);
Yan Zhengf321e492008-07-30 09:26:11 -04003252 return ret;
3253}
3254
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003255static int __btrfs_mod_ref(struct btrfs_trans_handle *trans,
Chris Masonb7a9f292009-02-04 09:23:45 -05003256 struct btrfs_root *root,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003257 struct extent_buffer *buf,
Josef Bacike339a6b2014-07-02 10:54:25 -07003258 int full_backref, int inc)
Zheng Yan31840ae2008-09-23 13:14:14 -04003259{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003260 struct btrfs_fs_info *fs_info = root->fs_info;
Zheng Yan31840ae2008-09-23 13:14:14 -04003261 u64 bytenr;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003262 u64 num_bytes;
3263 u64 parent;
Zheng Yan31840ae2008-09-23 13:14:14 -04003264 u64 ref_root;
Zheng Yan31840ae2008-09-23 13:14:14 -04003265 u32 nritems;
Zheng Yan31840ae2008-09-23 13:14:14 -04003266 struct btrfs_key key;
3267 struct btrfs_file_extent_item *fi;
3268 int i;
3269 int level;
3270 int ret = 0;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003271 int (*process_func)(struct btrfs_trans_handle *,
3272 struct btrfs_fs_info *,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01003273 u64, u64, u64, u64, u64, u64);
Zheng Yan31840ae2008-09-23 13:14:14 -04003274
David Sterbafccb84c2014-09-29 23:53:21 +02003275
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003276 if (btrfs_is_testing(fs_info))
Josef Bacikfaa2dbf2014-05-07 17:06:09 -04003277 return 0;
David Sterbafccb84c2014-09-29 23:53:21 +02003278
Zheng Yan31840ae2008-09-23 13:14:14 -04003279 ref_root = btrfs_header_owner(buf);
Zheng Yan31840ae2008-09-23 13:14:14 -04003280 nritems = btrfs_header_nritems(buf);
3281 level = btrfs_header_level(buf);
3282
Miao Xie27cdeb72014-04-02 19:51:05 +08003283 if (!test_bit(BTRFS_ROOT_REF_COWS, &root->state) && level == 0)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003284 return 0;
Chris Masonb7a9f292009-02-04 09:23:45 -05003285
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003286 if (inc)
3287 process_func = btrfs_inc_extent_ref;
3288 else
3289 process_func = btrfs_free_extent;
Zheng Yan31840ae2008-09-23 13:14:14 -04003290
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003291 if (full_backref)
3292 parent = buf->start;
3293 else
3294 parent = 0;
3295
Zheng Yan31840ae2008-09-23 13:14:14 -04003296 for (i = 0; i < nritems; i++) {
Chris Masondb945352007-10-15 16:15:53 -04003297 if (level == 0) {
Chris Mason5f39d392007-10-15 16:14:19 -04003298 btrfs_item_key_to_cpu(buf, &key, i);
David Sterba962a2982014-06-04 18:41:45 +02003299 if (key.type != BTRFS_EXTENT_DATA_KEY)
Chris Mason54aa1f42007-06-22 14:16:25 -04003300 continue;
Chris Mason5f39d392007-10-15 16:14:19 -04003301 fi = btrfs_item_ptr(buf, i,
Chris Mason54aa1f42007-06-22 14:16:25 -04003302 struct btrfs_file_extent_item);
Chris Mason5f39d392007-10-15 16:14:19 -04003303 if (btrfs_file_extent_type(buf, fi) ==
Chris Mason54aa1f42007-06-22 14:16:25 -04003304 BTRFS_FILE_EXTENT_INLINE)
3305 continue;
Zheng Yan31840ae2008-09-23 13:14:14 -04003306 bytenr = btrfs_file_extent_disk_bytenr(buf, fi);
3307 if (bytenr == 0)
Chris Mason54aa1f42007-06-22 14:16:25 -04003308 continue;
Zheng Yan31840ae2008-09-23 13:14:14 -04003309
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003310 num_bytes = btrfs_file_extent_disk_num_bytes(buf, fi);
3311 key.offset -= btrfs_file_extent_offset(buf, fi);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003312 ret = process_func(trans, fs_info, bytenr, num_bytes,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003313 parent, ref_root, key.objectid,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01003314 key.offset);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003315 if (ret)
3316 goto fail;
Chris Masonb7a9f292009-02-04 09:23:45 -05003317 } else {
3318 bytenr = btrfs_node_blockptr(buf, i);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003319 num_bytes = fs_info->nodesize;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003320 ret = process_func(trans, fs_info, bytenr, num_bytes,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01003321 parent, ref_root, level - 1, 0);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003322 if (ret)
Zheng Yan31840ae2008-09-23 13:14:14 -04003323 goto fail;
Chris Mason54aa1f42007-06-22 14:16:25 -04003324 }
3325 }
Zheng Yan31840ae2008-09-23 13:14:14 -04003326 return 0;
3327fail:
Chris Mason54aa1f42007-06-22 14:16:25 -04003328 return ret;
Chris Mason02217ed2007-03-02 16:08:05 -05003329}
3330
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003331int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
Josef Bacike339a6b2014-07-02 10:54:25 -07003332 struct extent_buffer *buf, int full_backref)
Zheng Yan31840ae2008-09-23 13:14:14 -04003333{
Josef Bacike339a6b2014-07-02 10:54:25 -07003334 return __btrfs_mod_ref(trans, root, buf, full_backref, 1);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003335}
Zheng Yan31840ae2008-09-23 13:14:14 -04003336
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003337int btrfs_dec_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
Josef Bacike339a6b2014-07-02 10:54:25 -07003338 struct extent_buffer *buf, int full_backref)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04003339{
Josef Bacike339a6b2014-07-02 10:54:25 -07003340 return __btrfs_mod_ref(trans, root, buf, full_backref, 0);
Zheng Yan31840ae2008-09-23 13:14:14 -04003341}
3342
Chris Mason9078a3e2007-04-26 16:46:15 -04003343static int write_one_cache_group(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003344 struct btrfs_fs_info *fs_info,
Chris Mason9078a3e2007-04-26 16:46:15 -04003345 struct btrfs_path *path,
3346 struct btrfs_block_group_cache *cache)
3347{
3348 int ret;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003349 struct btrfs_root *extent_root = fs_info->extent_root;
Chris Mason5f39d392007-10-15 16:14:19 -04003350 unsigned long bi;
3351 struct extent_buffer *leaf;
Chris Mason9078a3e2007-04-26 16:46:15 -04003352
Chris Mason9078a3e2007-04-26 16:46:15 -04003353 ret = btrfs_search_slot(trans, extent_root, &cache->key, path, 0, 1);
Josef Bacikdf95e7f2014-12-12 16:02:20 -05003354 if (ret) {
3355 if (ret > 0)
3356 ret = -ENOENT;
Chris Mason54aa1f42007-06-22 14:16:25 -04003357 goto fail;
Josef Bacikdf95e7f2014-12-12 16:02:20 -05003358 }
Chris Mason5f39d392007-10-15 16:14:19 -04003359
3360 leaf = path->nodes[0];
3361 bi = btrfs_item_ptr_offset(leaf, path->slots[0]);
3362 write_extent_buffer(leaf, &cache->item, bi, sizeof(cache->item));
3363 btrfs_mark_buffer_dirty(leaf);
Chris Mason54aa1f42007-06-22 14:16:25 -04003364fail:
Filipe Manana24b89d02015-04-25 18:31:05 +01003365 btrfs_release_path(path);
Josef Bacikdf95e7f2014-12-12 16:02:20 -05003366 return ret;
Chris Mason9078a3e2007-04-26 16:46:15 -04003367
3368}
3369
Yan Zheng4a8c9a62009-07-22 10:07:05 -04003370static struct btrfs_block_group_cache *
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003371next_block_group(struct btrfs_fs_info *fs_info,
Yan Zheng4a8c9a62009-07-22 10:07:05 -04003372 struct btrfs_block_group_cache *cache)
3373{
3374 struct rb_node *node;
Filipe Manana292cbd52014-11-26 15:28:50 +00003375
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003376 spin_lock(&fs_info->block_group_cache_lock);
Filipe Manana292cbd52014-11-26 15:28:50 +00003377
3378 /* If our block group was removed, we need a full search. */
3379 if (RB_EMPTY_NODE(&cache->cache_node)) {
3380 const u64 next_bytenr = cache->key.objectid + cache->key.offset;
3381
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003382 spin_unlock(&fs_info->block_group_cache_lock);
Filipe Manana292cbd52014-11-26 15:28:50 +00003383 btrfs_put_block_group(cache);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003384 cache = btrfs_lookup_first_block_group(fs_info, next_bytenr); return cache;
Filipe Manana292cbd52014-11-26 15:28:50 +00003385 }
Yan Zheng4a8c9a62009-07-22 10:07:05 -04003386 node = rb_next(&cache->cache_node);
3387 btrfs_put_block_group(cache);
3388 if (node) {
3389 cache = rb_entry(node, struct btrfs_block_group_cache,
3390 cache_node);
Josef Bacik11dfe352009-11-13 20:12:59 +00003391 btrfs_get_block_group(cache);
Yan Zheng4a8c9a62009-07-22 10:07:05 -04003392 } else
3393 cache = NULL;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003394 spin_unlock(&fs_info->block_group_cache_lock);
Yan Zheng4a8c9a62009-07-22 10:07:05 -04003395 return cache;
3396}
3397
Josef Bacik0af3d002010-06-21 14:48:16 -04003398static int cache_save_setup(struct btrfs_block_group_cache *block_group,
3399 struct btrfs_trans_handle *trans,
3400 struct btrfs_path *path)
3401{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003402 struct btrfs_fs_info *fs_info = block_group->fs_info;
3403 struct btrfs_root *root = fs_info->tree_root;
Josef Bacik0af3d002010-06-21 14:48:16 -04003404 struct inode *inode = NULL;
3405 u64 alloc_hint = 0;
Josef Bacik2b209822010-12-03 13:17:53 -05003406 int dcs = BTRFS_DC_ERROR;
David Sterbaf8c269d2015-01-16 17:21:12 +01003407 u64 num_pages = 0;
Josef Bacik0af3d002010-06-21 14:48:16 -04003408 int retries = 0;
3409 int ret = 0;
3410
3411 /*
3412 * If this block group is smaller than 100 megs don't bother caching the
3413 * block group.
3414 */
Byongho Leeee221842015-12-15 01:42:10 +09003415 if (block_group->key.offset < (100 * SZ_1M)) {
Josef Bacik0af3d002010-06-21 14:48:16 -04003416 spin_lock(&block_group->lock);
3417 block_group->disk_cache_state = BTRFS_DC_WRITTEN;
3418 spin_unlock(&block_group->lock);
3419 return 0;
3420 }
3421
Josef Bacik0c0ef4b2015-02-12 09:43:51 -05003422 if (trans->aborted)
3423 return 0;
Josef Bacik0af3d002010-06-21 14:48:16 -04003424again:
Jeff Mahoney77ab86b2017-02-15 16:28:30 -05003425 inode = lookup_free_space_inode(fs_info, block_group, path);
Josef Bacik0af3d002010-06-21 14:48:16 -04003426 if (IS_ERR(inode) && PTR_ERR(inode) != -ENOENT) {
3427 ret = PTR_ERR(inode);
David Sterbab3b4aa72011-04-21 01:20:15 +02003428 btrfs_release_path(path);
Josef Bacik0af3d002010-06-21 14:48:16 -04003429 goto out;
3430 }
3431
3432 if (IS_ERR(inode)) {
3433 BUG_ON(retries);
3434 retries++;
3435
3436 if (block_group->ro)
3437 goto out_free;
3438
Jeff Mahoney77ab86b2017-02-15 16:28:30 -05003439 ret = create_free_space_inode(fs_info, trans, block_group,
3440 path);
Josef Bacik0af3d002010-06-21 14:48:16 -04003441 if (ret)
3442 goto out_free;
3443 goto again;
3444 }
3445
Josef Bacik5b0e95b2011-10-06 08:58:24 -04003446 /* We've already setup this transaction, go ahead and exit */
3447 if (block_group->cache_generation == trans->transid &&
3448 i_size_read(inode)) {
3449 dcs = BTRFS_DC_SETUP;
3450 goto out_put;
3451 }
3452
Josef Bacik0af3d002010-06-21 14:48:16 -04003453 /*
3454 * We want to set the generation to 0, that way if anything goes wrong
3455 * from here on out we know not to trust this cache when we load up next
3456 * time.
3457 */
3458 BTRFS_I(inode)->generation = 0;
3459 ret = btrfs_update_inode(trans, root, inode);
Josef Bacik0c0ef4b2015-02-12 09:43:51 -05003460 if (ret) {
3461 /*
3462 * So theoretically we could recover from this, simply set the
3463 * super cache generation to 0 so we know to invalidate the
3464 * cache, but then we'd have to keep track of the block groups
3465 * that fail this way so we know we _have_ to reset this cache
3466 * before the next commit or risk reading stale cache. So to
3467 * limit our exposure to horrible edge cases lets just abort the
3468 * transaction, this only happens in really bad situations
3469 * anyway.
3470 */
Jeff Mahoney66642832016-06-10 18:19:25 -04003471 btrfs_abort_transaction(trans, ret);
Josef Bacik0c0ef4b2015-02-12 09:43:51 -05003472 goto out_put;
3473 }
Josef Bacik0af3d002010-06-21 14:48:16 -04003474 WARN_ON(ret);
3475
3476 if (i_size_read(inode) > 0) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003477 ret = btrfs_check_trunc_cache_free_space(fs_info,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003478 &fs_info->global_block_rsv);
Miao Xie7b61cd92013-05-13 13:55:09 +00003479 if (ret)
3480 goto out_put;
3481
Jeff Mahoney77ab86b2017-02-15 16:28:30 -05003482 ret = btrfs_truncate_free_space_cache(trans, NULL, inode);
Josef Bacik0af3d002010-06-21 14:48:16 -04003483 if (ret)
3484 goto out_put;
3485 }
3486
3487 spin_lock(&block_group->lock);
Liu Bocf7c1ef2012-07-06 03:31:34 -06003488 if (block_group->cached != BTRFS_CACHE_FINISHED ||
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003489 !btrfs_test_opt(fs_info, SPACE_CACHE)) {
Liu Bocf7c1ef2012-07-06 03:31:34 -06003490 /*
3491 * don't bother trying to write stuff out _if_
3492 * a) we're not cached,
Liu Bo1a79c1f2017-03-06 13:49:02 -08003493 * b) we're with nospace_cache mount option,
3494 * c) we're with v2 space_cache (FREE_SPACE_TREE).
Liu Bocf7c1ef2012-07-06 03:31:34 -06003495 */
Josef Bacik2b209822010-12-03 13:17:53 -05003496 dcs = BTRFS_DC_WRITTEN;
Josef Bacik0af3d002010-06-21 14:48:16 -04003497 spin_unlock(&block_group->lock);
3498 goto out_put;
3499 }
3500 spin_unlock(&block_group->lock);
3501
Josef Bacik6fc823b2012-08-06 13:46:38 -06003502 /*
Josef Bacik2968b1f2015-10-01 12:55:18 -04003503 * We hit an ENOSPC when setting up the cache in this transaction, just
3504 * skip doing the setup, we've already cleared the cache so we're safe.
3505 */
3506 if (test_bit(BTRFS_TRANS_CACHE_ENOSPC, &trans->transaction->flags)) {
3507 ret = -ENOSPC;
3508 goto out_put;
3509 }
3510
3511 /*
Josef Bacik6fc823b2012-08-06 13:46:38 -06003512 * Try to preallocate enough space based on how big the block group is.
3513 * Keep in mind this has to include any pinned space which could end up
3514 * taking up quite a bit since it's not folded into the other space
3515 * cache.
3516 */
Byongho Leeee221842015-12-15 01:42:10 +09003517 num_pages = div_u64(block_group->key.offset, SZ_256M);
Josef Bacik0af3d002010-06-21 14:48:16 -04003518 if (!num_pages)
3519 num_pages = 1;
3520
Josef Bacik0af3d002010-06-21 14:48:16 -04003521 num_pages *= 16;
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003522 num_pages *= PAGE_SIZE;
Josef Bacik0af3d002010-06-21 14:48:16 -04003523
Qu Wenruo7cf5b972015-09-08 17:25:55 +08003524 ret = btrfs_check_data_free_space(inode, 0, num_pages);
Josef Bacik0af3d002010-06-21 14:48:16 -04003525 if (ret)
3526 goto out_put;
3527
3528 ret = btrfs_prealloc_file_range_trans(inode, trans, 0, 0, num_pages,
3529 num_pages, num_pages,
3530 &alloc_hint);
Josef Bacik2968b1f2015-10-01 12:55:18 -04003531 /*
3532 * Our cache requires contiguous chunks so that we don't modify a bunch
3533 * of metadata or split extents when writing the cache out, which means
3534 * we can enospc if we are heavily fragmented in addition to just normal
3535 * out of space conditions. So if we hit this just skip setting up any
3536 * other block groups for this transaction, maybe we'll unpin enough
3537 * space the next time around.
3538 */
Josef Bacik2b209822010-12-03 13:17:53 -05003539 if (!ret)
3540 dcs = BTRFS_DC_SETUP;
Josef Bacik2968b1f2015-10-01 12:55:18 -04003541 else if (ret == -ENOSPC)
3542 set_bit(BTRFS_TRANS_CACHE_ENOSPC, &trans->transaction->flags);
Josef Bacikc09544e2011-08-30 10:19:10 -04003543
Josef Bacik0af3d002010-06-21 14:48:16 -04003544out_put:
3545 iput(inode);
3546out_free:
David Sterbab3b4aa72011-04-21 01:20:15 +02003547 btrfs_release_path(path);
Josef Bacik0af3d002010-06-21 14:48:16 -04003548out:
3549 spin_lock(&block_group->lock);
Josef Bacike65cbb92011-12-13 16:04:54 -05003550 if (!ret && dcs == BTRFS_DC_SETUP)
Josef Bacik5b0e95b2011-10-06 08:58:24 -04003551 block_group->cache_generation = trans->transid;
Josef Bacik2b209822010-12-03 13:17:53 -05003552 block_group->disk_cache_state = dcs;
Josef Bacik0af3d002010-06-21 14:48:16 -04003553 spin_unlock(&block_group->lock);
3554
3555 return ret;
3556}
3557
Josef Bacikdcdf7f62015-03-02 16:37:31 -05003558int btrfs_setup_space_cache(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003559 struct btrfs_fs_info *fs_info)
Josef Bacikdcdf7f62015-03-02 16:37:31 -05003560{
3561 struct btrfs_block_group_cache *cache, *tmp;
3562 struct btrfs_transaction *cur_trans = trans->transaction;
3563 struct btrfs_path *path;
3564
3565 if (list_empty(&cur_trans->dirty_bgs) ||
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003566 !btrfs_test_opt(fs_info, SPACE_CACHE))
Josef Bacikdcdf7f62015-03-02 16:37:31 -05003567 return 0;
3568
3569 path = btrfs_alloc_path();
3570 if (!path)
3571 return -ENOMEM;
3572
3573 /* Could add new block groups, use _safe just in case */
3574 list_for_each_entry_safe(cache, tmp, &cur_trans->dirty_bgs,
3575 dirty_list) {
3576 if (cache->disk_cache_state == BTRFS_DC_CLEAR)
3577 cache_save_setup(cache, trans, path);
3578 }
3579
3580 btrfs_free_path(path);
3581 return 0;
3582}
3583
Chris Mason1bbc6212015-04-06 12:46:08 -07003584/*
3585 * transaction commit does final block group cache writeback during a
3586 * critical section where nothing is allowed to change the FS. This is
3587 * required in order for the cache to actually match the block group,
3588 * but can introduce a lot of latency into the commit.
3589 *
3590 * So, btrfs_start_dirty_block_groups is here to kick off block group
3591 * cache IO. There's a chance we'll have to redo some of it if the
3592 * block group changes again during the commit, but it greatly reduces
3593 * the commit latency by getting rid of the easy block groups while
3594 * we're still allowing others to join the commit.
3595 */
3596int btrfs_start_dirty_block_groups(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003597 struct btrfs_fs_info *fs_info)
Chris Mason1bbc6212015-04-06 12:46:08 -07003598{
3599 struct btrfs_block_group_cache *cache;
3600 struct btrfs_transaction *cur_trans = trans->transaction;
3601 int ret = 0;
3602 int should_put;
3603 struct btrfs_path *path = NULL;
3604 LIST_HEAD(dirty);
3605 struct list_head *io = &cur_trans->io_bgs;
3606 int num_started = 0;
3607 int loops = 0;
3608
3609 spin_lock(&cur_trans->dirty_bgs_lock);
Filipe Mananab58d1a92015-04-25 18:29:16 +01003610 if (list_empty(&cur_trans->dirty_bgs)) {
3611 spin_unlock(&cur_trans->dirty_bgs_lock);
3612 return 0;
Chris Mason1bbc6212015-04-06 12:46:08 -07003613 }
Filipe Mananab58d1a92015-04-25 18:29:16 +01003614 list_splice_init(&cur_trans->dirty_bgs, &dirty);
Chris Mason1bbc6212015-04-06 12:46:08 -07003615 spin_unlock(&cur_trans->dirty_bgs_lock);
3616
3617again:
Chris Mason1bbc6212015-04-06 12:46:08 -07003618 /*
3619 * make sure all the block groups on our dirty list actually
3620 * exist
3621 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003622 btrfs_create_pending_block_groups(trans, fs_info);
Chris Mason1bbc6212015-04-06 12:46:08 -07003623
3624 if (!path) {
3625 path = btrfs_alloc_path();
3626 if (!path)
3627 return -ENOMEM;
3628 }
3629
Filipe Mananab58d1a92015-04-25 18:29:16 +01003630 /*
3631 * cache_write_mutex is here only to save us from balance or automatic
3632 * removal of empty block groups deleting this block group while we are
3633 * writing out the cache
3634 */
3635 mutex_lock(&trans->transaction->cache_write_mutex);
Chris Mason1bbc6212015-04-06 12:46:08 -07003636 while (!list_empty(&dirty)) {
3637 cache = list_first_entry(&dirty,
3638 struct btrfs_block_group_cache,
3639 dirty_list);
Chris Mason1bbc6212015-04-06 12:46:08 -07003640 /*
3641 * this can happen if something re-dirties a block
3642 * group that is already under IO. Just wait for it to
3643 * finish and then do it all again
3644 */
3645 if (!list_empty(&cache->io_list)) {
3646 list_del_init(&cache->io_list);
Jeff Mahoneyafdb5712016-09-09 12:09:35 -04003647 btrfs_wait_cache_io(trans, cache, path);
Chris Mason1bbc6212015-04-06 12:46:08 -07003648 btrfs_put_block_group(cache);
3649 }
3650
3651
3652 /*
3653 * btrfs_wait_cache_io uses the cache->dirty_list to decide
3654 * if it should update the cache_state. Don't delete
3655 * until after we wait.
3656 *
3657 * Since we're not running in the commit critical section
3658 * we need the dirty_bgs_lock to protect from update_block_group
3659 */
3660 spin_lock(&cur_trans->dirty_bgs_lock);
3661 list_del_init(&cache->dirty_list);
3662 spin_unlock(&cur_trans->dirty_bgs_lock);
3663
3664 should_put = 1;
3665
3666 cache_save_setup(cache, trans, path);
3667
3668 if (cache->disk_cache_state == BTRFS_DC_SETUP) {
3669 cache->io_ctl.inode = NULL;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003670 ret = btrfs_write_out_cache(fs_info, trans,
Jeff Mahoney5b4aace2016-06-21 10:40:19 -04003671 cache, path);
Chris Mason1bbc6212015-04-06 12:46:08 -07003672 if (ret == 0 && cache->io_ctl.inode) {
3673 num_started++;
3674 should_put = 0;
3675
3676 /*
3677 * the cache_write_mutex is protecting
3678 * the io_list
3679 */
3680 list_add_tail(&cache->io_list, io);
3681 } else {
3682 /*
3683 * if we failed to write the cache, the
3684 * generation will be bad and life goes on
3685 */
3686 ret = 0;
3687 }
3688 }
Filipe Mananaff1f8252015-05-06 16:15:09 +01003689 if (!ret) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003690 ret = write_one_cache_group(trans, fs_info,
3691 path, cache);
Filipe Mananaff1f8252015-05-06 16:15:09 +01003692 /*
3693 * Our block group might still be attached to the list
3694 * of new block groups in the transaction handle of some
3695 * other task (struct btrfs_trans_handle->new_bgs). This
3696 * means its block group item isn't yet in the extent
3697 * tree. If this happens ignore the error, as we will
3698 * try again later in the critical section of the
3699 * transaction commit.
3700 */
3701 if (ret == -ENOENT) {
3702 ret = 0;
3703 spin_lock(&cur_trans->dirty_bgs_lock);
3704 if (list_empty(&cache->dirty_list)) {
3705 list_add_tail(&cache->dirty_list,
3706 &cur_trans->dirty_bgs);
3707 btrfs_get_block_group(cache);
3708 }
3709 spin_unlock(&cur_trans->dirty_bgs_lock);
3710 } else if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04003711 btrfs_abort_transaction(trans, ret);
Filipe Mananaff1f8252015-05-06 16:15:09 +01003712 }
3713 }
Chris Mason1bbc6212015-04-06 12:46:08 -07003714
3715 /* if its not on the io list, we need to put the block group */
3716 if (should_put)
3717 btrfs_put_block_group(cache);
3718
3719 if (ret)
3720 break;
Filipe Mananab58d1a92015-04-25 18:29:16 +01003721
3722 /*
3723 * Avoid blocking other tasks for too long. It might even save
3724 * us from writing caches for block groups that are going to be
3725 * removed.
3726 */
3727 mutex_unlock(&trans->transaction->cache_write_mutex);
3728 mutex_lock(&trans->transaction->cache_write_mutex);
Chris Mason1bbc6212015-04-06 12:46:08 -07003729 }
Filipe Mananab58d1a92015-04-25 18:29:16 +01003730 mutex_unlock(&trans->transaction->cache_write_mutex);
Chris Mason1bbc6212015-04-06 12:46:08 -07003731
3732 /*
3733 * go through delayed refs for all the stuff we've just kicked off
3734 * and then loop back (just once)
3735 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003736 ret = btrfs_run_delayed_refs(trans, fs_info, 0);
Chris Mason1bbc6212015-04-06 12:46:08 -07003737 if (!ret && loops == 0) {
3738 loops++;
3739 spin_lock(&cur_trans->dirty_bgs_lock);
3740 list_splice_init(&cur_trans->dirty_bgs, &dirty);
Filipe Mananab58d1a92015-04-25 18:29:16 +01003741 /*
3742 * dirty_bgs_lock protects us from concurrent block group
3743 * deletes too (not just cache_write_mutex).
3744 */
3745 if (!list_empty(&dirty)) {
3746 spin_unlock(&cur_trans->dirty_bgs_lock);
3747 goto again;
3748 }
Chris Mason1bbc6212015-04-06 12:46:08 -07003749 spin_unlock(&cur_trans->dirty_bgs_lock);
Liu Boc79a1752016-07-20 17:44:12 -07003750 } else if (ret < 0) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003751 btrfs_cleanup_dirty_bgs(cur_trans, fs_info);
Chris Mason1bbc6212015-04-06 12:46:08 -07003752 }
3753
3754 btrfs_free_path(path);
3755 return ret;
3756}
3757
Chris Mason96b51792007-10-15 16:15:19 -04003758int btrfs_write_dirty_block_groups(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003759 struct btrfs_fs_info *fs_info)
Chris Mason9078a3e2007-04-26 16:46:15 -04003760{
Yan Zheng4a8c9a62009-07-22 10:07:05 -04003761 struct btrfs_block_group_cache *cache;
Josef Bacikce93ec52014-11-17 15:45:48 -05003762 struct btrfs_transaction *cur_trans = trans->transaction;
3763 int ret = 0;
Chris Masonc9dc4c62015-04-04 17:14:42 -07003764 int should_put;
Chris Mason9078a3e2007-04-26 16:46:15 -04003765 struct btrfs_path *path;
Chris Mason1bbc6212015-04-06 12:46:08 -07003766 struct list_head *io = &cur_trans->io_bgs;
Chris Masonc9dc4c62015-04-04 17:14:42 -07003767 int num_started = 0;
Chris Mason9078a3e2007-04-26 16:46:15 -04003768
3769 path = btrfs_alloc_path();
3770 if (!path)
3771 return -ENOMEM;
3772
Josef Bacikce93ec52014-11-17 15:45:48 -05003773 /*
Filipe Mananae44081e2015-12-18 03:02:48 +00003774 * Even though we are in the critical section of the transaction commit,
3775 * we can still have concurrent tasks adding elements to this
3776 * transaction's list of dirty block groups. These tasks correspond to
3777 * endio free space workers started when writeback finishes for a
3778 * space cache, which run inode.c:btrfs_finish_ordered_io(), and can
3779 * allocate new block groups as a result of COWing nodes of the root
3780 * tree when updating the free space inode. The writeback for the space
3781 * caches is triggered by an earlier call to
3782 * btrfs_start_dirty_block_groups() and iterations of the following
3783 * loop.
3784 * Also we want to do the cache_save_setup first and then run the
Josef Bacikce93ec52014-11-17 15:45:48 -05003785 * delayed refs to make sure we have the best chance at doing this all
3786 * in one shot.
3787 */
Filipe Mananae44081e2015-12-18 03:02:48 +00003788 spin_lock(&cur_trans->dirty_bgs_lock);
Josef Bacikce93ec52014-11-17 15:45:48 -05003789 while (!list_empty(&cur_trans->dirty_bgs)) {
3790 cache = list_first_entry(&cur_trans->dirty_bgs,
3791 struct btrfs_block_group_cache,
3792 dirty_list);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003793
3794 /*
3795 * this can happen if cache_save_setup re-dirties a block
3796 * group that is already under IO. Just wait for it to
3797 * finish and then do it all again
3798 */
3799 if (!list_empty(&cache->io_list)) {
Filipe Mananae44081e2015-12-18 03:02:48 +00003800 spin_unlock(&cur_trans->dirty_bgs_lock);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003801 list_del_init(&cache->io_list);
Jeff Mahoneyafdb5712016-09-09 12:09:35 -04003802 btrfs_wait_cache_io(trans, cache, path);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003803 btrfs_put_block_group(cache);
Filipe Mananae44081e2015-12-18 03:02:48 +00003804 spin_lock(&cur_trans->dirty_bgs_lock);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003805 }
3806
Chris Mason1bbc6212015-04-06 12:46:08 -07003807 /*
3808 * don't remove from the dirty list until after we've waited
3809 * on any pending IO
3810 */
Josef Bacikce93ec52014-11-17 15:45:48 -05003811 list_del_init(&cache->dirty_list);
Filipe Mananae44081e2015-12-18 03:02:48 +00003812 spin_unlock(&cur_trans->dirty_bgs_lock);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003813 should_put = 1;
3814
Chris Mason1bbc6212015-04-06 12:46:08 -07003815 cache_save_setup(cache, trans, path);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003816
Josef Bacikce93ec52014-11-17 15:45:48 -05003817 if (!ret)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003818 ret = btrfs_run_delayed_refs(trans, fs_info,
3819 (unsigned long) -1);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003820
3821 if (!ret && cache->disk_cache_state == BTRFS_DC_SETUP) {
3822 cache->io_ctl.inode = NULL;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003823 ret = btrfs_write_out_cache(fs_info, trans,
Jeff Mahoney5b4aace2016-06-21 10:40:19 -04003824 cache, path);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003825 if (ret == 0 && cache->io_ctl.inode) {
3826 num_started++;
3827 should_put = 0;
Chris Mason1bbc6212015-04-06 12:46:08 -07003828 list_add_tail(&cache->io_list, io);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003829 } else {
3830 /*
3831 * if we failed to write the cache, the
3832 * generation will be bad and life goes on
3833 */
3834 ret = 0;
3835 }
3836 }
Filipe Mananaff1f8252015-05-06 16:15:09 +01003837 if (!ret) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003838 ret = write_one_cache_group(trans, fs_info,
3839 path, cache);
Filipe Manana2bc0bb52015-12-30 02:42:30 +00003840 /*
3841 * One of the free space endio workers might have
3842 * created a new block group while updating a free space
3843 * cache's inode (at inode.c:btrfs_finish_ordered_io())
3844 * and hasn't released its transaction handle yet, in
3845 * which case the new block group is still attached to
3846 * its transaction handle and its creation has not
3847 * finished yet (no block group item in the extent tree
3848 * yet, etc). If this is the case, wait for all free
3849 * space endio workers to finish and retry. This is a
3850 * a very rare case so no need for a more efficient and
3851 * complex approach.
3852 */
3853 if (ret == -ENOENT) {
3854 wait_event(cur_trans->writer_wait,
3855 atomic_read(&cur_trans->num_writers) == 1);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003856 ret = write_one_cache_group(trans, fs_info,
3857 path, cache);
Filipe Manana2bc0bb52015-12-30 02:42:30 +00003858 }
Filipe Mananaff1f8252015-05-06 16:15:09 +01003859 if (ret)
Jeff Mahoney66642832016-06-10 18:19:25 -04003860 btrfs_abort_transaction(trans, ret);
Filipe Mananaff1f8252015-05-06 16:15:09 +01003861 }
Chris Masonc9dc4c62015-04-04 17:14:42 -07003862
3863 /* if its not on the io list, we need to put the block group */
3864 if (should_put)
3865 btrfs_put_block_group(cache);
Filipe Mananae44081e2015-12-18 03:02:48 +00003866 spin_lock(&cur_trans->dirty_bgs_lock);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003867 }
Filipe Mananae44081e2015-12-18 03:02:48 +00003868 spin_unlock(&cur_trans->dirty_bgs_lock);
Chris Masonc9dc4c62015-04-04 17:14:42 -07003869
Chris Mason1bbc6212015-04-06 12:46:08 -07003870 while (!list_empty(io)) {
3871 cache = list_first_entry(io, struct btrfs_block_group_cache,
Chris Masonc9dc4c62015-04-04 17:14:42 -07003872 io_list);
3873 list_del_init(&cache->io_list);
Jeff Mahoneyafdb5712016-09-09 12:09:35 -04003874 btrfs_wait_cache_io(trans, cache, path);
Josef Bacik0af3d002010-06-21 14:48:16 -04003875 btrfs_put_block_group(cache);
3876 }
3877
Chris Mason9078a3e2007-04-26 16:46:15 -04003878 btrfs_free_path(path);
Josef Bacikce93ec52014-11-17 15:45:48 -05003879 return ret;
Chris Mason9078a3e2007-04-26 16:46:15 -04003880}
3881
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04003882int btrfs_extent_readonly(struct btrfs_fs_info *fs_info, u64 bytenr)
Yan Zhengd2fb3432008-12-11 16:30:39 -05003883{
3884 struct btrfs_block_group_cache *block_group;
3885 int readonly = 0;
3886
Jeff Mahoney0b246af2016-06-22 18:54:23 -04003887 block_group = btrfs_lookup_block_group(fs_info, bytenr);
Yan Zhengd2fb3432008-12-11 16:30:39 -05003888 if (!block_group || block_group->ro)
3889 readonly = 1;
3890 if (block_group)
Chris Masonfa9c0d792009-04-03 09:47:43 -04003891 btrfs_put_block_group(block_group);
Yan Zhengd2fb3432008-12-11 16:30:39 -05003892 return readonly;
3893}
3894
Filipe Mananaf78c4362016-05-09 13:15:41 +01003895bool btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr)
3896{
3897 struct btrfs_block_group_cache *bg;
3898 bool ret = true;
3899
3900 bg = btrfs_lookup_block_group(fs_info, bytenr);
3901 if (!bg)
3902 return false;
3903
3904 spin_lock(&bg->lock);
3905 if (bg->ro)
3906 ret = false;
3907 else
3908 atomic_inc(&bg->nocow_writers);
3909 spin_unlock(&bg->lock);
3910
3911 /* no put on block group, done by btrfs_dec_nocow_writers */
3912 if (!ret)
3913 btrfs_put_block_group(bg);
3914
3915 return ret;
3916
3917}
3918
3919void btrfs_dec_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr)
3920{
3921 struct btrfs_block_group_cache *bg;
3922
3923 bg = btrfs_lookup_block_group(fs_info, bytenr);
3924 ASSERT(bg);
3925 if (atomic_dec_and_test(&bg->nocow_writers))
3926 wake_up_atomic_t(&bg->nocow_writers);
3927 /*
3928 * Once for our lookup and once for the lookup done by a previous call
3929 * to btrfs_inc_nocow_writers()
3930 */
3931 btrfs_put_block_group(bg);
3932 btrfs_put_block_group(bg);
3933}
3934
3935static int btrfs_wait_nocow_writers_atomic_t(atomic_t *a)
3936{
3937 schedule();
3938 return 0;
3939}
3940
3941void btrfs_wait_nocow_writers(struct btrfs_block_group_cache *bg)
3942{
3943 wait_on_atomic_t(&bg->nocow_writers,
3944 btrfs_wait_nocow_writers_atomic_t,
3945 TASK_UNINTERRUPTIBLE);
3946}
3947
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04003948static const char *alloc_name(u64 flags)
3949{
3950 switch (flags) {
3951 case BTRFS_BLOCK_GROUP_METADATA|BTRFS_BLOCK_GROUP_DATA:
3952 return "mixed";
3953 case BTRFS_BLOCK_GROUP_METADATA:
3954 return "metadata";
3955 case BTRFS_BLOCK_GROUP_DATA:
3956 return "data";
3957 case BTRFS_BLOCK_GROUP_SYSTEM:
3958 return "system";
3959 default:
3960 WARN_ON(1);
3961 return "invalid-combination";
3962 };
3963}
3964
Nikolay Borisov2be12ef2017-05-22 09:35:49 +03003965static int create_space_info(struct btrfs_fs_info *info, u64 flags,
3966 struct btrfs_space_info **new)
3967{
3968
3969 struct btrfs_space_info *space_info;
3970 int i;
3971 int ret;
3972
3973 space_info = kzalloc(sizeof(*space_info), GFP_NOFS);
3974 if (!space_info)
3975 return -ENOMEM;
3976
3977 ret = percpu_counter_init(&space_info->total_bytes_pinned, 0,
3978 GFP_KERNEL);
3979 if (ret) {
3980 kfree(space_info);
3981 return ret;
3982 }
3983
3984 for (i = 0; i < BTRFS_NR_RAID_TYPES; i++)
3985 INIT_LIST_HEAD(&space_info->block_groups[i]);
3986 init_rwsem(&space_info->groups_sem);
3987 spin_lock_init(&space_info->lock);
3988 space_info->flags = flags & BTRFS_BLOCK_GROUP_TYPE_MASK;
3989 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE;
3990 init_waitqueue_head(&space_info->wait);
3991 INIT_LIST_HEAD(&space_info->ro_bgs);
3992 INIT_LIST_HEAD(&space_info->tickets);
3993 INIT_LIST_HEAD(&space_info->priority_tickets);
3994
3995 ret = kobject_init_and_add(&space_info->kobj, &space_info_ktype,
3996 info->space_info_kobj, "%s",
3997 alloc_name(space_info->flags));
3998 if (ret) {
3999 percpu_counter_destroy(&space_info->total_bytes_pinned);
4000 kfree(space_info);
4001 return ret;
4002 }
4003
4004 *new = space_info;
4005 list_add_rcu(&space_info->list, &info->space_info);
4006 if (flags & BTRFS_BLOCK_GROUP_DATA)
4007 info->data_sinfo = space_info;
4008
4009 return ret;
4010}
4011
Nikolay Borisovd2006e6d2017-05-22 09:35:50 +03004012static void update_space_info(struct btrfs_fs_info *info, u64 flags,
Chris Mason593060d2008-03-25 16:50:33 -04004013 u64 total_bytes, u64 bytes_used,
Josef Bacike40edf22016-03-25 13:25:47 -04004014 u64 bytes_readonly,
Chris Mason593060d2008-03-25 16:50:33 -04004015 struct btrfs_space_info **space_info)
4016{
4017 struct btrfs_space_info *found;
Yan, Zhengb742bb82010-05-16 10:46:24 -04004018 int factor;
4019
4020 if (flags & (BTRFS_BLOCK_GROUP_DUP | BTRFS_BLOCK_GROUP_RAID1 |
4021 BTRFS_BLOCK_GROUP_RAID10))
4022 factor = 2;
4023 else
4024 factor = 1;
Chris Mason593060d2008-03-25 16:50:33 -04004025
4026 found = __find_space_info(info, flags);
Nikolay Borisovd2006e6d2017-05-22 09:35:50 +03004027 ASSERT(found);
4028 spin_lock(&found->lock);
4029 found->total_bytes += total_bytes;
4030 found->disk_total += total_bytes * factor;
4031 found->bytes_used += bytes_used;
4032 found->disk_used += bytes_used * factor;
4033 found->bytes_readonly += bytes_readonly;
4034 if (total_bytes > 0)
4035 found->full = 0;
4036 space_info_add_new_bytes(info, found, total_bytes -
4037 bytes_used - bytes_readonly);
4038 spin_unlock(&found->lock);
4039 *space_info = found;
Chris Mason593060d2008-03-25 16:50:33 -04004040}
4041
Chris Mason8790d502008-04-03 16:29:03 -04004042static void set_avail_alloc_bits(struct btrfs_fs_info *fs_info, u64 flags)
4043{
Ilya Dryomov899c81e2012-03-27 17:09:16 +03004044 u64 extra_flags = chunk_to_extended(flags) &
4045 BTRFS_EXTENDED_PROFILE_MASK;
Ilya Dryomova46d11a2012-01-16 22:04:47 +02004046
Miao Xiede98ced2013-01-29 10:13:12 +00004047 write_seqlock(&fs_info->profiles_lock);
Ilya Dryomova46d11a2012-01-16 22:04:47 +02004048 if (flags & BTRFS_BLOCK_GROUP_DATA)
4049 fs_info->avail_data_alloc_bits |= extra_flags;
4050 if (flags & BTRFS_BLOCK_GROUP_METADATA)
4051 fs_info->avail_metadata_alloc_bits |= extra_flags;
4052 if (flags & BTRFS_BLOCK_GROUP_SYSTEM)
4053 fs_info->avail_system_alloc_bits |= extra_flags;
Miao Xiede98ced2013-01-29 10:13:12 +00004054 write_sequnlock(&fs_info->profiles_lock);
Chris Mason8790d502008-04-03 16:29:03 -04004055}
Chris Mason593060d2008-03-25 16:50:33 -04004056
Ilya Dryomova46d11a2012-01-16 22:04:47 +02004057/*
Ilya Dryomovfc67c452012-03-27 17:09:17 +03004058 * returns target flags in extended format or 0 if restripe for this
4059 * chunk_type is not in progress
Ilya Dryomovc6664b42012-04-12 16:03:56 -04004060 *
4061 * should be called with either volume_mutex or balance_lock held
Ilya Dryomovfc67c452012-03-27 17:09:17 +03004062 */
4063static u64 get_restripe_target(struct btrfs_fs_info *fs_info, u64 flags)
4064{
4065 struct btrfs_balance_control *bctl = fs_info->balance_ctl;
4066 u64 target = 0;
4067
Ilya Dryomovfc67c452012-03-27 17:09:17 +03004068 if (!bctl)
4069 return 0;
4070
4071 if (flags & BTRFS_BLOCK_GROUP_DATA &&
4072 bctl->data.flags & BTRFS_BALANCE_ARGS_CONVERT) {
4073 target = BTRFS_BLOCK_GROUP_DATA | bctl->data.target;
4074 } else if (flags & BTRFS_BLOCK_GROUP_SYSTEM &&
4075 bctl->sys.flags & BTRFS_BALANCE_ARGS_CONVERT) {
4076 target = BTRFS_BLOCK_GROUP_SYSTEM | bctl->sys.target;
4077 } else if (flags & BTRFS_BLOCK_GROUP_METADATA &&
4078 bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT) {
4079 target = BTRFS_BLOCK_GROUP_METADATA | bctl->meta.target;
4080 }
4081
4082 return target;
4083}
4084
4085/*
Ilya Dryomova46d11a2012-01-16 22:04:47 +02004086 * @flags: available profiles in extended format (see ctree.h)
4087 *
Ilya Dryomove4d8ec02012-01-16 22:04:48 +02004088 * Returns reduced profile in chunk format. If profile changing is in
4089 * progress (either running or paused) picks the target profile (if it's
4090 * already available), otherwise falls back to plain reducing.
Ilya Dryomova46d11a2012-01-16 22:04:47 +02004091 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004092static u64 btrfs_reduce_alloc_profile(struct btrfs_fs_info *fs_info, u64 flags)
Chris Masonec44a352008-04-28 15:29:52 -04004093{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004094 u64 num_devices = fs_info->fs_devices->rw_devices;
Ilya Dryomovfc67c452012-03-27 17:09:17 +03004095 u64 target;
Zhao Lei9c170b22015-09-15 21:08:08 +08004096 u64 raid_type;
4097 u64 allowed = 0;
Chris Masona061fc82008-05-07 11:43:44 -04004098
Ilya Dryomovfc67c452012-03-27 17:09:17 +03004099 /*
4100 * see if restripe for this chunk_type is in progress, if so
4101 * try to reduce to the target profile
4102 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004103 spin_lock(&fs_info->balance_lock);
4104 target = get_restripe_target(fs_info, flags);
Ilya Dryomovfc67c452012-03-27 17:09:17 +03004105 if (target) {
4106 /* pick target profile only if it's already available */
4107 if ((flags & target) & BTRFS_EXTENDED_PROFILE_MASK) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004108 spin_unlock(&fs_info->balance_lock);
Ilya Dryomovfc67c452012-03-27 17:09:17 +03004109 return extended_to_chunk(target);
Ilya Dryomove4d8ec02012-01-16 22:04:48 +02004110 }
4111 }
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004112 spin_unlock(&fs_info->balance_lock);
Ilya Dryomove4d8ec02012-01-16 22:04:48 +02004113
David Woodhouse53b381b2013-01-29 18:40:14 -05004114 /* First, mask out the RAID levels which aren't possible */
Zhao Lei9c170b22015-09-15 21:08:08 +08004115 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) {
4116 if (num_devices >= btrfs_raid_array[raid_type].devs_min)
4117 allowed |= btrfs_raid_group[raid_type];
4118 }
4119 allowed &= flags;
Chris Masona061fc82008-05-07 11:43:44 -04004120
Zhao Lei9c170b22015-09-15 21:08:08 +08004121 if (allowed & BTRFS_BLOCK_GROUP_RAID6)
4122 allowed = BTRFS_BLOCK_GROUP_RAID6;
4123 else if (allowed & BTRFS_BLOCK_GROUP_RAID5)
4124 allowed = BTRFS_BLOCK_GROUP_RAID5;
4125 else if (allowed & BTRFS_BLOCK_GROUP_RAID10)
4126 allowed = BTRFS_BLOCK_GROUP_RAID10;
4127 else if (allowed & BTRFS_BLOCK_GROUP_RAID1)
4128 allowed = BTRFS_BLOCK_GROUP_RAID1;
4129 else if (allowed & BTRFS_BLOCK_GROUP_RAID0)
4130 allowed = BTRFS_BLOCK_GROUP_RAID0;
Chris Masonec44a352008-04-28 15:29:52 -04004131
Zhao Lei9c170b22015-09-15 21:08:08 +08004132 flags &= ~BTRFS_BLOCK_GROUP_PROFILE_MASK;
Chris Masonec44a352008-04-28 15:29:52 -04004133
Zhao Lei9c170b22015-09-15 21:08:08 +08004134 return extended_to_chunk(flags | allowed);
Chris Masonec44a352008-04-28 15:29:52 -04004135}
4136
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004137static u64 get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags)
Josef Bacik6a632092009-02-20 11:00:09 -05004138{
Miao Xiede98ced2013-01-29 10:13:12 +00004139 unsigned seq;
Filipe Mananaf8213bd2014-04-24 15:15:29 +01004140 u64 flags;
Miao Xiede98ced2013-01-29 10:13:12 +00004141
4142 do {
Filipe Mananaf8213bd2014-04-24 15:15:29 +01004143 flags = orig_flags;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004144 seq = read_seqbegin(&fs_info->profiles_lock);
Miao Xiede98ced2013-01-29 10:13:12 +00004145
4146 if (flags & BTRFS_BLOCK_GROUP_DATA)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004147 flags |= fs_info->avail_data_alloc_bits;
Miao Xiede98ced2013-01-29 10:13:12 +00004148 else if (flags & BTRFS_BLOCK_GROUP_SYSTEM)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004149 flags |= fs_info->avail_system_alloc_bits;
Miao Xiede98ced2013-01-29 10:13:12 +00004150 else if (flags & BTRFS_BLOCK_GROUP_METADATA)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004151 flags |= fs_info->avail_metadata_alloc_bits;
4152 } while (read_seqretry(&fs_info->profiles_lock, seq));
Ilya Dryomov6fef8df2012-01-16 22:04:47 +02004153
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004154 return btrfs_reduce_alloc_profile(fs_info, flags);
Yan, Zhengb742bb82010-05-16 10:46:24 -04004155}
Josef Bacik6a632092009-02-20 11:00:09 -05004156
Jeff Mahoney1b868262017-05-17 11:38:35 -04004157static u64 get_alloc_profile_by_root(struct btrfs_root *root, int data)
Yan, Zhengb742bb82010-05-16 10:46:24 -04004158{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004159 struct btrfs_fs_info *fs_info = root->fs_info;
Yan, Zhengb742bb82010-05-16 10:46:24 -04004160 u64 flags;
David Woodhouse53b381b2013-01-29 18:40:14 -05004161 u64 ret;
Josef Bacik6a632092009-02-20 11:00:09 -05004162
Yan, Zhengb742bb82010-05-16 10:46:24 -04004163 if (data)
4164 flags = BTRFS_BLOCK_GROUP_DATA;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004165 else if (root == fs_info->chunk_root)
Yan, Zhengb742bb82010-05-16 10:46:24 -04004166 flags = BTRFS_BLOCK_GROUP_SYSTEM;
4167 else
4168 flags = BTRFS_BLOCK_GROUP_METADATA;
4169
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004170 ret = get_alloc_profile(fs_info, flags);
David Woodhouse53b381b2013-01-29 18:40:14 -05004171 return ret;
Josef Bacik6a632092009-02-20 11:00:09 -05004172}
4173
Jeff Mahoney1b868262017-05-17 11:38:35 -04004174u64 btrfs_data_alloc_profile(struct btrfs_fs_info *fs_info)
4175{
4176 return get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_DATA);
4177}
4178
4179u64 btrfs_metadata_alloc_profile(struct btrfs_fs_info *fs_info)
4180{
4181 return get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_METADATA);
4182}
4183
4184u64 btrfs_system_alloc_profile(struct btrfs_fs_info *fs_info)
4185{
4186 return get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_SYSTEM);
4187}
4188
Liu Bo41361352017-02-13 15:42:21 -08004189static u64 btrfs_space_info_used(struct btrfs_space_info *s_info,
4190 bool may_use_included)
4191{
4192 ASSERT(s_info);
4193 return s_info->bytes_used + s_info->bytes_reserved +
4194 s_info->bytes_pinned + s_info->bytes_readonly +
4195 (may_use_included ? s_info->bytes_may_use : 0);
4196}
4197
Nikolay Borisov04f4f912017-02-20 13:50:36 +02004198int btrfs_alloc_data_chunk_ondemand(struct btrfs_inode *inode, u64 bytes)
Josef Bacik6a632092009-02-20 11:00:09 -05004199{
4200 struct btrfs_space_info *data_sinfo;
Nikolay Borisov04f4f912017-02-20 13:50:36 +02004201 struct btrfs_root *root = inode->root;
Li Zefanb4d7c3c2012-07-09 20:21:07 -06004202 struct btrfs_fs_info *fs_info = root->fs_info;
Josef Bacikab6e24102010-03-19 14:38:13 +00004203 u64 used;
Zhao Lei94b947b2015-02-14 13:23:45 +08004204 int ret = 0;
Zhao Leic99f1b02015-03-02 19:32:20 +08004205 int need_commit = 2;
4206 int have_pinned_space;
Josef Bacik6a632092009-02-20 11:00:09 -05004207
4208 /* make sure bytes are sectorsize aligned */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004209 bytes = ALIGN(bytes, fs_info->sectorsize);
Josef Bacik6a632092009-02-20 11:00:09 -05004210
Miao Xie9dced182013-10-25 17:33:36 +08004211 if (btrfs_is_free_space_inode(inode)) {
Zhao Leic99f1b02015-03-02 19:32:20 +08004212 need_commit = 0;
Miao Xie9dced182013-10-25 17:33:36 +08004213 ASSERT(current->journal_info);
Josef Bacik0af3d002010-06-21 14:48:16 -04004214 }
4215
Li Zefanb4d7c3c2012-07-09 20:21:07 -06004216 data_sinfo = fs_info->data_sinfo;
Chris Mason33b4d472009-09-22 14:45:50 -04004217 if (!data_sinfo)
4218 goto alloc;
4219
Josef Bacik6a632092009-02-20 11:00:09 -05004220again:
4221 /* make sure we have enough space to handle the data first */
4222 spin_lock(&data_sinfo->lock);
Liu Bo41361352017-02-13 15:42:21 -08004223 used = btrfs_space_info_used(data_sinfo, true);
Josef Bacikab6e24102010-03-19 14:38:13 +00004224
4225 if (used + bytes > data_sinfo->total_bytes) {
Josef Bacik4e06bdd2009-02-20 10:59:53 -05004226 struct btrfs_trans_handle *trans;
4227
Josef Bacik6a632092009-02-20 11:00:09 -05004228 /*
4229 * if we don't have enough free bytes in this space then we need
4230 * to alloc a new chunk.
4231 */
Zhao Leib9fd47c2015-02-09 14:40:20 +08004232 if (!data_sinfo->full) {
Josef Bacik6a632092009-02-20 11:00:09 -05004233 u64 alloc_target;
Josef Bacik6a632092009-02-20 11:00:09 -05004234
Chris Mason0e4f8f82011-04-15 16:05:44 -04004235 data_sinfo->force_alloc = CHUNK_ALLOC_FORCE;
Josef Bacik6a632092009-02-20 11:00:09 -05004236 spin_unlock(&data_sinfo->lock);
Chris Mason33b4d472009-09-22 14:45:50 -04004237alloc:
Jeff Mahoney1b868262017-05-17 11:38:35 -04004238 alloc_target = btrfs_data_alloc_profile(fs_info);
Miao Xie9dced182013-10-25 17:33:36 +08004239 /*
4240 * It is ugly that we don't call nolock join
4241 * transaction for the free space inode case here.
4242 * But it is safe because we only do the data space
4243 * reservation for the free space cache in the
4244 * transaction context, the common join transaction
4245 * just increase the counter of the current transaction
4246 * handler, doesn't try to acquire the trans_lock of
4247 * the fs.
4248 */
Josef Bacik7a7eaa42011-04-13 12:54:33 -04004249 trans = btrfs_join_transaction(root);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004250 if (IS_ERR(trans))
4251 return PTR_ERR(trans);
Josef Bacik6a632092009-02-20 11:00:09 -05004252
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004253 ret = do_chunk_alloc(trans, fs_info, alloc_target,
Chris Mason0e4f8f82011-04-15 16:05:44 -04004254 CHUNK_ALLOC_NO_FORCE);
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04004255 btrfs_end_transaction(trans);
Miao Xied52a5b52011-01-05 10:07:18 +00004256 if (ret < 0) {
4257 if (ret != -ENOSPC)
4258 return ret;
Zhao Leic99f1b02015-03-02 19:32:20 +08004259 else {
4260 have_pinned_space = 1;
Miao Xied52a5b52011-01-05 10:07:18 +00004261 goto commit_trans;
Zhao Leic99f1b02015-03-02 19:32:20 +08004262 }
Miao Xied52a5b52011-01-05 10:07:18 +00004263 }
Chris Mason33b4d472009-09-22 14:45:50 -04004264
Li Zefanb4d7c3c2012-07-09 20:21:07 -06004265 if (!data_sinfo)
4266 data_sinfo = fs_info->data_sinfo;
4267
Josef Bacik6a632092009-02-20 11:00:09 -05004268 goto again;
4269 }
Josef Bacikf2bb8f52011-05-25 13:10:16 -04004270
4271 /*
Josef Bacikb150a4f2013-06-19 15:00:04 -04004272 * If we don't have enough pinned space to deal with this
Zhao Lei94b947b2015-02-14 13:23:45 +08004273 * allocation, and no removed chunk in current transaction,
4274 * don't bother committing the transaction.
Josef Bacikf2bb8f52011-05-25 13:10:16 -04004275 */
Zhao Leic99f1b02015-03-02 19:32:20 +08004276 have_pinned_space = percpu_counter_compare(
4277 &data_sinfo->total_bytes_pinned,
4278 used + bytes - data_sinfo->total_bytes);
Josef Bacik6a632092009-02-20 11:00:09 -05004279 spin_unlock(&data_sinfo->lock);
Josef Bacik4e06bdd2009-02-20 10:59:53 -05004280
4281 /* commit the current transaction and try again */
Miao Xied52a5b52011-01-05 10:07:18 +00004282commit_trans:
Zhao Leic99f1b02015-03-02 19:32:20 +08004283 if (need_commit &&
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004284 !atomic_read(&fs_info->open_ioctl_trans)) {
Zhao Leic99f1b02015-03-02 19:32:20 +08004285 need_commit--;
Josef Bacikb150a4f2013-06-19 15:00:04 -04004286
Zhao Leie1746e82015-12-01 18:39:40 +08004287 if (need_commit > 0) {
4288 btrfs_start_delalloc_roots(fs_info, 0, -1);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004289 btrfs_wait_ordered_roots(fs_info, -1, 0,
4290 (u64)-1);
Zhao Leie1746e82015-12-01 18:39:40 +08004291 }
Zhao Lei9a4e7272015-04-09 12:34:43 +08004292
Josef Bacik7a7eaa42011-04-13 12:54:33 -04004293 trans = btrfs_join_transaction(root);
Yan, Zhenga22285a2010-05-16 10:48:46 -04004294 if (IS_ERR(trans))
4295 return PTR_ERR(trans);
Zhao Leic99f1b02015-03-02 19:32:20 +08004296 if (have_pinned_space >= 0 ||
Josef Bacik3204d332015-09-24 10:46:10 -04004297 test_bit(BTRFS_TRANS_HAVE_FREE_BGS,
4298 &trans->transaction->flags) ||
Zhao Leic99f1b02015-03-02 19:32:20 +08004299 need_commit > 0) {
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04004300 ret = btrfs_commit_transaction(trans);
Zhao Lei94b947b2015-02-14 13:23:45 +08004301 if (ret)
4302 return ret;
Zhao Leid7c15172015-02-26 10:49:20 +08004303 /*
Filipe Mananac2d6cb12016-01-15 11:05:12 +00004304 * The cleaner kthread might still be doing iput
4305 * operations. Wait for it to finish so that
4306 * more space is released.
Zhao Leid7c15172015-02-26 10:49:20 +08004307 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004308 mutex_lock(&fs_info->cleaner_delayed_iput_mutex);
4309 mutex_unlock(&fs_info->cleaner_delayed_iput_mutex);
Zhao Lei94b947b2015-02-14 13:23:45 +08004310 goto again;
4311 } else {
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04004312 btrfs_end_transaction(trans);
Zhao Lei94b947b2015-02-14 13:23:45 +08004313 }
Josef Bacik4e06bdd2009-02-20 10:59:53 -05004314 }
4315
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004316 trace_btrfs_space_reservation(fs_info,
Jeff Mahoneycab45e22013-10-16 16:27:01 -04004317 "space_info:enospc",
4318 data_sinfo->flags, bytes, 1);
Josef Bacik6a632092009-02-20 11:00:09 -05004319 return -ENOSPC;
4320 }
4321 data_sinfo->bytes_may_use += bytes;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004322 trace_btrfs_space_reservation(fs_info, "space_info",
Liu Bo2bcc0322012-03-29 09:57:44 -04004323 data_sinfo->flags, bytes, 1);
Josef Bacik6a632092009-02-20 11:00:09 -05004324 spin_unlock(&data_sinfo->lock);
4325
Dongsheng Yang237c0e92014-12-29 06:23:05 -05004326 return ret;
Josef Bacik6a632092009-02-20 11:00:09 -05004327}
4328
4329/*
Qu Wenruo4ceff072015-09-08 17:22:42 +08004330 * New check_data_free_space() with ability for precious data reservation
4331 * Will replace old btrfs_check_data_free_space(), but for patch split,
4332 * add a new function first and then replace it.
4333 */
Qu Wenruo7cf5b972015-09-08 17:25:55 +08004334int btrfs_check_data_free_space(struct inode *inode, u64 start, u64 len)
Qu Wenruo4ceff072015-09-08 17:22:42 +08004335{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004336 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb);
Qu Wenruo4ceff072015-09-08 17:22:42 +08004337 int ret;
4338
4339 /* align the range */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004340 len = round_up(start + len, fs_info->sectorsize) -
4341 round_down(start, fs_info->sectorsize);
4342 start = round_down(start, fs_info->sectorsize);
Qu Wenruo4ceff072015-09-08 17:22:42 +08004343
Nikolay Borisov04f4f912017-02-20 13:50:36 +02004344 ret = btrfs_alloc_data_chunk_ondemand(BTRFS_I(inode), len);
Qu Wenruo4ceff072015-09-08 17:22:42 +08004345 if (ret < 0)
4346 return ret;
4347
Josef Bacik1e5ec2e2016-09-15 14:57:48 -04004348 /* Use new btrfs_qgroup_reserve_data to reserve precious data space. */
Qu Wenruo4ceff072015-09-08 17:22:42 +08004349 ret = btrfs_qgroup_reserve_data(inode, start, len);
Josef Bacik1e5ec2e2016-09-15 14:57:48 -04004350 if (ret)
4351 btrfs_free_reserved_data_space_noquota(inode, start, len);
Qu Wenruo4ceff072015-09-08 17:22:42 +08004352 return ret;
4353}
4354
4355/*
Qu Wenruo4ceff072015-09-08 17:22:42 +08004356 * Called if we need to clear a data reservation for this inode
4357 * Normally in a error case.
4358 *
Qu Wenruo51773be2015-10-08 18:19:37 +08004359 * This one will *NOT* use accurate qgroup reserved space API, just for case
4360 * which we can't sleep and is sure it won't affect qgroup reserved space.
4361 * Like clear_bit_hook().
Qu Wenruo4ceff072015-09-08 17:22:42 +08004362 */
Qu Wenruo51773be2015-10-08 18:19:37 +08004363void btrfs_free_reserved_data_space_noquota(struct inode *inode, u64 start,
4364 u64 len)
Qu Wenruo4ceff072015-09-08 17:22:42 +08004365{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004366 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb);
Qu Wenruo4ceff072015-09-08 17:22:42 +08004367 struct btrfs_space_info *data_sinfo;
4368
4369 /* Make sure the range is aligned to sectorsize */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004370 len = round_up(start + len, fs_info->sectorsize) -
4371 round_down(start, fs_info->sectorsize);
4372 start = round_down(start, fs_info->sectorsize);
Qu Wenruo4ceff072015-09-08 17:22:42 +08004373
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004374 data_sinfo = fs_info->data_sinfo;
Qu Wenruo4ceff072015-09-08 17:22:42 +08004375 spin_lock(&data_sinfo->lock);
4376 if (WARN_ON(data_sinfo->bytes_may_use < len))
4377 data_sinfo->bytes_may_use = 0;
4378 else
4379 data_sinfo->bytes_may_use -= len;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004380 trace_btrfs_space_reservation(fs_info, "space_info",
Qu Wenruo4ceff072015-09-08 17:22:42 +08004381 data_sinfo->flags, len, 0);
4382 spin_unlock(&data_sinfo->lock);
4383}
4384
Qu Wenruo51773be2015-10-08 18:19:37 +08004385/*
4386 * Called if we need to clear a data reservation for this inode
4387 * Normally in a error case.
4388 *
Nicholas D Steeves01327612016-05-19 21:18:45 -04004389 * This one will handle the per-inode data rsv map for accurate reserved
Qu Wenruo51773be2015-10-08 18:19:37 +08004390 * space framework.
4391 */
4392void btrfs_free_reserved_data_space(struct inode *inode, u64 start, u64 len)
4393{
Jeff Mahoney0c476a52016-11-18 21:52:40 -05004394 struct btrfs_root *root = BTRFS_I(inode)->root;
4395
4396 /* Make sure the range is aligned to sectorsize */
Jeff Mahoneyda170662016-06-15 09:22:56 -04004397 len = round_up(start + len, root->fs_info->sectorsize) -
4398 round_down(start, root->fs_info->sectorsize);
4399 start = round_down(start, root->fs_info->sectorsize);
Jeff Mahoney0c476a52016-11-18 21:52:40 -05004400
Qu Wenruo51773be2015-10-08 18:19:37 +08004401 btrfs_free_reserved_data_space_noquota(inode, start, len);
4402 btrfs_qgroup_free_data(inode, start, len);
4403}
4404
Josef Bacik97e728d2009-04-21 17:40:57 -04004405static void force_metadata_allocation(struct btrfs_fs_info *info)
4406{
4407 struct list_head *head = &info->space_info;
4408 struct btrfs_space_info *found;
4409
4410 rcu_read_lock();
4411 list_for_each_entry_rcu(found, head, list) {
4412 if (found->flags & BTRFS_BLOCK_GROUP_METADATA)
Chris Mason0e4f8f82011-04-15 16:05:44 -04004413 found->force_alloc = CHUNK_ALLOC_FORCE;
Josef Bacik97e728d2009-04-21 17:40:57 -04004414 }
4415 rcu_read_unlock();
4416}
4417
Miao Xie3c76cd82013-04-25 10:12:38 +00004418static inline u64 calc_global_rsv_need_space(struct btrfs_block_rsv *global)
4419{
4420 return (global->size << 1);
4421}
4422
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004423static int should_alloc_chunk(struct btrfs_fs_info *fs_info,
Josef Bacik698d0082012-09-12 14:08:47 -04004424 struct btrfs_space_info *sinfo, int force)
Yan, Zheng424499d2010-05-16 10:46:25 -04004425{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004426 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
Yan, Zheng424499d2010-05-16 10:46:25 -04004427 u64 num_bytes = sinfo->total_bytes - sinfo->bytes_readonly;
Chris Mason0e4f8f82011-04-15 16:05:44 -04004428 u64 num_allocated = sinfo->bytes_used + sinfo->bytes_reserved;
Chris Masone5bc2452010-10-26 13:37:56 -04004429 u64 thresh;
Yan, Zheng424499d2010-05-16 10:46:25 -04004430
Chris Mason0e4f8f82011-04-15 16:05:44 -04004431 if (force == CHUNK_ALLOC_FORCE)
4432 return 1;
4433
4434 /*
Josef Bacikfb25e912011-07-26 17:00:46 -04004435 * We need to take into account the global rsv because for all intents
4436 * and purposes it's used space. Don't worry about locking the
4437 * global_rsv, it doesn't change except when the transaction commits.
4438 */
Josef Bacik54338b52012-08-14 16:20:52 -04004439 if (sinfo->flags & BTRFS_BLOCK_GROUP_METADATA)
Miao Xie3c76cd82013-04-25 10:12:38 +00004440 num_allocated += calc_global_rsv_need_space(global_rsv);
Josef Bacikfb25e912011-07-26 17:00:46 -04004441
4442 /*
Chris Mason0e4f8f82011-04-15 16:05:44 -04004443 * in limited mode, we want to have some free space up to
4444 * about 1% of the FS size.
4445 */
4446 if (force == CHUNK_ALLOC_LIMITED) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004447 thresh = btrfs_super_total_bytes(fs_info->super_copy);
Byongho Leeee221842015-12-15 01:42:10 +09004448 thresh = max_t(u64, SZ_64M, div_factor_fine(thresh, 1));
Chris Mason0e4f8f82011-04-15 16:05:44 -04004449
4450 if (num_bytes - num_allocated < thresh)
4451 return 1;
4452 }
Chris Mason0e4f8f82011-04-15 16:05:44 -04004453
Byongho Leeee221842015-12-15 01:42:10 +09004454 if (num_allocated + SZ_2M < div_factor(num_bytes, 8))
Josef Bacik14ed0ca2010-10-15 15:23:48 -04004455 return 0;
Yan, Zheng424499d2010-05-16 10:46:25 -04004456 return 1;
4457}
4458
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004459static u64 get_profile_num_devs(struct btrfs_fs_info *fs_info, u64 type)
Liu Bo15d1ff82012-03-29 09:57:44 -04004460{
4461 u64 num_dev;
4462
David Woodhouse53b381b2013-01-29 18:40:14 -05004463 if (type & (BTRFS_BLOCK_GROUP_RAID10 |
4464 BTRFS_BLOCK_GROUP_RAID0 |
4465 BTRFS_BLOCK_GROUP_RAID5 |
4466 BTRFS_BLOCK_GROUP_RAID6))
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004467 num_dev = fs_info->fs_devices->rw_devices;
Liu Bo15d1ff82012-03-29 09:57:44 -04004468 else if (type & BTRFS_BLOCK_GROUP_RAID1)
4469 num_dev = 2;
4470 else
4471 num_dev = 1; /* DUP or single */
4472
Filipe Manana39c2d7f2015-05-20 14:01:55 +01004473 return num_dev;
Liu Bo15d1ff82012-03-29 09:57:44 -04004474}
4475
Filipe Manana39c2d7f2015-05-20 14:01:55 +01004476/*
4477 * If @is_allocation is true, reserve space in the system space info necessary
4478 * for allocating a chunk, otherwise if it's false, reserve space necessary for
4479 * removing a chunk.
4480 */
4481void check_system_chunk(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004482 struct btrfs_fs_info *fs_info, u64 type)
Liu Bo15d1ff82012-03-29 09:57:44 -04004483{
4484 struct btrfs_space_info *info;
4485 u64 left;
4486 u64 thresh;
Filipe Manana4fbcdf62015-05-20 14:01:54 +01004487 int ret = 0;
Filipe Manana39c2d7f2015-05-20 14:01:55 +01004488 u64 num_devs;
Filipe Manana4fbcdf62015-05-20 14:01:54 +01004489
4490 /*
4491 * Needed because we can end up allocating a system chunk and for an
4492 * atomic and race free space reservation in the chunk block reserve.
4493 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004494 ASSERT(mutex_is_locked(&fs_info->chunk_mutex));
Liu Bo15d1ff82012-03-29 09:57:44 -04004495
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004496 info = __find_space_info(fs_info, BTRFS_BLOCK_GROUP_SYSTEM);
Liu Bo15d1ff82012-03-29 09:57:44 -04004497 spin_lock(&info->lock);
Liu Bo41361352017-02-13 15:42:21 -08004498 left = info->total_bytes - btrfs_space_info_used(info, true);
Liu Bo15d1ff82012-03-29 09:57:44 -04004499 spin_unlock(&info->lock);
4500
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004501 num_devs = get_profile_num_devs(fs_info, type);
Filipe Manana39c2d7f2015-05-20 14:01:55 +01004502
4503 /* num_devs device items to update and 1 chunk item to add or remove */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004504 thresh = btrfs_calc_trunc_metadata_size(fs_info, num_devs) +
4505 btrfs_calc_trans_metadata_size(fs_info, 1);
Filipe Manana39c2d7f2015-05-20 14:01:55 +01004506
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004507 if (left < thresh && btrfs_test_opt(fs_info, ENOSPC_DEBUG)) {
4508 btrfs_info(fs_info, "left=%llu, need=%llu, flags=%llu",
4509 left, thresh, type);
4510 dump_space_info(fs_info, info, 0, 0);
Liu Bo15d1ff82012-03-29 09:57:44 -04004511 }
4512
4513 if (left < thresh) {
Jeff Mahoney1b868262017-05-17 11:38:35 -04004514 u64 flags = btrfs_system_alloc_profile(fs_info);
Liu Bo15d1ff82012-03-29 09:57:44 -04004515
Filipe Manana4fbcdf62015-05-20 14:01:54 +01004516 /*
4517 * Ignore failure to create system chunk. We might end up not
4518 * needing it, as we might not need to COW all nodes/leafs from
4519 * the paths we visit in the chunk tree (they were already COWed
4520 * or created in the current transaction for example).
4521 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004522 ret = btrfs_alloc_chunk(trans, fs_info, flags);
Filipe Manana4fbcdf62015-05-20 14:01:54 +01004523 }
4524
4525 if (!ret) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004526 ret = btrfs_block_rsv_add(fs_info->chunk_root,
4527 &fs_info->chunk_block_rsv,
Filipe Manana4fbcdf62015-05-20 14:01:54 +01004528 thresh, BTRFS_RESERVE_NO_FLUSH);
4529 if (!ret)
4530 trans->chunk_bytes_reserved += thresh;
Liu Bo15d1ff82012-03-29 09:57:44 -04004531 }
4532}
4533
Liu Bo28b737f2016-07-29 11:09:50 -07004534/*
4535 * If force is CHUNK_ALLOC_FORCE:
4536 * - return 1 if it successfully allocates a chunk,
4537 * - return errors including -ENOSPC otherwise.
4538 * If force is NOT CHUNK_ALLOC_FORCE:
4539 * - return 0 if it doesn't need to allocate a new chunk,
4540 * - return 1 if it successfully allocates a chunk,
4541 * - return errors including -ENOSPC otherwise.
4542 */
Chris Mason6324fbf2008-03-24 15:01:59 -04004543static int do_chunk_alloc(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004544 struct btrfs_fs_info *fs_info, u64 flags, int force)
Chris Mason6324fbf2008-03-24 15:01:59 -04004545{
4546 struct btrfs_space_info *space_info;
Josef Bacik6d741192011-04-11 20:20:11 -04004547 int wait_for_alloc = 0;
Yan Zhengc146afa2008-11-12 14:34:12 -05004548 int ret = 0;
4549
Josef Bacikc6b305a2012-12-18 09:16:16 -05004550 /* Don't re-enter if we're already allocating a chunk */
4551 if (trans->allocating_chunk)
4552 return -ENOSPC;
4553
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004554 space_info = __find_space_info(fs_info, flags);
Chris Mason593060d2008-03-25 16:50:33 -04004555 if (!space_info) {
Nikolay Borisov2be12ef2017-05-22 09:35:49 +03004556 ret = create_space_info(fs_info, flags, &space_info);
4557 if (ret)
4558 return ret;
Chris Mason593060d2008-03-25 16:50:33 -04004559 }
Chris Mason6324fbf2008-03-24 15:01:59 -04004560
Josef Bacik6d741192011-04-11 20:20:11 -04004561again:
Josef Bacik25179202008-10-29 14:49:05 -04004562 spin_lock(&space_info->lock);
Miao Xie9e622d62012-01-26 15:01:12 -05004563 if (force < space_info->force_alloc)
Chris Mason0e4f8f82011-04-15 16:05:44 -04004564 force = space_info->force_alloc;
Josef Bacik25179202008-10-29 14:49:05 -04004565 if (space_info->full) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004566 if (should_alloc_chunk(fs_info, space_info, force))
Filipe David Borba Manana09fb99a2013-08-05 16:25:12 +01004567 ret = -ENOSPC;
4568 else
4569 ret = 0;
Josef Bacik25179202008-10-29 14:49:05 -04004570 spin_unlock(&space_info->lock);
Filipe David Borba Manana09fb99a2013-08-05 16:25:12 +01004571 return ret;
Josef Bacik25179202008-10-29 14:49:05 -04004572 }
Chris Mason6324fbf2008-03-24 15:01:59 -04004573
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004574 if (!should_alloc_chunk(fs_info, space_info, force)) {
Josef Bacik25179202008-10-29 14:49:05 -04004575 spin_unlock(&space_info->lock);
Josef Bacik6d741192011-04-11 20:20:11 -04004576 return 0;
4577 } else if (space_info->chunk_alloc) {
4578 wait_for_alloc = 1;
4579 } else {
4580 space_info->chunk_alloc = 1;
Josef Bacik25179202008-10-29 14:49:05 -04004581 }
Chris Mason0e4f8f82011-04-15 16:05:44 -04004582
Josef Bacik25179202008-10-29 14:49:05 -04004583 spin_unlock(&space_info->lock);
4584
Josef Bacik6d741192011-04-11 20:20:11 -04004585 mutex_lock(&fs_info->chunk_mutex);
4586
4587 /*
4588 * The chunk_mutex is held throughout the entirety of a chunk
4589 * allocation, so once we've acquired the chunk_mutex we know that the
4590 * other guy is done and we need to recheck and see if we should
4591 * allocate.
4592 */
4593 if (wait_for_alloc) {
4594 mutex_unlock(&fs_info->chunk_mutex);
4595 wait_for_alloc = 0;
4596 goto again;
4597 }
4598
Josef Bacikc6b305a2012-12-18 09:16:16 -05004599 trans->allocating_chunk = true;
4600
Josef Bacik97e728d2009-04-21 17:40:57 -04004601 /*
Josef Bacik67377732010-09-16 16:19:09 -04004602 * If we have mixed data/metadata chunks we want to make sure we keep
4603 * allocating mixed chunks instead of individual chunks.
4604 */
4605 if (btrfs_mixed_space_info(space_info))
4606 flags |= (BTRFS_BLOCK_GROUP_DATA | BTRFS_BLOCK_GROUP_METADATA);
4607
4608 /*
Josef Bacik97e728d2009-04-21 17:40:57 -04004609 * if we're doing a data chunk, go ahead and make sure that
4610 * we keep a reasonable number of metadata chunks allocated in the
4611 * FS as well.
4612 */
Josef Bacik9ed74f22009-09-11 16:12:44 -04004613 if (flags & BTRFS_BLOCK_GROUP_DATA && fs_info->metadata_ratio) {
Josef Bacik97e728d2009-04-21 17:40:57 -04004614 fs_info->data_chunk_allocations++;
4615 if (!(fs_info->data_chunk_allocations %
4616 fs_info->metadata_ratio))
4617 force_metadata_allocation(fs_info);
4618 }
4619
Liu Bo15d1ff82012-03-29 09:57:44 -04004620 /*
4621 * Check if we have enough space in SYSTEM chunk because we may need
4622 * to update devices.
4623 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004624 check_system_chunk(trans, fs_info, flags);
Liu Bo15d1ff82012-03-29 09:57:44 -04004625
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004626 ret = btrfs_alloc_chunk(trans, fs_info, flags);
Josef Bacikc6b305a2012-12-18 09:16:16 -05004627 trans->allocating_chunk = false;
Mark Fasheh92b8e8972011-07-12 10:57:59 -07004628
Josef Bacik9ed74f22009-09-11 16:12:44 -04004629 spin_lock(&space_info->lock);
Alexandre Olivaa81cb9a2013-02-21 21:15:14 +00004630 if (ret < 0 && ret != -ENOSPC)
4631 goto out;
Chris Masond3977122009-01-05 21:25:51 -05004632 if (ret)
Chris Mason6324fbf2008-03-24 15:01:59 -04004633 space_info->full = 1;
Yan, Zheng424499d2010-05-16 10:46:25 -04004634 else
4635 ret = 1;
Josef Bacik6d741192011-04-11 20:20:11 -04004636
Chris Mason0e4f8f82011-04-15 16:05:44 -04004637 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE;
Alexandre Olivaa81cb9a2013-02-21 21:15:14 +00004638out:
Josef Bacik6d741192011-04-11 20:20:11 -04004639 space_info->chunk_alloc = 0;
Josef Bacik9ed74f22009-09-11 16:12:44 -04004640 spin_unlock(&space_info->lock);
Dan Carpentera25c75d2012-04-18 09:59:29 +03004641 mutex_unlock(&fs_info->chunk_mutex);
Filipe Manana00d80e32015-07-20 14:56:20 +01004642 /*
4643 * When we allocate a new chunk we reserve space in the chunk block
4644 * reserve to make sure we can COW nodes/leafs in the chunk tree or
4645 * add new nodes/leafs to it if we end up needing to do it when
4646 * inserting the chunk item and updating device items as part of the
4647 * second phase of chunk allocation, performed by
4648 * btrfs_finish_chunk_alloc(). So make sure we don't accumulate a
4649 * large number of new block groups to create in our transaction
4650 * handle's new_bgs list to avoid exhausting the chunk block reserve
4651 * in extreme cases - like having a single transaction create many new
4652 * block groups when starting to write out the free space caches of all
4653 * the block groups that were made dirty during the lifetime of the
4654 * transaction.
4655 */
Filipe Mananad9a05402015-10-03 13:13:13 +01004656 if (trans->can_flush_pending_bgs &&
Byongho Leeee221842015-12-15 01:42:10 +09004657 trans->chunk_bytes_reserved >= (u64)SZ_2M) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004658 btrfs_create_pending_block_groups(trans, fs_info);
Filipe Manana00d80e32015-07-20 14:56:20 +01004659 btrfs_trans_release_chunk_metadata(trans);
4660 }
Josef Bacik0f9dd462008-09-23 13:14:11 -04004661 return ret;
Chris Mason6324fbf2008-03-24 15:01:59 -04004662}
4663
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004664static int can_overcommit(struct btrfs_fs_info *fs_info,
Josef Bacika80c8dc2012-09-06 16:59:33 -04004665 struct btrfs_space_info *space_info, u64 bytes,
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004666 enum btrfs_reserve_flush_enum flush,
4667 bool system_chunk)
Josef Bacika80c8dc2012-09-06 16:59:33 -04004668{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004669 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
Josef Bacik957780e2016-05-17 13:30:55 -04004670 u64 profile;
Miao Xie3c76cd82013-04-25 10:12:38 +00004671 u64 space_size;
Josef Bacika80c8dc2012-09-06 16:59:33 -04004672 u64 avail;
4673 u64 used;
4674
Josef Bacik957780e2016-05-17 13:30:55 -04004675 /* Don't overcommit when in mixed mode. */
4676 if (space_info->flags & BTRFS_BLOCK_GROUP_DATA)
4677 return 0;
4678
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004679 if (system_chunk)
4680 profile = btrfs_system_alloc_profile(fs_info);
4681 else
4682 profile = btrfs_metadata_alloc_profile(fs_info);
4683
Liu Bo41361352017-02-13 15:42:21 -08004684 used = btrfs_space_info_used(space_info, false);
Josef Bacik96f1bb52013-01-30 17:02:51 -05004685
Josef Bacik96f1bb52013-01-30 17:02:51 -05004686 /*
4687 * We only want to allow over committing if we have lots of actual space
4688 * free, but if we don't have enough space to handle the global reserve
4689 * space then we could end up having a real enospc problem when trying
4690 * to allocate a chunk or some other such important allocation.
4691 */
Miao Xie3c76cd82013-04-25 10:12:38 +00004692 spin_lock(&global_rsv->lock);
4693 space_size = calc_global_rsv_need_space(global_rsv);
4694 spin_unlock(&global_rsv->lock);
4695 if (used + space_size >= space_info->total_bytes)
Josef Bacik96f1bb52013-01-30 17:02:51 -05004696 return 0;
4697
4698 used += space_info->bytes_may_use;
Josef Bacika80c8dc2012-09-06 16:59:33 -04004699
Nikolay Borisova5ed45f2017-05-11 09:17:46 +03004700 avail = atomic64_read(&fs_info->free_chunk_space);
Josef Bacika80c8dc2012-09-06 16:59:33 -04004701
4702 /*
4703 * If we have dup, raid1 or raid10 then only half of the free
David Woodhouse53b381b2013-01-29 18:40:14 -05004704 * space is actually useable. For raid56, the space info used
4705 * doesn't include the parity drive, so we don't have to
4706 * change the math
Josef Bacika80c8dc2012-09-06 16:59:33 -04004707 */
4708 if (profile & (BTRFS_BLOCK_GROUP_DUP |
4709 BTRFS_BLOCK_GROUP_RAID1 |
4710 BTRFS_BLOCK_GROUP_RAID10))
4711 avail >>= 1;
4712
4713 /*
Miao Xie561c2942012-10-16 11:32:18 +00004714 * If we aren't flushing all things, let us overcommit up to
4715 * 1/2th of the space. If we can flush, don't let us overcommit
4716 * too much, let it overcommit up to 1/8 of the space.
Josef Bacika80c8dc2012-09-06 16:59:33 -04004717 */
Miao Xie08e007d2012-10-16 11:33:38 +00004718 if (flush == BTRFS_RESERVE_FLUSH_ALL)
Josef Bacik14575ae2013-09-17 10:48:00 -04004719 avail >>= 3;
Josef Bacika80c8dc2012-09-06 16:59:33 -04004720 else
Josef Bacik14575ae2013-09-17 10:48:00 -04004721 avail >>= 1;
Josef Bacika80c8dc2012-09-06 16:59:33 -04004722
Josef Bacik14575ae2013-09-17 10:48:00 -04004723 if (used + bytes < space_info->total_bytes + avail)
Josef Bacika80c8dc2012-09-06 16:59:33 -04004724 return 1;
4725 return 0;
4726}
4727
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004728static void btrfs_writeback_inodes_sb_nr(struct btrfs_fs_info *fs_info,
Miao Xie6c255e62014-03-06 13:55:01 +08004729 unsigned long nr_pages, int nr_items)
Miao Xieda633a42012-12-20 11:19:09 +00004730{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004731 struct super_block *sb = fs_info->sb;
Miao Xieda633a42012-12-20 11:19:09 +00004732
Josef Bacik925a6ef2013-06-20 12:31:27 -04004733 if (down_read_trylock(&sb->s_umount)) {
4734 writeback_inodes_sb_nr(sb, nr_pages, WB_REASON_FS_FREE_SPACE);
4735 up_read(&sb->s_umount);
4736 } else {
Miao Xieda633a42012-12-20 11:19:09 +00004737 /*
4738 * We needn't worry the filesystem going from r/w to r/o though
4739 * we don't acquire ->s_umount mutex, because the filesystem
4740 * should guarantee the delalloc inodes list be empty after
4741 * the filesystem is readonly(all dirty pages are written to
4742 * the disk).
4743 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004744 btrfs_start_delalloc_roots(fs_info, 0, nr_items);
Josef Bacik98ad69c2013-04-04 11:55:49 -04004745 if (!current->journal_info)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004746 btrfs_wait_ordered_roots(fs_info, nr_items, 0, (u64)-1);
Miao Xieda633a42012-12-20 11:19:09 +00004747 }
4748}
4749
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004750static inline int calc_reclaim_items_nr(struct btrfs_fs_info *fs_info,
4751 u64 to_reclaim)
Miao Xie18cd8ea2013-11-04 23:13:22 +08004752{
4753 u64 bytes;
4754 int nr;
4755
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004756 bytes = btrfs_calc_trans_metadata_size(fs_info, 1);
Miao Xie18cd8ea2013-11-04 23:13:22 +08004757 nr = (int)div64_u64(to_reclaim, bytes);
4758 if (!nr)
4759 nr = 1;
4760 return nr;
4761}
4762
Byongho Leeee221842015-12-15 01:42:10 +09004763#define EXTENT_SIZE_PER_ITEM SZ_256K
Miao Xiec61a16a2013-11-04 23:13:23 +08004764
Yan, Zheng5da9d012010-05-16 10:46:25 -04004765/*
4766 * shrink metadata reservation for delalloc
4767 */
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004768static void shrink_delalloc(struct btrfs_fs_info *fs_info, u64 to_reclaim,
4769 u64 orig, bool wait_ordered)
Yan, Zheng5da9d012010-05-16 10:46:25 -04004770{
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04004771 struct btrfs_block_rsv *block_rsv;
Josef Bacik0019f102010-10-15 15:18:40 -04004772 struct btrfs_space_info *space_info;
Josef Bacik663350a2011-11-03 22:54:25 -04004773 struct btrfs_trans_handle *trans;
Josef Bacikf4c738c2012-07-02 17:10:51 -04004774 u64 delalloc_bytes;
Yan, Zheng5da9d012010-05-16 10:46:25 -04004775 u64 max_reclaim;
Josef Bacikb1953bc2011-01-21 21:10:01 +00004776 long time_left;
Miao Xied3ee29e32013-11-04 23:13:20 +08004777 unsigned long nr_pages;
4778 int loops;
Miao Xieb0244192013-11-04 23:13:25 +08004779 int items;
Miao Xie08e007d2012-10-16 11:33:38 +00004780 enum btrfs_reserve_flush_enum flush;
Yan, Zheng5da9d012010-05-16 10:46:25 -04004781
Miao Xiec61a16a2013-11-04 23:13:23 +08004782 /* Calc the number of the pages we need flush for space reservation */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004783 items = calc_reclaim_items_nr(fs_info, to_reclaim);
Adam Borowski8eb0dfd2016-05-08 15:08:00 +02004784 to_reclaim = (u64)items * EXTENT_SIZE_PER_ITEM;
Miao Xiec61a16a2013-11-04 23:13:23 +08004785
Josef Bacik663350a2011-11-03 22:54:25 -04004786 trans = (struct btrfs_trans_handle *)current->journal_info;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004787 block_rsv = &fs_info->delalloc_block_rsv;
Josef Bacik0019f102010-10-15 15:18:40 -04004788 space_info = block_rsv->space_info;
Chris Masonbf9022e2010-10-26 13:40:45 -04004789
Miao Xie963d6782013-01-29 10:10:51 +00004790 delalloc_bytes = percpu_counter_sum_positive(
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004791 &fs_info->delalloc_bytes);
Josef Bacikf4c738c2012-07-02 17:10:51 -04004792 if (delalloc_bytes == 0) {
Josef Bacikfdb5eff2011-06-07 16:07:44 -04004793 if (trans)
Josef Bacikf4c738c2012-07-02 17:10:51 -04004794 return;
Miao Xie38c135a2013-11-04 23:13:21 +08004795 if (wait_ordered)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004796 btrfs_wait_ordered_roots(fs_info, items, 0, (u64)-1);
Josef Bacikf4c738c2012-07-02 17:10:51 -04004797 return;
Josef Bacikfdb5eff2011-06-07 16:07:44 -04004798 }
4799
Miao Xied3ee29e32013-11-04 23:13:20 +08004800 loops = 0;
Josef Bacikf4c738c2012-07-02 17:10:51 -04004801 while (delalloc_bytes && loops < 3) {
4802 max_reclaim = min(delalloc_bytes, to_reclaim);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03004803 nr_pages = max_reclaim >> PAGE_SHIFT;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004804 btrfs_writeback_inodes_sb_nr(fs_info, nr_pages, items);
Josef Bacikdea31f52012-09-06 16:47:00 -04004805 /*
4806 * We need to wait for the async pages to actually start before
4807 * we do anything.
4808 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004809 max_reclaim = atomic_read(&fs_info->async_delalloc_pages);
Miao Xie9f3a0742013-11-04 23:13:24 +08004810 if (!max_reclaim)
4811 goto skip_async;
Josef Bacikdea31f52012-09-06 16:47:00 -04004812
Miao Xie9f3a0742013-11-04 23:13:24 +08004813 if (max_reclaim <= nr_pages)
4814 max_reclaim = 0;
4815 else
4816 max_reclaim -= nr_pages;
4817
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004818 wait_event(fs_info->async_submit_wait,
4819 atomic_read(&fs_info->async_delalloc_pages) <=
Miao Xie9f3a0742013-11-04 23:13:24 +08004820 (int)max_reclaim);
4821skip_async:
Miao Xie08e007d2012-10-16 11:33:38 +00004822 if (!trans)
4823 flush = BTRFS_RESERVE_FLUSH_ALL;
4824 else
4825 flush = BTRFS_RESERVE_NO_FLUSH;
Josef Bacik0019f102010-10-15 15:18:40 -04004826 spin_lock(&space_info->lock);
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004827 if (can_overcommit(fs_info, space_info, orig, flush, false)) {
Josef Bacikf4c738c2012-07-02 17:10:51 -04004828 spin_unlock(&space_info->lock);
4829 break;
4830 }
Josef Bacik957780e2016-05-17 13:30:55 -04004831 if (list_empty(&space_info->tickets) &&
4832 list_empty(&space_info->priority_tickets)) {
4833 spin_unlock(&space_info->lock);
4834 break;
4835 }
Josef Bacik0019f102010-10-15 15:18:40 -04004836 spin_unlock(&space_info->lock);
Yan, Zheng5da9d012010-05-16 10:46:25 -04004837
Chris Mason36e39c42011-03-12 07:08:42 -05004838 loops++;
Josef Bacikf104d042011-10-14 13:56:58 -04004839 if (wait_ordered && !trans) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004840 btrfs_wait_ordered_roots(fs_info, items, 0, (u64)-1);
Josef Bacikf104d042011-10-14 13:56:58 -04004841 } else {
Josef Bacikf4c738c2012-07-02 17:10:51 -04004842 time_left = schedule_timeout_killable(1);
Josef Bacikf104d042011-10-14 13:56:58 -04004843 if (time_left)
4844 break;
4845 }
Miao Xie963d6782013-01-29 10:10:51 +00004846 delalloc_bytes = percpu_counter_sum_positive(
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004847 &fs_info->delalloc_bytes);
Yan, Zheng5da9d012010-05-16 10:46:25 -04004848 }
Yan, Zheng5da9d012010-05-16 10:46:25 -04004849}
4850
Josef Bacik4a92b1b2011-08-30 12:34:28 -04004851/**
Josef Bacik663350a2011-11-03 22:54:25 -04004852 * maybe_commit_transaction - possibly commit the transaction if its ok to
4853 * @root - the root we're allocating for
4854 * @bytes - the number of bytes we want to reserve
4855 * @force - force the commit
Josef Bacik8bb8ab22010-10-15 16:52:49 -04004856 *
Josef Bacik663350a2011-11-03 22:54:25 -04004857 * This will check to make sure that committing the transaction will actually
4858 * get us somewhere and then commit the transaction if it does. Otherwise it
4859 * will return -ENOSPC.
Josef Bacik8bb8ab22010-10-15 16:52:49 -04004860 */
Jeff Mahoney0c9ab342017-02-15 16:28:28 -05004861static int may_commit_transaction(struct btrfs_fs_info *fs_info,
Josef Bacik663350a2011-11-03 22:54:25 -04004862 struct btrfs_space_info *space_info,
4863 u64 bytes, int force)
4864{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004865 struct btrfs_block_rsv *delayed_rsv = &fs_info->delayed_block_rsv;
Josef Bacik663350a2011-11-03 22:54:25 -04004866 struct btrfs_trans_handle *trans;
4867
4868 trans = (struct btrfs_trans_handle *)current->journal_info;
4869 if (trans)
4870 return -EAGAIN;
4871
4872 if (force)
4873 goto commit;
4874
4875 /* See if there is enough pinned space to make this reservation */
Josef Bacikb150a4f2013-06-19 15:00:04 -04004876 if (percpu_counter_compare(&space_info->total_bytes_pinned,
Miao Xie0424c542014-03-06 13:54:59 +08004877 bytes) >= 0)
Josef Bacik663350a2011-11-03 22:54:25 -04004878 goto commit;
Josef Bacik663350a2011-11-03 22:54:25 -04004879
4880 /*
4881 * See if there is some space in the delayed insertion reservation for
4882 * this reservation.
4883 */
4884 if (space_info != delayed_rsv->space_info)
4885 return -ENOSPC;
4886
4887 spin_lock(&delayed_rsv->lock);
Josef Bacikb150a4f2013-06-19 15:00:04 -04004888 if (percpu_counter_compare(&space_info->total_bytes_pinned,
Liu Bo28785f72017-05-19 11:39:15 -06004889 bytes - delayed_rsv->size) < 0) {
Josef Bacik663350a2011-11-03 22:54:25 -04004890 spin_unlock(&delayed_rsv->lock);
4891 return -ENOSPC;
4892 }
4893 spin_unlock(&delayed_rsv->lock);
4894
4895commit:
Jeff Mahoneya9b33112017-05-17 11:38:34 -04004896 trans = btrfs_join_transaction(fs_info->extent_root);
Josef Bacik663350a2011-11-03 22:54:25 -04004897 if (IS_ERR(trans))
4898 return -ENOSPC;
4899
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04004900 return btrfs_commit_transaction(trans);
Josef Bacik663350a2011-11-03 22:54:25 -04004901}
4902
Josef Bacik957780e2016-05-17 13:30:55 -04004903struct reserve_ticket {
4904 u64 bytes;
4905 int error;
4906 struct list_head list;
4907 wait_queue_head_t wait;
Josef Bacik96c3f432012-06-21 14:05:49 -04004908};
4909
Jeff Mahoney0c9ab342017-02-15 16:28:28 -05004910static int flush_space(struct btrfs_fs_info *fs_info,
Josef Bacik96c3f432012-06-21 14:05:49 -04004911 struct btrfs_space_info *space_info, u64 num_bytes,
4912 u64 orig_bytes, int state)
4913{
Jeff Mahoneya9b33112017-05-17 11:38:34 -04004914 struct btrfs_root *root = fs_info->extent_root;
Josef Bacik96c3f432012-06-21 14:05:49 -04004915 struct btrfs_trans_handle *trans;
4916 int nr;
Josef Bacikf4c738c2012-07-02 17:10:51 -04004917 int ret = 0;
Josef Bacik96c3f432012-06-21 14:05:49 -04004918
4919 switch (state) {
Josef Bacik96c3f432012-06-21 14:05:49 -04004920 case FLUSH_DELAYED_ITEMS_NR:
4921 case FLUSH_DELAYED_ITEMS:
Miao Xie18cd8ea2013-11-04 23:13:22 +08004922 if (state == FLUSH_DELAYED_ITEMS_NR)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004923 nr = calc_reclaim_items_nr(fs_info, num_bytes) * 2;
Miao Xie18cd8ea2013-11-04 23:13:22 +08004924 else
Josef Bacik96c3f432012-06-21 14:05:49 -04004925 nr = -1;
Miao Xie18cd8ea2013-11-04 23:13:22 +08004926
Josef Bacik96c3f432012-06-21 14:05:49 -04004927 trans = btrfs_join_transaction(root);
4928 if (IS_ERR(trans)) {
4929 ret = PTR_ERR(trans);
4930 break;
4931 }
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004932 ret = btrfs_run_delayed_items_nr(trans, fs_info, nr);
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04004933 btrfs_end_transaction(trans);
Josef Bacik96c3f432012-06-21 14:05:49 -04004934 break;
Josef Bacik67b0fd62012-09-24 13:42:00 -04004935 case FLUSH_DELALLOC:
4936 case FLUSH_DELALLOC_WAIT:
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004937 shrink_delalloc(fs_info, num_bytes * 2, orig_bytes,
Josef Bacik67b0fd62012-09-24 13:42:00 -04004938 state == FLUSH_DELALLOC_WAIT);
4939 break;
Josef Bacikea658ba2012-09-11 16:57:25 -04004940 case ALLOC_CHUNK:
4941 trans = btrfs_join_transaction(root);
4942 if (IS_ERR(trans)) {
4943 ret = PTR_ERR(trans);
4944 break;
4945 }
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04004946 ret = do_chunk_alloc(trans, fs_info,
Jeff Mahoney1b868262017-05-17 11:38:35 -04004947 btrfs_metadata_alloc_profile(fs_info),
Josef Bacikea658ba2012-09-11 16:57:25 -04004948 CHUNK_ALLOC_NO_FORCE);
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04004949 btrfs_end_transaction(trans);
Alex Lyakaseecba892015-12-06 12:32:31 +02004950 if (ret > 0 || ret == -ENOSPC)
Josef Bacikea658ba2012-09-11 16:57:25 -04004951 ret = 0;
4952 break;
Josef Bacik96c3f432012-06-21 14:05:49 -04004953 case COMMIT_TRANS:
Jeff Mahoney0c9ab342017-02-15 16:28:28 -05004954 ret = may_commit_transaction(fs_info, space_info,
4955 orig_bytes, 0);
Josef Bacik96c3f432012-06-21 14:05:49 -04004956 break;
4957 default:
4958 ret = -ENOSPC;
4959 break;
4960 }
4961
Jeff Mahoney0b246af2016-06-22 18:54:23 -04004962 trace_btrfs_flush_space(fs_info, space_info->flags, num_bytes,
Josef Bacikf376df22016-03-25 13:25:56 -04004963 orig_bytes, state, ret);
Josef Bacik96c3f432012-06-21 14:05:49 -04004964 return ret;
4965}
Miao Xie21c7e752014-05-13 17:29:04 -07004966
4967static inline u64
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004968btrfs_calc_reclaim_metadata_size(struct btrfs_fs_info *fs_info,
4969 struct btrfs_space_info *space_info,
4970 bool system_chunk)
Miao Xie21c7e752014-05-13 17:29:04 -07004971{
Josef Bacik957780e2016-05-17 13:30:55 -04004972 struct reserve_ticket *ticket;
Miao Xie21c7e752014-05-13 17:29:04 -07004973 u64 used;
4974 u64 expected;
Josef Bacik957780e2016-05-17 13:30:55 -04004975 u64 to_reclaim = 0;
Miao Xie21c7e752014-05-13 17:29:04 -07004976
Josef Bacik957780e2016-05-17 13:30:55 -04004977 list_for_each_entry(ticket, &space_info->tickets, list)
4978 to_reclaim += ticket->bytes;
4979 list_for_each_entry(ticket, &space_info->priority_tickets, list)
4980 to_reclaim += ticket->bytes;
4981 if (to_reclaim)
4982 return to_reclaim;
Miao Xie21c7e752014-05-13 17:29:04 -07004983
Wang Xiaoguange0af2482016-08-31 19:46:16 +08004984 to_reclaim = min_t(u64, num_online_cpus() * SZ_1M, SZ_16M);
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004985 if (can_overcommit(fs_info, space_info, to_reclaim,
4986 BTRFS_RESERVE_FLUSH_ALL, system_chunk))
Wang Xiaoguange0af2482016-08-31 19:46:16 +08004987 return 0;
4988
Nikolay Borisov0eee8a42017-06-14 11:35:34 +03004989 used = btrfs_space_info_used(space_info, true);
4990
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04004991 if (can_overcommit(fs_info, space_info, SZ_1M,
4992 BTRFS_RESERVE_FLUSH_ALL, system_chunk))
Miao Xie21c7e752014-05-13 17:29:04 -07004993 expected = div_factor_fine(space_info->total_bytes, 95);
4994 else
4995 expected = div_factor_fine(space_info->total_bytes, 90);
4996
4997 if (used > expected)
4998 to_reclaim = used - expected;
4999 else
5000 to_reclaim = 0;
5001 to_reclaim = min(to_reclaim, space_info->bytes_may_use +
5002 space_info->bytes_reserved);
Miao Xie21c7e752014-05-13 17:29:04 -07005003 return to_reclaim;
5004}
5005
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005006static inline int need_do_async_reclaim(struct btrfs_fs_info *fs_info,
5007 struct btrfs_space_info *space_info,
5008 u64 used, bool system_chunk)
Miao Xie21c7e752014-05-13 17:29:04 -07005009{
Josef Bacik365c5312015-02-18 13:58:15 -08005010 u64 thresh = div_factor_fine(space_info->total_bytes, 98);
5011
5012 /* If we're just plain full then async reclaim just slows us down. */
Josef Bacikbaee8792016-01-26 09:35:38 -05005013 if ((space_info->bytes_used + space_info->bytes_reserved) >= thresh)
Josef Bacik365c5312015-02-18 13:58:15 -08005014 return 0;
5015
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005016 if (!btrfs_calc_reclaim_metadata_size(fs_info, space_info,
5017 system_chunk))
Liu Bo25ce4592014-09-10 12:58:50 +08005018 return 0;
Liu Bo25ce4592014-09-10 12:58:50 +08005019
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005020 return (used >= thresh && !btrfs_fs_closing(fs_info) &&
5021 !test_bit(BTRFS_FS_STATE_REMOUNTING, &fs_info->fs_state));
Miao Xie21c7e752014-05-13 17:29:04 -07005022}
5023
Josef Bacik957780e2016-05-17 13:30:55 -04005024static void wake_all_tickets(struct list_head *head)
Miao Xie21c7e752014-05-13 17:29:04 -07005025{
Josef Bacik957780e2016-05-17 13:30:55 -04005026 struct reserve_ticket *ticket;
Miao Xie21c7e752014-05-13 17:29:04 -07005027
Josef Bacik957780e2016-05-17 13:30:55 -04005028 while (!list_empty(head)) {
5029 ticket = list_first_entry(head, struct reserve_ticket, list);
5030 list_del_init(&ticket->list);
5031 ticket->error = -ENOSPC;
5032 wake_up(&ticket->wait);
Miao Xie21c7e752014-05-13 17:29:04 -07005033 }
Miao Xie21c7e752014-05-13 17:29:04 -07005034}
5035
Josef Bacik957780e2016-05-17 13:30:55 -04005036/*
5037 * This is for normal flushers, we can wait all goddamned day if we want to. We
5038 * will loop and continuously try to flush as long as we are making progress.
5039 * We count progress as clearing off tickets each time we have to loop.
5040 */
Miao Xie21c7e752014-05-13 17:29:04 -07005041static void btrfs_async_reclaim_metadata_space(struct work_struct *work)
5042{
5043 struct btrfs_fs_info *fs_info;
5044 struct btrfs_space_info *space_info;
5045 u64 to_reclaim;
5046 int flush_state;
Josef Bacik957780e2016-05-17 13:30:55 -04005047 int commit_cycles = 0;
Wang Xiaoguangce129652016-09-02 10:58:46 +08005048 u64 last_tickets_id;
Miao Xie21c7e752014-05-13 17:29:04 -07005049
5050 fs_info = container_of(work, struct btrfs_fs_info, async_reclaim_work);
5051 space_info = __find_space_info(fs_info, BTRFS_BLOCK_GROUP_METADATA);
5052
Josef Bacik957780e2016-05-17 13:30:55 -04005053 spin_lock(&space_info->lock);
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005054 to_reclaim = btrfs_calc_reclaim_metadata_size(fs_info, space_info,
5055 false);
Josef Bacik957780e2016-05-17 13:30:55 -04005056 if (!to_reclaim) {
5057 space_info->flush = 0;
5058 spin_unlock(&space_info->lock);
Miao Xie21c7e752014-05-13 17:29:04 -07005059 return;
Josef Bacik957780e2016-05-17 13:30:55 -04005060 }
Wang Xiaoguangce129652016-09-02 10:58:46 +08005061 last_tickets_id = space_info->tickets_id;
Josef Bacik957780e2016-05-17 13:30:55 -04005062 spin_unlock(&space_info->lock);
Miao Xie21c7e752014-05-13 17:29:04 -07005063
5064 flush_state = FLUSH_DELAYED_ITEMS_NR;
5065 do {
Josef Bacik957780e2016-05-17 13:30:55 -04005066 struct reserve_ticket *ticket;
5067 int ret;
5068
Jeff Mahoney0c9ab342017-02-15 16:28:28 -05005069 ret = flush_space(fs_info, space_info, to_reclaim, to_reclaim,
5070 flush_state);
Josef Bacik957780e2016-05-17 13:30:55 -04005071 spin_lock(&space_info->lock);
5072 if (list_empty(&space_info->tickets)) {
5073 space_info->flush = 0;
5074 spin_unlock(&space_info->lock);
Miao Xie21c7e752014-05-13 17:29:04 -07005075 return;
Josef Bacik957780e2016-05-17 13:30:55 -04005076 }
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005077 to_reclaim = btrfs_calc_reclaim_metadata_size(fs_info,
5078 space_info,
5079 false);
Josef Bacik957780e2016-05-17 13:30:55 -04005080 ticket = list_first_entry(&space_info->tickets,
5081 struct reserve_ticket, list);
Wang Xiaoguangce129652016-09-02 10:58:46 +08005082 if (last_tickets_id == space_info->tickets_id) {
Josef Bacik957780e2016-05-17 13:30:55 -04005083 flush_state++;
5084 } else {
Wang Xiaoguangce129652016-09-02 10:58:46 +08005085 last_tickets_id = space_info->tickets_id;
Josef Bacik957780e2016-05-17 13:30:55 -04005086 flush_state = FLUSH_DELAYED_ITEMS_NR;
5087 if (commit_cycles)
5088 commit_cycles--;
5089 }
5090
5091 if (flush_state > COMMIT_TRANS) {
5092 commit_cycles++;
5093 if (commit_cycles > 2) {
5094 wake_all_tickets(&space_info->tickets);
5095 space_info->flush = 0;
5096 } else {
5097 flush_state = FLUSH_DELAYED_ITEMS_NR;
5098 }
5099 }
5100 spin_unlock(&space_info->lock);
5101 } while (flush_state <= COMMIT_TRANS);
Miao Xie21c7e752014-05-13 17:29:04 -07005102}
5103
5104void btrfs_init_async_reclaim_work(struct work_struct *work)
5105{
5106 INIT_WORK(work, btrfs_async_reclaim_metadata_space);
5107}
5108
Josef Bacik957780e2016-05-17 13:30:55 -04005109static void priority_reclaim_metadata_space(struct btrfs_fs_info *fs_info,
5110 struct btrfs_space_info *space_info,
5111 struct reserve_ticket *ticket)
5112{
5113 u64 to_reclaim;
5114 int flush_state = FLUSH_DELAYED_ITEMS_NR;
5115
5116 spin_lock(&space_info->lock);
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005117 to_reclaim = btrfs_calc_reclaim_metadata_size(fs_info, space_info,
5118 false);
Josef Bacik957780e2016-05-17 13:30:55 -04005119 if (!to_reclaim) {
5120 spin_unlock(&space_info->lock);
5121 return;
5122 }
5123 spin_unlock(&space_info->lock);
5124
5125 do {
Jeff Mahoney0c9ab342017-02-15 16:28:28 -05005126 flush_space(fs_info, space_info, to_reclaim, to_reclaim,
5127 flush_state);
Josef Bacik957780e2016-05-17 13:30:55 -04005128 flush_state++;
5129 spin_lock(&space_info->lock);
5130 if (ticket->bytes == 0) {
5131 spin_unlock(&space_info->lock);
5132 return;
5133 }
5134 spin_unlock(&space_info->lock);
5135
5136 /*
5137 * Priority flushers can't wait on delalloc without
5138 * deadlocking.
5139 */
5140 if (flush_state == FLUSH_DELALLOC ||
5141 flush_state == FLUSH_DELALLOC_WAIT)
5142 flush_state = ALLOC_CHUNK;
5143 } while (flush_state < COMMIT_TRANS);
5144}
5145
5146static int wait_reserve_ticket(struct btrfs_fs_info *fs_info,
5147 struct btrfs_space_info *space_info,
5148 struct reserve_ticket *ticket, u64 orig_bytes)
5149
5150{
5151 DEFINE_WAIT(wait);
5152 int ret = 0;
5153
5154 spin_lock(&space_info->lock);
5155 while (ticket->bytes > 0 && ticket->error == 0) {
5156 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE);
5157 if (ret) {
5158 ret = -EINTR;
5159 break;
5160 }
5161 spin_unlock(&space_info->lock);
5162
5163 schedule();
5164
5165 finish_wait(&ticket->wait, &wait);
5166 spin_lock(&space_info->lock);
5167 }
5168 if (!ret)
5169 ret = ticket->error;
5170 if (!list_empty(&ticket->list))
5171 list_del_init(&ticket->list);
5172 if (ticket->bytes && ticket->bytes < orig_bytes) {
5173 u64 num_bytes = orig_bytes - ticket->bytes;
5174 space_info->bytes_may_use -= num_bytes;
5175 trace_btrfs_space_reservation(fs_info, "space_info",
5176 space_info->flags, num_bytes, 0);
5177 }
5178 spin_unlock(&space_info->lock);
5179
5180 return ret;
5181}
5182
Josef Bacik663350a2011-11-03 22:54:25 -04005183/**
Josef Bacik4a92b1b2011-08-30 12:34:28 -04005184 * reserve_metadata_bytes - try to reserve bytes from the block_rsv's space
5185 * @root - the root we're allocating for
Josef Bacik957780e2016-05-17 13:30:55 -04005186 * @space_info - the space info we want to allocate from
Josef Bacik4a92b1b2011-08-30 12:34:28 -04005187 * @orig_bytes - the number of bytes we want
Adam Buchbinder48fc7f72012-09-19 21:48:00 -04005188 * @flush - whether or not we can flush to make our reservation
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005189 *
Nicholas D Steeves01327612016-05-19 21:18:45 -04005190 * This will reserve orig_bytes number of bytes from the space info associated
Josef Bacik4a92b1b2011-08-30 12:34:28 -04005191 * with the block_rsv. If there is not enough space it will make an attempt to
5192 * flush out space to make room. It will do this by flushing delalloc if
5193 * possible or committing the transaction. If flush is 0 then no attempts to
5194 * regain reservations will be made and this will fail if there is not enough
5195 * space already.
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005196 */
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005197static int __reserve_metadata_bytes(struct btrfs_fs_info *fs_info,
Josef Bacik957780e2016-05-17 13:30:55 -04005198 struct btrfs_space_info *space_info,
5199 u64 orig_bytes,
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005200 enum btrfs_reserve_flush_enum flush,
5201 bool system_chunk)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005202{
Josef Bacik957780e2016-05-17 13:30:55 -04005203 struct reserve_ticket ticket;
Josef Bacik2bf64752011-09-26 17:12:22 -04005204 u64 used;
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005205 int ret = 0;
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005206
Josef Bacik957780e2016-05-17 13:30:55 -04005207 ASSERT(orig_bytes);
Josef Bacik8ca17f02016-05-27 13:24:13 -04005208 ASSERT(!current->journal_info || flush != BTRFS_RESERVE_FLUSH_ALL);
5209
Yan, Zhengf0486c62010-05-16 10:46:25 -04005210 spin_lock(&space_info->lock);
Josef Bacikfdb5eff2011-06-07 16:07:44 -04005211 ret = -ENOSPC;
Liu Bo41361352017-02-13 15:42:21 -08005212 used = btrfs_space_info_used(space_info, true);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005213
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005214 /*
Josef Bacik957780e2016-05-17 13:30:55 -04005215 * If we have enough space then hooray, make our reservation and carry
5216 * on. If not see if we can overcommit, and if we can, hooray carry on.
5217 * If not things get more complicated.
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005218 */
Josef Bacik957780e2016-05-17 13:30:55 -04005219 if (used + orig_bytes <= space_info->total_bytes) {
5220 space_info->bytes_may_use += orig_bytes;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005221 trace_btrfs_space_reservation(fs_info, "space_info",
5222 space_info->flags, orig_bytes, 1);
Josef Bacik957780e2016-05-17 13:30:55 -04005223 ret = 0;
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005224 } else if (can_overcommit(fs_info, space_info, orig_bytes, flush,
5225 system_chunk)) {
Josef Bacik44734ed2012-09-28 16:04:19 -04005226 space_info->bytes_may_use += orig_bytes;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005227 trace_btrfs_space_reservation(fs_info, "space_info",
5228 space_info->flags, orig_bytes, 1);
Josef Bacik44734ed2012-09-28 16:04:19 -04005229 ret = 0;
Josef Bacik2bf64752011-09-26 17:12:22 -04005230 }
5231
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005232 /*
Josef Bacik957780e2016-05-17 13:30:55 -04005233 * If we couldn't make a reservation then setup our reservation ticket
5234 * and kick the async worker if it's not already running.
Miao Xie08e007d2012-10-16 11:33:38 +00005235 *
Josef Bacik957780e2016-05-17 13:30:55 -04005236 * If we are a priority flusher then we just need to add our ticket to
5237 * the list and we will do our own flushing further down.
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005238 */
Josef Bacik72bcd992012-12-18 15:16:34 -05005239 if (ret && flush != BTRFS_RESERVE_NO_FLUSH) {
Josef Bacik957780e2016-05-17 13:30:55 -04005240 ticket.bytes = orig_bytes;
5241 ticket.error = 0;
5242 init_waitqueue_head(&ticket.wait);
5243 if (flush == BTRFS_RESERVE_FLUSH_ALL) {
5244 list_add_tail(&ticket.list, &space_info->tickets);
5245 if (!space_info->flush) {
5246 space_info->flush = 1;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005247 trace_btrfs_trigger_flush(fs_info,
Josef Bacikf376df22016-03-25 13:25:56 -04005248 space_info->flags,
5249 orig_bytes, flush,
5250 "enospc");
Josef Bacik957780e2016-05-17 13:30:55 -04005251 queue_work(system_unbound_wq,
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005252 &fs_info->async_reclaim_work);
Josef Bacik957780e2016-05-17 13:30:55 -04005253 }
5254 } else {
5255 list_add_tail(&ticket.list,
5256 &space_info->priority_tickets);
5257 }
Miao Xie21c7e752014-05-13 17:29:04 -07005258 } else if (!ret && space_info->flags & BTRFS_BLOCK_GROUP_METADATA) {
5259 used += orig_bytes;
Josef Bacikf6acfd52014-09-18 11:27:17 -04005260 /*
5261 * We will do the space reservation dance during log replay,
5262 * which means we won't have fs_info->fs_root set, so don't do
5263 * the async reclaim as we will panic.
5264 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005265 if (!test_bit(BTRFS_FS_LOG_RECOVERING, &fs_info->flags) &&
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005266 need_do_async_reclaim(fs_info, space_info,
5267 used, system_chunk) &&
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005268 !work_busy(&fs_info->async_reclaim_work)) {
5269 trace_btrfs_trigger_flush(fs_info, space_info->flags,
5270 orig_bytes, flush, "preempt");
Miao Xie21c7e752014-05-13 17:29:04 -07005271 queue_work(system_unbound_wq,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005272 &fs_info->async_reclaim_work);
Josef Bacikf376df22016-03-25 13:25:56 -04005273 }
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005274 }
Yan, Zhengf0486c62010-05-16 10:46:25 -04005275 spin_unlock(&space_info->lock);
Miao Xie08e007d2012-10-16 11:33:38 +00005276 if (!ret || flush == BTRFS_RESERVE_NO_FLUSH)
Josef Bacik957780e2016-05-17 13:30:55 -04005277 return ret;
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005278
Josef Bacik957780e2016-05-17 13:30:55 -04005279 if (flush == BTRFS_RESERVE_FLUSH_ALL)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005280 return wait_reserve_ticket(fs_info, space_info, &ticket,
Josef Bacik957780e2016-05-17 13:30:55 -04005281 orig_bytes);
Miao Xie08e007d2012-10-16 11:33:38 +00005282
Josef Bacik957780e2016-05-17 13:30:55 -04005283 ret = 0;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005284 priority_reclaim_metadata_space(fs_info, space_info, &ticket);
Josef Bacik957780e2016-05-17 13:30:55 -04005285 spin_lock(&space_info->lock);
5286 if (ticket.bytes) {
5287 if (ticket.bytes < orig_bytes) {
5288 u64 num_bytes = orig_bytes - ticket.bytes;
5289 space_info->bytes_may_use -= num_bytes;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005290 trace_btrfs_space_reservation(fs_info, "space_info",
5291 space_info->flags,
5292 num_bytes, 0);
Miao Xie08e007d2012-10-16 11:33:38 +00005293
Josef Bacik957780e2016-05-17 13:30:55 -04005294 }
5295 list_del_init(&ticket.list);
5296 ret = -ENOSPC;
5297 }
5298 spin_unlock(&space_info->lock);
5299 ASSERT(list_empty(&ticket.list));
5300 return ret;
5301}
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005302
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005303/**
5304 * reserve_metadata_bytes - try to reserve bytes from the block_rsv's space
5305 * @root - the root we're allocating for
5306 * @block_rsv - the block_rsv we're allocating for
5307 * @orig_bytes - the number of bytes we want
5308 * @flush - whether or not we can flush to make our reservation
5309 *
Josef Bacik957780e2016-05-17 13:30:55 -04005310 * This will reserve orgi_bytes number of bytes from the space info associated
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005311 * with the block_rsv. If there is not enough space it will make an attempt to
5312 * flush out space to make room. It will do this by flushing delalloc if
5313 * possible or committing the transaction. If flush is 0 then no attempts to
5314 * regain reservations will be made and this will fail if there is not enough
5315 * space already.
5316 */
5317static int reserve_metadata_bytes(struct btrfs_root *root,
5318 struct btrfs_block_rsv *block_rsv,
5319 u64 orig_bytes,
5320 enum btrfs_reserve_flush_enum flush)
5321{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005322 struct btrfs_fs_info *fs_info = root->fs_info;
5323 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
Josef Bacik957780e2016-05-17 13:30:55 -04005324 int ret;
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005325 bool system_chunk = (root == fs_info->chunk_root);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005326
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005327 ret = __reserve_metadata_bytes(fs_info, block_rsv->space_info,
5328 orig_bytes, flush, system_chunk);
Josef Bacik5d803662013-02-07 16:06:02 -05005329 if (ret == -ENOSPC &&
5330 unlikely(root->orphan_cleanup_state == ORPHAN_CLEANUP_STARTED)) {
Josef Bacik5d803662013-02-07 16:06:02 -05005331 if (block_rsv != global_rsv &&
5332 !block_rsv_use_bytes(global_rsv, orig_bytes))
5333 ret = 0;
5334 }
Jeff Mahoneycab45e22013-10-16 16:27:01 -04005335 if (ret == -ENOSPC)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005336 trace_btrfs_space_reservation(fs_info, "space_info:enospc",
Josef Bacik957780e2016-05-17 13:30:55 -04005337 block_rsv->space_info->flags,
5338 orig_bytes, 1);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005339 return ret;
5340}
5341
Jeff Mahoney79787ea2012-03-12 16:03:00 +01005342static struct btrfs_block_rsv *get_block_rsv(
5343 const struct btrfs_trans_handle *trans,
5344 const struct btrfs_root *root)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005345{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005346 struct btrfs_fs_info *fs_info = root->fs_info;
Josef Bacik4c13d752011-08-30 11:31:29 -04005347 struct btrfs_block_rsv *block_rsv = NULL;
5348
Alexandru Moisee9cf4392015-09-09 00:18:50 +00005349 if (test_bit(BTRFS_ROOT_REF_COWS, &root->state) ||
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005350 (root == fs_info->csum_root && trans->adding_csums) ||
5351 (root == fs_info->uuid_root))
Stefan Behrensf7a81ea2013-08-15 17:11:19 +02005352 block_rsv = trans->block_rsv;
5353
Josef Bacik4c13d752011-08-30 11:31:29 -04005354 if (!block_rsv)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005355 block_rsv = root->block_rsv;
5356
5357 if (!block_rsv)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005358 block_rsv = &fs_info->empty_block_rsv;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005359
5360 return block_rsv;
5361}
5362
5363static int block_rsv_use_bytes(struct btrfs_block_rsv *block_rsv,
5364 u64 num_bytes)
5365{
5366 int ret = -ENOSPC;
5367 spin_lock(&block_rsv->lock);
5368 if (block_rsv->reserved >= num_bytes) {
5369 block_rsv->reserved -= num_bytes;
5370 if (block_rsv->reserved < block_rsv->size)
5371 block_rsv->full = 0;
5372 ret = 0;
5373 }
5374 spin_unlock(&block_rsv->lock);
5375 return ret;
5376}
5377
5378static void block_rsv_add_bytes(struct btrfs_block_rsv *block_rsv,
5379 u64 num_bytes, int update_size)
5380{
5381 spin_lock(&block_rsv->lock);
5382 block_rsv->reserved += num_bytes;
5383 if (update_size)
5384 block_rsv->size += num_bytes;
5385 else if (block_rsv->reserved >= block_rsv->size)
5386 block_rsv->full = 1;
5387 spin_unlock(&block_rsv->lock);
5388}
5389
Josef Bacikd52be812013-05-29 14:54:47 -04005390int btrfs_cond_migrate_bytes(struct btrfs_fs_info *fs_info,
5391 struct btrfs_block_rsv *dest, u64 num_bytes,
5392 int min_factor)
5393{
5394 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
5395 u64 min_bytes;
5396
5397 if (global_rsv->space_info != dest->space_info)
5398 return -ENOSPC;
5399
5400 spin_lock(&global_rsv->lock);
5401 min_bytes = div_factor(global_rsv->size, min_factor);
5402 if (global_rsv->reserved < min_bytes + num_bytes) {
5403 spin_unlock(&global_rsv->lock);
5404 return -ENOSPC;
5405 }
5406 global_rsv->reserved -= num_bytes;
5407 if (global_rsv->reserved < global_rsv->size)
5408 global_rsv->full = 0;
5409 spin_unlock(&global_rsv->lock);
5410
5411 block_rsv_add_bytes(dest, num_bytes, 1);
5412 return 0;
5413}
5414
Josef Bacik957780e2016-05-17 13:30:55 -04005415/*
5416 * This is for space we already have accounted in space_info->bytes_may_use, so
5417 * basically when we're returning space from block_rsv's.
5418 */
5419static void space_info_add_old_bytes(struct btrfs_fs_info *fs_info,
5420 struct btrfs_space_info *space_info,
5421 u64 num_bytes)
5422{
5423 struct reserve_ticket *ticket;
5424 struct list_head *head;
5425 u64 used;
5426 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH;
5427 bool check_overcommit = false;
5428
5429 spin_lock(&space_info->lock);
5430 head = &space_info->priority_tickets;
5431
5432 /*
5433 * If we are over our limit then we need to check and see if we can
5434 * overcommit, and if we can't then we just need to free up our space
5435 * and not satisfy any requests.
5436 */
Nikolay Borisov0eee8a42017-06-14 11:35:34 +03005437 used = btrfs_space_info_used(space_info, true);
Josef Bacik957780e2016-05-17 13:30:55 -04005438 if (used - num_bytes >= space_info->total_bytes)
5439 check_overcommit = true;
5440again:
5441 while (!list_empty(head) && num_bytes) {
5442 ticket = list_first_entry(head, struct reserve_ticket,
5443 list);
5444 /*
5445 * We use 0 bytes because this space is already reserved, so
5446 * adding the ticket space would be a double count.
5447 */
5448 if (check_overcommit &&
Jeff Mahoneyc1c49192017-05-17 11:38:36 -04005449 !can_overcommit(fs_info, space_info, 0, flush, false))
Josef Bacik957780e2016-05-17 13:30:55 -04005450 break;
5451 if (num_bytes >= ticket->bytes) {
5452 list_del_init(&ticket->list);
5453 num_bytes -= ticket->bytes;
5454 ticket->bytes = 0;
Wang Xiaoguangce129652016-09-02 10:58:46 +08005455 space_info->tickets_id++;
Josef Bacik957780e2016-05-17 13:30:55 -04005456 wake_up(&ticket->wait);
5457 } else {
5458 ticket->bytes -= num_bytes;
5459 num_bytes = 0;
5460 }
5461 }
5462
5463 if (num_bytes && head == &space_info->priority_tickets) {
5464 head = &space_info->tickets;
5465 flush = BTRFS_RESERVE_FLUSH_ALL;
5466 goto again;
5467 }
5468 space_info->bytes_may_use -= num_bytes;
5469 trace_btrfs_space_reservation(fs_info, "space_info",
5470 space_info->flags, num_bytes, 0);
5471 spin_unlock(&space_info->lock);
5472}
5473
5474/*
5475 * This is for newly allocated space that isn't accounted in
5476 * space_info->bytes_may_use yet. So if we allocate a chunk or unpin an extent
5477 * we use this helper.
5478 */
5479static void space_info_add_new_bytes(struct btrfs_fs_info *fs_info,
5480 struct btrfs_space_info *space_info,
5481 u64 num_bytes)
5482{
5483 struct reserve_ticket *ticket;
5484 struct list_head *head = &space_info->priority_tickets;
5485
5486again:
5487 while (!list_empty(head) && num_bytes) {
5488 ticket = list_first_entry(head, struct reserve_ticket,
5489 list);
5490 if (num_bytes >= ticket->bytes) {
5491 trace_btrfs_space_reservation(fs_info, "space_info",
5492 space_info->flags,
5493 ticket->bytes, 1);
5494 list_del_init(&ticket->list);
5495 num_bytes -= ticket->bytes;
5496 space_info->bytes_may_use += ticket->bytes;
5497 ticket->bytes = 0;
Wang Xiaoguangce129652016-09-02 10:58:46 +08005498 space_info->tickets_id++;
Josef Bacik957780e2016-05-17 13:30:55 -04005499 wake_up(&ticket->wait);
5500 } else {
5501 trace_btrfs_space_reservation(fs_info, "space_info",
5502 space_info->flags,
5503 num_bytes, 1);
5504 space_info->bytes_may_use += num_bytes;
5505 ticket->bytes -= num_bytes;
5506 num_bytes = 0;
5507 }
5508 }
5509
5510 if (num_bytes && head == &space_info->priority_tickets) {
5511 head = &space_info->tickets;
5512 goto again;
5513 }
5514}
5515
Josef Bacik8c2a3ca2012-01-10 10:31:31 -05005516static void block_rsv_release_bytes(struct btrfs_fs_info *fs_info,
5517 struct btrfs_block_rsv *block_rsv,
David Sterba62a45b62011-04-20 15:52:26 +02005518 struct btrfs_block_rsv *dest, u64 num_bytes)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005519{
5520 struct btrfs_space_info *space_info = block_rsv->space_info;
5521
5522 spin_lock(&block_rsv->lock);
5523 if (num_bytes == (u64)-1)
5524 num_bytes = block_rsv->size;
5525 block_rsv->size -= num_bytes;
5526 if (block_rsv->reserved >= block_rsv->size) {
5527 num_bytes = block_rsv->reserved - block_rsv->size;
5528 block_rsv->reserved = block_rsv->size;
5529 block_rsv->full = 1;
5530 } else {
5531 num_bytes = 0;
5532 }
5533 spin_unlock(&block_rsv->lock);
5534
5535 if (num_bytes > 0) {
5536 if (dest) {
Josef Bacike9e22892011-01-24 21:43:19 +00005537 spin_lock(&dest->lock);
5538 if (!dest->full) {
5539 u64 bytes_to_add;
5540
5541 bytes_to_add = dest->size - dest->reserved;
5542 bytes_to_add = min(num_bytes, bytes_to_add);
5543 dest->reserved += bytes_to_add;
5544 if (dest->reserved >= dest->size)
5545 dest->full = 1;
5546 num_bytes -= bytes_to_add;
5547 }
5548 spin_unlock(&dest->lock);
5549 }
Josef Bacik957780e2016-05-17 13:30:55 -04005550 if (num_bytes)
5551 space_info_add_old_bytes(fs_info, space_info,
5552 num_bytes);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005553 }
5554}
5555
Josef Bacik25d609f2016-03-25 13:25:48 -04005556int btrfs_block_rsv_migrate(struct btrfs_block_rsv *src,
5557 struct btrfs_block_rsv *dst, u64 num_bytes,
5558 int update_size)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005559{
5560 int ret;
5561
5562 ret = block_rsv_use_bytes(src, num_bytes);
5563 if (ret)
5564 return ret;
5565
Josef Bacik25d609f2016-03-25 13:25:48 -04005566 block_rsv_add_bytes(dst, num_bytes, update_size);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005567 return 0;
5568}
5569
Miao Xie66d8f3d2012-09-06 04:02:28 -06005570void btrfs_init_block_rsv(struct btrfs_block_rsv *rsv, unsigned short type)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005571{
5572 memset(rsv, 0, sizeof(*rsv));
5573 spin_lock_init(&rsv->lock);
Miao Xie66d8f3d2012-09-06 04:02:28 -06005574 rsv->type = type;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005575}
5576
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005577struct btrfs_block_rsv *btrfs_alloc_block_rsv(struct btrfs_fs_info *fs_info,
Miao Xie66d8f3d2012-09-06 04:02:28 -06005578 unsigned short type)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005579{
5580 struct btrfs_block_rsv *block_rsv;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005581
5582 block_rsv = kmalloc(sizeof(*block_rsv), GFP_NOFS);
5583 if (!block_rsv)
5584 return NULL;
5585
Miao Xie66d8f3d2012-09-06 04:02:28 -06005586 btrfs_init_block_rsv(block_rsv, type);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005587 block_rsv->space_info = __find_space_info(fs_info,
5588 BTRFS_BLOCK_GROUP_METADATA);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005589 return block_rsv;
5590}
5591
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005592void btrfs_free_block_rsv(struct btrfs_fs_info *fs_info,
Yan, Zhengf0486c62010-05-16 10:46:25 -04005593 struct btrfs_block_rsv *rsv)
5594{
Josef Bacik2aaa6652012-08-29 14:27:18 -04005595 if (!rsv)
5596 return;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005597 btrfs_block_rsv_release(fs_info, rsv, (u64)-1);
Josef Bacikdabdb642011-08-08 12:50:18 -04005598 kfree(rsv);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005599}
5600
Chris Masoncdfb0802015-04-06 18:17:00 -07005601void __btrfs_free_block_rsv(struct btrfs_block_rsv *rsv)
5602{
5603 kfree(rsv);
5604}
5605
Miao Xie08e007d2012-10-16 11:33:38 +00005606int btrfs_block_rsv_add(struct btrfs_root *root,
5607 struct btrfs_block_rsv *block_rsv, u64 num_bytes,
5608 enum btrfs_reserve_flush_enum flush)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005609{
5610 int ret;
5611
5612 if (num_bytes == 0)
5613 return 0;
Josef Bacik8bb8ab22010-10-15 16:52:49 -04005614
Miao Xie61b520a2011-11-10 20:45:05 -05005615 ret = reserve_metadata_bytes(root, block_rsv, num_bytes, flush);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005616 if (!ret) {
5617 block_rsv_add_bytes(block_rsv, num_bytes, 1);
5618 return 0;
5619 }
5620
Yan, Zhengf0486c62010-05-16 10:46:25 -04005621 return ret;
5622}
5623
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005624int btrfs_block_rsv_check(struct btrfs_block_rsv *block_rsv, int min_factor)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005625{
5626 u64 num_bytes = 0;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005627 int ret = -ENOSPC;
5628
5629 if (!block_rsv)
5630 return 0;
5631
5632 spin_lock(&block_rsv->lock);
Josef Bacik36ba0222011-10-18 12:15:48 -04005633 num_bytes = div_factor(block_rsv->size, min_factor);
5634 if (block_rsv->reserved >= num_bytes)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005635 ret = 0;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005636 spin_unlock(&block_rsv->lock);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005637
Josef Bacik36ba0222011-10-18 12:15:48 -04005638 return ret;
5639}
5640
Miao Xie08e007d2012-10-16 11:33:38 +00005641int btrfs_block_rsv_refill(struct btrfs_root *root,
5642 struct btrfs_block_rsv *block_rsv, u64 min_reserved,
5643 enum btrfs_reserve_flush_enum flush)
Josef Bacik36ba0222011-10-18 12:15:48 -04005644{
5645 u64 num_bytes = 0;
5646 int ret = -ENOSPC;
5647
5648 if (!block_rsv)
5649 return 0;
5650
5651 spin_lock(&block_rsv->lock);
5652 num_bytes = min_reserved;
Josef Bacik13553e52011-08-08 13:33:21 -04005653 if (block_rsv->reserved >= num_bytes)
Yan, Zhengf0486c62010-05-16 10:46:25 -04005654 ret = 0;
Josef Bacik13553e52011-08-08 13:33:21 -04005655 else
Yan, Zhengf0486c62010-05-16 10:46:25 -04005656 num_bytes -= block_rsv->reserved;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005657 spin_unlock(&block_rsv->lock);
Josef Bacik13553e52011-08-08 13:33:21 -04005658
Yan, Zhengf0486c62010-05-16 10:46:25 -04005659 if (!ret)
5660 return 0;
5661
Miao Xieaa38a712011-11-18 17:43:00 +08005662 ret = reserve_metadata_bytes(root, block_rsv, num_bytes, flush);
Josef Bacikdabdb642011-08-08 12:50:18 -04005663 if (!ret) {
5664 block_rsv_add_bytes(block_rsv, num_bytes, 0);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005665 return 0;
5666 }
5667
Josef Bacik13553e52011-08-08 13:33:21 -04005668 return ret;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005669}
5670
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005671void btrfs_block_rsv_release(struct btrfs_fs_info *fs_info,
Yan, Zhengf0486c62010-05-16 10:46:25 -04005672 struct btrfs_block_rsv *block_rsv,
5673 u64 num_bytes)
5674{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005675 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
5676
Liu Bo17504582013-12-29 21:44:50 +08005677 if (global_rsv == block_rsv ||
Yan, Zhengf0486c62010-05-16 10:46:25 -04005678 block_rsv->space_info != global_rsv->space_info)
5679 global_rsv = NULL;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005680 block_rsv_release_bytes(fs_info, block_rsv, global_rsv, num_bytes);
Yan, Zhengf0486c62010-05-16 10:46:25 -04005681}
5682
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005683static void update_global_block_rsv(struct btrfs_fs_info *fs_info)
5684{
5685 struct btrfs_block_rsv *block_rsv = &fs_info->global_block_rsv;
5686 struct btrfs_space_info *sinfo = block_rsv->space_info;
5687 u64 num_bytes;
5688
Josef Bacikae2e4722016-05-27 12:58:35 -04005689 /*
5690 * The global block rsv is based on the size of the extent tree, the
5691 * checksum tree and the root tree. If the fs is empty we want to set
5692 * it to a minimal amount for safety.
5693 */
5694 num_bytes = btrfs_root_used(&fs_info->extent_root->root_item) +
5695 btrfs_root_used(&fs_info->csum_root->root_item) +
5696 btrfs_root_used(&fs_info->tree_root->root_item);
5697 num_bytes = max_t(u64, num_bytes, SZ_16M);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005698
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005699 spin_lock(&sinfo->lock);
Stefan Behrens1f699d32012-04-27 12:41:46 -04005700 spin_lock(&block_rsv->lock);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005701
Byongho Leeee221842015-12-15 01:42:10 +09005702 block_rsv->size = min_t(u64, num_bytes, SZ_512M);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005703
Josef Bacikfb4b10e2016-01-11 17:28:38 -05005704 if (block_rsv->reserved < block_rsv->size) {
Liu Bo41361352017-02-13 15:42:21 -08005705 num_bytes = btrfs_space_info_used(sinfo, true);
Josef Bacikfb4b10e2016-01-11 17:28:38 -05005706 if (sinfo->total_bytes > num_bytes) {
5707 num_bytes = sinfo->total_bytes - num_bytes;
5708 num_bytes = min(num_bytes,
5709 block_rsv->size - block_rsv->reserved);
5710 block_rsv->reserved += num_bytes;
5711 sinfo->bytes_may_use += num_bytes;
5712 trace_btrfs_space_reservation(fs_info, "space_info",
5713 sinfo->flags, num_bytes,
5714 1);
5715 }
5716 } else if (block_rsv->reserved > block_rsv->size) {
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005717 num_bytes = block_rsv->reserved - block_rsv->size;
Josef Bacikfb25e912011-07-26 17:00:46 -04005718 sinfo->bytes_may_use -= num_bytes;
Josef Bacik8c2a3ca2012-01-10 10:31:31 -05005719 trace_btrfs_space_reservation(fs_info, "space_info",
Liu Bo2bcc0322012-03-29 09:57:44 -04005720 sinfo->flags, num_bytes, 0);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005721 block_rsv->reserved = block_rsv->size;
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005722 }
David Sterba182608c2011-05-05 13:13:16 +02005723
Josef Bacikfb4b10e2016-01-11 17:28:38 -05005724 if (block_rsv->reserved == block_rsv->size)
5725 block_rsv->full = 1;
5726 else
5727 block_rsv->full = 0;
5728
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005729 spin_unlock(&block_rsv->lock);
Stefan Behrens1f699d32012-04-27 12:41:46 -04005730 spin_unlock(&sinfo->lock);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005731}
5732
Yan, Zhengf0486c62010-05-16 10:46:25 -04005733static void init_global_block_rsv(struct btrfs_fs_info *fs_info)
5734{
5735 struct btrfs_space_info *space_info;
5736
5737 space_info = __find_space_info(fs_info, BTRFS_BLOCK_GROUP_SYSTEM);
5738 fs_info->chunk_block_rsv.space_info = space_info;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005739
5740 space_info = __find_space_info(fs_info, BTRFS_BLOCK_GROUP_METADATA);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005741 fs_info->global_block_rsv.space_info = space_info;
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005742 fs_info->delalloc_block_rsv.space_info = space_info;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005743 fs_info->trans_block_rsv.space_info = space_info;
5744 fs_info->empty_block_rsv.space_info = space_info;
Josef Bacik6d668dd2011-11-03 22:54:25 -04005745 fs_info->delayed_block_rsv.space_info = space_info;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005746
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005747 fs_info->extent_root->block_rsv = &fs_info->global_block_rsv;
5748 fs_info->csum_root->block_rsv = &fs_info->global_block_rsv;
5749 fs_info->dev_root->block_rsv = &fs_info->global_block_rsv;
5750 fs_info->tree_root->block_rsv = &fs_info->global_block_rsv;
Stefan Behrens3a6cad92013-05-16 14:48:19 +00005751 if (fs_info->quota_root)
5752 fs_info->quota_root->block_rsv = &fs_info->global_block_rsv;
Yan, Zhengf0486c62010-05-16 10:46:25 -04005753 fs_info->chunk_root->block_rsv = &fs_info->chunk_block_rsv;
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005754
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005755 update_global_block_rsv(fs_info);
5756}
5757
5758static void release_global_block_rsv(struct btrfs_fs_info *fs_info)
5759{
Josef Bacik8c2a3ca2012-01-10 10:31:31 -05005760 block_rsv_release_bytes(fs_info, &fs_info->global_block_rsv, NULL,
5761 (u64)-1);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04005762 WARN_ON(fs_info->delalloc_block_rsv.size > 0);
5763 WARN_ON(fs_info->delalloc_block_rsv.reserved > 0);
5764 WARN_ON(fs_info->trans_block_rsv.size > 0);
5765 WARN_ON(fs_info->trans_block_rsv.reserved > 0);
5766 WARN_ON(fs_info->chunk_block_rsv.size > 0);
5767 WARN_ON(fs_info->chunk_block_rsv.reserved > 0);
Josef Bacik6d668dd2011-11-03 22:54:25 -04005768 WARN_ON(fs_info->delayed_block_rsv.size > 0);
5769 WARN_ON(fs_info->delayed_block_rsv.reserved > 0);
Josef Bacikfcb80c22011-05-03 10:40:22 -04005770}
5771
Yan, Zhenga22285a2010-05-16 10:48:46 -04005772void btrfs_trans_release_metadata(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005773 struct btrfs_fs_info *fs_info)
Yan, Zhenga22285a2010-05-16 10:48:46 -04005774{
Josef Bacik0e721102012-06-26 16:13:18 -04005775 if (!trans->block_rsv)
5776 return;
5777
Yan, Zhenga22285a2010-05-16 10:48:46 -04005778 if (!trans->bytes_reserved)
5779 return;
5780
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005781 trace_btrfs_space_reservation(fs_info, "transaction",
Liu Bo2bcc0322012-03-29 09:57:44 -04005782 trans->transid, trans->bytes_reserved, 0);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005783 btrfs_block_rsv_release(fs_info, trans->block_rsv,
5784 trans->bytes_reserved);
Yan, Zhenga22285a2010-05-16 10:48:46 -04005785 trans->bytes_reserved = 0;
5786}
5787
Filipe Manana4fbcdf62015-05-20 14:01:54 +01005788/*
5789 * To be called after all the new block groups attached to the transaction
5790 * handle have been created (btrfs_create_pending_block_groups()).
5791 */
5792void btrfs_trans_release_chunk_metadata(struct btrfs_trans_handle *trans)
5793{
Jeff Mahoney64b63582016-06-20 17:23:41 -04005794 struct btrfs_fs_info *fs_info = trans->fs_info;
Filipe Manana4fbcdf62015-05-20 14:01:54 +01005795
5796 if (!trans->chunk_bytes_reserved)
5797 return;
5798
5799 WARN_ON_ONCE(!list_empty(&trans->new_bgs));
5800
5801 block_rsv_release_bytes(fs_info, &fs_info->chunk_block_rsv, NULL,
5802 trans->chunk_bytes_reserved);
5803 trans->chunk_bytes_reserved = 0;
5804}
5805
Jeff Mahoney79787ea2012-03-12 16:03:00 +01005806/* Can only return 0 or -ENOSPC */
Yan, Zhengd68fc572010-05-16 10:49:58 -04005807int btrfs_orphan_reserve_metadata(struct btrfs_trans_handle *trans,
Nikolay Borisov8ed7a2a2017-02-20 13:50:39 +02005808 struct btrfs_inode *inode)
Yan, Zhengd68fc572010-05-16 10:49:58 -04005809{
Nikolay Borisov8ed7a2a2017-02-20 13:50:39 +02005810 struct btrfs_fs_info *fs_info = btrfs_sb(inode->vfs_inode.i_sb);
5811 struct btrfs_root *root = inode->root;
Josef Bacik40acc3ee2016-05-27 13:01:08 -04005812 /*
5813 * We always use trans->block_rsv here as we will have reserved space
5814 * for our orphan when starting the transaction, using get_block_rsv()
5815 * here will sometimes make us choose the wrong block rsv as we could be
5816 * doing a reloc inode for a non refcounted root.
5817 */
5818 struct btrfs_block_rsv *src_rsv = trans->block_rsv;
Yan, Zhengd68fc572010-05-16 10:49:58 -04005819 struct btrfs_block_rsv *dst_rsv = root->orphan_block_rsv;
5820
5821 /*
Josef Bacikfcb80c22011-05-03 10:40:22 -04005822 * We need to hold space in order to delete our orphan item once we've
5823 * added it, so this takes the reservation so we can release it later
5824 * when we are truly done with the orphan item.
Yan, Zhengd68fc572010-05-16 10:49:58 -04005825 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005826 u64 num_bytes = btrfs_calc_trans_metadata_size(fs_info, 1);
5827
Nikolay Borisov8ed7a2a2017-02-20 13:50:39 +02005828 trace_btrfs_space_reservation(fs_info, "orphan", btrfs_ino(inode),
5829 num_bytes, 1);
Josef Bacik25d609f2016-03-25 13:25:48 -04005830 return btrfs_block_rsv_migrate(src_rsv, dst_rsv, num_bytes, 1);
Yan, Zhengd68fc572010-05-16 10:49:58 -04005831}
5832
Nikolay Borisov703b3912017-02-20 13:50:40 +02005833void btrfs_orphan_release_metadata(struct btrfs_inode *inode)
Yan, Zhengd68fc572010-05-16 10:49:58 -04005834{
Nikolay Borisov703b3912017-02-20 13:50:40 +02005835 struct btrfs_fs_info *fs_info = btrfs_sb(inode->vfs_inode.i_sb);
5836 struct btrfs_root *root = inode->root;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005837 u64 num_bytes = btrfs_calc_trans_metadata_size(fs_info, 1);
5838
Nikolay Borisov703b3912017-02-20 13:50:40 +02005839 trace_btrfs_space_reservation(fs_info, "orphan", btrfs_ino(inode),
5840 num_bytes, 0);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005841 btrfs_block_rsv_release(fs_info, root->orphan_block_rsv, num_bytes);
Yan, Zhengd68fc572010-05-16 10:49:58 -04005842}
5843
Miao Xied5c12072013-02-28 10:04:33 +00005844/*
5845 * btrfs_subvolume_reserve_metadata() - reserve space for subvolume operation
5846 * root: the root of the parent directory
5847 * rsv: block reservation
5848 * items: the number of items that we need do reservation
5849 * qgroup_reserved: used to return the reserved size in qgroup
5850 *
5851 * This function is used to reserve the space for snapshot/subvolume
5852 * creation and deletion. Those operations are different with the
5853 * common file/directory operations, they change two fs/file trees
5854 * and root tree, the number of items that the qgroup reserves is
5855 * different with the free space reservation. So we can not use
Nicholas D Steeves01327612016-05-19 21:18:45 -04005856 * the space reservation mechanism in start_transaction().
Miao Xied5c12072013-02-28 10:04:33 +00005857 */
5858int btrfs_subvolume_reserve_metadata(struct btrfs_root *root,
5859 struct btrfs_block_rsv *rsv,
5860 int items,
Jeff Mahoneyee3441b2013-07-09 16:37:21 -04005861 u64 *qgroup_reserved,
5862 bool use_global_rsv)
Yan, Zhenga22285a2010-05-16 10:48:46 -04005863{
Miao Xied5c12072013-02-28 10:04:33 +00005864 u64 num_bytes;
5865 int ret;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005866 struct btrfs_fs_info *fs_info = root->fs_info;
5867 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
Miao Xied5c12072013-02-28 10:04:33 +00005868
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005869 if (test_bit(BTRFS_FS_QUOTA_ENABLED, &fs_info->flags)) {
Miao Xied5c12072013-02-28 10:04:33 +00005870 /* One for parent inode, two for dir entries */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005871 num_bytes = 3 * fs_info->nodesize;
Jeff Mahoney003d7c52017-01-25 09:50:33 -05005872 ret = btrfs_qgroup_reserve_meta(root, num_bytes, true);
Miao Xied5c12072013-02-28 10:04:33 +00005873 if (ret)
5874 return ret;
5875 } else {
5876 num_bytes = 0;
5877 }
5878
5879 *qgroup_reserved = num_bytes;
5880
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005881 num_bytes = btrfs_calc_trans_metadata_size(fs_info, items);
5882 rsv->space_info = __find_space_info(fs_info,
Miao Xied5c12072013-02-28 10:04:33 +00005883 BTRFS_BLOCK_GROUP_METADATA);
5884 ret = btrfs_block_rsv_add(root, rsv, num_bytes,
5885 BTRFS_RESERVE_FLUSH_ALL);
Jeff Mahoneyee3441b2013-07-09 16:37:21 -04005886
5887 if (ret == -ENOSPC && use_global_rsv)
Josef Bacik25d609f2016-03-25 13:25:48 -04005888 ret = btrfs_block_rsv_migrate(global_rsv, rsv, num_bytes, 1);
Jeff Mahoneyee3441b2013-07-09 16:37:21 -04005889
Qu Wenruo71741092015-09-08 17:22:41 +08005890 if (ret && *qgroup_reserved)
5891 btrfs_qgroup_free_meta(root, *qgroup_reserved);
Miao Xied5c12072013-02-28 10:04:33 +00005892
5893 return ret;
5894}
5895
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005896void btrfs_subvolume_release_metadata(struct btrfs_fs_info *fs_info,
David Sterba7775c812017-02-10 19:18:18 +01005897 struct btrfs_block_rsv *rsv)
Miao Xied5c12072013-02-28 10:04:33 +00005898{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04005899 btrfs_block_rsv_release(fs_info, rsv, (u64)-1);
Yan, Zhenga22285a2010-05-16 10:48:46 -04005900}
5901
Josef Bacik7709cde2011-08-04 10:25:02 -04005902/**
5903 * drop_outstanding_extent - drop an outstanding extent
5904 * @inode: the inode we're dropping the extent for
Nicholas D Steeves01327612016-05-19 21:18:45 -04005905 * @num_bytes: the number of bytes we're releasing.
Josef Bacik7709cde2011-08-04 10:25:02 -04005906 *
5907 * This is called when we are freeing up an outstanding extent, either called
5908 * after an error or after an extent is written. This will return the number of
5909 * reserved extents that need to be freed. This must be called with
5910 * BTRFS_I(inode)->lock held.
5911 */
Nikolay Borisovbaa3ba32017-02-20 13:50:37 +02005912static unsigned drop_outstanding_extent(struct btrfs_inode *inode,
5913 u64 num_bytes)
Josef Bacik9e0baf62011-07-15 15:16:44 +00005914{
Josef Bacik7fd2ae22011-11-08 15:47:34 -05005915 unsigned drop_inode_space = 0;
Josef Bacik9e0baf62011-07-15 15:16:44 +00005916 unsigned dropped_extents = 0;
David Sterba823bb202017-01-04 11:09:51 +01005917 unsigned num_extents;
Josef Bacik9e0baf62011-07-15 15:16:44 +00005918
David Sterba823bb202017-01-04 11:09:51 +01005919 num_extents = count_max_extents(num_bytes);
Josef Bacikdcab6a32015-02-11 15:08:59 -05005920 ASSERT(num_extents);
Nikolay Borisovbaa3ba32017-02-20 13:50:37 +02005921 ASSERT(inode->outstanding_extents >= num_extents);
5922 inode->outstanding_extents -= num_extents;
Josef Bacik9e0baf62011-07-15 15:16:44 +00005923
Nikolay Borisovbaa3ba32017-02-20 13:50:37 +02005924 if (inode->outstanding_extents == 0 &&
Josef Bacik72ac3c02012-05-23 14:13:11 -04005925 test_and_clear_bit(BTRFS_INODE_DELALLOC_META_RESERVED,
Nikolay Borisovbaa3ba32017-02-20 13:50:37 +02005926 &inode->runtime_flags))
Josef Bacik7fd2ae22011-11-08 15:47:34 -05005927 drop_inode_space = 1;
Josef Bacik7fd2ae22011-11-08 15:47:34 -05005928
Josef Bacik9e0baf62011-07-15 15:16:44 +00005929 /*
Nicholas D Steeves01327612016-05-19 21:18:45 -04005930 * If we have more or the same amount of outstanding extents than we have
Josef Bacik9e0baf62011-07-15 15:16:44 +00005931 * reserved then we need to leave the reserved extents count alone.
5932 */
Nikolay Borisovbaa3ba32017-02-20 13:50:37 +02005933 if (inode->outstanding_extents >= inode->reserved_extents)
Josef Bacik7fd2ae22011-11-08 15:47:34 -05005934 return drop_inode_space;
Josef Bacik9e0baf62011-07-15 15:16:44 +00005935
Nikolay Borisovbaa3ba32017-02-20 13:50:37 +02005936 dropped_extents = inode->reserved_extents - inode->outstanding_extents;
5937 inode->reserved_extents -= dropped_extents;
Josef Bacik7fd2ae22011-11-08 15:47:34 -05005938 return dropped_extents + drop_inode_space;
Josef Bacik9e0baf62011-07-15 15:16:44 +00005939}
5940
Josef Bacik7709cde2011-08-04 10:25:02 -04005941/**
Nicholas D Steeves01327612016-05-19 21:18:45 -04005942 * calc_csum_metadata_size - return the amount of metadata space that must be
5943 * reserved/freed for the given bytes.
Josef Bacik7709cde2011-08-04 10:25:02 -04005944 * @inode: the inode we're manipulating
5945 * @num_bytes: the number of bytes in question
5946 * @reserve: 1 if we are reserving space, 0 if we are freeing space
5947 *
5948 * This adjusts the number of csum_bytes in the inode and then returns the
5949 * correct amount of metadata that must either be reserved or freed. We
5950 * calculate how many checksums we can fit into one leaf and then divide the
5951 * number of bytes that will need to be checksumed by this value to figure out
5952 * how many checksums will be required. If we are adding bytes then the number
5953 * may go up and we will return the number of additional bytes that must be
5954 * reserved. If it is going down we will return the number of bytes that must
5955 * be freed.
5956 *
5957 * This must be called with BTRFS_I(inode)->lock held.
5958 */
Nikolay Borisov0e6bf9b2017-02-20 13:50:38 +02005959static u64 calc_csum_metadata_size(struct btrfs_inode *inode, u64 num_bytes,
Josef Bacik7709cde2011-08-04 10:25:02 -04005960 int reserve)
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04005961{
Nikolay Borisov0e6bf9b2017-02-20 13:50:38 +02005962 struct btrfs_fs_info *fs_info = btrfs_sb(inode->vfs_inode.i_sb);
Josef Bacik12621332015-02-03 07:50:16 -08005963 u64 old_csums, num_csums;
Josef Bacik7709cde2011-08-04 10:25:02 -04005964
Nikolay Borisov0e6bf9b2017-02-20 13:50:38 +02005965 if (inode->flags & BTRFS_INODE_NODATASUM && inode->csum_bytes == 0)
Josef Bacik7709cde2011-08-04 10:25:02 -04005966 return 0;
5967
Nikolay Borisov0e6bf9b2017-02-20 13:50:38 +02005968 old_csums = btrfs_csum_bytes_to_leaves(fs_info, inode->csum_bytes);
Josef Bacik7709cde2011-08-04 10:25:02 -04005969 if (reserve)
Nikolay Borisov0e6bf9b2017-02-20 13:50:38 +02005970 inode->csum_bytes += num_bytes;
Josef Bacik7709cde2011-08-04 10:25:02 -04005971 else
Nikolay Borisov0e6bf9b2017-02-20 13:50:38 +02005972 inode->csum_bytes -= num_bytes;
5973 num_csums = btrfs_csum_bytes_to_leaves(fs_info, inode->csum_bytes);
Josef Bacik7709cde2011-08-04 10:25:02 -04005974
5975 /* No change, no need to reserve more */
5976 if (old_csums == num_csums)
5977 return 0;
5978
5979 if (reserve)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005980 return btrfs_calc_trans_metadata_size(fs_info,
Josef Bacik7709cde2011-08-04 10:25:02 -04005981 num_csums - old_csums);
5982
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005983 return btrfs_calc_trans_metadata_size(fs_info, old_csums - num_csums);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04005984}
5985
Nikolay Borisov9f3db422017-02-20 13:50:41 +02005986int btrfs_delalloc_reserve_metadata(struct btrfs_inode *inode, u64 num_bytes)
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04005987{
Nikolay Borisov9f3db422017-02-20 13:50:41 +02005988 struct btrfs_fs_info *fs_info = btrfs_sb(inode->vfs_inode.i_sb);
5989 struct btrfs_root *root = inode->root;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04005990 struct btrfs_block_rsv *block_rsv = &fs_info->delalloc_block_rsv;
Josef Bacik9e0baf62011-07-15 15:16:44 +00005991 u64 to_reserve = 0;
Josef Bacik660d3f62011-12-09 11:18:51 -05005992 u64 csum_bytes;
David Sterba823bb202017-01-04 11:09:51 +01005993 unsigned nr_extents;
Miao Xie08e007d2012-10-16 11:33:38 +00005994 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_ALL;
Jan Schmidteb6b88d2013-01-27 23:26:00 -07005995 int ret = 0;
Josef Bacikc64c2bd2012-12-14 13:48:14 -05005996 bool delalloc_lock = true;
Wang Shilong88e081bf2013-03-01 11:36:01 +00005997 u64 to_free = 0;
5998 unsigned dropped;
Josef Bacik48c3d482016-03-25 13:25:49 -04005999 bool release_extra = false;
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006000
Josef Bacikc64c2bd2012-12-14 13:48:14 -05006001 /* If we are a free space inode we need to not flush since we will be in
6002 * the middle of a transaction commit. We also don't need the delalloc
6003 * mutex since we won't race with anybody. We need this mostly to make
6004 * lockdep shut its filthy mouth.
Josef Bacikbac357dc2016-07-20 16:48:45 -07006005 *
6006 * If we have a transaction open (can happen if we call truncate_block
6007 * from truncate), then we need FLUSH_LIMIT so we don't deadlock.
Josef Bacikc64c2bd2012-12-14 13:48:14 -05006008 */
6009 if (btrfs_is_free_space_inode(inode)) {
Miao Xie08e007d2012-10-16 11:33:38 +00006010 flush = BTRFS_RESERVE_NO_FLUSH;
Josef Bacikc64c2bd2012-12-14 13:48:14 -05006011 delalloc_lock = false;
Josef Bacikbac357dc2016-07-20 16:48:45 -07006012 } else if (current->journal_info) {
6013 flush = BTRFS_RESERVE_FLUSH_LIMIT;
Josef Bacikc64c2bd2012-12-14 13:48:14 -05006014 }
Josef Bacikc09544e2011-08-30 10:19:10 -04006015
Miao Xie08e007d2012-10-16 11:33:38 +00006016 if (flush != BTRFS_RESERVE_NO_FLUSH &&
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006017 btrfs_transaction_in_commit(fs_info))
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006018 schedule_timeout(1);
6019
Josef Bacikc64c2bd2012-12-14 13:48:14 -05006020 if (delalloc_lock)
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006021 mutex_lock(&inode->delalloc_mutex);
Josef Bacikc64c2bd2012-12-14 13:48:14 -05006022
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006023 num_bytes = ALIGN(num_bytes, fs_info->sectorsize);
Josef Bacik8bb8ab22010-10-15 16:52:49 -04006024
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006025 spin_lock(&inode->lock);
David Sterba823bb202017-01-04 11:09:51 +01006026 nr_extents = count_max_extents(num_bytes);
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006027 inode->outstanding_extents += nr_extents;
Josef Bacik57a45ced2011-01-25 16:30:38 -05006028
Josef Bacik48c3d482016-03-25 13:25:49 -04006029 nr_extents = 0;
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006030 if (inode->outstanding_extents > inode->reserved_extents)
6031 nr_extents += inode->outstanding_extents -
6032 inode->reserved_extents;
Josef Bacik7fd2ae22011-11-08 15:47:34 -05006033
Josef Bacik48c3d482016-03-25 13:25:49 -04006034 /* We always want to reserve a slot for updating the inode. */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006035 to_reserve = btrfs_calc_trans_metadata_size(fs_info, nr_extents + 1);
Josef Bacik7709cde2011-08-04 10:25:02 -04006036 to_reserve += calc_csum_metadata_size(inode, num_bytes, 1);
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006037 csum_bytes = inode->csum_bytes;
6038 spin_unlock(&inode->lock);
Josef Bacik57a45ced2011-01-25 16:30:38 -05006039
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006040 if (test_bit(BTRFS_FS_QUOTA_ENABLED, &fs_info->flags)) {
Qu Wenruo71741092015-09-08 17:22:41 +08006041 ret = btrfs_qgroup_reserve_meta(root,
Jeff Mahoney003d7c52017-01-25 09:50:33 -05006042 nr_extents * fs_info->nodesize, true);
Wang Shilong88e081bf2013-03-01 11:36:01 +00006043 if (ret)
6044 goto out_fail;
Wang Shilonga9870c02013-03-01 11:33:01 +00006045 }
Arne Jansenc5567232011-09-14 15:44:05 +02006046
Josef Bacik48c3d482016-03-25 13:25:49 -04006047 ret = btrfs_block_rsv_add(root, block_rsv, to_reserve, flush);
Wang Shilong88e081bf2013-03-01 11:36:01 +00006048 if (unlikely(ret)) {
Jeff Mahoneyda170662016-06-15 09:22:56 -04006049 btrfs_qgroup_free_meta(root,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006050 nr_extents * fs_info->nodesize);
Wang Shilong88e081bf2013-03-01 11:36:01 +00006051 goto out_fail;
Josef Bacik9e0baf62011-07-15 15:16:44 +00006052 }
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006053
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006054 spin_lock(&inode->lock);
Josef Bacik48c3d482016-03-25 13:25:49 -04006055 if (test_and_set_bit(BTRFS_INODE_DELALLOC_META_RESERVED,
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006056 &inode->runtime_flags)) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006057 to_reserve -= btrfs_calc_trans_metadata_size(fs_info, 1);
Josef Bacik48c3d482016-03-25 13:25:49 -04006058 release_extra = true;
Josef Bacik660d3f62011-12-09 11:18:51 -05006059 }
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006060 inode->reserved_extents += nr_extents;
6061 spin_unlock(&inode->lock);
Josef Bacikc64c2bd2012-12-14 13:48:14 -05006062
6063 if (delalloc_lock)
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006064 mutex_unlock(&inode->delalloc_mutex);
Josef Bacik660d3f62011-12-09 11:18:51 -05006065
Josef Bacik8c2a3ca2012-01-10 10:31:31 -05006066 if (to_reserve)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006067 trace_btrfs_space_reservation(fs_info, "delalloc",
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006068 btrfs_ino(inode), to_reserve, 1);
Josef Bacik48c3d482016-03-25 13:25:49 -04006069 if (release_extra)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006070 btrfs_block_rsv_release(fs_info, block_rsv,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006071 btrfs_calc_trans_metadata_size(fs_info, 1));
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006072 return 0;
Wang Shilong88e081bf2013-03-01 11:36:01 +00006073
6074out_fail:
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006075 spin_lock(&inode->lock);
Josef Bacikdcab6a32015-02-11 15:08:59 -05006076 dropped = drop_outstanding_extent(inode, num_bytes);
Wang Shilong88e081bf2013-03-01 11:36:01 +00006077 /*
6078 * If the inodes csum_bytes is the same as the original
6079 * csum_bytes then we know we haven't raced with any free()ers
6080 * so we can just reduce our inodes csum bytes and carry on.
Wang Shilong88e081bf2013-03-01 11:36:01 +00006081 */
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006082 if (inode->csum_bytes == csum_bytes) {
Wang Shilong88e081bf2013-03-01 11:36:01 +00006083 calc_csum_metadata_size(inode, num_bytes, 0);
Josef Bacikf4881bc2013-03-25 16:03:35 -04006084 } else {
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006085 u64 orig_csum_bytes = inode->csum_bytes;
Josef Bacikf4881bc2013-03-25 16:03:35 -04006086 u64 bytes;
6087
6088 /*
6089 * This is tricky, but first we need to figure out how much we
Nicholas D Steeves01327612016-05-19 21:18:45 -04006090 * freed from any free-ers that occurred during this
Josef Bacikf4881bc2013-03-25 16:03:35 -04006091 * reservation, so we reset ->csum_bytes to the csum_bytes
6092 * before we dropped our lock, and then call the free for the
6093 * number of bytes that were freed while we were trying our
6094 * reservation.
6095 */
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006096 bytes = csum_bytes - inode->csum_bytes;
6097 inode->csum_bytes = csum_bytes;
Josef Bacikf4881bc2013-03-25 16:03:35 -04006098 to_free = calc_csum_metadata_size(inode, bytes, 0);
6099
6100
6101 /*
6102 * Now we need to see how much we would have freed had we not
6103 * been making this reservation and our ->csum_bytes were not
6104 * artificially inflated.
6105 */
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006106 inode->csum_bytes = csum_bytes - num_bytes;
Josef Bacikf4881bc2013-03-25 16:03:35 -04006107 bytes = csum_bytes - orig_csum_bytes;
6108 bytes = calc_csum_metadata_size(inode, bytes, 0);
6109
6110 /*
6111 * Now reset ->csum_bytes to what it should be. If bytes is
Nicholas D Steeves01327612016-05-19 21:18:45 -04006112 * more than to_free then we would have freed more space had we
Josef Bacikf4881bc2013-03-25 16:03:35 -04006113 * not had an artificially high ->csum_bytes, so we need to free
6114 * the remainder. If bytes is the same or less then we don't
6115 * need to do anything, the other free-ers did the correct
6116 * thing.
6117 */
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006118 inode->csum_bytes = orig_csum_bytes - num_bytes;
Josef Bacikf4881bc2013-03-25 16:03:35 -04006119 if (bytes > to_free)
6120 to_free = bytes - to_free;
6121 else
6122 to_free = 0;
6123 }
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006124 spin_unlock(&inode->lock);
Dongsheng Yange2d1f922015-02-06 10:26:52 -05006125 if (dropped)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006126 to_free += btrfs_calc_trans_metadata_size(fs_info, dropped);
Wang Shilong88e081bf2013-03-01 11:36:01 +00006127
6128 if (to_free) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006129 btrfs_block_rsv_release(fs_info, block_rsv, to_free);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006130 trace_btrfs_space_reservation(fs_info, "delalloc",
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006131 btrfs_ino(inode), to_free, 0);
Wang Shilong88e081bf2013-03-01 11:36:01 +00006132 }
6133 if (delalloc_lock)
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006134 mutex_unlock(&inode->delalloc_mutex);
Wang Shilong88e081bf2013-03-01 11:36:01 +00006135 return ret;
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006136}
6137
Josef Bacik7709cde2011-08-04 10:25:02 -04006138/**
6139 * btrfs_delalloc_release_metadata - release a metadata reservation for an inode
6140 * @inode: the inode to release the reservation for
6141 * @num_bytes: the number of bytes we're releasing
6142 *
6143 * This will release the metadata reservation for an inode. This can be called
6144 * once we complete IO for a given set of bytes to release their metadata
6145 * reservations.
6146 */
Nikolay Borisov691fa052017-02-20 13:50:42 +02006147void btrfs_delalloc_release_metadata(struct btrfs_inode *inode, u64 num_bytes)
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006148{
Nikolay Borisov691fa052017-02-20 13:50:42 +02006149 struct btrfs_fs_info *fs_info = btrfs_sb(inode->vfs_inode.i_sb);
Josef Bacik9e0baf62011-07-15 15:16:44 +00006150 u64 to_free = 0;
6151 unsigned dropped;
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006152
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006153 num_bytes = ALIGN(num_bytes, fs_info->sectorsize);
Nikolay Borisov691fa052017-02-20 13:50:42 +02006154 spin_lock(&inode->lock);
Josef Bacikdcab6a32015-02-11 15:08:59 -05006155 dropped = drop_outstanding_extent(inode, num_bytes);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006156
Miao Xie09348562013-02-07 10:12:07 +00006157 if (num_bytes)
6158 to_free = calc_csum_metadata_size(inode, num_bytes, 0);
Nikolay Borisov691fa052017-02-20 13:50:42 +02006159 spin_unlock(&inode->lock);
Josef Bacik9e0baf62011-07-15 15:16:44 +00006160 if (dropped > 0)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006161 to_free += btrfs_calc_trans_metadata_size(fs_info, dropped);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006162
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006163 if (btrfs_is_testing(fs_info))
Josef Bacik6a3891c2015-03-16 17:38:52 -04006164 return;
6165
Nikolay Borisov691fa052017-02-20 13:50:42 +02006166 trace_btrfs_space_reservation(fs_info, "delalloc", btrfs_ino(inode),
6167 to_free, 0);
Arne Jansenc5567232011-09-14 15:44:05 +02006168
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006169 btrfs_block_rsv_release(fs_info, &fs_info->delalloc_block_rsv, to_free);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006170}
6171
Josef Bacik7709cde2011-08-04 10:25:02 -04006172/**
Qu Wenruo7cf5b972015-09-08 17:25:55 +08006173 * btrfs_delalloc_reserve_space - reserve data and metadata space for
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006174 * delalloc
6175 * @inode: inode we're writing to
6176 * @start: start range we are writing to
6177 * @len: how long the range we are writing to
6178 *
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006179 * This will do the following things
6180 *
6181 * o reserve space in data space info for num bytes
6182 * and reserve precious corresponding qgroup space
6183 * (Done in check_data_free_space)
6184 *
6185 * o reserve space for metadata space, based on the number of outstanding
6186 * extents and how much csums will be needed
6187 * also reserve metadata space in a per root over-reserve method.
6188 * o add to the inodes->delalloc_bytes
6189 * o add it to the fs_info's delalloc inodes list.
6190 * (Above 3 all done in delalloc_reserve_metadata)
6191 *
6192 * Return 0 for success
6193 * Return <0 for error(-ENOSPC or -EQUOT)
6194 */
Qu Wenruo7cf5b972015-09-08 17:25:55 +08006195int btrfs_delalloc_reserve_space(struct inode *inode, u64 start, u64 len)
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006196{
6197 int ret;
6198
Qu Wenruo7cf5b972015-09-08 17:25:55 +08006199 ret = btrfs_check_data_free_space(inode, start, len);
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006200 if (ret < 0)
6201 return ret;
Nikolay Borisov9f3db422017-02-20 13:50:41 +02006202 ret = btrfs_delalloc_reserve_metadata(BTRFS_I(inode), len);
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006203 if (ret < 0)
Qu Wenruo7cf5b972015-09-08 17:25:55 +08006204 btrfs_free_reserved_data_space(inode, start, len);
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006205 return ret;
6206}
6207
6208/**
Qu Wenruo7cf5b972015-09-08 17:25:55 +08006209 * btrfs_delalloc_release_space - release data and metadata space for delalloc
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006210 * @inode: inode we're releasing space for
6211 * @start: start position of the space already reserved
6212 * @len: the len of the space already reserved
6213 *
6214 * This must be matched with a call to btrfs_delalloc_reserve_space. This is
6215 * called in the case that we don't need the metadata AND data reservations
6216 * anymore. So if there is an error or we insert an inline extent.
6217 *
6218 * This function will release the metadata space that was not used and will
6219 * decrement ->delalloc_bytes and remove it from the fs_info delalloc_inodes
6220 * list if there are no delalloc bytes left.
6221 * Also it will handle the qgroup reserved space.
6222 */
Qu Wenruo7cf5b972015-09-08 17:25:55 +08006223void btrfs_delalloc_release_space(struct inode *inode, u64 start, u64 len)
Qu Wenruo1ada3a62015-09-08 17:25:53 +08006224{
Nikolay Borisov691fa052017-02-20 13:50:42 +02006225 btrfs_delalloc_release_metadata(BTRFS_I(inode), len);
Qu Wenruo7cf5b972015-09-08 17:25:55 +08006226 btrfs_free_reserved_data_space(inode, start, len);
Yan, Zheng0ca1f7c2010-05-16 10:48:47 -04006227}
6228
Josef Bacikce93ec52014-11-17 15:45:48 -05006229static int update_block_group(struct btrfs_trans_handle *trans,
Jeff Mahoney6202df62016-06-22 18:54:22 -04006230 struct btrfs_fs_info *info, u64 bytenr,
Josef Bacikce93ec52014-11-17 15:45:48 -05006231 u64 num_bytes, int alloc)
Chris Mason9078a3e2007-04-26 16:46:15 -04006232{
Josef Bacik0af3d002010-06-21 14:48:16 -04006233 struct btrfs_block_group_cache *cache = NULL;
Chris Masondb945352007-10-15 16:15:53 -04006234 u64 total = num_bytes;
Chris Mason9078a3e2007-04-26 16:46:15 -04006235 u64 old_val;
Chris Masondb945352007-10-15 16:15:53 -04006236 u64 byte_in_group;
Josef Bacik0af3d002010-06-21 14:48:16 -04006237 int factor;
Chris Mason3e1ad542007-05-07 20:03:49 -04006238
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006239 /* block accounting for super block */
Miao Xieeb73c1b2013-05-15 07:48:22 +00006240 spin_lock(&info->delalloc_root_lock);
David Sterba6c417612011-04-13 15:41:04 +02006241 old_val = btrfs_super_bytes_used(info->super_copy);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006242 if (alloc)
6243 old_val += num_bytes;
6244 else
6245 old_val -= num_bytes;
David Sterba6c417612011-04-13 15:41:04 +02006246 btrfs_set_super_bytes_used(info->super_copy, old_val);
Miao Xieeb73c1b2013-05-15 07:48:22 +00006247 spin_unlock(&info->delalloc_root_lock);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006248
Chris Masond3977122009-01-05 21:25:51 -05006249 while (total) {
Chris Masondb945352007-10-15 16:15:53 -04006250 cache = btrfs_lookup_block_group(info, bytenr);
Josef Bacikf3465ca2008-11-12 14:19:50 -05006251 if (!cache)
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006252 return -ENOENT;
Yan, Zhengb742bb82010-05-16 10:46:24 -04006253 if (cache->flags & (BTRFS_BLOCK_GROUP_DUP |
6254 BTRFS_BLOCK_GROUP_RAID1 |
6255 BTRFS_BLOCK_GROUP_RAID10))
6256 factor = 2;
6257 else
6258 factor = 1;
Josef Bacik9d66e232010-08-25 16:54:15 -04006259 /*
6260 * If this block group has free space cache written out, we
6261 * need to make sure to load it if we are removing space. This
6262 * is because we need the unpinning stage to actually add the
6263 * space back to the block group, otherwise we will leak space.
6264 */
6265 if (!alloc && cache->cached == BTRFS_CACHE_NO)
Liu Bof6373bf2012-12-27 09:01:18 +00006266 cache_block_group(cache, 1);
Josef Bacik0af3d002010-06-21 14:48:16 -04006267
Chris Masondb945352007-10-15 16:15:53 -04006268 byte_in_group = bytenr - cache->key.objectid;
6269 WARN_ON(byte_in_group > cache->key.offset);
Chris Mason9078a3e2007-04-26 16:46:15 -04006270
Josef Bacik25179202008-10-29 14:49:05 -04006271 spin_lock(&cache->space_info->lock);
Chris Masonc286ac42008-07-22 23:06:41 -04006272 spin_lock(&cache->lock);
Josef Bacik0af3d002010-06-21 14:48:16 -04006273
Jeff Mahoney6202df62016-06-22 18:54:22 -04006274 if (btrfs_test_opt(info, SPACE_CACHE) &&
Josef Bacik0af3d002010-06-21 14:48:16 -04006275 cache->disk_cache_state < BTRFS_DC_CLEAR)
6276 cache->disk_cache_state = BTRFS_DC_CLEAR;
6277
Chris Mason9078a3e2007-04-26 16:46:15 -04006278 old_val = btrfs_block_group_used(&cache->item);
Chris Masondb945352007-10-15 16:15:53 -04006279 num_bytes = min(total, cache->key.offset - byte_in_group);
Chris Masoncd1bc462007-04-27 10:08:34 -04006280 if (alloc) {
Chris Masondb945352007-10-15 16:15:53 -04006281 old_val += num_bytes;
Yan Zheng11833d62009-09-11 16:11:19 -04006282 btrfs_set_block_group_used(&cache->item, old_val);
6283 cache->reserved -= num_bytes;
Yan Zheng11833d62009-09-11 16:11:19 -04006284 cache->space_info->bytes_reserved -= num_bytes;
Yan, Zhengb742bb82010-05-16 10:46:24 -04006285 cache->space_info->bytes_used += num_bytes;
6286 cache->space_info->disk_used += num_bytes * factor;
Chris Masonc286ac42008-07-22 23:06:41 -04006287 spin_unlock(&cache->lock);
Josef Bacik25179202008-10-29 14:49:05 -04006288 spin_unlock(&cache->space_info->lock);
Chris Masoncd1bc462007-04-27 10:08:34 -04006289 } else {
Chris Masondb945352007-10-15 16:15:53 -04006290 old_val -= num_bytes;
Filipe Mananaae0ab002014-11-26 15:28:52 +00006291 btrfs_set_block_group_used(&cache->item, old_val);
6292 cache->pinned += num_bytes;
6293 cache->space_info->bytes_pinned += num_bytes;
6294 cache->space_info->bytes_used -= num_bytes;
6295 cache->space_info->disk_used -= num_bytes * factor;
6296 spin_unlock(&cache->lock);
6297 spin_unlock(&cache->space_info->lock);
Josef Bacik47ab2a62014-09-18 11:20:02 -04006298
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006299 trace_btrfs_space_reservation(info, "pinned",
Josef Bacikc51e7bb2016-03-25 13:25:54 -04006300 cache->space_info->flags,
6301 num_bytes, 1);
Omar Sandovald7eae342017-06-06 16:45:31 -07006302 percpu_counter_add(&cache->space_info->total_bytes_pinned,
6303 num_bytes);
Filipe Mananaae0ab002014-11-26 15:28:52 +00006304 set_extent_dirty(info->pinned_extents,
6305 bytenr, bytenr + num_bytes - 1,
6306 GFP_NOFS | __GFP_NOFAIL);
Chris Masoncd1bc462007-04-27 10:08:34 -04006307 }
Chris Mason1bbc6212015-04-06 12:46:08 -07006308
6309 spin_lock(&trans->transaction->dirty_bgs_lock);
6310 if (list_empty(&cache->dirty_list)) {
6311 list_add_tail(&cache->dirty_list,
6312 &trans->transaction->dirty_bgs);
6313 trans->transaction->num_dirty_bgs++;
6314 btrfs_get_block_group(cache);
6315 }
6316 spin_unlock(&trans->transaction->dirty_bgs_lock);
6317
Filipe Manana036a9342015-11-23 15:25:16 +00006318 /*
6319 * No longer have used bytes in this block group, queue it for
6320 * deletion. We do this after adding the block group to the
6321 * dirty list to avoid races between cleaner kthread and space
6322 * cache writeout.
6323 */
6324 if (!alloc && old_val == 0) {
6325 spin_lock(&info->unused_bgs_lock);
6326 if (list_empty(&cache->bg_list)) {
6327 btrfs_get_block_group(cache);
6328 list_add_tail(&cache->bg_list,
6329 &info->unused_bgs);
6330 }
6331 spin_unlock(&info->unused_bgs_lock);
6332 }
6333
Chris Masonfa9c0d792009-04-03 09:47:43 -04006334 btrfs_put_block_group(cache);
Chris Masondb945352007-10-15 16:15:53 -04006335 total -= num_bytes;
6336 bytenr += num_bytes;
Chris Mason9078a3e2007-04-26 16:46:15 -04006337 }
6338 return 0;
6339}
Chris Mason6324fbf2008-03-24 15:01:59 -04006340
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006341static u64 first_logical_byte(struct btrfs_fs_info *fs_info, u64 search_start)
Chris Masona061fc82008-05-07 11:43:44 -04006342{
Josef Bacik0f9dd462008-09-23 13:14:11 -04006343 struct btrfs_block_group_cache *cache;
Yan Zhengd2fb3432008-12-11 16:30:39 -05006344 u64 bytenr;
Josef Bacik0f9dd462008-09-23 13:14:11 -04006345
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006346 spin_lock(&fs_info->block_group_cache_lock);
6347 bytenr = fs_info->first_logical_byte;
6348 spin_unlock(&fs_info->block_group_cache_lock);
Liu Boa1897fd2012-12-27 09:01:23 +00006349
6350 if (bytenr < (u64)-1)
6351 return bytenr;
6352
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006353 cache = btrfs_lookup_first_block_group(fs_info, search_start);
Josef Bacik0f9dd462008-09-23 13:14:11 -04006354 if (!cache)
Chris Masona061fc82008-05-07 11:43:44 -04006355 return 0;
Josef Bacik0f9dd462008-09-23 13:14:11 -04006356
Yan Zhengd2fb3432008-12-11 16:30:39 -05006357 bytenr = cache->key.objectid;
Chris Masonfa9c0d792009-04-03 09:47:43 -04006358 btrfs_put_block_group(cache);
Yan Zhengd2fb3432008-12-11 16:30:39 -05006359
6360 return bytenr;
Chris Masona061fc82008-05-07 11:43:44 -04006361}
6362
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006363static int pin_down_extent(struct btrfs_fs_info *fs_info,
Yan, Zhengf0486c62010-05-16 10:46:25 -04006364 struct btrfs_block_group_cache *cache,
6365 u64 bytenr, u64 num_bytes, int reserved)
Yan324ae4d2007-11-16 14:57:08 -05006366{
Yan Zheng11833d62009-09-11 16:11:19 -04006367 spin_lock(&cache->space_info->lock);
6368 spin_lock(&cache->lock);
6369 cache->pinned += num_bytes;
6370 cache->space_info->bytes_pinned += num_bytes;
6371 if (reserved) {
6372 cache->reserved -= num_bytes;
6373 cache->space_info->bytes_reserved -= num_bytes;
Yan324ae4d2007-11-16 14:57:08 -05006374 }
Yan Zheng11833d62009-09-11 16:11:19 -04006375 spin_unlock(&cache->lock);
6376 spin_unlock(&cache->space_info->lock);
6377
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006378 trace_btrfs_space_reservation(fs_info, "pinned",
Josef Bacikc51e7bb2016-03-25 13:25:54 -04006379 cache->space_info->flags, num_bytes, 1);
Omar Sandoval4da8b762017-06-06 16:45:28 -07006380 percpu_counter_add(&cache->space_info->total_bytes_pinned, num_bytes);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006381 set_extent_dirty(fs_info->pinned_extents, bytenr,
Yan, Zhengf0486c62010-05-16 10:46:25 -04006382 bytenr + num_bytes - 1, GFP_NOFS | __GFP_NOFAIL);
Yan324ae4d2007-11-16 14:57:08 -05006383 return 0;
6384}
Chris Mason9078a3e2007-04-26 16:46:15 -04006385
Yan, Zhengf0486c62010-05-16 10:46:25 -04006386/*
6387 * this function must be called within transaction
6388 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006389int btrfs_pin_extent(struct btrfs_fs_info *fs_info,
Yan, Zhengf0486c62010-05-16 10:46:25 -04006390 u64 bytenr, u64 num_bytes, int reserved)
Zheng Yane8569812008-09-26 10:05:48 -04006391{
Yan, Zhengf0486c62010-05-16 10:46:25 -04006392 struct btrfs_block_group_cache *cache;
6393
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006394 cache = btrfs_lookup_block_group(fs_info, bytenr);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006395 BUG_ON(!cache); /* Logic error */
Yan, Zhengf0486c62010-05-16 10:46:25 -04006396
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006397 pin_down_extent(fs_info, cache, bytenr, num_bytes, reserved);
Yan, Zhengf0486c62010-05-16 10:46:25 -04006398
6399 btrfs_put_block_group(cache);
Yan Zheng11833d62009-09-11 16:11:19 -04006400 return 0;
6401}
Zheng Yane8569812008-09-26 10:05:48 -04006402
Yan, Zhengf0486c62010-05-16 10:46:25 -04006403/*
Chris Masone688b7252011-10-31 20:52:39 -04006404 * this function must be called within transaction
Yan, Zhengf0486c62010-05-16 10:46:25 -04006405 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006406int btrfs_pin_extent_for_log_replay(struct btrfs_fs_info *fs_info,
Chris Masone688b7252011-10-31 20:52:39 -04006407 u64 bytenr, u64 num_bytes)
Yan, Zhengf0486c62010-05-16 10:46:25 -04006408{
Chris Masone688b7252011-10-31 20:52:39 -04006409 struct btrfs_block_group_cache *cache;
Josef Bacikb50c6e22013-04-25 15:55:30 -04006410 int ret;
Chris Masone688b7252011-10-31 20:52:39 -04006411
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006412 cache = btrfs_lookup_block_group(fs_info, bytenr);
Josef Bacikb50c6e22013-04-25 15:55:30 -04006413 if (!cache)
6414 return -EINVAL;
Chris Masone688b7252011-10-31 20:52:39 -04006415
6416 /*
6417 * pull in the free space cache (if any) so that our pin
6418 * removes the free space from the cache. We have load_only set
6419 * to one because the slow code to read in the free extents does check
6420 * the pinned extents.
6421 */
Liu Bof6373bf2012-12-27 09:01:18 +00006422 cache_block_group(cache, 1);
Chris Masone688b7252011-10-31 20:52:39 -04006423
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006424 pin_down_extent(fs_info, cache, bytenr, num_bytes, 0);
Chris Masone688b7252011-10-31 20:52:39 -04006425
6426 /* remove us from the free space cache (if we're there at all) */
Josef Bacikb50c6e22013-04-25 15:55:30 -04006427 ret = btrfs_remove_free_space(cache, bytenr, num_bytes);
Chris Masone688b7252011-10-31 20:52:39 -04006428 btrfs_put_block_group(cache);
Josef Bacikb50c6e22013-04-25 15:55:30 -04006429 return ret;
Chris Masone688b7252011-10-31 20:52:39 -04006430}
6431
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006432static int __exclude_logged_extent(struct btrfs_fs_info *fs_info,
6433 u64 start, u64 num_bytes)
Josef Bacik8c2a1a32013-06-06 13:19:32 -04006434{
6435 int ret;
6436 struct btrfs_block_group_cache *block_group;
6437 struct btrfs_caching_control *caching_ctl;
6438
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006439 block_group = btrfs_lookup_block_group(fs_info, start);
Josef Bacik8c2a1a32013-06-06 13:19:32 -04006440 if (!block_group)
6441 return -EINVAL;
6442
6443 cache_block_group(block_group, 0);
6444 caching_ctl = get_caching_control(block_group);
6445
6446 if (!caching_ctl) {
6447 /* Logic error */
6448 BUG_ON(!block_group_cache_done(block_group));
6449 ret = btrfs_remove_free_space(block_group, start, num_bytes);
6450 } else {
6451 mutex_lock(&caching_ctl->mutex);
6452
6453 if (start >= caching_ctl->progress) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006454 ret = add_excluded_extent(fs_info, start, num_bytes);
Josef Bacik8c2a1a32013-06-06 13:19:32 -04006455 } else if (start + num_bytes <= caching_ctl->progress) {
6456 ret = btrfs_remove_free_space(block_group,
6457 start, num_bytes);
6458 } else {
6459 num_bytes = caching_ctl->progress - start;
6460 ret = btrfs_remove_free_space(block_group,
6461 start, num_bytes);
6462 if (ret)
6463 goto out_lock;
6464
6465 num_bytes = (start + num_bytes) -
6466 caching_ctl->progress;
6467 start = caching_ctl->progress;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006468 ret = add_excluded_extent(fs_info, start, num_bytes);
Josef Bacik8c2a1a32013-06-06 13:19:32 -04006469 }
6470out_lock:
6471 mutex_unlock(&caching_ctl->mutex);
6472 put_caching_control(caching_ctl);
6473 }
6474 btrfs_put_block_group(block_group);
6475 return ret;
6476}
6477
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006478int btrfs_exclude_logged_extents(struct btrfs_fs_info *fs_info,
Josef Bacik8c2a1a32013-06-06 13:19:32 -04006479 struct extent_buffer *eb)
6480{
6481 struct btrfs_file_extent_item *item;
6482 struct btrfs_key key;
6483 int found_type;
6484 int i;
6485
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006486 if (!btrfs_fs_incompat(fs_info, MIXED_GROUPS))
Josef Bacik8c2a1a32013-06-06 13:19:32 -04006487 return 0;
6488
6489 for (i = 0; i < btrfs_header_nritems(eb); i++) {
6490 btrfs_item_key_to_cpu(eb, &key, i);
6491 if (key.type != BTRFS_EXTENT_DATA_KEY)
6492 continue;
6493 item = btrfs_item_ptr(eb, i, struct btrfs_file_extent_item);
6494 found_type = btrfs_file_extent_type(eb, item);
6495 if (found_type == BTRFS_FILE_EXTENT_INLINE)
6496 continue;
6497 if (btrfs_file_extent_disk_bytenr(eb, item) == 0)
6498 continue;
6499 key.objectid = btrfs_file_extent_disk_bytenr(eb, item);
6500 key.offset = btrfs_file_extent_disk_num_bytes(eb, item);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006501 __exclude_logged_extent(fs_info, key.objectid, key.offset);
Josef Bacik8c2a1a32013-06-06 13:19:32 -04006502 }
6503
6504 return 0;
6505}
6506
Filipe Manana9cfa3e32016-04-26 15:39:32 +01006507static void
6508btrfs_inc_block_group_reservations(struct btrfs_block_group_cache *bg)
6509{
6510 atomic_inc(&bg->reservations);
6511}
6512
6513void btrfs_dec_block_group_reservations(struct btrfs_fs_info *fs_info,
6514 const u64 start)
6515{
6516 struct btrfs_block_group_cache *bg;
6517
6518 bg = btrfs_lookup_block_group(fs_info, start);
6519 ASSERT(bg);
6520 if (atomic_dec_and_test(&bg->reservations))
6521 wake_up_atomic_t(&bg->reservations);
6522 btrfs_put_block_group(bg);
6523}
6524
6525static int btrfs_wait_bg_reservations_atomic_t(atomic_t *a)
6526{
6527 schedule();
6528 return 0;
6529}
6530
6531void btrfs_wait_block_group_reservations(struct btrfs_block_group_cache *bg)
6532{
6533 struct btrfs_space_info *space_info = bg->space_info;
6534
6535 ASSERT(bg->ro);
6536
6537 if (!(bg->flags & BTRFS_BLOCK_GROUP_DATA))
6538 return;
6539
6540 /*
6541 * Our block group is read only but before we set it to read only,
6542 * some task might have had allocated an extent from it already, but it
6543 * has not yet created a respective ordered extent (and added it to a
6544 * root's list of ordered extents).
6545 * Therefore wait for any task currently allocating extents, since the
6546 * block group's reservations counter is incremented while a read lock
6547 * on the groups' semaphore is held and decremented after releasing
6548 * the read access on that semaphore and creating the ordered extent.
6549 */
6550 down_write(&space_info->groups_sem);
6551 up_write(&space_info->groups_sem);
6552
6553 wait_on_atomic_t(&bg->reservations,
6554 btrfs_wait_bg_reservations_atomic_t,
6555 TASK_UNINTERRUPTIBLE);
6556}
6557
Josef Bacikfb25e912011-07-26 17:00:46 -04006558/**
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08006559 * btrfs_add_reserved_bytes - update the block_group and space info counters
Josef Bacikfb25e912011-07-26 17:00:46 -04006560 * @cache: The cache we are manipulating
Wang Xiaoguang18513092016-07-25 15:51:40 +08006561 * @ram_bytes: The number of bytes of file content, and will be same to
6562 * @num_bytes except for the compress path.
Josef Bacikfb25e912011-07-26 17:00:46 -04006563 * @num_bytes: The number of bytes in question
Miao Xiee570fd22014-06-19 10:42:50 +08006564 * @delalloc: The blocks are allocated for the delalloc write
Josef Bacikfb25e912011-07-26 17:00:46 -04006565 *
Xiaoguang Wang745699e2016-09-23 12:38:50 +08006566 * This is called by the allocator when it reserves space. If this is a
6567 * reservation and the block group has become read only we cannot make the
6568 * reservation and return -EAGAIN, otherwise this function always succeeds.
Yan, Zhengf0486c62010-05-16 10:46:25 -04006569 */
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08006570static int btrfs_add_reserved_bytes(struct btrfs_block_group_cache *cache,
Wang Xiaoguang18513092016-07-25 15:51:40 +08006571 u64 ram_bytes, u64 num_bytes, int delalloc)
Yan, Zhengf0486c62010-05-16 10:46:25 -04006572{
Josef Bacikfb25e912011-07-26 17:00:46 -04006573 struct btrfs_space_info *space_info = cache->space_info;
Yan, Zhengf0486c62010-05-16 10:46:25 -04006574 int ret = 0;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006575
Josef Bacikfb25e912011-07-26 17:00:46 -04006576 spin_lock(&space_info->lock);
6577 spin_lock(&cache->lock);
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08006578 if (cache->ro) {
6579 ret = -EAGAIN;
Josef Bacikfb25e912011-07-26 17:00:46 -04006580 } else {
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08006581 cache->reserved += num_bytes;
6582 space_info->bytes_reserved += num_bytes;
Miao Xiee570fd22014-06-19 10:42:50 +08006583
Wang Xiaoguang18513092016-07-25 15:51:40 +08006584 trace_btrfs_space_reservation(cache->fs_info,
6585 "space_info", space_info->flags,
6586 ram_bytes, 0);
6587 space_info->bytes_may_use -= ram_bytes;
Miao Xiee570fd22014-06-19 10:42:50 +08006588 if (delalloc)
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08006589 cache->delalloc_bytes += num_bytes;
Yan, Zhengf0486c62010-05-16 10:46:25 -04006590 }
Josef Bacikfb25e912011-07-26 17:00:46 -04006591 spin_unlock(&cache->lock);
6592 spin_unlock(&space_info->lock);
Yan, Zhengf0486c62010-05-16 10:46:25 -04006593 return ret;
6594}
6595
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08006596/**
6597 * btrfs_free_reserved_bytes - update the block_group and space info counters
6598 * @cache: The cache we are manipulating
6599 * @num_bytes: The number of bytes in question
6600 * @delalloc: The blocks are allocated for the delalloc write
6601 *
6602 * This is called by somebody who is freeing space that was never actually used
6603 * on disk. For example if you reserve some space for a new leaf in transaction
6604 * A and before transaction A commits you free that leaf, you call this with
6605 * reserve set to 0 in order to clear the reservation.
6606 */
6607
6608static int btrfs_free_reserved_bytes(struct btrfs_block_group_cache *cache,
6609 u64 num_bytes, int delalloc)
6610{
6611 struct btrfs_space_info *space_info = cache->space_info;
6612 int ret = 0;
6613
6614 spin_lock(&space_info->lock);
6615 spin_lock(&cache->lock);
6616 if (cache->ro)
6617 space_info->bytes_readonly += num_bytes;
6618 cache->reserved -= num_bytes;
6619 space_info->bytes_reserved -= num_bytes;
6620
6621 if (delalloc)
6622 cache->delalloc_bytes -= num_bytes;
6623 spin_unlock(&cache->lock);
6624 spin_unlock(&space_info->lock);
6625 return ret;
6626}
David Sterba8b74c032017-02-10 19:20:56 +01006627void btrfs_prepare_extent_commit(struct btrfs_fs_info *fs_info)
Yan Zheng11833d62009-09-11 16:11:19 -04006628{
Yan Zheng11833d62009-09-11 16:11:19 -04006629 struct btrfs_caching_control *next;
6630 struct btrfs_caching_control *caching_ctl;
6631 struct btrfs_block_group_cache *cache;
6632
Josef Bacik9e351cc2014-03-13 15:42:13 -04006633 down_write(&fs_info->commit_root_sem);
Yan Zheng11833d62009-09-11 16:11:19 -04006634
6635 list_for_each_entry_safe(caching_ctl, next,
6636 &fs_info->caching_block_groups, list) {
6637 cache = caching_ctl->block_group;
6638 if (block_group_cache_done(cache)) {
6639 cache->last_byte_to_unpin = (u64)-1;
6640 list_del_init(&caching_ctl->list);
6641 put_caching_control(caching_ctl);
6642 } else {
6643 cache->last_byte_to_unpin = caching_ctl->progress;
6644 }
6645 }
6646
6647 if (fs_info->pinned_extents == &fs_info->freed_extents[0])
6648 fs_info->pinned_extents = &fs_info->freed_extents[1];
6649 else
6650 fs_info->pinned_extents = &fs_info->freed_extents[0];
6651
Josef Bacik9e351cc2014-03-13 15:42:13 -04006652 up_write(&fs_info->commit_root_sem);
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04006653
6654 update_global_block_rsv(fs_info);
Yan Zheng11833d62009-09-11 16:11:19 -04006655}
6656
Josef Bacikc759c4e2015-10-02 15:25:10 -04006657/*
6658 * Returns the free cluster for the given space info and sets empty_cluster to
6659 * what it should be based on the mount options.
6660 */
6661static struct btrfs_free_cluster *
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006662fetch_cluster_info(struct btrfs_fs_info *fs_info,
6663 struct btrfs_space_info *space_info, u64 *empty_cluster)
Josef Bacikc759c4e2015-10-02 15:25:10 -04006664{
6665 struct btrfs_free_cluster *ret = NULL;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006666 bool ssd = btrfs_test_opt(fs_info, SSD);
Josef Bacikc759c4e2015-10-02 15:25:10 -04006667
6668 *empty_cluster = 0;
6669 if (btrfs_mixed_space_info(space_info))
6670 return ret;
6671
6672 if (ssd)
Byongho Leeee221842015-12-15 01:42:10 +09006673 *empty_cluster = SZ_2M;
Josef Bacikc759c4e2015-10-02 15:25:10 -04006674 if (space_info->flags & BTRFS_BLOCK_GROUP_METADATA) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006675 ret = &fs_info->meta_alloc_cluster;
Josef Bacikc759c4e2015-10-02 15:25:10 -04006676 if (!ssd)
Byongho Leeee221842015-12-15 01:42:10 +09006677 *empty_cluster = SZ_64K;
Josef Bacikc759c4e2015-10-02 15:25:10 -04006678 } else if ((space_info->flags & BTRFS_BLOCK_GROUP_DATA) && ssd) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006679 ret = &fs_info->data_alloc_cluster;
Josef Bacikc759c4e2015-10-02 15:25:10 -04006680 }
6681
6682 return ret;
6683}
6684
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006685static int unpin_extent_range(struct btrfs_fs_info *fs_info,
6686 u64 start, u64 end,
Filipe Manana678886b2014-12-07 21:31:47 +00006687 const bool return_free_space)
Yan Zheng11833d62009-09-11 16:11:19 -04006688{
Yan Zheng11833d62009-09-11 16:11:19 -04006689 struct btrfs_block_group_cache *cache = NULL;
Josef Bacik7b398f82012-10-22 15:52:28 -04006690 struct btrfs_space_info *space_info;
6691 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
Josef Bacikc759c4e2015-10-02 15:25:10 -04006692 struct btrfs_free_cluster *cluster = NULL;
Yan Zheng11833d62009-09-11 16:11:19 -04006693 u64 len;
Josef Bacikc759c4e2015-10-02 15:25:10 -04006694 u64 total_unpinned = 0;
6695 u64 empty_cluster = 0;
Josef Bacik7b398f82012-10-22 15:52:28 -04006696 bool readonly;
Yan Zheng11833d62009-09-11 16:11:19 -04006697
6698 while (start <= end) {
Josef Bacik7b398f82012-10-22 15:52:28 -04006699 readonly = false;
Yan Zheng11833d62009-09-11 16:11:19 -04006700 if (!cache ||
6701 start >= cache->key.objectid + cache->key.offset) {
6702 if (cache)
6703 btrfs_put_block_group(cache);
Josef Bacikc759c4e2015-10-02 15:25:10 -04006704 total_unpinned = 0;
Yan Zheng11833d62009-09-11 16:11:19 -04006705 cache = btrfs_lookup_block_group(fs_info, start);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006706 BUG_ON(!cache); /* Logic error */
Josef Bacikc759c4e2015-10-02 15:25:10 -04006707
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006708 cluster = fetch_cluster_info(fs_info,
Josef Bacikc759c4e2015-10-02 15:25:10 -04006709 cache->space_info,
6710 &empty_cluster);
6711 empty_cluster <<= 1;
Yan Zheng11833d62009-09-11 16:11:19 -04006712 }
6713
6714 len = cache->key.objectid + cache->key.offset - start;
6715 len = min(len, end + 1 - start);
6716
6717 if (start < cache->last_byte_to_unpin) {
6718 len = min(len, cache->last_byte_to_unpin - start);
Filipe Manana678886b2014-12-07 21:31:47 +00006719 if (return_free_space)
6720 btrfs_add_free_space(cache, start, len);
Yan Zheng11833d62009-09-11 16:11:19 -04006721 }
Josef Bacik25179202008-10-29 14:49:05 -04006722
Yan, Zhengf0486c62010-05-16 10:46:25 -04006723 start += len;
Josef Bacikc759c4e2015-10-02 15:25:10 -04006724 total_unpinned += len;
Josef Bacik7b398f82012-10-22 15:52:28 -04006725 space_info = cache->space_info;
Yan, Zhengf0486c62010-05-16 10:46:25 -04006726
Josef Bacikc759c4e2015-10-02 15:25:10 -04006727 /*
6728 * If this space cluster has been marked as fragmented and we've
6729 * unpinned enough in this block group to potentially allow a
6730 * cluster to be created inside of it go ahead and clear the
6731 * fragmented check.
6732 */
6733 if (cluster && cluster->fragmented &&
6734 total_unpinned > empty_cluster) {
6735 spin_lock(&cluster->lock);
6736 cluster->fragmented = 0;
6737 spin_unlock(&cluster->lock);
6738 }
6739
Josef Bacik7b398f82012-10-22 15:52:28 -04006740 spin_lock(&space_info->lock);
Josef Bacik25179202008-10-29 14:49:05 -04006741 spin_lock(&cache->lock);
Yan Zheng11833d62009-09-11 16:11:19 -04006742 cache->pinned -= len;
Josef Bacik7b398f82012-10-22 15:52:28 -04006743 space_info->bytes_pinned -= len;
Josef Bacikc51e7bb2016-03-25 13:25:54 -04006744
6745 trace_btrfs_space_reservation(fs_info, "pinned",
6746 space_info->flags, len, 0);
Josef Bacik4f4db212015-09-29 11:40:47 -04006747 space_info->max_extent_size = 0;
Liu Bod288db52014-07-02 16:58:01 +08006748 percpu_counter_add(&space_info->total_bytes_pinned, -len);
Josef Bacik7b398f82012-10-22 15:52:28 -04006749 if (cache->ro) {
6750 space_info->bytes_readonly += len;
6751 readonly = true;
6752 }
Josef Bacik25179202008-10-29 14:49:05 -04006753 spin_unlock(&cache->lock);
Josef Bacik957780e2016-05-17 13:30:55 -04006754 if (!readonly && return_free_space &&
6755 global_rsv->space_info == space_info) {
6756 u64 to_add = len;
6757 WARN_ON(!return_free_space);
Josef Bacik7b398f82012-10-22 15:52:28 -04006758 spin_lock(&global_rsv->lock);
6759 if (!global_rsv->full) {
Josef Bacik957780e2016-05-17 13:30:55 -04006760 to_add = min(len, global_rsv->size -
6761 global_rsv->reserved);
6762 global_rsv->reserved += to_add;
6763 space_info->bytes_may_use += to_add;
Josef Bacik7b398f82012-10-22 15:52:28 -04006764 if (global_rsv->reserved >= global_rsv->size)
6765 global_rsv->full = 1;
Josef Bacik957780e2016-05-17 13:30:55 -04006766 trace_btrfs_space_reservation(fs_info,
6767 "space_info",
6768 space_info->flags,
6769 to_add, 1);
6770 len -= to_add;
Josef Bacik7b398f82012-10-22 15:52:28 -04006771 }
6772 spin_unlock(&global_rsv->lock);
Josef Bacik957780e2016-05-17 13:30:55 -04006773 /* Add to any tickets we may have */
6774 if (len)
6775 space_info_add_new_bytes(fs_info, space_info,
6776 len);
Josef Bacik7b398f82012-10-22 15:52:28 -04006777 }
6778 spin_unlock(&space_info->lock);
Yan Zheng11833d62009-09-11 16:11:19 -04006779 }
6780
6781 if (cache)
Chris Masonfa9c0d792009-04-03 09:47:43 -04006782 btrfs_put_block_group(cache);
Chris Masonccd467d2007-06-28 15:57:36 -04006783 return 0;
6784}
6785
6786int btrfs_finish_extent_commit(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006787 struct btrfs_fs_info *fs_info)
Chris Masona28ec192007-03-06 20:08:01 -05006788{
Jeff Mahoneye33e17e2015-06-15 09:41:19 -04006789 struct btrfs_block_group_cache *block_group, *tmp;
6790 struct list_head *deleted_bgs;
Yan Zheng11833d62009-09-11 16:11:19 -04006791 struct extent_io_tree *unpin;
Chris Mason1a5bc162007-10-15 16:15:26 -04006792 u64 start;
6793 u64 end;
Chris Masona28ec192007-03-06 20:08:01 -05006794 int ret;
Chris Masona28ec192007-03-06 20:08:01 -05006795
Yan Zheng11833d62009-09-11 16:11:19 -04006796 if (fs_info->pinned_extents == &fs_info->freed_extents[0])
6797 unpin = &fs_info->freed_extents[1];
6798 else
6799 unpin = &fs_info->freed_extents[0];
6800
Jeff Mahoneye33e17e2015-06-15 09:41:19 -04006801 while (!trans->aborted) {
Filipe Mananad4b450c2015-01-29 19:18:25 +00006802 mutex_lock(&fs_info->unused_bg_unpin_mutex);
Chris Mason1a5bc162007-10-15 16:15:26 -04006803 ret = find_first_extent_bit(unpin, 0, &start, &end,
Josef Bacike6138872012-09-27 17:07:30 -04006804 EXTENT_DIRTY, NULL);
Filipe Mananad4b450c2015-01-29 19:18:25 +00006805 if (ret) {
6806 mutex_unlock(&fs_info->unused_bg_unpin_mutex);
Chris Masona28ec192007-03-06 20:08:01 -05006807 break;
Filipe Mananad4b450c2015-01-29 19:18:25 +00006808 }
Liu Hui1f3c79a2009-01-05 15:57:51 -05006809
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006810 if (btrfs_test_opt(fs_info, DISCARD))
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006811 ret = btrfs_discard_extent(fs_info, start,
Li Dongyang5378e602011-03-24 10:24:27 +00006812 end + 1 - start, NULL);
Liu Hui1f3c79a2009-01-05 15:57:51 -05006813
David Sterbaaf6f8f62016-04-26 23:54:39 +02006814 clear_extent_dirty(unpin, start, end);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006815 unpin_extent_range(fs_info, start, end, true);
Filipe Mananad4b450c2015-01-29 19:18:25 +00006816 mutex_unlock(&fs_info->unused_bg_unpin_mutex);
Chris Masonb9473432009-03-13 11:00:37 -04006817 cond_resched();
Chris Masona28ec192007-03-06 20:08:01 -05006818 }
Josef Bacik817d52f2009-07-13 21:29:25 -04006819
Jeff Mahoneye33e17e2015-06-15 09:41:19 -04006820 /*
6821 * Transaction is finished. We don't need the lock anymore. We
6822 * do need to clean up the block groups in case of a transaction
6823 * abort.
6824 */
6825 deleted_bgs = &trans->transaction->deleted_bgs;
6826 list_for_each_entry_safe(block_group, tmp, deleted_bgs, bg_list) {
6827 u64 trimmed = 0;
6828
6829 ret = -EROFS;
6830 if (!trans->aborted)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006831 ret = btrfs_discard_extent(fs_info,
Jeff Mahoneye33e17e2015-06-15 09:41:19 -04006832 block_group->key.objectid,
6833 block_group->key.offset,
6834 &trimmed);
6835
6836 list_del_init(&block_group->bg_list);
6837 btrfs_put_block_group_trimming(block_group);
6838 btrfs_put_block_group(block_group);
6839
6840 if (ret) {
6841 const char *errstr = btrfs_decode_error(ret);
6842 btrfs_warn(fs_info,
6843 "Discard failed while removing blockgroup: errno=%d %s\n",
6844 ret, errstr);
6845 }
6846 }
6847
Chris Masone20d96d2007-03-22 12:13:20 -04006848 return 0;
6849}
6850
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006851static int __btrfs_free_extent(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006852 struct btrfs_fs_info *info,
Qu Wenruoc682f9b2015-03-17 16:59:47 +08006853 struct btrfs_delayed_ref_node *node, u64 parent,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006854 u64 root_objectid, u64 owner_objectid,
6855 u64 owner_offset, int refs_to_drop,
Qu Wenruoc682f9b2015-03-17 16:59:47 +08006856 struct btrfs_delayed_extent_op *extent_op)
Chris Masona28ec192007-03-06 20:08:01 -05006857{
Chris Masone2fa7222007-03-12 16:22:34 -04006858 struct btrfs_key key;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006859 struct btrfs_path *path;
Chris Mason1261ec42007-03-20 20:35:03 -04006860 struct btrfs_root *extent_root = info->extent_root;
Chris Mason5f39d392007-10-15 16:14:19 -04006861 struct extent_buffer *leaf;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006862 struct btrfs_extent_item *ei;
6863 struct btrfs_extent_inline_ref *iref;
Chris Masona28ec192007-03-06 20:08:01 -05006864 int ret;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006865 int is_data;
Chris Mason952fcca2008-02-18 16:33:44 -05006866 int extent_slot = 0;
6867 int found_extent = 0;
6868 int num_to_del = 1;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006869 u32 item_size;
6870 u64 refs;
Qu Wenruoc682f9b2015-03-17 16:59:47 +08006871 u64 bytenr = node->bytenr;
6872 u64 num_bytes = node->num_bytes;
Josef Bacikfcebe452014-05-13 17:30:47 -07006873 int last_ref = 0;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04006874 bool skinny_metadata = btrfs_fs_incompat(info, SKINNY_METADATA);
Chris Mason037e6392007-03-07 11:50:24 -05006875
Chris Mason5caf2a02007-04-02 11:20:42 -04006876 path = btrfs_alloc_path();
Chris Mason54aa1f42007-06-22 14:16:25 -04006877 if (!path)
6878 return -ENOMEM;
6879
David Sterbae4058b52015-11-27 16:31:35 +01006880 path->reada = READA_FORWARD;
Chris Masonb9473432009-03-13 11:00:37 -04006881 path->leave_spinning = 1;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006882
6883 is_data = owner_objectid >= BTRFS_FIRST_FREE_OBJECTID;
6884 BUG_ON(!is_data && refs_to_drop != 1);
6885
Josef Bacik3173a182013-03-07 14:22:04 -05006886 if (is_data)
6887 skinny_metadata = 0;
6888
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05006889 ret = lookup_extent_backref(trans, info, path, &iref,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006890 bytenr, num_bytes, parent,
6891 root_objectid, owner_objectid,
6892 owner_offset);
Chris Mason7bb86312007-12-11 09:25:06 -05006893 if (ret == 0) {
Chris Mason952fcca2008-02-18 16:33:44 -05006894 extent_slot = path->slots[0];
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006895 while (extent_slot >= 0) {
6896 btrfs_item_key_to_cpu(path->nodes[0], &key,
Chris Mason952fcca2008-02-18 16:33:44 -05006897 extent_slot);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006898 if (key.objectid != bytenr)
Chris Mason952fcca2008-02-18 16:33:44 -05006899 break;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006900 if (key.type == BTRFS_EXTENT_ITEM_KEY &&
6901 key.offset == num_bytes) {
Chris Mason952fcca2008-02-18 16:33:44 -05006902 found_extent = 1;
6903 break;
6904 }
Josef Bacik3173a182013-03-07 14:22:04 -05006905 if (key.type == BTRFS_METADATA_ITEM_KEY &&
6906 key.offset == owner_objectid) {
6907 found_extent = 1;
6908 break;
6909 }
Chris Mason952fcca2008-02-18 16:33:44 -05006910 if (path->slots[0] - extent_slot > 5)
6911 break;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006912 extent_slot--;
Chris Mason952fcca2008-02-18 16:33:44 -05006913 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006914#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
6915 item_size = btrfs_item_size_nr(path->nodes[0], extent_slot);
6916 if (found_extent && item_size < sizeof(*ei))
6917 found_extent = 0;
6918#endif
Zheng Yan31840ae2008-09-23 13:14:14 -04006919 if (!found_extent) {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006920 BUG_ON(iref);
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05006921 ret = remove_extent_backref(trans, info, path, NULL,
6922 refs_to_drop,
Josef Bacikfcebe452014-05-13 17:30:47 -07006923 is_data, &last_ref);
David Sterba005d6422012-09-18 07:52:32 -06006924 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04006925 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06006926 goto out;
6927 }
David Sterbab3b4aa72011-04-21 01:20:15 +02006928 btrfs_release_path(path);
Chris Masonb9473432009-03-13 11:00:37 -04006929 path->leave_spinning = 1;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006930
6931 key.objectid = bytenr;
6932 key.type = BTRFS_EXTENT_ITEM_KEY;
6933 key.offset = num_bytes;
6934
Josef Bacik3173a182013-03-07 14:22:04 -05006935 if (!is_data && skinny_metadata) {
6936 key.type = BTRFS_METADATA_ITEM_KEY;
6937 key.offset = owner_objectid;
6938 }
6939
Zheng Yan31840ae2008-09-23 13:14:14 -04006940 ret = btrfs_search_slot(trans, extent_root,
6941 &key, path, -1, 1);
Josef Bacik3173a182013-03-07 14:22:04 -05006942 if (ret > 0 && skinny_metadata && path->slots[0]) {
6943 /*
6944 * Couldn't find our skinny metadata item,
6945 * see if we have ye olde extent item.
6946 */
6947 path->slots[0]--;
6948 btrfs_item_key_to_cpu(path->nodes[0], &key,
6949 path->slots[0]);
6950 if (key.objectid == bytenr &&
6951 key.type == BTRFS_EXTENT_ITEM_KEY &&
6952 key.offset == num_bytes)
6953 ret = 0;
6954 }
6955
6956 if (ret > 0 && skinny_metadata) {
6957 skinny_metadata = false;
Filipe Manana9ce49a02014-04-24 15:15:28 +01006958 key.objectid = bytenr;
Josef Bacik3173a182013-03-07 14:22:04 -05006959 key.type = BTRFS_EXTENT_ITEM_KEY;
6960 key.offset = num_bytes;
6961 btrfs_release_path(path);
6962 ret = btrfs_search_slot(trans, extent_root,
6963 &key, path, -1, 1);
6964 }
6965
Josef Bacikf3465ca2008-11-12 14:19:50 -05006966 if (ret) {
Jeff Mahoney5d163e02016-09-20 10:05:00 -04006967 btrfs_err(info,
6968 "umm, got %d back from search, was looking for %llu",
6969 ret, bytenr);
Josef Bacikb783e622011-07-13 15:03:50 +00006970 if (ret > 0)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006971 btrfs_print_leaf(info, path->nodes[0]);
Josef Bacikf3465ca2008-11-12 14:19:50 -05006972 }
David Sterba005d6422012-09-18 07:52:32 -06006973 if (ret < 0) {
Jeff Mahoney66642832016-06-10 18:19:25 -04006974 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06006975 goto out;
6976 }
Zheng Yan31840ae2008-09-23 13:14:14 -04006977 extent_slot = path->slots[0];
6978 }
Dulshani Gunawardhanafae7f212013-10-31 10:30:08 +05306979 } else if (WARN_ON(ret == -ENOENT)) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04006980 btrfs_print_leaf(info, path->nodes[0]);
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00006981 btrfs_err(info,
6982 "unable to find ref byte nr %llu parent %llu root %llu owner %llu offset %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02006983 bytenr, parent, root_objectid, owner_objectid,
6984 owner_offset);
Jeff Mahoney66642832016-06-10 18:19:25 -04006985 btrfs_abort_transaction(trans, ret);
Josef Bacikc4a050b2014-03-14 16:36:53 -04006986 goto out;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01006987 } else {
Jeff Mahoney66642832016-06-10 18:19:25 -04006988 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06006989 goto out;
Chris Mason7bb86312007-12-11 09:25:06 -05006990 }
Chris Mason5f39d392007-10-15 16:14:19 -04006991
6992 leaf = path->nodes[0];
Yan Zheng5d4f98a2009-06-10 10:45:14 -04006993 item_size = btrfs_item_size_nr(leaf, extent_slot);
6994#ifdef BTRFS_COMPAT_EXTENT_TREE_V0
6995 if (item_size < sizeof(*ei)) {
6996 BUG_ON(found_extent || extent_slot != path->slots[0]);
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05006997 ret = convert_extent_item_v0(trans, info, path, owner_objectid,
6998 0);
David Sterba005d6422012-09-18 07:52:32 -06006999 if (ret < 0) {
Jeff Mahoney66642832016-06-10 18:19:25 -04007000 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06007001 goto out;
7002 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007003
David Sterbab3b4aa72011-04-21 01:20:15 +02007004 btrfs_release_path(path);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007005 path->leave_spinning = 1;
7006
7007 key.objectid = bytenr;
7008 key.type = BTRFS_EXTENT_ITEM_KEY;
7009 key.offset = num_bytes;
7010
7011 ret = btrfs_search_slot(trans, extent_root, &key, path,
7012 -1, 1);
7013 if (ret) {
Jeff Mahoney5d163e02016-09-20 10:05:00 -04007014 btrfs_err(info,
7015 "umm, got %d back from search, was looking for %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02007016 ret, bytenr);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007017 btrfs_print_leaf(info, path->nodes[0]);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007018 }
David Sterba005d6422012-09-18 07:52:32 -06007019 if (ret < 0) {
Jeff Mahoney66642832016-06-10 18:19:25 -04007020 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06007021 goto out;
7022 }
7023
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007024 extent_slot = path->slots[0];
7025 leaf = path->nodes[0];
7026 item_size = btrfs_item_size_nr(leaf, extent_slot);
7027 }
7028#endif
7029 BUG_ON(item_size < sizeof(*ei));
Chris Mason952fcca2008-02-18 16:33:44 -05007030 ei = btrfs_item_ptr(leaf, extent_slot,
Chris Mason123abc82007-03-14 14:14:43 -04007031 struct btrfs_extent_item);
Josef Bacik3173a182013-03-07 14:22:04 -05007032 if (owner_objectid < BTRFS_FIRST_FREE_OBJECTID &&
7033 key.type == BTRFS_EXTENT_ITEM_KEY) {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007034 struct btrfs_tree_block_info *bi;
7035 BUG_ON(item_size < sizeof(*ei) + sizeof(*bi));
7036 bi = (struct btrfs_tree_block_info *)(ei + 1);
7037 WARN_ON(owner_objectid != btrfs_tree_block_level(leaf, bi));
Chris Mason952fcca2008-02-18 16:33:44 -05007038 }
7039
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007040 refs = btrfs_extent_refs(leaf, ei);
Josef Bacik32b02532013-04-24 16:38:50 -04007041 if (refs < refs_to_drop) {
Jeff Mahoney5d163e02016-09-20 10:05:00 -04007042 btrfs_err(info,
7043 "trying to drop %d refs but we only have %Lu for bytenr %Lu",
7044 refs_to_drop, refs, bytenr);
Josef Bacik32b02532013-04-24 16:38:50 -04007045 ret = -EINVAL;
Jeff Mahoney66642832016-06-10 18:19:25 -04007046 btrfs_abort_transaction(trans, ret);
Josef Bacik32b02532013-04-24 16:38:50 -04007047 goto out;
7048 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007049 refs -= refs_to_drop;
7050
7051 if (refs > 0) {
7052 if (extent_op)
7053 __run_delayed_extent_op(extent_op, leaf, ei);
7054 /*
7055 * In the case of inline back ref, reference count will
7056 * be updated by remove_extent_backref
7057 */
7058 if (iref) {
7059 BUG_ON(!found_extent);
7060 } else {
7061 btrfs_set_extent_refs(leaf, ei, refs);
7062 btrfs_mark_buffer_dirty(leaf);
7063 }
7064 if (found_extent) {
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05007065 ret = remove_extent_backref(trans, info, path,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007066 iref, refs_to_drop,
Josef Bacikfcebe452014-05-13 17:30:47 -07007067 is_data, &last_ref);
David Sterba005d6422012-09-18 07:52:32 -06007068 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04007069 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06007070 goto out;
7071 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007072 }
7073 } else {
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007074 if (found_extent) {
7075 BUG_ON(is_data && refs_to_drop !=
Zhaolei9ed0dea2015-08-06 22:16:24 +08007076 extent_data_ref_count(path, iref));
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007077 if (iref) {
7078 BUG_ON(path->slots[0] != extent_slot);
7079 } else {
7080 BUG_ON(path->slots[0] != extent_slot + 1);
7081 path->slots[0] = extent_slot;
7082 num_to_del = 2;
7083 }
Chris Mason78fae272007-03-25 11:35:08 -04007084 }
Chris Masonb9473432009-03-13 11:00:37 -04007085
Josef Bacikfcebe452014-05-13 17:30:47 -07007086 last_ref = 1;
Chris Mason952fcca2008-02-18 16:33:44 -05007087 ret = btrfs_del_items(trans, extent_root, path, path->slots[0],
7088 num_to_del);
David Sterba005d6422012-09-18 07:52:32 -06007089 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04007090 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06007091 goto out;
7092 }
David Sterbab3b4aa72011-04-21 01:20:15 +02007093 btrfs_release_path(path);
David Woodhouse21af8042008-08-12 14:13:26 +01007094
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007095 if (is_data) {
Jeff Mahoney5b4aace2016-06-21 10:40:19 -04007096 ret = btrfs_del_csums(trans, info, bytenr, num_bytes);
David Sterba005d6422012-09-18 07:52:32 -06007097 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04007098 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06007099 goto out;
7100 }
Chris Mason459931e2008-12-10 09:10:46 -05007101 }
7102
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007103 ret = add_to_free_space_tree(trans, info, bytenr, num_bytes);
Omar Sandoval1e144fb2015-09-29 20:50:37 -07007104 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04007105 btrfs_abort_transaction(trans, ret);
Omar Sandoval1e144fb2015-09-29 20:50:37 -07007106 goto out;
7107 }
7108
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007109 ret = update_block_group(trans, info, bytenr, num_bytes, 0);
David Sterba005d6422012-09-18 07:52:32 -06007110 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04007111 btrfs_abort_transaction(trans, ret);
David Sterba005d6422012-09-18 07:52:32 -06007112 goto out;
7113 }
Chris Masona28ec192007-03-06 20:08:01 -05007114 }
Josef Bacikfcebe452014-05-13 17:30:47 -07007115 btrfs_release_path(path);
7116
Jeff Mahoney79787ea2012-03-12 16:03:00 +01007117out:
Chris Mason5caf2a02007-04-02 11:20:42 -04007118 btrfs_free_path(path);
Chris Masona28ec192007-03-06 20:08:01 -05007119 return ret;
7120}
7121
7122/*
Yan, Zhengf0486c62010-05-16 10:46:25 -04007123 * when we free an block, it is possible (and likely) that we free the last
Chris Mason1887be62009-03-13 10:11:24 -04007124 * delayed ref for that extent as well. This searches the delayed ref tree for
7125 * a given extent, and if there are no other delayed refs to be processed, it
7126 * removes it from the tree.
7127 */
7128static noinline int check_ref_cleanup(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007129 u64 bytenr)
Chris Mason1887be62009-03-13 10:11:24 -04007130{
7131 struct btrfs_delayed_ref_head *head;
7132 struct btrfs_delayed_ref_root *delayed_refs;
Yan, Zhengf0486c62010-05-16 10:46:25 -04007133 int ret = 0;
Chris Mason1887be62009-03-13 10:11:24 -04007134
7135 delayed_refs = &trans->transaction->delayed_refs;
7136 spin_lock(&delayed_refs->lock);
Liu Bof72ad18e2017-01-30 12:24:37 -08007137 head = btrfs_find_delayed_ref_head(delayed_refs, bytenr);
Chris Mason1887be62009-03-13 10:11:24 -04007138 if (!head)
Chris Masoncf93da72014-01-29 07:02:40 -08007139 goto out_delayed_unlock;
Chris Mason1887be62009-03-13 10:11:24 -04007140
Josef Bacikd7df2c72014-01-23 09:21:38 -05007141 spin_lock(&head->lock);
Qu Wenruoc6fc2452015-03-30 17:03:00 +08007142 if (!list_empty(&head->ref_list))
Chris Mason1887be62009-03-13 10:11:24 -04007143 goto out;
7144
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007145 if (head->extent_op) {
7146 if (!head->must_insert_reserved)
7147 goto out;
Miao Xie78a61842012-11-21 02:21:28 +00007148 btrfs_free_delayed_extent_op(head->extent_op);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007149 head->extent_op = NULL;
7150 }
7151
Chris Mason1887be62009-03-13 10:11:24 -04007152 /*
7153 * waiting for the lock here would deadlock. If someone else has it
7154 * locked they are already in the process of dropping it anyway
7155 */
7156 if (!mutex_trylock(&head->mutex))
7157 goto out;
7158
7159 /*
7160 * at this point we have a head with no other entries. Go
7161 * ahead and process it.
7162 */
7163 head->node.in_tree = 0;
Liu Boc46effa2013-10-14 12:59:45 +08007164 rb_erase(&head->href_node, &delayed_refs->href_root);
Chris Masonc3e69d52009-03-13 10:17:05 -04007165
Josef Bacikd7df2c72014-01-23 09:21:38 -05007166 atomic_dec(&delayed_refs->num_entries);
Chris Mason1887be62009-03-13 10:11:24 -04007167
7168 /*
7169 * we don't take a ref on the node because we're removing it from the
7170 * tree, so we just steal the ref the tree was holding.
7171 */
Chris Masonc3e69d52009-03-13 10:17:05 -04007172 delayed_refs->num_heads--;
Josef Bacikd7df2c72014-01-23 09:21:38 -05007173 if (head->processing == 0)
Chris Masonc3e69d52009-03-13 10:17:05 -04007174 delayed_refs->num_heads_ready--;
Josef Bacikd7df2c72014-01-23 09:21:38 -05007175 head->processing = 0;
7176 spin_unlock(&head->lock);
Chris Mason1887be62009-03-13 10:11:24 -04007177 spin_unlock(&delayed_refs->lock);
7178
Yan, Zhengf0486c62010-05-16 10:46:25 -04007179 BUG_ON(head->extent_op);
7180 if (head->must_insert_reserved)
7181 ret = 1;
7182
7183 mutex_unlock(&head->mutex);
Chris Mason1887be62009-03-13 10:11:24 -04007184 btrfs_put_delayed_ref(&head->node);
Yan, Zhengf0486c62010-05-16 10:46:25 -04007185 return ret;
Chris Mason1887be62009-03-13 10:11:24 -04007186out:
Josef Bacikd7df2c72014-01-23 09:21:38 -05007187 spin_unlock(&head->lock);
Chris Masoncf93da72014-01-29 07:02:40 -08007188
7189out_delayed_unlock:
Chris Mason1887be62009-03-13 10:11:24 -04007190 spin_unlock(&delayed_refs->lock);
7191 return 0;
7192}
7193
Yan, Zhengf0486c62010-05-16 10:46:25 -04007194void btrfs_free_tree_block(struct btrfs_trans_handle *trans,
7195 struct btrfs_root *root,
7196 struct extent_buffer *buf,
Jan Schmidt5581a512012-05-16 17:04:52 +02007197 u64 parent, int last_ref)
Yan, Zhengf0486c62010-05-16 10:46:25 -04007198{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007199 struct btrfs_fs_info *fs_info = root->fs_info;
Josef Bacikb150a4f2013-06-19 15:00:04 -04007200 int pin = 1;
Yan, Zhengf0486c62010-05-16 10:46:25 -04007201 int ret;
7202
7203 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) {
Omar Sandovald7eae342017-06-06 16:45:31 -07007204 int old_ref_mod, new_ref_mod;
7205
Omar Sandoval7be07912017-06-06 16:45:30 -07007206 ret = btrfs_add_delayed_tree_ref(fs_info, trans, buf->start,
7207 buf->len, parent,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007208 root->root_key.objectid,
7209 btrfs_header_level(buf),
Omar Sandoval7be07912017-06-06 16:45:30 -07007210 BTRFS_DROP_DELAYED_REF, NULL,
Omar Sandovald7eae342017-06-06 16:45:31 -07007211 &old_ref_mod, &new_ref_mod);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01007212 BUG_ON(ret); /* -ENOMEM */
Omar Sandovald7eae342017-06-06 16:45:31 -07007213 pin = old_ref_mod >= 0 && new_ref_mod < 0;
Yan, Zhengf0486c62010-05-16 10:46:25 -04007214 }
7215
Omar Sandoval0a16c7d2017-06-06 16:45:29 -07007216 if (last_ref && btrfs_header_generation(buf) == trans->transid) {
Filipe Manana62198722015-01-06 20:18:45 +00007217 struct btrfs_block_group_cache *cache;
7218
Yan, Zhengf0486c62010-05-16 10:46:25 -04007219 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007220 ret = check_ref_cleanup(trans, buf->start);
Yan, Zhengf0486c62010-05-16 10:46:25 -04007221 if (!ret)
Josef Bacik37be25b2011-08-05 10:25:38 -04007222 goto out;
Yan, Zhengf0486c62010-05-16 10:46:25 -04007223 }
7224
Omar Sandoval4da8b762017-06-06 16:45:28 -07007225 pin = 0;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007226 cache = btrfs_lookup_block_group(fs_info, buf->start);
Filipe Manana62198722015-01-06 20:18:45 +00007227
Yan, Zhengf0486c62010-05-16 10:46:25 -04007228 if (btrfs_header_flag(buf, BTRFS_HEADER_FLAG_WRITTEN)) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007229 pin_down_extent(fs_info, cache, buf->start,
7230 buf->len, 1);
Filipe Manana62198722015-01-06 20:18:45 +00007231 btrfs_put_block_group(cache);
Josef Bacik37be25b2011-08-05 10:25:38 -04007232 goto out;
Yan, Zhengf0486c62010-05-16 10:46:25 -04007233 }
7234
7235 WARN_ON(test_bit(EXTENT_BUFFER_DIRTY, &buf->bflags));
7236
7237 btrfs_add_free_space(cache, buf->start, buf->len);
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08007238 btrfs_free_reserved_bytes(cache, buf->len, 0);
Filipe Manana62198722015-01-06 20:18:45 +00007239 btrfs_put_block_group(cache);
Jeff Mahoney71ff6432016-09-06 16:00:42 -04007240 trace_btrfs_reserved_extent_free(fs_info, buf->start, buf->len);
Yan, Zhengf0486c62010-05-16 10:46:25 -04007241 }
7242out:
Josef Bacikb150a4f2013-06-19 15:00:04 -04007243 if (pin)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007244 add_pinned_bytes(fs_info, buf->len, btrfs_header_level(buf),
Josef Bacikb150a4f2013-06-19 15:00:04 -04007245 root->root_key.objectid);
7246
Omar Sandoval0a16c7d2017-06-06 16:45:29 -07007247 if (last_ref) {
7248 /*
7249 * Deleting the buffer, clear the corrupt flag since it doesn't
7250 * matter anymore.
7251 */
7252 clear_bit(EXTENT_BUFFER_CORRUPT, &buf->bflags);
7253 }
Yan, Zhengf0486c62010-05-16 10:46:25 -04007254}
7255
Jeff Mahoney79787ea2012-03-12 16:03:00 +01007256/* Can return -ENOMEM */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007257int btrfs_free_extent(struct btrfs_trans_handle *trans,
7258 struct btrfs_fs_info *fs_info,
Arne Jansen66d7e7f2011-09-12 15:26:38 +02007259 u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01007260 u64 owner, u64 offset)
Chris Mason925baed2008-06-25 16:01:30 -04007261{
Omar Sandovald7eae342017-06-06 16:45:31 -07007262 int old_ref_mod, new_ref_mod;
Chris Mason925baed2008-06-25 16:01:30 -04007263 int ret;
7264
Jeff Mahoneyf5ee5c92016-06-21 09:52:41 -04007265 if (btrfs_is_testing(fs_info))
Josef Bacikfaa2dbf2014-05-07 17:06:09 -04007266 return 0;
David Sterbafccb84c2014-09-29 23:53:21 +02007267
Josef Bacikb150a4f2013-06-19 15:00:04 -04007268
Chris Mason56bec292009-03-13 10:10:06 -04007269 /*
7270 * tree log blocks never actually go into the extent allocation
7271 * tree, just update pinning info and exit early.
Chris Mason56bec292009-03-13 10:10:06 -04007272 */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007273 if (root_objectid == BTRFS_TREE_LOG_OBJECTID) {
7274 WARN_ON(owner >= BTRFS_FIRST_FREE_OBJECTID);
Chris Masonb9473432009-03-13 11:00:37 -04007275 /* unlocks the pinned mutex */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007276 btrfs_pin_extent(fs_info, bytenr, num_bytes, 1);
Omar Sandovald7eae342017-06-06 16:45:31 -07007277 old_ref_mod = new_ref_mod = 0;
Chris Mason56bec292009-03-13 10:10:06 -04007278 ret = 0;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007279 } else if (owner < BTRFS_FIRST_FREE_OBJECTID) {
Arne Jansen66d7e7f2011-09-12 15:26:38 +02007280 ret = btrfs_add_delayed_tree_ref(fs_info, trans, bytenr,
Omar Sandoval7be07912017-06-06 16:45:30 -07007281 num_bytes, parent,
7282 root_objectid, (int)owner,
7283 BTRFS_DROP_DELAYED_REF, NULL,
Omar Sandovald7eae342017-06-06 16:45:31 -07007284 &old_ref_mod, &new_ref_mod);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04007285 } else {
Arne Jansen66d7e7f2011-09-12 15:26:38 +02007286 ret = btrfs_add_delayed_data_ref(fs_info, trans, bytenr,
Omar Sandoval7be07912017-06-06 16:45:30 -07007287 num_bytes, parent,
7288 root_objectid, owner, offset,
7289 0, BTRFS_DROP_DELAYED_REF,
Omar Sandovald7eae342017-06-06 16:45:31 -07007290 &old_ref_mod, &new_ref_mod);
Chris Mason56bec292009-03-13 10:10:06 -04007291 }
Omar Sandovald7eae342017-06-06 16:45:31 -07007292
7293 if (ret == 0 && old_ref_mod >= 0 && new_ref_mod < 0)
7294 add_pinned_bytes(fs_info, num_bytes, owner, root_objectid);
7295
Chris Mason925baed2008-06-25 16:01:30 -04007296 return ret;
7297}
7298
Chris Masonfec577f2007-02-26 10:40:21 -05007299/*
Josef Bacik817d52f2009-07-13 21:29:25 -04007300 * when we wait for progress in the block group caching, its because
7301 * our allocation attempt failed at least once. So, we must sleep
7302 * and let some progress happen before we try again.
7303 *
7304 * This function will sleep at least once waiting for new free space to
7305 * show up, and then it will check the block group free space numbers
7306 * for our min num_bytes. Another option is to have it go ahead
7307 * and look in the rbtree for a free extent of a given size, but this
7308 * is a good start.
Josef Bacik36cce922013-08-05 11:15:21 -04007309 *
7310 * Callers of this must check if cache->cached == BTRFS_CACHE_ERROR before using
7311 * any of the information in this block group.
Josef Bacik817d52f2009-07-13 21:29:25 -04007312 */
Josef Bacik36cce922013-08-05 11:15:21 -04007313static noinline void
Josef Bacik817d52f2009-07-13 21:29:25 -04007314wait_block_group_cache_progress(struct btrfs_block_group_cache *cache,
7315 u64 num_bytes)
7316{
Yan Zheng11833d62009-09-11 16:11:19 -04007317 struct btrfs_caching_control *caching_ctl;
Josef Bacik817d52f2009-07-13 21:29:25 -04007318
Yan Zheng11833d62009-09-11 16:11:19 -04007319 caching_ctl = get_caching_control(cache);
7320 if (!caching_ctl)
Josef Bacik36cce922013-08-05 11:15:21 -04007321 return;
Josef Bacik817d52f2009-07-13 21:29:25 -04007322
Yan Zheng11833d62009-09-11 16:11:19 -04007323 wait_event(caching_ctl->wait, block_group_cache_done(cache) ||
Li Zefan34d52cb2011-03-29 13:46:06 +08007324 (cache->free_space_ctl->free_space >= num_bytes));
Yan Zheng11833d62009-09-11 16:11:19 -04007325
7326 put_caching_control(caching_ctl);
Yan Zheng11833d62009-09-11 16:11:19 -04007327}
7328
7329static noinline int
7330wait_block_group_cache_done(struct btrfs_block_group_cache *cache)
7331{
7332 struct btrfs_caching_control *caching_ctl;
Josef Bacik36cce922013-08-05 11:15:21 -04007333 int ret = 0;
Yan Zheng11833d62009-09-11 16:11:19 -04007334
7335 caching_ctl = get_caching_control(cache);
7336 if (!caching_ctl)
Josef Bacik36cce922013-08-05 11:15:21 -04007337 return (cache->cached == BTRFS_CACHE_ERROR) ? -EIO : 0;
Yan Zheng11833d62009-09-11 16:11:19 -04007338
7339 wait_event(caching_ctl->wait, block_group_cache_done(cache));
Josef Bacik36cce922013-08-05 11:15:21 -04007340 if (cache->cached == BTRFS_CACHE_ERROR)
7341 ret = -EIO;
Yan Zheng11833d62009-09-11 16:11:19 -04007342 put_caching_control(caching_ctl);
Josef Bacik36cce922013-08-05 11:15:21 -04007343 return ret;
Josef Bacik817d52f2009-07-13 21:29:25 -04007344}
7345
Liu Bo31e50222012-11-21 14:18:10 +00007346int __get_raid_index(u64 flags)
Yan, Zhengb742bb82010-05-16 10:46:24 -04007347{
Ilya Dryomov7738a532012-03-27 17:09:17 +03007348 if (flags & BTRFS_BLOCK_GROUP_RAID10)
Miao Xiee6ec7162013-01-17 05:38:51 +00007349 return BTRFS_RAID_RAID10;
Ilya Dryomov7738a532012-03-27 17:09:17 +03007350 else if (flags & BTRFS_BLOCK_GROUP_RAID1)
Miao Xiee6ec7162013-01-17 05:38:51 +00007351 return BTRFS_RAID_RAID1;
Ilya Dryomov7738a532012-03-27 17:09:17 +03007352 else if (flags & BTRFS_BLOCK_GROUP_DUP)
Miao Xiee6ec7162013-01-17 05:38:51 +00007353 return BTRFS_RAID_DUP;
Ilya Dryomov7738a532012-03-27 17:09:17 +03007354 else if (flags & BTRFS_BLOCK_GROUP_RAID0)
Miao Xiee6ec7162013-01-17 05:38:51 +00007355 return BTRFS_RAID_RAID0;
David Woodhouse53b381b2013-01-29 18:40:14 -05007356 else if (flags & BTRFS_BLOCK_GROUP_RAID5)
Chris Masone942f882013-02-20 14:06:05 -05007357 return BTRFS_RAID_RAID5;
David Woodhouse53b381b2013-01-29 18:40:14 -05007358 else if (flags & BTRFS_BLOCK_GROUP_RAID6)
Chris Masone942f882013-02-20 14:06:05 -05007359 return BTRFS_RAID_RAID6;
Ilya Dryomov7738a532012-03-27 17:09:17 +03007360
Chris Masone942f882013-02-20 14:06:05 -05007361 return BTRFS_RAID_SINGLE; /* BTRFS_BLOCK_GROUP_SINGLE */
Yan, Zhengb742bb82010-05-16 10:46:24 -04007362}
7363
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04007364int get_block_group_index(struct btrfs_block_group_cache *cache)
Ilya Dryomov7738a532012-03-27 17:09:17 +03007365{
Liu Bo31e50222012-11-21 14:18:10 +00007366 return __get_raid_index(cache->flags);
Ilya Dryomov7738a532012-03-27 17:09:17 +03007367}
7368
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04007369static const char *btrfs_raid_type_names[BTRFS_NR_RAID_TYPES] = {
7370 [BTRFS_RAID_RAID10] = "raid10",
7371 [BTRFS_RAID_RAID1] = "raid1",
7372 [BTRFS_RAID_DUP] = "dup",
7373 [BTRFS_RAID_RAID0] = "raid0",
7374 [BTRFS_RAID_SINGLE] = "single",
7375 [BTRFS_RAID_RAID5] = "raid5",
7376 [BTRFS_RAID_RAID6] = "raid6",
7377};
7378
Jeff Mahoney1b8e5df2013-11-20 16:50:23 -05007379static const char *get_raid_name(enum btrfs_raid_types type)
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04007380{
7381 if (type >= BTRFS_NR_RAID_TYPES)
7382 return NULL;
7383
7384 return btrfs_raid_type_names[type];
7385}
7386
Josef Bacik817d52f2009-07-13 21:29:25 -04007387enum btrfs_loop_type {
Josef Bacik285ff5a2012-01-13 15:27:45 -05007388 LOOP_CACHING_NOWAIT = 0,
7389 LOOP_CACHING_WAIT = 1,
7390 LOOP_ALLOC_CHUNK = 2,
7391 LOOP_NO_EMPTY_SIZE = 3,
Josef Bacik817d52f2009-07-13 21:29:25 -04007392};
7393
Miao Xiee570fd22014-06-19 10:42:50 +08007394static inline void
7395btrfs_lock_block_group(struct btrfs_block_group_cache *cache,
7396 int delalloc)
7397{
7398 if (delalloc)
7399 down_read(&cache->data_rwsem);
7400}
7401
7402static inline void
7403btrfs_grab_block_group(struct btrfs_block_group_cache *cache,
7404 int delalloc)
7405{
7406 btrfs_get_block_group(cache);
7407 if (delalloc)
7408 down_read(&cache->data_rwsem);
7409}
7410
7411static struct btrfs_block_group_cache *
7412btrfs_lock_cluster(struct btrfs_block_group_cache *block_group,
7413 struct btrfs_free_cluster *cluster,
7414 int delalloc)
7415{
Sudip Mukherjee89771cc2016-02-16 13:32:47 +05307416 struct btrfs_block_group_cache *used_bg = NULL;
Geert Uytterhoeven6719afd2014-06-22 14:30:09 +02007417
Miao Xiee570fd22014-06-19 10:42:50 +08007418 spin_lock(&cluster->refill_lock);
Geert Uytterhoeven6719afd2014-06-22 14:30:09 +02007419 while (1) {
7420 used_bg = cluster->block_group;
7421 if (!used_bg)
7422 return NULL;
7423
7424 if (used_bg == block_group)
7425 return used_bg;
7426
7427 btrfs_get_block_group(used_bg);
7428
7429 if (!delalloc)
7430 return used_bg;
7431
7432 if (down_read_trylock(&used_bg->data_rwsem))
7433 return used_bg;
7434
7435 spin_unlock(&cluster->refill_lock);
7436
Liu Boe321f8a2016-11-30 16:11:04 -08007437 /* We should only have one-level nested. */
7438 down_read_nested(&used_bg->data_rwsem, SINGLE_DEPTH_NESTING);
Geert Uytterhoeven6719afd2014-06-22 14:30:09 +02007439
7440 spin_lock(&cluster->refill_lock);
Miao Xiee570fd22014-06-19 10:42:50 +08007441 if (used_bg == cluster->block_group)
7442 return used_bg;
7443
7444 up_read(&used_bg->data_rwsem);
7445 btrfs_put_block_group(used_bg);
7446 }
Miao Xiee570fd22014-06-19 10:42:50 +08007447}
7448
7449static inline void
7450btrfs_release_block_group(struct btrfs_block_group_cache *cache,
7451 int delalloc)
7452{
7453 if (delalloc)
7454 up_read(&cache->data_rwsem);
7455 btrfs_put_block_group(cache);
7456}
7457
Josef Bacik817d52f2009-07-13 21:29:25 -04007458/*
Chris Masonfec577f2007-02-26 10:40:21 -05007459 * walks the btree of allocated extents and find a hole of a given size.
7460 * The key ins is changed to record the hole:
Miao Xiea4820392013-09-09 13:19:42 +08007461 * ins->objectid == start position
Chris Mason62e27492007-03-15 12:56:47 -04007462 * ins->flags = BTRFS_EXTENT_ITEM_KEY
Miao Xiea4820392013-09-09 13:19:42 +08007463 * ins->offset == the size of the hole.
Chris Masonfec577f2007-02-26 10:40:21 -05007464 * Any available blocks before search_start are skipped.
Miao Xiea4820392013-09-09 13:19:42 +08007465 *
7466 * If there is no suitable free space, we will record the max size of
7467 * the free space extent currently.
Chris Masonfec577f2007-02-26 10:40:21 -05007468 */
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05007469static noinline int find_free_extent(struct btrfs_fs_info *fs_info,
Wang Xiaoguang18513092016-07-25 15:51:40 +08007470 u64 ram_bytes, u64 num_bytes, u64 empty_size,
7471 u64 hint_byte, struct btrfs_key *ins,
7472 u64 flags, int delalloc)
Chris Masonfec577f2007-02-26 10:40:21 -05007473{
Josef Bacik80eb2342008-10-29 14:49:05 -04007474 int ret = 0;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007475 struct btrfs_root *root = fs_info->extent_root;
Chris Masonfa9c0d792009-04-03 09:47:43 -04007476 struct btrfs_free_cluster *last_ptr = NULL;
Josef Bacik80eb2342008-10-29 14:49:05 -04007477 struct btrfs_block_group_cache *block_group = NULL;
Josef Bacik81c9ad22012-01-18 10:56:06 -05007478 u64 search_start = 0;
Miao Xiea4820392013-09-09 13:19:42 +08007479 u64 max_extent_size = 0;
Josef Bacikc759c4e2015-10-02 15:25:10 -04007480 u64 empty_cluster = 0;
Josef Bacik80eb2342008-10-29 14:49:05 -04007481 struct btrfs_space_info *space_info;
Chris Masonfa9c0d792009-04-03 09:47:43 -04007482 int loop = 0;
David Sterbab6919a52013-04-29 13:39:40 +00007483 int index = __get_raid_index(flags);
Josef Bacik0a243252009-09-11 16:11:20 -04007484 bool failed_cluster_refill = false;
Josef Bacik1cdda9b2009-10-06 10:04:28 -04007485 bool failed_alloc = false;
Josef Bacik67377732010-09-16 16:19:09 -04007486 bool use_cluster = true;
Miao Xie60d2adb2011-09-09 17:34:35 +08007487 bool have_caching_bg = false;
chandan13a0db52015-11-02 13:59:46 +05307488 bool orig_have_caching_bg = false;
Josef Bacika5e681d2015-10-01 14:54:10 -04007489 bool full_search = false;
Chris Masonfec577f2007-02-26 10:40:21 -05007490
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007491 WARN_ON(num_bytes < fs_info->sectorsize);
David Sterba962a2982014-06-04 18:41:45 +02007492 ins->type = BTRFS_EXTENT_ITEM_KEY;
Josef Bacik80eb2342008-10-29 14:49:05 -04007493 ins->objectid = 0;
7494 ins->offset = 0;
Chris Masonb1a4d962007-04-04 15:27:52 -04007495
Jeff Mahoney71ff6432016-09-06 16:00:42 -04007496 trace_find_free_extent(fs_info, num_bytes, empty_size, flags);
Josef Bacik3f7de032011-11-10 08:29:20 -05007497
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007498 space_info = __find_space_info(fs_info, flags);
Josef Bacik1b1d1f62010-03-19 20:49:55 +00007499 if (!space_info) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007500 btrfs_err(fs_info, "No space info for %llu", flags);
Josef Bacik1b1d1f62010-03-19 20:49:55 +00007501 return -ENOSPC;
7502 }
Josef Bacik2552d172009-04-03 10:14:19 -04007503
Josef Bacik67377732010-09-16 16:19:09 -04007504 /*
Josef Bacik4f4db212015-09-29 11:40:47 -04007505 * If our free space is heavily fragmented we may not be able to make
7506 * big contiguous allocations, so instead of doing the expensive search
7507 * for free space, simply return ENOSPC with our max_extent_size so we
7508 * can go ahead and search for a more manageable chunk.
7509 *
7510 * If our max_extent_size is large enough for our allocation simply
7511 * disable clustering since we will likely not be able to find enough
7512 * space to create a cluster and induce latency trying.
Josef Bacik67377732010-09-16 16:19:09 -04007513 */
Josef Bacik4f4db212015-09-29 11:40:47 -04007514 if (unlikely(space_info->max_extent_size)) {
7515 spin_lock(&space_info->lock);
7516 if (space_info->max_extent_size &&
7517 num_bytes > space_info->max_extent_size) {
7518 ins->offset = space_info->max_extent_size;
7519 spin_unlock(&space_info->lock);
7520 return -ENOSPC;
7521 } else if (space_info->max_extent_size) {
7522 use_cluster = false;
7523 }
7524 spin_unlock(&space_info->lock);
Chris Mason239b14b2008-03-24 15:02:07 -04007525 }
7526
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007527 last_ptr = fetch_cluster_info(fs_info, space_info, &empty_cluster);
Chris Mason239b14b2008-03-24 15:02:07 -04007528 if (last_ptr) {
Chris Masonfa9c0d792009-04-03 09:47:43 -04007529 spin_lock(&last_ptr->lock);
7530 if (last_ptr->block_group)
7531 hint_byte = last_ptr->window_start;
Josef Bacikc759c4e2015-10-02 15:25:10 -04007532 if (last_ptr->fragmented) {
7533 /*
7534 * We still set window_start so we can keep track of the
7535 * last place we found an allocation to try and save
7536 * some time.
7537 */
7538 hint_byte = last_ptr->window_start;
7539 use_cluster = false;
7540 }
Chris Masonfa9c0d792009-04-03 09:47:43 -04007541 spin_unlock(&last_ptr->lock);
Chris Mason239b14b2008-03-24 15:02:07 -04007542 }
Chris Masonfa9c0d792009-04-03 09:47:43 -04007543
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007544 search_start = max(search_start, first_logical_byte(fs_info, 0));
Chris Mason239b14b2008-03-24 15:02:07 -04007545 search_start = max(search_start, hint_byte);
Josef Bacik2552d172009-04-03 10:14:19 -04007546 if (search_start == hint_byte) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007547 block_group = btrfs_lookup_block_group(fs_info, search_start);
Josef Bacik817d52f2009-07-13 21:29:25 -04007548 /*
7549 * we don't want to use the block group if it doesn't match our
7550 * allocation bits, or if its not cached.
Josef Bacikccf0e722009-11-10 21:23:48 -05007551 *
7552 * However if we are re-searching with an ideal block group
7553 * picked out then we don't care that the block group is cached.
Josef Bacik817d52f2009-07-13 21:29:25 -04007554 */
David Sterbab6919a52013-04-29 13:39:40 +00007555 if (block_group && block_group_bits(block_group, flags) &&
Josef Bacik285ff5a2012-01-13 15:27:45 -05007556 block_group->cached != BTRFS_CACHE_NO) {
Josef Bacik2552d172009-04-03 10:14:19 -04007557 down_read(&space_info->groups_sem);
Chris Mason44fb5512009-06-04 15:34:51 -04007558 if (list_empty(&block_group->list) ||
7559 block_group->ro) {
7560 /*
7561 * someone is removing this block group,
7562 * we can't jump into the have_block_group
7563 * target because our list pointers are not
7564 * valid
7565 */
7566 btrfs_put_block_group(block_group);
7567 up_read(&space_info->groups_sem);
Josef Bacikccf0e722009-11-10 21:23:48 -05007568 } else {
Yan, Zhengb742bb82010-05-16 10:46:24 -04007569 index = get_block_group_index(block_group);
Miao Xiee570fd22014-06-19 10:42:50 +08007570 btrfs_lock_block_group(block_group, delalloc);
Chris Mason44fb5512009-06-04 15:34:51 -04007571 goto have_block_group;
Josef Bacikccf0e722009-11-10 21:23:48 -05007572 }
Josef Bacik2552d172009-04-03 10:14:19 -04007573 } else if (block_group) {
Chris Masonfa9c0d792009-04-03 09:47:43 -04007574 btrfs_put_block_group(block_group);
Josef Bacik2552d172009-04-03 10:14:19 -04007575 }
Chris Mason42e70e72008-11-07 18:17:11 -05007576 }
Josef Bacik2552d172009-04-03 10:14:19 -04007577search:
Miao Xie60d2adb2011-09-09 17:34:35 +08007578 have_caching_bg = false;
Josef Bacika5e681d2015-10-01 14:54:10 -04007579 if (index == 0 || index == __get_raid_index(flags))
7580 full_search = true;
Josef Bacik80eb2342008-10-29 14:49:05 -04007581 down_read(&space_info->groups_sem);
Yan, Zhengb742bb82010-05-16 10:46:24 -04007582 list_for_each_entry(block_group, &space_info->block_groups[index],
7583 list) {
Josef Bacik6226cb02009-04-03 10:14:18 -04007584 u64 offset;
Josef Bacik817d52f2009-07-13 21:29:25 -04007585 int cached;
Chris Mason8a1413a2008-11-10 16:13:54 -05007586
Miao Xiee570fd22014-06-19 10:42:50 +08007587 btrfs_grab_block_group(block_group, delalloc);
Josef Bacik2552d172009-04-03 10:14:19 -04007588 search_start = block_group->key.objectid;
Chris Mason42e70e72008-11-07 18:17:11 -05007589
Chris Mason83a50de2010-12-13 15:06:46 -05007590 /*
7591 * this can happen if we end up cycling through all the
7592 * raid types, but we want to make sure we only allocate
7593 * for the proper type.
7594 */
David Sterbab6919a52013-04-29 13:39:40 +00007595 if (!block_group_bits(block_group, flags)) {
Chris Mason83a50de2010-12-13 15:06:46 -05007596 u64 extra = BTRFS_BLOCK_GROUP_DUP |
7597 BTRFS_BLOCK_GROUP_RAID1 |
David Woodhouse53b381b2013-01-29 18:40:14 -05007598 BTRFS_BLOCK_GROUP_RAID5 |
7599 BTRFS_BLOCK_GROUP_RAID6 |
Chris Mason83a50de2010-12-13 15:06:46 -05007600 BTRFS_BLOCK_GROUP_RAID10;
7601
7602 /*
7603 * if they asked for extra copies and this block group
7604 * doesn't provide them, bail. This does allow us to
7605 * fill raid0 from raid1.
7606 */
David Sterbab6919a52013-04-29 13:39:40 +00007607 if ((flags & extra) && !(block_group->flags & extra))
Chris Mason83a50de2010-12-13 15:06:46 -05007608 goto loop;
7609 }
7610
Josef Bacik2552d172009-04-03 10:14:19 -04007611have_block_group:
Josef Bacik291c7d22011-11-14 13:52:14 -05007612 cached = block_group_cache_done(block_group);
7613 if (unlikely(!cached)) {
Josef Bacika5e681d2015-10-01 14:54:10 -04007614 have_caching_bg = true;
Liu Bof6373bf2012-12-27 09:01:18 +00007615 ret = cache_block_group(block_group, 0);
Chris Mason1d4284b2012-03-28 20:31:37 -04007616 BUG_ON(ret < 0);
7617 ret = 0;
Josef Bacikea6a4782008-11-20 12:16:16 -05007618 }
7619
Josef Bacik36cce922013-08-05 11:15:21 -04007620 if (unlikely(block_group->cached == BTRFS_CACHE_ERROR))
7621 goto loop;
Josef Bacikea6a4782008-11-20 12:16:16 -05007622 if (unlikely(block_group->ro))
Josef Bacik2552d172009-04-03 10:14:19 -04007623 goto loop;
Josef Bacik0f9dd462008-09-23 13:14:11 -04007624
Josef Bacik0a243252009-09-11 16:11:20 -04007625 /*
Alexandre Oliva062c05c2011-12-07 19:50:42 -05007626 * Ok we want to try and use the cluster allocator, so
7627 * lets look there
Josef Bacik0a243252009-09-11 16:11:20 -04007628 */
Josef Bacikc759c4e2015-10-02 15:25:10 -04007629 if (last_ptr && use_cluster) {
Miao Xie215a63d2014-01-15 20:00:56 +08007630 struct btrfs_block_group_cache *used_block_group;
Chris Mason8de972b2013-01-04 15:39:43 -05007631 unsigned long aligned_cluster;
Chris Masonfa9c0d792009-04-03 09:47:43 -04007632 /*
7633 * the refill lock keeps out other
7634 * people trying to start a new cluster
7635 */
Miao Xiee570fd22014-06-19 10:42:50 +08007636 used_block_group = btrfs_lock_cluster(block_group,
7637 last_ptr,
7638 delalloc);
7639 if (!used_block_group)
Chris Mason44fb5512009-06-04 15:34:51 -04007640 goto refill_cluster;
Chris Mason44fb5512009-06-04 15:34:51 -04007641
Miao Xiee570fd22014-06-19 10:42:50 +08007642 if (used_block_group != block_group &&
7643 (used_block_group->ro ||
7644 !block_group_bits(used_block_group, flags)))
7645 goto release_cluster;
Alexandre Oliva274bd4f2011-12-07 20:08:40 -05007646
7647 offset = btrfs_alloc_from_cluster(used_block_group,
Miao Xiea4820392013-09-09 13:19:42 +08007648 last_ptr,
7649 num_bytes,
7650 used_block_group->key.objectid,
7651 &max_extent_size);
Chris Masonfa9c0d792009-04-03 09:47:43 -04007652 if (offset) {
7653 /* we have a block, we're done */
7654 spin_unlock(&last_ptr->refill_lock);
Jeff Mahoney71ff6432016-09-06 16:00:42 -04007655 trace_btrfs_reserve_extent_cluster(fs_info,
Miao Xie89d43462014-01-15 20:00:57 +08007656 used_block_group,
7657 search_start, num_bytes);
Miao Xie215a63d2014-01-15 20:00:56 +08007658 if (used_block_group != block_group) {
Miao Xiee570fd22014-06-19 10:42:50 +08007659 btrfs_release_block_group(block_group,
7660 delalloc);
Miao Xie215a63d2014-01-15 20:00:56 +08007661 block_group = used_block_group;
7662 }
Chris Masonfa9c0d792009-04-03 09:47:43 -04007663 goto checks;
7664 }
7665
Alexandre Oliva274bd4f2011-12-07 20:08:40 -05007666 WARN_ON(last_ptr->block_group != used_block_group);
Miao Xiee570fd22014-06-19 10:42:50 +08007667release_cluster:
Alexandre Oliva062c05c2011-12-07 19:50:42 -05007668 /* If we are on LOOP_NO_EMPTY_SIZE, we can't
7669 * set up a new clusters, so lets just skip it
7670 * and let the allocator find whatever block
7671 * it can find. If we reach this point, we
7672 * will have tried the cluster allocator
7673 * plenty of times and not have found
7674 * anything, so we are likely way too
7675 * fragmented for the clustering stuff to find
Alexandre Olivaa5f6f712011-12-12 04:48:19 -02007676 * anything.
7677 *
7678 * However, if the cluster is taken from the
7679 * current block group, release the cluster
7680 * first, so that we stand a better chance of
7681 * succeeding in the unclustered
7682 * allocation. */
7683 if (loop >= LOOP_NO_EMPTY_SIZE &&
Miao Xiee570fd22014-06-19 10:42:50 +08007684 used_block_group != block_group) {
Alexandre Oliva062c05c2011-12-07 19:50:42 -05007685 spin_unlock(&last_ptr->refill_lock);
Miao Xiee570fd22014-06-19 10:42:50 +08007686 btrfs_release_block_group(used_block_group,
7687 delalloc);
Alexandre Oliva062c05c2011-12-07 19:50:42 -05007688 goto unclustered_alloc;
7689 }
7690
Chris Masonfa9c0d792009-04-03 09:47:43 -04007691 /*
7692 * this cluster didn't work out, free it and
7693 * start over
7694 */
7695 btrfs_return_cluster_to_free_space(NULL, last_ptr);
7696
Miao Xiee570fd22014-06-19 10:42:50 +08007697 if (used_block_group != block_group)
7698 btrfs_release_block_group(used_block_group,
7699 delalloc);
7700refill_cluster:
Alexandre Olivaa5f6f712011-12-12 04:48:19 -02007701 if (loop >= LOOP_NO_EMPTY_SIZE) {
7702 spin_unlock(&last_ptr->refill_lock);
7703 goto unclustered_alloc;
7704 }
7705
Chris Mason8de972b2013-01-04 15:39:43 -05007706 aligned_cluster = max_t(unsigned long,
7707 empty_cluster + empty_size,
7708 block_group->full_stripe_len);
7709
Chris Masonfa9c0d792009-04-03 09:47:43 -04007710 /* allocate a cluster in this block group */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007711 ret = btrfs_find_space_cluster(fs_info, block_group,
Josef Bacik00361582013-08-14 14:02:47 -04007712 last_ptr, search_start,
7713 num_bytes,
7714 aligned_cluster);
Chris Masonfa9c0d792009-04-03 09:47:43 -04007715 if (ret == 0) {
7716 /*
7717 * now pull our allocation out of this
7718 * cluster
7719 */
7720 offset = btrfs_alloc_from_cluster(block_group,
Miao Xiea4820392013-09-09 13:19:42 +08007721 last_ptr,
7722 num_bytes,
7723 search_start,
7724 &max_extent_size);
Chris Masonfa9c0d792009-04-03 09:47:43 -04007725 if (offset) {
7726 /* we found one, proceed */
7727 spin_unlock(&last_ptr->refill_lock);
Jeff Mahoney71ff6432016-09-06 16:00:42 -04007728 trace_btrfs_reserve_extent_cluster(fs_info,
Josef Bacik3f7de032011-11-10 08:29:20 -05007729 block_group, search_start,
7730 num_bytes);
Chris Masonfa9c0d792009-04-03 09:47:43 -04007731 goto checks;
7732 }
Josef Bacik0a243252009-09-11 16:11:20 -04007733 } else if (!cached && loop > LOOP_CACHING_NOWAIT
7734 && !failed_cluster_refill) {
Josef Bacik817d52f2009-07-13 21:29:25 -04007735 spin_unlock(&last_ptr->refill_lock);
7736
Josef Bacik0a243252009-09-11 16:11:20 -04007737 failed_cluster_refill = true;
Josef Bacik817d52f2009-07-13 21:29:25 -04007738 wait_block_group_cache_progress(block_group,
7739 num_bytes + empty_cluster + empty_size);
7740 goto have_block_group;
Chris Masonfa9c0d792009-04-03 09:47:43 -04007741 }
Josef Bacik817d52f2009-07-13 21:29:25 -04007742
Chris Masonfa9c0d792009-04-03 09:47:43 -04007743 /*
7744 * at this point we either didn't find a cluster
7745 * or we weren't able to allocate a block from our
7746 * cluster. Free the cluster we've been trying
7747 * to use, and go to the next block group
7748 */
Josef Bacik0a243252009-09-11 16:11:20 -04007749 btrfs_return_cluster_to_free_space(NULL, last_ptr);
Chris Masonfa9c0d792009-04-03 09:47:43 -04007750 spin_unlock(&last_ptr->refill_lock);
Josef Bacik0a243252009-09-11 16:11:20 -04007751 goto loop;
Chris Masonfa9c0d792009-04-03 09:47:43 -04007752 }
7753
Alexandre Oliva062c05c2011-12-07 19:50:42 -05007754unclustered_alloc:
Josef Bacikc759c4e2015-10-02 15:25:10 -04007755 /*
7756 * We are doing an unclustered alloc, set the fragmented flag so
7757 * we don't bother trying to setup a cluster again until we get
7758 * more space.
7759 */
7760 if (unlikely(last_ptr)) {
7761 spin_lock(&last_ptr->lock);
7762 last_ptr->fragmented = 1;
7763 spin_unlock(&last_ptr->lock);
7764 }
Liu Bo0c9b36e2017-02-13 15:42:30 -08007765 if (cached) {
7766 struct btrfs_free_space_ctl *ctl =
7767 block_group->free_space_ctl;
7768
7769 spin_lock(&ctl->tree_lock);
7770 if (ctl->free_space <
7771 num_bytes + empty_cluster + empty_size) {
7772 if (ctl->free_space > max_extent_size)
7773 max_extent_size = ctl->free_space;
7774 spin_unlock(&ctl->tree_lock);
7775 goto loop;
7776 }
7777 spin_unlock(&ctl->tree_lock);
Alexandre Olivaa5f6f712011-12-12 04:48:19 -02007778 }
Alexandre Olivaa5f6f712011-12-12 04:48:19 -02007779
Josef Bacik6226cb02009-04-03 10:14:18 -04007780 offset = btrfs_find_space_for_alloc(block_group, search_start,
Miao Xiea4820392013-09-09 13:19:42 +08007781 num_bytes, empty_size,
7782 &max_extent_size);
Josef Bacik1cdda9b2009-10-06 10:04:28 -04007783 /*
7784 * If we didn't find a chunk, and we haven't failed on this
7785 * block group before, and this block group is in the middle of
7786 * caching and we are ok with waiting, then go ahead and wait
7787 * for progress to be made, and set failed_alloc to true.
7788 *
7789 * If failed_alloc is true then we've already waited on this
7790 * block group once and should move on to the next block group.
7791 */
7792 if (!offset && !failed_alloc && !cached &&
7793 loop > LOOP_CACHING_NOWAIT) {
Josef Bacik817d52f2009-07-13 21:29:25 -04007794 wait_block_group_cache_progress(block_group,
Josef Bacik1cdda9b2009-10-06 10:04:28 -04007795 num_bytes + empty_size);
7796 failed_alloc = true;
Josef Bacik817d52f2009-07-13 21:29:25 -04007797 goto have_block_group;
Josef Bacik1cdda9b2009-10-06 10:04:28 -04007798 } else if (!offset) {
7799 goto loop;
Josef Bacik817d52f2009-07-13 21:29:25 -04007800 }
Chris Masonfa9c0d792009-04-03 09:47:43 -04007801checks:
Jeff Mahoney0b246af2016-06-22 18:54:23 -04007802 search_start = ALIGN(offset, fs_info->stripesize);
Chris Masone37c9e62007-05-09 20:13:14 -04007803
Josef Bacik2552d172009-04-03 10:14:19 -04007804 /* move on to the next group */
7805 if (search_start + num_bytes >
Miao Xie215a63d2014-01-15 20:00:56 +08007806 block_group->key.objectid + block_group->key.offset) {
7807 btrfs_add_free_space(block_group, offset, num_bytes);
Josef Bacik2552d172009-04-03 10:14:19 -04007808 goto loop;
Josef Bacik6226cb02009-04-03 10:14:18 -04007809 }
Josef Bacik80eb2342008-10-29 14:49:05 -04007810
Josef Bacik6226cb02009-04-03 10:14:18 -04007811 if (offset < search_start)
Miao Xie215a63d2014-01-15 20:00:56 +08007812 btrfs_add_free_space(block_group, offset,
Josef Bacik6226cb02009-04-03 10:14:18 -04007813 search_start - offset);
7814 BUG_ON(offset > search_start);
7815
Wang Xiaoguang18513092016-07-25 15:51:40 +08007816 ret = btrfs_add_reserved_bytes(block_group, ram_bytes,
7817 num_bytes, delalloc);
Yan, Zhengf0486c62010-05-16 10:46:25 -04007818 if (ret == -EAGAIN) {
Miao Xie215a63d2014-01-15 20:00:56 +08007819 btrfs_add_free_space(block_group, offset, num_bytes);
Yan, Zhengf0486c62010-05-16 10:46:25 -04007820 goto loop;
7821 }
Filipe Manana9cfa3e32016-04-26 15:39:32 +01007822 btrfs_inc_block_group_reservations(block_group);
Yan Zheng11833d62009-09-11 16:11:19 -04007823
Josef Bacik2552d172009-04-03 10:14:19 -04007824 /* we are all good, lets return */
Yan, Zhengf0486c62010-05-16 10:46:25 -04007825 ins->objectid = search_start;
7826 ins->offset = num_bytes;
7827
Jeff Mahoney71ff6432016-09-06 16:00:42 -04007828 trace_btrfs_reserve_extent(fs_info, block_group,
Josef Bacik3f7de032011-11-10 08:29:20 -05007829 search_start, num_bytes);
Miao Xiee570fd22014-06-19 10:42:50 +08007830 btrfs_release_block_group(block_group, delalloc);
Josef Bacik2552d172009-04-03 10:14:19 -04007831 break;
7832loop:
Josef Bacik0a243252009-09-11 16:11:20 -04007833 failed_cluster_refill = false;
Josef Bacik1cdda9b2009-10-06 10:04:28 -04007834 failed_alloc = false;
Yan, Zhengb742bb82010-05-16 10:46:24 -04007835 BUG_ON(index != get_block_group_index(block_group));
Miao Xiee570fd22014-06-19 10:42:50 +08007836 btrfs_release_block_group(block_group, delalloc);
Josef Bacik2552d172009-04-03 10:14:19 -04007837 }
7838 up_read(&space_info->groups_sem);
Chris Masonf5a31e12008-11-10 11:47:09 -05007839
chandan13a0db52015-11-02 13:59:46 +05307840 if ((loop == LOOP_CACHING_NOWAIT) && have_caching_bg
7841 && !orig_have_caching_bg)
7842 orig_have_caching_bg = true;
7843
Miao Xie60d2adb2011-09-09 17:34:35 +08007844 if (!ins->objectid && loop >= LOOP_CACHING_WAIT && have_caching_bg)
7845 goto search;
7846
Yan, Zhengb742bb82010-05-16 10:46:24 -04007847 if (!ins->objectid && ++index < BTRFS_NR_RAID_TYPES)
7848 goto search;
7849
Josef Bacik285ff5a2012-01-13 15:27:45 -05007850 /*
Josef Bacikccf0e722009-11-10 21:23:48 -05007851 * LOOP_CACHING_NOWAIT, search partially cached block groups, kicking
7852 * caching kthreads as we move along
Josef Bacik817d52f2009-07-13 21:29:25 -04007853 * LOOP_CACHING_WAIT, search everything, and wait if our bg is caching
7854 * LOOP_ALLOC_CHUNK, force a chunk allocation and try again
7855 * LOOP_NO_EMPTY_SIZE, set empty_size and empty_cluster to 0 and try
7856 * again
Chris Masonfa9c0d792009-04-03 09:47:43 -04007857 */
Josef Bacik723bda22011-05-27 16:11:38 -04007858 if (!ins->objectid && loop < LOOP_NO_EMPTY_SIZE) {
Yan, Zhengb742bb82010-05-16 10:46:24 -04007859 index = 0;
Josef Bacika5e681d2015-10-01 14:54:10 -04007860 if (loop == LOOP_CACHING_NOWAIT) {
7861 /*
7862 * We want to skip the LOOP_CACHING_WAIT step if we
Nicholas D Steeves01327612016-05-19 21:18:45 -04007863 * don't have any uncached bgs and we've already done a
Josef Bacika5e681d2015-10-01 14:54:10 -04007864 * full search through.
7865 */
chandan13a0db52015-11-02 13:59:46 +05307866 if (orig_have_caching_bg || !full_search)
Josef Bacika5e681d2015-10-01 14:54:10 -04007867 loop = LOOP_CACHING_WAIT;
7868 else
7869 loop = LOOP_ALLOC_CHUNK;
7870 } else {
7871 loop++;
7872 }
7873
Josef Bacik817d52f2009-07-13 21:29:25 -04007874 if (loop == LOOP_ALLOC_CHUNK) {
Josef Bacik00361582013-08-14 14:02:47 -04007875 struct btrfs_trans_handle *trans;
Wang Shilongf017f152014-03-13 13:19:47 +08007876 int exist = 0;
Josef Bacik00361582013-08-14 14:02:47 -04007877
Wang Shilongf017f152014-03-13 13:19:47 +08007878 trans = current->journal_info;
7879 if (trans)
7880 exist = 1;
7881 else
7882 trans = btrfs_join_transaction(root);
7883
Josef Bacik00361582013-08-14 14:02:47 -04007884 if (IS_ERR(trans)) {
7885 ret = PTR_ERR(trans);
7886 goto out;
7887 }
7888
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04007889 ret = do_chunk_alloc(trans, fs_info, flags,
Josef Bacikea658ba2012-09-11 16:57:25 -04007890 CHUNK_ALLOC_FORCE);
Josef Bacika5e681d2015-10-01 14:54:10 -04007891
7892 /*
7893 * If we can't allocate a new chunk we've already looped
7894 * through at least once, move on to the NO_EMPTY_SIZE
7895 * case.
7896 */
7897 if (ret == -ENOSPC)
7898 loop = LOOP_NO_EMPTY_SIZE;
7899
Josef Bacikea658ba2012-09-11 16:57:25 -04007900 /*
7901 * Do not bail out on ENOSPC since we
7902 * can do more things.
7903 */
Josef Bacik00361582013-08-14 14:02:47 -04007904 if (ret < 0 && ret != -ENOSPC)
Jeff Mahoney66642832016-06-10 18:19:25 -04007905 btrfs_abort_transaction(trans, ret);
Josef Bacik00361582013-08-14 14:02:47 -04007906 else
7907 ret = 0;
Wang Shilongf017f152014-03-13 13:19:47 +08007908 if (!exist)
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04007909 btrfs_end_transaction(trans);
Josef Bacik00361582013-08-14 14:02:47 -04007910 if (ret)
Josef Bacikea658ba2012-09-11 16:57:25 -04007911 goto out;
Josef Bacik723bda22011-05-27 16:11:38 -04007912 }
7913
7914 if (loop == LOOP_NO_EMPTY_SIZE) {
Josef Bacika5e681d2015-10-01 14:54:10 -04007915 /*
7916 * Don't loop again if we already have no empty_size and
7917 * no empty_cluster.
7918 */
7919 if (empty_size == 0 &&
7920 empty_cluster == 0) {
7921 ret = -ENOSPC;
7922 goto out;
7923 }
Chris Masonfa9c0d792009-04-03 09:47:43 -04007924 empty_size = 0;
7925 empty_cluster = 0;
7926 }
Chris Mason42e70e72008-11-07 18:17:11 -05007927
Josef Bacik723bda22011-05-27 16:11:38 -04007928 goto search;
Josef Bacik2552d172009-04-03 10:14:19 -04007929 } else if (!ins->objectid) {
7930 ret = -ENOSPC;
Josef Bacikd82a6f1d2011-05-11 15:26:06 -04007931 } else if (ins->objectid) {
Josef Bacikc759c4e2015-10-02 15:25:10 -04007932 if (!use_cluster && last_ptr) {
7933 spin_lock(&last_ptr->lock);
7934 last_ptr->window_start = ins->objectid;
7935 spin_unlock(&last_ptr->lock);
7936 }
Josef Bacik2552d172009-04-03 10:14:19 -04007937 ret = 0;
7938 }
Jeff Mahoney79787ea2012-03-12 16:03:00 +01007939out:
Josef Bacik4f4db212015-09-29 11:40:47 -04007940 if (ret == -ENOSPC) {
7941 spin_lock(&space_info->lock);
7942 space_info->max_extent_size = max_extent_size;
7943 spin_unlock(&space_info->lock);
Miao Xiea4820392013-09-09 13:19:42 +08007944 ins->offset = max_extent_size;
Josef Bacik4f4db212015-09-29 11:40:47 -04007945 }
Chris Mason0f70abe2007-02-28 16:46:22 -05007946 return ret;
Chris Masonfec577f2007-02-26 10:40:21 -05007947}
Chris Masonec44a352008-04-28 15:29:52 -04007948
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04007949static void dump_space_info(struct btrfs_fs_info *fs_info,
7950 struct btrfs_space_info *info, u64 bytes,
Josef Bacik9ed74f22009-09-11 16:12:44 -04007951 int dump_block_groups)
Josef Bacik0f9dd462008-09-23 13:14:11 -04007952{
7953 struct btrfs_block_group_cache *cache;
Yan, Zhengb742bb82010-05-16 10:46:24 -04007954 int index = 0;
Josef Bacik0f9dd462008-09-23 13:14:11 -04007955
Josef Bacik9ed74f22009-09-11 16:12:44 -04007956 spin_lock(&info->lock);
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04007957 btrfs_info(fs_info, "space_info %llu has %llu free, is %sfull",
7958 info->flags,
Liu Bo41361352017-02-13 15:42:21 -08007959 info->total_bytes - btrfs_space_info_used(info, true),
7960 info->full ? "" : "not ");
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04007961 btrfs_info(fs_info,
7962 "space_info total=%llu, used=%llu, pinned=%llu, reserved=%llu, may_use=%llu, readonly=%llu",
7963 info->total_bytes, info->bytes_used, info->bytes_pinned,
7964 info->bytes_reserved, info->bytes_may_use,
7965 info->bytes_readonly);
Josef Bacik9ed74f22009-09-11 16:12:44 -04007966 spin_unlock(&info->lock);
7967
7968 if (!dump_block_groups)
7969 return;
Josef Bacik0f9dd462008-09-23 13:14:11 -04007970
Josef Bacik80eb2342008-10-29 14:49:05 -04007971 down_read(&info->groups_sem);
Yan, Zhengb742bb82010-05-16 10:46:24 -04007972again:
7973 list_for_each_entry(cache, &info->block_groups[index], list) {
Josef Bacik0f9dd462008-09-23 13:14:11 -04007974 spin_lock(&cache->lock);
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04007975 btrfs_info(fs_info,
7976 "block group %llu has %llu bytes, %llu used %llu pinned %llu reserved %s",
7977 cache->key.objectid, cache->key.offset,
7978 btrfs_block_group_used(&cache->item), cache->pinned,
7979 cache->reserved, cache->ro ? "[readonly]" : "");
Josef Bacik0f9dd462008-09-23 13:14:11 -04007980 btrfs_dump_free_space(cache, bytes);
7981 spin_unlock(&cache->lock);
7982 }
Yan, Zhengb742bb82010-05-16 10:46:24 -04007983 if (++index < BTRFS_NR_RAID_TYPES)
7984 goto again;
Josef Bacik80eb2342008-10-29 14:49:05 -04007985 up_read(&info->groups_sem);
Josef Bacik0f9dd462008-09-23 13:14:11 -04007986}
Zheng Yane8569812008-09-26 10:05:48 -04007987
Wang Xiaoguang18513092016-07-25 15:51:40 +08007988int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes,
Yan Zheng11833d62009-09-11 16:11:19 -04007989 u64 num_bytes, u64 min_alloc_size,
7990 u64 empty_size, u64 hint_byte,
Miao Xiee570fd22014-06-19 10:42:50 +08007991 struct btrfs_key *ins, int is_data, int delalloc)
Chris Masonfec577f2007-02-26 10:40:21 -05007992{
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04007993 struct btrfs_fs_info *fs_info = root->fs_info;
Josef Bacik36af4e02015-09-25 16:13:11 -04007994 bool final_tried = num_bytes == min_alloc_size;
David Sterbab6919a52013-04-29 13:39:40 +00007995 u64 flags;
Chris Masonfec577f2007-02-26 10:40:21 -05007996 int ret;
Chris Mason925baed2008-06-25 16:01:30 -04007997
Jeff Mahoney1b868262017-05-17 11:38:35 -04007998 flags = get_alloc_profile_by_root(root, is_data);
Chris Mason98d20f62008-04-14 09:46:10 -04007999again:
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008000 WARN_ON(num_bytes < fs_info->sectorsize);
Jeff Mahoney87bde3cd2017-02-15 16:28:27 -05008001 ret = find_free_extent(fs_info, ram_bytes, num_bytes, empty_size,
Wang Xiaoguang18513092016-07-25 15:51:40 +08008002 hint_byte, ins, flags, delalloc);
Filipe Manana9cfa3e32016-04-26 15:39:32 +01008003 if (!ret && !is_data) {
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04008004 btrfs_dec_block_group_reservations(fs_info, ins->objectid);
Filipe Manana9cfa3e32016-04-26 15:39:32 +01008005 } else if (ret == -ENOSPC) {
Miao Xiea4820392013-09-09 13:19:42 +08008006 if (!final_tried && ins->offset) {
8007 num_bytes = min(num_bytes >> 1, ins->offset);
Jeff Mahoneyda170662016-06-15 09:22:56 -04008008 num_bytes = round_down(num_bytes,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008009 fs_info->sectorsize);
Miao Xie9e622d62012-01-26 15:01:12 -05008010 num_bytes = max(num_bytes, min_alloc_size);
Wang Xiaoguang18513092016-07-25 15:51:40 +08008011 ram_bytes = num_bytes;
Miao Xie9e622d62012-01-26 15:01:12 -05008012 if (num_bytes == min_alloc_size)
8013 final_tried = true;
8014 goto again;
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04008015 } else if (btrfs_test_opt(fs_info, ENOSPC_DEBUG)) {
Miao Xie9e622d62012-01-26 15:01:12 -05008016 struct btrfs_space_info *sinfo;
Josef Bacik0f9dd462008-09-23 13:14:11 -04008017
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04008018 sinfo = __find_space_info(fs_info, flags);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008019 btrfs_err(fs_info,
Jeff Mahoney5d163e02016-09-20 10:05:00 -04008020 "allocation failed flags %llu, wanted %llu",
8021 flags, num_bytes);
Jeff Mahoney53804282012-03-01 14:56:28 +01008022 if (sinfo)
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04008023 dump_space_info(fs_info, sinfo, num_bytes, 1);
Miao Xie9e622d62012-01-26 15:01:12 -05008024 }
Chris Mason925baed2008-06-25 16:01:30 -04008025 }
Josef Bacik0f9dd462008-09-23 13:14:11 -04008026
8027 return ret;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008028}
8029
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008030static int __btrfs_free_reserved_extent(struct btrfs_fs_info *fs_info,
Miao Xiee570fd22014-06-19 10:42:50 +08008031 u64 start, u64 len,
8032 int pin, int delalloc)
Chris Mason65b51a02008-08-01 15:11:20 -04008033{
Josef Bacik0f9dd462008-09-23 13:14:11 -04008034 struct btrfs_block_group_cache *cache;
Liu Hui1f3c79a2009-01-05 15:57:51 -05008035 int ret = 0;
Josef Bacik0f9dd462008-09-23 13:14:11 -04008036
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008037 cache = btrfs_lookup_block_group(fs_info, start);
Josef Bacik0f9dd462008-09-23 13:14:11 -04008038 if (!cache) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008039 btrfs_err(fs_info, "Unable to find block group for %llu",
8040 start);
Josef Bacik0f9dd462008-09-23 13:14:11 -04008041 return -ENOSPC;
8042 }
Liu Hui1f3c79a2009-01-05 15:57:51 -05008043
Chris Masone688b7252011-10-31 20:52:39 -04008044 if (pin)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008045 pin_down_extent(fs_info, cache, start, len, 1);
Chris Masone688b7252011-10-31 20:52:39 -04008046 else {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008047 if (btrfs_test_opt(fs_info, DISCARD))
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008048 ret = btrfs_discard_extent(fs_info, start, len, NULL);
Chris Masone688b7252011-10-31 20:52:39 -04008049 btrfs_add_free_space(cache, start, len);
Wang Xiaoguang4824f1f2016-07-25 15:51:39 +08008050 btrfs_free_reserved_bytes(cache, len, delalloc);
Jeff Mahoney71ff6432016-09-06 16:00:42 -04008051 trace_btrfs_reserved_extent_free(fs_info, start, len);
Chris Masone688b7252011-10-31 20:52:39 -04008052 }
Dongsheng Yang31193212014-12-12 16:44:35 +08008053
Chris Masonfa9c0d792009-04-03 09:47:43 -04008054 btrfs_put_block_group(cache);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008055 return ret;
8056}
8057
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008058int btrfs_free_reserved_extent(struct btrfs_fs_info *fs_info,
Miao Xiee570fd22014-06-19 10:42:50 +08008059 u64 start, u64 len, int delalloc)
Chris Masone688b7252011-10-31 20:52:39 -04008060{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008061 return __btrfs_free_reserved_extent(fs_info, start, len, 0, delalloc);
Chris Masone688b7252011-10-31 20:52:39 -04008062}
8063
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008064int btrfs_free_and_pin_reserved_extent(struct btrfs_fs_info *fs_info,
Chris Masone688b7252011-10-31 20:52:39 -04008065 u64 start, u64 len)
8066{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008067 return __btrfs_free_reserved_extent(fs_info, start, len, 1, 0);
Chris Masone688b7252011-10-31 20:52:39 -04008068}
8069
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008070static int alloc_reserved_file_extent(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008071 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008072 u64 parent, u64 root_objectid,
8073 u64 flags, u64 owner, u64 offset,
8074 struct btrfs_key *ins, int ref_mod)
Chris Masone6dcd2d2008-07-17 12:53:50 -04008075{
8076 int ret;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008077 struct btrfs_extent_item *extent_item;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008078 struct btrfs_extent_inline_ref *iref;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008079 struct btrfs_path *path;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008080 struct extent_buffer *leaf;
8081 int type;
8082 u32 size;
Chris Masonf2654de2007-06-26 12:20:46 -04008083
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008084 if (parent > 0)
8085 type = BTRFS_SHARED_DATA_REF_KEY;
8086 else
8087 type = BTRFS_EXTENT_DATA_REF_KEY;
Zheng Yan31840ae2008-09-23 13:14:14 -04008088
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008089 size = sizeof(*extent_item) + btrfs_extent_inline_ref_size(type);
Chris Mason7bb86312007-12-11 09:25:06 -05008090
8091 path = btrfs_alloc_path();
Tsutomu Itohdb5b4932011-03-23 08:14:16 +00008092 if (!path)
8093 return -ENOMEM;
Chris Mason47e4bb92008-02-01 14:51:59 -05008094
Chris Masonb9473432009-03-13 11:00:37 -04008095 path->leave_spinning = 1;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008096 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path,
8097 ins, size);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008098 if (ret) {
8099 btrfs_free_path(path);
8100 return ret;
8101 }
Josef Bacik0f9dd462008-09-23 13:14:11 -04008102
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008103 leaf = path->nodes[0];
8104 extent_item = btrfs_item_ptr(leaf, path->slots[0],
Chris Mason47e4bb92008-02-01 14:51:59 -05008105 struct btrfs_extent_item);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008106 btrfs_set_extent_refs(leaf, extent_item, ref_mod);
8107 btrfs_set_extent_generation(leaf, extent_item, trans->transid);
8108 btrfs_set_extent_flags(leaf, extent_item,
8109 flags | BTRFS_EXTENT_FLAG_DATA);
Chris Mason47e4bb92008-02-01 14:51:59 -05008110
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008111 iref = (struct btrfs_extent_inline_ref *)(extent_item + 1);
8112 btrfs_set_extent_inline_ref_type(leaf, iref, type);
8113 if (parent > 0) {
8114 struct btrfs_shared_data_ref *ref;
8115 ref = (struct btrfs_shared_data_ref *)(iref + 1);
8116 btrfs_set_extent_inline_ref_offset(leaf, iref, parent);
8117 btrfs_set_shared_data_ref_count(leaf, ref, ref_mod);
8118 } else {
8119 struct btrfs_extent_data_ref *ref;
8120 ref = (struct btrfs_extent_data_ref *)(&iref->offset);
8121 btrfs_set_extent_data_ref_root(leaf, ref, root_objectid);
8122 btrfs_set_extent_data_ref_objectid(leaf, ref, owner);
8123 btrfs_set_extent_data_ref_offset(leaf, ref, offset);
8124 btrfs_set_extent_data_ref_count(leaf, ref, ref_mod);
8125 }
Chris Mason47e4bb92008-02-01 14:51:59 -05008126
8127 btrfs_mark_buffer_dirty(path->nodes[0]);
Chris Mason7bb86312007-12-11 09:25:06 -05008128 btrfs_free_path(path);
Chris Masonf510cfe2007-10-15 16:14:48 -04008129
Omar Sandoval1e144fb2015-09-29 20:50:37 -07008130 ret = remove_from_free_space_tree(trans, fs_info, ins->objectid,
8131 ins->offset);
8132 if (ret)
8133 return ret;
8134
Jeff Mahoney6202df62016-06-22 18:54:22 -04008135 ret = update_block_group(trans, fs_info, ins->objectid, ins->offset, 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008136 if (ret) { /* -ENOENT, logic error */
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00008137 btrfs_err(fs_info, "update block group failed for %llu %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02008138 ins->objectid, ins->offset);
Chris Masonf5947062008-02-04 10:10:13 -05008139 BUG();
8140 }
Jeff Mahoney71ff6432016-09-06 16:00:42 -04008141 trace_btrfs_reserved_extent_alloc(fs_info, ins->objectid, ins->offset);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008142 return ret;
8143}
8144
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008145static int alloc_reserved_tree_block(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008146 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008147 u64 parent, u64 root_objectid,
8148 u64 flags, struct btrfs_disk_key *key,
Filipe Mananab06c4bf2015-10-23 07:52:54 +01008149 int level, struct btrfs_key *ins)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008150{
8151 int ret;
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008152 struct btrfs_extent_item *extent_item;
8153 struct btrfs_tree_block_info *block_info;
8154 struct btrfs_extent_inline_ref *iref;
8155 struct btrfs_path *path;
8156 struct extent_buffer *leaf;
Josef Bacik3173a182013-03-07 14:22:04 -05008157 u32 size = sizeof(*extent_item) + sizeof(*iref);
Josef Bacikfcebe452014-05-13 17:30:47 -07008158 u64 num_bytes = ins->offset;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008159 bool skinny_metadata = btrfs_fs_incompat(fs_info, SKINNY_METADATA);
Josef Bacik3173a182013-03-07 14:22:04 -05008160
8161 if (!skinny_metadata)
8162 size += sizeof(*block_info);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008163
8164 path = btrfs_alloc_path();
Josef Bacik857cc2f2013-10-07 15:21:08 -04008165 if (!path) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008166 btrfs_free_and_pin_reserved_extent(fs_info, ins->objectid,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008167 fs_info->nodesize);
Mark Fashehd8926bb2011-07-13 10:38:47 -07008168 return -ENOMEM;
Josef Bacik857cc2f2013-10-07 15:21:08 -04008169 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008170
8171 path->leave_spinning = 1;
8172 ret = btrfs_insert_empty_item(trans, fs_info->extent_root, path,
8173 ins, size);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008174 if (ret) {
Chris Masondd825252015-04-01 08:36:05 -07008175 btrfs_free_path(path);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008176 btrfs_free_and_pin_reserved_extent(fs_info, ins->objectid,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008177 fs_info->nodesize);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008178 return ret;
8179 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008180
8181 leaf = path->nodes[0];
8182 extent_item = btrfs_item_ptr(leaf, path->slots[0],
8183 struct btrfs_extent_item);
8184 btrfs_set_extent_refs(leaf, extent_item, 1);
8185 btrfs_set_extent_generation(leaf, extent_item, trans->transid);
8186 btrfs_set_extent_flags(leaf, extent_item,
8187 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008188
Josef Bacik3173a182013-03-07 14:22:04 -05008189 if (skinny_metadata) {
8190 iref = (struct btrfs_extent_inline_ref *)(extent_item + 1);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008191 num_bytes = fs_info->nodesize;
Josef Bacik3173a182013-03-07 14:22:04 -05008192 } else {
8193 block_info = (struct btrfs_tree_block_info *)(extent_item + 1);
8194 btrfs_set_tree_block_key(leaf, block_info, key);
8195 btrfs_set_tree_block_level(leaf, block_info, level);
8196 iref = (struct btrfs_extent_inline_ref *)(block_info + 1);
8197 }
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008198
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008199 if (parent > 0) {
8200 BUG_ON(!(flags & BTRFS_BLOCK_FLAG_FULL_BACKREF));
8201 btrfs_set_extent_inline_ref_type(leaf, iref,
8202 BTRFS_SHARED_BLOCK_REF_KEY);
8203 btrfs_set_extent_inline_ref_offset(leaf, iref, parent);
8204 } else {
8205 btrfs_set_extent_inline_ref_type(leaf, iref,
8206 BTRFS_TREE_BLOCK_REF_KEY);
8207 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid);
8208 }
8209
8210 btrfs_mark_buffer_dirty(leaf);
8211 btrfs_free_path(path);
8212
Omar Sandoval1e144fb2015-09-29 20:50:37 -07008213 ret = remove_from_free_space_tree(trans, fs_info, ins->objectid,
8214 num_bytes);
8215 if (ret)
8216 return ret;
8217
Jeff Mahoney6202df62016-06-22 18:54:22 -04008218 ret = update_block_group(trans, fs_info, ins->objectid,
8219 fs_info->nodesize, 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008220 if (ret) { /* -ENOENT, logic error */
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00008221 btrfs_err(fs_info, "update block group failed for %llu %llu",
Geert Uytterhoevenc1c9ff72013-08-20 13:20:07 +02008222 ins->objectid, ins->offset);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008223 BUG();
8224 }
Josef Bacik0be5dc62013-10-07 15:18:52 -04008225
Jeff Mahoney71ff6432016-09-06 16:00:42 -04008226 trace_btrfs_reserved_extent_alloc(fs_info, ins->objectid,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008227 fs_info->nodesize);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008228 return ret;
8229}
8230
8231int btrfs_alloc_reserved_file_extent(struct btrfs_trans_handle *trans,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008232 u64 root_objectid, u64 owner,
Qu Wenruo5846a3c2015-10-26 14:11:18 +08008233 u64 offset, u64 ram_bytes,
8234 struct btrfs_key *ins)
Chris Masone6dcd2d2008-07-17 12:53:50 -04008235{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008236 struct btrfs_fs_info *fs_info = trans->fs_info;
Chris Masone6dcd2d2008-07-17 12:53:50 -04008237 int ret;
Chris Mason1c2308f82008-09-23 13:14:13 -04008238
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008239 BUG_ON(root_objectid == BTRFS_TREE_LOG_OBJECTID);
Chris Mason56bec292009-03-13 10:10:06 -04008240
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008241 ret = btrfs_add_delayed_data_ref(fs_info, trans, ins->objectid,
Omar Sandoval7be07912017-06-06 16:45:30 -07008242 ins->offset, 0, root_objectid, owner,
8243 offset, ram_bytes,
8244 BTRFS_ADD_DELAYED_EXTENT, NULL, NULL);
Chris Masone6dcd2d2008-07-17 12:53:50 -04008245 return ret;
8246}
Chris Masone02119d2008-09-05 16:13:11 -04008247
8248/*
8249 * this is used by the tree logging recovery code. It records that
8250 * an extent has been allocated and makes sure to clear the free
8251 * space cache bits as well
8252 */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008253int btrfs_alloc_logged_file_extent(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008254 struct btrfs_fs_info *fs_info,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008255 u64 root_objectid, u64 owner, u64 offset,
8256 struct btrfs_key *ins)
Chris Masone02119d2008-09-05 16:13:11 -04008257{
8258 int ret;
8259 struct btrfs_block_group_cache *block_group;
Wang Xiaoguanged7a6942016-08-26 11:33:14 +08008260 struct btrfs_space_info *space_info;
Josef Bacik8c2a1a32013-06-06 13:19:32 -04008261
8262 /*
8263 * Mixed block groups will exclude before processing the log so we only
Nicholas D Steeves01327612016-05-19 21:18:45 -04008264 * need to do the exclude dance if this fs isn't mixed.
Josef Bacik8c2a1a32013-06-06 13:19:32 -04008265 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008266 if (!btrfs_fs_incompat(fs_info, MIXED_GROUPS)) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008267 ret = __exclude_logged_extent(fs_info, ins->objectid,
8268 ins->offset);
Josef Bacik8c2a1a32013-06-06 13:19:32 -04008269 if (ret)
8270 return ret;
8271 }
Chris Masone02119d2008-09-05 16:13:11 -04008272
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008273 block_group = btrfs_lookup_block_group(fs_info, ins->objectid);
Josef Bacik8c2a1a32013-06-06 13:19:32 -04008274 if (!block_group)
8275 return -EINVAL;
Yan Zheng11833d62009-09-11 16:11:19 -04008276
Wang Xiaoguanged7a6942016-08-26 11:33:14 +08008277 space_info = block_group->space_info;
8278 spin_lock(&space_info->lock);
8279 spin_lock(&block_group->lock);
8280 space_info->bytes_reserved += ins->offset;
8281 block_group->reserved += ins->offset;
8282 spin_unlock(&block_group->lock);
8283 spin_unlock(&space_info->lock);
8284
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008285 ret = alloc_reserved_file_extent(trans, fs_info, 0, root_objectid,
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008286 0, owner, offset, ins, 1);
Josef Bacikb50c6e22013-04-25 15:55:30 -04008287 btrfs_put_block_group(block_group);
Chris Masone02119d2008-09-05 16:13:11 -04008288 return ret;
8289}
8290
Eric Sandeen48a3b632013-04-25 20:41:01 +00008291static struct extent_buffer *
8292btrfs_init_new_buffer(struct btrfs_trans_handle *trans, struct btrfs_root *root,
David Sterbafe864572014-06-15 02:28:42 +02008293 u64 bytenr, int level)
Chris Mason65b51a02008-08-01 15:11:20 -04008294{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008295 struct btrfs_fs_info *fs_info = root->fs_info;
Chris Mason65b51a02008-08-01 15:11:20 -04008296 struct extent_buffer *buf;
8297
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008298 buf = btrfs_find_create_tree_block(fs_info, bytenr);
Liu Boc871b0f2016-06-06 12:01:23 -07008299 if (IS_ERR(buf))
8300 return buf;
8301
Chris Mason65b51a02008-08-01 15:11:20 -04008302 btrfs_set_header_generation(buf, trans->transid);
Chris Mason85d4e462011-07-26 16:11:19 -04008303 btrfs_set_buffer_lockdep_class(root->root_key.objectid, buf, level);
Chris Mason65b51a02008-08-01 15:11:20 -04008304 btrfs_tree_lock(buf);
David Sterba7c302b42017-02-10 18:47:57 +01008305 clean_tree_block(fs_info, buf);
Josef Bacik3083ee22012-03-09 16:01:49 -05008306 clear_bit(EXTENT_BUFFER_STALE, &buf->bflags);
Chris Masonb4ce94d2009-02-04 09:25:08 -05008307
8308 btrfs_set_lock_blocking(buf);
David Sterba4db8c522015-12-03 13:06:46 +01008309 set_extent_buffer_uptodate(buf);
Chris Masonb4ce94d2009-02-04 09:25:08 -05008310
Chris Masond0c803c2008-09-11 16:17:57 -04008311 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) {
Filipe Manana656f30d2014-09-26 12:25:56 +01008312 buf->log_index = root->log_transid % 2;
Yan, Zheng8cef4e12009-11-12 09:33:26 +00008313 /*
8314 * we allow two log transactions at a time, use different
8315 * EXENT bit to differentiate dirty pages.
8316 */
Filipe Manana656f30d2014-09-26 12:25:56 +01008317 if (buf->log_index == 0)
Yan, Zheng8cef4e12009-11-12 09:33:26 +00008318 set_extent_dirty(&root->dirty_log_pages, buf->start,
8319 buf->start + buf->len - 1, GFP_NOFS);
8320 else
8321 set_extent_new(&root->dirty_log_pages, buf->start,
David Sterba3744dbe2016-04-26 23:54:39 +02008322 buf->start + buf->len - 1);
Chris Masond0c803c2008-09-11 16:17:57 -04008323 } else {
Filipe Manana656f30d2014-09-26 12:25:56 +01008324 buf->log_index = -1;
Chris Masond0c803c2008-09-11 16:17:57 -04008325 set_extent_dirty(&trans->transaction->dirty_pages, buf->start,
8326 buf->start + buf->len - 1, GFP_NOFS);
8327 }
Jeff Mahoney64c12922016-06-08 00:36:38 -04008328 trans->dirty = true;
Chris Masonb4ce94d2009-02-04 09:25:08 -05008329 /* this returns a buffer locked for blocking */
Chris Mason65b51a02008-08-01 15:11:20 -04008330 return buf;
8331}
8332
Yan, Zhengf0486c62010-05-16 10:46:25 -04008333static struct btrfs_block_rsv *
8334use_block_rsv(struct btrfs_trans_handle *trans,
8335 struct btrfs_root *root, u32 blocksize)
8336{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008337 struct btrfs_fs_info *fs_info = root->fs_info;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008338 struct btrfs_block_rsv *block_rsv;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008339 struct btrfs_block_rsv *global_rsv = &fs_info->global_block_rsv;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008340 int ret;
Miao Xied88033d2013-05-13 13:55:12 +00008341 bool global_updated = false;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008342
8343 block_rsv = get_block_rsv(trans, root);
8344
Miao Xieb586b322013-05-13 13:55:10 +00008345 if (unlikely(block_rsv->size == 0))
8346 goto try_reserve;
Miao Xied88033d2013-05-13 13:55:12 +00008347again:
Yan, Zhengf0486c62010-05-16 10:46:25 -04008348 ret = block_rsv_use_bytes(block_rsv, blocksize);
8349 if (!ret)
8350 return block_rsv;
8351
Miao Xieb586b322013-05-13 13:55:10 +00008352 if (block_rsv->failfast)
8353 return ERR_PTR(ret);
8354
Miao Xied88033d2013-05-13 13:55:12 +00008355 if (block_rsv->type == BTRFS_BLOCK_RSV_GLOBAL && !global_updated) {
8356 global_updated = true;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008357 update_global_block_rsv(fs_info);
Miao Xied88033d2013-05-13 13:55:12 +00008358 goto again;
8359 }
8360
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008361 if (btrfs_test_opt(fs_info, ENOSPC_DEBUG)) {
Miao Xieb586b322013-05-13 13:55:10 +00008362 static DEFINE_RATELIMIT_STATE(_rs,
8363 DEFAULT_RATELIMIT_INTERVAL * 10,
8364 /*DEFAULT_RATELIMIT_BURST*/ 1);
8365 if (__ratelimit(&_rs))
8366 WARN(1, KERN_DEBUG
Frank Holtonefe120a2013-12-20 11:37:06 -05008367 "BTRFS: block rsv returned %d\n", ret);
Miao Xieb586b322013-05-13 13:55:10 +00008368 }
8369try_reserve:
8370 ret = reserve_metadata_bytes(root, block_rsv, blocksize,
8371 BTRFS_RESERVE_NO_FLUSH);
8372 if (!ret)
8373 return block_rsv;
8374 /*
8375 * If we couldn't reserve metadata bytes try and use some from
Miao Xie5881cfc2013-05-13 13:55:11 +00008376 * the global reserve if its space type is the same as the global
8377 * reservation.
Miao Xieb586b322013-05-13 13:55:10 +00008378 */
Miao Xie5881cfc2013-05-13 13:55:11 +00008379 if (block_rsv->type != BTRFS_BLOCK_RSV_GLOBAL &&
8380 block_rsv->space_info == global_rsv->space_info) {
Miao Xieb586b322013-05-13 13:55:10 +00008381 ret = block_rsv_use_bytes(global_rsv, blocksize);
8382 if (!ret)
8383 return global_rsv;
8384 }
8385 return ERR_PTR(ret);
Yan, Zhengf0486c62010-05-16 10:46:25 -04008386}
8387
Josef Bacik8c2a3ca2012-01-10 10:31:31 -05008388static void unuse_block_rsv(struct btrfs_fs_info *fs_info,
8389 struct btrfs_block_rsv *block_rsv, u32 blocksize)
Yan, Zhengf0486c62010-05-16 10:46:25 -04008390{
8391 block_rsv_add_bytes(block_rsv, blocksize, 0);
Josef Bacik8c2a3ca2012-01-10 10:31:31 -05008392 block_rsv_release_bytes(fs_info, block_rsv, NULL, 0);
Yan, Zhengf0486c62010-05-16 10:46:25 -04008393}
8394
Chris Masonfec577f2007-02-26 10:40:21 -05008395/*
Yan, Zhengf0486c62010-05-16 10:46:25 -04008396 * finds a free extent and does all the dirty work required for allocation
Omar Sandoval67b78592015-02-24 02:47:04 -08008397 * returns the tree buffer or an ERR_PTR on error.
Chris Masonfec577f2007-02-26 10:40:21 -05008398 */
David Sterba4d75f8a2014-06-15 01:54:12 +02008399struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans,
Omar Sandoval310712b2017-01-17 23:24:37 -08008400 struct btrfs_root *root,
8401 u64 parent, u64 root_objectid,
8402 const struct btrfs_disk_key *key,
8403 int level, u64 hint,
8404 u64 empty_size)
Chris Masonfec577f2007-02-26 10:40:21 -05008405{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008406 struct btrfs_fs_info *fs_info = root->fs_info;
Chris Masone2fa7222007-03-12 16:22:34 -04008407 struct btrfs_key ins;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008408 struct btrfs_block_rsv *block_rsv;
Chris Mason5f39d392007-10-15 16:14:19 -04008409 struct extent_buffer *buf;
Omar Sandoval67b78592015-02-24 02:47:04 -08008410 struct btrfs_delayed_extent_op *extent_op;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008411 u64 flags = 0;
8412 int ret;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008413 u32 blocksize = fs_info->nodesize;
8414 bool skinny_metadata = btrfs_fs_incompat(fs_info, SKINNY_METADATA);
Yan, Zhengf0486c62010-05-16 10:46:25 -04008415
David Sterba05653ef2016-07-15 15:23:37 +02008416#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008417 if (btrfs_is_testing(fs_info)) {
Josef Bacikfaa2dbf2014-05-07 17:06:09 -04008418 buf = btrfs_init_new_buffer(trans, root, root->alloc_bytenr,
David Sterbafe864572014-06-15 02:28:42 +02008419 level);
Josef Bacikfaa2dbf2014-05-07 17:06:09 -04008420 if (!IS_ERR(buf))
8421 root->alloc_bytenr += blocksize;
8422 return buf;
8423 }
David Sterba05653ef2016-07-15 15:23:37 +02008424#endif
David Sterbafccb84c2014-09-29 23:53:21 +02008425
Yan, Zhengf0486c62010-05-16 10:46:25 -04008426 block_rsv = use_block_rsv(trans, root, blocksize);
8427 if (IS_ERR(block_rsv))
8428 return ERR_CAST(block_rsv);
8429
Wang Xiaoguang18513092016-07-25 15:51:40 +08008430 ret = btrfs_reserve_extent(root, blocksize, blocksize, blocksize,
Miao Xiee570fd22014-06-19 10:42:50 +08008431 empty_size, hint, &ins, 0, 0);
Omar Sandoval67b78592015-02-24 02:47:04 -08008432 if (ret)
8433 goto out_unuse;
Chris Mason55c69072008-01-09 15:55:33 -05008434
David Sterbafe864572014-06-15 02:28:42 +02008435 buf = btrfs_init_new_buffer(trans, root, ins.objectid, level);
Omar Sandoval67b78592015-02-24 02:47:04 -08008436 if (IS_ERR(buf)) {
8437 ret = PTR_ERR(buf);
8438 goto out_free_reserved;
8439 }
Yan, Zhengf0486c62010-05-16 10:46:25 -04008440
8441 if (root_objectid == BTRFS_TREE_RELOC_OBJECTID) {
8442 if (parent == 0)
8443 parent = ins.objectid;
8444 flags |= BTRFS_BLOCK_FLAG_FULL_BACKREF;
8445 } else
8446 BUG_ON(parent > 0);
8447
8448 if (root_objectid != BTRFS_TREE_LOG_OBJECTID) {
Miao Xie78a61842012-11-21 02:21:28 +00008449 extent_op = btrfs_alloc_delayed_extent_op();
Omar Sandoval67b78592015-02-24 02:47:04 -08008450 if (!extent_op) {
8451 ret = -ENOMEM;
8452 goto out_free_buf;
8453 }
Yan, Zhengf0486c62010-05-16 10:46:25 -04008454 if (key)
8455 memcpy(&extent_op->key, key, sizeof(extent_op->key));
8456 else
8457 memset(&extent_op->key, 0, sizeof(extent_op->key));
8458 extent_op->flags_to_set = flags;
David Sterba35b3ad52015-11-30 16:51:29 +01008459 extent_op->update_key = skinny_metadata ? false : true;
8460 extent_op->update_flags = true;
8461 extent_op->is_data = false;
Josef Bacikb1c79e02013-05-09 13:49:30 -04008462 extent_op->level = level;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008463
Omar Sandoval7be07912017-06-06 16:45:30 -07008464 ret = btrfs_add_delayed_tree_ref(fs_info, trans, ins.objectid,
8465 ins.offset, parent,
8466 root_objectid, level,
Omar Sandoval67b78592015-02-24 02:47:04 -08008467 BTRFS_ADD_DELAYED_EXTENT,
Omar Sandoval7be07912017-06-06 16:45:30 -07008468 extent_op, NULL, NULL);
Omar Sandoval67b78592015-02-24 02:47:04 -08008469 if (ret)
8470 goto out_free_delayed;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008471 }
Chris Masonfec577f2007-02-26 10:40:21 -05008472 return buf;
Omar Sandoval67b78592015-02-24 02:47:04 -08008473
8474out_free_delayed:
8475 btrfs_free_delayed_extent_op(extent_op);
8476out_free_buf:
8477 free_extent_buffer(buf);
8478out_free_reserved:
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008479 btrfs_free_reserved_extent(fs_info, ins.objectid, ins.offset, 0);
Omar Sandoval67b78592015-02-24 02:47:04 -08008480out_unuse:
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008481 unuse_block_rsv(fs_info, block_rsv, blocksize);
Omar Sandoval67b78592015-02-24 02:47:04 -08008482 return ERR_PTR(ret);
Chris Masonfec577f2007-02-26 10:40:21 -05008483}
Chris Masona28ec192007-03-06 20:08:01 -05008484
Yan Zheng2c47e6052009-06-27 21:07:35 -04008485struct walk_control {
8486 u64 refs[BTRFS_MAX_LEVEL];
8487 u64 flags[BTRFS_MAX_LEVEL];
8488 struct btrfs_key update_progress;
8489 int stage;
8490 int level;
8491 int shared_level;
8492 int update_ref;
8493 int keep_locks;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008494 int reada_slot;
8495 int reada_count;
Arne Jansen66d7e7f2011-09-12 15:26:38 +02008496 int for_reloc;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008497};
8498
8499#define DROP_REFERENCE 1
8500#define UPDATE_BACKREF 2
8501
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008502static noinline void reada_walk_down(struct btrfs_trans_handle *trans,
8503 struct btrfs_root *root,
8504 struct walk_control *wc,
8505 struct btrfs_path *path)
8506{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008507 struct btrfs_fs_info *fs_info = root->fs_info;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008508 u64 bytenr;
8509 u64 generation;
8510 u64 refs;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008511 u64 flags;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008512 u32 nritems;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008513 struct btrfs_key key;
8514 struct extent_buffer *eb;
8515 int ret;
8516 int slot;
8517 int nread = 0;
8518
8519 if (path->slots[wc->level] < wc->reada_slot) {
8520 wc->reada_count = wc->reada_count * 2 / 3;
8521 wc->reada_count = max(wc->reada_count, 2);
8522 } else {
8523 wc->reada_count = wc->reada_count * 3 / 2;
8524 wc->reada_count = min_t(int, wc->reada_count,
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008525 BTRFS_NODEPTRS_PER_BLOCK(fs_info));
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008526 }
8527
8528 eb = path->nodes[wc->level];
8529 nritems = btrfs_header_nritems(eb);
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008530
8531 for (slot = path->slots[wc->level]; slot < nritems; slot++) {
8532 if (nread >= wc->reada_count)
8533 break;
8534
8535 cond_resched();
8536 bytenr = btrfs_node_blockptr(eb, slot);
8537 generation = btrfs_node_ptr_generation(eb, slot);
8538
8539 if (slot == path->slots[wc->level])
8540 goto reada;
8541
8542 if (wc->stage == UPDATE_BACKREF &&
8543 generation <= root->root_key.offset)
8544 continue;
8545
Yan, Zheng94fcca92009-10-09 09:25:16 -04008546 /* We don't lock the tree block, it's OK to be racy here */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008547 ret = btrfs_lookup_extent_info(trans, fs_info, bytenr,
Josef Bacik3173a182013-03-07 14:22:04 -05008548 wc->level - 1, 1, &refs,
8549 &flags);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008550 /* We don't care about errors in readahead. */
8551 if (ret < 0)
8552 continue;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008553 BUG_ON(refs == 0);
8554
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008555 if (wc->stage == DROP_REFERENCE) {
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008556 if (refs == 1)
8557 goto reada;
8558
Yan, Zheng94fcca92009-10-09 09:25:16 -04008559 if (wc->level == 1 &&
8560 (flags & BTRFS_BLOCK_FLAG_FULL_BACKREF))
8561 continue;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008562 if (!wc->update_ref ||
8563 generation <= root->root_key.offset)
8564 continue;
8565 btrfs_node_key_to_cpu(eb, &key, slot);
8566 ret = btrfs_comp_cpu_keys(&key,
8567 &wc->update_progress);
8568 if (ret < 0)
8569 continue;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008570 } else {
8571 if (wc->level == 1 &&
8572 (flags & BTRFS_BLOCK_FLAG_FULL_BACKREF))
8573 continue;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008574 }
8575reada:
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008576 readahead_tree_block(fs_info, bytenr);
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008577 nread++;
8578 }
8579 wc->reada_slot = slot;
8580}
8581
Chris Mason9aca1d52007-03-13 11:09:37 -04008582/*
Liu Bo2c016dc2012-12-26 15:32:17 +08008583 * helper to process tree block while walking down the tree.
Yan Zheng2c47e6052009-06-27 21:07:35 -04008584 *
Yan Zheng2c47e6052009-06-27 21:07:35 -04008585 * when wc->stage == UPDATE_BACKREF, this function updates
8586 * back refs for pointers in the block.
8587 *
8588 * NOTE: return value 1 means we should stop walking down.
Yan Zhengf82d02d2008-10-29 14:49:05 -04008589 */
Yan Zheng2c47e6052009-06-27 21:07:35 -04008590static noinline int walk_down_proc(struct btrfs_trans_handle *trans,
8591 struct btrfs_root *root,
8592 struct btrfs_path *path,
Yan, Zheng94fcca92009-10-09 09:25:16 -04008593 struct walk_control *wc, int lookup_info)
Yan Zheng2c47e6052009-06-27 21:07:35 -04008594{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008595 struct btrfs_fs_info *fs_info = root->fs_info;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008596 int level = wc->level;
8597 struct extent_buffer *eb = path->nodes[level];
Yan Zheng2c47e6052009-06-27 21:07:35 -04008598 u64 flag = BTRFS_BLOCK_FLAG_FULL_BACKREF;
8599 int ret;
8600
8601 if (wc->stage == UPDATE_BACKREF &&
8602 btrfs_header_owner(eb) != root->root_key.objectid)
8603 return 1;
8604
8605 /*
8606 * when reference count of tree block is 1, it won't increase
8607 * again. once full backref flag is set, we never clear it.
8608 */
Yan, Zheng94fcca92009-10-09 09:25:16 -04008609 if (lookup_info &&
8610 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) ||
8611 (wc->stage == UPDATE_BACKREF && !(wc->flags[level] & flag)))) {
Yan Zheng2c47e6052009-06-27 21:07:35 -04008612 BUG_ON(!path->locks[level]);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008613 ret = btrfs_lookup_extent_info(trans, fs_info,
Josef Bacik3173a182013-03-07 14:22:04 -05008614 eb->start, level, 1,
Yan Zheng2c47e6052009-06-27 21:07:35 -04008615 &wc->refs[level],
8616 &wc->flags[level]);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008617 BUG_ON(ret == -ENOMEM);
8618 if (ret)
8619 return ret;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008620 BUG_ON(wc->refs[level] == 0);
8621 }
8622
Yan Zheng2c47e6052009-06-27 21:07:35 -04008623 if (wc->stage == DROP_REFERENCE) {
8624 if (wc->refs[level] > 1)
8625 return 1;
8626
8627 if (path->locks[level] && !wc->keep_locks) {
Chris Masonbd681512011-07-16 15:23:14 -04008628 btrfs_tree_unlock_rw(eb, path->locks[level]);
Yan Zheng2c47e6052009-06-27 21:07:35 -04008629 path->locks[level] = 0;
8630 }
8631 return 0;
8632 }
8633
8634 /* wc->stage == UPDATE_BACKREF */
8635 if (!(wc->flags[level] & flag)) {
8636 BUG_ON(!path->locks[level]);
Josef Bacike339a6b2014-07-02 10:54:25 -07008637 ret = btrfs_inc_ref(trans, root, eb, 1);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008638 BUG_ON(ret); /* -ENOMEM */
Josef Bacike339a6b2014-07-02 10:54:25 -07008639 ret = btrfs_dec_ref(trans, root, eb, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008640 BUG_ON(ret); /* -ENOMEM */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008641 ret = btrfs_set_disk_extent_flags(trans, fs_info, eb->start,
Josef Bacikb1c79e02013-05-09 13:49:30 -04008642 eb->len, flag,
8643 btrfs_header_level(eb), 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008644 BUG_ON(ret); /* -ENOMEM */
Yan Zheng2c47e6052009-06-27 21:07:35 -04008645 wc->flags[level] |= flag;
8646 }
8647
8648 /*
8649 * the block is shared by multiple trees, so it's not good to
8650 * keep the tree lock
8651 */
8652 if (path->locks[level] && level > 0) {
Chris Masonbd681512011-07-16 15:23:14 -04008653 btrfs_tree_unlock_rw(eb, path->locks[level]);
Yan Zheng2c47e6052009-06-27 21:07:35 -04008654 path->locks[level] = 0;
8655 }
8656 return 0;
8657}
8658
8659/*
Liu Bo2c016dc2012-12-26 15:32:17 +08008660 * helper to process tree block pointer.
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008661 *
8662 * when wc->stage == DROP_REFERENCE, this function checks
8663 * reference count of the block pointed to. if the block
8664 * is shared and we need update back refs for the subtree
8665 * rooted at the block, this function changes wc->stage to
8666 * UPDATE_BACKREF. if the block is shared and there is no
8667 * need to update back, this function drops the reference
8668 * to the block.
8669 *
8670 * NOTE: return value 1 means we should stop walking down.
8671 */
8672static noinline int do_walk_down(struct btrfs_trans_handle *trans,
8673 struct btrfs_root *root,
8674 struct btrfs_path *path,
Yan, Zheng94fcca92009-10-09 09:25:16 -04008675 struct walk_control *wc, int *lookup_info)
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008676{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008677 struct btrfs_fs_info *fs_info = root->fs_info;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008678 u64 bytenr;
8679 u64 generation;
8680 u64 parent;
8681 u32 blocksize;
8682 struct btrfs_key key;
8683 struct extent_buffer *next;
8684 int level = wc->level;
8685 int reada = 0;
8686 int ret = 0;
Mark Fasheh11526512014-07-17 12:39:01 -07008687 bool need_account = false;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008688
8689 generation = btrfs_node_ptr_generation(path->nodes[level],
8690 path->slots[level]);
8691 /*
8692 * if the lower level block was created before the snapshot
8693 * was created, we know there is no need to update back refs
8694 * for the subtree
8695 */
8696 if (wc->stage == UPDATE_BACKREF &&
Yan, Zheng94fcca92009-10-09 09:25:16 -04008697 generation <= root->root_key.offset) {
8698 *lookup_info = 1;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008699 return 1;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008700 }
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008701
8702 bytenr = btrfs_node_blockptr(path->nodes[level], path->slots[level]);
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008703 blocksize = fs_info->nodesize;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008704
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008705 next = find_extent_buffer(fs_info, bytenr);
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008706 if (!next) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008707 next = btrfs_find_create_tree_block(fs_info, bytenr);
Liu Boc871b0f2016-06-06 12:01:23 -07008708 if (IS_ERR(next))
8709 return PTR_ERR(next);
8710
Josef Bacikb2aaaa32013-07-05 17:05:38 -04008711 btrfs_set_buffer_lockdep_class(root->root_key.objectid, next,
8712 level - 1);
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008713 reada = 1;
8714 }
8715 btrfs_tree_lock(next);
8716 btrfs_set_lock_blocking(next);
8717
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008718 ret = btrfs_lookup_extent_info(trans, fs_info, bytenr, level - 1, 1,
Yan, Zheng94fcca92009-10-09 09:25:16 -04008719 &wc->refs[level - 1],
8720 &wc->flags[level - 1]);
Josef Bacik48672682016-09-23 13:23:28 +02008721 if (ret < 0)
8722 goto out_unlock;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008723
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00008724 if (unlikely(wc->refs[level - 1] == 0)) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008725 btrfs_err(fs_info, "Missing references.");
Josef Bacik48672682016-09-23 13:23:28 +02008726 ret = -EIO;
8727 goto out_unlock;
Simon Kirbyc2cf52e2013-03-19 22:41:23 +00008728 }
Yan, Zheng94fcca92009-10-09 09:25:16 -04008729 *lookup_info = 0;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008730
Yan, Zheng94fcca92009-10-09 09:25:16 -04008731 if (wc->stage == DROP_REFERENCE) {
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008732 if (wc->refs[level - 1] > 1) {
Mark Fasheh11526512014-07-17 12:39:01 -07008733 need_account = true;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008734 if (level == 1 &&
8735 (wc->flags[0] & BTRFS_BLOCK_FLAG_FULL_BACKREF))
8736 goto skip;
8737
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008738 if (!wc->update_ref ||
8739 generation <= root->root_key.offset)
8740 goto skip;
8741
8742 btrfs_node_key_to_cpu(path->nodes[level], &key,
8743 path->slots[level]);
8744 ret = btrfs_comp_cpu_keys(&key, &wc->update_progress);
8745 if (ret < 0)
8746 goto skip;
8747
8748 wc->stage = UPDATE_BACKREF;
8749 wc->shared_level = level - 1;
8750 }
Yan, Zheng94fcca92009-10-09 09:25:16 -04008751 } else {
8752 if (level == 1 &&
8753 (wc->flags[0] & BTRFS_BLOCK_FLAG_FULL_BACKREF))
8754 goto skip;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008755 }
8756
Chris Masonb9fab912012-05-06 07:23:47 -04008757 if (!btrfs_buffer_uptodate(next, generation, 0)) {
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008758 btrfs_tree_unlock(next);
8759 free_extent_buffer(next);
8760 next = NULL;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008761 *lookup_info = 1;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008762 }
8763
8764 if (!next) {
8765 if (reada && level == 1)
8766 reada_walk_down(trans, root, wc, path);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008767 next = read_tree_block(fs_info, bytenr, generation);
Liu Bo64c043d2015-05-25 17:30:15 +08008768 if (IS_ERR(next)) {
8769 return PTR_ERR(next);
8770 } else if (!extent_buffer_uptodate(next)) {
Josef Bacik416bc652013-04-23 14:17:42 -04008771 free_extent_buffer(next);
Tsutomu Itoh97d9a8a2011-03-24 06:33:21 +00008772 return -EIO;
Josef Bacik416bc652013-04-23 14:17:42 -04008773 }
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008774 btrfs_tree_lock(next);
8775 btrfs_set_lock_blocking(next);
8776 }
8777
8778 level--;
Josef Bacik48672682016-09-23 13:23:28 +02008779 ASSERT(level == btrfs_header_level(next));
8780 if (level != btrfs_header_level(next)) {
8781 btrfs_err(root->fs_info, "mismatched level");
8782 ret = -EIO;
8783 goto out_unlock;
8784 }
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008785 path->nodes[level] = next;
8786 path->slots[level] = 0;
Chris Masonbd681512011-07-16 15:23:14 -04008787 path->locks[level] = BTRFS_WRITE_LOCK_BLOCKING;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008788 wc->level = level;
8789 if (wc->level == 1)
8790 wc->reada_slot = 0;
8791 return 0;
8792skip:
8793 wc->refs[level - 1] = 0;
8794 wc->flags[level - 1] = 0;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008795 if (wc->stage == DROP_REFERENCE) {
8796 if (wc->flags[level] & BTRFS_BLOCK_FLAG_FULL_BACKREF) {
8797 parent = path->nodes[level]->start;
8798 } else {
Josef Bacik48672682016-09-23 13:23:28 +02008799 ASSERT(root->root_key.objectid ==
Yan, Zheng94fcca92009-10-09 09:25:16 -04008800 btrfs_header_owner(path->nodes[level]));
Josef Bacik48672682016-09-23 13:23:28 +02008801 if (root->root_key.objectid !=
8802 btrfs_header_owner(path->nodes[level])) {
8803 btrfs_err(root->fs_info,
8804 "mismatched block owner");
8805 ret = -EIO;
8806 goto out_unlock;
8807 }
Yan, Zheng94fcca92009-10-09 09:25:16 -04008808 parent = 0;
8809 }
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008810
Mark Fasheh11526512014-07-17 12:39:01 -07008811 if (need_account) {
Qu Wenruo33d1f052016-10-18 09:31:28 +08008812 ret = btrfs_qgroup_trace_subtree(trans, root, next,
8813 generation, level - 1);
Mark Fasheh11526512014-07-17 12:39:01 -07008814 if (ret) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008815 btrfs_err_rl(fs_info,
Jeff Mahoney5d163e02016-09-20 10:05:00 -04008816 "Error %d accounting shared subtree. Quota is out of sync, rescan required.",
8817 ret);
Mark Fasheh11526512014-07-17 12:39:01 -07008818 }
8819 }
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008820 ret = btrfs_free_extent(trans, fs_info, bytenr, blocksize,
8821 parent, root->root_key.objectid,
8822 level - 1, 0);
Josef Bacik48672682016-09-23 13:23:28 +02008823 if (ret)
8824 goto out_unlock;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008825 }
Josef Bacik48672682016-09-23 13:23:28 +02008826
8827 *lookup_info = 1;
8828 ret = 1;
8829
8830out_unlock:
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008831 btrfs_tree_unlock(next);
8832 free_extent_buffer(next);
Josef Bacik48672682016-09-23 13:23:28 +02008833
8834 return ret;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008835}
8836
8837/*
Liu Bo2c016dc2012-12-26 15:32:17 +08008838 * helper to process tree block while walking up the tree.
Yan Zheng2c47e6052009-06-27 21:07:35 -04008839 *
8840 * when wc->stage == DROP_REFERENCE, this function drops
8841 * reference count on the block.
8842 *
8843 * when wc->stage == UPDATE_BACKREF, this function changes
8844 * wc->stage back to DROP_REFERENCE if we changed wc->stage
8845 * to UPDATE_BACKREF previously while processing the block.
8846 *
8847 * NOTE: return value 1 means we should stop walking up.
8848 */
8849static noinline int walk_up_proc(struct btrfs_trans_handle *trans,
8850 struct btrfs_root *root,
8851 struct btrfs_path *path,
8852 struct walk_control *wc)
8853{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008854 struct btrfs_fs_info *fs_info = root->fs_info;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008855 int ret;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008856 int level = wc->level;
8857 struct extent_buffer *eb = path->nodes[level];
8858 u64 parent = 0;
8859
8860 if (wc->stage == UPDATE_BACKREF) {
8861 BUG_ON(wc->shared_level < level);
8862 if (level < wc->shared_level)
8863 goto out;
8864
Yan Zheng2c47e6052009-06-27 21:07:35 -04008865 ret = find_next_key(path, level + 1, &wc->update_progress);
8866 if (ret > 0)
8867 wc->update_ref = 0;
8868
8869 wc->stage = DROP_REFERENCE;
8870 wc->shared_level = -1;
8871 path->slots[level] = 0;
8872
8873 /*
8874 * check reference count again if the block isn't locked.
8875 * we should start walking down the tree again if reference
8876 * count is one.
8877 */
8878 if (!path->locks[level]) {
8879 BUG_ON(level == 0);
8880 btrfs_tree_lock(eb);
8881 btrfs_set_lock_blocking(eb);
Chris Masonbd681512011-07-16 15:23:14 -04008882 path->locks[level] = BTRFS_WRITE_LOCK_BLOCKING;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008883
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008884 ret = btrfs_lookup_extent_info(trans, fs_info,
Josef Bacik3173a182013-03-07 14:22:04 -05008885 eb->start, level, 1,
Yan Zheng2c47e6052009-06-27 21:07:35 -04008886 &wc->refs[level],
8887 &wc->flags[level]);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008888 if (ret < 0) {
8889 btrfs_tree_unlock_rw(eb, path->locks[level]);
Liu Bo3268a242012-12-28 09:33:19 +00008890 path->locks[level] = 0;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008891 return ret;
8892 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04008893 BUG_ON(wc->refs[level] == 0);
8894 if (wc->refs[level] == 1) {
Chris Masonbd681512011-07-16 15:23:14 -04008895 btrfs_tree_unlock_rw(eb, path->locks[level]);
Liu Bo3268a242012-12-28 09:33:19 +00008896 path->locks[level] = 0;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008897 return 1;
8898 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04008899 }
8900 }
8901
8902 /* wc->stage == DROP_REFERENCE */
8903 BUG_ON(wc->refs[level] > 1 && !path->locks[level]);
8904
8905 if (wc->refs[level] == 1) {
8906 if (level == 0) {
8907 if (wc->flags[level] & BTRFS_BLOCK_FLAG_FULL_BACKREF)
Josef Bacike339a6b2014-07-02 10:54:25 -07008908 ret = btrfs_dec_ref(trans, root, eb, 1);
Yan Zheng2c47e6052009-06-27 21:07:35 -04008909 else
Josef Bacike339a6b2014-07-02 10:54:25 -07008910 ret = btrfs_dec_ref(trans, root, eb, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01008911 BUG_ON(ret); /* -ENOMEM */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04008912 ret = btrfs_qgroup_trace_leaf_items(trans, fs_info, eb);
Mark Fasheh11526512014-07-17 12:39:01 -07008913 if (ret) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04008914 btrfs_err_rl(fs_info,
Jeff Mahoney5d163e02016-09-20 10:05:00 -04008915 "error %d accounting leaf items. Quota is out of sync, rescan required.",
8916 ret);
Mark Fasheh11526512014-07-17 12:39:01 -07008917 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04008918 }
8919 /* make block locked assertion in clean_tree_block happy */
8920 if (!path->locks[level] &&
8921 btrfs_header_generation(eb) == trans->transid) {
8922 btrfs_tree_lock(eb);
8923 btrfs_set_lock_blocking(eb);
Chris Masonbd681512011-07-16 15:23:14 -04008924 path->locks[level] = BTRFS_WRITE_LOCK_BLOCKING;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008925 }
David Sterba7c302b42017-02-10 18:47:57 +01008926 clean_tree_block(fs_info, eb);
Yan Zheng2c47e6052009-06-27 21:07:35 -04008927 }
8928
8929 if (eb == root->node) {
8930 if (wc->flags[level] & BTRFS_BLOCK_FLAG_FULL_BACKREF)
8931 parent = eb->start;
8932 else
8933 BUG_ON(root->root_key.objectid !=
8934 btrfs_header_owner(eb));
8935 } else {
8936 if (wc->flags[level + 1] & BTRFS_BLOCK_FLAG_FULL_BACKREF)
8937 parent = path->nodes[level + 1]->start;
8938 else
8939 BUG_ON(root->root_key.objectid !=
8940 btrfs_header_owner(path->nodes[level + 1]));
8941 }
8942
Jan Schmidt5581a512012-05-16 17:04:52 +02008943 btrfs_free_tree_block(trans, root, eb, parent, wc->refs[level] == 1);
Yan Zheng2c47e6052009-06-27 21:07:35 -04008944out:
8945 wc->refs[level] = 0;
8946 wc->flags[level] = 0;
Yan, Zhengf0486c62010-05-16 10:46:25 -04008947 return 0;
Yan Zheng2c47e6052009-06-27 21:07:35 -04008948}
8949
Yan Zheng5d4f98a2009-06-10 10:45:14 -04008950static noinline int walk_down_tree(struct btrfs_trans_handle *trans,
8951 struct btrfs_root *root,
Yan Zheng2c47e6052009-06-27 21:07:35 -04008952 struct btrfs_path *path,
8953 struct walk_control *wc)
Yan Zhengf82d02d2008-10-29 14:49:05 -04008954{
Yan Zheng2c47e6052009-06-27 21:07:35 -04008955 int level = wc->level;
Yan, Zheng94fcca92009-10-09 09:25:16 -04008956 int lookup_info = 1;
Yan Zhengf82d02d2008-10-29 14:49:05 -04008957 int ret;
8958
Yan Zheng2c47e6052009-06-27 21:07:35 -04008959 while (level >= 0) {
Yan, Zheng94fcca92009-10-09 09:25:16 -04008960 ret = walk_down_proc(trans, root, path, wc, lookup_info);
Yan Zheng2c47e6052009-06-27 21:07:35 -04008961 if (ret > 0)
Yan Zhengf82d02d2008-10-29 14:49:05 -04008962 break;
Yan Zhengf82d02d2008-10-29 14:49:05 -04008963
Yan Zheng2c47e6052009-06-27 21:07:35 -04008964 if (level == 0)
8965 break;
8966
Yan, Zheng7a7965f2010-02-01 02:41:17 +00008967 if (path->slots[level] >=
8968 btrfs_header_nritems(path->nodes[level]))
8969 break;
8970
Yan, Zheng94fcca92009-10-09 09:25:16 -04008971 ret = do_walk_down(trans, root, path, wc, &lookup_info);
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008972 if (ret > 0) {
8973 path->slots[level]++;
8974 continue;
Miao Xie90d2c51d2010-03-25 12:37:12 +00008975 } else if (ret < 0)
8976 return ret;
Yan, Zheng1c4850e2009-09-21 15:55:59 -04008977 level = wc->level;
Yan Zhengf82d02d2008-10-29 14:49:05 -04008978 }
Yan Zhengf82d02d2008-10-29 14:49:05 -04008979 return 0;
8980}
8981
Chris Masond3977122009-01-05 21:25:51 -05008982static noinline int walk_up_tree(struct btrfs_trans_handle *trans,
Chris Mason98ed5172008-01-03 10:01:48 -05008983 struct btrfs_root *root,
Yan Zhengf82d02d2008-10-29 14:49:05 -04008984 struct btrfs_path *path,
Yan Zheng2c47e6052009-06-27 21:07:35 -04008985 struct walk_control *wc, int max_level)
Chris Mason20524f02007-03-10 06:35:47 -05008986{
Yan Zheng2c47e6052009-06-27 21:07:35 -04008987 int level = wc->level;
Chris Mason20524f02007-03-10 06:35:47 -05008988 int ret;
Chris Mason9f3a7422007-08-07 15:52:19 -04008989
Yan Zheng2c47e6052009-06-27 21:07:35 -04008990 path->slots[level] = btrfs_header_nritems(path->nodes[level]);
8991 while (level < max_level && path->nodes[level]) {
8992 wc->level = level;
8993 if (path->slots[level] + 1 <
8994 btrfs_header_nritems(path->nodes[level])) {
8995 path->slots[level]++;
Chris Mason20524f02007-03-10 06:35:47 -05008996 return 0;
8997 } else {
Yan Zheng2c47e6052009-06-27 21:07:35 -04008998 ret = walk_up_proc(trans, root, path, wc);
8999 if (ret > 0)
9000 return 0;
Chris Masonbd56b302009-02-04 09:27:02 -05009001
Yan Zheng2c47e6052009-06-27 21:07:35 -04009002 if (path->locks[level]) {
Chris Masonbd681512011-07-16 15:23:14 -04009003 btrfs_tree_unlock_rw(path->nodes[level],
9004 path->locks[level]);
Yan Zheng2c47e6052009-06-27 21:07:35 -04009005 path->locks[level] = 0;
Yan Zhengf82d02d2008-10-29 14:49:05 -04009006 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04009007 free_extent_buffer(path->nodes[level]);
9008 path->nodes[level] = NULL;
9009 level++;
Chris Mason20524f02007-03-10 06:35:47 -05009010 }
9011 }
9012 return 1;
9013}
9014
Chris Mason9aca1d52007-03-13 11:09:37 -04009015/*
Yan Zheng2c47e6052009-06-27 21:07:35 -04009016 * drop a subvolume tree.
9017 *
9018 * this function traverses the tree freeing any blocks that only
9019 * referenced by the tree.
9020 *
9021 * when a shared tree block is found. this function decreases its
9022 * reference count by one. if update_ref is true, this function
9023 * also make sure backrefs for the shared block and all lower level
9024 * blocks are properly updated.
David Sterba9d1a2a32013-03-12 15:13:28 +00009025 *
9026 * If called with for_reloc == 0, may exit early with -EAGAIN
Chris Mason9aca1d52007-03-13 11:09:37 -04009027 */
Jeff Mahoney2c536792011-10-03 23:22:41 -04009028int btrfs_drop_snapshot(struct btrfs_root *root,
Arne Jansen66d7e7f2011-09-12 15:26:38 +02009029 struct btrfs_block_rsv *block_rsv, int update_ref,
9030 int for_reloc)
Chris Mason20524f02007-03-10 06:35:47 -05009031{
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04009032 struct btrfs_fs_info *fs_info = root->fs_info;
Chris Mason5caf2a02007-04-02 11:20:42 -04009033 struct btrfs_path *path;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009034 struct btrfs_trans_handle *trans;
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04009035 struct btrfs_root *tree_root = fs_info->tree_root;
Chris Mason9f3a7422007-08-07 15:52:19 -04009036 struct btrfs_root_item *root_item = &root->root_item;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009037 struct walk_control *wc;
9038 struct btrfs_key key;
9039 int err = 0;
9040 int ret;
9041 int level;
Josef Bacikd29a9f62013-07-17 19:30:20 -04009042 bool root_dropped = false;
Chris Mason20524f02007-03-10 06:35:47 -05009043
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04009044 btrfs_debug(fs_info, "Drop subvolume %llu", root->objectid);
Mark Fasheh11526512014-07-17 12:39:01 -07009045
Chris Mason5caf2a02007-04-02 11:20:42 -04009046 path = btrfs_alloc_path();
Tsutomu Itohcb1b69f2011-08-09 07:11:13 +00009047 if (!path) {
9048 err = -ENOMEM;
9049 goto out;
9050 }
Chris Mason20524f02007-03-10 06:35:47 -05009051
Yan Zheng2c47e6052009-06-27 21:07:35 -04009052 wc = kzalloc(sizeof(*wc), GFP_NOFS);
Mark Fasheh38a1a912011-07-13 10:59:59 -07009053 if (!wc) {
9054 btrfs_free_path(path);
Tsutomu Itohcb1b69f2011-08-09 07:11:13 +00009055 err = -ENOMEM;
9056 goto out;
Mark Fasheh38a1a912011-07-13 10:59:59 -07009057 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04009058
Yan, Zhenga22285a2010-05-16 10:48:46 -04009059 trans = btrfs_start_transaction(tree_root, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009060 if (IS_ERR(trans)) {
9061 err = PTR_ERR(trans);
9062 goto out_free;
9063 }
Tsutomu Itoh98d5dc12011-01-20 06:19:37 +00009064
Yan, Zheng3fd0a552010-05-16 10:49:59 -04009065 if (block_rsv)
9066 trans->block_rsv = block_rsv;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009067
Chris Mason9f3a7422007-08-07 15:52:19 -04009068 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
Yan Zheng2c47e6052009-06-27 21:07:35 -04009069 level = btrfs_header_level(root->node);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04009070 path->nodes[level] = btrfs_lock_root_node(root);
9071 btrfs_set_lock_blocking(path->nodes[level]);
Chris Mason9f3a7422007-08-07 15:52:19 -04009072 path->slots[level] = 0;
Chris Masonbd681512011-07-16 15:23:14 -04009073 path->locks[level] = BTRFS_WRITE_LOCK_BLOCKING;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009074 memset(&wc->update_progress, 0,
9075 sizeof(wc->update_progress));
Chris Mason9f3a7422007-08-07 15:52:19 -04009076 } else {
Chris Mason9f3a7422007-08-07 15:52:19 -04009077 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
Yan Zheng2c47e6052009-06-27 21:07:35 -04009078 memcpy(&wc->update_progress, &key,
9079 sizeof(wc->update_progress));
9080
Chris Mason6702ed42007-08-07 16:15:09 -04009081 level = root_item->drop_level;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009082 BUG_ON(level == 0);
Chris Mason6702ed42007-08-07 16:15:09 -04009083 path->lowest_level = level;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009084 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
9085 path->lowest_level = 0;
9086 if (ret < 0) {
9087 err = ret;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009088 goto out_end_trans;
Chris Mason9f3a7422007-08-07 15:52:19 -04009089 }
Yan, Zheng1c4850e2009-09-21 15:55:59 -04009090 WARN_ON(ret > 0);
Yan Zheng2c47e6052009-06-27 21:07:35 -04009091
Chris Mason7d9eb122008-07-08 14:19:17 -04009092 /*
9093 * unlock our path, this is safe because only this
9094 * function is allowed to delete this snapshot
9095 */
Yan Zheng5d4f98a2009-06-10 10:45:14 -04009096 btrfs_unlock_up_safe(path, 0);
Chris Mason9aca1d52007-03-13 11:09:37 -04009097
Yan Zheng2c47e6052009-06-27 21:07:35 -04009098 level = btrfs_header_level(root->node);
9099 while (1) {
9100 btrfs_tree_lock(path->nodes[level]);
9101 btrfs_set_lock_blocking(path->nodes[level]);
Josef Bacikfec386a2013-07-15 12:41:42 -04009102 path->locks[level] = BTRFS_WRITE_LOCK_BLOCKING;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009103
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009104 ret = btrfs_lookup_extent_info(trans, fs_info,
Yan Zheng2c47e6052009-06-27 21:07:35 -04009105 path->nodes[level]->start,
Josef Bacik3173a182013-03-07 14:22:04 -05009106 level, 1, &wc->refs[level],
Yan Zheng2c47e6052009-06-27 21:07:35 -04009107 &wc->flags[level]);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009108 if (ret < 0) {
9109 err = ret;
9110 goto out_end_trans;
9111 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04009112 BUG_ON(wc->refs[level] == 0);
9113
9114 if (level == root_item->drop_level)
9115 break;
9116
9117 btrfs_tree_unlock(path->nodes[level]);
Josef Bacikfec386a2013-07-15 12:41:42 -04009118 path->locks[level] = 0;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009119 WARN_ON(wc->refs[level] != 1);
9120 level--;
9121 }
9122 }
9123
9124 wc->level = level;
9125 wc->shared_level = -1;
9126 wc->stage = DROP_REFERENCE;
9127 wc->update_ref = update_ref;
9128 wc->keep_locks = 0;
Arne Jansen66d7e7f2011-09-12 15:26:38 +02009129 wc->for_reloc = for_reloc;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009130 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(fs_info);
Yan Zheng2c47e6052009-06-27 21:07:35 -04009131
9132 while (1) {
David Sterba9d1a2a32013-03-12 15:13:28 +00009133
Yan Zheng2c47e6052009-06-27 21:07:35 -04009134 ret = walk_down_tree(trans, root, path, wc);
9135 if (ret < 0) {
9136 err = ret;
Chris Masone7a84562008-06-25 16:01:31 -04009137 break;
9138 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04009139
9140 ret = walk_up_tree(trans, root, path, wc, BTRFS_MAX_LEVEL);
9141 if (ret < 0) {
9142 err = ret;
9143 break;
9144 }
9145
9146 if (ret > 0) {
9147 BUG_ON(wc->stage != DROP_REFERENCE);
9148 break;
9149 }
9150
9151 if (wc->stage == DROP_REFERENCE) {
9152 level = wc->level;
9153 btrfs_node_key(path->nodes[level],
9154 &root_item->drop_progress,
9155 path->slots[level]);
9156 root_item->drop_level = level;
9157 }
9158
9159 BUG_ON(wc->level == 0);
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04009160 if (btrfs_should_end_transaction(trans) ||
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009161 (!for_reloc && btrfs_need_cleaner_sleep(fs_info))) {
Yan Zheng2c47e6052009-06-27 21:07:35 -04009162 ret = btrfs_update_root(trans, tree_root,
9163 &root->root_key,
9164 root_item);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009165 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04009166 btrfs_abort_transaction(trans, ret);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009167 err = ret;
9168 goto out_end_trans;
9169 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04009170
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04009171 btrfs_end_transaction_throttle(trans);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009172 if (!for_reloc && btrfs_need_cleaner_sleep(fs_info)) {
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04009173 btrfs_debug(fs_info,
9174 "drop snapshot early exit");
Josef Bacik3c8f2422013-07-15 11:57:06 -04009175 err = -EAGAIN;
9176 goto out_free;
9177 }
9178
Yan, Zhenga22285a2010-05-16 10:48:46 -04009179 trans = btrfs_start_transaction(tree_root, 0);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009180 if (IS_ERR(trans)) {
9181 err = PTR_ERR(trans);
9182 goto out_free;
9183 }
Yan, Zheng3fd0a552010-05-16 10:49:59 -04009184 if (block_rsv)
9185 trans->block_rsv = block_rsv;
Chris Masonc3e69d52009-03-13 10:17:05 -04009186 }
Chris Mason20524f02007-03-10 06:35:47 -05009187 }
David Sterbab3b4aa72011-04-21 01:20:15 +02009188 btrfs_release_path(path);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009189 if (err)
9190 goto out_end_trans;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009191
9192 ret = btrfs_del_root(trans, tree_root, &root->root_key);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009193 if (ret) {
Jeff Mahoney66642832016-06-10 18:19:25 -04009194 btrfs_abort_transaction(trans, ret);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009195 goto out_end_trans;
9196 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04009197
Yan, Zheng76dda932009-09-21 16:00:26 -04009198 if (root->root_key.objectid != BTRFS_TREE_RELOC_OBJECTID) {
Miao Xiecb517ea2013-05-15 07:48:19 +00009199 ret = btrfs_find_root(tree_root, &root->root_key, path,
9200 NULL, NULL);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009201 if (ret < 0) {
Jeff Mahoney66642832016-06-10 18:19:25 -04009202 btrfs_abort_transaction(trans, ret);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009203 err = ret;
9204 goto out_end_trans;
9205 } else if (ret > 0) {
Josef Bacik84cd9482010-12-08 12:24:01 -05009206 /* if we fail to delete the orphan item this time
9207 * around, it'll get picked up the next time.
9208 *
9209 * The most common failure here is just -ENOENT.
9210 */
9211 btrfs_del_orphan_item(trans, tree_root,
9212 root->root_key.objectid);
Yan, Zheng76dda932009-09-21 16:00:26 -04009213 }
9214 }
9215
Miao Xie27cdeb72014-04-02 19:51:05 +08009216 if (test_bit(BTRFS_ROOT_IN_RADIX, &root->state)) {
Josef Bacik2b9dbef2015-09-15 10:07:04 -04009217 btrfs_add_dropped_root(trans, root);
Yan, Zheng76dda932009-09-21 16:00:26 -04009218 } else {
9219 free_extent_buffer(root->node);
9220 free_extent_buffer(root->commit_root);
Miao Xieb0feb9d2013-05-15 07:48:20 +00009221 btrfs_put_fs_root(root);
Yan, Zheng76dda932009-09-21 16:00:26 -04009222 }
Josef Bacikd29a9f62013-07-17 19:30:20 -04009223 root_dropped = true;
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009224out_end_trans:
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04009225 btrfs_end_transaction_throttle(trans);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009226out_free:
Yan Zheng2c47e6052009-06-27 21:07:35 -04009227 kfree(wc);
Chris Mason5caf2a02007-04-02 11:20:42 -04009228 btrfs_free_path(path);
Tsutomu Itohcb1b69f2011-08-09 07:11:13 +00009229out:
Josef Bacikd29a9f62013-07-17 19:30:20 -04009230 /*
9231 * So if we need to stop dropping the snapshot for whatever reason we
9232 * need to make sure to add it back to the dead root list so that we
9233 * keep trying to do the work later. This also cleans up roots if we
9234 * don't have it in the radix (like when we recover after a power fail
9235 * or unmount) so we don't leak memory.
9236 */
Josef Bacikb37b39c2013-07-23 16:57:15 -04009237 if (!for_reloc && root_dropped == false)
Josef Bacikd29a9f62013-07-17 19:30:20 -04009238 btrfs_add_dead_root(root);
Wang Shilong90515e72014-01-07 17:26:58 +08009239 if (err && err != -EAGAIN)
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04009240 btrfs_handle_fs_error(fs_info, err, NULL);
Jeff Mahoney2c536792011-10-03 23:22:41 -04009241 return err;
Chris Mason20524f02007-03-10 06:35:47 -05009242}
Chris Mason9078a3e2007-04-26 16:46:15 -04009243
Yan Zheng2c47e6052009-06-27 21:07:35 -04009244/*
9245 * drop subtree rooted at tree block 'node'.
9246 *
9247 * NOTE: this function will unlock and release tree block 'node'
Arne Jansen66d7e7f2011-09-12 15:26:38 +02009248 * only used by relocation code
Yan Zheng2c47e6052009-06-27 21:07:35 -04009249 */
Yan Zhengf82d02d2008-10-29 14:49:05 -04009250int btrfs_drop_subtree(struct btrfs_trans_handle *trans,
9251 struct btrfs_root *root,
9252 struct extent_buffer *node,
9253 struct extent_buffer *parent)
9254{
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009255 struct btrfs_fs_info *fs_info = root->fs_info;
Yan Zhengf82d02d2008-10-29 14:49:05 -04009256 struct btrfs_path *path;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009257 struct walk_control *wc;
Yan Zhengf82d02d2008-10-29 14:49:05 -04009258 int level;
9259 int parent_level;
9260 int ret = 0;
9261 int wret;
9262
Yan Zheng2c47e6052009-06-27 21:07:35 -04009263 BUG_ON(root->root_key.objectid != BTRFS_TREE_RELOC_OBJECTID);
9264
Yan Zhengf82d02d2008-10-29 14:49:05 -04009265 path = btrfs_alloc_path();
Tsutomu Itohdb5b4932011-03-23 08:14:16 +00009266 if (!path)
9267 return -ENOMEM;
Yan Zhengf82d02d2008-10-29 14:49:05 -04009268
Yan Zheng2c47e6052009-06-27 21:07:35 -04009269 wc = kzalloc(sizeof(*wc), GFP_NOFS);
Tsutomu Itohdb5b4932011-03-23 08:14:16 +00009270 if (!wc) {
9271 btrfs_free_path(path);
9272 return -ENOMEM;
9273 }
Yan Zheng2c47e6052009-06-27 21:07:35 -04009274
Chris Masonb9447ef2009-03-09 11:45:38 -04009275 btrfs_assert_tree_locked(parent);
Yan Zhengf82d02d2008-10-29 14:49:05 -04009276 parent_level = btrfs_header_level(parent);
9277 extent_buffer_get(parent);
9278 path->nodes[parent_level] = parent;
9279 path->slots[parent_level] = btrfs_header_nritems(parent);
9280
Chris Masonb9447ef2009-03-09 11:45:38 -04009281 btrfs_assert_tree_locked(node);
Yan Zhengf82d02d2008-10-29 14:49:05 -04009282 level = btrfs_header_level(node);
Yan Zhengf82d02d2008-10-29 14:49:05 -04009283 path->nodes[level] = node;
9284 path->slots[level] = 0;
Chris Masonbd681512011-07-16 15:23:14 -04009285 path->locks[level] = BTRFS_WRITE_LOCK_BLOCKING;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009286
9287 wc->refs[parent_level] = 1;
9288 wc->flags[parent_level] = BTRFS_BLOCK_FLAG_FULL_BACKREF;
9289 wc->level = level;
9290 wc->shared_level = -1;
9291 wc->stage = DROP_REFERENCE;
9292 wc->update_ref = 0;
9293 wc->keep_locks = 1;
Arne Jansen66d7e7f2011-09-12 15:26:38 +02009294 wc->for_reloc = 1;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009295 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(fs_info);
Yan Zhengf82d02d2008-10-29 14:49:05 -04009296
9297 while (1) {
Yan Zheng2c47e6052009-06-27 21:07:35 -04009298 wret = walk_down_tree(trans, root, path, wc);
9299 if (wret < 0) {
Yan Zhengf82d02d2008-10-29 14:49:05 -04009300 ret = wret;
Yan Zhengf82d02d2008-10-29 14:49:05 -04009301 break;
Yan Zheng2c47e6052009-06-27 21:07:35 -04009302 }
Yan Zhengf82d02d2008-10-29 14:49:05 -04009303
Yan Zheng2c47e6052009-06-27 21:07:35 -04009304 wret = walk_up_tree(trans, root, path, wc, parent_level);
Yan Zhengf82d02d2008-10-29 14:49:05 -04009305 if (wret < 0)
9306 ret = wret;
9307 if (wret != 0)
9308 break;
9309 }
9310
Yan Zheng2c47e6052009-06-27 21:07:35 -04009311 kfree(wc);
Yan Zhengf82d02d2008-10-29 14:49:05 -04009312 btrfs_free_path(path);
9313 return ret;
9314}
9315
Jeff Mahoney6202df62016-06-22 18:54:22 -04009316static u64 update_block_group_flags(struct btrfs_fs_info *fs_info, u64 flags)
Chris Masonec44a352008-04-28 15:29:52 -04009317{
9318 u64 num_devices;
Ilya Dryomovfc67c452012-03-27 17:09:17 +03009319 u64 stripped;
Chris Masonec44a352008-04-28 15:29:52 -04009320
Ilya Dryomovfc67c452012-03-27 17:09:17 +03009321 /*
9322 * if restripe for this chunk_type is on pick target profile and
9323 * return, otherwise do the usual balance
9324 */
Jeff Mahoney6202df62016-06-22 18:54:22 -04009325 stripped = get_restripe_target(fs_info, flags);
Ilya Dryomovfc67c452012-03-27 17:09:17 +03009326 if (stripped)
9327 return extended_to_chunk(stripped);
Ilya Dryomove4d8ec02012-01-16 22:04:48 +02009328
Jeff Mahoney6202df62016-06-22 18:54:22 -04009329 num_devices = fs_info->fs_devices->rw_devices;
Chris Masoncd02dca2010-12-13 14:56:23 -05009330
Ilya Dryomovfc67c452012-03-27 17:09:17 +03009331 stripped = BTRFS_BLOCK_GROUP_RAID0 |
David Woodhouse53b381b2013-01-29 18:40:14 -05009332 BTRFS_BLOCK_GROUP_RAID5 | BTRFS_BLOCK_GROUP_RAID6 |
Ilya Dryomovfc67c452012-03-27 17:09:17 +03009333 BTRFS_BLOCK_GROUP_RAID1 | BTRFS_BLOCK_GROUP_RAID10;
9334
Chris Masonec44a352008-04-28 15:29:52 -04009335 if (num_devices == 1) {
9336 stripped |= BTRFS_BLOCK_GROUP_DUP;
9337 stripped = flags & ~stripped;
9338
9339 /* turn raid0 into single device chunks */
9340 if (flags & BTRFS_BLOCK_GROUP_RAID0)
9341 return stripped;
9342
9343 /* turn mirroring into duplication */
9344 if (flags & (BTRFS_BLOCK_GROUP_RAID1 |
9345 BTRFS_BLOCK_GROUP_RAID10))
9346 return stripped | BTRFS_BLOCK_GROUP_DUP;
Chris Masonec44a352008-04-28 15:29:52 -04009347 } else {
9348 /* they already had raid on here, just return */
Chris Masonec44a352008-04-28 15:29:52 -04009349 if (flags & stripped)
9350 return flags;
9351
9352 stripped |= BTRFS_BLOCK_GROUP_DUP;
9353 stripped = flags & ~stripped;
9354
9355 /* switch duplicated blocks with raid1 */
9356 if (flags & BTRFS_BLOCK_GROUP_DUP)
9357 return stripped | BTRFS_BLOCK_GROUP_RAID1;
9358
Ilya Dryomove3176ca2012-03-27 17:09:16 +03009359 /* this is drive concat, leave it alone */
Chris Masonec44a352008-04-28 15:29:52 -04009360 }
Ilya Dryomove3176ca2012-03-27 17:09:16 +03009361
Chris Masonec44a352008-04-28 15:29:52 -04009362 return flags;
9363}
9364
Zhaolei868f4012015-08-05 16:43:27 +08009365static int inc_block_group_ro(struct btrfs_block_group_cache *cache, int force)
Chris Mason0ef3e662008-05-24 14:04:53 -04009366{
Yan, Zhengf0486c62010-05-16 10:46:25 -04009367 struct btrfs_space_info *sinfo = cache->space_info;
9368 u64 num_bytes;
Miao Xie199c36e2011-07-15 10:34:36 +00009369 u64 min_allocable_bytes;
Yan, Zhengf0486c62010-05-16 10:46:25 -04009370 int ret = -ENOSPC;
Chris Mason0ef3e662008-05-24 14:04:53 -04009371
Miao Xie199c36e2011-07-15 10:34:36 +00009372 /*
9373 * We need some metadata space and system metadata space for
9374 * allocating chunks in some corner cases until we force to set
9375 * it to be readonly.
9376 */
9377 if ((sinfo->flags &
9378 (BTRFS_BLOCK_GROUP_SYSTEM | BTRFS_BLOCK_GROUP_METADATA)) &&
9379 !force)
Byongho Leeee221842015-12-15 01:42:10 +09009380 min_allocable_bytes = SZ_1M;
Miao Xie199c36e2011-07-15 10:34:36 +00009381 else
9382 min_allocable_bytes = 0;
9383
Yan, Zhengf0486c62010-05-16 10:46:25 -04009384 spin_lock(&sinfo->lock);
9385 spin_lock(&cache->lock);
WuBo61cfea92011-07-26 03:30:11 +00009386
9387 if (cache->ro) {
Zhaolei868f4012015-08-05 16:43:27 +08009388 cache->ro++;
WuBo61cfea92011-07-26 03:30:11 +00009389 ret = 0;
9390 goto out;
9391 }
9392
Yan, Zhengf0486c62010-05-16 10:46:25 -04009393 num_bytes = cache->key.offset - cache->reserved - cache->pinned -
9394 cache->bytes_super - btrfs_block_group_used(&cache->item);
Chris Mason7d9eb122008-07-08 14:19:17 -04009395
Liu Bo41361352017-02-13 15:42:21 -08009396 if (btrfs_space_info_used(sinfo, true) + num_bytes +
Josef Bacik37be25b2011-08-05 10:25:38 -04009397 min_allocable_bytes <= sinfo->total_bytes) {
Yan, Zhengf0486c62010-05-16 10:46:25 -04009398 sinfo->bytes_readonly += num_bytes;
Zhaolei868f4012015-08-05 16:43:27 +08009399 cache->ro++;
Josef Bacik633c0aa2014-10-31 09:49:34 -04009400 list_add_tail(&cache->ro_list, &sinfo->ro_bgs);
Yan, Zhengf0486c62010-05-16 10:46:25 -04009401 ret = 0;
9402 }
WuBo61cfea92011-07-26 03:30:11 +00009403out:
Yan, Zhengf0486c62010-05-16 10:46:25 -04009404 spin_unlock(&cache->lock);
9405 spin_unlock(&sinfo->lock);
9406 return ret;
Chris Mason0ef3e662008-05-24 14:04:53 -04009407}
9408
Jeff Mahoney5e00f192017-02-15 16:28:29 -05009409int btrfs_inc_block_group_ro(struct btrfs_fs_info *fs_info,
Yan, Zhengf0486c62010-05-16 10:46:25 -04009410 struct btrfs_block_group_cache *cache)
Yan Zheng5d4f98a2009-06-10 10:45:14 -04009411
9412{
Yan, Zhengf0486c62010-05-16 10:46:25 -04009413 struct btrfs_trans_handle *trans;
9414 u64 alloc_flags;
9415 int ret;
9416
Chris Mason1bbc6212015-04-06 12:46:08 -07009417again:
Jeff Mahoney5e00f192017-02-15 16:28:29 -05009418 trans = btrfs_join_transaction(fs_info->extent_root);
Jeff Mahoney79787ea2012-03-12 16:03:00 +01009419 if (IS_ERR(trans))
9420 return PTR_ERR(trans);
Yan, Zhengf0486c62010-05-16 10:46:25 -04009421
Chris Mason1bbc6212015-04-06 12:46:08 -07009422 /*
9423 * we're not allowed to set block groups readonly after the dirty
9424 * block groups cache has started writing. If it already started,
9425 * back off and let this transaction commit
9426 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009427 mutex_lock(&fs_info->ro_block_group_mutex);
Josef Bacik3204d332015-09-24 10:46:10 -04009428 if (test_bit(BTRFS_TRANS_DIRTY_BG_RUN, &trans->transaction->flags)) {
Chris Mason1bbc6212015-04-06 12:46:08 -07009429 u64 transid = trans->transid;
9430
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009431 mutex_unlock(&fs_info->ro_block_group_mutex);
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04009432 btrfs_end_transaction(trans);
Chris Mason1bbc6212015-04-06 12:46:08 -07009433
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009434 ret = btrfs_wait_for_commit(fs_info, transid);
Chris Mason1bbc6212015-04-06 12:46:08 -07009435 if (ret)
9436 return ret;
9437 goto again;
9438 }
9439
Chris Mason153c35b2015-05-19 18:54:41 -07009440 /*
9441 * if we are changing raid levels, try to allocate a corresponding
9442 * block group with the new raid level.
9443 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009444 alloc_flags = update_block_group_flags(fs_info, cache->flags);
Chris Mason153c35b2015-05-19 18:54:41 -07009445 if (alloc_flags != cache->flags) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009446 ret = do_chunk_alloc(trans, fs_info, alloc_flags,
Chris Mason153c35b2015-05-19 18:54:41 -07009447 CHUNK_ALLOC_FORCE);
9448 /*
9449 * ENOSPC is allowed here, we may have enough space
9450 * already allocated at the new raid level to
9451 * carry on
9452 */
9453 if (ret == -ENOSPC)
9454 ret = 0;
9455 if (ret < 0)
9456 goto out;
9457 }
Chris Mason1bbc6212015-04-06 12:46:08 -07009458
Zhaolei868f4012015-08-05 16:43:27 +08009459 ret = inc_block_group_ro(cache, 0);
Yan, Zhengf0486c62010-05-16 10:46:25 -04009460 if (!ret)
9461 goto out;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009462 alloc_flags = get_alloc_profile(fs_info, cache->space_info->flags);
9463 ret = do_chunk_alloc(trans, fs_info, alloc_flags,
Chris Mason0e4f8f82011-04-15 16:05:44 -04009464 CHUNK_ALLOC_FORCE);
Yan, Zhengf0486c62010-05-16 10:46:25 -04009465 if (ret < 0)
9466 goto out;
Zhaolei868f4012015-08-05 16:43:27 +08009467 ret = inc_block_group_ro(cache, 0);
Yan, Zhengf0486c62010-05-16 10:46:25 -04009468out:
Shaohua Li2f081082015-01-09 10:40:15 -08009469 if (cache->flags & BTRFS_BLOCK_GROUP_SYSTEM) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009470 alloc_flags = update_block_group_flags(fs_info, cache->flags);
David Sterba34441362016-10-04 19:34:27 +02009471 mutex_lock(&fs_info->chunk_mutex);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009472 check_system_chunk(trans, fs_info, alloc_flags);
David Sterba34441362016-10-04 19:34:27 +02009473 mutex_unlock(&fs_info->chunk_mutex);
Shaohua Li2f081082015-01-09 10:40:15 -08009474 }
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009475 mutex_unlock(&fs_info->ro_block_group_mutex);
Shaohua Li2f081082015-01-09 10:40:15 -08009476
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04009477 btrfs_end_transaction(trans);
Yan, Zhengf0486c62010-05-16 10:46:25 -04009478 return ret;
9479}
9480
Chris Masonc87f08c2011-02-16 13:57:04 -05009481int btrfs_force_chunk_alloc(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009482 struct btrfs_fs_info *fs_info, u64 type)
Chris Masonc87f08c2011-02-16 13:57:04 -05009483{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009484 u64 alloc_flags = get_alloc_profile(fs_info, type);
9485
9486 return do_chunk_alloc(trans, fs_info, alloc_flags, CHUNK_ALLOC_FORCE);
Chris Masonc87f08c2011-02-16 13:57:04 -05009487}
9488
Miao Xie6d07bce2011-01-05 10:07:31 +00009489/*
9490 * helper to account the unused space of all the readonly block group in the
Josef Bacik633c0aa2014-10-31 09:49:34 -04009491 * space_info. takes mirrors into account.
Miao Xie6d07bce2011-01-05 10:07:31 +00009492 */
Josef Bacik633c0aa2014-10-31 09:49:34 -04009493u64 btrfs_account_ro_block_groups_free_space(struct btrfs_space_info *sinfo)
Miao Xie6d07bce2011-01-05 10:07:31 +00009494{
9495 struct btrfs_block_group_cache *block_group;
9496 u64 free_bytes = 0;
9497 int factor;
9498
Nicholas D Steeves01327612016-05-19 21:18:45 -04009499 /* It's df, we don't care if it's racy */
Josef Bacik633c0aa2014-10-31 09:49:34 -04009500 if (list_empty(&sinfo->ro_bgs))
9501 return 0;
9502
9503 spin_lock(&sinfo->lock);
9504 list_for_each_entry(block_group, &sinfo->ro_bgs, ro_list) {
Miao Xie6d07bce2011-01-05 10:07:31 +00009505 spin_lock(&block_group->lock);
9506
9507 if (!block_group->ro) {
9508 spin_unlock(&block_group->lock);
9509 continue;
9510 }
9511
9512 if (block_group->flags & (BTRFS_BLOCK_GROUP_RAID1 |
9513 BTRFS_BLOCK_GROUP_RAID10 |
9514 BTRFS_BLOCK_GROUP_DUP))
9515 factor = 2;
9516 else
9517 factor = 1;
9518
9519 free_bytes += (block_group->key.offset -
9520 btrfs_block_group_used(&block_group->item)) *
9521 factor;
9522
9523 spin_unlock(&block_group->lock);
9524 }
Miao Xie6d07bce2011-01-05 10:07:31 +00009525 spin_unlock(&sinfo->lock);
9526
9527 return free_bytes;
9528}
9529
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009530void btrfs_dec_block_group_ro(struct btrfs_block_group_cache *cache)
Yan, Zhengf0486c62010-05-16 10:46:25 -04009531{
9532 struct btrfs_space_info *sinfo = cache->space_info;
9533 u64 num_bytes;
9534
9535 BUG_ON(!cache->ro);
9536
9537 spin_lock(&sinfo->lock);
9538 spin_lock(&cache->lock);
Zhaolei868f4012015-08-05 16:43:27 +08009539 if (!--cache->ro) {
9540 num_bytes = cache->key.offset - cache->reserved -
9541 cache->pinned - cache->bytes_super -
9542 btrfs_block_group_used(&cache->item);
9543 sinfo->bytes_readonly -= num_bytes;
9544 list_del_init(&cache->ro_list);
9545 }
Yan, Zhengf0486c62010-05-16 10:46:25 -04009546 spin_unlock(&cache->lock);
9547 spin_unlock(&sinfo->lock);
Yan Zheng5d4f98a2009-06-10 10:45:14 -04009548}
9549
Josef Bacikba1bf482009-09-11 16:11:19 -04009550/*
9551 * checks to see if its even possible to relocate this block group.
9552 *
9553 * @return - -1 if it's not a good idea to relocate this block group, 0 if its
9554 * ok to go ahead and try.
9555 */
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -04009556int btrfs_can_relocate(struct btrfs_fs_info *fs_info, u64 bytenr)
Zheng Yan1a40e232008-09-26 10:09:34 -04009557{
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -04009558 struct btrfs_root *root = fs_info->extent_root;
Zheng Yan1a40e232008-09-26 10:09:34 -04009559 struct btrfs_block_group_cache *block_group;
Josef Bacikba1bf482009-09-11 16:11:19 -04009560 struct btrfs_space_info *space_info;
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009561 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices;
Josef Bacikba1bf482009-09-11 16:11:19 -04009562 struct btrfs_device *device;
Josef Bacik6df9a952013-06-27 13:22:46 -04009563 struct btrfs_trans_handle *trans;
liubocdcb7252011-08-03 10:15:25 +00009564 u64 min_free;
Josef Bacik6719db62011-08-20 08:29:51 -04009565 u64 dev_min = 1;
9566 u64 dev_nr = 0;
Ilya Dryomov4a5e98f2012-03-27 17:09:17 +03009567 u64 target;
Qu Wenruo0305bc22016-03-23 11:38:17 +08009568 int debug;
liubocdcb7252011-08-03 10:15:25 +00009569 int index;
Josef Bacikba1bf482009-09-11 16:11:19 -04009570 int full = 0;
9571 int ret = 0;
Chris Masonedbd8d42007-12-21 16:27:24 -05009572
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009573 debug = btrfs_test_opt(fs_info, ENOSPC_DEBUG);
Qu Wenruo0305bc22016-03-23 11:38:17 +08009574
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009575 block_group = btrfs_lookup_block_group(fs_info, bytenr);
Zheng Yan1a40e232008-09-26 10:09:34 -04009576
Josef Bacikba1bf482009-09-11 16:11:19 -04009577 /* odd, couldn't find the block group, leave it alone */
Qu Wenruo0305bc22016-03-23 11:38:17 +08009578 if (!block_group) {
9579 if (debug)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009580 btrfs_warn(fs_info,
Qu Wenruo0305bc22016-03-23 11:38:17 +08009581 "can't find block group for bytenr %llu",
9582 bytenr);
Josef Bacikba1bf482009-09-11 16:11:19 -04009583 return -1;
Qu Wenruo0305bc22016-03-23 11:38:17 +08009584 }
Chris Masonedbd8d42007-12-21 16:27:24 -05009585
liubocdcb7252011-08-03 10:15:25 +00009586 min_free = btrfs_block_group_used(&block_group->item);
9587
Josef Bacikba1bf482009-09-11 16:11:19 -04009588 /* no bytes used, we're good */
liubocdcb7252011-08-03 10:15:25 +00009589 if (!min_free)
Josef Bacikba1bf482009-09-11 16:11:19 -04009590 goto out;
Chris Mason323da792008-05-09 11:46:48 -04009591
Josef Bacikba1bf482009-09-11 16:11:19 -04009592 space_info = block_group->space_info;
9593 spin_lock(&space_info->lock);
Chris Mason323da792008-05-09 11:46:48 -04009594
Josef Bacikba1bf482009-09-11 16:11:19 -04009595 full = space_info->full;
Zheng Yan1a40e232008-09-26 10:09:34 -04009596
Josef Bacikba1bf482009-09-11 16:11:19 -04009597 /*
9598 * if this is the last block group we have in this space, we can't
Chris Mason7ce618d2009-09-22 14:48:44 -04009599 * relocate it unless we're able to allocate a new chunk below.
9600 *
9601 * Otherwise, we need to make sure we have room in the space to handle
9602 * all of the extents from this block group. If we can, we're good
Josef Bacikba1bf482009-09-11 16:11:19 -04009603 */
Chris Mason7ce618d2009-09-22 14:48:44 -04009604 if ((space_info->total_bytes != block_group->key.offset) &&
Liu Bo41361352017-02-13 15:42:21 -08009605 (btrfs_space_info_used(space_info, false) + min_free <
9606 space_info->total_bytes)) {
Josef Bacikba1bf482009-09-11 16:11:19 -04009607 spin_unlock(&space_info->lock);
9608 goto out;
9609 }
9610 spin_unlock(&space_info->lock);
Zheng Yan1a40e232008-09-26 10:09:34 -04009611
Josef Bacikba1bf482009-09-11 16:11:19 -04009612 /*
9613 * ok we don't have enough space, but maybe we have free space on our
9614 * devices to allocate new chunks for relocation, so loop through our
Ilya Dryomov4a5e98f2012-03-27 17:09:17 +03009615 * alloc devices and guess if we have enough space. if this block
9616 * group is going to be restriped, run checks against the target
9617 * profile instead of the current one.
Josef Bacikba1bf482009-09-11 16:11:19 -04009618 */
9619 ret = -1;
Chris Mason4313b392008-01-03 09:08:48 -05009620
liubocdcb7252011-08-03 10:15:25 +00009621 /*
9622 * index:
9623 * 0: raid10
9624 * 1: raid1
9625 * 2: dup
9626 * 3: raid0
9627 * 4: single
9628 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009629 target = get_restripe_target(fs_info, block_group->flags);
Ilya Dryomov4a5e98f2012-03-27 17:09:17 +03009630 if (target) {
Liu Bo31e50222012-11-21 14:18:10 +00009631 index = __get_raid_index(extended_to_chunk(target));
Ilya Dryomov4a5e98f2012-03-27 17:09:17 +03009632 } else {
9633 /*
9634 * this is just a balance, so if we were marked as full
9635 * we know there is no space for a new chunk
9636 */
Qu Wenruo0305bc22016-03-23 11:38:17 +08009637 if (full) {
9638 if (debug)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009639 btrfs_warn(fs_info,
9640 "no space to alloc new chunk for block group %llu",
9641 block_group->key.objectid);
Ilya Dryomov4a5e98f2012-03-27 17:09:17 +03009642 goto out;
Qu Wenruo0305bc22016-03-23 11:38:17 +08009643 }
Ilya Dryomov4a5e98f2012-03-27 17:09:17 +03009644
9645 index = get_block_group_index(block_group);
9646 }
9647
Miao Xiee6ec7162013-01-17 05:38:51 +00009648 if (index == BTRFS_RAID_RAID10) {
liubocdcb7252011-08-03 10:15:25 +00009649 dev_min = 4;
Josef Bacik6719db62011-08-20 08:29:51 -04009650 /* Divide by 2 */
9651 min_free >>= 1;
Miao Xiee6ec7162013-01-17 05:38:51 +00009652 } else if (index == BTRFS_RAID_RAID1) {
liubocdcb7252011-08-03 10:15:25 +00009653 dev_min = 2;
Miao Xiee6ec7162013-01-17 05:38:51 +00009654 } else if (index == BTRFS_RAID_DUP) {
Josef Bacik6719db62011-08-20 08:29:51 -04009655 /* Multiply by 2 */
9656 min_free <<= 1;
Miao Xiee6ec7162013-01-17 05:38:51 +00009657 } else if (index == BTRFS_RAID_RAID0) {
liubocdcb7252011-08-03 10:15:25 +00009658 dev_min = fs_devices->rw_devices;
David Sterba47c57132015-02-20 18:43:47 +01009659 min_free = div64_u64(min_free, dev_min);
liubocdcb7252011-08-03 10:15:25 +00009660 }
9661
Josef Bacik6df9a952013-06-27 13:22:46 -04009662 /* We need to do this so that we can look at pending chunks */
9663 trans = btrfs_join_transaction(root);
9664 if (IS_ERR(trans)) {
9665 ret = PTR_ERR(trans);
9666 goto out;
9667 }
9668
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009669 mutex_lock(&fs_info->chunk_mutex);
Josef Bacikba1bf482009-09-11 16:11:19 -04009670 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) {
Miao Xie7bfc8372011-01-05 10:07:26 +00009671 u64 dev_offset;
Chris Masonea8c2812008-08-04 23:17:27 -04009672
Josef Bacikba1bf482009-09-11 16:11:19 -04009673 /*
9674 * check to make sure we can actually find a chunk with enough
9675 * space to fit our block group in.
9676 */
Stefan Behrens63a212a2012-11-05 18:29:28 +01009677 if (device->total_bytes > device->bytes_used + min_free &&
9678 !device->is_tgtdev_for_dev_replace) {
Josef Bacik6df9a952013-06-27 13:22:46 -04009679 ret = find_free_dev_extent(trans, device, min_free,
Miao Xie7bfc8372011-01-05 10:07:26 +00009680 &dev_offset, NULL);
Josef Bacikba1bf482009-09-11 16:11:19 -04009681 if (!ret)
liubocdcb7252011-08-03 10:15:25 +00009682 dev_nr++;
9683
9684 if (dev_nr >= dev_min)
Yan73e48b22008-01-03 14:14:39 -05009685 break;
liubocdcb7252011-08-03 10:15:25 +00009686
Josef Bacikba1bf482009-09-11 16:11:19 -04009687 ret = -1;
Yan73e48b22008-01-03 14:14:39 -05009688 }
Chris Masonedbd8d42007-12-21 16:27:24 -05009689 }
Qu Wenruo0305bc22016-03-23 11:38:17 +08009690 if (debug && ret == -1)
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009691 btrfs_warn(fs_info,
9692 "no space to allocate a new chunk for block group %llu",
9693 block_group->key.objectid);
9694 mutex_unlock(&fs_info->chunk_mutex);
Jeff Mahoney3a45bb22016-09-09 21:39:03 -04009695 btrfs_end_transaction(trans);
Chris Masonedbd8d42007-12-21 16:27:24 -05009696out:
Josef Bacikba1bf482009-09-11 16:11:19 -04009697 btrfs_put_block_group(block_group);
Chris Masonedbd8d42007-12-21 16:27:24 -05009698 return ret;
9699}
9700
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -04009701static int find_first_block_group(struct btrfs_fs_info *fs_info,
9702 struct btrfs_path *path,
9703 struct btrfs_key *key)
Chris Mason0b86a832008-03-24 15:01:56 -04009704{
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -04009705 struct btrfs_root *root = fs_info->extent_root;
Chris Mason925baed2008-06-25 16:01:30 -04009706 int ret = 0;
Chris Mason0b86a832008-03-24 15:01:56 -04009707 struct btrfs_key found_key;
9708 struct extent_buffer *leaf;
9709 int slot;
9710
9711 ret = btrfs_search_slot(NULL, root, key, path, 0, 0);
9712 if (ret < 0)
Chris Mason925baed2008-06-25 16:01:30 -04009713 goto out;
9714
Chris Masond3977122009-01-05 21:25:51 -05009715 while (1) {
Chris Mason0b86a832008-03-24 15:01:56 -04009716 slot = path->slots[0];
9717 leaf = path->nodes[0];
9718 if (slot >= btrfs_header_nritems(leaf)) {
9719 ret = btrfs_next_leaf(root, path);
9720 if (ret == 0)
9721 continue;
9722 if (ret < 0)
Chris Mason925baed2008-06-25 16:01:30 -04009723 goto out;
Chris Mason0b86a832008-03-24 15:01:56 -04009724 break;
9725 }
9726 btrfs_item_key_to_cpu(leaf, &found_key, slot);
9727
9728 if (found_key.objectid >= key->objectid &&
Chris Mason925baed2008-06-25 16:01:30 -04009729 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) {
Liu Bo6fb37b72016-06-22 18:31:27 -07009730 struct extent_map_tree *em_tree;
9731 struct extent_map *em;
9732
9733 em_tree = &root->fs_info->mapping_tree.map_tree;
9734 read_lock(&em_tree->lock);
9735 em = lookup_extent_mapping(em_tree, found_key.objectid,
9736 found_key.offset);
9737 read_unlock(&em_tree->lock);
9738 if (!em) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009739 btrfs_err(fs_info,
Liu Bo6fb37b72016-06-22 18:31:27 -07009740 "logical %llu len %llu found bg but no related chunk",
9741 found_key.objectid, found_key.offset);
9742 ret = -ENOENT;
9743 } else {
9744 ret = 0;
9745 }
Josef Bacik187ee582016-08-18 15:30:06 -04009746 free_extent_map(em);
Chris Mason925baed2008-06-25 16:01:30 -04009747 goto out;
9748 }
Chris Mason0b86a832008-03-24 15:01:56 -04009749 path->slots[0]++;
9750 }
Chris Mason925baed2008-06-25 16:01:30 -04009751out:
Chris Mason0b86a832008-03-24 15:01:56 -04009752 return ret;
9753}
9754
Josef Bacik0af3d002010-06-21 14:48:16 -04009755void btrfs_put_block_group_cache(struct btrfs_fs_info *info)
9756{
9757 struct btrfs_block_group_cache *block_group;
9758 u64 last = 0;
9759
9760 while (1) {
9761 struct inode *inode;
9762
9763 block_group = btrfs_lookup_first_block_group(info, last);
9764 while (block_group) {
9765 spin_lock(&block_group->lock);
9766 if (block_group->iref)
9767 break;
9768 spin_unlock(&block_group->lock);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009769 block_group = next_block_group(info, block_group);
Josef Bacik0af3d002010-06-21 14:48:16 -04009770 }
9771 if (!block_group) {
9772 if (last == 0)
9773 break;
9774 last = 0;
9775 continue;
9776 }
9777
9778 inode = block_group->inode;
9779 block_group->iref = 0;
9780 block_group->inode = NULL;
9781 spin_unlock(&block_group->lock);
Liu Bof3bca802016-07-20 17:33:44 -07009782 ASSERT(block_group->io_ctl.inode == NULL);
Josef Bacik0af3d002010-06-21 14:48:16 -04009783 iput(inode);
9784 last = block_group->key.objectid + block_group->key.offset;
9785 btrfs_put_block_group(block_group);
9786 }
9787}
9788
Filipe Manana5cdd7db2017-02-01 22:39:50 +00009789/*
9790 * Must be called only after stopping all workers, since we could have block
9791 * group caching kthreads running, and therefore they could race with us if we
9792 * freed the block groups before stopping them.
9793 */
Zheng Yan1a40e232008-09-26 10:09:34 -04009794int btrfs_free_block_groups(struct btrfs_fs_info *info)
9795{
9796 struct btrfs_block_group_cache *block_group;
Chris Mason4184ea72009-03-10 12:39:20 -04009797 struct btrfs_space_info *space_info;
Yan Zheng11833d62009-09-11 16:11:19 -04009798 struct btrfs_caching_control *caching_ctl;
Zheng Yan1a40e232008-09-26 10:09:34 -04009799 struct rb_node *n;
9800
Josef Bacik9e351cc2014-03-13 15:42:13 -04009801 down_write(&info->commit_root_sem);
Yan Zheng11833d62009-09-11 16:11:19 -04009802 while (!list_empty(&info->caching_block_groups)) {
9803 caching_ctl = list_entry(info->caching_block_groups.next,
9804 struct btrfs_caching_control, list);
9805 list_del(&caching_ctl->list);
9806 put_caching_control(caching_ctl);
9807 }
Josef Bacik9e351cc2014-03-13 15:42:13 -04009808 up_write(&info->commit_root_sem);
Yan Zheng11833d62009-09-11 16:11:19 -04009809
Josef Bacik47ab2a62014-09-18 11:20:02 -04009810 spin_lock(&info->unused_bgs_lock);
9811 while (!list_empty(&info->unused_bgs)) {
9812 block_group = list_first_entry(&info->unused_bgs,
9813 struct btrfs_block_group_cache,
9814 bg_list);
9815 list_del_init(&block_group->bg_list);
9816 btrfs_put_block_group(block_group);
9817 }
9818 spin_unlock(&info->unused_bgs_lock);
9819
Zheng Yan1a40e232008-09-26 10:09:34 -04009820 spin_lock(&info->block_group_cache_lock);
9821 while ((n = rb_last(&info->block_group_cache_tree)) != NULL) {
9822 block_group = rb_entry(n, struct btrfs_block_group_cache,
9823 cache_node);
Zheng Yan1a40e232008-09-26 10:09:34 -04009824 rb_erase(&block_group->cache_node,
9825 &info->block_group_cache_tree);
Filipe Manana01eacb22014-12-04 18:38:30 +00009826 RB_CLEAR_NODE(&block_group->cache_node);
Yan Zhengd899e052008-10-30 14:25:28 -04009827 spin_unlock(&info->block_group_cache_lock);
9828
Josef Bacik80eb2342008-10-29 14:49:05 -04009829 down_write(&block_group->space_info->groups_sem);
Zheng Yan1a40e232008-09-26 10:09:34 -04009830 list_del(&block_group->list);
Josef Bacik80eb2342008-10-29 14:49:05 -04009831 up_write(&block_group->space_info->groups_sem);
Yan Zhengd2fb3432008-12-11 16:30:39 -05009832
Josef Bacik3c148742011-02-02 15:53:47 +00009833 /*
9834 * We haven't cached this block group, which means we could
9835 * possibly have excluded extents on this block group.
9836 */
Josef Bacik36cce922013-08-05 11:15:21 -04009837 if (block_group->cached == BTRFS_CACHE_NO ||
9838 block_group->cached == BTRFS_CACHE_ERROR)
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009839 free_excluded_extents(info, block_group);
Josef Bacik3c148742011-02-02 15:53:47 +00009840
Josef Bacik817d52f2009-07-13 21:29:25 -04009841 btrfs_remove_free_space_cache(block_group);
Filipe Manana5cdd7db2017-02-01 22:39:50 +00009842 ASSERT(block_group->cached != BTRFS_CACHE_STARTED);
Liu Bof3bca802016-07-20 17:33:44 -07009843 ASSERT(list_empty(&block_group->dirty_list));
9844 ASSERT(list_empty(&block_group->io_list));
9845 ASSERT(list_empty(&block_group->bg_list));
9846 ASSERT(atomic_read(&block_group->count) == 1);
Josef Bacik11dfe352009-11-13 20:12:59 +00009847 btrfs_put_block_group(block_group);
Yan Zhengd899e052008-10-30 14:25:28 -04009848
9849 spin_lock(&info->block_group_cache_lock);
Zheng Yan1a40e232008-09-26 10:09:34 -04009850 }
9851 spin_unlock(&info->block_group_cache_lock);
Chris Mason4184ea72009-03-10 12:39:20 -04009852
9853 /* now that all the block groups are freed, go through and
9854 * free all the space_info structs. This is only called during
9855 * the final stages of unmount, and so we know nobody is
9856 * using them. We call synchronize_rcu() once before we start,
9857 * just to be on the safe side.
9858 */
9859 synchronize_rcu();
9860
Yan, Zheng8929ecfa2010-05-16 10:49:58 -04009861 release_global_block_rsv(info);
9862
Dulshani Gunawardhana67871252013-10-31 10:33:04 +05309863 while (!list_empty(&info->space_info)) {
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04009864 int i;
9865
Chris Mason4184ea72009-03-10 12:39:20 -04009866 space_info = list_entry(info->space_info.next,
9867 struct btrfs_space_info,
9868 list);
Josef Bacikd555b6c2016-03-25 13:25:51 -04009869
9870 /*
9871 * Do not hide this behind enospc_debug, this is actually
9872 * important and indicates a real bug if this happens.
9873 */
9874 if (WARN_ON(space_info->bytes_pinned > 0 ||
David Sterbab069e0c2013-02-08 21:28:17 +00009875 space_info->bytes_reserved > 0 ||
Josef Bacikd555b6c2016-03-25 13:25:51 -04009876 space_info->bytes_may_use > 0))
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04009877 dump_space_info(info, space_info, 0, 0);
Chris Mason4184ea72009-03-10 12:39:20 -04009878 list_del(&space_info->list);
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04009879 for (i = 0; i < BTRFS_NR_RAID_TYPES; i++) {
9880 struct kobject *kobj;
Jeff Mahoneyc1895442014-05-27 12:59:57 -04009881 kobj = space_info->block_group_kobjs[i];
9882 space_info->block_group_kobjs[i] = NULL;
9883 if (kobj) {
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04009884 kobject_del(kobj);
9885 kobject_put(kobj);
9886 }
9887 }
9888 kobject_del(&space_info->kobj);
9889 kobject_put(&space_info->kobj);
Chris Mason4184ea72009-03-10 12:39:20 -04009890 }
Zheng Yan1a40e232008-09-26 10:09:34 -04009891 return 0;
9892}
9893
Yan, Zhengb742bb82010-05-16 10:46:24 -04009894static void __link_block_group(struct btrfs_space_info *space_info,
9895 struct btrfs_block_group_cache *cache)
9896{
9897 int index = get_block_group_index(cache);
Jeff Mahoneyed55b6a2014-03-26 14:11:26 -04009898 bool first = false;
Yan, Zhengb742bb82010-05-16 10:46:24 -04009899
9900 down_write(&space_info->groups_sem);
Jeff Mahoneyed55b6a2014-03-26 14:11:26 -04009901 if (list_empty(&space_info->block_groups[index]))
9902 first = true;
9903 list_add_tail(&cache->list, &space_info->block_groups[index]);
9904 up_write(&space_info->groups_sem);
9905
9906 if (first) {
Jeff Mahoneyc1895442014-05-27 12:59:57 -04009907 struct raid_kobject *rkobj;
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04009908 int ret;
9909
Jeff Mahoneyc1895442014-05-27 12:59:57 -04009910 rkobj = kzalloc(sizeof(*rkobj), GFP_NOFS);
9911 if (!rkobj)
9912 goto out_err;
9913 rkobj->raid_type = index;
9914 kobject_init(&rkobj->kobj, &btrfs_raid_ktype);
9915 ret = kobject_add(&rkobj->kobj, &space_info->kobj,
9916 "%s", get_raid_name(index));
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04009917 if (ret) {
Jeff Mahoneyc1895442014-05-27 12:59:57 -04009918 kobject_put(&rkobj->kobj);
9919 goto out_err;
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04009920 }
Jeff Mahoneyc1895442014-05-27 12:59:57 -04009921 space_info->block_group_kobjs[index] = &rkobj->kobj;
Jeff Mahoney6ab0a202013-11-01 13:07:04 -04009922 }
Jeff Mahoneyc1895442014-05-27 12:59:57 -04009923
9924 return;
9925out_err:
Jeff Mahoneyab8d0fc2016-09-20 10:05:02 -04009926 btrfs_warn(cache->fs_info,
9927 "failed to add kobject for block cache, ignoring");
Yan, Zhengb742bb82010-05-16 10:46:24 -04009928}
9929
Miao Xie920e4a52014-01-15 20:00:55 +08009930static struct btrfs_block_group_cache *
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009931btrfs_create_block_group_cache(struct btrfs_fs_info *fs_info,
9932 u64 start, u64 size)
Miao Xie920e4a52014-01-15 20:00:55 +08009933{
9934 struct btrfs_block_group_cache *cache;
9935
9936 cache = kzalloc(sizeof(*cache), GFP_NOFS);
9937 if (!cache)
9938 return NULL;
9939
9940 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl),
9941 GFP_NOFS);
9942 if (!cache->free_space_ctl) {
9943 kfree(cache);
9944 return NULL;
9945 }
9946
9947 cache->key.objectid = start;
9948 cache->key.offset = size;
9949 cache->key.type = BTRFS_BLOCK_GROUP_ITEM_KEY;
9950
Jeff Mahoney0b246af2016-06-22 18:54:23 -04009951 cache->sectorsize = fs_info->sectorsize;
9952 cache->fs_info = fs_info;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -04009953 cache->full_stripe_len = btrfs_full_stripe_len(fs_info,
9954 &fs_info->mapping_tree,
9955 start);
Omar Sandoval1e144fb2015-09-29 20:50:37 -07009956 set_free_space_tree_thresholds(cache);
9957
Miao Xie920e4a52014-01-15 20:00:55 +08009958 atomic_set(&cache->count, 1);
9959 spin_lock_init(&cache->lock);
Miao Xiee570fd22014-06-19 10:42:50 +08009960 init_rwsem(&cache->data_rwsem);
Miao Xie920e4a52014-01-15 20:00:55 +08009961 INIT_LIST_HEAD(&cache->list);
9962 INIT_LIST_HEAD(&cache->cluster_list);
Josef Bacik47ab2a62014-09-18 11:20:02 -04009963 INIT_LIST_HEAD(&cache->bg_list);
Josef Bacik633c0aa2014-10-31 09:49:34 -04009964 INIT_LIST_HEAD(&cache->ro_list);
Josef Bacikce93ec52014-11-17 15:45:48 -05009965 INIT_LIST_HEAD(&cache->dirty_list);
Chris Masonc9dc4c62015-04-04 17:14:42 -07009966 INIT_LIST_HEAD(&cache->io_list);
Miao Xie920e4a52014-01-15 20:00:55 +08009967 btrfs_init_free_space_ctl(cache);
Filipe Manana04216822014-11-27 21:14:15 +00009968 atomic_set(&cache->trimming, 0);
Omar Sandovala5ed9182015-09-29 20:50:35 -07009969 mutex_init(&cache->free_space_lock);
Qu Wenruo0966a7b2017-04-14 08:35:54 +08009970 btrfs_init_full_stripe_locks_tree(&cache->full_stripe_locks_root);
Miao Xie920e4a52014-01-15 20:00:55 +08009971
9972 return cache;
9973}
9974
Jeff Mahoney5b4aace2016-06-21 10:40:19 -04009975int btrfs_read_block_groups(struct btrfs_fs_info *info)
Chris Mason9078a3e2007-04-26 16:46:15 -04009976{
9977 struct btrfs_path *path;
9978 int ret;
Chris Mason9078a3e2007-04-26 16:46:15 -04009979 struct btrfs_block_group_cache *cache;
Chris Mason6324fbf2008-03-24 15:01:59 -04009980 struct btrfs_space_info *space_info;
Chris Mason9078a3e2007-04-26 16:46:15 -04009981 struct btrfs_key key;
9982 struct btrfs_key found_key;
Chris Mason5f39d392007-10-15 16:14:19 -04009983 struct extent_buffer *leaf;
Josef Bacik0af3d002010-06-21 14:48:16 -04009984 int need_clear = 0;
9985 u64 cache_gen;
Liu Bo49303382016-08-25 18:08:27 -07009986 u64 feature;
9987 int mixed;
9988
9989 feature = btrfs_super_incompat_flags(info->super_copy);
9990 mixed = !!(feature & BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS);
Chris Mason96b51792007-10-15 16:15:19 -04009991
Chris Mason9078a3e2007-04-26 16:46:15 -04009992 key.objectid = 0;
Chris Mason0b86a832008-03-24 15:01:56 -04009993 key.offset = 0;
David Sterba962a2982014-06-04 18:41:45 +02009994 key.type = BTRFS_BLOCK_GROUP_ITEM_KEY;
Chris Mason9078a3e2007-04-26 16:46:15 -04009995 path = btrfs_alloc_path();
9996 if (!path)
9997 return -ENOMEM;
David Sterbae4058b52015-11-27 16:31:35 +01009998 path->reada = READA_FORWARD;
Chris Mason9078a3e2007-04-26 16:46:15 -04009999
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010000 cache_gen = btrfs_super_cache_generation(info->super_copy);
10001 if (btrfs_test_opt(info, SPACE_CACHE) &&
10002 btrfs_super_generation(info->super_copy) != cache_gen)
Josef Bacik0af3d002010-06-21 14:48:16 -040010003 need_clear = 1;
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010004 if (btrfs_test_opt(info, CLEAR_CACHE))
Josef Bacik88c2ba32010-09-21 14:21:34 -040010005 need_clear = 1;
Josef Bacik0af3d002010-06-21 14:48:16 -040010006
Chris Masond3977122009-01-05 21:25:51 -050010007 while (1) {
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -040010008 ret = find_first_block_group(info, path, &key);
Yan, Zhengb742bb82010-05-16 10:46:24 -040010009 if (ret > 0)
10010 break;
Chris Mason0b86a832008-03-24 15:01:56 -040010011 if (ret != 0)
10012 goto error;
Miao Xie920e4a52014-01-15 20:00:55 +080010013
Chris Mason5f39d392007-10-15 16:14:19 -040010014 leaf = path->nodes[0];
10015 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
Miao Xie920e4a52014-01-15 20:00:55 +080010016
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010017 cache = btrfs_create_block_group_cache(info, found_key.objectid,
Miao Xie920e4a52014-01-15 20:00:55 +080010018 found_key.offset);
Chris Mason9078a3e2007-04-26 16:46:15 -040010019 if (!cache) {
Chris Mason0b86a832008-03-24 15:01:56 -040010020 ret = -ENOMEM;
Yan, Zhengf0486c62010-05-16 10:46:25 -040010021 goto error;
Chris Mason9078a3e2007-04-26 16:46:15 -040010022 }
Josef Bacik96303082009-07-13 21:29:25 -040010023
Liu Bocf7c1ef2012-07-06 03:31:34 -060010024 if (need_clear) {
10025 /*
10026 * When we mount with old space cache, we need to
10027 * set BTRFS_DC_CLEAR and set dirty flag.
10028 *
10029 * a) Setting 'BTRFS_DC_CLEAR' makes sure that we
10030 * truncate the old free space cache inode and
10031 * setup a new one.
10032 * b) Setting 'dirty flag' makes sure that we flush
10033 * the new space cache info onto disk.
10034 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010035 if (btrfs_test_opt(info, SPACE_CACHE))
Josef Bacikce93ec52014-11-17 15:45:48 -050010036 cache->disk_cache_state = BTRFS_DC_CLEAR;
Liu Bocf7c1ef2012-07-06 03:31:34 -060010037 }
Josef Bacik0af3d002010-06-21 14:48:16 -040010038
Chris Mason5f39d392007-10-15 16:14:19 -040010039 read_extent_buffer(leaf, &cache->item,
10040 btrfs_item_ptr_offset(leaf, path->slots[0]),
10041 sizeof(cache->item));
Miao Xie920e4a52014-01-15 20:00:55 +080010042 cache->flags = btrfs_block_group_flags(&cache->item);
Liu Bo49303382016-08-25 18:08:27 -070010043 if (!mixed &&
10044 ((cache->flags & BTRFS_BLOCK_GROUP_METADATA) &&
10045 (cache->flags & BTRFS_BLOCK_GROUP_DATA))) {
10046 btrfs_err(info,
10047"bg %llu is a mixed block group but filesystem hasn't enabled mixed block groups",
10048 cache->key.objectid);
10049 ret = -EINVAL;
10050 goto error;
10051 }
Chris Mason0b86a832008-03-24 15:01:56 -040010052
Chris Mason9078a3e2007-04-26 16:46:15 -040010053 key.objectid = found_key.objectid + found_key.offset;
David Sterbab3b4aa72011-04-21 01:20:15 +020010054 btrfs_release_path(path);
Li Zefan34d52cb2011-03-29 13:46:06 +080010055
Josef Bacik817d52f2009-07-13 21:29:25 -040010056 /*
Josef Bacik3c148742011-02-02 15:53:47 +000010057 * We need to exclude the super stripes now so that the space
10058 * info has super bytes accounted for, otherwise we'll think
10059 * we have more space than we actually do.
10060 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010061 ret = exclude_super_stripes(info, cache);
Josef Bacik835d9742013-03-19 12:13:25 -040010062 if (ret) {
10063 /*
10064 * We may have excluded something, so call this just in
10065 * case.
10066 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010067 free_excluded_extents(info, cache);
Miao Xie920e4a52014-01-15 20:00:55 +080010068 btrfs_put_block_group(cache);
Josef Bacik835d9742013-03-19 12:13:25 -040010069 goto error;
10070 }
Josef Bacik3c148742011-02-02 15:53:47 +000010071
10072 /*
Josef Bacik817d52f2009-07-13 21:29:25 -040010073 * check for two cases, either we are full, and therefore
10074 * don't need to bother with the caching work since we won't
10075 * find any space, or we are empty, and we can just add all
10076 * the space in and be done with it. This saves us _alot_ of
10077 * time, particularly in the full case.
10078 */
10079 if (found_key.offset == btrfs_block_group_used(&cache->item)) {
Yan Zheng11833d62009-09-11 16:11:19 -040010080 cache->last_byte_to_unpin = (u64)-1;
Josef Bacik817d52f2009-07-13 21:29:25 -040010081 cache->cached = BTRFS_CACHE_FINISHED;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010082 free_excluded_extents(info, cache);
Josef Bacik817d52f2009-07-13 21:29:25 -040010083 } else if (btrfs_block_group_used(&cache->item) == 0) {
Yan Zheng11833d62009-09-11 16:11:19 -040010084 cache->last_byte_to_unpin = (u64)-1;
Josef Bacik817d52f2009-07-13 21:29:25 -040010085 cache->cached = BTRFS_CACHE_FINISHED;
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010086 add_new_free_space(cache, info,
Josef Bacik817d52f2009-07-13 21:29:25 -040010087 found_key.objectid,
10088 found_key.objectid +
10089 found_key.offset);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010090 free_excluded_extents(info, cache);
Josef Bacik817d52f2009-07-13 21:29:25 -040010091 }
Chris Mason96b51792007-10-15 16:15:19 -040010092
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010093 ret = btrfs_add_block_group_cache(info, cache);
Josef Bacik8c579fe2013-04-02 12:40:42 -040010094 if (ret) {
10095 btrfs_remove_free_space_cache(cache);
10096 btrfs_put_block_group(cache);
10097 goto error;
10098 }
10099
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010100 trace_btrfs_add_block_group(info, cache, 0);
Nikolay Borisovd2006e6d2017-05-22 09:35:50 +030010101 update_space_info(info, cache->flags, found_key.offset,
10102 btrfs_block_group_used(&cache->item),
10103 cache->bytes_super, &space_info);
Josef Bacik8c579fe2013-04-02 12:40:42 -040010104
Chris Mason6324fbf2008-03-24 15:01:59 -040010105 cache->space_info = space_info;
Josef Bacik1b2da372009-09-11 16:11:20 -040010106
Yan, Zhengb742bb82010-05-16 10:46:24 -040010107 __link_block_group(space_info, cache);
Chris Mason6324fbf2008-03-24 15:01:59 -040010108
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010109 set_avail_alloc_bits(info, cache->flags);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010110 if (btrfs_chunk_readonly(info, cache->key.objectid)) {
Zhaolei868f4012015-08-05 16:43:27 +080010111 inc_block_group_ro(cache, 1);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010112 } else if (btrfs_block_group_used(&cache->item) == 0) {
10113 spin_lock(&info->unused_bgs_lock);
10114 /* Should always be true but just in case. */
10115 if (list_empty(&cache->bg_list)) {
10116 btrfs_get_block_group(cache);
10117 list_add_tail(&cache->bg_list,
10118 &info->unused_bgs);
10119 }
10120 spin_unlock(&info->unused_bgs_lock);
10121 }
Chris Mason9078a3e2007-04-26 16:46:15 -040010122 }
Yan, Zhengb742bb82010-05-16 10:46:24 -040010123
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010124 list_for_each_entry_rcu(space_info, &info->space_info, list) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010125 if (!(get_alloc_profile(info, space_info->flags) &
Yan, Zhengb742bb82010-05-16 10:46:24 -040010126 (BTRFS_BLOCK_GROUP_RAID10 |
10127 BTRFS_BLOCK_GROUP_RAID1 |
David Woodhouse53b381b2013-01-29 18:40:14 -050010128 BTRFS_BLOCK_GROUP_RAID5 |
10129 BTRFS_BLOCK_GROUP_RAID6 |
Yan, Zhengb742bb82010-05-16 10:46:24 -040010130 BTRFS_BLOCK_GROUP_DUP)))
10131 continue;
10132 /*
10133 * avoid allocating from un-mirrored block group if there are
10134 * mirrored block groups.
10135 */
chandan1095cc02013-07-16 12:28:56 +053010136 list_for_each_entry(cache,
10137 &space_info->block_groups[BTRFS_RAID_RAID0],
10138 list)
Zhaolei868f4012015-08-05 16:43:27 +080010139 inc_block_group_ro(cache, 1);
chandan1095cc02013-07-16 12:28:56 +053010140 list_for_each_entry(cache,
10141 &space_info->block_groups[BTRFS_RAID_SINGLE],
10142 list)
Zhaolei868f4012015-08-05 16:43:27 +080010143 inc_block_group_ro(cache, 1);
Yan, Zhengb742bb82010-05-16 10:46:24 -040010144 }
Yan, Zhengf0486c62010-05-16 10:46:25 -040010145
10146 init_global_block_rsv(info);
Chris Mason0b86a832008-03-24 15:01:56 -040010147 ret = 0;
10148error:
Chris Mason9078a3e2007-04-26 16:46:15 -040010149 btrfs_free_path(path);
Chris Mason0b86a832008-03-24 15:01:56 -040010150 return ret;
Chris Mason9078a3e2007-04-26 16:46:15 -040010151}
Chris Mason6324fbf2008-03-24 15:01:59 -040010152
Josef Bacikea658ba2012-09-11 16:57:25 -040010153void btrfs_create_pending_block_groups(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010154 struct btrfs_fs_info *fs_info)
Josef Bacikea658ba2012-09-11 16:57:25 -040010155{
10156 struct btrfs_block_group_cache *block_group, *tmp;
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010157 struct btrfs_root *extent_root = fs_info->extent_root;
Josef Bacikea658ba2012-09-11 16:57:25 -040010158 struct btrfs_block_group_item item;
10159 struct btrfs_key key;
10160 int ret = 0;
Filipe Mananad9a05402015-10-03 13:13:13 +010010161 bool can_flush_pending_bgs = trans->can_flush_pending_bgs;
Josef Bacikea658ba2012-09-11 16:57:25 -040010162
Filipe Mananad9a05402015-10-03 13:13:13 +010010163 trans->can_flush_pending_bgs = false;
Josef Bacik47ab2a62014-09-18 11:20:02 -040010164 list_for_each_entry_safe(block_group, tmp, &trans->new_bgs, bg_list) {
Josef Bacikea658ba2012-09-11 16:57:25 -040010165 if (ret)
Filipe Mananac92f6be2014-11-26 15:28:55 +000010166 goto next;
Josef Bacikea658ba2012-09-11 16:57:25 -040010167
10168 spin_lock(&block_group->lock);
10169 memcpy(&item, &block_group->item, sizeof(item));
10170 memcpy(&key, &block_group->key, sizeof(key));
10171 spin_unlock(&block_group->lock);
10172
10173 ret = btrfs_insert_item(trans, extent_root, &key, &item,
10174 sizeof(item));
10175 if (ret)
Jeff Mahoney66642832016-06-10 18:19:25 -040010176 btrfs_abort_transaction(trans, ret);
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010177 ret = btrfs_finish_chunk_alloc(trans, fs_info, key.objectid,
10178 key.offset);
Josef Bacik6df9a952013-06-27 13:22:46 -040010179 if (ret)
Jeff Mahoney66642832016-06-10 18:19:25 -040010180 btrfs_abort_transaction(trans, ret);
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010181 add_block_group_free_space(trans, fs_info, block_group);
Omar Sandoval1e144fb2015-09-29 20:50:37 -070010182 /* already aborted the transaction if it failed. */
Filipe Mananac92f6be2014-11-26 15:28:55 +000010183next:
10184 list_del_init(&block_group->bg_list);
Josef Bacikea658ba2012-09-11 16:57:25 -040010185 }
Filipe Mananad9a05402015-10-03 13:13:13 +010010186 trans->can_flush_pending_bgs = can_flush_pending_bgs;
Josef Bacikea658ba2012-09-11 16:57:25 -040010187}
10188
Chris Mason6324fbf2008-03-24 15:01:59 -040010189int btrfs_make_block_group(struct btrfs_trans_handle *trans,
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010190 struct btrfs_fs_info *fs_info, u64 bytes_used,
Chris Masone17cade2008-04-15 15:41:47 -040010191 u64 type, u64 chunk_objectid, u64 chunk_offset,
Chris Mason6324fbf2008-03-24 15:01:59 -040010192 u64 size)
10193{
Chris Mason6324fbf2008-03-24 15:01:59 -040010194 struct btrfs_block_group_cache *cache;
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010195 int ret;
Chris Mason6324fbf2008-03-24 15:01:59 -040010196
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010197 btrfs_set_log_full_commit(fs_info, trans);
Chris Masone02119d2008-09-05 16:13:11 -040010198
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010199 cache = btrfs_create_block_group_cache(fs_info, chunk_offset, size);
Josef Bacik0f9dd462008-09-23 13:14:11 -040010200 if (!cache)
10201 return -ENOMEM;
Li Zefan34d52cb2011-03-29 13:46:06 +080010202
Chris Mason6324fbf2008-03-24 15:01:59 -040010203 btrfs_set_block_group_used(&cache->item, bytes_used);
Chris Mason6324fbf2008-03-24 15:01:59 -040010204 btrfs_set_block_group_chunk_objectid(&cache->item, chunk_objectid);
Chris Mason6324fbf2008-03-24 15:01:59 -040010205 btrfs_set_block_group_flags(&cache->item, type);
10206
Miao Xie920e4a52014-01-15 20:00:55 +080010207 cache->flags = type;
Yan Zheng11833d62009-09-11 16:11:19 -040010208 cache->last_byte_to_unpin = (u64)-1;
Josef Bacik817d52f2009-07-13 21:29:25 -040010209 cache->cached = BTRFS_CACHE_FINISHED;
Omar Sandoval1e144fb2015-09-29 20:50:37 -070010210 cache->needs_free_space = 1;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010211 ret = exclude_super_stripes(fs_info, cache);
Josef Bacik835d9742013-03-19 12:13:25 -040010212 if (ret) {
10213 /*
10214 * We may have excluded something, so call this just in
10215 * case.
10216 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010217 free_excluded_extents(fs_info, cache);
Miao Xie920e4a52014-01-15 20:00:55 +080010218 btrfs_put_block_group(cache);
Josef Bacik835d9742013-03-19 12:13:25 -040010219 return ret;
10220 }
Josef Bacik96303082009-07-13 21:29:25 -040010221
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010222 add_new_free_space(cache, fs_info, chunk_offset, chunk_offset + size);
Josef Bacik817d52f2009-07-13 21:29:25 -040010223
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010224 free_excluded_extents(fs_info, cache);
Yan Zheng11833d62009-09-11 16:11:19 -040010225
Josef Bacikd0bd4562015-09-23 14:54:14 -040010226#ifdef CONFIG_BTRFS_DEBUG
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010227 if (btrfs_should_fragment_free_space(cache)) {
Josef Bacikd0bd4562015-09-23 14:54:14 -040010228 u64 new_bytes_used = size - bytes_used;
10229
10230 bytes_used += new_bytes_used >> 1;
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010231 fragment_free_space(cache);
Josef Bacikd0bd4562015-09-23 14:54:14 -040010232 }
10233#endif
Filipe Manana2e6e5182015-05-12 00:28:11 +010010234 /*
Nikolay Borisov2be12ef2017-05-22 09:35:49 +030010235 * Ensure the corresponding space_info object is created and
10236 * assigned to our block group. We want our bg to be added to the rbtree
10237 * with its ->space_info set.
Filipe Manana2e6e5182015-05-12 00:28:11 +010010238 */
Nikolay Borisov2be12ef2017-05-22 09:35:49 +030010239 cache->space_info = __find_space_info(fs_info, cache->flags);
10240 if (!cache->space_info) {
10241 ret = create_space_info(fs_info, cache->flags,
10242 &cache->space_info);
10243 if (ret) {
10244 btrfs_remove_free_space_cache(cache);
10245 btrfs_put_block_group(cache);
10246 return ret;
10247 }
Filipe Manana2e6e5182015-05-12 00:28:11 +010010248 }
10249
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010250 ret = btrfs_add_block_group_cache(fs_info, cache);
Josef Bacik8c579fe2013-04-02 12:40:42 -040010251 if (ret) {
10252 btrfs_remove_free_space_cache(cache);
10253 btrfs_put_block_group(cache);
10254 return ret;
10255 }
10256
Filipe Manana2e6e5182015-05-12 00:28:11 +010010257 /*
10258 * Now that our block group has its ->space_info set and is inserted in
10259 * the rbtree, update the space info's counters.
10260 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010261 trace_btrfs_add_block_group(fs_info, cache, 1);
Nikolay Borisovd2006e6d2017-05-22 09:35:50 +030010262 update_space_info(fs_info, cache->flags, size, bytes_used,
Josef Bacike40edf22016-03-25 13:25:47 -040010263 cache->bytes_super, &cache->space_info);
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010264 update_global_block_rsv(fs_info);
Josef Bacik1b2da372009-09-11 16:11:20 -040010265
Yan, Zhengb742bb82010-05-16 10:46:24 -040010266 __link_block_group(cache->space_info, cache);
Chris Mason6324fbf2008-03-24 15:01:59 -040010267
Josef Bacik47ab2a62014-09-18 11:20:02 -040010268 list_add_tail(&cache->bg_list, &trans->new_bgs);
Chris Mason6324fbf2008-03-24 15:01:59 -040010269
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010270 set_avail_alloc_bits(fs_info, type);
Chris Mason6324fbf2008-03-24 15:01:59 -040010271 return 0;
10272}
Zheng Yan1a40e232008-09-26 10:09:34 -040010273
Ilya Dryomov10ea00f2012-01-16 22:04:47 +020010274static void clear_avail_alloc_bits(struct btrfs_fs_info *fs_info, u64 flags)
10275{
Ilya Dryomov899c81e2012-03-27 17:09:16 +030010276 u64 extra_flags = chunk_to_extended(flags) &
10277 BTRFS_EXTENDED_PROFILE_MASK;
Ilya Dryomov10ea00f2012-01-16 22:04:47 +020010278
Miao Xiede98ced2013-01-29 10:13:12 +000010279 write_seqlock(&fs_info->profiles_lock);
Ilya Dryomov10ea00f2012-01-16 22:04:47 +020010280 if (flags & BTRFS_BLOCK_GROUP_DATA)
10281 fs_info->avail_data_alloc_bits &= ~extra_flags;
10282 if (flags & BTRFS_BLOCK_GROUP_METADATA)
10283 fs_info->avail_metadata_alloc_bits &= ~extra_flags;
10284 if (flags & BTRFS_BLOCK_GROUP_SYSTEM)
10285 fs_info->avail_system_alloc_bits &= ~extra_flags;
Miao Xiede98ced2013-01-29 10:13:12 +000010286 write_sequnlock(&fs_info->profiles_lock);
Ilya Dryomov10ea00f2012-01-16 22:04:47 +020010287}
10288
Zheng Yan1a40e232008-09-26 10:09:34 -040010289int btrfs_remove_block_group(struct btrfs_trans_handle *trans,
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -040010290 struct btrfs_fs_info *fs_info, u64 group_start,
Filipe Manana04216822014-11-27 21:14:15 +000010291 struct extent_map *em)
Zheng Yan1a40e232008-09-26 10:09:34 -040010292{
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -040010293 struct btrfs_root *root = fs_info->extent_root;
Zheng Yan1a40e232008-09-26 10:09:34 -040010294 struct btrfs_path *path;
10295 struct btrfs_block_group_cache *block_group;
Chris Mason44fb5512009-06-04 15:34:51 -040010296 struct btrfs_free_cluster *cluster;
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010297 struct btrfs_root *tree_root = fs_info->tree_root;
Zheng Yan1a40e232008-09-26 10:09:34 -040010298 struct btrfs_key key;
Josef Bacik0af3d002010-06-21 14:48:16 -040010299 struct inode *inode;
Jeff Mahoneyc1895442014-05-27 12:59:57 -040010300 struct kobject *kobj = NULL;
Zheng Yan1a40e232008-09-26 10:09:34 -040010301 int ret;
Ilya Dryomov10ea00f2012-01-16 22:04:47 +020010302 int index;
Josef Bacik89a55892010-10-14 14:52:27 -040010303 int factor;
Filipe Manana4f69cb92014-11-26 15:28:51 +000010304 struct btrfs_caching_control *caching_ctl = NULL;
Filipe Manana04216822014-11-27 21:14:15 +000010305 bool remove_em;
Zheng Yan1a40e232008-09-26 10:09:34 -040010306
Jeff Mahoney6bccf3a2016-06-21 21:16:51 -040010307 block_group = btrfs_lookup_block_group(fs_info, group_start);
Zheng Yan1a40e232008-09-26 10:09:34 -040010308 BUG_ON(!block_group);
Yan Zhengc146afa2008-11-12 14:34:12 -050010309 BUG_ON(!block_group->ro);
Zheng Yan1a40e232008-09-26 10:09:34 -040010310
liubo9f7c43c2011-03-07 02:13:33 +000010311 /*
10312 * Free the reserved super bytes from this block group before
10313 * remove it.
10314 */
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010315 free_excluded_extents(fs_info, block_group);
liubo9f7c43c2011-03-07 02:13:33 +000010316
Zheng Yan1a40e232008-09-26 10:09:34 -040010317 memcpy(&key, &block_group->key, sizeof(key));
Ilya Dryomov10ea00f2012-01-16 22:04:47 +020010318 index = get_block_group_index(block_group);
Josef Bacik89a55892010-10-14 14:52:27 -040010319 if (block_group->flags & (BTRFS_BLOCK_GROUP_DUP |
10320 BTRFS_BLOCK_GROUP_RAID1 |
10321 BTRFS_BLOCK_GROUP_RAID10))
10322 factor = 2;
10323 else
10324 factor = 1;
Zheng Yan1a40e232008-09-26 10:09:34 -040010325
Chris Mason44fb5512009-06-04 15:34:51 -040010326 /* make sure this block group isn't part of an allocation cluster */
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010327 cluster = &fs_info->data_alloc_cluster;
Chris Mason44fb5512009-06-04 15:34:51 -040010328 spin_lock(&cluster->refill_lock);
10329 btrfs_return_cluster_to_free_space(block_group, cluster);
10330 spin_unlock(&cluster->refill_lock);
10331
10332 /*
10333 * make sure this block group isn't part of a metadata
10334 * allocation cluster
10335 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010336 cluster = &fs_info->meta_alloc_cluster;
Chris Mason44fb5512009-06-04 15:34:51 -040010337 spin_lock(&cluster->refill_lock);
10338 btrfs_return_cluster_to_free_space(block_group, cluster);
10339 spin_unlock(&cluster->refill_lock);
10340
Zheng Yan1a40e232008-09-26 10:09:34 -040010341 path = btrfs_alloc_path();
Mark Fashehd8926bb2011-07-13 10:38:47 -070010342 if (!path) {
10343 ret = -ENOMEM;
10344 goto out;
10345 }
Zheng Yan1a40e232008-09-26 10:09:34 -040010346
Chris Mason1bbc6212015-04-06 12:46:08 -070010347 /*
10348 * get the inode first so any iput calls done for the io_list
10349 * aren't the final iput (no unlinks allowed now)
10350 */
Jeff Mahoney77ab86b2017-02-15 16:28:30 -050010351 inode = lookup_free_space_inode(fs_info, block_group, path);
Chris Mason1bbc6212015-04-06 12:46:08 -070010352
10353 mutex_lock(&trans->transaction->cache_write_mutex);
10354 /*
10355 * make sure our free spache cache IO is done before remove the
10356 * free space inode
10357 */
10358 spin_lock(&trans->transaction->dirty_bgs_lock);
10359 if (!list_empty(&block_group->io_list)) {
10360 list_del_init(&block_group->io_list);
10361
10362 WARN_ON(!IS_ERR(inode) && inode != block_group->io_ctl.inode);
10363
10364 spin_unlock(&trans->transaction->dirty_bgs_lock);
Jeff Mahoneyafdb5712016-09-09 12:09:35 -040010365 btrfs_wait_cache_io(trans, block_group, path);
Chris Mason1bbc6212015-04-06 12:46:08 -070010366 btrfs_put_block_group(block_group);
10367 spin_lock(&trans->transaction->dirty_bgs_lock);
10368 }
10369
10370 if (!list_empty(&block_group->dirty_list)) {
10371 list_del_init(&block_group->dirty_list);
10372 btrfs_put_block_group(block_group);
10373 }
10374 spin_unlock(&trans->transaction->dirty_bgs_lock);
10375 mutex_unlock(&trans->transaction->cache_write_mutex);
10376
Josef Bacik0af3d002010-06-21 14:48:16 -040010377 if (!IS_ERR(inode)) {
Nikolay Borisov73f2e542017-02-20 13:50:59 +020010378 ret = btrfs_orphan_add(trans, BTRFS_I(inode));
Jeff Mahoney79787ea2012-03-12 16:03:00 +010010379 if (ret) {
10380 btrfs_add_delayed_iput(inode);
10381 goto out;
10382 }
Josef Bacik0af3d002010-06-21 14:48:16 -040010383 clear_nlink(inode);
10384 /* One for the block groups ref */
10385 spin_lock(&block_group->lock);
10386 if (block_group->iref) {
10387 block_group->iref = 0;
10388 block_group->inode = NULL;
10389 spin_unlock(&block_group->lock);
10390 iput(inode);
10391 } else {
10392 spin_unlock(&block_group->lock);
10393 }
10394 /* One for our lookup ref */
Josef Bacik455757c2011-09-19 12:26:24 -040010395 btrfs_add_delayed_iput(inode);
Josef Bacik0af3d002010-06-21 14:48:16 -040010396 }
10397
10398 key.objectid = BTRFS_FREE_SPACE_OBJECTID;
10399 key.offset = block_group->key.objectid;
10400 key.type = 0;
10401
10402 ret = btrfs_search_slot(trans, tree_root, &key, path, -1, 1);
10403 if (ret < 0)
10404 goto out;
10405 if (ret > 0)
David Sterbab3b4aa72011-04-21 01:20:15 +020010406 btrfs_release_path(path);
Josef Bacik0af3d002010-06-21 14:48:16 -040010407 if (ret == 0) {
10408 ret = btrfs_del_item(trans, tree_root, path);
10409 if (ret)
10410 goto out;
David Sterbab3b4aa72011-04-21 01:20:15 +020010411 btrfs_release_path(path);
Josef Bacik0af3d002010-06-21 14:48:16 -040010412 }
10413
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010414 spin_lock(&fs_info->block_group_cache_lock);
Zheng Yan1a40e232008-09-26 10:09:34 -040010415 rb_erase(&block_group->cache_node,
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010416 &fs_info->block_group_cache_tree);
Filipe Manana292cbd52014-11-26 15:28:50 +000010417 RB_CLEAR_NODE(&block_group->cache_node);
Liu Boa1897fd2012-12-27 09:01:23 +000010418
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010419 if (fs_info->first_logical_byte == block_group->key.objectid)
10420 fs_info->first_logical_byte = (u64)-1;
10421 spin_unlock(&fs_info->block_group_cache_lock);
Josef Bacik817d52f2009-07-13 21:29:25 -040010422
Josef Bacik80eb2342008-10-29 14:49:05 -040010423 down_write(&block_group->space_info->groups_sem);
Chris Mason44fb5512009-06-04 15:34:51 -040010424 /*
10425 * we must use list_del_init so people can check to see if they
10426 * are still on the list after taking the semaphore
10427 */
10428 list_del_init(&block_group->list);
Jeff Mahoney6ab0a202013-11-01 13:07:04 -040010429 if (list_empty(&block_group->space_info->block_groups[index])) {
Jeff Mahoneyc1895442014-05-27 12:59:57 -040010430 kobj = block_group->space_info->block_group_kobjs[index];
10431 block_group->space_info->block_group_kobjs[index] = NULL;
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010432 clear_avail_alloc_bits(fs_info, block_group->flags);
Jeff Mahoney6ab0a202013-11-01 13:07:04 -040010433 }
Josef Bacik80eb2342008-10-29 14:49:05 -040010434 up_write(&block_group->space_info->groups_sem);
Jeff Mahoneyc1895442014-05-27 12:59:57 -040010435 if (kobj) {
10436 kobject_del(kobj);
10437 kobject_put(kobj);
10438 }
Zheng Yan1a40e232008-09-26 10:09:34 -040010439
Filipe Manana4f69cb92014-11-26 15:28:51 +000010440 if (block_group->has_caching_ctl)
10441 caching_ctl = get_caching_control(block_group);
Josef Bacik817d52f2009-07-13 21:29:25 -040010442 if (block_group->cached == BTRFS_CACHE_STARTED)
Yan Zheng11833d62009-09-11 16:11:19 -040010443 wait_block_group_cache_done(block_group);
Filipe Manana4f69cb92014-11-26 15:28:51 +000010444 if (block_group->has_caching_ctl) {
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010445 down_write(&fs_info->commit_root_sem);
Filipe Manana4f69cb92014-11-26 15:28:51 +000010446 if (!caching_ctl) {
10447 struct btrfs_caching_control *ctl;
10448
10449 list_for_each_entry(ctl,
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010450 &fs_info->caching_block_groups, list)
Filipe Manana4f69cb92014-11-26 15:28:51 +000010451 if (ctl->block_group == block_group) {
10452 caching_ctl = ctl;
Elena Reshetova1e4f4712017-03-03 10:55:14 +020010453 refcount_inc(&caching_ctl->count);
Filipe Manana4f69cb92014-11-26 15:28:51 +000010454 break;
10455 }
10456 }
10457 if (caching_ctl)
10458 list_del_init(&caching_ctl->list);
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010459 up_write(&fs_info->commit_root_sem);
Filipe Manana4f69cb92014-11-26 15:28:51 +000010460 if (caching_ctl) {
10461 /* Once for the caching bgs list and once for us. */
10462 put_caching_control(caching_ctl);
10463 put_caching_control(caching_ctl);
10464 }
10465 }
Josef Bacik817d52f2009-07-13 21:29:25 -040010466
Josef Bacikce93ec52014-11-17 15:45:48 -050010467 spin_lock(&trans->transaction->dirty_bgs_lock);
10468 if (!list_empty(&block_group->dirty_list)) {
Chris Mason1bbc6212015-04-06 12:46:08 -070010469 WARN_ON(1);
10470 }
10471 if (!list_empty(&block_group->io_list)) {
10472 WARN_ON(1);
Josef Bacikce93ec52014-11-17 15:45:48 -050010473 }
10474 spin_unlock(&trans->transaction->dirty_bgs_lock);
Josef Bacik817d52f2009-07-13 21:29:25 -040010475 btrfs_remove_free_space_cache(block_group);
10476
Yan Zhengc146afa2008-11-12 14:34:12 -050010477 spin_lock(&block_group->space_info->lock);
Filipe Manana75c68e92015-01-16 13:24:40 +000010478 list_del_init(&block_group->ro_list);
Zhao Lei18d018a2015-02-24 20:07:44 +080010479
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010480 if (btrfs_test_opt(fs_info, ENOSPC_DEBUG)) {
Zhao Lei18d018a2015-02-24 20:07:44 +080010481 WARN_ON(block_group->space_info->total_bytes
10482 < block_group->key.offset);
10483 WARN_ON(block_group->space_info->bytes_readonly
10484 < block_group->key.offset);
10485 WARN_ON(block_group->space_info->disk_total
10486 < block_group->key.offset * factor);
10487 }
Yan Zhengc146afa2008-11-12 14:34:12 -050010488 block_group->space_info->total_bytes -= block_group->key.offset;
10489 block_group->space_info->bytes_readonly -= block_group->key.offset;
Josef Bacik89a55892010-10-14 14:52:27 -040010490 block_group->space_info->disk_total -= block_group->key.offset * factor;
Zhao Lei18d018a2015-02-24 20:07:44 +080010491
Yan Zhengc146afa2008-11-12 14:34:12 -050010492 spin_unlock(&block_group->space_info->lock);
Chris Mason283bb192009-07-24 16:30:55 -040010493
Josef Bacik0af3d002010-06-21 14:48:16 -040010494 memcpy(&key, &block_group->key, sizeof(key));
10495
David Sterba34441362016-10-04 19:34:27 +020010496 mutex_lock(&fs_info->chunk_mutex);
Filipe Manana495e64f2014-12-02 18:07:30 +000010497 if (!list_empty(&em->list)) {
10498 /* We're in the transaction->pending_chunks list. */
10499 free_extent_map(em);
10500 }
Filipe Manana04216822014-11-27 21:14:15 +000010501 spin_lock(&block_group->lock);
10502 block_group->removed = 1;
10503 /*
10504 * At this point trimming can't start on this block group, because we
10505 * removed the block group from the tree fs_info->block_group_cache_tree
10506 * so no one can't find it anymore and even if someone already got this
10507 * block group before we removed it from the rbtree, they have already
10508 * incremented block_group->trimming - if they didn't, they won't find
10509 * any free space entries because we already removed them all when we
10510 * called btrfs_remove_free_space_cache().
10511 *
10512 * And we must not remove the extent map from the fs_info->mapping_tree
10513 * to prevent the same logical address range and physical device space
10514 * ranges from being reused for a new block group. This is because our
10515 * fs trim operation (btrfs_trim_fs() / btrfs_ioctl_fitrim()) is
10516 * completely transactionless, so while it is trimming a range the
10517 * currently running transaction might finish and a new one start,
10518 * allowing for new block groups to be created that can reuse the same
10519 * physical device locations unless we take this special care.
Jeff Mahoneye33e17e2015-06-15 09:41:19 -040010520 *
10521 * There may also be an implicit trim operation if the file system
10522 * is mounted with -odiscard. The same protections must remain
10523 * in place until the extents have been discarded completely when
10524 * the transaction commit has completed.
Filipe Manana04216822014-11-27 21:14:15 +000010525 */
10526 remove_em = (atomic_read(&block_group->trimming) == 0);
10527 /*
10528 * Make sure a trimmer task always sees the em in the pinned_chunks list
10529 * if it sees block_group->removed == 1 (needs to lock block_group->lock
10530 * before checking block_group->removed).
10531 */
10532 if (!remove_em) {
10533 /*
10534 * Our em might be in trans->transaction->pending_chunks which
10535 * is protected by fs_info->chunk_mutex ([lock|unlock]_chunks),
10536 * and so is the fs_info->pinned_chunks list.
10537 *
10538 * So at this point we must be holding the chunk_mutex to avoid
10539 * any races with chunk allocation (more specifically at
10540 * volumes.c:contains_pending_extent()), to ensure it always
10541 * sees the em, either in the pending_chunks list or in the
10542 * pinned_chunks list.
10543 */
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010544 list_move_tail(&em->list, &fs_info->pinned_chunks);
Filipe Manana04216822014-11-27 21:14:15 +000010545 }
10546 spin_unlock(&block_group->lock);
Filipe Manana04216822014-11-27 21:14:15 +000010547
10548 if (remove_em) {
10549 struct extent_map_tree *em_tree;
10550
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010551 em_tree = &fs_info->mapping_tree.map_tree;
Filipe Manana04216822014-11-27 21:14:15 +000010552 write_lock(&em_tree->lock);
Filipe Manana8dbcd102014-12-02 18:07:49 +000010553 /*
10554 * The em might be in the pending_chunks list, so make sure the
10555 * chunk mutex is locked, since remove_extent_mapping() will
10556 * delete us from that list.
10557 */
Filipe Manana04216822014-11-27 21:14:15 +000010558 remove_extent_mapping(em_tree, em);
10559 write_unlock(&em_tree->lock);
10560 /* once for the tree */
10561 free_extent_map(em);
10562 }
10563
David Sterba34441362016-10-04 19:34:27 +020010564 mutex_unlock(&fs_info->chunk_mutex);
Filipe Manana8dbcd102014-12-02 18:07:49 +000010565
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010566 ret = remove_block_group_free_space(trans, fs_info, block_group);
Omar Sandoval1e144fb2015-09-29 20:50:37 -070010567 if (ret)
10568 goto out;
10569
Chris Masonfa9c0d792009-04-03 09:47:43 -040010570 btrfs_put_block_group(block_group);
10571 btrfs_put_block_group(block_group);
Zheng Yan1a40e232008-09-26 10:09:34 -040010572
10573 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
10574 if (ret > 0)
10575 ret = -EIO;
10576 if (ret < 0)
10577 goto out;
10578
10579 ret = btrfs_del_item(trans, root, path);
10580out:
10581 btrfs_free_path(path);
10582 return ret;
10583}
liuboacce9522011-01-06 19:30:25 +080010584
Filipe Manana8eab77f2015-11-13 23:57:16 +000010585struct btrfs_trans_handle *
Filipe Manana7fd01182015-11-13 23:57:17 +000010586btrfs_start_trans_remove_block_group(struct btrfs_fs_info *fs_info,
10587 const u64 chunk_offset)
Filipe Manana8eab77f2015-11-13 23:57:16 +000010588{
Filipe Manana7fd01182015-11-13 23:57:17 +000010589 struct extent_map_tree *em_tree = &fs_info->mapping_tree.map_tree;
10590 struct extent_map *em;
10591 struct map_lookup *map;
10592 unsigned int num_items;
10593
10594 read_lock(&em_tree->lock);
10595 em = lookup_extent_mapping(em_tree, chunk_offset, 1);
10596 read_unlock(&em_tree->lock);
10597 ASSERT(em && em->start == chunk_offset);
10598
Filipe Manana8eab77f2015-11-13 23:57:16 +000010599 /*
Filipe Manana7fd01182015-11-13 23:57:17 +000010600 * We need to reserve 3 + N units from the metadata space info in order
10601 * to remove a block group (done at btrfs_remove_chunk() and at
10602 * btrfs_remove_block_group()), which are used for:
10603 *
Filipe Manana8eab77f2015-11-13 23:57:16 +000010604 * 1 unit for adding the free space inode's orphan (located in the tree
10605 * of tree roots).
Filipe Manana7fd01182015-11-13 23:57:17 +000010606 * 1 unit for deleting the block group item (located in the extent
10607 * tree).
10608 * 1 unit for deleting the free space item (located in tree of tree
10609 * roots).
10610 * N units for deleting N device extent items corresponding to each
10611 * stripe (located in the device tree).
10612 *
10613 * In order to remove a block group we also need to reserve units in the
10614 * system space info in order to update the chunk tree (update one or
10615 * more device items and remove one chunk item), but this is done at
10616 * btrfs_remove_chunk() through a call to check_system_chunk().
Filipe Manana8eab77f2015-11-13 23:57:16 +000010617 */
Jeff Mahoney95617d62015-06-03 10:55:48 -040010618 map = em->map_lookup;
Filipe Manana7fd01182015-11-13 23:57:17 +000010619 num_items = 3 + map->num_stripes;
10620 free_extent_map(em);
10621
Filipe Manana8eab77f2015-11-13 23:57:16 +000010622 return btrfs_start_transaction_fallback_global_rsv(fs_info->extent_root,
Filipe Manana7fd01182015-11-13 23:57:17 +000010623 num_items, 1);
Filipe Manana8eab77f2015-11-13 23:57:16 +000010624}
10625
Josef Bacik47ab2a62014-09-18 11:20:02 -040010626/*
10627 * Process the unused_bgs list and remove any that don't have any allocated
10628 * space inside of them.
10629 */
10630void btrfs_delete_unused_bgs(struct btrfs_fs_info *fs_info)
10631{
10632 struct btrfs_block_group_cache *block_group;
10633 struct btrfs_space_info *space_info;
Josef Bacik47ab2a62014-09-18 11:20:02 -040010634 struct btrfs_trans_handle *trans;
10635 int ret = 0;
10636
Josef Bacikafcdd122016-09-02 15:40:02 -040010637 if (!test_bit(BTRFS_FS_OPEN, &fs_info->flags))
Josef Bacik47ab2a62014-09-18 11:20:02 -040010638 return;
10639
10640 spin_lock(&fs_info->unused_bgs_lock);
10641 while (!list_empty(&fs_info->unused_bgs)) {
10642 u64 start, end;
Jeff Mahoneye33e17e2015-06-15 09:41:19 -040010643 int trimming;
Josef Bacik47ab2a62014-09-18 11:20:02 -040010644
10645 block_group = list_first_entry(&fs_info->unused_bgs,
10646 struct btrfs_block_group_cache,
10647 bg_list);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010648 list_del_init(&block_group->bg_list);
Zhao Leiaefbe9a2015-09-29 21:03:54 +080010649
10650 space_info = block_group->space_info;
10651
Josef Bacik47ab2a62014-09-18 11:20:02 -040010652 if (ret || btrfs_mixed_space_info(space_info)) {
10653 btrfs_put_block_group(block_group);
10654 continue;
10655 }
10656 spin_unlock(&fs_info->unused_bgs_lock);
10657
Zhao Leid5f2e332015-10-08 18:46:44 +080010658 mutex_lock(&fs_info->delete_unused_bgs_mutex);
Filipe Manana67c5e7d2015-06-11 00:58:53 +010010659
Josef Bacik47ab2a62014-09-18 11:20:02 -040010660 /* Don't want to race with allocators so take the groups_sem */
10661 down_write(&space_info->groups_sem);
10662 spin_lock(&block_group->lock);
10663 if (block_group->reserved ||
10664 btrfs_block_group_used(&block_group->item) ||
Chris Mason19c4d2f2016-10-10 13:43:31 -070010665 block_group->ro ||
Zhao Leiaefbe9a2015-09-29 21:03:54 +080010666 list_is_singular(&block_group->list)) {
Josef Bacik47ab2a62014-09-18 11:20:02 -040010667 /*
10668 * We want to bail if we made new allocations or have
10669 * outstanding allocations in this block group. We do
10670 * the ro check in case balance is currently acting on
10671 * this block group.
10672 */
10673 spin_unlock(&block_group->lock);
10674 up_write(&space_info->groups_sem);
10675 goto next;
10676 }
10677 spin_unlock(&block_group->lock);
10678
10679 /* We don't want to force the issue, only flip if it's ok. */
Zhaolei868f4012015-08-05 16:43:27 +080010680 ret = inc_block_group_ro(block_group, 0);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010681 up_write(&space_info->groups_sem);
10682 if (ret < 0) {
10683 ret = 0;
10684 goto next;
10685 }
10686
10687 /*
10688 * Want to do this before we do anything else so we can recover
10689 * properly if we fail to join the transaction.
10690 */
Filipe Manana7fd01182015-11-13 23:57:17 +000010691 trans = btrfs_start_trans_remove_block_group(fs_info,
10692 block_group->key.objectid);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010693 if (IS_ERR(trans)) {
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010694 btrfs_dec_block_group_ro(block_group);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010695 ret = PTR_ERR(trans);
10696 goto next;
10697 }
10698
10699 /*
10700 * We could have pending pinned extents for this block group,
10701 * just delete them, we don't care about them anymore.
10702 */
10703 start = block_group->key.objectid;
10704 end = start + block_group->key.offset - 1;
Filipe Mananad4b450c2015-01-29 19:18:25 +000010705 /*
10706 * Hold the unused_bg_unpin_mutex lock to avoid racing with
10707 * btrfs_finish_extent_commit(). If we are at transaction N,
10708 * another task might be running finish_extent_commit() for the
10709 * previous transaction N - 1, and have seen a range belonging
10710 * to the block group in freed_extents[] before we were able to
10711 * clear the whole block group range from freed_extents[]. This
10712 * means that task can lookup for the block group after we
10713 * unpinned it from freed_extents[] and removed it, leading to
10714 * a BUG_ON() at btrfs_unpin_extent_range().
10715 */
10716 mutex_lock(&fs_info->unused_bg_unpin_mutex);
Filipe Manana758eb512014-11-03 14:08:39 +000010717 ret = clear_extent_bits(&fs_info->freed_extents[0], start, end,
David Sterba91166212016-04-26 23:54:39 +020010718 EXTENT_DIRTY);
Filipe Manana758eb512014-11-03 14:08:39 +000010719 if (ret) {
Filipe Mananad4b450c2015-01-29 19:18:25 +000010720 mutex_unlock(&fs_info->unused_bg_unpin_mutex);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010721 btrfs_dec_block_group_ro(block_group);
Filipe Manana758eb512014-11-03 14:08:39 +000010722 goto end_trans;
10723 }
10724 ret = clear_extent_bits(&fs_info->freed_extents[1], start, end,
David Sterba91166212016-04-26 23:54:39 +020010725 EXTENT_DIRTY);
Filipe Manana758eb512014-11-03 14:08:39 +000010726 if (ret) {
Filipe Mananad4b450c2015-01-29 19:18:25 +000010727 mutex_unlock(&fs_info->unused_bg_unpin_mutex);
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010728 btrfs_dec_block_group_ro(block_group);
Filipe Manana758eb512014-11-03 14:08:39 +000010729 goto end_trans;
10730 }
Filipe Mananad4b450c2015-01-29 19:18:25 +000010731 mutex_unlock(&fs_info->unused_bg_unpin_mutex);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010732
10733 /* Reset pinned so btrfs_put_block_group doesn't complain */
Zhao Leic30666d2015-02-25 14:17:20 +080010734 spin_lock(&space_info->lock);
10735 spin_lock(&block_group->lock);
10736
10737 space_info->bytes_pinned -= block_group->pinned;
10738 space_info->bytes_readonly += block_group->pinned;
10739 percpu_counter_add(&space_info->total_bytes_pinned,
10740 -block_group->pinned);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010741 block_group->pinned = 0;
10742
Zhao Leic30666d2015-02-25 14:17:20 +080010743 spin_unlock(&block_group->lock);
10744 spin_unlock(&space_info->lock);
10745
Jeff Mahoneye33e17e2015-06-15 09:41:19 -040010746 /* DISCARD can flip during remount */
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010747 trimming = btrfs_test_opt(fs_info, DISCARD);
Jeff Mahoneye33e17e2015-06-15 09:41:19 -040010748
10749 /* Implicit trim during transaction commit. */
10750 if (trimming)
10751 btrfs_get_block_group_trimming(block_group);
10752
Josef Bacik47ab2a62014-09-18 11:20:02 -040010753 /*
10754 * Btrfs_remove_chunk will abort the transaction if things go
10755 * horribly wrong.
10756 */
Jeff Mahoney5b4aace2016-06-21 10:40:19 -040010757 ret = btrfs_remove_chunk(trans, fs_info,
Josef Bacik47ab2a62014-09-18 11:20:02 -040010758 block_group->key.objectid);
Jeff Mahoneye33e17e2015-06-15 09:41:19 -040010759
10760 if (ret) {
10761 if (trimming)
10762 btrfs_put_block_group_trimming(block_group);
10763 goto end_trans;
10764 }
10765
10766 /*
10767 * If we're not mounted with -odiscard, we can just forget
10768 * about this block group. Otherwise we'll need to wait
10769 * until transaction commit to do the actual discard.
10770 */
10771 if (trimming) {
Filipe Manana348a0012015-11-27 12:16:16 +000010772 spin_lock(&fs_info->unused_bgs_lock);
10773 /*
10774 * A concurrent scrub might have added us to the list
10775 * fs_info->unused_bgs, so use a list_move operation
10776 * to add the block group to the deleted_bgs list.
10777 */
Jeff Mahoneye33e17e2015-06-15 09:41:19 -040010778 list_move(&block_group->bg_list,
10779 &trans->transaction->deleted_bgs);
Filipe Manana348a0012015-11-27 12:16:16 +000010780 spin_unlock(&fs_info->unused_bgs_lock);
Jeff Mahoneye33e17e2015-06-15 09:41:19 -040010781 btrfs_get_block_group(block_group);
10782 }
Filipe Manana758eb512014-11-03 14:08:39 +000010783end_trans:
Jeff Mahoney3a45bb22016-09-09 21:39:03 -040010784 btrfs_end_transaction(trans);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010785next:
Zhao Leid5f2e332015-10-08 18:46:44 +080010786 mutex_unlock(&fs_info->delete_unused_bgs_mutex);
Josef Bacik47ab2a62014-09-18 11:20:02 -040010787 btrfs_put_block_group(block_group);
10788 spin_lock(&fs_info->unused_bgs_lock);
10789 }
10790 spin_unlock(&fs_info->unused_bgs_lock);
10791}
10792
liuboc59021f2011-03-07 02:13:14 +000010793int btrfs_init_space_info(struct btrfs_fs_info *fs_info)
10794{
10795 struct btrfs_space_info *space_info;
liubo1aba86d2011-04-08 08:44:37 +000010796 struct btrfs_super_block *disk_super;
10797 u64 features;
10798 u64 flags;
10799 int mixed = 0;
liuboc59021f2011-03-07 02:13:14 +000010800 int ret;
10801
David Sterba6c417612011-04-13 15:41:04 +020010802 disk_super = fs_info->super_copy;
liubo1aba86d2011-04-08 08:44:37 +000010803 if (!btrfs_super_root(disk_super))
Dan Carpenter0dc924c52016-01-13 15:21:17 +030010804 return -EINVAL;
liuboc59021f2011-03-07 02:13:14 +000010805
liubo1aba86d2011-04-08 08:44:37 +000010806 features = btrfs_super_incompat_flags(disk_super);
10807 if (features & BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS)
10808 mixed = 1;
liuboc59021f2011-03-07 02:13:14 +000010809
liubo1aba86d2011-04-08 08:44:37 +000010810 flags = BTRFS_BLOCK_GROUP_SYSTEM;
Nikolay Borisov2be12ef2017-05-22 09:35:49 +030010811 ret = create_space_info(fs_info, flags, &space_info);
liuboc59021f2011-03-07 02:13:14 +000010812 if (ret)
liubo1aba86d2011-04-08 08:44:37 +000010813 goto out;
liuboc59021f2011-03-07 02:13:14 +000010814
liubo1aba86d2011-04-08 08:44:37 +000010815 if (mixed) {
10816 flags = BTRFS_BLOCK_GROUP_METADATA | BTRFS_BLOCK_GROUP_DATA;
Nikolay Borisov2be12ef2017-05-22 09:35:49 +030010817 ret = create_space_info(fs_info, flags, &space_info);
liubo1aba86d2011-04-08 08:44:37 +000010818 } else {
10819 flags = BTRFS_BLOCK_GROUP_METADATA;
Nikolay Borisov2be12ef2017-05-22 09:35:49 +030010820 ret = create_space_info(fs_info, flags, &space_info);
liubo1aba86d2011-04-08 08:44:37 +000010821 if (ret)
10822 goto out;
10823
10824 flags = BTRFS_BLOCK_GROUP_DATA;
Nikolay Borisov2be12ef2017-05-22 09:35:49 +030010825 ret = create_space_info(fs_info, flags, &space_info);
liubo1aba86d2011-04-08 08:44:37 +000010826 }
10827out:
liuboc59021f2011-03-07 02:13:14 +000010828 return ret;
10829}
10830
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010831int btrfs_error_unpin_extent_range(struct btrfs_fs_info *fs_info,
10832 u64 start, u64 end)
liuboacce9522011-01-06 19:30:25 +080010833{
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010834 return unpin_extent_range(fs_info, start, end, false);
liuboacce9522011-01-06 19:30:25 +080010835}
10836
Jeff Mahoney499f3772015-06-15 09:41:17 -040010837/*
10838 * It used to be that old block groups would be left around forever.
10839 * Iterating over them would be enough to trim unused space. Since we
10840 * now automatically remove them, we also need to iterate over unallocated
10841 * space.
10842 *
10843 * We don't want a transaction for this since the discard may take a
10844 * substantial amount of time. We don't require that a transaction be
10845 * running, but we do need to take a running transaction into account
10846 * to ensure that we're not discarding chunks that were released in
10847 * the current transaction.
10848 *
10849 * Holding the chunks lock will prevent other threads from allocating
10850 * or releasing chunks, but it won't prevent a running transaction
10851 * from committing and releasing the memory that the pending chunks
10852 * list head uses. For that, we need to take a reference to the
10853 * transaction.
10854 */
10855static int btrfs_trim_free_extents(struct btrfs_device *device,
10856 u64 minlen, u64 *trimmed)
10857{
10858 u64 start = 0, len = 0;
10859 int ret;
10860
10861 *trimmed = 0;
10862
10863 /* Not writeable = nothing to do. */
10864 if (!device->writeable)
10865 return 0;
10866
10867 /* No free space = nothing to do. */
10868 if (device->total_bytes <= device->bytes_used)
10869 return 0;
10870
10871 ret = 0;
10872
10873 while (1) {
Jeff Mahoneyfb456252016-06-22 18:54:56 -040010874 struct btrfs_fs_info *fs_info = device->fs_info;
Jeff Mahoney499f3772015-06-15 09:41:17 -040010875 struct btrfs_transaction *trans;
10876 u64 bytes;
10877
10878 ret = mutex_lock_interruptible(&fs_info->chunk_mutex);
10879 if (ret)
10880 return ret;
10881
10882 down_read(&fs_info->commit_root_sem);
10883
10884 spin_lock(&fs_info->trans_lock);
10885 trans = fs_info->running_transaction;
10886 if (trans)
Elena Reshetova9b64f572017-03-03 10:55:11 +020010887 refcount_inc(&trans->use_count);
Jeff Mahoney499f3772015-06-15 09:41:17 -040010888 spin_unlock(&fs_info->trans_lock);
10889
10890 ret = find_free_dev_extent_start(trans, device, minlen, start,
10891 &start, &len);
10892 if (trans)
10893 btrfs_put_transaction(trans);
10894
10895 if (ret) {
10896 up_read(&fs_info->commit_root_sem);
10897 mutex_unlock(&fs_info->chunk_mutex);
10898 if (ret == -ENOSPC)
10899 ret = 0;
10900 break;
10901 }
10902
10903 ret = btrfs_issue_discard(device->bdev, start, len, &bytes);
10904 up_read(&fs_info->commit_root_sem);
10905 mutex_unlock(&fs_info->chunk_mutex);
10906
10907 if (ret)
10908 break;
10909
10910 start += len;
10911 *trimmed += bytes;
10912
10913 if (fatal_signal_pending(current)) {
10914 ret = -ERESTARTSYS;
10915 break;
10916 }
10917
10918 cond_resched();
10919 }
10920
10921 return ret;
10922}
10923
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010924int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range)
Li Dongyangf7039b12011-03-24 10:24:28 +000010925{
Li Dongyangf7039b12011-03-24 10:24:28 +000010926 struct btrfs_block_group_cache *cache = NULL;
Jeff Mahoney499f3772015-06-15 09:41:17 -040010927 struct btrfs_device *device;
10928 struct list_head *devices;
Li Dongyangf7039b12011-03-24 10:24:28 +000010929 u64 group_trimmed;
10930 u64 start;
10931 u64 end;
10932 u64 trimmed = 0;
Liu Bo2cac13e2012-02-09 18:17:41 +080010933 u64 total_bytes = btrfs_super_total_bytes(fs_info->super_copy);
Li Dongyangf7039b12011-03-24 10:24:28 +000010934 int ret = 0;
10935
Liu Bo2cac13e2012-02-09 18:17:41 +080010936 /*
10937 * try to trim all FS space, our block group may start from non-zero.
10938 */
10939 if (range->len == total_bytes)
10940 cache = btrfs_lookup_first_block_group(fs_info, range->start);
10941 else
10942 cache = btrfs_lookup_block_group(fs_info, range->start);
Li Dongyangf7039b12011-03-24 10:24:28 +000010943
10944 while (cache) {
10945 if (cache->key.objectid >= (range->start + range->len)) {
10946 btrfs_put_block_group(cache);
10947 break;
10948 }
10949
10950 start = max(range->start, cache->key.objectid);
10951 end = min(range->start + range->len,
10952 cache->key.objectid + cache->key.offset);
10953
10954 if (end - start >= range->minlen) {
10955 if (!block_group_cache_done(cache)) {
Liu Bof6373bf2012-12-27 09:01:18 +000010956 ret = cache_block_group(cache, 0);
Josef Bacik1be41b72013-06-12 13:56:06 -040010957 if (ret) {
10958 btrfs_put_block_group(cache);
10959 break;
10960 }
10961 ret = wait_block_group_cache_done(cache);
10962 if (ret) {
10963 btrfs_put_block_group(cache);
10964 break;
10965 }
Li Dongyangf7039b12011-03-24 10:24:28 +000010966 }
10967 ret = btrfs_trim_block_group(cache,
10968 &group_trimmed,
10969 start,
10970 end,
10971 range->minlen);
10972
10973 trimmed += group_trimmed;
10974 if (ret) {
10975 btrfs_put_block_group(cache);
10976 break;
10977 }
10978 }
10979
Jeff Mahoney2ff7e612016-06-22 18:54:24 -040010980 cache = next_block_group(fs_info, cache);
Li Dongyangf7039b12011-03-24 10:24:28 +000010981 }
10982
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010983 mutex_lock(&fs_info->fs_devices->device_list_mutex);
10984 devices = &fs_info->fs_devices->alloc_list;
Jeff Mahoney499f3772015-06-15 09:41:17 -040010985 list_for_each_entry(device, devices, dev_alloc_list) {
10986 ret = btrfs_trim_free_extents(device, range->minlen,
10987 &group_trimmed);
10988 if (ret)
10989 break;
10990
10991 trimmed += group_trimmed;
10992 }
Jeff Mahoney0b246af2016-06-22 18:54:23 -040010993 mutex_unlock(&fs_info->fs_devices->device_list_mutex);
Jeff Mahoney499f3772015-06-15 09:41:17 -040010994
Li Dongyangf7039b12011-03-24 10:24:28 +000010995 range->len = trimmed;
10996 return ret;
10997}
Miao Xie8257b2d2014-03-06 13:38:19 +080010998
10999/*
Filipe Manana9ea24bb2014-10-29 11:57:59 +000011000 * btrfs_{start,end}_write_no_snapshoting() are similar to
11001 * mnt_{want,drop}_write(), they are used to prevent some tasks from writing
11002 * data into the page cache through nocow before the subvolume is snapshoted,
11003 * but flush the data into disk after the snapshot creation, or to prevent
11004 * operations while snapshoting is ongoing and that cause the snapshot to be
11005 * inconsistent (writes followed by expanding truncates for example).
Miao Xie8257b2d2014-03-06 13:38:19 +080011006 */
Filipe Manana9ea24bb2014-10-29 11:57:59 +000011007void btrfs_end_write_no_snapshoting(struct btrfs_root *root)
Miao Xie8257b2d2014-03-06 13:38:19 +080011008{
11009 percpu_counter_dec(&root->subv_writers->counter);
11010 /*
David Sterbaa83342a2015-02-16 19:36:47 +010011011 * Make sure counter is updated before we wake up waiters.
Miao Xie8257b2d2014-03-06 13:38:19 +080011012 */
11013 smp_mb();
11014 if (waitqueue_active(&root->subv_writers->wait))
11015 wake_up(&root->subv_writers->wait);
11016}
11017
Filipe Manana9ea24bb2014-10-29 11:57:59 +000011018int btrfs_start_write_no_snapshoting(struct btrfs_root *root)
Miao Xie8257b2d2014-03-06 13:38:19 +080011019{
David Sterbaee39b432014-09-30 01:33:33 +020011020 if (atomic_read(&root->will_be_snapshoted))
Miao Xie8257b2d2014-03-06 13:38:19 +080011021 return 0;
11022
11023 percpu_counter_inc(&root->subv_writers->counter);
11024 /*
11025 * Make sure counter is updated before we check for snapshot creation.
11026 */
11027 smp_mb();
David Sterbaee39b432014-09-30 01:33:33 +020011028 if (atomic_read(&root->will_be_snapshoted)) {
Filipe Manana9ea24bb2014-10-29 11:57:59 +000011029 btrfs_end_write_no_snapshoting(root);
Miao Xie8257b2d2014-03-06 13:38:19 +080011030 return 0;
11031 }
11032 return 1;
11033}
Zhao Lei0bc19f902016-01-06 18:56:36 +080011034
11035static int wait_snapshoting_atomic_t(atomic_t *a)
11036{
11037 schedule();
11038 return 0;
11039}
11040
11041void btrfs_wait_for_snapshot_creation(struct btrfs_root *root)
11042{
11043 while (true) {
11044 int ret;
11045
11046 ret = btrfs_start_write_no_snapshoting(root);
11047 if (ret)
11048 break;
11049 wait_on_atomic_t(&root->will_be_snapshoted,
11050 wait_snapshoting_atomic_t,
11051 TASK_UNINTERRUPTIBLE);
11052 }
11053}