blob: 924ba8afc227c86b90eb7ce071763ee065d538b3 [file] [log] [blame]
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001/*
Mingming Cao617ba132006-10-11 01:20:53 -07002 * linux/fs/ext4/inode.c
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003 *
4 * Copyright (C) 1992, 1993, 1994, 1995
5 * Remy Card (card@masi.ibp.fr)
6 * Laboratoire MASI - Institut Blaise Pascal
7 * Universite Pierre et Marie Curie (Paris VI)
8 *
9 * from
10 *
11 * linux/fs/minix/inode.c
12 *
13 * Copyright (C) 1991, 1992 Linus Torvalds
14 *
15 * Goal-directed block allocation by Stephen Tweedie
16 * (sct@redhat.com), 1993, 1998
17 * Big-endian to little-endian byte-swapping/bitmaps by
18 * David S. Miller (davem@caip.rutgers.edu), 1995
19 * 64-bit file support on 64-bit platforms by Jakub Jelinek
20 * (jj@sunsite.ms.mff.cuni.cz)
21 *
Mingming Cao617ba132006-10-11 01:20:53 -070022 * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000
Dave Kleikampac27a0e2006-10-11 01:20:50 -070023 */
24
25#include <linux/module.h>
26#include <linux/fs.h>
27#include <linux/time.h>
Mingming Caodab291a2006-10-11 01:21:01 -070028#include <linux/jbd2.h>
Dave Kleikampac27a0e2006-10-11 01:20:50 -070029#include <linux/highuid.h>
30#include <linux/pagemap.h>
31#include <linux/quotaops.h>
32#include <linux/string.h>
33#include <linux/buffer_head.h>
34#include <linux/writeback.h>
Alex Tomas64769242008-07-11 19:27:31 -040035#include <linux/pagevec.h>
Dave Kleikampac27a0e2006-10-11 01:20:50 -070036#include <linux/mpage.h>
Duane Griffine83c1392008-12-19 20:47:15 +000037#include <linux/namei.h>
Dave Kleikampac27a0e2006-10-11 01:20:50 -070038#include <linux/uio.h>
39#include <linux/bio.h>
Christoph Hellwig3dcf5452008-04-29 18:13:32 -040040#include "ext4_jbd2.h"
Dave Kleikampac27a0e2006-10-11 01:20:50 -070041#include "xattr.h"
42#include "acl.h"
Mingming Caod2a17632008-07-14 17:52:37 -040043#include "ext4_extents.h"
Dave Kleikampac27a0e2006-10-11 01:20:50 -070044
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -040045#define MPAGE_DA_EXTENT_TAIL 0x01
46
Jan Kara678aaf42008-07-11 19:27:31 -040047static inline int ext4_begin_ordered_truncate(struct inode *inode,
48 loff_t new_size)
49{
Jan Kara7f5aa212009-02-10 11:15:34 -050050 return jbd2_journal_begin_ordered_truncate(
51 EXT4_SB(inode->i_sb)->s_journal,
52 &EXT4_I(inode)->jinode,
53 new_size);
Jan Kara678aaf42008-07-11 19:27:31 -040054}
55
Alex Tomas64769242008-07-11 19:27:31 -040056static void ext4_invalidatepage(struct page *page, unsigned long offset);
57
Dave Kleikampac27a0e2006-10-11 01:20:50 -070058/*
59 * Test whether an inode is a fast symlink.
60 */
Mingming Cao617ba132006-10-11 01:20:53 -070061static int ext4_inode_is_fast_symlink(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -070062{
Mingming Cao617ba132006-10-11 01:20:53 -070063 int ea_blocks = EXT4_I(inode)->i_file_acl ?
Dave Kleikampac27a0e2006-10-11 01:20:50 -070064 (inode->i_sb->s_blocksize >> 9) : 0;
65
66 return (S_ISLNK(inode->i_mode) && inode->i_blocks - ea_blocks == 0);
67}
68
69/*
Mingming Cao617ba132006-10-11 01:20:53 -070070 * The ext4 forget function must perform a revoke if we are freeing data
Dave Kleikampac27a0e2006-10-11 01:20:50 -070071 * which has been journaled. Metadata (eg. indirect blocks) must be
72 * revoked in all cases.
73 *
74 * "bh" may be NULL: a metadata block may have been freed from memory
75 * but there may still be a record of it in the journal, and that record
76 * still needs to be revoked.
Frank Mayhar03901312009-01-07 00:06:22 -050077 *
78 * If the handle isn't valid we're not journaling so there's nothing to do.
Dave Kleikampac27a0e2006-10-11 01:20:50 -070079 */
Mingming Cao617ba132006-10-11 01:20:53 -070080int ext4_forget(handle_t *handle, int is_metadata, struct inode *inode,
81 struct buffer_head *bh, ext4_fsblk_t blocknr)
Dave Kleikampac27a0e2006-10-11 01:20:50 -070082{
83 int err;
84
Frank Mayhar03901312009-01-07 00:06:22 -050085 if (!ext4_handle_valid(handle))
86 return 0;
87
Dave Kleikampac27a0e2006-10-11 01:20:50 -070088 might_sleep();
89
90 BUFFER_TRACE(bh, "enter");
91
92 jbd_debug(4, "forgetting bh %p: is_metadata = %d, mode %o, "
93 "data mode %lx\n",
94 bh, is_metadata, inode->i_mode,
95 test_opt(inode->i_sb, DATA_FLAGS));
96
97 /* Never use the revoke function if we are doing full data
98 * journaling: there is no need to, and a V1 superblock won't
99 * support it. Otherwise, only skip the revoke on un-journaled
100 * data blocks. */
101
Mingming Cao617ba132006-10-11 01:20:53 -0700102 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA ||
103 (!is_metadata && !ext4_should_journal_data(inode))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700104 if (bh) {
Mingming Caodab291a2006-10-11 01:21:01 -0700105 BUFFER_TRACE(bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700106 return ext4_journal_forget(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700107 }
108 return 0;
109 }
110
111 /*
112 * data!=journal && (is_metadata || should_journal_data(inode))
113 */
Mingming Cao617ba132006-10-11 01:20:53 -0700114 BUFFER_TRACE(bh, "call ext4_journal_revoke");
115 err = ext4_journal_revoke(handle, blocknr, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700116 if (err)
Harvey Harrison46e665e2008-04-17 10:38:59 -0400117 ext4_abort(inode->i_sb, __func__,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700118 "error %d when attempting revoke", err);
119 BUFFER_TRACE(bh, "exit");
120 return err;
121}
122
123/*
124 * Work out how many blocks we need to proceed with the next chunk of a
125 * truncate transaction.
126 */
127static unsigned long blocks_for_truncate(struct inode *inode)
128{
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500129 ext4_lblk_t needed;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700130
131 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9);
132
133 /* Give ourselves just enough room to cope with inodes in which
134 * i_blocks is corrupt: we've seen disk corruptions in the past
135 * which resulted in random data in an inode which looked enough
Mingming Cao617ba132006-10-11 01:20:53 -0700136 * like a regular file for ext4 to try to delete it. Things
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700137 * will go a bit crazy if that happens, but at least we should
138 * try not to panic the whole kernel. */
139 if (needed < 2)
140 needed = 2;
141
142 /* But we need to bound the transaction so we don't overflow the
143 * journal. */
Mingming Cao617ba132006-10-11 01:20:53 -0700144 if (needed > EXT4_MAX_TRANS_DATA)
145 needed = EXT4_MAX_TRANS_DATA;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700146
Mingming Cao617ba132006-10-11 01:20:53 -0700147 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700148}
149
150/*
151 * Truncate transactions can be complex and absolutely huge. So we need to
152 * be able to restart the transaction at a conventient checkpoint to make
153 * sure we don't overflow the journal.
154 *
155 * start_transaction gets us a new handle for a truncate transaction,
156 * and extend_transaction tries to extend the existing one a bit. If
157 * extend fails, we need to propagate the failure up and restart the
158 * transaction in the top-level truncate loop. --sct
159 */
160static handle_t *start_transaction(struct inode *inode)
161{
162 handle_t *result;
163
Mingming Cao617ba132006-10-11 01:20:53 -0700164 result = ext4_journal_start(inode, blocks_for_truncate(inode));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700165 if (!IS_ERR(result))
166 return result;
167
Mingming Cao617ba132006-10-11 01:20:53 -0700168 ext4_std_error(inode->i_sb, PTR_ERR(result));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700169 return result;
170}
171
172/*
173 * Try to extend this transaction for the purposes of truncation.
174 *
175 * Returns 0 if we managed to create more room. If we can't create more
176 * room, and the transaction must be restarted we return 1.
177 */
178static int try_to_extend_transaction(handle_t *handle, struct inode *inode)
179{
Frank Mayhar03901312009-01-07 00:06:22 -0500180 if (!ext4_handle_valid(handle))
181 return 0;
182 if (ext4_handle_has_enough_credits(handle, EXT4_RESERVE_TRANS_BLOCKS+1))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700183 return 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700184 if (!ext4_journal_extend(handle, blocks_for_truncate(inode)))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700185 return 0;
186 return 1;
187}
188
189/*
190 * Restart the transaction associated with *handle. This does a commit,
191 * so before we call here everything must be consistently dirtied against
192 * this transaction.
193 */
Mingming Cao617ba132006-10-11 01:20:53 -0700194static int ext4_journal_test_restart(handle_t *handle, struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700195{
Frank Mayhar03901312009-01-07 00:06:22 -0500196 BUG_ON(EXT4_JOURNAL(inode) == NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700197 jbd_debug(2, "restarting handle %p\n", handle);
Mingming Cao617ba132006-10-11 01:20:53 -0700198 return ext4_journal_restart(handle, blocks_for_truncate(inode));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700199}
200
201/*
202 * Called at the last iput() if i_nlink is zero.
203 */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400204void ext4_delete_inode(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700205{
206 handle_t *handle;
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400207 int err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700208
Jan Kara678aaf42008-07-11 19:27:31 -0400209 if (ext4_should_order_data(inode))
210 ext4_begin_ordered_truncate(inode, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700211 truncate_inode_pages(&inode->i_data, 0);
212
213 if (is_bad_inode(inode))
214 goto no_delete;
215
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400216 handle = ext4_journal_start(inode, blocks_for_truncate(inode)+3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700217 if (IS_ERR(handle)) {
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400218 ext4_std_error(inode->i_sb, PTR_ERR(handle));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700219 /*
220 * If we're going to skip the normal cleanup, we still need to
221 * make sure that the in-core orphan linked list is properly
222 * cleaned up.
223 */
Mingming Cao617ba132006-10-11 01:20:53 -0700224 ext4_orphan_del(NULL, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700225 goto no_delete;
226 }
227
228 if (IS_SYNC(inode))
Frank Mayhar03901312009-01-07 00:06:22 -0500229 ext4_handle_sync(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700230 inode->i_size = 0;
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400231 err = ext4_mark_inode_dirty(handle, inode);
232 if (err) {
233 ext4_warning(inode->i_sb, __func__,
234 "couldn't mark inode dirty (err %d)", err);
235 goto stop_handle;
236 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700237 if (inode->i_blocks)
Mingming Cao617ba132006-10-11 01:20:53 -0700238 ext4_truncate(inode);
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400239
240 /*
241 * ext4_ext_truncate() doesn't reserve any slop when it
242 * restarts journal transactions; therefore there may not be
243 * enough credits left in the handle to remove the inode from
244 * the orphan list and set the dtime field.
245 */
Frank Mayhar03901312009-01-07 00:06:22 -0500246 if (!ext4_handle_has_enough_credits(handle, 3)) {
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400247 err = ext4_journal_extend(handle, 3);
248 if (err > 0)
249 err = ext4_journal_restart(handle, 3);
250 if (err != 0) {
251 ext4_warning(inode->i_sb, __func__,
252 "couldn't extend journal (err %d)", err);
253 stop_handle:
254 ext4_journal_stop(handle);
255 goto no_delete;
256 }
257 }
258
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700259 /*
Mingming Cao617ba132006-10-11 01:20:53 -0700260 * Kill off the orphan record which ext4_truncate created.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700261 * AKPM: I think this can be inside the above `if'.
Mingming Cao617ba132006-10-11 01:20:53 -0700262 * Note that ext4_orphan_del() has to be able to cope with the
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700263 * deletion of a non-existent orphan - this is because we don't
Mingming Cao617ba132006-10-11 01:20:53 -0700264 * know if ext4_truncate() actually created an orphan record.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700265 * (Well, we could do this if we need to, but heck - it works)
266 */
Mingming Cao617ba132006-10-11 01:20:53 -0700267 ext4_orphan_del(handle, inode);
268 EXT4_I(inode)->i_dtime = get_seconds();
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700269
270 /*
271 * One subtle ordering requirement: if anything has gone wrong
272 * (transaction abort, IO errors, whatever), then we can still
273 * do these next steps (the fs will already have been marked as
274 * having errors), but we can't free the inode if the mark_dirty
275 * fails.
276 */
Mingming Cao617ba132006-10-11 01:20:53 -0700277 if (ext4_mark_inode_dirty(handle, inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700278 /* If that failed, just do the required in-core inode clear. */
279 clear_inode(inode);
280 else
Mingming Cao617ba132006-10-11 01:20:53 -0700281 ext4_free_inode(handle, inode);
282 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700283 return;
284no_delete:
285 clear_inode(inode); /* We must guarantee clearing of inode... */
286}
287
288typedef struct {
289 __le32 *p;
290 __le32 key;
291 struct buffer_head *bh;
292} Indirect;
293
294static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v)
295{
296 p->key = *(p->p = v);
297 p->bh = bh;
298}
299
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700300/**
Mingming Cao617ba132006-10-11 01:20:53 -0700301 * ext4_block_to_path - parse the block number into array of offsets
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700302 * @inode: inode in question (we are only interested in its superblock)
303 * @i_block: block number to be parsed
304 * @offsets: array to store the offsets in
Dave Kleikamp8c55e202007-05-24 13:04:54 -0400305 * @boundary: set this non-zero if the referred-to block is likely to be
306 * followed (on disk) by an indirect block.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700307 *
Mingming Cao617ba132006-10-11 01:20:53 -0700308 * To store the locations of file's data ext4 uses a data structure common
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700309 * for UNIX filesystems - tree of pointers anchored in the inode, with
310 * data blocks at leaves and indirect blocks in intermediate nodes.
311 * This function translates the block number into path in that tree -
312 * return value is the path length and @offsets[n] is the offset of
313 * pointer to (n+1)th node in the nth one. If @block is out of range
314 * (negative or too large) warning is printed and zero returned.
315 *
316 * Note: function doesn't find node addresses, so no IO is needed. All
317 * we need to know is the capacity of indirect blocks (taken from the
318 * inode->i_sb).
319 */
320
321/*
322 * Portability note: the last comparison (check that we fit into triple
323 * indirect block) is spelled differently, because otherwise on an
324 * architecture with 32-bit longs and 8Kb pages we might get into trouble
325 * if our filesystem had 8Kb blocks. We might use long long, but that would
326 * kill us on x86. Oh, well, at least the sign propagation does not matter -
327 * i_block would have to be negative in the very beginning, so we would not
328 * get there at all.
329 */
330
Mingming Cao617ba132006-10-11 01:20:53 -0700331static int ext4_block_to_path(struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500332 ext4_lblk_t i_block,
333 ext4_lblk_t offsets[4], int *boundary)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700334{
Mingming Cao617ba132006-10-11 01:20:53 -0700335 int ptrs = EXT4_ADDR_PER_BLOCK(inode->i_sb);
336 int ptrs_bits = EXT4_ADDR_PER_BLOCK_BITS(inode->i_sb);
337 const long direct_blocks = EXT4_NDIR_BLOCKS,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700338 indirect_blocks = ptrs,
339 double_blocks = (1 << (ptrs_bits * 2));
340 int n = 0;
341 int final = 0;
342
343 if (i_block < 0) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400344 ext4_warning(inode->i_sb, "ext4_block_to_path", "block < 0");
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700345 } else if (i_block < direct_blocks) {
346 offsets[n++] = i_block;
347 final = direct_blocks;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400348 } else if ((i_block -= direct_blocks) < indirect_blocks) {
Mingming Cao617ba132006-10-11 01:20:53 -0700349 offsets[n++] = EXT4_IND_BLOCK;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700350 offsets[n++] = i_block;
351 final = ptrs;
352 } else if ((i_block -= indirect_blocks) < double_blocks) {
Mingming Cao617ba132006-10-11 01:20:53 -0700353 offsets[n++] = EXT4_DIND_BLOCK;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700354 offsets[n++] = i_block >> ptrs_bits;
355 offsets[n++] = i_block & (ptrs - 1);
356 final = ptrs;
357 } else if (((i_block -= double_blocks) >> (ptrs_bits * 2)) < ptrs) {
Mingming Cao617ba132006-10-11 01:20:53 -0700358 offsets[n++] = EXT4_TIND_BLOCK;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700359 offsets[n++] = i_block >> (ptrs_bits * 2);
360 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1);
361 offsets[n++] = i_block & (ptrs - 1);
362 final = ptrs;
363 } else {
Eric Sandeene2b46572008-01-28 23:58:27 -0500364 ext4_warning(inode->i_sb, "ext4_block_to_path",
Theodore Ts'o06a279d2009-01-17 18:41:37 -0500365 "block %lu > max in inode %lu",
Eric Sandeene2b46572008-01-28 23:58:27 -0500366 i_block + direct_blocks +
Theodore Ts'o06a279d2009-01-17 18:41:37 -0500367 indirect_blocks + double_blocks, inode->i_ino);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700368 }
369 if (boundary)
370 *boundary = final - 1 - (i_block & (ptrs - 1));
371 return n;
372}
373
374/**
Mingming Cao617ba132006-10-11 01:20:53 -0700375 * ext4_get_branch - read the chain of indirect blocks leading to data
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700376 * @inode: inode in question
377 * @depth: depth of the chain (1 - direct pointer, etc.)
378 * @offsets: offsets of pointers in inode/indirect blocks
379 * @chain: place to store the result
380 * @err: here we store the error value
381 *
382 * Function fills the array of triples <key, p, bh> and returns %NULL
383 * if everything went OK or the pointer to the last filled triple
384 * (incomplete one) otherwise. Upon the return chain[i].key contains
385 * the number of (i+1)-th block in the chain (as it is stored in memory,
386 * i.e. little-endian 32-bit), chain[i].p contains the address of that
387 * number (it points into struct inode for i==0 and into the bh->b_data
388 * for i>0) and chain[i].bh points to the buffer_head of i-th indirect
389 * block for i>0 and NULL for i==0. In other words, it holds the block
390 * numbers of the chain, addresses they were taken from (and where we can
391 * verify that chain did not change) and buffer_heads hosting these
392 * numbers.
393 *
394 * Function stops when it stumbles upon zero pointer (absent block)
395 * (pointer to last triple returned, *@err == 0)
396 * or when it gets an IO error reading an indirect block
397 * (ditto, *@err == -EIO)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700398 * or when it reads all @depth-1 indirect blocks successfully and finds
399 * the whole chain, all way to the data (returns %NULL, *err == 0).
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500400 *
401 * Need to be called with
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -0500402 * down_read(&EXT4_I(inode)->i_data_sem)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700403 */
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500404static Indirect *ext4_get_branch(struct inode *inode, int depth,
405 ext4_lblk_t *offsets,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700406 Indirect chain[4], int *err)
407{
408 struct super_block *sb = inode->i_sb;
409 Indirect *p = chain;
410 struct buffer_head *bh;
411
412 *err = 0;
413 /* i_data is not going away, no lock needed */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400414 add_chain(chain, NULL, EXT4_I(inode)->i_data + *offsets);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700415 if (!p->key)
416 goto no_block;
417 while (--depth) {
418 bh = sb_bread(sb, le32_to_cpu(p->key));
419 if (!bh)
420 goto failure;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400421 add_chain(++p, bh, (__le32 *)bh->b_data + *++offsets);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700422 /* Reader: end */
423 if (!p->key)
424 goto no_block;
425 }
426 return NULL;
427
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700428failure:
429 *err = -EIO;
430no_block:
431 return p;
432}
433
434/**
Mingming Cao617ba132006-10-11 01:20:53 -0700435 * ext4_find_near - find a place for allocation with sufficient locality
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700436 * @inode: owner
437 * @ind: descriptor of indirect block.
438 *
Benoit Boissinot1cc8dcf2008-04-21 22:45:55 +0000439 * This function returns the preferred place for block allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700440 * It is used when heuristic for sequential allocation fails.
441 * Rules are:
442 * + if there is a block to the left of our position - allocate near it.
443 * + if pointer will live in indirect block - allocate near that block.
444 * + if pointer will live in inode - allocate in the same
445 * cylinder group.
446 *
447 * In the latter case we colour the starting block by the callers PID to
448 * prevent it from clashing with concurrent allocations for a different inode
449 * in the same block group. The PID is used here so that functionally related
450 * files will be close-by on-disk.
451 *
452 * Caller must make sure that @ind is valid and will stay that way.
453 */
Mingming Cao617ba132006-10-11 01:20:53 -0700454static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700455{
Mingming Cao617ba132006-10-11 01:20:53 -0700456 struct ext4_inode_info *ei = EXT4_I(inode);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400457 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700458 __le32 *p;
Mingming Cao617ba132006-10-11 01:20:53 -0700459 ext4_fsblk_t bg_start;
Valerie Clement74d34872008-02-15 13:43:07 -0500460 ext4_fsblk_t last_block;
Mingming Cao617ba132006-10-11 01:20:53 -0700461 ext4_grpblk_t colour;
Theodore Ts'oa4912122009-03-12 12:18:34 -0400462 ext4_group_t block_group;
463 int flex_size = ext4_flex_bg_size(EXT4_SB(inode->i_sb));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700464
465 /* Try to find previous block */
466 for (p = ind->p - 1; p >= start; p--) {
467 if (*p)
468 return le32_to_cpu(*p);
469 }
470
471 /* No such thing, so let's try location of indirect block */
472 if (ind->bh)
473 return ind->bh->b_blocknr;
474
475 /*
476 * It is going to be referred to from the inode itself? OK, just put it
477 * into the same cylinder group then.
478 */
Theodore Ts'oa4912122009-03-12 12:18:34 -0400479 block_group = ei->i_block_group;
480 if (flex_size >= EXT4_FLEX_SIZE_DIR_ALLOC_SCHEME) {
481 block_group &= ~(flex_size-1);
482 if (S_ISREG(inode->i_mode))
483 block_group++;
484 }
485 bg_start = ext4_group_first_block_no(inode->i_sb, block_group);
Valerie Clement74d34872008-02-15 13:43:07 -0500486 last_block = ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es) - 1;
487
Theodore Ts'oa4912122009-03-12 12:18:34 -0400488 /*
489 * If we are doing delayed allocation, we don't need take
490 * colour into account.
491 */
492 if (test_opt(inode->i_sb, DELALLOC))
493 return bg_start;
494
Valerie Clement74d34872008-02-15 13:43:07 -0500495 if (bg_start + EXT4_BLOCKS_PER_GROUP(inode->i_sb) <= last_block)
496 colour = (current->pid % 16) *
Mingming Cao617ba132006-10-11 01:20:53 -0700497 (EXT4_BLOCKS_PER_GROUP(inode->i_sb) / 16);
Valerie Clement74d34872008-02-15 13:43:07 -0500498 else
499 colour = (current->pid % 16) * ((last_block - bg_start) / 16);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700500 return bg_start + colour;
501}
502
503/**
Benoit Boissinot1cc8dcf2008-04-21 22:45:55 +0000504 * ext4_find_goal - find a preferred place for allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700505 * @inode: owner
506 * @block: block we want
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700507 * @partial: pointer to the last triple within a chain
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700508 *
Benoit Boissinot1cc8dcf2008-04-21 22:45:55 +0000509 * Normally this function find the preferred place for block allocation,
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800510 * returns it.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700511 */
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500512static ext4_fsblk_t ext4_find_goal(struct inode *inode, ext4_lblk_t block,
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800513 Indirect *partial)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700514{
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700515 /*
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -0400516 * XXX need to get goal block from mballoc's data structures
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700517 */
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700518
Mingming Cao617ba132006-10-11 01:20:53 -0700519 return ext4_find_near(inode, partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700520}
521
522/**
Mingming Cao617ba132006-10-11 01:20:53 -0700523 * ext4_blks_to_allocate: Look up the block map and count the number
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700524 * of direct blocks need to be allocated for the given branch.
525 *
526 * @branch: chain of indirect blocks
527 * @k: number of blocks need for indirect blocks
528 * @blks: number of data blocks to be mapped.
529 * @blocks_to_boundary: the offset in the indirect block
530 *
531 * return the total number of blocks to be allocate, including the
532 * direct and indirect blocks.
533 */
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500534static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700535 int blocks_to_boundary)
536{
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500537 unsigned int count = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700538
539 /*
540 * Simple case, [t,d]Indirect block(s) has not allocated yet
541 * then it's clear blocks on that path have not allocated
542 */
543 if (k > 0) {
544 /* right now we don't handle cross boundary allocation */
545 if (blks < blocks_to_boundary + 1)
546 count += blks;
547 else
548 count += blocks_to_boundary + 1;
549 return count;
550 }
551
552 count++;
553 while (count < blks && count <= blocks_to_boundary &&
554 le32_to_cpu(*(branch[0].p + count)) == 0) {
555 count++;
556 }
557 return count;
558}
559
560/**
Mingming Cao617ba132006-10-11 01:20:53 -0700561 * ext4_alloc_blocks: multiple allocate blocks needed for a branch
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700562 * @indirect_blks: the number of blocks need to allocate for indirect
563 * blocks
564 *
565 * @new_blocks: on return it will store the new block numbers for
566 * the indirect blocks(if needed) and the first direct block,
567 * @blks: on return it will store the total number of allocated
568 * direct blocks
569 */
Mingming Cao617ba132006-10-11 01:20:53 -0700570static int ext4_alloc_blocks(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400571 ext4_lblk_t iblock, ext4_fsblk_t goal,
572 int indirect_blks, int blks,
573 ext4_fsblk_t new_blocks[4], int *err)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700574{
Theodore Ts'o815a1132009-01-01 23:59:43 -0500575 struct ext4_allocation_request ar;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700576 int target, i;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400577 unsigned long count = 0, blk_allocated = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700578 int index = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700579 ext4_fsblk_t current_block = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700580 int ret = 0;
581
582 /*
583 * Here we try to allocate the requested multiple blocks at once,
584 * on a best-effort basis.
585 * To build a branch, we should allocate blocks for
586 * the indirect blocks(if not allocated yet), and at least
587 * the first direct block of this branch. That's the
588 * minimum number of blocks need to allocate(required)
589 */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400590 /* first we try to allocate the indirect blocks */
591 target = indirect_blks;
592 while (target > 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700593 count = target;
594 /* allocating blocks for indirect blocks and direct blocks */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400595 current_block = ext4_new_meta_blocks(handle, inode,
596 goal, &count, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700597 if (*err)
598 goto failed_out;
599
600 target -= count;
601 /* allocate blocks for indirect blocks */
602 while (index < indirect_blks && count) {
603 new_blocks[index++] = current_block++;
604 count--;
605 }
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400606 if (count > 0) {
607 /*
608 * save the new block number
609 * for the first direct block
610 */
611 new_blocks[index] = current_block;
612 printk(KERN_INFO "%s returned more blocks than "
613 "requested\n", __func__);
614 WARN_ON(1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700615 break;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400616 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700617 }
618
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400619 target = blks - count ;
620 blk_allocated = count;
621 if (!target)
622 goto allocated;
623 /* Now allocate data blocks */
Theodore Ts'o815a1132009-01-01 23:59:43 -0500624 memset(&ar, 0, sizeof(ar));
625 ar.inode = inode;
626 ar.goal = goal;
627 ar.len = target;
628 ar.logical = iblock;
629 if (S_ISREG(inode->i_mode))
630 /* enable in-core preallocation only for regular files */
631 ar.flags = EXT4_MB_HINT_DATA;
632
633 current_block = ext4_mb_new_blocks(handle, &ar, err);
634
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400635 if (*err && (target == blks)) {
636 /*
637 * if the allocation failed and we didn't allocate
638 * any blocks before
639 */
640 goto failed_out;
641 }
642 if (!*err) {
643 if (target == blks) {
644 /*
645 * save the new block number
646 * for the first direct block
647 */
648 new_blocks[index] = current_block;
649 }
Theodore Ts'o815a1132009-01-01 23:59:43 -0500650 blk_allocated += ar.len;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400651 }
652allocated:
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700653 /* total number of blocks allocated for direct blocks */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400654 ret = blk_allocated;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700655 *err = 0;
656 return ret;
657failed_out:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400658 for (i = 0; i < index; i++)
Alex Tomasc9de5602008-01-29 00:19:52 -0500659 ext4_free_blocks(handle, inode, new_blocks[i], 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700660 return ret;
661}
662
663/**
Mingming Cao617ba132006-10-11 01:20:53 -0700664 * ext4_alloc_branch - allocate and set up a chain of blocks.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700665 * @inode: owner
666 * @indirect_blks: number of allocated indirect blocks
667 * @blks: number of allocated direct blocks
668 * @offsets: offsets (in the blocks) to store the pointers to next.
669 * @branch: place to store the chain in.
670 *
671 * This function allocates blocks, zeroes out all but the last one,
672 * links them into chain and (if we are synchronous) writes them to disk.
673 * In other words, it prepares a branch that can be spliced onto the
674 * inode. It stores the information about that chain in the branch[], in
Mingming Cao617ba132006-10-11 01:20:53 -0700675 * the same format as ext4_get_branch() would do. We are calling it after
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700676 * we had read the existing part of chain and partial points to the last
677 * triple of that (one with zero ->key). Upon the exit we have the same
Mingming Cao617ba132006-10-11 01:20:53 -0700678 * picture as after the successful ext4_get_block(), except that in one
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700679 * place chain is disconnected - *branch->p is still zero (we did not
680 * set the last link), but branch->key contains the number that should
681 * be placed into *branch->p to fill that gap.
682 *
683 * If allocation fails we free all blocks we've allocated (and forget
684 * their buffer_heads) and return the error value the from failed
Mingming Cao617ba132006-10-11 01:20:53 -0700685 * ext4_alloc_block() (normally -ENOSPC). Otherwise we set the chain
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700686 * as described above and return 0.
687 */
Mingming Cao617ba132006-10-11 01:20:53 -0700688static int ext4_alloc_branch(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400689 ext4_lblk_t iblock, int indirect_blks,
690 int *blks, ext4_fsblk_t goal,
691 ext4_lblk_t *offsets, Indirect *branch)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700692{
693 int blocksize = inode->i_sb->s_blocksize;
694 int i, n = 0;
695 int err = 0;
696 struct buffer_head *bh;
697 int num;
Mingming Cao617ba132006-10-11 01:20:53 -0700698 ext4_fsblk_t new_blocks[4];
699 ext4_fsblk_t current_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700700
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400701 num = ext4_alloc_blocks(handle, inode, iblock, goal, indirect_blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700702 *blks, new_blocks, &err);
703 if (err)
704 return err;
705
706 branch[0].key = cpu_to_le32(new_blocks[0]);
707 /*
708 * metadata blocks and data blocks are allocated.
709 */
710 for (n = 1; n <= indirect_blks; n++) {
711 /*
712 * Get buffer_head for parent block, zero it out
713 * and set the pointer to new one, then send
714 * parent to disk.
715 */
716 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
717 branch[n].bh = bh;
718 lock_buffer(bh);
719 BUFFER_TRACE(bh, "call get_create_access");
Mingming Cao617ba132006-10-11 01:20:53 -0700720 err = ext4_journal_get_create_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700721 if (err) {
722 unlock_buffer(bh);
723 brelse(bh);
724 goto failed;
725 }
726
727 memset(bh->b_data, 0, blocksize);
728 branch[n].p = (__le32 *) bh->b_data + offsets[n];
729 branch[n].key = cpu_to_le32(new_blocks[n]);
730 *branch[n].p = branch[n].key;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400731 if (n == indirect_blks) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700732 current_block = new_blocks[n];
733 /*
734 * End of chain, update the last new metablock of
735 * the chain to point to the new allocated
736 * data blocks numbers
737 */
738 for (i=1; i < num; i++)
739 *(branch[n].p + i) = cpu_to_le32(++current_block);
740 }
741 BUFFER_TRACE(bh, "marking uptodate");
742 set_buffer_uptodate(bh);
743 unlock_buffer(bh);
744
Frank Mayhar03901312009-01-07 00:06:22 -0500745 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
746 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700747 if (err)
748 goto failed;
749 }
750 *blks = num;
751 return err;
752failed:
753 /* Allocation failed, free what we already allocated */
754 for (i = 1; i <= n ; i++) {
Mingming Caodab291a2006-10-11 01:21:01 -0700755 BUFFER_TRACE(branch[i].bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700756 ext4_journal_forget(handle, branch[i].bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700757 }
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400758 for (i = 0; i < indirect_blks; i++)
Alex Tomasc9de5602008-01-29 00:19:52 -0500759 ext4_free_blocks(handle, inode, new_blocks[i], 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700760
Alex Tomasc9de5602008-01-29 00:19:52 -0500761 ext4_free_blocks(handle, inode, new_blocks[i], num, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700762
763 return err;
764}
765
766/**
Mingming Cao617ba132006-10-11 01:20:53 -0700767 * ext4_splice_branch - splice the allocated branch onto inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700768 * @inode: owner
769 * @block: (logical) number of block we are adding
770 * @chain: chain of indirect blocks (with a missing link - see
Mingming Cao617ba132006-10-11 01:20:53 -0700771 * ext4_alloc_branch)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700772 * @where: location of missing link
773 * @num: number of indirect blocks we are adding
774 * @blks: number of direct blocks we are adding
775 *
776 * This function fills the missing link and does all housekeeping needed in
777 * inode (->i_blocks, etc.). In case of success we end up with the full
778 * chain to new block and return 0.
779 */
Mingming Cao617ba132006-10-11 01:20:53 -0700780static int ext4_splice_branch(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500781 ext4_lblk_t block, Indirect *where, int num, int blks)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700782{
783 int i;
784 int err = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700785 ext4_fsblk_t current_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700786
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700787 /*
788 * If we're splicing into a [td]indirect block (as opposed to the
789 * inode) then we need to get write access to the [td]indirect block
790 * before the splice.
791 */
792 if (where->bh) {
793 BUFFER_TRACE(where->bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -0700794 err = ext4_journal_get_write_access(handle, where->bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700795 if (err)
796 goto err_out;
797 }
798 /* That's it */
799
800 *where->p = where->key;
801
802 /*
803 * Update the host buffer_head or inode to point to more just allocated
804 * direct blocks blocks
805 */
806 if (num == 0 && blks > 1) {
807 current_block = le32_to_cpu(where->key) + 1;
808 for (i = 1; i < blks; i++)
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400809 *(where->p + i) = cpu_to_le32(current_block++);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700810 }
811
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700812 /* We are done with atomic stuff, now do the rest of housekeeping */
813
Kalpak Shahef7f3832007-07-18 09:15:20 -0400814 inode->i_ctime = ext4_current_time(inode);
Mingming Cao617ba132006-10-11 01:20:53 -0700815 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700816
817 /* had we spliced it onto indirect block? */
818 if (where->bh) {
819 /*
820 * If we spliced it onto an indirect block, we haven't
821 * altered the inode. Note however that if it is being spliced
822 * onto an indirect block at the very end of the file (the
823 * file is growing) then we *will* alter the inode to reflect
824 * the new i_size. But that is not done here - it is done in
Mingming Cao617ba132006-10-11 01:20:53 -0700825 * generic_commit_write->__mark_inode_dirty->ext4_dirty_inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700826 */
827 jbd_debug(5, "splicing indirect only\n");
Frank Mayhar03901312009-01-07 00:06:22 -0500828 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata");
829 err = ext4_handle_dirty_metadata(handle, inode, where->bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700830 if (err)
831 goto err_out;
832 } else {
833 /*
834 * OK, we spliced it into the inode itself on a direct block.
835 * Inode was dirtied above.
836 */
837 jbd_debug(5, "splicing direct\n");
838 }
839 return err;
840
841err_out:
842 for (i = 1; i <= num; i++) {
Mingming Caodab291a2006-10-11 01:21:01 -0700843 BUFFER_TRACE(where[i].bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700844 ext4_journal_forget(handle, where[i].bh);
Alex Tomasc9de5602008-01-29 00:19:52 -0500845 ext4_free_blocks(handle, inode,
846 le32_to_cpu(where[i-1].key), 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700847 }
Alex Tomasc9de5602008-01-29 00:19:52 -0500848 ext4_free_blocks(handle, inode, le32_to_cpu(where[num].key), blks, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700849
850 return err;
851}
852
853/*
854 * Allocation strategy is simple: if we have to allocate something, we will
855 * have to go the whole way to leaf. So let's do it before attaching anything
856 * to tree, set linkage between the newborn blocks, write them if sync is
857 * required, recheck the path, free and repeat if check fails, otherwise
858 * set the last missing link (that will protect us from any truncate-generated
859 * removals - all blocks on the path are immune now) and possibly force the
860 * write on the parent block.
861 * That has a nice additional property: no special recovery from the failed
862 * allocations is needed - we simply release blocks and do not touch anything
863 * reachable from inode.
864 *
865 * `handle' can be NULL if create == 0.
866 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700867 * return > 0, # of blocks mapped or allocated.
868 * return = 0, if plain lookup failed.
869 * return < 0, error case.
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500870 *
871 *
872 * Need to be called with
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -0500873 * down_read(&EXT4_I(inode)->i_data_sem) if not allocating file system block
874 * (ie, create is zero). Otherwise down_write(&EXT4_I(inode)->i_data_sem)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700875 */
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500876static int ext4_get_blocks_handle(handle_t *handle, struct inode *inode,
877 ext4_lblk_t iblock, unsigned int maxblocks,
878 struct buffer_head *bh_result,
879 int create, int extend_disksize)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700880{
881 int err = -EIO;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500882 ext4_lblk_t offsets[4];
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700883 Indirect chain[4];
884 Indirect *partial;
Mingming Cao617ba132006-10-11 01:20:53 -0700885 ext4_fsblk_t goal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700886 int indirect_blks;
887 int blocks_to_boundary = 0;
888 int depth;
Mingming Cao617ba132006-10-11 01:20:53 -0700889 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700890 int count = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700891 ext4_fsblk_t first_block = 0;
Mingming Cao61628a32008-07-11 19:27:31 -0400892 loff_t disksize;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700893
894
Alex Tomasa86c6182006-10-11 01:21:03 -0700895 J_ASSERT(!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700896 J_ASSERT(handle != NULL || create == 0);
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500897 depth = ext4_block_to_path(inode, iblock, offsets,
898 &blocks_to_boundary);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700899
900 if (depth == 0)
901 goto out;
902
Mingming Cao617ba132006-10-11 01:20:53 -0700903 partial = ext4_get_branch(inode, depth, offsets, chain, &err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700904
905 /* Simplest case - block found, no allocation needed */
906 if (!partial) {
907 first_block = le32_to_cpu(chain[depth - 1].key);
908 clear_buffer_new(bh_result);
909 count++;
910 /*map more blocks*/
911 while (count < maxblocks && count <= blocks_to_boundary) {
Mingming Cao617ba132006-10-11 01:20:53 -0700912 ext4_fsblk_t blk;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700913
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700914 blk = le32_to_cpu(*(chain[depth-1].p + count));
915
916 if (blk == first_block + count)
917 count++;
918 else
919 break;
920 }
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500921 goto got_it;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700922 }
923
924 /* Next simple case - plain lookup or failed read of indirect block */
925 if (!create || err == -EIO)
926 goto cleanup;
927
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700928 /*
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -0400929 * Okay, we need to do block allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700930 */
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800931 goal = ext4_find_goal(inode, iblock, partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700932
933 /* the number of blocks need to allocate for [d,t]indirect blocks */
934 indirect_blks = (chain + depth) - partial - 1;
935
936 /*
937 * Next look up the indirect map to count the totoal number of
938 * direct blocks to allocate for this branch.
939 */
Mingming Cao617ba132006-10-11 01:20:53 -0700940 count = ext4_blks_to_allocate(partial, indirect_blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700941 maxblocks, blocks_to_boundary);
942 /*
Mingming Cao617ba132006-10-11 01:20:53 -0700943 * Block out ext4_truncate while we alter the tree
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700944 */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400945 err = ext4_alloc_branch(handle, inode, iblock, indirect_blks,
946 &count, goal,
947 offsets + (partial - chain), partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700948
949 /*
Mingming Cao617ba132006-10-11 01:20:53 -0700950 * The ext4_splice_branch call will free and forget any buffers
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700951 * on the new chain if there is a failure, but that risks using
952 * up transaction credits, especially for bitmaps where the
953 * credits cannot be returned. Can we handle this somehow? We
954 * may need to return -EAGAIN upwards in the worst case. --sct
955 */
956 if (!err)
Mingming Cao617ba132006-10-11 01:20:53 -0700957 err = ext4_splice_branch(handle, inode, iblock,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700958 partial, indirect_blks, count);
959 /*
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -0500960 * i_disksize growing is protected by i_data_sem. Don't forget to
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700961 * protect it if you're about to implement concurrent
Mingming Cao617ba132006-10-11 01:20:53 -0700962 * ext4_get_block() -bzzz
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700963 */
Mingming Cao61628a32008-07-11 19:27:31 -0400964 if (!err && extend_disksize) {
965 disksize = ((loff_t) iblock + count) << inode->i_blkbits;
966 if (disksize > i_size_read(inode))
967 disksize = i_size_read(inode);
968 if (disksize > ei->i_disksize)
969 ei->i_disksize = disksize;
970 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700971 if (err)
972 goto cleanup;
973
974 set_buffer_new(bh_result);
975got_it:
976 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
977 if (count > blocks_to_boundary)
978 set_buffer_boundary(bh_result);
979 err = count;
980 /* Clean up and exit */
981 partial = chain + depth - 1; /* the whole chain */
982cleanup:
983 while (partial > chain) {
984 BUFFER_TRACE(partial->bh, "call brelse");
985 brelse(partial->bh);
986 partial--;
987 }
988 BUFFER_TRACE(bh_result, "returned");
989out:
990 return err;
991}
992
Mingming Cao60e58e02009-01-22 18:13:05 +0100993qsize_t ext4_get_reserved_space(struct inode *inode)
994{
995 unsigned long long total;
996
997 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
998 total = EXT4_I(inode)->i_reserved_data_blocks +
999 EXT4_I(inode)->i_reserved_meta_blocks;
1000 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1001
1002 return total;
1003}
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001004/*
1005 * Calculate the number of metadata blocks need to reserve
1006 * to allocate @blocks for non extent file based file
1007 */
1008static int ext4_indirect_calc_metadata_amount(struct inode *inode, int blocks)
1009{
1010 int icap = EXT4_ADDR_PER_BLOCK(inode->i_sb);
1011 int ind_blks, dind_blks, tind_blks;
1012
1013 /* number of new indirect blocks needed */
1014 ind_blks = (blocks + icap - 1) / icap;
1015
1016 dind_blks = (ind_blks + icap - 1) / icap;
1017
1018 tind_blks = 1;
1019
1020 return ind_blks + dind_blks + tind_blks;
1021}
1022
1023/*
1024 * Calculate the number of metadata blocks need to reserve
1025 * to allocate given number of blocks
1026 */
1027static int ext4_calc_metadata_amount(struct inode *inode, int blocks)
1028{
Mingming Caocd213222008-08-19 22:16:59 -04001029 if (!blocks)
1030 return 0;
1031
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001032 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL)
1033 return ext4_ext_calc_metadata_amount(inode, blocks);
1034
1035 return ext4_indirect_calc_metadata_amount(inode, blocks);
1036}
1037
1038static void ext4_da_update_reserve_space(struct inode *inode, int used)
1039{
1040 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1041 int total, mdb, mdb_free;
1042
1043 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1044 /* recalculate the number of metablocks still need to be reserved */
1045 total = EXT4_I(inode)->i_reserved_data_blocks - used;
1046 mdb = ext4_calc_metadata_amount(inode, total);
1047
1048 /* figure out how many metablocks to release */
1049 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1050 mdb_free = EXT4_I(inode)->i_reserved_meta_blocks - mdb;
1051
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001052 if (mdb_free) {
1053 /* Account for allocated meta_blocks */
1054 mdb_free -= EXT4_I(inode)->i_allocated_meta_blocks;
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001055
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001056 /* update fs dirty blocks counter */
1057 percpu_counter_sub(&sbi->s_dirtyblocks_counter, mdb_free);
1058 EXT4_I(inode)->i_allocated_meta_blocks = 0;
1059 EXT4_I(inode)->i_reserved_meta_blocks = mdb;
1060 }
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001061
1062 /* update per-inode reservations */
1063 BUG_ON(used > EXT4_I(inode)->i_reserved_data_blocks);
1064 EXT4_I(inode)->i_reserved_data_blocks -= used;
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001065 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Cao60e58e02009-01-22 18:13:05 +01001066
1067 /*
1068 * free those over-booking quota for metadata blocks
1069 */
1070
1071 if (mdb_free)
1072 vfs_dq_release_reservation_block(inode, mdb_free);
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001073}
1074
Mingming Caof5ab0d12008-02-25 15:29:55 -05001075/*
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04001076 * The ext4_get_blocks_wrap() function try to look up the requested blocks,
1077 * and returns if the blocks are already mapped.
Mingming Caof5ab0d12008-02-25 15:29:55 -05001078 *
Mingming Caof5ab0d12008-02-25 15:29:55 -05001079 * Otherwise it takes the write lock of the i_data_sem and allocate blocks
1080 * and store the allocated blocks in the result buffer head and mark it
1081 * mapped.
1082 *
1083 * If file type is extents based, it will call ext4_ext_get_blocks(),
1084 * Otherwise, call with ext4_get_blocks_handle() to handle indirect mapping
1085 * based files
1086 *
1087 * On success, it returns the number of blocks being mapped or allocate.
1088 * if create==0 and the blocks are pre-allocated and uninitialized block,
1089 * the result buffer head is unmapped. If the create ==1, it will make sure
1090 * the buffer head is mapped.
1091 *
1092 * It returns 0 if plain look up failed (blocks have not been allocated), in
1093 * that casem, buffer head is unmapped
1094 *
1095 * It returns the error in case of allocation failure.
1096 */
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001097int ext4_get_blocks_wrap(handle_t *handle, struct inode *inode, sector_t block,
Theodore Ts'o498e5f22008-11-05 00:14:04 -05001098 unsigned int max_blocks, struct buffer_head *bh,
Mingming Caod2a17632008-07-14 17:52:37 -04001099 int create, int extend_disksize, int flag)
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001100{
1101 int retval;
Mingming Caof5ab0d12008-02-25 15:29:55 -05001102
1103 clear_buffer_mapped(bh);
1104
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001105 /*
1106 * Try to see if we can get the block without requesting
1107 * for new file system block.
1108 */
1109 down_read((&EXT4_I(inode)->i_data_sem));
1110 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
1111 retval = ext4_ext_get_blocks(handle, inode, block, max_blocks,
1112 bh, 0, 0);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001113 } else {
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001114 retval = ext4_get_blocks_handle(handle,
1115 inode, block, max_blocks, bh, 0, 0);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001116 }
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001117 up_read((&EXT4_I(inode)->i_data_sem));
Mingming Caof5ab0d12008-02-25 15:29:55 -05001118
1119 /* If it is only a block(s) look up */
1120 if (!create)
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001121 return retval;
1122
1123 /*
Mingming Caof5ab0d12008-02-25 15:29:55 -05001124 * Returns if the blocks have already allocated
1125 *
1126 * Note that if blocks have been preallocated
1127 * ext4_ext_get_block() returns th create = 0
1128 * with buffer head unmapped.
1129 */
1130 if (retval > 0 && buffer_mapped(bh))
1131 return retval;
1132
1133 /*
1134 * New blocks allocate and/or writing to uninitialized extent
1135 * will possibly result in updating i_data, so we take
1136 * the write lock of i_data_sem, and call get_blocks()
1137 * with create == 1 flag.
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001138 */
1139 down_write((&EXT4_I(inode)->i_data_sem));
Mingming Caod2a17632008-07-14 17:52:37 -04001140
1141 /*
1142 * if the caller is from delayed allocation writeout path
1143 * we have already reserved fs blocks for allocation
1144 * let the underlying get_block() function know to
1145 * avoid double accounting
1146 */
1147 if (flag)
1148 EXT4_I(inode)->i_delalloc_reserved_flag = 1;
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001149 /*
1150 * We need to check for EXT4 here because migrate
1151 * could have changed the inode type in between
1152 */
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001153 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
1154 retval = ext4_ext_get_blocks(handle, inode, block, max_blocks,
1155 bh, create, extend_disksize);
1156 } else {
1157 retval = ext4_get_blocks_handle(handle, inode, block,
1158 max_blocks, bh, create, extend_disksize);
Aneesh Kumar K.V267e4db2008-04-29 08:11:12 -04001159
1160 if (retval > 0 && buffer_new(bh)) {
1161 /*
1162 * We allocated new blocks which will result in
1163 * i_data's format changing. Force the migrate
1164 * to fail by clearing migrate flags
1165 */
1166 EXT4_I(inode)->i_flags = EXT4_I(inode)->i_flags &
1167 ~EXT4_EXT_MIGRATE;
1168 }
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001169 }
Mingming Caod2a17632008-07-14 17:52:37 -04001170
1171 if (flag) {
1172 EXT4_I(inode)->i_delalloc_reserved_flag = 0;
1173 /*
1174 * Update reserved blocks/metadata blocks
1175 * after successful block allocation
1176 * which were deferred till now
1177 */
1178 if ((retval > 0) && buffer_delay(bh))
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001179 ext4_da_update_reserve_space(inode, retval);
Mingming Caod2a17632008-07-14 17:52:37 -04001180 }
1181
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001182 up_write((&EXT4_I(inode)->i_data_sem));
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001183 return retval;
1184}
1185
Mingming Caof3bd1f32008-08-19 22:16:03 -04001186/* Maximum number of blocks we map for direct IO at once. */
1187#define DIO_MAX_BLOCKS 4096
1188
Eric Sandeen6873fa02008-10-07 00:46:36 -04001189int ext4_get_block(struct inode *inode, sector_t iblock,
1190 struct buffer_head *bh_result, int create)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001191{
Dmitriy Monakhov3e4fdaf2007-02-10 01:46:35 -08001192 handle_t *handle = ext4_journal_current_handle();
Jan Kara7fb54092008-02-10 01:08:38 -05001193 int ret = 0, started = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001194 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
Mingming Caof3bd1f32008-08-19 22:16:03 -04001195 int dio_credits;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001196
Jan Kara7fb54092008-02-10 01:08:38 -05001197 if (create && !handle) {
1198 /* Direct IO write... */
1199 if (max_blocks > DIO_MAX_BLOCKS)
1200 max_blocks = DIO_MAX_BLOCKS;
Mingming Caof3bd1f32008-08-19 22:16:03 -04001201 dio_credits = ext4_chunk_trans_blocks(inode, max_blocks);
1202 handle = ext4_journal_start(inode, dio_credits);
Jan Kara7fb54092008-02-10 01:08:38 -05001203 if (IS_ERR(handle)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001204 ret = PTR_ERR(handle);
Jan Kara7fb54092008-02-10 01:08:38 -05001205 goto out;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001206 }
Jan Kara7fb54092008-02-10 01:08:38 -05001207 started = 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001208 }
1209
Jan Kara7fb54092008-02-10 01:08:38 -05001210 ret = ext4_get_blocks_wrap(handle, inode, iblock,
Mingming Caod2a17632008-07-14 17:52:37 -04001211 max_blocks, bh_result, create, 0, 0);
Jan Kara7fb54092008-02-10 01:08:38 -05001212 if (ret > 0) {
1213 bh_result->b_size = (ret << inode->i_blkbits);
1214 ret = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001215 }
Jan Kara7fb54092008-02-10 01:08:38 -05001216 if (started)
1217 ext4_journal_stop(handle);
1218out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001219 return ret;
1220}
1221
1222/*
1223 * `handle' can be NULL if create is zero
1224 */
Mingming Cao617ba132006-10-11 01:20:53 -07001225struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05001226 ext4_lblk_t block, int create, int *errp)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001227{
1228 struct buffer_head dummy;
1229 int fatal = 0, err;
1230
1231 J_ASSERT(handle != NULL || create == 0);
1232
1233 dummy.b_state = 0;
1234 dummy.b_blocknr = -1000;
1235 buffer_trace_init(&dummy.b_history);
Alex Tomasa86c6182006-10-11 01:21:03 -07001236 err = ext4_get_blocks_wrap(handle, inode, block, 1,
Mingming Caod2a17632008-07-14 17:52:37 -04001237 &dummy, create, 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001238 /*
Mingming Cao617ba132006-10-11 01:20:53 -07001239 * ext4_get_blocks_handle() returns number of blocks
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001240 * mapped. 0 in case of a HOLE.
1241 */
1242 if (err > 0) {
1243 if (err > 1)
1244 WARN_ON(1);
1245 err = 0;
1246 }
1247 *errp = err;
1248 if (!err && buffer_mapped(&dummy)) {
1249 struct buffer_head *bh;
1250 bh = sb_getblk(inode->i_sb, dummy.b_blocknr);
1251 if (!bh) {
1252 *errp = -EIO;
1253 goto err;
1254 }
1255 if (buffer_new(&dummy)) {
1256 J_ASSERT(create != 0);
Aneesh Kumar K.Vac398492007-10-16 18:38:25 -04001257 J_ASSERT(handle != NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001258
1259 /*
1260 * Now that we do not always journal data, we should
1261 * keep in mind whether this should always journal the
1262 * new buffer as metadata. For now, regular file
Mingming Cao617ba132006-10-11 01:20:53 -07001263 * writes use ext4_get_block instead, so it's not a
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001264 * problem.
1265 */
1266 lock_buffer(bh);
1267 BUFFER_TRACE(bh, "call get_create_access");
Mingming Cao617ba132006-10-11 01:20:53 -07001268 fatal = ext4_journal_get_create_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001269 if (!fatal && !buffer_uptodate(bh)) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001270 memset(bh->b_data, 0, inode->i_sb->s_blocksize);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001271 set_buffer_uptodate(bh);
1272 }
1273 unlock_buffer(bh);
Frank Mayhar03901312009-01-07 00:06:22 -05001274 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
1275 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001276 if (!fatal)
1277 fatal = err;
1278 } else {
1279 BUFFER_TRACE(bh, "not a new buffer");
1280 }
1281 if (fatal) {
1282 *errp = fatal;
1283 brelse(bh);
1284 bh = NULL;
1285 }
1286 return bh;
1287 }
1288err:
1289 return NULL;
1290}
1291
Mingming Cao617ba132006-10-11 01:20:53 -07001292struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05001293 ext4_lblk_t block, int create, int *err)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001294{
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001295 struct buffer_head *bh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001296
Mingming Cao617ba132006-10-11 01:20:53 -07001297 bh = ext4_getblk(handle, inode, block, create, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001298 if (!bh)
1299 return bh;
1300 if (buffer_uptodate(bh))
1301 return bh;
1302 ll_rw_block(READ_META, 1, &bh);
1303 wait_on_buffer(bh);
1304 if (buffer_uptodate(bh))
1305 return bh;
1306 put_bh(bh);
1307 *err = -EIO;
1308 return NULL;
1309}
1310
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001311static int walk_page_buffers(handle_t *handle,
1312 struct buffer_head *head,
1313 unsigned from,
1314 unsigned to,
1315 int *partial,
1316 int (*fn)(handle_t *handle,
1317 struct buffer_head *bh))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001318{
1319 struct buffer_head *bh;
1320 unsigned block_start, block_end;
1321 unsigned blocksize = head->b_size;
1322 int err, ret = 0;
1323 struct buffer_head *next;
1324
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001325 for (bh = head, block_start = 0;
1326 ret == 0 && (bh != head || !block_start);
1327 block_start = block_end, bh = next)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001328 {
1329 next = bh->b_this_page;
1330 block_end = block_start + blocksize;
1331 if (block_end <= from || block_start >= to) {
1332 if (partial && !buffer_uptodate(bh))
1333 *partial = 1;
1334 continue;
1335 }
1336 err = (*fn)(handle, bh);
1337 if (!ret)
1338 ret = err;
1339 }
1340 return ret;
1341}
1342
1343/*
1344 * To preserve ordering, it is essential that the hole instantiation and
1345 * the data write be encapsulated in a single transaction. We cannot
Mingming Cao617ba132006-10-11 01:20:53 -07001346 * close off a transaction and start a new one between the ext4_get_block()
Mingming Caodab291a2006-10-11 01:21:01 -07001347 * and the commit_write(). So doing the jbd2_journal_start at the start of
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001348 * prepare_write() is the right place.
1349 *
Mingming Cao617ba132006-10-11 01:20:53 -07001350 * Also, this function can nest inside ext4_writepage() ->
1351 * block_write_full_page(). In that case, we *know* that ext4_writepage()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001352 * has generated enough buffer credits to do the whole page. So we won't
1353 * block on the journal in that case, which is good, because the caller may
1354 * be PF_MEMALLOC.
1355 *
Mingming Cao617ba132006-10-11 01:20:53 -07001356 * By accident, ext4 can be reentered when a transaction is open via
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001357 * quota file writes. If we were to commit the transaction while thus
1358 * reentered, there can be a deadlock - we would be holding a quota
1359 * lock, and the commit would never complete if another thread had a
1360 * transaction open and was blocking on the quota lock - a ranking
1361 * violation.
1362 *
Mingming Caodab291a2006-10-11 01:21:01 -07001363 * So what we do is to rely on the fact that jbd2_journal_stop/journal_start
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001364 * will _not_ run commit under these circumstances because handle->h_ref
1365 * is elevated. We'll still have enough credits for the tiny quotafile
1366 * write.
1367 */
1368static int do_journal_get_write_access(handle_t *handle,
1369 struct buffer_head *bh)
1370{
1371 if (!buffer_mapped(bh) || buffer_freed(bh))
1372 return 0;
Mingming Cao617ba132006-10-11 01:20:53 -07001373 return ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001374}
1375
Nick Pigginbfc1af62007-10-16 01:25:05 -07001376static int ext4_write_begin(struct file *file, struct address_space *mapping,
1377 loff_t pos, unsigned len, unsigned flags,
1378 struct page **pagep, void **fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001379{
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001380 struct inode *inode = mapping->host;
Andrew Morton7479d2b2007-04-01 23:49:44 -07001381 int ret, needed_blocks = ext4_writepage_trans_blocks(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001382 handle_t *handle;
1383 int retries = 0;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001384 struct page *page;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001385 pgoff_t index;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001386 unsigned from, to;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001387
Theodore Ts'oba80b102009-01-03 20:03:21 -05001388 trace_mark(ext4_write_begin,
1389 "dev %s ino %lu pos %llu len %u flags %u",
1390 inode->i_sb->s_id, inode->i_ino,
1391 (unsigned long long) pos, len, flags);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001392 index = pos >> PAGE_CACHE_SHIFT;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001393 from = pos & (PAGE_CACHE_SIZE - 1);
1394 to = from + len;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001395
1396retry:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001397 handle = ext4_journal_start(inode, needed_blocks);
1398 if (IS_ERR(handle)) {
1399 ret = PTR_ERR(handle);
1400 goto out;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001401 }
1402
Jan Karaebd36102009-02-22 21:09:59 -05001403 /* We cannot recurse into the filesystem as the transaction is already
1404 * started */
1405 flags |= AOP_FLAG_NOFS;
1406
Nick Piggin54566b22009-01-04 12:00:53 -08001407 page = grab_cache_page_write_begin(mapping, index, flags);
Jan Karacf108bc2008-07-11 19:27:31 -04001408 if (!page) {
1409 ext4_journal_stop(handle);
1410 ret = -ENOMEM;
1411 goto out;
1412 }
1413 *pagep = page;
1414
Nick Pigginbfc1af62007-10-16 01:25:05 -07001415 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
Jan Karaebd36102009-02-22 21:09:59 -05001416 ext4_get_block);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001417
1418 if (!ret && ext4_should_journal_data(inode)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001419 ret = walk_page_buffers(handle, page_buffers(page),
1420 from, to, NULL, do_journal_get_write_access);
1421 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001422
1423 if (ret) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001424 unlock_page(page);
Jan Karacf108bc2008-07-11 19:27:31 -04001425 ext4_journal_stop(handle);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001426 page_cache_release(page);
Aneesh Kumar K.Vae4d5372008-09-13 13:10:25 -04001427 /*
1428 * block_write_begin may have instantiated a few blocks
1429 * outside i_size. Trim these off again. Don't need
1430 * i_size_read because we hold i_mutex.
1431 */
1432 if (pos + len > inode->i_size)
1433 vmtruncate(inode, inode->i_size);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001434 }
1435
Mingming Cao617ba132006-10-11 01:20:53 -07001436 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001437 goto retry;
Andrew Morton7479d2b2007-04-01 23:49:44 -07001438out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001439 return ret;
1440}
1441
Nick Pigginbfc1af62007-10-16 01:25:05 -07001442/* For write_end() in data=journal mode */
1443static int write_end_fn(handle_t *handle, struct buffer_head *bh)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001444{
1445 if (!buffer_mapped(bh) || buffer_freed(bh))
1446 return 0;
1447 set_buffer_uptodate(bh);
Frank Mayhar03901312009-01-07 00:06:22 -05001448 return ext4_handle_dirty_metadata(handle, NULL, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001449}
1450
1451/*
1452 * We need to pick up the new inode size which generic_commit_write gave us
1453 * `file' can be NULL - eg, when called from page_symlink().
1454 *
Mingming Cao617ba132006-10-11 01:20:53 -07001455 * ext4 never places buffers on inode->i_mapping->private_list. metadata
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001456 * buffers are managed internally.
1457 */
Nick Pigginbfc1af62007-10-16 01:25:05 -07001458static int ext4_ordered_write_end(struct file *file,
1459 struct address_space *mapping,
1460 loff_t pos, unsigned len, unsigned copied,
1461 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001462{
Mingming Cao617ba132006-10-11 01:20:53 -07001463 handle_t *handle = ext4_journal_current_handle();
Jan Karacf108bc2008-07-11 19:27:31 -04001464 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001465 int ret = 0, ret2;
1466
Theodore Ts'oba80b102009-01-03 20:03:21 -05001467 trace_mark(ext4_ordered_write_end,
1468 "dev %s ino %lu pos %llu len %u copied %u",
1469 inode->i_sb->s_id, inode->i_ino,
1470 (unsigned long long) pos, len, copied);
Jan Kara678aaf42008-07-11 19:27:31 -04001471 ret = ext4_jbd2_file_inode(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001472
1473 if (ret == 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001474 loff_t new_i_size;
1475
Nick Pigginbfc1af62007-10-16 01:25:05 -07001476 new_i_size = pos + copied;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001477 if (new_i_size > EXT4_I(inode)->i_disksize) {
1478 ext4_update_i_disksize(inode, new_i_size);
1479 /* We need to mark inode dirty even if
1480 * new_i_size is less that inode->i_size
1481 * bu greater than i_disksize.(hint delalloc)
1482 */
1483 ext4_mark_inode_dirty(handle, inode);
1484 }
1485
Jan Karacf108bc2008-07-11 19:27:31 -04001486 ret2 = generic_write_end(file, mapping, pos, len, copied,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001487 page, fsdata);
Roel Kluinf8a87d82008-04-29 22:01:18 -04001488 copied = ret2;
1489 if (ret2 < 0)
1490 ret = ret2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001491 }
Mingming Cao617ba132006-10-11 01:20:53 -07001492 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001493 if (!ret)
1494 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001495
1496 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001497}
1498
Nick Pigginbfc1af62007-10-16 01:25:05 -07001499static int ext4_writeback_write_end(struct file *file,
1500 struct address_space *mapping,
1501 loff_t pos, unsigned len, unsigned copied,
1502 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001503{
Mingming Cao617ba132006-10-11 01:20:53 -07001504 handle_t *handle = ext4_journal_current_handle();
Jan Karacf108bc2008-07-11 19:27:31 -04001505 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001506 int ret = 0, ret2;
1507 loff_t new_i_size;
1508
Theodore Ts'oba80b102009-01-03 20:03:21 -05001509 trace_mark(ext4_writeback_write_end,
1510 "dev %s ino %lu pos %llu len %u copied %u",
1511 inode->i_sb->s_id, inode->i_ino,
1512 (unsigned long long) pos, len, copied);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001513 new_i_size = pos + copied;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001514 if (new_i_size > EXT4_I(inode)->i_disksize) {
1515 ext4_update_i_disksize(inode, new_i_size);
1516 /* We need to mark inode dirty even if
1517 * new_i_size is less that inode->i_size
1518 * bu greater than i_disksize.(hint delalloc)
1519 */
1520 ext4_mark_inode_dirty(handle, inode);
1521 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001522
Jan Karacf108bc2008-07-11 19:27:31 -04001523 ret2 = generic_write_end(file, mapping, pos, len, copied,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001524 page, fsdata);
Roel Kluinf8a87d82008-04-29 22:01:18 -04001525 copied = ret2;
1526 if (ret2 < 0)
1527 ret = ret2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001528
Mingming Cao617ba132006-10-11 01:20:53 -07001529 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001530 if (!ret)
1531 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001532
1533 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001534}
1535
Nick Pigginbfc1af62007-10-16 01:25:05 -07001536static int ext4_journalled_write_end(struct file *file,
1537 struct address_space *mapping,
1538 loff_t pos, unsigned len, unsigned copied,
1539 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001540{
Mingming Cao617ba132006-10-11 01:20:53 -07001541 handle_t *handle = ext4_journal_current_handle();
Nick Pigginbfc1af62007-10-16 01:25:05 -07001542 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001543 int ret = 0, ret2;
1544 int partial = 0;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001545 unsigned from, to;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001546 loff_t new_i_size;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001547
Theodore Ts'oba80b102009-01-03 20:03:21 -05001548 trace_mark(ext4_journalled_write_end,
1549 "dev %s ino %lu pos %llu len %u copied %u",
1550 inode->i_sb->s_id, inode->i_ino,
1551 (unsigned long long) pos, len, copied);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001552 from = pos & (PAGE_CACHE_SIZE - 1);
1553 to = from + len;
1554
1555 if (copied < len) {
1556 if (!PageUptodate(page))
1557 copied = 0;
1558 page_zero_new_buffers(page, from+copied, to);
1559 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001560
1561 ret = walk_page_buffers(handle, page_buffers(page), from,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001562 to, &partial, write_end_fn);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001563 if (!partial)
1564 SetPageUptodate(page);
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001565 new_i_size = pos + copied;
1566 if (new_i_size > inode->i_size)
Nick Pigginbfc1af62007-10-16 01:25:05 -07001567 i_size_write(inode, pos+copied);
Mingming Cao617ba132006-10-11 01:20:53 -07001568 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001569 if (new_i_size > EXT4_I(inode)->i_disksize) {
1570 ext4_update_i_disksize(inode, new_i_size);
Mingming Cao617ba132006-10-11 01:20:53 -07001571 ret2 = ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001572 if (!ret)
1573 ret = ret2;
1574 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001575
Jan Karacf108bc2008-07-11 19:27:31 -04001576 unlock_page(page);
Mingming Cao617ba132006-10-11 01:20:53 -07001577 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001578 if (!ret)
1579 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001580 page_cache_release(page);
1581
1582 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001583}
Mingming Caod2a17632008-07-14 17:52:37 -04001584
1585static int ext4_da_reserve_space(struct inode *inode, int nrblocks)
1586{
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001587 int retries = 0;
Mingming Cao60e58e02009-01-22 18:13:05 +01001588 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1589 unsigned long md_needed, mdblocks, total = 0;
Mingming Caod2a17632008-07-14 17:52:37 -04001590
1591 /*
1592 * recalculate the amount of metadata blocks to reserve
1593 * in order to allocate nrblocks
1594 * worse case is one extent per block
1595 */
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001596repeat:
Mingming Caod2a17632008-07-14 17:52:37 -04001597 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1598 total = EXT4_I(inode)->i_reserved_data_blocks + nrblocks;
1599 mdblocks = ext4_calc_metadata_amount(inode, total);
1600 BUG_ON(mdblocks < EXT4_I(inode)->i_reserved_meta_blocks);
1601
1602 md_needed = mdblocks - EXT4_I(inode)->i_reserved_meta_blocks;
1603 total = md_needed + nrblocks;
1604
Mingming Cao60e58e02009-01-22 18:13:05 +01001605 /*
1606 * Make quota reservation here to prevent quota overflow
1607 * later. Real quota accounting is done at pages writeout
1608 * time.
1609 */
1610 if (vfs_dq_reserve_block(inode, total)) {
1611 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1612 return -EDQUOT;
1613 }
1614
Aneesh Kumar K.Va30d542a2008-10-09 10:56:23 -04001615 if (ext4_claim_free_blocks(sbi, total)) {
Mingming Caod2a17632008-07-14 17:52:37 -04001616 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001617 if (ext4_should_retry_alloc(inode->i_sb, &retries)) {
1618 yield();
1619 goto repeat;
1620 }
Mingming Cao60e58e02009-01-22 18:13:05 +01001621 vfs_dq_release_reservation_block(inode, total);
Mingming Caod2a17632008-07-14 17:52:37 -04001622 return -ENOSPC;
1623 }
Mingming Caod2a17632008-07-14 17:52:37 -04001624 EXT4_I(inode)->i_reserved_data_blocks += nrblocks;
1625 EXT4_I(inode)->i_reserved_meta_blocks = mdblocks;
1626
1627 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1628 return 0; /* success */
1629}
1630
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001631static void ext4_da_release_space(struct inode *inode, int to_free)
Mingming Caod2a17632008-07-14 17:52:37 -04001632{
1633 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1634 int total, mdb, mdb_free, release;
1635
Mingming Caocd213222008-08-19 22:16:59 -04001636 if (!to_free)
1637 return; /* Nothing to release, exit */
1638
Mingming Caod2a17632008-07-14 17:52:37 -04001639 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Caocd213222008-08-19 22:16:59 -04001640
1641 if (!EXT4_I(inode)->i_reserved_data_blocks) {
1642 /*
1643 * if there is no reserved blocks, but we try to free some
1644 * then the counter is messed up somewhere.
1645 * but since this function is called from invalidate
1646 * page, it's harmless to return without any action
1647 */
1648 printk(KERN_INFO "ext4 delalloc try to release %d reserved "
1649 "blocks for inode %lu, but there is no reserved "
1650 "data blocks\n", to_free, inode->i_ino);
1651 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1652 return;
1653 }
1654
Mingming Caod2a17632008-07-14 17:52:37 -04001655 /* recalculate the number of metablocks still need to be reserved */
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001656 total = EXT4_I(inode)->i_reserved_data_blocks - to_free;
Mingming Caod2a17632008-07-14 17:52:37 -04001657 mdb = ext4_calc_metadata_amount(inode, total);
1658
1659 /* figure out how many metablocks to release */
1660 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1661 mdb_free = EXT4_I(inode)->i_reserved_meta_blocks - mdb;
1662
Mingming Caod2a17632008-07-14 17:52:37 -04001663 release = to_free + mdb_free;
1664
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001665 /* update fs dirty blocks counter for truncate case */
1666 percpu_counter_sub(&sbi->s_dirtyblocks_counter, release);
Mingming Caod2a17632008-07-14 17:52:37 -04001667
1668 /* update per-inode reservations */
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001669 BUG_ON(to_free > EXT4_I(inode)->i_reserved_data_blocks);
1670 EXT4_I(inode)->i_reserved_data_blocks -= to_free;
Mingming Caod2a17632008-07-14 17:52:37 -04001671
1672 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1673 EXT4_I(inode)->i_reserved_meta_blocks = mdb;
Mingming Caod2a17632008-07-14 17:52:37 -04001674 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Cao60e58e02009-01-22 18:13:05 +01001675
1676 vfs_dq_release_reservation_block(inode, release);
Mingming Caod2a17632008-07-14 17:52:37 -04001677}
1678
1679static void ext4_da_page_release_reservation(struct page *page,
1680 unsigned long offset)
1681{
1682 int to_release = 0;
1683 struct buffer_head *head, *bh;
1684 unsigned int curr_off = 0;
1685
1686 head = page_buffers(page);
1687 bh = head;
1688 do {
1689 unsigned int next_off = curr_off + bh->b_size;
1690
1691 if ((offset <= curr_off) && (buffer_delay(bh))) {
1692 to_release++;
1693 clear_buffer_delay(bh);
1694 }
1695 curr_off = next_off;
1696 } while ((bh = bh->b_this_page) != head);
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001697 ext4_da_release_space(page->mapping->host, to_release);
Mingming Caod2a17632008-07-14 17:52:37 -04001698}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001699
1700/*
Alex Tomas64769242008-07-11 19:27:31 -04001701 * Delayed allocation stuff
1702 */
1703
1704struct mpage_da_data {
1705 struct inode *inode;
1706 struct buffer_head lbh; /* extent of blocks */
1707 unsigned long first_page, next_page; /* extent of pages */
Alex Tomas64769242008-07-11 19:27:31 -04001708 struct writeback_control *wbc;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001709 int io_done;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05001710 int pages_written;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001711 int retval;
Alex Tomas64769242008-07-11 19:27:31 -04001712};
1713
1714/*
1715 * mpage_da_submit_io - walks through extent of pages and try to write
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001716 * them with writepage() call back
Alex Tomas64769242008-07-11 19:27:31 -04001717 *
1718 * @mpd->inode: inode
1719 * @mpd->first_page: first page of the extent
1720 * @mpd->next_page: page after the last page of the extent
Alex Tomas64769242008-07-11 19:27:31 -04001721 *
1722 * By the time mpage_da_submit_io() is called we expect all blocks
1723 * to be allocated. this may be wrong if allocation failed.
1724 *
1725 * As pages are already locked by write_cache_pages(), we can't use it
1726 */
1727static int mpage_da_submit_io(struct mpage_da_data *mpd)
1728{
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001729 long pages_skipped;
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001730 struct pagevec pvec;
1731 unsigned long index, end;
1732 int ret = 0, err, nr_pages, i;
1733 struct inode *inode = mpd->inode;
1734 struct address_space *mapping = inode->i_mapping;
Alex Tomas64769242008-07-11 19:27:31 -04001735
1736 BUG_ON(mpd->next_page <= mpd->first_page);
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001737 /*
1738 * We need to start from the first_page to the next_page - 1
1739 * to make sure we also write the mapped dirty buffer_heads.
1740 * If we look at mpd->lbh.b_blocknr we would only be looking
1741 * at the currently mapped buffer_heads.
1742 */
Alex Tomas64769242008-07-11 19:27:31 -04001743 index = mpd->first_page;
1744 end = mpd->next_page - 1;
1745
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001746 pagevec_init(&pvec, 0);
Alex Tomas64769242008-07-11 19:27:31 -04001747 while (index <= end) {
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001748 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
Alex Tomas64769242008-07-11 19:27:31 -04001749 if (nr_pages == 0)
1750 break;
1751 for (i = 0; i < nr_pages; i++) {
1752 struct page *page = pvec.pages[i];
1753
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001754 index = page->index;
1755 if (index > end)
1756 break;
1757 index++;
1758
1759 BUG_ON(!PageLocked(page));
1760 BUG_ON(PageWriteback(page));
1761
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001762 pages_skipped = mpd->wbc->pages_skipped;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001763 err = mapping->a_ops->writepage(page, mpd->wbc);
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001764 if (!err && (pages_skipped == mpd->wbc->pages_skipped))
1765 /*
1766 * have successfully written the page
1767 * without skipping the same
1768 */
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001769 mpd->pages_written++;
Alex Tomas64769242008-07-11 19:27:31 -04001770 /*
1771 * In error case, we have to continue because
1772 * remaining pages are still locked
1773 * XXX: unlock and re-dirty them?
1774 */
1775 if (ret == 0)
1776 ret = err;
1777 }
1778 pagevec_release(&pvec);
1779 }
Alex Tomas64769242008-07-11 19:27:31 -04001780 return ret;
1781}
1782
1783/*
1784 * mpage_put_bnr_to_bhs - walk blocks and assign them actual numbers
1785 *
1786 * @mpd->inode - inode to walk through
1787 * @exbh->b_blocknr - first block on a disk
1788 * @exbh->b_size - amount of space in bytes
1789 * @logical - first logical block to start assignment with
1790 *
1791 * the function goes through all passed space and put actual disk
1792 * block numbers into buffer heads, dropping BH_Delay
1793 */
1794static void mpage_put_bnr_to_bhs(struct mpage_da_data *mpd, sector_t logical,
1795 struct buffer_head *exbh)
1796{
1797 struct inode *inode = mpd->inode;
1798 struct address_space *mapping = inode->i_mapping;
1799 int blocks = exbh->b_size >> inode->i_blkbits;
1800 sector_t pblock = exbh->b_blocknr, cur_logical;
1801 struct buffer_head *head, *bh;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001802 pgoff_t index, end;
Alex Tomas64769242008-07-11 19:27:31 -04001803 struct pagevec pvec;
1804 int nr_pages, i;
1805
1806 index = logical >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
1807 end = (logical + blocks - 1) >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
1808 cur_logical = index << (PAGE_CACHE_SHIFT - inode->i_blkbits);
1809
1810 pagevec_init(&pvec, 0);
1811
1812 while (index <= end) {
1813 /* XXX: optimize tail */
1814 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
1815 if (nr_pages == 0)
1816 break;
1817 for (i = 0; i < nr_pages; i++) {
1818 struct page *page = pvec.pages[i];
1819
1820 index = page->index;
1821 if (index > end)
1822 break;
1823 index++;
1824
1825 BUG_ON(!PageLocked(page));
1826 BUG_ON(PageWriteback(page));
1827 BUG_ON(!page_has_buffers(page));
1828
1829 bh = page_buffers(page);
1830 head = bh;
1831
1832 /* skip blocks out of the range */
1833 do {
1834 if (cur_logical >= logical)
1835 break;
1836 cur_logical++;
1837 } while ((bh = bh->b_this_page) != head);
1838
1839 do {
1840 if (cur_logical >= logical + blocks)
1841 break;
Alex Tomas64769242008-07-11 19:27:31 -04001842 if (buffer_delay(bh)) {
1843 bh->b_blocknr = pblock;
1844 clear_buffer_delay(bh);
Aneesh Kumar K.Vbf068ee2008-08-19 22:16:43 -04001845 bh->b_bdev = inode->i_sb->s_bdev;
1846 } else if (buffer_unwritten(bh)) {
1847 bh->b_blocknr = pblock;
1848 clear_buffer_unwritten(bh);
1849 set_buffer_mapped(bh);
1850 set_buffer_new(bh);
1851 bh->b_bdev = inode->i_sb->s_bdev;
Mingming Cao61628a32008-07-11 19:27:31 -04001852 } else if (buffer_mapped(bh))
Alex Tomas64769242008-07-11 19:27:31 -04001853 BUG_ON(bh->b_blocknr != pblock);
Alex Tomas64769242008-07-11 19:27:31 -04001854
1855 cur_logical++;
1856 pblock++;
1857 } while ((bh = bh->b_this_page) != head);
1858 }
1859 pagevec_release(&pvec);
1860 }
1861}
1862
1863
1864/*
1865 * __unmap_underlying_blocks - just a helper function to unmap
1866 * set of blocks described by @bh
1867 */
1868static inline void __unmap_underlying_blocks(struct inode *inode,
1869 struct buffer_head *bh)
1870{
1871 struct block_device *bdev = inode->i_sb->s_bdev;
1872 int blocks, i;
1873
1874 blocks = bh->b_size >> inode->i_blkbits;
1875 for (i = 0; i < blocks; i++)
1876 unmap_underlying_metadata(bdev, bh->b_blocknr + i);
1877}
1878
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04001879static void ext4_da_block_invalidatepages(struct mpage_da_data *mpd,
1880 sector_t logical, long blk_cnt)
1881{
1882 int nr_pages, i;
1883 pgoff_t index, end;
1884 struct pagevec pvec;
1885 struct inode *inode = mpd->inode;
1886 struct address_space *mapping = inode->i_mapping;
1887
1888 index = logical >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
1889 end = (logical + blk_cnt - 1) >>
1890 (PAGE_CACHE_SHIFT - inode->i_blkbits);
1891 while (index <= end) {
1892 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
1893 if (nr_pages == 0)
1894 break;
1895 for (i = 0; i < nr_pages; i++) {
1896 struct page *page = pvec.pages[i];
1897 index = page->index;
1898 if (index > end)
1899 break;
1900 index++;
1901
1902 BUG_ON(!PageLocked(page));
1903 BUG_ON(PageWriteback(page));
1904 block_invalidatepage(page, 0);
1905 ClearPageUptodate(page);
1906 unlock_page(page);
1907 }
1908 }
1909 return;
1910}
1911
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001912static void ext4_print_free_blocks(struct inode *inode)
1913{
1914 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1915 printk(KERN_EMERG "Total free blocks count %lld\n",
1916 ext4_count_free_blocks(inode->i_sb));
1917 printk(KERN_EMERG "Free/Dirty block details\n");
1918 printk(KERN_EMERG "free_blocks=%lld\n",
Alexander Beregalov8f72fbd2008-10-29 17:13:08 -04001919 (long long)percpu_counter_sum(&sbi->s_freeblocks_counter));
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001920 printk(KERN_EMERG "dirty_blocks=%lld\n",
Alexander Beregalov8f72fbd2008-10-29 17:13:08 -04001921 (long long)percpu_counter_sum(&sbi->s_dirtyblocks_counter));
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001922 printk(KERN_EMERG "Block reservation details\n");
Theodore Ts'o498e5f22008-11-05 00:14:04 -05001923 printk(KERN_EMERG "i_reserved_data_blocks=%u\n",
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001924 EXT4_I(inode)->i_reserved_data_blocks);
Theodore Ts'o498e5f22008-11-05 00:14:04 -05001925 printk(KERN_EMERG "i_reserved_meta_blocks=%u\n",
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001926 EXT4_I(inode)->i_reserved_meta_blocks);
1927 return;
1928}
1929
Theodore Ts'oed5bde02009-02-23 10:48:07 -05001930#define EXT4_DELALLOC_RSVED 1
1931static int ext4_da_get_block_write(struct inode *inode, sector_t iblock,
1932 struct buffer_head *bh_result, int create)
1933{
1934 int ret;
1935 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
1936 loff_t disksize = EXT4_I(inode)->i_disksize;
1937 handle_t *handle = NULL;
1938
1939 handle = ext4_journal_current_handle();
1940 BUG_ON(!handle);
1941 ret = ext4_get_blocks_wrap(handle, inode, iblock, max_blocks,
1942 bh_result, create, 0, EXT4_DELALLOC_RSVED);
1943 if (ret <= 0)
1944 return ret;
1945
1946 bh_result->b_size = (ret << inode->i_blkbits);
1947
1948 if (ext4_should_order_data(inode)) {
1949 int retval;
1950 retval = ext4_jbd2_file_inode(handle, inode);
1951 if (retval)
1952 /*
1953 * Failed to add inode for ordered mode. Don't
1954 * update file size
1955 */
1956 return retval;
1957 }
1958
1959 /*
1960 * Update on-disk size along with block allocation we don't
1961 * use 'extend_disksize' as size may change within already
1962 * allocated block -bzzz
1963 */
1964 disksize = ((loff_t) iblock + ret) << inode->i_blkbits;
1965 if (disksize > i_size_read(inode))
1966 disksize = i_size_read(inode);
1967 if (disksize > EXT4_I(inode)->i_disksize) {
1968 ext4_update_i_disksize(inode, disksize);
1969 ret = ext4_mark_inode_dirty(handle, inode);
1970 return ret;
1971 }
1972 return 0;
1973}
1974
Alex Tomas64769242008-07-11 19:27:31 -04001975/*
1976 * mpage_da_map_blocks - go through given space
1977 *
1978 * @mpd->lbh - bh describing space
Alex Tomas64769242008-07-11 19:27:31 -04001979 *
1980 * The function skips space we know is already mapped to disk blocks.
1981 *
Alex Tomas64769242008-07-11 19:27:31 -04001982 */
Theodore Ts'oed5bde02009-02-23 10:48:07 -05001983static int mpage_da_map_blocks(struct mpage_da_data *mpd)
Alex Tomas64769242008-07-11 19:27:31 -04001984{
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001985 int err = 0;
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001986 struct buffer_head new;
Alex Tomas64769242008-07-11 19:27:31 -04001987 struct buffer_head *lbh = &mpd->lbh;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001988 sector_t next;
Alex Tomas64769242008-07-11 19:27:31 -04001989
1990 /*
1991 * We consider only non-mapped and non-allocated blocks
1992 */
1993 if (buffer_mapped(lbh) && !buffer_delay(lbh))
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04001994 return 0;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001995 new.b_state = lbh->b_state;
1996 new.b_blocknr = 0;
1997 new.b_size = lbh->b_size;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001998 next = lbh->b_blocknr;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001999 /*
2000 * If we didn't accumulate anything
2001 * to write simply return
2002 */
2003 if (!new.b_size)
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002004 return 0;
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002005
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002006 err = ext4_da_get_block_write(mpd->inode, next, &new, 1);
2007 if (err) {
2008 /*
2009 * If get block returns with error we simply
2010 * return. Later writepage will redirty the page and
2011 * writepages will find the dirty page again
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002012 */
2013 if (err == -EAGAIN)
2014 return 0;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002015
2016 if (err == -ENOSPC &&
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002017 ext4_count_free_blocks(mpd->inode->i_sb)) {
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002018 mpd->retval = err;
2019 return 0;
2020 }
2021
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002022 /*
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002023 * get block failure will cause us to loop in
2024 * writepages, because a_ops->writepage won't be able
2025 * to make progress. The page will be redirtied by
2026 * writepage and writepages will again try to write
2027 * the same.
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002028 */
2029 printk(KERN_EMERG "%s block allocation failed for inode %lu "
2030 "at logical offset %llu with max blocks "
2031 "%zd with error %d\n",
2032 __func__, mpd->inode->i_ino,
2033 (unsigned long long)next,
2034 lbh->b_size >> mpd->inode->i_blkbits, err);
2035 printk(KERN_EMERG "This should not happen.!! "
2036 "Data will be lost\n");
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002037 if (err == -ENOSPC) {
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002038 ext4_print_free_blocks(mpd->inode);
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002039 }
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002040 /* invlaidate all the pages */
2041 ext4_da_block_invalidatepages(mpd, next,
2042 lbh->b_size >> mpd->inode->i_blkbits);
2043 return err;
2044 }
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002045 BUG_ON(new.b_size == 0);
Alex Tomas64769242008-07-11 19:27:31 -04002046
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002047 if (buffer_new(&new))
2048 __unmap_underlying_blocks(mpd->inode, &new);
Alex Tomas64769242008-07-11 19:27:31 -04002049
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002050 /*
2051 * If blocks are delayed marked, we need to
2052 * put actual blocknr and drop delayed bit
2053 */
2054 if (buffer_delay(lbh) || buffer_unwritten(lbh))
2055 mpage_put_bnr_to_bhs(mpd, next, &new);
2056
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002057 return 0;
Alex Tomas64769242008-07-11 19:27:31 -04002058}
2059
Aneesh Kumar K.Vbf068ee2008-08-19 22:16:43 -04002060#define BH_FLAGS ((1 << BH_Uptodate) | (1 << BH_Mapped) | \
2061 (1 << BH_Delay) | (1 << BH_Unwritten))
Alex Tomas64769242008-07-11 19:27:31 -04002062
2063/*
2064 * mpage_add_bh_to_extent - try to add one more block to extent of blocks
2065 *
2066 * @mpd->lbh - extent of blocks
2067 * @logical - logical number of the block in the file
2068 * @bh - bh of the block (used to access block's state)
2069 *
2070 * the function is used to collect contig. blocks in same state
2071 */
2072static void mpage_add_bh_to_extent(struct mpage_da_data *mpd,
2073 sector_t logical, struct buffer_head *bh)
2074{
Alex Tomas64769242008-07-11 19:27:31 -04002075 sector_t next;
Mingming Cao525f4ed2008-08-19 22:15:58 -04002076 size_t b_size = bh->b_size;
2077 struct buffer_head *lbh = &mpd->lbh;
2078 int nrblocks = lbh->b_size >> mpd->inode->i_blkbits;
Alex Tomas64769242008-07-11 19:27:31 -04002079
Mingming Cao525f4ed2008-08-19 22:15:58 -04002080 /* check if thereserved journal credits might overflow */
2081 if (!(EXT4_I(mpd->inode)->i_flags & EXT4_EXTENTS_FL)) {
2082 if (nrblocks >= EXT4_MAX_TRANS_DATA) {
2083 /*
2084 * With non-extent format we are limited by the journal
2085 * credit available. Total credit needed to insert
2086 * nrblocks contiguous blocks is dependent on the
2087 * nrblocks. So limit nrblocks.
2088 */
2089 goto flush_it;
2090 } else if ((nrblocks + (b_size >> mpd->inode->i_blkbits)) >
2091 EXT4_MAX_TRANS_DATA) {
2092 /*
2093 * Adding the new buffer_head would make it cross the
2094 * allowed limit for which we have journal credit
2095 * reserved. So limit the new bh->b_size
2096 */
2097 b_size = (EXT4_MAX_TRANS_DATA - nrblocks) <<
2098 mpd->inode->i_blkbits;
2099 /* we will do mpage_da_submit_io in the next loop */
2100 }
2101 }
Alex Tomas64769242008-07-11 19:27:31 -04002102 /*
2103 * First block in the extent
2104 */
2105 if (lbh->b_size == 0) {
2106 lbh->b_blocknr = logical;
Mingming Cao525f4ed2008-08-19 22:15:58 -04002107 lbh->b_size = b_size;
Alex Tomas64769242008-07-11 19:27:31 -04002108 lbh->b_state = bh->b_state & BH_FLAGS;
2109 return;
2110 }
2111
Mingming Cao525f4ed2008-08-19 22:15:58 -04002112 next = lbh->b_blocknr + nrblocks;
Alex Tomas64769242008-07-11 19:27:31 -04002113 /*
2114 * Can we merge the block to our big extent?
2115 */
2116 if (logical == next && (bh->b_state & BH_FLAGS) == lbh->b_state) {
Mingming Cao525f4ed2008-08-19 22:15:58 -04002117 lbh->b_size += b_size;
Alex Tomas64769242008-07-11 19:27:31 -04002118 return;
2119 }
2120
Mingming Cao525f4ed2008-08-19 22:15:58 -04002121flush_it:
Alex Tomas64769242008-07-11 19:27:31 -04002122 /*
2123 * We couldn't merge the block to our extent, so we
2124 * need to flush current extent and start new one
2125 */
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002126 if (mpage_da_map_blocks(mpd) == 0)
2127 mpage_da_submit_io(mpd);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002128 mpd->io_done = 1;
2129 return;
Alex Tomas64769242008-07-11 19:27:31 -04002130}
2131
2132/*
2133 * __mpage_da_writepage - finds extent of pages and blocks
2134 *
2135 * @page: page to consider
2136 * @wbc: not used, we just follow rules
2137 * @data: context
2138 *
2139 * The function finds extents of pages and scan them for all blocks.
2140 */
2141static int __mpage_da_writepage(struct page *page,
2142 struct writeback_control *wbc, void *data)
2143{
2144 struct mpage_da_data *mpd = data;
2145 struct inode *inode = mpd->inode;
2146 struct buffer_head *bh, *head, fake;
2147 sector_t logical;
2148
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002149 if (mpd->io_done) {
2150 /*
2151 * Rest of the page in the page_vec
2152 * redirty then and skip then. We will
2153 * try to to write them again after
2154 * starting a new transaction
2155 */
2156 redirty_page_for_writepage(wbc, page);
2157 unlock_page(page);
2158 return MPAGE_DA_EXTENT_TAIL;
2159 }
Alex Tomas64769242008-07-11 19:27:31 -04002160 /*
2161 * Can we merge this page to current extent?
2162 */
2163 if (mpd->next_page != page->index) {
2164 /*
2165 * Nope, we can't. So, we map non-allocated blocks
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002166 * and start IO on them using writepage()
Alex Tomas64769242008-07-11 19:27:31 -04002167 */
2168 if (mpd->next_page != mpd->first_page) {
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002169 if (mpage_da_map_blocks(mpd) == 0)
2170 mpage_da_submit_io(mpd);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002171 /*
2172 * skip rest of the page in the page_vec
2173 */
2174 mpd->io_done = 1;
2175 redirty_page_for_writepage(wbc, page);
2176 unlock_page(page);
2177 return MPAGE_DA_EXTENT_TAIL;
Alex Tomas64769242008-07-11 19:27:31 -04002178 }
2179
2180 /*
2181 * Start next extent of pages ...
2182 */
2183 mpd->first_page = page->index;
2184
2185 /*
2186 * ... and blocks
2187 */
2188 mpd->lbh.b_size = 0;
2189 mpd->lbh.b_state = 0;
2190 mpd->lbh.b_blocknr = 0;
2191 }
2192
2193 mpd->next_page = page->index + 1;
2194 logical = (sector_t) page->index <<
2195 (PAGE_CACHE_SHIFT - inode->i_blkbits);
2196
2197 if (!page_has_buffers(page)) {
2198 /*
2199 * There is no attached buffer heads yet (mmap?)
2200 * we treat the page asfull of dirty blocks
2201 */
2202 bh = &fake;
2203 bh->b_size = PAGE_CACHE_SIZE;
2204 bh->b_state = 0;
2205 set_buffer_dirty(bh);
2206 set_buffer_uptodate(bh);
2207 mpage_add_bh_to_extent(mpd, logical, bh);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002208 if (mpd->io_done)
2209 return MPAGE_DA_EXTENT_TAIL;
Alex Tomas64769242008-07-11 19:27:31 -04002210 } else {
2211 /*
2212 * Page with regular buffer heads, just add all dirty ones
2213 */
2214 head = page_buffers(page);
2215 bh = head;
2216 do {
2217 BUG_ON(buffer_locked(bh));
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05002218 /*
2219 * We need to try to allocate
2220 * unmapped blocks in the same page.
2221 * Otherwise we won't make progress
2222 * with the page in ext4_da_writepage
2223 */
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002224 if (buffer_dirty(bh) &&
2225 (!buffer_mapped(bh) || buffer_delay(bh))) {
Alex Tomas64769242008-07-11 19:27:31 -04002226 mpage_add_bh_to_extent(mpd, logical, bh);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002227 if (mpd->io_done)
2228 return MPAGE_DA_EXTENT_TAIL;
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05002229 } else if (buffer_dirty(bh) && (buffer_mapped(bh))) {
2230 /*
2231 * mapped dirty buffer. We need to update
2232 * the b_state because we look at
2233 * b_state in mpage_da_map_blocks. We don't
2234 * update b_size because if we find an
2235 * unmapped buffer_head later we need to
2236 * use the b_state flag of that buffer_head.
2237 */
2238 if (mpd->lbh.b_size == 0)
2239 mpd->lbh.b_state =
2240 bh->b_state & BH_FLAGS;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002241 }
Alex Tomas64769242008-07-11 19:27:31 -04002242 logical++;
2243 } while ((bh = bh->b_this_page) != head);
2244 }
2245
2246 return 0;
2247}
2248
2249/*
2250 * mpage_da_writepages - walk the list of dirty pages of the given
2251 * address space, allocates non-allocated blocks, maps newly-allocated
2252 * blocks to existing bhs and issue IO them
2253 *
2254 * @mapping: address space structure to write
2255 * @wbc: subtract the number of written pages from *@wbc->nr_to_write
Alex Tomas64769242008-07-11 19:27:31 -04002256 *
2257 * This is a library function, which implements the writepages()
2258 * address_space_operation.
Alex Tomas64769242008-07-11 19:27:31 -04002259 */
2260static int mpage_da_writepages(struct address_space *mapping,
2261 struct writeback_control *wbc,
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002262 struct mpage_da_data *mpd)
Alex Tomas64769242008-07-11 19:27:31 -04002263{
Alex Tomas64769242008-07-11 19:27:31 -04002264 int ret;
2265
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002266 mpd->lbh.b_size = 0;
2267 mpd->lbh.b_state = 0;
2268 mpd->lbh.b_blocknr = 0;
2269 mpd->first_page = 0;
2270 mpd->next_page = 0;
2271 mpd->io_done = 0;
2272 mpd->pages_written = 0;
2273 mpd->retval = 0;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002274
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002275 ret = write_cache_pages(mapping, wbc, __mpage_da_writepage, mpd);
Alex Tomas64769242008-07-11 19:27:31 -04002276 /*
2277 * Handle last extent of pages
2278 */
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002279 if (!mpd->io_done && mpd->next_page != mpd->first_page) {
2280 if (mpage_da_map_blocks(mpd) == 0)
2281 mpage_da_submit_io(mpd);
Alex Tomas64769242008-07-11 19:27:31 -04002282
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002283 mpd->io_done = 1;
2284 ret = MPAGE_DA_EXTENT_TAIL;
2285 }
2286 wbc->nr_to_write -= mpd->pages_written;
Alex Tomas64769242008-07-11 19:27:31 -04002287 return ret;
2288}
2289
2290/*
2291 * this is a special callback for ->write_begin() only
2292 * it's intention is to return mapped block or reserve space
2293 */
2294static int ext4_da_get_block_prep(struct inode *inode, sector_t iblock,
2295 struct buffer_head *bh_result, int create)
2296{
2297 int ret = 0;
2298
2299 BUG_ON(create == 0);
2300 BUG_ON(bh_result->b_size != inode->i_sb->s_blocksize);
2301
2302 /*
2303 * first, we need to know whether the block is allocated already
2304 * preallocated blocks are unmapped but should treated
2305 * the same as allocated blocks.
2306 */
Mingming Caod2a17632008-07-14 17:52:37 -04002307 ret = ext4_get_blocks_wrap(NULL, inode, iblock, 1, bh_result, 0, 0, 0);
2308 if ((ret == 0) && !buffer_delay(bh_result)) {
2309 /* the block isn't (pre)allocated yet, let's reserve space */
Alex Tomas64769242008-07-11 19:27:31 -04002310 /*
2311 * XXX: __block_prepare_write() unmaps passed block,
2312 * is it OK?
2313 */
Mingming Caod2a17632008-07-14 17:52:37 -04002314 ret = ext4_da_reserve_space(inode, 1);
2315 if (ret)
2316 /* not enough space to reserve */
2317 return ret;
2318
Alex Tomas64769242008-07-11 19:27:31 -04002319 map_bh(bh_result, inode->i_sb, 0);
2320 set_buffer_new(bh_result);
2321 set_buffer_delay(bh_result);
2322 } else if (ret > 0) {
2323 bh_result->b_size = (ret << inode->i_blkbits);
2324 ret = 0;
2325 }
2326
2327 return ret;
2328}
Mingming Cao61628a32008-07-11 19:27:31 -04002329
2330static int ext4_bh_unmapped_or_delay(handle_t *handle, struct buffer_head *bh)
2331{
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002332 /*
2333 * unmapped buffer is possible for holes.
2334 * delay buffer is possible with delayed allocation
2335 */
2336 return ((!buffer_mapped(bh) || buffer_delay(bh)) && buffer_dirty(bh));
2337}
2338
2339static int ext4_normal_get_block_write(struct inode *inode, sector_t iblock,
2340 struct buffer_head *bh_result, int create)
2341{
2342 int ret = 0;
2343 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
2344
2345 /*
2346 * we don't want to do block allocation in writepage
2347 * so call get_block_wrap with create = 0
2348 */
2349 ret = ext4_get_blocks_wrap(NULL, inode, iblock, max_blocks,
2350 bh_result, 0, 0, 0);
2351 if (ret > 0) {
2352 bh_result->b_size = (ret << inode->i_blkbits);
2353 ret = 0;
2354 }
2355 return ret;
Mingming Cao61628a32008-07-11 19:27:31 -04002356}
2357
Mingming Cao61628a32008-07-11 19:27:31 -04002358/*
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002359 * get called vi ext4_da_writepages after taking page lock (have journal handle)
2360 * get called via journal_submit_inode_data_buffers (no journal handle)
2361 * get called via shrink_page_list via pdflush (no journal handle)
2362 * or grab_page_cache when doing write_begin (have journal handle)
Mingming Cao61628a32008-07-11 19:27:31 -04002363 */
Alex Tomas64769242008-07-11 19:27:31 -04002364static int ext4_da_writepage(struct page *page,
2365 struct writeback_control *wbc)
2366{
Alex Tomas64769242008-07-11 19:27:31 -04002367 int ret = 0;
Mingming Cao61628a32008-07-11 19:27:31 -04002368 loff_t size;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002369 unsigned int len;
Mingming Cao61628a32008-07-11 19:27:31 -04002370 struct buffer_head *page_bufs;
2371 struct inode *inode = page->mapping->host;
Alex Tomas64769242008-07-11 19:27:31 -04002372
Theodore Ts'oba80b102009-01-03 20:03:21 -05002373 trace_mark(ext4_da_writepage,
2374 "dev %s ino %lu page_index %lu",
2375 inode->i_sb->s_id, inode->i_ino, page->index);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002376 size = i_size_read(inode);
2377 if (page->index == size >> PAGE_CACHE_SHIFT)
2378 len = size & ~PAGE_CACHE_MASK;
2379 else
2380 len = PAGE_CACHE_SIZE;
Alex Tomas64769242008-07-11 19:27:31 -04002381
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002382 if (page_has_buffers(page)) {
Mingming Cao61628a32008-07-11 19:27:31 -04002383 page_bufs = page_buffers(page);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002384 if (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
2385 ext4_bh_unmapped_or_delay)) {
Mingming Cao61628a32008-07-11 19:27:31 -04002386 /*
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002387 * We don't want to do block allocation
2388 * So redirty the page and return
Aneesh Kumar K.Vcd1aac32008-07-11 19:27:31 -04002389 * We may reach here when we do a journal commit
2390 * via journal_submit_inode_data_buffers.
2391 * If we don't have mapping block we just ignore
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002392 * them. We can also reach here via shrink_page_list
2393 */
2394 redirty_page_for_writepage(wbc, page);
2395 unlock_page(page);
2396 return 0;
2397 }
2398 } else {
2399 /*
2400 * The test for page_has_buffers() is subtle:
2401 * We know the page is dirty but it lost buffers. That means
2402 * that at some moment in time after write_begin()/write_end()
2403 * has been called all buffers have been clean and thus they
2404 * must have been written at least once. So they are all
2405 * mapped and we can happily proceed with mapping them
2406 * and writing the page.
2407 *
2408 * Try to initialize the buffer_heads and check whether
2409 * all are mapped and non delay. We don't want to
2410 * do block allocation here.
2411 */
2412 ret = block_prepare_write(page, 0, PAGE_CACHE_SIZE,
2413 ext4_normal_get_block_write);
2414 if (!ret) {
2415 page_bufs = page_buffers(page);
2416 /* check whether all are mapped and non delay */
2417 if (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
2418 ext4_bh_unmapped_or_delay)) {
2419 redirty_page_for_writepage(wbc, page);
2420 unlock_page(page);
2421 return 0;
2422 }
2423 } else {
2424 /*
2425 * We can't do block allocation here
2426 * so just redity the page and unlock
2427 * and return
Mingming Cao61628a32008-07-11 19:27:31 -04002428 */
Mingming Cao61628a32008-07-11 19:27:31 -04002429 redirty_page_for_writepage(wbc, page);
2430 unlock_page(page);
2431 return 0;
2432 }
Aneesh Kumar K.Ved9b3e32008-11-07 09:06:45 -05002433 /* now mark the buffer_heads as dirty and uptodate */
2434 block_commit_write(page, 0, PAGE_CACHE_SIZE);
Alex Tomas64769242008-07-11 19:27:31 -04002435 }
2436
2437 if (test_opt(inode->i_sb, NOBH) && ext4_should_writeback_data(inode))
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002438 ret = nobh_writepage(page, ext4_normal_get_block_write, wbc);
Alex Tomas64769242008-07-11 19:27:31 -04002439 else
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002440 ret = block_write_full_page(page,
2441 ext4_normal_get_block_write,
2442 wbc);
Alex Tomas64769242008-07-11 19:27:31 -04002443
Alex Tomas64769242008-07-11 19:27:31 -04002444 return ret;
2445}
2446
Mingming Cao61628a32008-07-11 19:27:31 -04002447/*
Mingming Cao525f4ed2008-08-19 22:15:58 -04002448 * This is called via ext4_da_writepages() to
2449 * calulate the total number of credits to reserve to fit
2450 * a single extent allocation into a single transaction,
2451 * ext4_da_writpeages() will loop calling this before
2452 * the block allocation.
Mingming Cao61628a32008-07-11 19:27:31 -04002453 */
Mingming Cao525f4ed2008-08-19 22:15:58 -04002454
2455static int ext4_da_writepages_trans_blocks(struct inode *inode)
2456{
2457 int max_blocks = EXT4_I(inode)->i_reserved_data_blocks;
2458
2459 /*
2460 * With non-extent format the journal credit needed to
2461 * insert nrblocks contiguous block is dependent on
2462 * number of contiguous block. So we will limit
2463 * number of contiguous block to a sane value
2464 */
2465 if (!(inode->i_flags & EXT4_EXTENTS_FL) &&
2466 (max_blocks > EXT4_MAX_TRANS_DATA))
2467 max_blocks = EXT4_MAX_TRANS_DATA;
2468
2469 return ext4_chunk_trans_blocks(inode, max_blocks);
2470}
Mingming Cao61628a32008-07-11 19:27:31 -04002471
Alex Tomas64769242008-07-11 19:27:31 -04002472static int ext4_da_writepages(struct address_space *mapping,
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002473 struct writeback_control *wbc)
Alex Tomas64769242008-07-11 19:27:31 -04002474{
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002475 pgoff_t index;
2476 int range_whole = 0;
Mingming Cao61628a32008-07-11 19:27:31 -04002477 handle_t *handle = NULL;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002478 struct mpage_da_data mpd;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002479 struct inode *inode = mapping->host;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002480 int no_nrwrite_index_update;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002481 int pages_written = 0;
2482 long pages_skipped;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002483 int range_cyclic, cycled = 1, io_done = 0;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002484 int needed_blocks, ret = 0, nr_to_writebump = 0;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002485 struct ext4_sb_info *sbi = EXT4_SB(mapping->host->i_sb);
Mingming Cao61628a32008-07-11 19:27:31 -04002486
Theodore Ts'oba80b102009-01-03 20:03:21 -05002487 trace_mark(ext4_da_writepages,
2488 "dev %s ino %lu nr_t_write %ld "
2489 "pages_skipped %ld range_start %llu "
2490 "range_end %llu nonblocking %d "
2491 "for_kupdate %d for_reclaim %d "
2492 "for_writepages %d range_cyclic %d",
2493 inode->i_sb->s_id, inode->i_ino,
2494 wbc->nr_to_write, wbc->pages_skipped,
2495 (unsigned long long) wbc->range_start,
2496 (unsigned long long) wbc->range_end,
2497 wbc->nonblocking, wbc->for_kupdate,
2498 wbc->for_reclaim, wbc->for_writepages,
2499 wbc->range_cyclic);
2500
Mingming Cao61628a32008-07-11 19:27:31 -04002501 /*
2502 * No pages to write? This is mainly a kludge to avoid starting
2503 * a transaction for special inodes like journal inode on last iput()
2504 * because that could violate lock ordering on umount
2505 */
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002506 if (!mapping->nrpages || !mapping_tagged(mapping, PAGECACHE_TAG_DIRTY))
Mingming Cao61628a32008-07-11 19:27:31 -04002507 return 0;
Theodore Ts'o2a21e372008-11-05 09:22:24 -05002508
2509 /*
2510 * If the filesystem has aborted, it is read-only, so return
2511 * right away instead of dumping stack traces later on that
2512 * will obscure the real source of the problem. We test
2513 * EXT4_MOUNT_ABORT instead of sb->s_flag's MS_RDONLY because
2514 * the latter could be true if the filesystem is mounted
2515 * read-only, and in that case, ext4_da_writepages should
2516 * *never* be called, so if that ever happens, we would want
2517 * the stack trace.
2518 */
2519 if (unlikely(sbi->s_mount_opt & EXT4_MOUNT_ABORT))
2520 return -EROFS;
2521
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002522 /*
2523 * Make sure nr_to_write is >= sbi->s_mb_stream_request
2524 * This make sure small files blocks are allocated in
2525 * single attempt. This ensure that small files
2526 * get less fragmented.
2527 */
2528 if (wbc->nr_to_write < sbi->s_mb_stream_request) {
2529 nr_to_writebump = sbi->s_mb_stream_request - wbc->nr_to_write;
2530 wbc->nr_to_write = sbi->s_mb_stream_request;
2531 }
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002532 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX)
2533 range_whole = 1;
Mingming Cao61628a32008-07-11 19:27:31 -04002534
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002535 range_cyclic = wbc->range_cyclic;
2536 if (wbc->range_cyclic) {
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002537 index = mapping->writeback_index;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002538 if (index)
2539 cycled = 0;
2540 wbc->range_start = index << PAGE_CACHE_SHIFT;
2541 wbc->range_end = LLONG_MAX;
2542 wbc->range_cyclic = 0;
2543 } else
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002544 index = wbc->range_start >> PAGE_CACHE_SHIFT;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002545
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002546 mpd.wbc = wbc;
2547 mpd.inode = mapping->host;
2548
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002549 /*
2550 * we don't want write_cache_pages to update
2551 * nr_to_write and writeback_index
2552 */
2553 no_nrwrite_index_update = wbc->no_nrwrite_index_update;
2554 wbc->no_nrwrite_index_update = 1;
2555 pages_skipped = wbc->pages_skipped;
2556
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002557retry:
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002558 while (!ret && wbc->nr_to_write > 0) {
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002559
2560 /*
2561 * we insert one extent at a time. So we need
2562 * credit needed for single extent allocation.
2563 * journalled mode is currently not supported
2564 * by delalloc
2565 */
2566 BUG_ON(ext4_should_journal_data(inode));
Mingming Cao525f4ed2008-08-19 22:15:58 -04002567 needed_blocks = ext4_da_writepages_trans_blocks(inode);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002568
Mingming Cao61628a32008-07-11 19:27:31 -04002569 /* start a new transaction*/
2570 handle = ext4_journal_start(inode, needed_blocks);
2571 if (IS_ERR(handle)) {
2572 ret = PTR_ERR(handle);
Theodore Ts'o2a21e372008-11-05 09:22:24 -05002573 printk(KERN_CRIT "%s: jbd2_start: "
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002574 "%ld pages, ino %lu; err %d\n", __func__,
2575 wbc->nr_to_write, inode->i_ino, ret);
2576 dump_stack();
Mingming Cao61628a32008-07-11 19:27:31 -04002577 goto out_writepages;
2578 }
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002579 ret = mpage_da_writepages(mapping, wbc, &mpd);
2580
Mingming Cao61628a32008-07-11 19:27:31 -04002581 ext4_journal_stop(handle);
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002582
Eric Sandeen8f64b322009-02-26 00:57:35 -05002583 if ((mpd.retval == -ENOSPC) && sbi->s_journal) {
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002584 /* commit the transaction which would
2585 * free blocks released in the transaction
2586 * and try again
2587 */
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002588 jbd2_journal_force_commit_nested(sbi->s_journal);
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002589 wbc->pages_skipped = pages_skipped;
2590 ret = 0;
2591 } else if (ret == MPAGE_DA_EXTENT_TAIL) {
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002592 /*
2593 * got one extent now try with
2594 * rest of the pages
2595 */
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002596 pages_written += mpd.pages_written;
2597 wbc->pages_skipped = pages_skipped;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002598 ret = 0;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002599 io_done = 1;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002600 } else if (wbc->nr_to_write)
Mingming Cao61628a32008-07-11 19:27:31 -04002601 /*
2602 * There is no more writeout needed
2603 * or we requested for a noblocking writeout
2604 * and we found the device congested
2605 */
Mingming Cao61628a32008-07-11 19:27:31 -04002606 break;
Mingming Cao61628a32008-07-11 19:27:31 -04002607 }
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002608 if (!io_done && !cycled) {
2609 cycled = 1;
2610 index = 0;
2611 wbc->range_start = index << PAGE_CACHE_SHIFT;
2612 wbc->range_end = mapping->writeback_index - 1;
2613 goto retry;
2614 }
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002615 if (pages_skipped != wbc->pages_skipped)
2616 printk(KERN_EMERG "This should not happen leaving %s "
2617 "with nr_to_write = %ld ret = %d\n",
2618 __func__, wbc->nr_to_write, ret);
Mingming Cao61628a32008-07-11 19:27:31 -04002619
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002620 /* Update index */
2621 index += pages_written;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002622 wbc->range_cyclic = range_cyclic;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002623 if (wbc->range_cyclic || (range_whole && wbc->nr_to_write > 0))
2624 /*
2625 * set the writeback_index so that range_cyclic
2626 * mode will write it back later
2627 */
2628 mapping->writeback_index = index;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002629
Mingming Cao61628a32008-07-11 19:27:31 -04002630out_writepages:
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002631 if (!no_nrwrite_index_update)
2632 wbc->no_nrwrite_index_update = 0;
2633 wbc->nr_to_write -= nr_to_writebump;
Theodore Ts'oba80b102009-01-03 20:03:21 -05002634 trace_mark(ext4_da_writepage_result,
2635 "dev %s ino %lu ret %d pages_written %d "
2636 "pages_skipped %ld congestion %d "
2637 "more_io %d no_nrwrite_index_update %d",
2638 inode->i_sb->s_id, inode->i_ino, ret,
2639 pages_written, wbc->pages_skipped,
2640 wbc->encountered_congestion, wbc->more_io,
2641 wbc->no_nrwrite_index_update);
Mingming Cao61628a32008-07-11 19:27:31 -04002642 return ret;
Alex Tomas64769242008-07-11 19:27:31 -04002643}
2644
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002645#define FALL_BACK_TO_NONDELALLOC 1
2646static int ext4_nonda_switch(struct super_block *sb)
2647{
2648 s64 free_blocks, dirty_blocks;
2649 struct ext4_sb_info *sbi = EXT4_SB(sb);
2650
2651 /*
2652 * switch to non delalloc mode if we are running low
2653 * on free block. The free block accounting via percpu
Eric Dumazet179f7eb2009-01-06 14:41:04 -08002654 * counters can get slightly wrong with percpu_counter_batch getting
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002655 * accumulated on each CPU without updating global counters
2656 * Delalloc need an accurate free block accounting. So switch
2657 * to non delalloc when we are near to error range.
2658 */
2659 free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
2660 dirty_blocks = percpu_counter_read_positive(&sbi->s_dirtyblocks_counter);
2661 if (2 * free_blocks < 3 * dirty_blocks ||
2662 free_blocks < (dirty_blocks + EXT4_FREEBLOCKS_WATERMARK)) {
2663 /*
2664 * free block count is less that 150% of dirty blocks
2665 * or free blocks is less that watermark
2666 */
2667 return 1;
2668 }
2669 return 0;
2670}
2671
Alex Tomas64769242008-07-11 19:27:31 -04002672static int ext4_da_write_begin(struct file *file, struct address_space *mapping,
2673 loff_t pos, unsigned len, unsigned flags,
2674 struct page **pagep, void **fsdata)
2675{
Mingming Caod2a17632008-07-14 17:52:37 -04002676 int ret, retries = 0;
Alex Tomas64769242008-07-11 19:27:31 -04002677 struct page *page;
2678 pgoff_t index;
2679 unsigned from, to;
2680 struct inode *inode = mapping->host;
2681 handle_t *handle;
2682
2683 index = pos >> PAGE_CACHE_SHIFT;
2684 from = pos & (PAGE_CACHE_SIZE - 1);
2685 to = from + len;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002686
2687 if (ext4_nonda_switch(inode->i_sb)) {
2688 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC;
2689 return ext4_write_begin(file, mapping, pos,
2690 len, flags, pagep, fsdata);
2691 }
2692 *fsdata = (void *)0;
Theodore Ts'oba80b102009-01-03 20:03:21 -05002693
2694 trace_mark(ext4_da_write_begin,
2695 "dev %s ino %lu pos %llu len %u flags %u",
2696 inode->i_sb->s_id, inode->i_ino,
2697 (unsigned long long) pos, len, flags);
Mingming Caod2a17632008-07-14 17:52:37 -04002698retry:
Alex Tomas64769242008-07-11 19:27:31 -04002699 /*
2700 * With delayed allocation, we don't log the i_disksize update
2701 * if there is delayed block allocation. But we still need
2702 * to journalling the i_disksize update if writes to the end
2703 * of file which has an already mapped buffer.
2704 */
2705 handle = ext4_journal_start(inode, 1);
2706 if (IS_ERR(handle)) {
2707 ret = PTR_ERR(handle);
2708 goto out;
2709 }
Jan Karaebd36102009-02-22 21:09:59 -05002710 /* We cannot recurse into the filesystem as the transaction is already
2711 * started */
2712 flags |= AOP_FLAG_NOFS;
Alex Tomas64769242008-07-11 19:27:31 -04002713
Nick Piggin54566b22009-01-04 12:00:53 -08002714 page = grab_cache_page_write_begin(mapping, index, flags);
Eric Sandeend5a0d4f2008-08-02 18:51:06 -04002715 if (!page) {
2716 ext4_journal_stop(handle);
2717 ret = -ENOMEM;
2718 goto out;
2719 }
Alex Tomas64769242008-07-11 19:27:31 -04002720 *pagep = page;
2721
2722 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
2723 ext4_da_get_block_prep);
2724 if (ret < 0) {
2725 unlock_page(page);
2726 ext4_journal_stop(handle);
2727 page_cache_release(page);
Aneesh Kumar K.Vae4d5372008-09-13 13:10:25 -04002728 /*
2729 * block_write_begin may have instantiated a few blocks
2730 * outside i_size. Trim these off again. Don't need
2731 * i_size_read because we hold i_mutex.
2732 */
2733 if (pos + len > inode->i_size)
2734 vmtruncate(inode, inode->i_size);
Alex Tomas64769242008-07-11 19:27:31 -04002735 }
2736
Mingming Caod2a17632008-07-14 17:52:37 -04002737 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
2738 goto retry;
Alex Tomas64769242008-07-11 19:27:31 -04002739out:
2740 return ret;
2741}
2742
Mingming Cao632eaea2008-07-11 19:27:31 -04002743/*
2744 * Check if we should update i_disksize
2745 * when write to the end of file but not require block allocation
2746 */
2747static int ext4_da_should_update_i_disksize(struct page *page,
2748 unsigned long offset)
2749{
2750 struct buffer_head *bh;
2751 struct inode *inode = page->mapping->host;
2752 unsigned int idx;
2753 int i;
2754
2755 bh = page_buffers(page);
2756 idx = offset >> inode->i_blkbits;
2757
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04002758 for (i = 0; i < idx; i++)
Mingming Cao632eaea2008-07-11 19:27:31 -04002759 bh = bh->b_this_page;
2760
2761 if (!buffer_mapped(bh) || (buffer_delay(bh)))
2762 return 0;
2763 return 1;
2764}
2765
Alex Tomas64769242008-07-11 19:27:31 -04002766static int ext4_da_write_end(struct file *file,
2767 struct address_space *mapping,
2768 loff_t pos, unsigned len, unsigned copied,
2769 struct page *page, void *fsdata)
2770{
2771 struct inode *inode = mapping->host;
2772 int ret = 0, ret2;
2773 handle_t *handle = ext4_journal_current_handle();
2774 loff_t new_i_size;
Mingming Cao632eaea2008-07-11 19:27:31 -04002775 unsigned long start, end;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002776 int write_mode = (int)(unsigned long)fsdata;
2777
2778 if (write_mode == FALL_BACK_TO_NONDELALLOC) {
2779 if (ext4_should_order_data(inode)) {
2780 return ext4_ordered_write_end(file, mapping, pos,
2781 len, copied, page, fsdata);
2782 } else if (ext4_should_writeback_data(inode)) {
2783 return ext4_writeback_write_end(file, mapping, pos,
2784 len, copied, page, fsdata);
2785 } else {
2786 BUG();
2787 }
2788 }
Mingming Cao632eaea2008-07-11 19:27:31 -04002789
Theodore Ts'oba80b102009-01-03 20:03:21 -05002790 trace_mark(ext4_da_write_end,
2791 "dev %s ino %lu pos %llu len %u copied %u",
2792 inode->i_sb->s_id, inode->i_ino,
2793 (unsigned long long) pos, len, copied);
Mingming Cao632eaea2008-07-11 19:27:31 -04002794 start = pos & (PAGE_CACHE_SIZE - 1);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04002795 end = start + copied - 1;
Alex Tomas64769242008-07-11 19:27:31 -04002796
2797 /*
2798 * generic_write_end() will run mark_inode_dirty() if i_size
2799 * changes. So let's piggyback the i_disksize mark_inode_dirty
2800 * into that.
2801 */
2802
2803 new_i_size = pos + copied;
Mingming Cao632eaea2008-07-11 19:27:31 -04002804 if (new_i_size > EXT4_I(inode)->i_disksize) {
2805 if (ext4_da_should_update_i_disksize(page, end)) {
2806 down_write(&EXT4_I(inode)->i_data_sem);
2807 if (new_i_size > EXT4_I(inode)->i_disksize) {
2808 /*
2809 * Updating i_disksize when extending file
2810 * without needing block allocation
2811 */
2812 if (ext4_should_order_data(inode))
2813 ret = ext4_jbd2_file_inode(handle,
2814 inode);
Alex Tomas64769242008-07-11 19:27:31 -04002815
Mingming Cao632eaea2008-07-11 19:27:31 -04002816 EXT4_I(inode)->i_disksize = new_i_size;
2817 }
2818 up_write(&EXT4_I(inode)->i_data_sem);
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04002819 /* We need to mark inode dirty even if
2820 * new_i_size is less that inode->i_size
2821 * bu greater than i_disksize.(hint delalloc)
2822 */
2823 ext4_mark_inode_dirty(handle, inode);
Alex Tomas64769242008-07-11 19:27:31 -04002824 }
Mingming Cao632eaea2008-07-11 19:27:31 -04002825 }
Alex Tomas64769242008-07-11 19:27:31 -04002826 ret2 = generic_write_end(file, mapping, pos, len, copied,
2827 page, fsdata);
2828 copied = ret2;
2829 if (ret2 < 0)
2830 ret = ret2;
2831 ret2 = ext4_journal_stop(handle);
2832 if (!ret)
2833 ret = ret2;
2834
2835 return ret ? ret : copied;
2836}
2837
2838static void ext4_da_invalidatepage(struct page *page, unsigned long offset)
2839{
Alex Tomas64769242008-07-11 19:27:31 -04002840 /*
2841 * Drop reserved blocks
2842 */
2843 BUG_ON(!PageLocked(page));
2844 if (!page_has_buffers(page))
2845 goto out;
2846
Mingming Caod2a17632008-07-14 17:52:37 -04002847 ext4_da_page_release_reservation(page, offset);
Alex Tomas64769242008-07-11 19:27:31 -04002848
2849out:
2850 ext4_invalidatepage(page, offset);
2851
2852 return;
2853}
2854
2855
2856/*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002857 * bmap() is special. It gets used by applications such as lilo and by
2858 * the swapper to find the on-disk block of a specific piece of data.
2859 *
2860 * Naturally, this is dangerous if the block concerned is still in the
Mingming Cao617ba132006-10-11 01:20:53 -07002861 * journal. If somebody makes a swapfile on an ext4 data-journaling
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002862 * filesystem and enables swap, then they may get a nasty shock when the
2863 * data getting swapped to that swapfile suddenly gets overwritten by
2864 * the original zero's written out previously to the journal and
2865 * awaiting writeback in the kernel's buffer cache.
2866 *
2867 * So, if we see any bmap calls here on a modified, data-journaled file,
2868 * take extra steps to flush any blocks which might be in the cache.
2869 */
Mingming Cao617ba132006-10-11 01:20:53 -07002870static sector_t ext4_bmap(struct address_space *mapping, sector_t block)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002871{
2872 struct inode *inode = mapping->host;
2873 journal_t *journal;
2874 int err;
2875
Alex Tomas64769242008-07-11 19:27:31 -04002876 if (mapping_tagged(mapping, PAGECACHE_TAG_DIRTY) &&
2877 test_opt(inode->i_sb, DELALLOC)) {
2878 /*
2879 * With delalloc we want to sync the file
2880 * so that we can make sure we allocate
2881 * blocks for file
2882 */
2883 filemap_write_and_wait(mapping);
2884 }
2885
Frank Mayhar03901312009-01-07 00:06:22 -05002886 if (EXT4_JOURNAL(inode) && EXT4_I(inode)->i_state & EXT4_STATE_JDATA) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002887 /*
2888 * This is a REALLY heavyweight approach, but the use of
2889 * bmap on dirty files is expected to be extremely rare:
2890 * only if we run lilo or swapon on a freshly made file
2891 * do we expect this to happen.
2892 *
2893 * (bmap requires CAP_SYS_RAWIO so this does not
2894 * represent an unprivileged user DOS attack --- we'd be
2895 * in trouble if mortal users could trigger this path at
2896 * will.)
2897 *
Mingming Cao617ba132006-10-11 01:20:53 -07002898 * NB. EXT4_STATE_JDATA is not set on files other than
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002899 * regular files. If somebody wants to bmap a directory
2900 * or symlink and gets confused because the buffer
2901 * hasn't yet been flushed to disk, they deserve
2902 * everything they get.
2903 */
2904
Mingming Cao617ba132006-10-11 01:20:53 -07002905 EXT4_I(inode)->i_state &= ~EXT4_STATE_JDATA;
2906 journal = EXT4_JOURNAL(inode);
Mingming Caodab291a2006-10-11 01:21:01 -07002907 jbd2_journal_lock_updates(journal);
2908 err = jbd2_journal_flush(journal);
2909 jbd2_journal_unlock_updates(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002910
2911 if (err)
2912 return 0;
2913 }
2914
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04002915 return generic_block_bmap(mapping, block, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002916}
2917
2918static int bget_one(handle_t *handle, struct buffer_head *bh)
2919{
2920 get_bh(bh);
2921 return 0;
2922}
2923
2924static int bput_one(handle_t *handle, struct buffer_head *bh)
2925{
2926 put_bh(bh);
2927 return 0;
2928}
2929
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002930/*
Jan Kara678aaf42008-07-11 19:27:31 -04002931 * Note that we don't need to start a transaction unless we're journaling data
2932 * because we should have holes filled from ext4_page_mkwrite(). We even don't
2933 * need to file the inode to the transaction's list in ordered mode because if
2934 * we are writing back data added by write(), the inode is already there and if
2935 * we are writing back data modified via mmap(), noone guarantees in which
2936 * transaction the data will hit the disk. In case we are journaling data, we
2937 * cannot start transaction directly because transaction start ranks above page
2938 * lock so we have to do some magic.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002939 *
Jan Kara678aaf42008-07-11 19:27:31 -04002940 * In all journaling modes block_write_full_page() will start the I/O.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002941 *
2942 * Problem:
2943 *
Mingming Cao617ba132006-10-11 01:20:53 -07002944 * ext4_writepage() -> kmalloc() -> __alloc_pages() -> page_launder() ->
2945 * ext4_writepage()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002946 *
2947 * Similar for:
2948 *
Mingming Cao617ba132006-10-11 01:20:53 -07002949 * ext4_file_write() -> generic_file_write() -> __alloc_pages() -> ...
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002950 *
Mingming Cao617ba132006-10-11 01:20:53 -07002951 * Same applies to ext4_get_block(). We will deadlock on various things like
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05002952 * lock_journal and i_data_sem
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002953 *
2954 * Setting PF_MEMALLOC here doesn't work - too many internal memory
2955 * allocations fail.
2956 *
2957 * 16May01: If we're reentered then journal_current_handle() will be
2958 * non-zero. We simply *return*.
2959 *
2960 * 1 July 2001: @@@ FIXME:
2961 * In journalled data mode, a data buffer may be metadata against the
2962 * current transaction. But the same file is part of a shared mapping
2963 * and someone does a writepage() on it.
2964 *
2965 * We will move the buffer onto the async_data list, but *after* it has
2966 * been dirtied. So there's a small window where we have dirty data on
2967 * BJ_Metadata.
2968 *
2969 * Note that this only applies to the last partial page in the file. The
2970 * bit which block_write_full_page() uses prepare/commit for. (That's
2971 * broken code anyway: it's wrong for msync()).
2972 *
2973 * It's a rare case: affects the final partial page, for journalled data
2974 * where the file is subject to bith write() and writepage() in the same
2975 * transction. To fix it we'll need a custom block_write_full_page().
2976 * We'll probably need that anyway for journalling writepage() output.
2977 *
2978 * We don't honour synchronous mounts for writepage(). That would be
2979 * disastrous. Any write() or metadata operation will sync the fs for
2980 * us.
2981 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002982 */
Jan Kara678aaf42008-07-11 19:27:31 -04002983static int __ext4_normal_writepage(struct page *page,
Jan Karacf108bc2008-07-11 19:27:31 -04002984 struct writeback_control *wbc)
2985{
2986 struct inode *inode = page->mapping->host;
2987
2988 if (test_opt(inode->i_sb, NOBH))
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002989 return nobh_writepage(page,
2990 ext4_normal_get_block_write, wbc);
Jan Karacf108bc2008-07-11 19:27:31 -04002991 else
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002992 return block_write_full_page(page,
2993 ext4_normal_get_block_write,
2994 wbc);
Jan Karacf108bc2008-07-11 19:27:31 -04002995}
2996
Jan Kara678aaf42008-07-11 19:27:31 -04002997static int ext4_normal_writepage(struct page *page,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002998 struct writeback_control *wbc)
2999{
3000 struct inode *inode = page->mapping->host;
Jan Karacf108bc2008-07-11 19:27:31 -04003001 loff_t size = i_size_read(inode);
3002 loff_t len;
3003
Theodore Ts'oba80b102009-01-03 20:03:21 -05003004 trace_mark(ext4_normal_writepage,
3005 "dev %s ino %lu page_index %lu",
3006 inode->i_sb->s_id, inode->i_ino, page->index);
Jan Karacf108bc2008-07-11 19:27:31 -04003007 J_ASSERT(PageLocked(page));
Jan Karacf108bc2008-07-11 19:27:31 -04003008 if (page->index == size >> PAGE_CACHE_SHIFT)
3009 len = size & ~PAGE_CACHE_MASK;
3010 else
3011 len = PAGE_CACHE_SIZE;
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04003012
3013 if (page_has_buffers(page)) {
3014 /* if page has buffers it should all be mapped
3015 * and allocated. If there are not buffers attached
3016 * to the page we know the page is dirty but it lost
3017 * buffers. That means that at some moment in time
3018 * after write_begin() / write_end() has been called
3019 * all buffers have been clean and thus they must have been
3020 * written at least once. So they are all mapped and we can
3021 * happily proceed with mapping them and writing the page.
3022 */
3023 BUG_ON(walk_page_buffers(NULL, page_buffers(page), 0, len, NULL,
3024 ext4_bh_unmapped_or_delay));
3025 }
Jan Karacf108bc2008-07-11 19:27:31 -04003026
3027 if (!ext4_journal_current_handle())
Jan Kara678aaf42008-07-11 19:27:31 -04003028 return __ext4_normal_writepage(page, wbc);
Jan Karacf108bc2008-07-11 19:27:31 -04003029
3030 redirty_page_for_writepage(wbc, page);
3031 unlock_page(page);
3032 return 0;
3033}
3034
3035static int __ext4_journalled_writepage(struct page *page,
3036 struct writeback_control *wbc)
3037{
3038 struct address_space *mapping = page->mapping;
3039 struct inode *inode = mapping->host;
3040 struct buffer_head *page_bufs;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003041 handle_t *handle = NULL;
3042 int ret = 0;
3043 int err;
3044
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04003045 ret = block_prepare_write(page, 0, PAGE_CACHE_SIZE,
3046 ext4_normal_get_block_write);
Jan Karacf108bc2008-07-11 19:27:31 -04003047 if (ret != 0)
3048 goto out_unlock;
3049
3050 page_bufs = page_buffers(page);
3051 walk_page_buffers(handle, page_bufs, 0, PAGE_CACHE_SIZE, NULL,
3052 bget_one);
3053 /* As soon as we unlock the page, it can go away, but we have
3054 * references to buffers so we are safe */
3055 unlock_page(page);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003056
Mingming Cao617ba132006-10-11 01:20:53 -07003057 handle = ext4_journal_start(inode, ext4_writepage_trans_blocks(inode));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003058 if (IS_ERR(handle)) {
3059 ret = PTR_ERR(handle);
Jan Karacf108bc2008-07-11 19:27:31 -04003060 goto out;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003061 }
3062
Jan Karacf108bc2008-07-11 19:27:31 -04003063 ret = walk_page_buffers(handle, page_bufs, 0,
3064 PAGE_CACHE_SIZE, NULL, do_journal_get_write_access);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003065
Jan Karacf108bc2008-07-11 19:27:31 -04003066 err = walk_page_buffers(handle, page_bufs, 0,
3067 PAGE_CACHE_SIZE, NULL, write_end_fn);
3068 if (ret == 0)
3069 ret = err;
Mingming Cao617ba132006-10-11 01:20:53 -07003070 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003071 if (!ret)
3072 ret = err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003073
Jan Karacf108bc2008-07-11 19:27:31 -04003074 walk_page_buffers(handle, page_bufs, 0,
3075 PAGE_CACHE_SIZE, NULL, bput_one);
3076 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
3077 goto out;
3078
3079out_unlock:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003080 unlock_page(page);
Jan Karacf108bc2008-07-11 19:27:31 -04003081out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003082 return ret;
3083}
3084
Mingming Cao617ba132006-10-11 01:20:53 -07003085static int ext4_journalled_writepage(struct page *page,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003086 struct writeback_control *wbc)
3087{
3088 struct inode *inode = page->mapping->host;
Jan Karacf108bc2008-07-11 19:27:31 -04003089 loff_t size = i_size_read(inode);
3090 loff_t len;
3091
Theodore Ts'oba80b102009-01-03 20:03:21 -05003092 trace_mark(ext4_journalled_writepage,
3093 "dev %s ino %lu page_index %lu",
3094 inode->i_sb->s_id, inode->i_ino, page->index);
Jan Karacf108bc2008-07-11 19:27:31 -04003095 J_ASSERT(PageLocked(page));
Jan Karacf108bc2008-07-11 19:27:31 -04003096 if (page->index == size >> PAGE_CACHE_SHIFT)
3097 len = size & ~PAGE_CACHE_MASK;
3098 else
3099 len = PAGE_CACHE_SIZE;
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04003100
3101 if (page_has_buffers(page)) {
3102 /* if page has buffers it should all be mapped
3103 * and allocated. If there are not buffers attached
3104 * to the page we know the page is dirty but it lost
3105 * buffers. That means that at some moment in time
3106 * after write_begin() / write_end() has been called
3107 * all buffers have been clean and thus they must have been
3108 * written at least once. So they are all mapped and we can
3109 * happily proceed with mapping them and writing the page.
3110 */
3111 BUG_ON(walk_page_buffers(NULL, page_buffers(page), 0, len, NULL,
3112 ext4_bh_unmapped_or_delay));
3113 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003114
Mingming Cao617ba132006-10-11 01:20:53 -07003115 if (ext4_journal_current_handle())
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003116 goto no_write;
3117
Jan Karacf108bc2008-07-11 19:27:31 -04003118 if (PageChecked(page)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003119 /*
3120 * It's mmapped pagecache. Add buffers and journal it. There
3121 * doesn't seem much point in redirtying the page here.
3122 */
3123 ClearPageChecked(page);
Jan Karacf108bc2008-07-11 19:27:31 -04003124 return __ext4_journalled_writepage(page, wbc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003125 } else {
3126 /*
3127 * It may be a page full of checkpoint-mode buffers. We don't
3128 * really know unless we go poke around in the buffer_heads.
3129 * But block_write_full_page will do the right thing.
3130 */
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04003131 return block_write_full_page(page,
3132 ext4_normal_get_block_write,
3133 wbc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003134 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003135no_write:
3136 redirty_page_for_writepage(wbc, page);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003137 unlock_page(page);
Jan Karacf108bc2008-07-11 19:27:31 -04003138 return 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003139}
3140
Mingming Cao617ba132006-10-11 01:20:53 -07003141static int ext4_readpage(struct file *file, struct page *page)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003142{
Mingming Cao617ba132006-10-11 01:20:53 -07003143 return mpage_readpage(page, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003144}
3145
3146static int
Mingming Cao617ba132006-10-11 01:20:53 -07003147ext4_readpages(struct file *file, struct address_space *mapping,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003148 struct list_head *pages, unsigned nr_pages)
3149{
Mingming Cao617ba132006-10-11 01:20:53 -07003150 return mpage_readpages(mapping, pages, nr_pages, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003151}
3152
Mingming Cao617ba132006-10-11 01:20:53 -07003153static void ext4_invalidatepage(struct page *page, unsigned long offset)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003154{
Mingming Cao617ba132006-10-11 01:20:53 -07003155 journal_t *journal = EXT4_JOURNAL(page->mapping->host);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003156
3157 /*
3158 * If it's a full truncate we just forget about the pending dirtying
3159 */
3160 if (offset == 0)
3161 ClearPageChecked(page);
3162
Frank Mayhar03901312009-01-07 00:06:22 -05003163 if (journal)
3164 jbd2_journal_invalidatepage(journal, page, offset);
3165 else
3166 block_invalidatepage(page, offset);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003167}
3168
Mingming Cao617ba132006-10-11 01:20:53 -07003169static int ext4_releasepage(struct page *page, gfp_t wait)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003170{
Mingming Cao617ba132006-10-11 01:20:53 -07003171 journal_t *journal = EXT4_JOURNAL(page->mapping->host);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003172
3173 WARN_ON(PageChecked(page));
3174 if (!page_has_buffers(page))
3175 return 0;
Frank Mayhar03901312009-01-07 00:06:22 -05003176 if (journal)
3177 return jbd2_journal_try_to_free_buffers(journal, page, wait);
3178 else
3179 return try_to_free_buffers(page);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003180}
3181
3182/*
3183 * If the O_DIRECT write will extend the file then add this inode to the
3184 * orphan list. So recovery will truncate it back to the original size
3185 * if the machine crashes during the write.
3186 *
3187 * If the O_DIRECT write is intantiating holes inside i_size and the machine
Jan Kara7fb54092008-02-10 01:08:38 -05003188 * crashes then stale disk data _may_ be exposed inside the file. But current
3189 * VFS code falls back into buffered path in that case so we are safe.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003190 */
Mingming Cao617ba132006-10-11 01:20:53 -07003191static ssize_t ext4_direct_IO(int rw, struct kiocb *iocb,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003192 const struct iovec *iov, loff_t offset,
3193 unsigned long nr_segs)
3194{
3195 struct file *file = iocb->ki_filp;
3196 struct inode *inode = file->f_mapping->host;
Mingming Cao617ba132006-10-11 01:20:53 -07003197 struct ext4_inode_info *ei = EXT4_I(inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003198 handle_t *handle;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003199 ssize_t ret;
3200 int orphan = 0;
3201 size_t count = iov_length(iov, nr_segs);
3202
3203 if (rw == WRITE) {
3204 loff_t final_size = offset + count;
3205
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003206 if (final_size > inode->i_size) {
Jan Kara7fb54092008-02-10 01:08:38 -05003207 /* Credits for sb + inode write */
3208 handle = ext4_journal_start(inode, 2);
3209 if (IS_ERR(handle)) {
3210 ret = PTR_ERR(handle);
3211 goto out;
3212 }
Mingming Cao617ba132006-10-11 01:20:53 -07003213 ret = ext4_orphan_add(handle, inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003214 if (ret) {
3215 ext4_journal_stop(handle);
3216 goto out;
3217 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003218 orphan = 1;
3219 ei->i_disksize = inode->i_size;
Jan Kara7fb54092008-02-10 01:08:38 -05003220 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003221 }
3222 }
3223
3224 ret = blockdev_direct_IO(rw, iocb, inode, inode->i_sb->s_bdev, iov,
3225 offset, nr_segs,
Mingming Cao617ba132006-10-11 01:20:53 -07003226 ext4_get_block, NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003227
Jan Kara7fb54092008-02-10 01:08:38 -05003228 if (orphan) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003229 int err;
3230
Jan Kara7fb54092008-02-10 01:08:38 -05003231 /* Credits for sb + inode write */
3232 handle = ext4_journal_start(inode, 2);
3233 if (IS_ERR(handle)) {
3234 /* This is really bad luck. We've written the data
3235 * but cannot extend i_size. Bail out and pretend
3236 * the write failed... */
3237 ret = PTR_ERR(handle);
3238 goto out;
3239 }
3240 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07003241 ext4_orphan_del(handle, inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003242 if (ret > 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003243 loff_t end = offset + ret;
3244 if (end > inode->i_size) {
3245 ei->i_disksize = end;
3246 i_size_write(inode, end);
3247 /*
3248 * We're going to return a positive `ret'
3249 * here due to non-zero-length I/O, so there's
3250 * no way of reporting error returns from
Mingming Cao617ba132006-10-11 01:20:53 -07003251 * ext4_mark_inode_dirty() to userspace. So
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003252 * ignore it.
3253 */
Mingming Cao617ba132006-10-11 01:20:53 -07003254 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003255 }
3256 }
Mingming Cao617ba132006-10-11 01:20:53 -07003257 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003258 if (ret == 0)
3259 ret = err;
3260 }
3261out:
3262 return ret;
3263}
3264
3265/*
Mingming Cao617ba132006-10-11 01:20:53 -07003266 * Pages can be marked dirty completely asynchronously from ext4's journalling
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003267 * activity. By filemap_sync_pte(), try_to_unmap_one(), etc. We cannot do
3268 * much here because ->set_page_dirty is called under VFS locks. The page is
3269 * not necessarily locked.
3270 *
3271 * We cannot just dirty the page and leave attached buffers clean, because the
3272 * buffers' dirty state is "definitive". We cannot just set the buffers dirty
3273 * or jbddirty because all the journalling code will explode.
3274 *
3275 * So what we do is to mark the page "pending dirty" and next time writepage
3276 * is called, propagate that into the buffers appropriately.
3277 */
Mingming Cao617ba132006-10-11 01:20:53 -07003278static int ext4_journalled_set_page_dirty(struct page *page)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003279{
3280 SetPageChecked(page);
3281 return __set_page_dirty_nobuffers(page);
3282}
3283
Mingming Cao617ba132006-10-11 01:20:53 -07003284static const struct address_space_operations ext4_ordered_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003285 .readpage = ext4_readpage,
3286 .readpages = ext4_readpages,
3287 .writepage = ext4_normal_writepage,
3288 .sync_page = block_sync_page,
3289 .write_begin = ext4_write_begin,
3290 .write_end = ext4_ordered_write_end,
3291 .bmap = ext4_bmap,
3292 .invalidatepage = ext4_invalidatepage,
3293 .releasepage = ext4_releasepage,
3294 .direct_IO = ext4_direct_IO,
3295 .migratepage = buffer_migrate_page,
3296 .is_partially_uptodate = block_is_partially_uptodate,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003297};
3298
Mingming Cao617ba132006-10-11 01:20:53 -07003299static const struct address_space_operations ext4_writeback_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003300 .readpage = ext4_readpage,
3301 .readpages = ext4_readpages,
3302 .writepage = ext4_normal_writepage,
3303 .sync_page = block_sync_page,
3304 .write_begin = ext4_write_begin,
3305 .write_end = ext4_writeback_write_end,
3306 .bmap = ext4_bmap,
3307 .invalidatepage = ext4_invalidatepage,
3308 .releasepage = ext4_releasepage,
3309 .direct_IO = ext4_direct_IO,
3310 .migratepage = buffer_migrate_page,
3311 .is_partially_uptodate = block_is_partially_uptodate,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003312};
3313
Mingming Cao617ba132006-10-11 01:20:53 -07003314static const struct address_space_operations ext4_journalled_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003315 .readpage = ext4_readpage,
3316 .readpages = ext4_readpages,
3317 .writepage = ext4_journalled_writepage,
3318 .sync_page = block_sync_page,
3319 .write_begin = ext4_write_begin,
3320 .write_end = ext4_journalled_write_end,
3321 .set_page_dirty = ext4_journalled_set_page_dirty,
3322 .bmap = ext4_bmap,
3323 .invalidatepage = ext4_invalidatepage,
3324 .releasepage = ext4_releasepage,
3325 .is_partially_uptodate = block_is_partially_uptodate,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003326};
3327
Alex Tomas64769242008-07-11 19:27:31 -04003328static const struct address_space_operations ext4_da_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003329 .readpage = ext4_readpage,
3330 .readpages = ext4_readpages,
3331 .writepage = ext4_da_writepage,
3332 .writepages = ext4_da_writepages,
3333 .sync_page = block_sync_page,
3334 .write_begin = ext4_da_write_begin,
3335 .write_end = ext4_da_write_end,
3336 .bmap = ext4_bmap,
3337 .invalidatepage = ext4_da_invalidatepage,
3338 .releasepage = ext4_releasepage,
3339 .direct_IO = ext4_direct_IO,
3340 .migratepage = buffer_migrate_page,
3341 .is_partially_uptodate = block_is_partially_uptodate,
Alex Tomas64769242008-07-11 19:27:31 -04003342};
3343
Mingming Cao617ba132006-10-11 01:20:53 -07003344void ext4_set_aops(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003345{
Aneesh Kumar K.Vcd1aac32008-07-11 19:27:31 -04003346 if (ext4_should_order_data(inode) &&
3347 test_opt(inode->i_sb, DELALLOC))
3348 inode->i_mapping->a_ops = &ext4_da_aops;
3349 else if (ext4_should_order_data(inode))
Mingming Cao617ba132006-10-11 01:20:53 -07003350 inode->i_mapping->a_ops = &ext4_ordered_aops;
Alex Tomas64769242008-07-11 19:27:31 -04003351 else if (ext4_should_writeback_data(inode) &&
3352 test_opt(inode->i_sb, DELALLOC))
3353 inode->i_mapping->a_ops = &ext4_da_aops;
Mingming Cao617ba132006-10-11 01:20:53 -07003354 else if (ext4_should_writeback_data(inode))
3355 inode->i_mapping->a_ops = &ext4_writeback_aops;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003356 else
Mingming Cao617ba132006-10-11 01:20:53 -07003357 inode->i_mapping->a_ops = &ext4_journalled_aops;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003358}
3359
3360/*
Mingming Cao617ba132006-10-11 01:20:53 -07003361 * ext4_block_truncate_page() zeroes out a mapping from file offset `from'
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003362 * up to the end of the block which corresponds to `from'.
3363 * This required during truncate. We need to physically zero the tail end
3364 * of that block so it doesn't yield old data if the file is later grown.
3365 */
Jan Karacf108bc2008-07-11 19:27:31 -04003366int ext4_block_truncate_page(handle_t *handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003367 struct address_space *mapping, loff_t from)
3368{
Mingming Cao617ba132006-10-11 01:20:53 -07003369 ext4_fsblk_t index = from >> PAGE_CACHE_SHIFT;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003370 unsigned offset = from & (PAGE_CACHE_SIZE-1);
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05003371 unsigned blocksize, length, pos;
3372 ext4_lblk_t iblock;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003373 struct inode *inode = mapping->host;
3374 struct buffer_head *bh;
Jan Karacf108bc2008-07-11 19:27:31 -04003375 struct page *page;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003376 int err = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003377
Jan Karacf108bc2008-07-11 19:27:31 -04003378 page = grab_cache_page(mapping, from >> PAGE_CACHE_SHIFT);
3379 if (!page)
3380 return -EINVAL;
3381
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003382 blocksize = inode->i_sb->s_blocksize;
3383 length = blocksize - (offset & (blocksize - 1));
3384 iblock = index << (PAGE_CACHE_SHIFT - inode->i_sb->s_blocksize_bits);
3385
3386 /*
3387 * For "nobh" option, we can only work if we don't need to
3388 * read-in the page - otherwise we create buffers to do the IO.
3389 */
3390 if (!page_has_buffers(page) && test_opt(inode->i_sb, NOBH) &&
Mingming Cao617ba132006-10-11 01:20:53 -07003391 ext4_should_writeback_data(inode) && PageUptodate(page)) {
Christoph Lametereebd2aa2008-02-04 22:28:29 -08003392 zero_user(page, offset, length);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003393 set_page_dirty(page);
3394 goto unlock;
3395 }
3396
3397 if (!page_has_buffers(page))
3398 create_empty_buffers(page, blocksize, 0);
3399
3400 /* Find the buffer that contains "offset" */
3401 bh = page_buffers(page);
3402 pos = blocksize;
3403 while (offset >= pos) {
3404 bh = bh->b_this_page;
3405 iblock++;
3406 pos += blocksize;
3407 }
3408
3409 err = 0;
3410 if (buffer_freed(bh)) {
3411 BUFFER_TRACE(bh, "freed: skip");
3412 goto unlock;
3413 }
3414
3415 if (!buffer_mapped(bh)) {
3416 BUFFER_TRACE(bh, "unmapped");
Mingming Cao617ba132006-10-11 01:20:53 -07003417 ext4_get_block(inode, iblock, bh, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003418 /* unmapped? It's a hole - nothing to do */
3419 if (!buffer_mapped(bh)) {
3420 BUFFER_TRACE(bh, "still unmapped");
3421 goto unlock;
3422 }
3423 }
3424
3425 /* Ok, it's mapped. Make sure it's up-to-date */
3426 if (PageUptodate(page))
3427 set_buffer_uptodate(bh);
3428
3429 if (!buffer_uptodate(bh)) {
3430 err = -EIO;
3431 ll_rw_block(READ, 1, &bh);
3432 wait_on_buffer(bh);
3433 /* Uhhuh. Read error. Complain and punt. */
3434 if (!buffer_uptodate(bh))
3435 goto unlock;
3436 }
3437
Mingming Cao617ba132006-10-11 01:20:53 -07003438 if (ext4_should_journal_data(inode)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003439 BUFFER_TRACE(bh, "get write access");
Mingming Cao617ba132006-10-11 01:20:53 -07003440 err = ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003441 if (err)
3442 goto unlock;
3443 }
3444
Christoph Lametereebd2aa2008-02-04 22:28:29 -08003445 zero_user(page, offset, length);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003446
3447 BUFFER_TRACE(bh, "zeroed end of block");
3448
3449 err = 0;
Mingming Cao617ba132006-10-11 01:20:53 -07003450 if (ext4_should_journal_data(inode)) {
Frank Mayhar03901312009-01-07 00:06:22 -05003451 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003452 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07003453 if (ext4_should_order_data(inode))
Jan Kara678aaf42008-07-11 19:27:31 -04003454 err = ext4_jbd2_file_inode(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003455 mark_buffer_dirty(bh);
3456 }
3457
3458unlock:
3459 unlock_page(page);
3460 page_cache_release(page);
3461 return err;
3462}
3463
3464/*
3465 * Probably it should be a library function... search for first non-zero word
3466 * or memcmp with zero_page, whatever is better for particular architecture.
3467 * Linus?
3468 */
3469static inline int all_zeroes(__le32 *p, __le32 *q)
3470{
3471 while (p < q)
3472 if (*p++)
3473 return 0;
3474 return 1;
3475}
3476
3477/**
Mingming Cao617ba132006-10-11 01:20:53 -07003478 * ext4_find_shared - find the indirect blocks for partial truncation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003479 * @inode: inode in question
3480 * @depth: depth of the affected branch
Mingming Cao617ba132006-10-11 01:20:53 -07003481 * @offsets: offsets of pointers in that branch (see ext4_block_to_path)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003482 * @chain: place to store the pointers to partial indirect blocks
3483 * @top: place to the (detached) top of branch
3484 *
Mingming Cao617ba132006-10-11 01:20:53 -07003485 * This is a helper function used by ext4_truncate().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003486 *
3487 * When we do truncate() we may have to clean the ends of several
3488 * indirect blocks but leave the blocks themselves alive. Block is
3489 * partially truncated if some data below the new i_size is refered
3490 * from it (and it is on the path to the first completely truncated
3491 * data block, indeed). We have to free the top of that path along
3492 * with everything to the right of the path. Since no allocation
Mingming Cao617ba132006-10-11 01:20:53 -07003493 * past the truncation point is possible until ext4_truncate()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003494 * finishes, we may safely do the latter, but top of branch may
3495 * require special attention - pageout below the truncation point
3496 * might try to populate it.
3497 *
3498 * We atomically detach the top of branch from the tree, store the
3499 * block number of its root in *@top, pointers to buffer_heads of
3500 * partially truncated blocks - in @chain[].bh and pointers to
3501 * their last elements that should not be removed - in
3502 * @chain[].p. Return value is the pointer to last filled element
3503 * of @chain.
3504 *
3505 * The work left to caller to do the actual freeing of subtrees:
3506 * a) free the subtree starting from *@top
3507 * b) free the subtrees whose roots are stored in
3508 * (@chain[i].p+1 .. end of @chain[i].bh->b_data)
3509 * c) free the subtrees growing from the inode past the @chain[0].
3510 * (no partially truncated stuff there). */
3511
Mingming Cao617ba132006-10-11 01:20:53 -07003512static Indirect *ext4_find_shared(struct inode *inode, int depth,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05003513 ext4_lblk_t offsets[4], Indirect chain[4], __le32 *top)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003514{
3515 Indirect *partial, *p;
3516 int k, err;
3517
3518 *top = 0;
3519 /* Make k index the deepest non-null offest + 1 */
3520 for (k = depth; k > 1 && !offsets[k-1]; k--)
3521 ;
Mingming Cao617ba132006-10-11 01:20:53 -07003522 partial = ext4_get_branch(inode, k, offsets, chain, &err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003523 /* Writer: pointers */
3524 if (!partial)
3525 partial = chain + k-1;
3526 /*
3527 * If the branch acquired continuation since we've looked at it -
3528 * fine, it should all survive and (new) top doesn't belong to us.
3529 */
3530 if (!partial->key && *partial->p)
3531 /* Writer: end */
3532 goto no_top;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003533 for (p = partial; (p > chain) && all_zeroes((__le32 *) p->bh->b_data, p->p); p--)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003534 ;
3535 /*
3536 * OK, we've found the last block that must survive. The rest of our
3537 * branch should be detached before unlocking. However, if that rest
3538 * of branch is all ours and does not grow immediately from the inode
3539 * it's easier to cheat and just decrement partial->p.
3540 */
3541 if (p == chain + k - 1 && p > chain) {
3542 p->p--;
3543 } else {
3544 *top = *p->p;
Mingming Cao617ba132006-10-11 01:20:53 -07003545 /* Nope, don't do this in ext4. Must leave the tree intact */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003546#if 0
3547 *p->p = 0;
3548#endif
3549 }
3550 /* Writer: end */
3551
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003552 while (partial > p) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003553 brelse(partial->bh);
3554 partial--;
3555 }
3556no_top:
3557 return partial;
3558}
3559
3560/*
3561 * Zero a number of block pointers in either an inode or an indirect block.
3562 * If we restart the transaction we must again get write access to the
3563 * indirect block for further modification.
3564 *
3565 * We release `count' blocks on disk, but (last - first) may be greater
3566 * than `count' because there can be holes in there.
3567 */
Mingming Cao617ba132006-10-11 01:20:53 -07003568static void ext4_clear_blocks(handle_t *handle, struct inode *inode,
3569 struct buffer_head *bh, ext4_fsblk_t block_to_free,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003570 unsigned long count, __le32 *first, __le32 *last)
3571{
3572 __le32 *p;
3573 if (try_to_extend_transaction(handle, inode)) {
3574 if (bh) {
Frank Mayhar03901312009-01-07 00:06:22 -05003575 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
3576 ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003577 }
Mingming Cao617ba132006-10-11 01:20:53 -07003578 ext4_mark_inode_dirty(handle, inode);
3579 ext4_journal_test_restart(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003580 if (bh) {
3581 BUFFER_TRACE(bh, "retaking write access");
Mingming Cao617ba132006-10-11 01:20:53 -07003582 ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003583 }
3584 }
3585
3586 /*
3587 * Any buffers which are on the journal will be in memory. We find
Mingming Caodab291a2006-10-11 01:21:01 -07003588 * them on the hash table so jbd2_journal_revoke() will run jbd2_journal_forget()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003589 * on them. We've already detached each block from the file, so
Mingming Caodab291a2006-10-11 01:21:01 -07003590 * bforget() in jbd2_journal_forget() should be safe.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003591 *
Mingming Caodab291a2006-10-11 01:21:01 -07003592 * AKPM: turn on bforget in jbd2_journal_forget()!!!
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003593 */
3594 for (p = first; p < last; p++) {
3595 u32 nr = le32_to_cpu(*p);
3596 if (nr) {
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05003597 struct buffer_head *tbh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003598
3599 *p = 0;
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05003600 tbh = sb_find_get_block(inode->i_sb, nr);
3601 ext4_forget(handle, 0, inode, tbh, nr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003602 }
3603 }
3604
Alex Tomasc9de5602008-01-29 00:19:52 -05003605 ext4_free_blocks(handle, inode, block_to_free, count, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003606}
3607
3608/**
Mingming Cao617ba132006-10-11 01:20:53 -07003609 * ext4_free_data - free a list of data blocks
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003610 * @handle: handle for this transaction
3611 * @inode: inode we are dealing with
3612 * @this_bh: indirect buffer_head which contains *@first and *@last
3613 * @first: array of block numbers
3614 * @last: points immediately past the end of array
3615 *
3616 * We are freeing all blocks refered from that array (numbers are stored as
3617 * little-endian 32-bit) and updating @inode->i_blocks appropriately.
3618 *
3619 * We accumulate contiguous runs of blocks to free. Conveniently, if these
3620 * blocks are contiguous then releasing them at one time will only affect one
3621 * or two bitmap blocks (+ group descriptor(s) and superblock) and we won't
3622 * actually use a lot of journal space.
3623 *
3624 * @this_bh will be %NULL if @first and @last point into the inode's direct
3625 * block pointers.
3626 */
Mingming Cao617ba132006-10-11 01:20:53 -07003627static void ext4_free_data(handle_t *handle, struct inode *inode,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003628 struct buffer_head *this_bh,
3629 __le32 *first, __le32 *last)
3630{
Mingming Cao617ba132006-10-11 01:20:53 -07003631 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003632 unsigned long count = 0; /* Number of blocks in the run */
3633 __le32 *block_to_free_p = NULL; /* Pointer into inode/ind
3634 corresponding to
3635 block_to_free */
Mingming Cao617ba132006-10-11 01:20:53 -07003636 ext4_fsblk_t nr; /* Current block # */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003637 __le32 *p; /* Pointer into inode/ind
3638 for current block */
3639 int err;
3640
3641 if (this_bh) { /* For indirect block */
3642 BUFFER_TRACE(this_bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07003643 err = ext4_journal_get_write_access(handle, this_bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003644 /* Important: if we can't update the indirect pointers
3645 * to the blocks, we can't free them. */
3646 if (err)
3647 return;
3648 }
3649
3650 for (p = first; p < last; p++) {
3651 nr = le32_to_cpu(*p);
3652 if (nr) {
3653 /* accumulate blocks to free if they're contiguous */
3654 if (count == 0) {
3655 block_to_free = nr;
3656 block_to_free_p = p;
3657 count = 1;
3658 } else if (nr == block_to_free + count) {
3659 count++;
3660 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07003661 ext4_clear_blocks(handle, inode, this_bh,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003662 block_to_free,
3663 count, block_to_free_p, p);
3664 block_to_free = nr;
3665 block_to_free_p = p;
3666 count = 1;
3667 }
3668 }
3669 }
3670
3671 if (count > 0)
Mingming Cao617ba132006-10-11 01:20:53 -07003672 ext4_clear_blocks(handle, inode, this_bh, block_to_free,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003673 count, block_to_free_p, p);
3674
3675 if (this_bh) {
Frank Mayhar03901312009-01-07 00:06:22 -05003676 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata");
Duane Griffin71dc8fb2008-07-11 19:27:31 -04003677
3678 /*
3679 * The buffer head should have an attached journal head at this
3680 * point. However, if the data is corrupted and an indirect
3681 * block pointed to itself, it would have been detached when
3682 * the block was cleared. Check for this instead of OOPSing.
3683 */
Theodore Ts'oe7f07962009-01-20 09:50:19 -05003684 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh))
Frank Mayhar03901312009-01-07 00:06:22 -05003685 ext4_handle_dirty_metadata(handle, inode, this_bh);
Duane Griffin71dc8fb2008-07-11 19:27:31 -04003686 else
3687 ext4_error(inode->i_sb, __func__,
3688 "circular indirect block detected, "
3689 "inode=%lu, block=%llu",
3690 inode->i_ino,
3691 (unsigned long long) this_bh->b_blocknr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003692 }
3693}
3694
3695/**
Mingming Cao617ba132006-10-11 01:20:53 -07003696 * ext4_free_branches - free an array of branches
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003697 * @handle: JBD handle for this transaction
3698 * @inode: inode we are dealing with
3699 * @parent_bh: the buffer_head which contains *@first and *@last
3700 * @first: array of block numbers
3701 * @last: pointer immediately past the end of array
3702 * @depth: depth of the branches to free
3703 *
3704 * We are freeing all blocks refered from these branches (numbers are
3705 * stored as little-endian 32-bit) and updating @inode->i_blocks
3706 * appropriately.
3707 */
Mingming Cao617ba132006-10-11 01:20:53 -07003708static void ext4_free_branches(handle_t *handle, struct inode *inode,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003709 struct buffer_head *parent_bh,
3710 __le32 *first, __le32 *last, int depth)
3711{
Mingming Cao617ba132006-10-11 01:20:53 -07003712 ext4_fsblk_t nr;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003713 __le32 *p;
3714
Frank Mayhar03901312009-01-07 00:06:22 -05003715 if (ext4_handle_is_aborted(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003716 return;
3717
3718 if (depth--) {
3719 struct buffer_head *bh;
Mingming Cao617ba132006-10-11 01:20:53 -07003720 int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003721 p = last;
3722 while (--p >= first) {
3723 nr = le32_to_cpu(*p);
3724 if (!nr)
3725 continue; /* A hole */
3726
3727 /* Go read the buffer for the next level down */
3728 bh = sb_bread(inode->i_sb, nr);
3729
3730 /*
3731 * A read failure? Report error and clear slot
3732 * (should be rare).
3733 */
3734 if (!bh) {
Mingming Cao617ba132006-10-11 01:20:53 -07003735 ext4_error(inode->i_sb, "ext4_free_branches",
Mingming Cao2ae02102006-10-11 01:21:11 -07003736 "Read failure, inode=%lu, block=%llu",
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003737 inode->i_ino, nr);
3738 continue;
3739 }
3740
3741 /* This zaps the entire block. Bottom up. */
3742 BUFFER_TRACE(bh, "free child branches");
Mingming Cao617ba132006-10-11 01:20:53 -07003743 ext4_free_branches(handle, inode, bh,
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003744 (__le32 *) bh->b_data,
3745 (__le32 *) bh->b_data + addr_per_block,
3746 depth);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003747
3748 /*
3749 * We've probably journalled the indirect block several
3750 * times during the truncate. But it's no longer
3751 * needed and we now drop it from the transaction via
Mingming Caodab291a2006-10-11 01:21:01 -07003752 * jbd2_journal_revoke().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003753 *
3754 * That's easy if it's exclusively part of this
3755 * transaction. But if it's part of the committing
Mingming Caodab291a2006-10-11 01:21:01 -07003756 * transaction then jbd2_journal_forget() will simply
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003757 * brelse() it. That means that if the underlying
Mingming Cao617ba132006-10-11 01:20:53 -07003758 * block is reallocated in ext4_get_block(),
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003759 * unmap_underlying_metadata() will find this block
3760 * and will try to get rid of it. damn, damn.
3761 *
3762 * If this block has already been committed to the
3763 * journal, a revoke record will be written. And
3764 * revoke records must be emitted *before* clearing
3765 * this block's bit in the bitmaps.
3766 */
Mingming Cao617ba132006-10-11 01:20:53 -07003767 ext4_forget(handle, 1, inode, bh, bh->b_blocknr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003768
3769 /*
3770 * Everything below this this pointer has been
3771 * released. Now let this top-of-subtree go.
3772 *
3773 * We want the freeing of this indirect block to be
3774 * atomic in the journal with the updating of the
3775 * bitmap block which owns it. So make some room in
3776 * the journal.
3777 *
3778 * We zero the parent pointer *after* freeing its
3779 * pointee in the bitmaps, so if extend_transaction()
3780 * for some reason fails to put the bitmap changes and
3781 * the release into the same transaction, recovery
3782 * will merely complain about releasing a free block,
3783 * rather than leaking blocks.
3784 */
Frank Mayhar03901312009-01-07 00:06:22 -05003785 if (ext4_handle_is_aborted(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003786 return;
3787 if (try_to_extend_transaction(handle, inode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07003788 ext4_mark_inode_dirty(handle, inode);
3789 ext4_journal_test_restart(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003790 }
3791
Alex Tomasc9de5602008-01-29 00:19:52 -05003792 ext4_free_blocks(handle, inode, nr, 1, 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003793
3794 if (parent_bh) {
3795 /*
3796 * The block which we have just freed is
3797 * pointed to by an indirect block: journal it
3798 */
3799 BUFFER_TRACE(parent_bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07003800 if (!ext4_journal_get_write_access(handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003801 parent_bh)){
3802 *p = 0;
3803 BUFFER_TRACE(parent_bh,
Frank Mayhar03901312009-01-07 00:06:22 -05003804 "call ext4_handle_dirty_metadata");
3805 ext4_handle_dirty_metadata(handle,
3806 inode,
3807 parent_bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003808 }
3809 }
3810 }
3811 } else {
3812 /* We have reached the bottom of the tree. */
3813 BUFFER_TRACE(parent_bh, "free data blocks");
Mingming Cao617ba132006-10-11 01:20:53 -07003814 ext4_free_data(handle, inode, parent_bh, first, last);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003815 }
3816}
3817
Duane Griffin91ef4ca2008-07-11 19:27:31 -04003818int ext4_can_truncate(struct inode *inode)
3819{
3820 if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
3821 return 0;
3822 if (S_ISREG(inode->i_mode))
3823 return 1;
3824 if (S_ISDIR(inode->i_mode))
3825 return 1;
3826 if (S_ISLNK(inode->i_mode))
3827 return !ext4_inode_is_fast_symlink(inode);
3828 return 0;
3829}
3830
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003831/*
Mingming Cao617ba132006-10-11 01:20:53 -07003832 * ext4_truncate()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003833 *
Mingming Cao617ba132006-10-11 01:20:53 -07003834 * We block out ext4_get_block() block instantiations across the entire
3835 * transaction, and VFS/VM ensures that ext4_truncate() cannot run
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003836 * simultaneously on behalf of the same inode.
3837 *
3838 * As we work through the truncate and commmit bits of it to the journal there
3839 * is one core, guiding principle: the file's tree must always be consistent on
3840 * disk. We must be able to restart the truncate after a crash.
3841 *
3842 * The file's tree may be transiently inconsistent in memory (although it
3843 * probably isn't), but whenever we close off and commit a journal transaction,
3844 * the contents of (the filesystem + the journal) must be consistent and
3845 * restartable. It's pretty simple, really: bottom up, right to left (although
3846 * left-to-right works OK too).
3847 *
3848 * Note that at recovery time, journal replay occurs *before* the restart of
3849 * truncate against the orphan inode list.
3850 *
3851 * The committed inode has the new, desired i_size (which is the same as
Mingming Cao617ba132006-10-11 01:20:53 -07003852 * i_disksize in this case). After a crash, ext4_orphan_cleanup() will see
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003853 * that this inode's truncate did not complete and it will again call
Mingming Cao617ba132006-10-11 01:20:53 -07003854 * ext4_truncate() to have another go. So there will be instantiated blocks
3855 * to the right of the truncation point in a crashed ext4 filesystem. But
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003856 * that's fine - as long as they are linked from the inode, the post-crash
Mingming Cao617ba132006-10-11 01:20:53 -07003857 * ext4_truncate() run will find them and release them.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003858 */
Mingming Cao617ba132006-10-11 01:20:53 -07003859void ext4_truncate(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003860{
3861 handle_t *handle;
Mingming Cao617ba132006-10-11 01:20:53 -07003862 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003863 __le32 *i_data = ei->i_data;
Mingming Cao617ba132006-10-11 01:20:53 -07003864 int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003865 struct address_space *mapping = inode->i_mapping;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05003866 ext4_lblk_t offsets[4];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003867 Indirect chain[4];
3868 Indirect *partial;
3869 __le32 nr = 0;
3870 int n;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05003871 ext4_lblk_t last_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003872 unsigned blocksize = inode->i_sb->s_blocksize;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003873
Duane Griffin91ef4ca2008-07-11 19:27:31 -04003874 if (!ext4_can_truncate(inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003875 return;
3876
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05003877 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
Jan Karacf108bc2008-07-11 19:27:31 -04003878 ext4_ext_truncate(inode);
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05003879 return;
3880 }
Alex Tomasa86c6182006-10-11 01:21:03 -07003881
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003882 handle = start_transaction(inode);
Jan Karacf108bc2008-07-11 19:27:31 -04003883 if (IS_ERR(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003884 return; /* AKPM: return what? */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003885
3886 last_block = (inode->i_size + blocksize-1)
Mingming Cao617ba132006-10-11 01:20:53 -07003887 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003888
Jan Karacf108bc2008-07-11 19:27:31 -04003889 if (inode->i_size & (blocksize - 1))
3890 if (ext4_block_truncate_page(handle, mapping, inode->i_size))
3891 goto out_stop;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003892
Mingming Cao617ba132006-10-11 01:20:53 -07003893 n = ext4_block_to_path(inode, last_block, offsets, NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003894 if (n == 0)
3895 goto out_stop; /* error */
3896
3897 /*
3898 * OK. This truncate is going to happen. We add the inode to the
3899 * orphan list, so that if this truncate spans multiple transactions,
3900 * and we crash, we will resume the truncate when the filesystem
3901 * recovers. It also marks the inode dirty, to catch the new size.
3902 *
3903 * Implication: the file must always be in a sane, consistent
3904 * truncatable state while each transaction commits.
3905 */
Mingming Cao617ba132006-10-11 01:20:53 -07003906 if (ext4_orphan_add(handle, inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003907 goto out_stop;
3908
3909 /*
Mingming Cao632eaea2008-07-11 19:27:31 -04003910 * From here we block out all ext4_get_block() callers who want to
3911 * modify the block allocation tree.
3912 */
3913 down_write(&ei->i_data_sem);
Theodore Ts'ob4df2032008-08-13 21:44:34 -04003914
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -04003915 ext4_discard_preallocations(inode);
Theodore Ts'ob4df2032008-08-13 21:44:34 -04003916
Mingming Cao632eaea2008-07-11 19:27:31 -04003917 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003918 * The orphan list entry will now protect us from any crash which
3919 * occurs before the truncate completes, so it is now safe to propagate
3920 * the new, shorter inode size (held for now in i_size) into the
3921 * on-disk inode. We do this via i_disksize, which is the value which
Mingming Cao617ba132006-10-11 01:20:53 -07003922 * ext4 *really* writes onto the disk inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003923 */
3924 ei->i_disksize = inode->i_size;
3925
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003926 if (n == 1) { /* direct blocks */
Mingming Cao617ba132006-10-11 01:20:53 -07003927 ext4_free_data(handle, inode, NULL, i_data+offsets[0],
3928 i_data + EXT4_NDIR_BLOCKS);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003929 goto do_indirects;
3930 }
3931
Mingming Cao617ba132006-10-11 01:20:53 -07003932 partial = ext4_find_shared(inode, n, offsets, chain, &nr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003933 /* Kill the top of shared branch (not detached) */
3934 if (nr) {
3935 if (partial == chain) {
3936 /* Shared branch grows from the inode */
Mingming Cao617ba132006-10-11 01:20:53 -07003937 ext4_free_branches(handle, inode, NULL,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003938 &nr, &nr+1, (chain+n-1) - partial);
3939 *partial->p = 0;
3940 /*
3941 * We mark the inode dirty prior to restart,
3942 * and prior to stop. No need for it here.
3943 */
3944 } else {
3945 /* Shared branch grows from an indirect block */
3946 BUFFER_TRACE(partial->bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07003947 ext4_free_branches(handle, inode, partial->bh,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003948 partial->p,
3949 partial->p+1, (chain+n-1) - partial);
3950 }
3951 }
3952 /* Clear the ends of indirect blocks on the shared branch */
3953 while (partial > chain) {
Mingming Cao617ba132006-10-11 01:20:53 -07003954 ext4_free_branches(handle, inode, partial->bh, partial->p + 1,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003955 (__le32*)partial->bh->b_data+addr_per_block,
3956 (chain+n-1) - partial);
3957 BUFFER_TRACE(partial->bh, "call brelse");
3958 brelse (partial->bh);
3959 partial--;
3960 }
3961do_indirects:
3962 /* Kill the remaining (whole) subtrees */
3963 switch (offsets[0]) {
3964 default:
Mingming Cao617ba132006-10-11 01:20:53 -07003965 nr = i_data[EXT4_IND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003966 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07003967 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1);
3968 i_data[EXT4_IND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003969 }
Mingming Cao617ba132006-10-11 01:20:53 -07003970 case EXT4_IND_BLOCK:
3971 nr = i_data[EXT4_DIND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003972 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07003973 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2);
3974 i_data[EXT4_DIND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003975 }
Mingming Cao617ba132006-10-11 01:20:53 -07003976 case EXT4_DIND_BLOCK:
3977 nr = i_data[EXT4_TIND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003978 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07003979 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3);
3980 i_data[EXT4_TIND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003981 }
Mingming Cao617ba132006-10-11 01:20:53 -07003982 case EXT4_TIND_BLOCK:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003983 ;
3984 }
3985
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05003986 up_write(&ei->i_data_sem);
Kalpak Shahef7f3832007-07-18 09:15:20 -04003987 inode->i_mtime = inode->i_ctime = ext4_current_time(inode);
Mingming Cao617ba132006-10-11 01:20:53 -07003988 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003989
3990 /*
3991 * In a multi-transaction truncate, we only make the final transaction
3992 * synchronous
3993 */
3994 if (IS_SYNC(inode))
Frank Mayhar03901312009-01-07 00:06:22 -05003995 ext4_handle_sync(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003996out_stop:
3997 /*
3998 * If this was a simple ftruncate(), and the file will remain alive
3999 * then we need to clear up the orphan record which we created above.
4000 * However, if this was a real unlink then we were called by
Mingming Cao617ba132006-10-11 01:20:53 -07004001 * ext4_delete_inode(), and we allow that function to clean up the
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004002 * orphan info for us.
4003 */
4004 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07004005 ext4_orphan_del(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004006
Mingming Cao617ba132006-10-11 01:20:53 -07004007 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004008}
4009
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004010/*
Mingming Cao617ba132006-10-11 01:20:53 -07004011 * ext4_get_inode_loc returns with an extra refcount against the inode's
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004012 * underlying buffer_head on success. If 'in_mem' is true, we have all
4013 * data in memory that is needed to recreate the on-disk version of this
4014 * inode.
4015 */
Mingming Cao617ba132006-10-11 01:20:53 -07004016static int __ext4_get_inode_loc(struct inode *inode,
4017 struct ext4_iloc *iloc, int in_mem)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004018{
Theodore Ts'o240799c2008-10-09 23:53:47 -04004019 struct ext4_group_desc *gdp;
4020 struct buffer_head *bh;
4021 struct super_block *sb = inode->i_sb;
4022 ext4_fsblk_t block;
4023 int inodes_per_block, inode_offset;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004024
Aneesh Kumar K.V3a06d772008-11-22 15:04:59 -05004025 iloc->bh = NULL;
Theodore Ts'o240799c2008-10-09 23:53:47 -04004026 if (!ext4_valid_inum(sb, inode->i_ino))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004027 return -EIO;
4028
Theodore Ts'o240799c2008-10-09 23:53:47 -04004029 iloc->block_group = (inode->i_ino - 1) / EXT4_INODES_PER_GROUP(sb);
4030 gdp = ext4_get_group_desc(sb, iloc->block_group, NULL);
4031 if (!gdp)
4032 return -EIO;
4033
4034 /*
4035 * Figure out the offset within the block group inode table
4036 */
4037 inodes_per_block = (EXT4_BLOCK_SIZE(sb) / EXT4_INODE_SIZE(sb));
4038 inode_offset = ((inode->i_ino - 1) %
4039 EXT4_INODES_PER_GROUP(sb));
4040 block = ext4_inode_table(sb, gdp) + (inode_offset / inodes_per_block);
4041 iloc->offset = (inode_offset % inodes_per_block) * EXT4_INODE_SIZE(sb);
4042
4043 bh = sb_getblk(sb, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004044 if (!bh) {
Theodore Ts'o240799c2008-10-09 23:53:47 -04004045 ext4_error(sb, "ext4_get_inode_loc", "unable to read "
4046 "inode block - inode=%lu, block=%llu",
4047 inode->i_ino, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004048 return -EIO;
4049 }
4050 if (!buffer_uptodate(bh)) {
4051 lock_buffer(bh);
Hidehiro Kawai9c83a922008-07-26 16:39:26 -04004052
4053 /*
4054 * If the buffer has the write error flag, we have failed
4055 * to write out another inode in the same block. In this
4056 * case, we don't have to read the block because we may
4057 * read the old inode data successfully.
4058 */
4059 if (buffer_write_io_error(bh) && !buffer_uptodate(bh))
4060 set_buffer_uptodate(bh);
4061
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004062 if (buffer_uptodate(bh)) {
4063 /* someone brought it uptodate while we waited */
4064 unlock_buffer(bh);
4065 goto has_buffer;
4066 }
4067
4068 /*
4069 * If we have all information of the inode in memory and this
4070 * is the only valid inode in the block, we need not read the
4071 * block.
4072 */
4073 if (in_mem) {
4074 struct buffer_head *bitmap_bh;
Theodore Ts'o240799c2008-10-09 23:53:47 -04004075 int i, start;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004076
Theodore Ts'o240799c2008-10-09 23:53:47 -04004077 start = inode_offset & ~(inodes_per_block - 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004078
4079 /* Is the inode bitmap in cache? */
Theodore Ts'o240799c2008-10-09 23:53:47 -04004080 bitmap_bh = sb_getblk(sb, ext4_inode_bitmap(sb, gdp));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004081 if (!bitmap_bh)
4082 goto make_io;
4083
4084 /*
4085 * If the inode bitmap isn't in cache then the
4086 * optimisation may end up performing two reads instead
4087 * of one, so skip it.
4088 */
4089 if (!buffer_uptodate(bitmap_bh)) {
4090 brelse(bitmap_bh);
4091 goto make_io;
4092 }
Theodore Ts'o240799c2008-10-09 23:53:47 -04004093 for (i = start; i < start + inodes_per_block; i++) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004094 if (i == inode_offset)
4095 continue;
Mingming Cao617ba132006-10-11 01:20:53 -07004096 if (ext4_test_bit(i, bitmap_bh->b_data))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004097 break;
4098 }
4099 brelse(bitmap_bh);
Theodore Ts'o240799c2008-10-09 23:53:47 -04004100 if (i == start + inodes_per_block) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004101 /* all other inodes are free, so skip I/O */
4102 memset(bh->b_data, 0, bh->b_size);
4103 set_buffer_uptodate(bh);
4104 unlock_buffer(bh);
4105 goto has_buffer;
4106 }
4107 }
4108
4109make_io:
4110 /*
Theodore Ts'o240799c2008-10-09 23:53:47 -04004111 * If we need to do any I/O, try to pre-readahead extra
4112 * blocks from the inode table.
4113 */
4114 if (EXT4_SB(sb)->s_inode_readahead_blks) {
4115 ext4_fsblk_t b, end, table;
4116 unsigned num;
4117
4118 table = ext4_inode_table(sb, gdp);
4119 /* Make sure s_inode_readahead_blks is a power of 2 */
4120 while (EXT4_SB(sb)->s_inode_readahead_blks &
4121 (EXT4_SB(sb)->s_inode_readahead_blks-1))
4122 EXT4_SB(sb)->s_inode_readahead_blks =
4123 (EXT4_SB(sb)->s_inode_readahead_blks &
4124 (EXT4_SB(sb)->s_inode_readahead_blks-1));
4125 b = block & ~(EXT4_SB(sb)->s_inode_readahead_blks-1);
4126 if (table > b)
4127 b = table;
4128 end = b + EXT4_SB(sb)->s_inode_readahead_blks;
4129 num = EXT4_INODES_PER_GROUP(sb);
4130 if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
4131 EXT4_FEATURE_RO_COMPAT_GDT_CSUM))
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -05004132 num -= ext4_itable_unused_count(sb, gdp);
Theodore Ts'o240799c2008-10-09 23:53:47 -04004133 table += num / inodes_per_block;
4134 if (end > table)
4135 end = table;
4136 while (b <= end)
4137 sb_breadahead(sb, b++);
4138 }
4139
4140 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004141 * There are other valid inodes in the buffer, this inode
4142 * has in-inode xattrs, or we don't have this inode in memory.
4143 * Read the block from disk.
4144 */
4145 get_bh(bh);
4146 bh->b_end_io = end_buffer_read_sync;
4147 submit_bh(READ_META, bh);
4148 wait_on_buffer(bh);
4149 if (!buffer_uptodate(bh)) {
Theodore Ts'o240799c2008-10-09 23:53:47 -04004150 ext4_error(sb, __func__,
4151 "unable to read inode block - inode=%lu, "
4152 "block=%llu", inode->i_ino, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004153 brelse(bh);
4154 return -EIO;
4155 }
4156 }
4157has_buffer:
4158 iloc->bh = bh;
4159 return 0;
4160}
4161
Mingming Cao617ba132006-10-11 01:20:53 -07004162int ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004163{
4164 /* We have all inode data except xattrs in memory here. */
Mingming Cao617ba132006-10-11 01:20:53 -07004165 return __ext4_get_inode_loc(inode, iloc,
4166 !(EXT4_I(inode)->i_state & EXT4_STATE_XATTR));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004167}
4168
Mingming Cao617ba132006-10-11 01:20:53 -07004169void ext4_set_inode_flags(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004170{
Mingming Cao617ba132006-10-11 01:20:53 -07004171 unsigned int flags = EXT4_I(inode)->i_flags;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004172
4173 inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC);
Mingming Cao617ba132006-10-11 01:20:53 -07004174 if (flags & EXT4_SYNC_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004175 inode->i_flags |= S_SYNC;
Mingming Cao617ba132006-10-11 01:20:53 -07004176 if (flags & EXT4_APPEND_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004177 inode->i_flags |= S_APPEND;
Mingming Cao617ba132006-10-11 01:20:53 -07004178 if (flags & EXT4_IMMUTABLE_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004179 inode->i_flags |= S_IMMUTABLE;
Mingming Cao617ba132006-10-11 01:20:53 -07004180 if (flags & EXT4_NOATIME_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004181 inode->i_flags |= S_NOATIME;
Mingming Cao617ba132006-10-11 01:20:53 -07004182 if (flags & EXT4_DIRSYNC_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004183 inode->i_flags |= S_DIRSYNC;
4184}
4185
Jan Karaff9ddf72007-07-18 09:24:20 -04004186/* Propagate flags from i_flags to EXT4_I(inode)->i_flags */
4187void ext4_get_inode_flags(struct ext4_inode_info *ei)
4188{
4189 unsigned int flags = ei->vfs_inode.i_flags;
4190
4191 ei->i_flags &= ~(EXT4_SYNC_FL|EXT4_APPEND_FL|
4192 EXT4_IMMUTABLE_FL|EXT4_NOATIME_FL|EXT4_DIRSYNC_FL);
4193 if (flags & S_SYNC)
4194 ei->i_flags |= EXT4_SYNC_FL;
4195 if (flags & S_APPEND)
4196 ei->i_flags |= EXT4_APPEND_FL;
4197 if (flags & S_IMMUTABLE)
4198 ei->i_flags |= EXT4_IMMUTABLE_FL;
4199 if (flags & S_NOATIME)
4200 ei->i_flags |= EXT4_NOATIME_FL;
4201 if (flags & S_DIRSYNC)
4202 ei->i_flags |= EXT4_DIRSYNC_FL;
4203}
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004204static blkcnt_t ext4_inode_blocks(struct ext4_inode *raw_inode,
4205 struct ext4_inode_info *ei)
4206{
4207 blkcnt_t i_blocks ;
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004208 struct inode *inode = &(ei->vfs_inode);
4209 struct super_block *sb = inode->i_sb;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004210
4211 if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
4212 EXT4_FEATURE_RO_COMPAT_HUGE_FILE)) {
4213 /* we are using combined 48 bit field */
4214 i_blocks = ((u64)le16_to_cpu(raw_inode->i_blocks_high)) << 32 |
4215 le32_to_cpu(raw_inode->i_blocks_lo);
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004216 if (ei->i_flags & EXT4_HUGE_FILE_FL) {
4217 /* i_blocks represent file system block size */
4218 return i_blocks << (inode->i_blkbits - 9);
4219 } else {
4220 return i_blocks;
4221 }
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004222 } else {
4223 return le32_to_cpu(raw_inode->i_blocks_lo);
4224 }
4225}
Jan Karaff9ddf72007-07-18 09:24:20 -04004226
David Howells1d1fe1e2008-02-07 00:15:37 -08004227struct inode *ext4_iget(struct super_block *sb, unsigned long ino)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004228{
Mingming Cao617ba132006-10-11 01:20:53 -07004229 struct ext4_iloc iloc;
4230 struct ext4_inode *raw_inode;
David Howells1d1fe1e2008-02-07 00:15:37 -08004231 struct ext4_inode_info *ei;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004232 struct buffer_head *bh;
David Howells1d1fe1e2008-02-07 00:15:37 -08004233 struct inode *inode;
4234 long ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004235 int block;
4236
David Howells1d1fe1e2008-02-07 00:15:37 -08004237 inode = iget_locked(sb, ino);
4238 if (!inode)
4239 return ERR_PTR(-ENOMEM);
4240 if (!(inode->i_state & I_NEW))
4241 return inode;
4242
4243 ei = EXT4_I(inode);
Theodore Ts'o03010a32008-10-10 20:02:48 -04004244#ifdef CONFIG_EXT4_FS_POSIX_ACL
Mingming Cao617ba132006-10-11 01:20:53 -07004245 ei->i_acl = EXT4_ACL_NOT_CACHED;
4246 ei->i_default_acl = EXT4_ACL_NOT_CACHED;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004247#endif
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004248
David Howells1d1fe1e2008-02-07 00:15:37 -08004249 ret = __ext4_get_inode_loc(inode, &iloc, 0);
4250 if (ret < 0)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004251 goto bad_inode;
4252 bh = iloc.bh;
Mingming Cao617ba132006-10-11 01:20:53 -07004253 raw_inode = ext4_raw_inode(&iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004254 inode->i_mode = le16_to_cpu(raw_inode->i_mode);
4255 inode->i_uid = (uid_t)le16_to_cpu(raw_inode->i_uid_low);
4256 inode->i_gid = (gid_t)le16_to_cpu(raw_inode->i_gid_low);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004257 if (!(test_opt(inode->i_sb, NO_UID32))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004258 inode->i_uid |= le16_to_cpu(raw_inode->i_uid_high) << 16;
4259 inode->i_gid |= le16_to_cpu(raw_inode->i_gid_high) << 16;
4260 }
4261 inode->i_nlink = le16_to_cpu(raw_inode->i_links_count);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004262
4263 ei->i_state = 0;
4264 ei->i_dir_start_lookup = 0;
4265 ei->i_dtime = le32_to_cpu(raw_inode->i_dtime);
4266 /* We now have enough fields to check if the inode was active or not.
4267 * This is needed because nfsd might try to access dead inodes
4268 * the test is that same one that e2fsck uses
4269 * NeilBrown 1999oct15
4270 */
4271 if (inode->i_nlink == 0) {
4272 if (inode->i_mode == 0 ||
Mingming Cao617ba132006-10-11 01:20:53 -07004273 !(EXT4_SB(inode->i_sb)->s_mount_state & EXT4_ORPHAN_FS)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004274 /* this inode is deleted */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004275 brelse(bh);
David Howells1d1fe1e2008-02-07 00:15:37 -08004276 ret = -ESTALE;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004277 goto bad_inode;
4278 }
4279 /* The only unlinked inodes we let through here have
4280 * valid i_mode and are being read by the orphan
4281 * recovery code: that's fine, we're about to complete
4282 * the process of deleting those. */
4283 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004284 ei->i_flags = le32_to_cpu(raw_inode->i_flags);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004285 inode->i_blocks = ext4_inode_blocks(raw_inode, ei);
Aneesh Kumar K.V7973c0c2008-01-28 23:58:27 -05004286 ei->i_file_acl = le32_to_cpu(raw_inode->i_file_acl_lo);
Mingming Cao9b8f1f02006-10-11 01:21:13 -07004287 if (EXT4_SB(inode->i_sb)->s_es->s_creator_os !=
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004288 cpu_to_le32(EXT4_OS_HURD)) {
Badari Pulavartya1ddeb72006-10-11 01:21:09 -07004289 ei->i_file_acl |=
4290 ((__u64)le16_to_cpu(raw_inode->i_file_acl_high)) << 32;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004291 }
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004292 inode->i_size = ext4_isize(raw_inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004293 ei->i_disksize = inode->i_size;
4294 inode->i_generation = le32_to_cpu(raw_inode->i_generation);
4295 ei->i_block_group = iloc.block_group;
Theodore Ts'oa4912122009-03-12 12:18:34 -04004296 ei->i_last_alloc_group = ~0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004297 /*
4298 * NOTE! The in-memory inode i_data array is in little-endian order
4299 * even on big-endian machines: we do NOT byteswap the block numbers!
4300 */
Mingming Cao617ba132006-10-11 01:20:53 -07004301 for (block = 0; block < EXT4_N_BLOCKS; block++)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004302 ei->i_data[block] = raw_inode->i_block[block];
4303 INIT_LIST_HEAD(&ei->i_orphan);
4304
Eric Sandeen0040d982008-02-05 22:36:43 -05004305 if (EXT4_INODE_SIZE(inode->i_sb) > EXT4_GOOD_OLD_INODE_SIZE) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004306 ei->i_extra_isize = le16_to_cpu(raw_inode->i_extra_isize);
Mingming Cao617ba132006-10-11 01:20:53 -07004307 if (EXT4_GOOD_OLD_INODE_SIZE + ei->i_extra_isize >
Kirill Korotaeve5d28612007-06-23 17:16:51 -07004308 EXT4_INODE_SIZE(inode->i_sb)) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004309 brelse(bh);
David Howells1d1fe1e2008-02-07 00:15:37 -08004310 ret = -EIO;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004311 goto bad_inode;
Kirill Korotaeve5d28612007-06-23 17:16:51 -07004312 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004313 if (ei->i_extra_isize == 0) {
4314 /* The extra space is currently unused. Use it. */
Mingming Cao617ba132006-10-11 01:20:53 -07004315 ei->i_extra_isize = sizeof(struct ext4_inode) -
4316 EXT4_GOOD_OLD_INODE_SIZE;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004317 } else {
4318 __le32 *magic = (void *)raw_inode +
Mingming Cao617ba132006-10-11 01:20:53 -07004319 EXT4_GOOD_OLD_INODE_SIZE +
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004320 ei->i_extra_isize;
Mingming Cao617ba132006-10-11 01:20:53 -07004321 if (*magic == cpu_to_le32(EXT4_XATTR_MAGIC))
4322 ei->i_state |= EXT4_STATE_XATTR;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004323 }
4324 } else
4325 ei->i_extra_isize = 0;
4326
Kalpak Shahef7f3832007-07-18 09:15:20 -04004327 EXT4_INODE_GET_XTIME(i_ctime, inode, raw_inode);
4328 EXT4_INODE_GET_XTIME(i_mtime, inode, raw_inode);
4329 EXT4_INODE_GET_XTIME(i_atime, inode, raw_inode);
4330 EXT4_EINODE_GET_XTIME(i_crtime, ei, raw_inode);
4331
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004332 inode->i_version = le32_to_cpu(raw_inode->i_disk_version);
4333 if (EXT4_INODE_SIZE(inode->i_sb) > EXT4_GOOD_OLD_INODE_SIZE) {
4334 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi))
4335 inode->i_version |=
4336 (__u64)(le32_to_cpu(raw_inode->i_version_hi)) << 32;
4337 }
4338
Aneesh Kumar K.V7a262f72009-03-27 16:39:58 -04004339 if (ei->i_flags & EXT4_EXTENTS_FL) {
4340 /* Validate extent which is part of inode */
4341 ret = ext4_ext_check_inode(inode);
4342 if (ret) {
4343 brelse(bh);
4344 goto bad_inode;
4345 }
4346
4347 }
4348
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004349 if (S_ISREG(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004350 inode->i_op = &ext4_file_inode_operations;
4351 inode->i_fop = &ext4_file_operations;
4352 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004353 } else if (S_ISDIR(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004354 inode->i_op = &ext4_dir_inode_operations;
4355 inode->i_fop = &ext4_dir_operations;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004356 } else if (S_ISLNK(inode->i_mode)) {
Duane Griffine83c1392008-12-19 20:47:15 +00004357 if (ext4_inode_is_fast_symlink(inode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004358 inode->i_op = &ext4_fast_symlink_inode_operations;
Duane Griffine83c1392008-12-19 20:47:15 +00004359 nd_terminate_link(ei->i_data, inode->i_size,
4360 sizeof(ei->i_data) - 1);
4361 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07004362 inode->i_op = &ext4_symlink_inode_operations;
4363 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004364 }
4365 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07004366 inode->i_op = &ext4_special_inode_operations;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004367 if (raw_inode->i_block[0])
4368 init_special_inode(inode, inode->i_mode,
4369 old_decode_dev(le32_to_cpu(raw_inode->i_block[0])));
4370 else
4371 init_special_inode(inode, inode->i_mode,
4372 new_decode_dev(le32_to_cpu(raw_inode->i_block[1])));
4373 }
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004374 brelse(iloc.bh);
Mingming Cao617ba132006-10-11 01:20:53 -07004375 ext4_set_inode_flags(inode);
David Howells1d1fe1e2008-02-07 00:15:37 -08004376 unlock_new_inode(inode);
4377 return inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004378
4379bad_inode:
David Howells1d1fe1e2008-02-07 00:15:37 -08004380 iget_failed(inode);
4381 return ERR_PTR(ret);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004382}
4383
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004384static int ext4_inode_blocks_set(handle_t *handle,
4385 struct ext4_inode *raw_inode,
4386 struct ext4_inode_info *ei)
4387{
4388 struct inode *inode = &(ei->vfs_inode);
4389 u64 i_blocks = inode->i_blocks;
4390 struct super_block *sb = inode->i_sb;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004391
4392 if (i_blocks <= ~0U) {
4393 /*
4394 * i_blocks can be represnted in a 32 bit variable
4395 * as multiple of 512 bytes
4396 */
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004397 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004398 raw_inode->i_blocks_high = 0;
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004399 ei->i_flags &= ~EXT4_HUGE_FILE_FL;
Theodore Ts'of287a1a2008-10-16 22:50:48 -04004400 return 0;
4401 }
4402 if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_HUGE_FILE))
4403 return -EFBIG;
4404
4405 if (i_blocks <= 0xffffffffffffULL) {
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004406 /*
4407 * i_blocks can be represented in a 48 bit variable
4408 * as multiple of 512 bytes
4409 */
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004410 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004411 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32);
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004412 ei->i_flags &= ~EXT4_HUGE_FILE_FL;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004413 } else {
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004414 ei->i_flags |= EXT4_HUGE_FILE_FL;
4415 /* i_block is stored in file system block size */
4416 i_blocks = i_blocks >> (inode->i_blkbits - 9);
4417 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
4418 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004419 }
Theodore Ts'of287a1a2008-10-16 22:50:48 -04004420 return 0;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004421}
4422
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004423/*
4424 * Post the struct inode info into an on-disk inode location in the
4425 * buffer-cache. This gobbles the caller's reference to the
4426 * buffer_head in the inode location struct.
4427 *
4428 * The caller must have write access to iloc->bh.
4429 */
Mingming Cao617ba132006-10-11 01:20:53 -07004430static int ext4_do_update_inode(handle_t *handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004431 struct inode *inode,
Mingming Cao617ba132006-10-11 01:20:53 -07004432 struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004433{
Mingming Cao617ba132006-10-11 01:20:53 -07004434 struct ext4_inode *raw_inode = ext4_raw_inode(iloc);
4435 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004436 struct buffer_head *bh = iloc->bh;
4437 int err = 0, rc, block;
4438
4439 /* For fields not not tracking in the in-memory inode,
4440 * initialise them to zero for new inodes. */
Mingming Cao617ba132006-10-11 01:20:53 -07004441 if (ei->i_state & EXT4_STATE_NEW)
4442 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004443
Jan Karaff9ddf72007-07-18 09:24:20 -04004444 ext4_get_inode_flags(ei);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004445 raw_inode->i_mode = cpu_to_le16(inode->i_mode);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004446 if (!(test_opt(inode->i_sb, NO_UID32))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004447 raw_inode->i_uid_low = cpu_to_le16(low_16_bits(inode->i_uid));
4448 raw_inode->i_gid_low = cpu_to_le16(low_16_bits(inode->i_gid));
4449/*
4450 * Fix up interoperability with old kernels. Otherwise, old inodes get
4451 * re-used with the upper 16 bits of the uid/gid intact
4452 */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004453 if (!ei->i_dtime) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004454 raw_inode->i_uid_high =
4455 cpu_to_le16(high_16_bits(inode->i_uid));
4456 raw_inode->i_gid_high =
4457 cpu_to_le16(high_16_bits(inode->i_gid));
4458 } else {
4459 raw_inode->i_uid_high = 0;
4460 raw_inode->i_gid_high = 0;
4461 }
4462 } else {
4463 raw_inode->i_uid_low =
4464 cpu_to_le16(fs_high2lowuid(inode->i_uid));
4465 raw_inode->i_gid_low =
4466 cpu_to_le16(fs_high2lowgid(inode->i_gid));
4467 raw_inode->i_uid_high = 0;
4468 raw_inode->i_gid_high = 0;
4469 }
4470 raw_inode->i_links_count = cpu_to_le16(inode->i_nlink);
Kalpak Shahef7f3832007-07-18 09:15:20 -04004471
4472 EXT4_INODE_SET_XTIME(i_ctime, inode, raw_inode);
4473 EXT4_INODE_SET_XTIME(i_mtime, inode, raw_inode);
4474 EXT4_INODE_SET_XTIME(i_atime, inode, raw_inode);
4475 EXT4_EINODE_SET_XTIME(i_crtime, ei, raw_inode);
4476
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004477 if (ext4_inode_blocks_set(handle, raw_inode, ei))
4478 goto out_brelse;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004479 raw_inode->i_dtime = cpu_to_le32(ei->i_dtime);
Aneesh Kumar K.V267e4db2008-04-29 08:11:12 -04004480 /* clear the migrate flag in the raw_inode */
4481 raw_inode->i_flags = cpu_to_le32(ei->i_flags & ~EXT4_EXT_MIGRATE);
Mingming Cao9b8f1f02006-10-11 01:21:13 -07004482 if (EXT4_SB(inode->i_sb)->s_es->s_creator_os !=
4483 cpu_to_le32(EXT4_OS_HURD))
Badari Pulavartya1ddeb72006-10-11 01:21:09 -07004484 raw_inode->i_file_acl_high =
4485 cpu_to_le16(ei->i_file_acl >> 32);
Aneesh Kumar K.V7973c0c2008-01-28 23:58:27 -05004486 raw_inode->i_file_acl_lo = cpu_to_le32(ei->i_file_acl);
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004487 ext4_isize_set(raw_inode, ei->i_disksize);
4488 if (ei->i_disksize > 0x7fffffffULL) {
4489 struct super_block *sb = inode->i_sb;
4490 if (!EXT4_HAS_RO_COMPAT_FEATURE(sb,
4491 EXT4_FEATURE_RO_COMPAT_LARGE_FILE) ||
4492 EXT4_SB(sb)->s_es->s_rev_level ==
4493 cpu_to_le32(EXT4_GOOD_OLD_REV)) {
4494 /* If this is the first large file
4495 * created, add a flag to the superblock.
4496 */
4497 err = ext4_journal_get_write_access(handle,
4498 EXT4_SB(sb)->s_sbh);
4499 if (err)
4500 goto out_brelse;
4501 ext4_update_dynamic_rev(sb);
4502 EXT4_SET_RO_COMPAT_FEATURE(sb,
Mingming Cao617ba132006-10-11 01:20:53 -07004503 EXT4_FEATURE_RO_COMPAT_LARGE_FILE);
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004504 sb->s_dirt = 1;
Frank Mayhar03901312009-01-07 00:06:22 -05004505 ext4_handle_sync(handle);
4506 err = ext4_handle_dirty_metadata(handle, inode,
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004507 EXT4_SB(sb)->s_sbh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004508 }
4509 }
4510 raw_inode->i_generation = cpu_to_le32(inode->i_generation);
4511 if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode)) {
4512 if (old_valid_dev(inode->i_rdev)) {
4513 raw_inode->i_block[0] =
4514 cpu_to_le32(old_encode_dev(inode->i_rdev));
4515 raw_inode->i_block[1] = 0;
4516 } else {
4517 raw_inode->i_block[0] = 0;
4518 raw_inode->i_block[1] =
4519 cpu_to_le32(new_encode_dev(inode->i_rdev));
4520 raw_inode->i_block[2] = 0;
4521 }
Mingming Cao617ba132006-10-11 01:20:53 -07004522 } else for (block = 0; block < EXT4_N_BLOCKS; block++)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004523 raw_inode->i_block[block] = ei->i_data[block];
4524
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004525 raw_inode->i_disk_version = cpu_to_le32(inode->i_version);
4526 if (ei->i_extra_isize) {
4527 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi))
4528 raw_inode->i_version_hi =
4529 cpu_to_le32(inode->i_version >> 32);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004530 raw_inode->i_extra_isize = cpu_to_le16(ei->i_extra_isize);
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004531 }
4532
Frank Mayhar03901312009-01-07 00:06:22 -05004533 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
4534 rc = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004535 if (!err)
4536 err = rc;
Mingming Cao617ba132006-10-11 01:20:53 -07004537 ei->i_state &= ~EXT4_STATE_NEW;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004538
4539out_brelse:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004540 brelse(bh);
Mingming Cao617ba132006-10-11 01:20:53 -07004541 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004542 return err;
4543}
4544
4545/*
Mingming Cao617ba132006-10-11 01:20:53 -07004546 * ext4_write_inode()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004547 *
4548 * We are called from a few places:
4549 *
4550 * - Within generic_file_write() for O_SYNC files.
4551 * Here, there will be no transaction running. We wait for any running
4552 * trasnaction to commit.
4553 *
4554 * - Within sys_sync(), kupdate and such.
4555 * We wait on commit, if tol to.
4556 *
4557 * - Within prune_icache() (PF_MEMALLOC == true)
4558 * Here we simply return. We can't afford to block kswapd on the
4559 * journal commit.
4560 *
4561 * In all cases it is actually safe for us to return without doing anything,
4562 * because the inode has been copied into a raw inode buffer in
Mingming Cao617ba132006-10-11 01:20:53 -07004563 * ext4_mark_inode_dirty(). This is a correctness thing for O_SYNC and for
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004564 * knfsd.
4565 *
4566 * Note that we are absolutely dependent upon all inode dirtiers doing the
4567 * right thing: they *must* call mark_inode_dirty() after dirtying info in
4568 * which we are interested.
4569 *
4570 * It would be a bug for them to not do this. The code:
4571 *
4572 * mark_inode_dirty(inode)
4573 * stuff();
4574 * inode->i_size = expr;
4575 *
4576 * is in error because a kswapd-driven write_inode() could occur while
4577 * `stuff()' is running, and the new i_size will be lost. Plus the inode
4578 * will no longer be on the superblock's dirty inode list.
4579 */
Mingming Cao617ba132006-10-11 01:20:53 -07004580int ext4_write_inode(struct inode *inode, int wait)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004581{
4582 if (current->flags & PF_MEMALLOC)
4583 return 0;
4584
Mingming Cao617ba132006-10-11 01:20:53 -07004585 if (ext4_journal_current_handle()) {
Mingming Caob38bd332007-07-19 01:48:35 -07004586 jbd_debug(1, "called recursively, non-PF_MEMALLOC!\n");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004587 dump_stack();
4588 return -EIO;
4589 }
4590
4591 if (!wait)
4592 return 0;
4593
Mingming Cao617ba132006-10-11 01:20:53 -07004594 return ext4_force_commit(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004595}
4596
Frank Mayhar03901312009-01-07 00:06:22 -05004597int __ext4_write_dirty_metadata(struct inode *inode, struct buffer_head *bh)
4598{
4599 int err = 0;
4600
4601 mark_buffer_dirty(bh);
4602 if (inode && inode_needs_sync(inode)) {
4603 sync_dirty_buffer(bh);
4604 if (buffer_req(bh) && !buffer_uptodate(bh)) {
4605 ext4_error(inode->i_sb, __func__,
4606 "IO error syncing inode, "
4607 "inode=%lu, block=%llu",
4608 inode->i_ino,
4609 (unsigned long long)bh->b_blocknr);
4610 err = -EIO;
4611 }
4612 }
4613 return err;
4614}
4615
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004616/*
Mingming Cao617ba132006-10-11 01:20:53 -07004617 * ext4_setattr()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004618 *
4619 * Called from notify_change.
4620 *
4621 * We want to trap VFS attempts to truncate the file as soon as
4622 * possible. In particular, we want to make sure that when the VFS
4623 * shrinks i_size, we put the inode on the orphan list and modify
4624 * i_disksize immediately, so that during the subsequent flushing of
4625 * dirty pages and freeing of disk blocks, we can guarantee that any
4626 * commit will leave the blocks being flushed in an unused state on
4627 * disk. (On recovery, the inode will get truncated and the blocks will
4628 * be freed, so we have a strong guarantee that no future commit will
4629 * leave these blocks visible to the user.)
4630 *
Jan Kara678aaf42008-07-11 19:27:31 -04004631 * Another thing we have to assure is that if we are in ordered mode
4632 * and inode is still attached to the committing transaction, we must
4633 * we start writeout of all the dirty pages which are being truncated.
4634 * This way we are sure that all the data written in the previous
4635 * transaction are already on disk (truncate waits for pages under
4636 * writeback).
4637 *
4638 * Called with inode->i_mutex down.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004639 */
Mingming Cao617ba132006-10-11 01:20:53 -07004640int ext4_setattr(struct dentry *dentry, struct iattr *attr)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004641{
4642 struct inode *inode = dentry->d_inode;
4643 int error, rc = 0;
4644 const unsigned int ia_valid = attr->ia_valid;
4645
4646 error = inode_change_ok(inode, attr);
4647 if (error)
4648 return error;
4649
4650 if ((ia_valid & ATTR_UID && attr->ia_uid != inode->i_uid) ||
4651 (ia_valid & ATTR_GID && attr->ia_gid != inode->i_gid)) {
4652 handle_t *handle;
4653
4654 /* (user+group)*(old+new) structure, inode write (sb,
4655 * inode block, ? - but truncate inode update has it) */
Mingming Cao617ba132006-10-11 01:20:53 -07004656 handle = ext4_journal_start(inode, 2*(EXT4_QUOTA_INIT_BLOCKS(inode->i_sb)+
4657 EXT4_QUOTA_DEL_BLOCKS(inode->i_sb))+3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004658 if (IS_ERR(handle)) {
4659 error = PTR_ERR(handle);
4660 goto err_out;
4661 }
Jan Karaa269eb12009-01-26 17:04:39 +01004662 error = vfs_dq_transfer(inode, attr) ? -EDQUOT : 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004663 if (error) {
Mingming Cao617ba132006-10-11 01:20:53 -07004664 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004665 return error;
4666 }
4667 /* Update corresponding info in inode so that everything is in
4668 * one transaction */
4669 if (attr->ia_valid & ATTR_UID)
4670 inode->i_uid = attr->ia_uid;
4671 if (attr->ia_valid & ATTR_GID)
4672 inode->i_gid = attr->ia_gid;
Mingming Cao617ba132006-10-11 01:20:53 -07004673 error = ext4_mark_inode_dirty(handle, inode);
4674 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004675 }
4676
Eric Sandeene2b46572008-01-28 23:58:27 -05004677 if (attr->ia_valid & ATTR_SIZE) {
4678 if (!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL)) {
4679 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
4680
4681 if (attr->ia_size > sbi->s_bitmap_maxbytes) {
4682 error = -EFBIG;
4683 goto err_out;
4684 }
4685 }
4686 }
4687
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004688 if (S_ISREG(inode->i_mode) &&
4689 attr->ia_valid & ATTR_SIZE && attr->ia_size < inode->i_size) {
4690 handle_t *handle;
4691
Mingming Cao617ba132006-10-11 01:20:53 -07004692 handle = ext4_journal_start(inode, 3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004693 if (IS_ERR(handle)) {
4694 error = PTR_ERR(handle);
4695 goto err_out;
4696 }
4697
Mingming Cao617ba132006-10-11 01:20:53 -07004698 error = ext4_orphan_add(handle, inode);
4699 EXT4_I(inode)->i_disksize = attr->ia_size;
4700 rc = ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004701 if (!error)
4702 error = rc;
Mingming Cao617ba132006-10-11 01:20:53 -07004703 ext4_journal_stop(handle);
Jan Kara678aaf42008-07-11 19:27:31 -04004704
4705 if (ext4_should_order_data(inode)) {
4706 error = ext4_begin_ordered_truncate(inode,
4707 attr->ia_size);
4708 if (error) {
4709 /* Do as much error cleanup as possible */
4710 handle = ext4_journal_start(inode, 3);
4711 if (IS_ERR(handle)) {
4712 ext4_orphan_del(NULL, inode);
4713 goto err_out;
4714 }
4715 ext4_orphan_del(handle, inode);
4716 ext4_journal_stop(handle);
4717 goto err_out;
4718 }
4719 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004720 }
4721
4722 rc = inode_setattr(inode, attr);
4723
Mingming Cao617ba132006-10-11 01:20:53 -07004724 /* If inode_setattr's call to ext4_truncate failed to get a
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004725 * transaction handle at all, we need to clean up the in-core
4726 * orphan list manually. */
4727 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07004728 ext4_orphan_del(NULL, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004729
4730 if (!rc && (ia_valid & ATTR_MODE))
Mingming Cao617ba132006-10-11 01:20:53 -07004731 rc = ext4_acl_chmod(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004732
4733err_out:
Mingming Cao617ba132006-10-11 01:20:53 -07004734 ext4_std_error(inode->i_sb, error);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004735 if (!error)
4736 error = rc;
4737 return error;
4738}
4739
Mingming Cao3e3398a2008-07-11 19:27:31 -04004740int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
4741 struct kstat *stat)
4742{
4743 struct inode *inode;
4744 unsigned long delalloc_blocks;
4745
4746 inode = dentry->d_inode;
4747 generic_fillattr(inode, stat);
4748
4749 /*
4750 * We can't update i_blocks if the block allocation is delayed
4751 * otherwise in the case of system crash before the real block
4752 * allocation is done, we will have i_blocks inconsistent with
4753 * on-disk file blocks.
4754 * We always keep i_blocks updated together with real
4755 * allocation. But to not confuse with user, stat
4756 * will return the blocks that include the delayed allocation
4757 * blocks for this file.
4758 */
4759 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
4760 delalloc_blocks = EXT4_I(inode)->i_reserved_data_blocks;
4761 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
4762
4763 stat->blocks += (delalloc_blocks << inode->i_sb->s_blocksize_bits)>>9;
4764 return 0;
4765}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004766
Mingming Caoa02908f2008-08-19 22:16:07 -04004767static int ext4_indirect_trans_blocks(struct inode *inode, int nrblocks,
4768 int chunk)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004769{
Mingming Caoa02908f2008-08-19 22:16:07 -04004770 int indirects;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004771
Mingming Caoa02908f2008-08-19 22:16:07 -04004772 /* if nrblocks are contiguous */
4773 if (chunk) {
4774 /*
4775 * With N contiguous data blocks, it need at most
4776 * N/EXT4_ADDR_PER_BLOCK(inode->i_sb) indirect blocks
4777 * 2 dindirect blocks
4778 * 1 tindirect block
4779 */
4780 indirects = nrblocks / EXT4_ADDR_PER_BLOCK(inode->i_sb);
4781 return indirects + 3;
4782 }
4783 /*
4784 * if nrblocks are not contiguous, worse case, each block touch
4785 * a indirect block, and each indirect block touch a double indirect
4786 * block, plus a triple indirect block
4787 */
4788 indirects = nrblocks * 2 + 1;
4789 return indirects;
4790}
Alex Tomasa86c6182006-10-11 01:21:03 -07004791
Mingming Caoa02908f2008-08-19 22:16:07 -04004792static int ext4_index_trans_blocks(struct inode *inode, int nrblocks, int chunk)
4793{
4794 if (!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL))
Theodore Ts'oac51d832008-11-06 16:49:36 -05004795 return ext4_indirect_trans_blocks(inode, nrblocks, chunk);
4796 return ext4_ext_index_trans_blocks(inode, nrblocks, chunk);
Mingming Caoa02908f2008-08-19 22:16:07 -04004797}
Theodore Ts'oac51d832008-11-06 16:49:36 -05004798
Mingming Caoa02908f2008-08-19 22:16:07 -04004799/*
4800 * Account for index blocks, block groups bitmaps and block group
4801 * descriptor blocks if modify datablocks and index blocks
4802 * worse case, the indexs blocks spread over different block groups
4803 *
4804 * If datablocks are discontiguous, they are possible to spread over
4805 * different block groups too. If they are contiugous, with flexbg,
4806 * they could still across block group boundary.
4807 *
4808 * Also account for superblock, inode, quota and xattr blocks
4809 */
4810int ext4_meta_trans_blocks(struct inode *inode, int nrblocks, int chunk)
4811{
4812 int groups, gdpblocks;
4813 int idxblocks;
4814 int ret = 0;
4815
4816 /*
4817 * How many index blocks need to touch to modify nrblocks?
4818 * The "Chunk" flag indicating whether the nrblocks is
4819 * physically contiguous on disk
4820 *
4821 * For Direct IO and fallocate, they calls get_block to allocate
4822 * one single extent at a time, so they could set the "Chunk" flag
4823 */
4824 idxblocks = ext4_index_trans_blocks(inode, nrblocks, chunk);
4825
4826 ret = idxblocks;
4827
4828 /*
4829 * Now let's see how many group bitmaps and group descriptors need
4830 * to account
4831 */
4832 groups = idxblocks;
4833 if (chunk)
4834 groups += 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004835 else
Mingming Caoa02908f2008-08-19 22:16:07 -04004836 groups += nrblocks;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004837
Mingming Caoa02908f2008-08-19 22:16:07 -04004838 gdpblocks = groups;
4839 if (groups > EXT4_SB(inode->i_sb)->s_groups_count)
4840 groups = EXT4_SB(inode->i_sb)->s_groups_count;
4841 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count)
4842 gdpblocks = EXT4_SB(inode->i_sb)->s_gdb_count;
4843
4844 /* bitmaps and block group descriptor blocks */
4845 ret += groups + gdpblocks;
4846
4847 /* Blocks for super block, inode, quota and xattr blocks */
4848 ret += EXT4_META_TRANS_BLOCKS(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004849
4850 return ret;
4851}
4852
4853/*
Mingming Caoa02908f2008-08-19 22:16:07 -04004854 * Calulate the total number of credits to reserve to fit
Mingming Caof3bd1f32008-08-19 22:16:03 -04004855 * the modification of a single pages into a single transaction,
4856 * which may include multiple chunks of block allocations.
Mingming Caoa02908f2008-08-19 22:16:07 -04004857 *
Mingming Cao525f4ed2008-08-19 22:15:58 -04004858 * This could be called via ext4_write_begin()
Mingming Caoa02908f2008-08-19 22:16:07 -04004859 *
Mingming Cao525f4ed2008-08-19 22:15:58 -04004860 * We need to consider the worse case, when
Mingming Caoa02908f2008-08-19 22:16:07 -04004861 * one new block per extent.
Mingming Caoa02908f2008-08-19 22:16:07 -04004862 */
4863int ext4_writepage_trans_blocks(struct inode *inode)
4864{
4865 int bpp = ext4_journal_blocks_per_page(inode);
4866 int ret;
4867
4868 ret = ext4_meta_trans_blocks(inode, bpp, 0);
4869
4870 /* Account for data blocks for journalled mode */
4871 if (ext4_should_journal_data(inode))
4872 ret += bpp;
4873 return ret;
4874}
Mingming Caof3bd1f32008-08-19 22:16:03 -04004875
4876/*
4877 * Calculate the journal credits for a chunk of data modification.
4878 *
4879 * This is called from DIO, fallocate or whoever calling
4880 * ext4_get_blocks_wrap() to map/allocate a chunk of contigous disk blocks.
4881 *
4882 * journal buffers for data blocks are not included here, as DIO
4883 * and fallocate do no need to journal data buffers.
4884 */
4885int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks)
4886{
4887 return ext4_meta_trans_blocks(inode, nrblocks, 1);
4888}
4889
Mingming Caoa02908f2008-08-19 22:16:07 -04004890/*
Mingming Cao617ba132006-10-11 01:20:53 -07004891 * The caller must have previously called ext4_reserve_inode_write().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004892 * Give this, we know that the caller already has write access to iloc->bh.
4893 */
Mingming Cao617ba132006-10-11 01:20:53 -07004894int ext4_mark_iloc_dirty(handle_t *handle,
4895 struct inode *inode, struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004896{
4897 int err = 0;
4898
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004899 if (test_opt(inode->i_sb, I_VERSION))
4900 inode_inc_iversion(inode);
4901
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004902 /* the do_update_inode consumes one bh->b_count */
4903 get_bh(iloc->bh);
4904
Mingming Caodab291a2006-10-11 01:21:01 -07004905 /* ext4_do_update_inode() does jbd2_journal_dirty_metadata */
Mingming Cao617ba132006-10-11 01:20:53 -07004906 err = ext4_do_update_inode(handle, inode, iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004907 put_bh(iloc->bh);
4908 return err;
4909}
4910
4911/*
4912 * On success, We end up with an outstanding reference count against
4913 * iloc->bh. This _must_ be cleaned up later.
4914 */
4915
4916int
Mingming Cao617ba132006-10-11 01:20:53 -07004917ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
4918 struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004919{
Frank Mayhar03901312009-01-07 00:06:22 -05004920 int err;
4921
4922 err = ext4_get_inode_loc(inode, iloc);
4923 if (!err) {
4924 BUFFER_TRACE(iloc->bh, "get_write_access");
4925 err = ext4_journal_get_write_access(handle, iloc->bh);
4926 if (err) {
4927 brelse(iloc->bh);
4928 iloc->bh = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004929 }
4930 }
Mingming Cao617ba132006-10-11 01:20:53 -07004931 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004932 return err;
4933}
4934
4935/*
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04004936 * Expand an inode by new_extra_isize bytes.
4937 * Returns 0 on success or negative error number on failure.
4938 */
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05004939static int ext4_expand_extra_isize(struct inode *inode,
4940 unsigned int new_extra_isize,
4941 struct ext4_iloc iloc,
4942 handle_t *handle)
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04004943{
4944 struct ext4_inode *raw_inode;
4945 struct ext4_xattr_ibody_header *header;
4946 struct ext4_xattr_entry *entry;
4947
4948 if (EXT4_I(inode)->i_extra_isize >= new_extra_isize)
4949 return 0;
4950
4951 raw_inode = ext4_raw_inode(&iloc);
4952
4953 header = IHDR(inode, raw_inode);
4954 entry = IFIRST(header);
4955
4956 /* No extended attributes present */
4957 if (!(EXT4_I(inode)->i_state & EXT4_STATE_XATTR) ||
4958 header->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC)) {
4959 memset((void *)raw_inode + EXT4_GOOD_OLD_INODE_SIZE, 0,
4960 new_extra_isize);
4961 EXT4_I(inode)->i_extra_isize = new_extra_isize;
4962 return 0;
4963 }
4964
4965 /* try to expand with EAs present */
4966 return ext4_expand_extra_isize_ea(inode, new_extra_isize,
4967 raw_inode, handle);
4968}
4969
4970/*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004971 * What we do here is to mark the in-core inode as clean with respect to inode
4972 * dirtiness (it may still be data-dirty).
4973 * This means that the in-core inode may be reaped by prune_icache
4974 * without having to perform any I/O. This is a very good thing,
4975 * because *any* task may call prune_icache - even ones which
4976 * have a transaction open against a different journal.
4977 *
4978 * Is this cheating? Not really. Sure, we haven't written the
4979 * inode out, but prune_icache isn't a user-visible syncing function.
4980 * Whenever the user wants stuff synced (sys_sync, sys_msync, sys_fsync)
4981 * we start and wait on commits.
4982 *
4983 * Is this efficient/effective? Well, we're being nice to the system
4984 * by cleaning up our inodes proactively so they can be reaped
4985 * without I/O. But we are potentially leaving up to five seconds'
4986 * worth of inodes floating about which prune_icache wants us to
4987 * write out. One way to fix that would be to get prune_icache()
4988 * to do a write_super() to free up some memory. It has the desired
4989 * effect.
4990 */
Mingming Cao617ba132006-10-11 01:20:53 -07004991int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004992{
Mingming Cao617ba132006-10-11 01:20:53 -07004993 struct ext4_iloc iloc;
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04004994 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
4995 static unsigned int mnt_count;
4996 int err, ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004997
4998 might_sleep();
Mingming Cao617ba132006-10-11 01:20:53 -07004999 err = ext4_reserve_inode_write(handle, inode, &iloc);
Frank Mayhar03901312009-01-07 00:06:22 -05005000 if (ext4_handle_valid(handle) &&
5001 EXT4_I(inode)->i_extra_isize < sbi->s_want_extra_isize &&
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005002 !(EXT4_I(inode)->i_state & EXT4_STATE_NO_EXPAND)) {
5003 /*
5004 * We need extra buffer credits since we may write into EA block
5005 * with this same handle. If journal_extend fails, then it will
5006 * only result in a minor loss of functionality for that inode.
5007 * If this is felt to be critical, then e2fsck should be run to
5008 * force a large enough s_min_extra_isize.
5009 */
5010 if ((jbd2_journal_extend(handle,
5011 EXT4_DATA_TRANS_BLOCKS(inode->i_sb))) == 0) {
5012 ret = ext4_expand_extra_isize(inode,
5013 sbi->s_want_extra_isize,
5014 iloc, handle);
5015 if (ret) {
5016 EXT4_I(inode)->i_state |= EXT4_STATE_NO_EXPAND;
Aneesh Kumar K.Vc1bddad2007-10-16 18:38:25 -04005017 if (mnt_count !=
5018 le16_to_cpu(sbi->s_es->s_mnt_count)) {
Harvey Harrison46e665e2008-04-17 10:38:59 -04005019 ext4_warning(inode->i_sb, __func__,
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005020 "Unable to expand inode %lu. Delete"
5021 " some EAs or run e2fsck.",
5022 inode->i_ino);
Aneesh Kumar K.Vc1bddad2007-10-16 18:38:25 -04005023 mnt_count =
5024 le16_to_cpu(sbi->s_es->s_mnt_count);
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005025 }
5026 }
5027 }
5028 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005029 if (!err)
Mingming Cao617ba132006-10-11 01:20:53 -07005030 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005031 return err;
5032}
5033
5034/*
Mingming Cao617ba132006-10-11 01:20:53 -07005035 * ext4_dirty_inode() is called from __mark_inode_dirty()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005036 *
5037 * We're really interested in the case where a file is being extended.
5038 * i_size has been changed by generic_commit_write() and we thus need
5039 * to include the updated inode in the current transaction.
5040 *
Jan Karaa269eb12009-01-26 17:04:39 +01005041 * Also, vfs_dq_alloc_block() will always dirty the inode when blocks
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005042 * are allocated to the file.
5043 *
5044 * If the inode is marked synchronous, we don't honour that here - doing
5045 * so would cause a commit on atime updates, which we don't bother doing.
5046 * We handle synchronous inodes at the highest possible level.
5047 */
Mingming Cao617ba132006-10-11 01:20:53 -07005048void ext4_dirty_inode(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005049{
Mingming Cao617ba132006-10-11 01:20:53 -07005050 handle_t *current_handle = ext4_journal_current_handle();
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005051 handle_t *handle;
5052
Frank Mayhar03901312009-01-07 00:06:22 -05005053 if (!ext4_handle_valid(current_handle)) {
5054 ext4_mark_inode_dirty(current_handle, inode);
5055 return;
5056 }
5057
Mingming Cao617ba132006-10-11 01:20:53 -07005058 handle = ext4_journal_start(inode, 2);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005059 if (IS_ERR(handle))
5060 goto out;
5061 if (current_handle &&
5062 current_handle->h_transaction != handle->h_transaction) {
5063 /* This task has a transaction open against a different fs */
5064 printk(KERN_EMERG "%s: transactions do not match!\n",
Harvey Harrison46e665e2008-04-17 10:38:59 -04005065 __func__);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005066 } else {
5067 jbd_debug(5, "marking dirty. outer handle=%p\n",
5068 current_handle);
Mingming Cao617ba132006-10-11 01:20:53 -07005069 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005070 }
Mingming Cao617ba132006-10-11 01:20:53 -07005071 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005072out:
5073 return;
5074}
5075
5076#if 0
5077/*
5078 * Bind an inode's backing buffer_head into this transaction, to prevent
5079 * it from being flushed to disk early. Unlike
Mingming Cao617ba132006-10-11 01:20:53 -07005080 * ext4_reserve_inode_write, this leaves behind no bh reference and
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005081 * returns no iloc structure, so the caller needs to repeat the iloc
5082 * lookup to mark the inode dirty later.
5083 */
Mingming Cao617ba132006-10-11 01:20:53 -07005084static int ext4_pin_inode(handle_t *handle, struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005085{
Mingming Cao617ba132006-10-11 01:20:53 -07005086 struct ext4_iloc iloc;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005087
5088 int err = 0;
5089 if (handle) {
Mingming Cao617ba132006-10-11 01:20:53 -07005090 err = ext4_get_inode_loc(inode, &iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005091 if (!err) {
5092 BUFFER_TRACE(iloc.bh, "get_write_access");
Mingming Caodab291a2006-10-11 01:21:01 -07005093 err = jbd2_journal_get_write_access(handle, iloc.bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005094 if (!err)
Frank Mayhar03901312009-01-07 00:06:22 -05005095 err = ext4_handle_dirty_metadata(handle,
5096 inode,
5097 iloc.bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005098 brelse(iloc.bh);
5099 }
5100 }
Mingming Cao617ba132006-10-11 01:20:53 -07005101 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005102 return err;
5103}
5104#endif
5105
Mingming Cao617ba132006-10-11 01:20:53 -07005106int ext4_change_inode_journal_flag(struct inode *inode, int val)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005107{
5108 journal_t *journal;
5109 handle_t *handle;
5110 int err;
5111
5112 /*
5113 * We have to be very careful here: changing a data block's
5114 * journaling status dynamically is dangerous. If we write a
5115 * data block to the journal, change the status and then delete
5116 * that block, we risk forgetting to revoke the old log record
5117 * from the journal and so a subsequent replay can corrupt data.
5118 * So, first we make sure that the journal is empty and that
5119 * nobody is changing anything.
5120 */
5121
Mingming Cao617ba132006-10-11 01:20:53 -07005122 journal = EXT4_JOURNAL(inode);
Frank Mayhar03901312009-01-07 00:06:22 -05005123 if (!journal)
5124 return 0;
Dave Hansend6995942007-07-18 08:33:51 -04005125 if (is_journal_aborted(journal))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005126 return -EROFS;
5127
Mingming Caodab291a2006-10-11 01:21:01 -07005128 jbd2_journal_lock_updates(journal);
5129 jbd2_journal_flush(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005130
5131 /*
5132 * OK, there are no updates running now, and all cached data is
5133 * synced to disk. We are now in a completely consistent state
5134 * which doesn't have anything in the journal, and we know that
5135 * no filesystem updates are running, so it is safe to modify
5136 * the inode's in-core data-journaling state flag now.
5137 */
5138
5139 if (val)
Mingming Cao617ba132006-10-11 01:20:53 -07005140 EXT4_I(inode)->i_flags |= EXT4_JOURNAL_DATA_FL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005141 else
Mingming Cao617ba132006-10-11 01:20:53 -07005142 EXT4_I(inode)->i_flags &= ~EXT4_JOURNAL_DATA_FL;
5143 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005144
Mingming Caodab291a2006-10-11 01:21:01 -07005145 jbd2_journal_unlock_updates(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005146
5147 /* Finally we can mark the inode as dirty. */
5148
Mingming Cao617ba132006-10-11 01:20:53 -07005149 handle = ext4_journal_start(inode, 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005150 if (IS_ERR(handle))
5151 return PTR_ERR(handle);
5152
Mingming Cao617ba132006-10-11 01:20:53 -07005153 err = ext4_mark_inode_dirty(handle, inode);
Frank Mayhar03901312009-01-07 00:06:22 -05005154 ext4_handle_sync(handle);
Mingming Cao617ba132006-10-11 01:20:53 -07005155 ext4_journal_stop(handle);
5156 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005157
5158 return err;
5159}
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005160
5161static int ext4_bh_unmapped(handle_t *handle, struct buffer_head *bh)
5162{
5163 return !buffer_mapped(bh);
5164}
5165
5166int ext4_page_mkwrite(struct vm_area_struct *vma, struct page *page)
5167{
5168 loff_t size;
5169 unsigned long len;
5170 int ret = -EINVAL;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005171 void *fsdata;
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005172 struct file *file = vma->vm_file;
5173 struct inode *inode = file->f_path.dentry->d_inode;
5174 struct address_space *mapping = inode->i_mapping;
5175
5176 /*
5177 * Get i_alloc_sem to stop truncates messing with the inode. We cannot
5178 * get i_mutex because we are already holding mmap_sem.
5179 */
5180 down_read(&inode->i_alloc_sem);
5181 size = i_size_read(inode);
5182 if (page->mapping != mapping || size <= page_offset(page)
5183 || !PageUptodate(page)) {
5184 /* page got truncated from under us? */
5185 goto out_unlock;
5186 }
5187 ret = 0;
5188 if (PageMappedToDisk(page))
5189 goto out_unlock;
5190
5191 if (page->index == size >> PAGE_CACHE_SHIFT)
5192 len = size & ~PAGE_CACHE_MASK;
5193 else
5194 len = PAGE_CACHE_SIZE;
5195
5196 if (page_has_buffers(page)) {
5197 /* return if we have all the buffers mapped */
5198 if (!walk_page_buffers(NULL, page_buffers(page), 0, len, NULL,
5199 ext4_bh_unmapped))
5200 goto out_unlock;
5201 }
5202 /*
5203 * OK, we need to fill the hole... Do write_begin write_end
5204 * to do block allocation/reservation.We are not holding
5205 * inode.i__mutex here. That allow * parallel write_begin,
5206 * write_end call. lock_page prevent this from happening
5207 * on the same page though
5208 */
5209 ret = mapping->a_ops->write_begin(file, mapping, page_offset(page),
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005210 len, AOP_FLAG_UNINTERRUPTIBLE, &page, &fsdata);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005211 if (ret < 0)
5212 goto out_unlock;
5213 ret = mapping->a_ops->write_end(file, mapping, page_offset(page),
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005214 len, len, page, fsdata);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005215 if (ret < 0)
5216 goto out_unlock;
5217 ret = 0;
5218out_unlock:
5219 up_read(&inode->i_alloc_sem);
5220 return ret;
5221}