blob: dadd3f995db5e07aca8e2957daf1a7e296aee8e8 [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
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400374static int __ext4_check_blockref(const char *function, struct inode *inode,
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400375 __le32 *p, unsigned int max)
376{
Thiemo Nagelf73953c2009-04-07 18:46:47 -0400377 __le32 *bref = p;
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400378 unsigned int blk;
379
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400380 while (bref < p+max) {
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400381 blk = le32_to_cpu(*bref++);
382 if (blk &&
383 unlikely(!ext4_data_block_valid(EXT4_SB(inode->i_sb),
384 blk, 1))) {
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400385 ext4_error(inode->i_sb, function,
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400386 "invalid block reference %u "
387 "in inode #%lu", blk, inode->i_ino);
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400388 return -EIO;
389 }
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400390 }
391 return 0;
392}
393
394
395#define ext4_check_indirect_blockref(inode, bh) \
396 __ext4_check_blockref(__func__, inode, (__le32 *)(bh)->b_data, \
397 EXT4_ADDR_PER_BLOCK((inode)->i_sb))
398
399#define ext4_check_inode_blockref(inode) \
400 __ext4_check_blockref(__func__, inode, EXT4_I(inode)->i_data, \
401 EXT4_NDIR_BLOCKS)
402
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700403/**
Mingming Cao617ba132006-10-11 01:20:53 -0700404 * ext4_get_branch - read the chain of indirect blocks leading to data
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700405 * @inode: inode in question
406 * @depth: depth of the chain (1 - direct pointer, etc.)
407 * @offsets: offsets of pointers in inode/indirect blocks
408 * @chain: place to store the result
409 * @err: here we store the error value
410 *
411 * Function fills the array of triples <key, p, bh> and returns %NULL
412 * if everything went OK or the pointer to the last filled triple
413 * (incomplete one) otherwise. Upon the return chain[i].key contains
414 * the number of (i+1)-th block in the chain (as it is stored in memory,
415 * i.e. little-endian 32-bit), chain[i].p contains the address of that
416 * number (it points into struct inode for i==0 and into the bh->b_data
417 * for i>0) and chain[i].bh points to the buffer_head of i-th indirect
418 * block for i>0 and NULL for i==0. In other words, it holds the block
419 * numbers of the chain, addresses they were taken from (and where we can
420 * verify that chain did not change) and buffer_heads hosting these
421 * numbers.
422 *
423 * Function stops when it stumbles upon zero pointer (absent block)
424 * (pointer to last triple returned, *@err == 0)
425 * or when it gets an IO error reading an indirect block
426 * (ditto, *@err == -EIO)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700427 * or when it reads all @depth-1 indirect blocks successfully and finds
428 * the whole chain, all way to the data (returns %NULL, *err == 0).
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500429 *
430 * Need to be called with
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -0500431 * down_read(&EXT4_I(inode)->i_data_sem)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700432 */
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500433static Indirect *ext4_get_branch(struct inode *inode, int depth,
434 ext4_lblk_t *offsets,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700435 Indirect chain[4], int *err)
436{
437 struct super_block *sb = inode->i_sb;
438 Indirect *p = chain;
439 struct buffer_head *bh;
440
441 *err = 0;
442 /* i_data is not going away, no lock needed */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400443 add_chain(chain, NULL, EXT4_I(inode)->i_data + *offsets);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700444 if (!p->key)
445 goto no_block;
446 while (--depth) {
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400447 bh = sb_getblk(sb, le32_to_cpu(p->key));
448 if (unlikely(!bh))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700449 goto failure;
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400450
451 if (!bh_uptodate_or_lock(bh)) {
452 if (bh_submit_read(bh) < 0) {
453 put_bh(bh);
454 goto failure;
455 }
456 /* validate block references */
457 if (ext4_check_indirect_blockref(inode, bh)) {
458 put_bh(bh);
459 goto failure;
460 }
461 }
462
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400463 add_chain(++p, bh, (__le32 *)bh->b_data + *++offsets);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700464 /* Reader: end */
465 if (!p->key)
466 goto no_block;
467 }
468 return NULL;
469
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700470failure:
471 *err = -EIO;
472no_block:
473 return p;
474}
475
476/**
Mingming Cao617ba132006-10-11 01:20:53 -0700477 * ext4_find_near - find a place for allocation with sufficient locality
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700478 * @inode: owner
479 * @ind: descriptor of indirect block.
480 *
Benoit Boissinot1cc8dcf52008-04-21 22:45:55 +0000481 * This function returns the preferred place for block allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700482 * It is used when heuristic for sequential allocation fails.
483 * Rules are:
484 * + if there is a block to the left of our position - allocate near it.
485 * + if pointer will live in indirect block - allocate near that block.
486 * + if pointer will live in inode - allocate in the same
487 * cylinder group.
488 *
489 * In the latter case we colour the starting block by the callers PID to
490 * prevent it from clashing with concurrent allocations for a different inode
491 * in the same block group. The PID is used here so that functionally related
492 * files will be close-by on-disk.
493 *
494 * Caller must make sure that @ind is valid and will stay that way.
495 */
Mingming Cao617ba132006-10-11 01:20:53 -0700496static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700497{
Mingming Cao617ba132006-10-11 01:20:53 -0700498 struct ext4_inode_info *ei = EXT4_I(inode);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400499 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700500 __le32 *p;
Mingming Cao617ba132006-10-11 01:20:53 -0700501 ext4_fsblk_t bg_start;
Valerie Clement74d34872008-02-15 13:43:07 -0500502 ext4_fsblk_t last_block;
Mingming Cao617ba132006-10-11 01:20:53 -0700503 ext4_grpblk_t colour;
Theodore Ts'oa4912122009-03-12 12:18:34 -0400504 ext4_group_t block_group;
505 int flex_size = ext4_flex_bg_size(EXT4_SB(inode->i_sb));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700506
507 /* Try to find previous block */
508 for (p = ind->p - 1; p >= start; p--) {
509 if (*p)
510 return le32_to_cpu(*p);
511 }
512
513 /* No such thing, so let's try location of indirect block */
514 if (ind->bh)
515 return ind->bh->b_blocknr;
516
517 /*
518 * It is going to be referred to from the inode itself? OK, just put it
519 * into the same cylinder group then.
520 */
Theodore Ts'oa4912122009-03-12 12:18:34 -0400521 block_group = ei->i_block_group;
522 if (flex_size >= EXT4_FLEX_SIZE_DIR_ALLOC_SCHEME) {
523 block_group &= ~(flex_size-1);
524 if (S_ISREG(inode->i_mode))
525 block_group++;
526 }
527 bg_start = ext4_group_first_block_no(inode->i_sb, block_group);
Valerie Clement74d34872008-02-15 13:43:07 -0500528 last_block = ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es) - 1;
529
Theodore Ts'oa4912122009-03-12 12:18:34 -0400530 /*
531 * If we are doing delayed allocation, we don't need take
532 * colour into account.
533 */
534 if (test_opt(inode->i_sb, DELALLOC))
535 return bg_start;
536
Valerie Clement74d34872008-02-15 13:43:07 -0500537 if (bg_start + EXT4_BLOCKS_PER_GROUP(inode->i_sb) <= last_block)
538 colour = (current->pid % 16) *
Mingming Cao617ba132006-10-11 01:20:53 -0700539 (EXT4_BLOCKS_PER_GROUP(inode->i_sb) / 16);
Valerie Clement74d34872008-02-15 13:43:07 -0500540 else
541 colour = (current->pid % 16) * ((last_block - bg_start) / 16);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700542 return bg_start + colour;
543}
544
545/**
Benoit Boissinot1cc8dcf52008-04-21 22:45:55 +0000546 * ext4_find_goal - find a preferred place for allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700547 * @inode: owner
548 * @block: block we want
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700549 * @partial: pointer to the last triple within a chain
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700550 *
Benoit Boissinot1cc8dcf52008-04-21 22:45:55 +0000551 * Normally this function find the preferred place for block allocation,
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800552 * returns it.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700553 */
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500554static ext4_fsblk_t ext4_find_goal(struct inode *inode, ext4_lblk_t block,
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800555 Indirect *partial)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700556{
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700557 /*
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -0400558 * XXX need to get goal block from mballoc's data structures
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700559 */
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700560
Mingming Cao617ba132006-10-11 01:20:53 -0700561 return ext4_find_near(inode, partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700562}
563
564/**
Mingming Cao617ba132006-10-11 01:20:53 -0700565 * ext4_blks_to_allocate: Look up the block map and count the number
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700566 * of direct blocks need to be allocated for the given branch.
567 *
568 * @branch: chain of indirect blocks
569 * @k: number of blocks need for indirect blocks
570 * @blks: number of data blocks to be mapped.
571 * @blocks_to_boundary: the offset in the indirect block
572 *
573 * return the total number of blocks to be allocate, including the
574 * direct and indirect blocks.
575 */
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500576static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700577 int blocks_to_boundary)
578{
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500579 unsigned int count = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700580
581 /*
582 * Simple case, [t,d]Indirect block(s) has not allocated yet
583 * then it's clear blocks on that path have not allocated
584 */
585 if (k > 0) {
586 /* right now we don't handle cross boundary allocation */
587 if (blks < blocks_to_boundary + 1)
588 count += blks;
589 else
590 count += blocks_to_boundary + 1;
591 return count;
592 }
593
594 count++;
595 while (count < blks && count <= blocks_to_boundary &&
596 le32_to_cpu(*(branch[0].p + count)) == 0) {
597 count++;
598 }
599 return count;
600}
601
602/**
Mingming Cao617ba132006-10-11 01:20:53 -0700603 * ext4_alloc_blocks: multiple allocate blocks needed for a branch
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700604 * @indirect_blks: the number of blocks need to allocate for indirect
605 * blocks
606 *
607 * @new_blocks: on return it will store the new block numbers for
608 * the indirect blocks(if needed) and the first direct block,
609 * @blks: on return it will store the total number of allocated
610 * direct blocks
611 */
Mingming Cao617ba132006-10-11 01:20:53 -0700612static int ext4_alloc_blocks(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400613 ext4_lblk_t iblock, ext4_fsblk_t goal,
614 int indirect_blks, int blks,
615 ext4_fsblk_t new_blocks[4], int *err)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700616{
Theodore Ts'o815a1132009-01-01 23:59:43 -0500617 struct ext4_allocation_request ar;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700618 int target, i;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400619 unsigned long count = 0, blk_allocated = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700620 int index = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700621 ext4_fsblk_t current_block = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700622 int ret = 0;
623
624 /*
625 * Here we try to allocate the requested multiple blocks at once,
626 * on a best-effort basis.
627 * To build a branch, we should allocate blocks for
628 * the indirect blocks(if not allocated yet), and at least
629 * the first direct block of this branch. That's the
630 * minimum number of blocks need to allocate(required)
631 */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400632 /* first we try to allocate the indirect blocks */
633 target = indirect_blks;
634 while (target > 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700635 count = target;
636 /* allocating blocks for indirect blocks and direct blocks */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400637 current_block = ext4_new_meta_blocks(handle, inode,
638 goal, &count, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700639 if (*err)
640 goto failed_out;
641
642 target -= count;
643 /* allocate blocks for indirect blocks */
644 while (index < indirect_blks && count) {
645 new_blocks[index++] = current_block++;
646 count--;
647 }
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400648 if (count > 0) {
649 /*
650 * save the new block number
651 * for the first direct block
652 */
653 new_blocks[index] = current_block;
654 printk(KERN_INFO "%s returned more blocks than "
655 "requested\n", __func__);
656 WARN_ON(1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700657 break;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400658 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700659 }
660
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400661 target = blks - count ;
662 blk_allocated = count;
663 if (!target)
664 goto allocated;
665 /* Now allocate data blocks */
Theodore Ts'o815a1132009-01-01 23:59:43 -0500666 memset(&ar, 0, sizeof(ar));
667 ar.inode = inode;
668 ar.goal = goal;
669 ar.len = target;
670 ar.logical = iblock;
671 if (S_ISREG(inode->i_mode))
672 /* enable in-core preallocation only for regular files */
673 ar.flags = EXT4_MB_HINT_DATA;
674
675 current_block = ext4_mb_new_blocks(handle, &ar, err);
676
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400677 if (*err && (target == blks)) {
678 /*
679 * if the allocation failed and we didn't allocate
680 * any blocks before
681 */
682 goto failed_out;
683 }
684 if (!*err) {
685 if (target == blks) {
686 /*
687 * save the new block number
688 * for the first direct block
689 */
690 new_blocks[index] = current_block;
691 }
Theodore Ts'o815a1132009-01-01 23:59:43 -0500692 blk_allocated += ar.len;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400693 }
694allocated:
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700695 /* total number of blocks allocated for direct blocks */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400696 ret = blk_allocated;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700697 *err = 0;
698 return ret;
699failed_out:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400700 for (i = 0; i < index; i++)
Alex Tomasc9de5602008-01-29 00:19:52 -0500701 ext4_free_blocks(handle, inode, new_blocks[i], 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700702 return ret;
703}
704
705/**
Mingming Cao617ba132006-10-11 01:20:53 -0700706 * ext4_alloc_branch - allocate and set up a chain of blocks.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700707 * @inode: owner
708 * @indirect_blks: number of allocated indirect blocks
709 * @blks: number of allocated direct blocks
710 * @offsets: offsets (in the blocks) to store the pointers to next.
711 * @branch: place to store the chain in.
712 *
713 * This function allocates blocks, zeroes out all but the last one,
714 * links them into chain and (if we are synchronous) writes them to disk.
715 * In other words, it prepares a branch that can be spliced onto the
716 * inode. It stores the information about that chain in the branch[], in
Mingming Cao617ba132006-10-11 01:20:53 -0700717 * the same format as ext4_get_branch() would do. We are calling it after
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700718 * we had read the existing part of chain and partial points to the last
719 * triple of that (one with zero ->key). Upon the exit we have the same
Mingming Cao617ba132006-10-11 01:20:53 -0700720 * picture as after the successful ext4_get_block(), except that in one
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700721 * place chain is disconnected - *branch->p is still zero (we did not
722 * set the last link), but branch->key contains the number that should
723 * be placed into *branch->p to fill that gap.
724 *
725 * If allocation fails we free all blocks we've allocated (and forget
726 * their buffer_heads) and return the error value the from failed
Mingming Cao617ba132006-10-11 01:20:53 -0700727 * ext4_alloc_block() (normally -ENOSPC). Otherwise we set the chain
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700728 * as described above and return 0.
729 */
Mingming Cao617ba132006-10-11 01:20:53 -0700730static int ext4_alloc_branch(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400731 ext4_lblk_t iblock, int indirect_blks,
732 int *blks, ext4_fsblk_t goal,
733 ext4_lblk_t *offsets, Indirect *branch)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700734{
735 int blocksize = inode->i_sb->s_blocksize;
736 int i, n = 0;
737 int err = 0;
738 struct buffer_head *bh;
739 int num;
Mingming Cao617ba132006-10-11 01:20:53 -0700740 ext4_fsblk_t new_blocks[4];
741 ext4_fsblk_t current_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700742
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400743 num = ext4_alloc_blocks(handle, inode, iblock, goal, indirect_blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700744 *blks, new_blocks, &err);
745 if (err)
746 return err;
747
748 branch[0].key = cpu_to_le32(new_blocks[0]);
749 /*
750 * metadata blocks and data blocks are allocated.
751 */
752 for (n = 1; n <= indirect_blks; n++) {
753 /*
754 * Get buffer_head for parent block, zero it out
755 * and set the pointer to new one, then send
756 * parent to disk.
757 */
758 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
759 branch[n].bh = bh;
760 lock_buffer(bh);
761 BUFFER_TRACE(bh, "call get_create_access");
Mingming Cao617ba132006-10-11 01:20:53 -0700762 err = ext4_journal_get_create_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700763 if (err) {
764 unlock_buffer(bh);
765 brelse(bh);
766 goto failed;
767 }
768
769 memset(bh->b_data, 0, blocksize);
770 branch[n].p = (__le32 *) bh->b_data + offsets[n];
771 branch[n].key = cpu_to_le32(new_blocks[n]);
772 *branch[n].p = branch[n].key;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400773 if (n == indirect_blks) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700774 current_block = new_blocks[n];
775 /*
776 * End of chain, update the last new metablock of
777 * the chain to point to the new allocated
778 * data blocks numbers
779 */
780 for (i=1; i < num; i++)
781 *(branch[n].p + i) = cpu_to_le32(++current_block);
782 }
783 BUFFER_TRACE(bh, "marking uptodate");
784 set_buffer_uptodate(bh);
785 unlock_buffer(bh);
786
Frank Mayhar03901312009-01-07 00:06:22 -0500787 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
788 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700789 if (err)
790 goto failed;
791 }
792 *blks = num;
793 return err;
794failed:
795 /* Allocation failed, free what we already allocated */
796 for (i = 1; i <= n ; i++) {
Mingming Caodab291a2006-10-11 01:21:01 -0700797 BUFFER_TRACE(branch[i].bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700798 ext4_journal_forget(handle, branch[i].bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700799 }
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400800 for (i = 0; i < indirect_blks; i++)
Alex Tomasc9de5602008-01-29 00:19:52 -0500801 ext4_free_blocks(handle, inode, new_blocks[i], 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700802
Alex Tomasc9de5602008-01-29 00:19:52 -0500803 ext4_free_blocks(handle, inode, new_blocks[i], num, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700804
805 return err;
806}
807
808/**
Mingming Cao617ba132006-10-11 01:20:53 -0700809 * ext4_splice_branch - splice the allocated branch onto inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700810 * @inode: owner
811 * @block: (logical) number of block we are adding
812 * @chain: chain of indirect blocks (with a missing link - see
Mingming Cao617ba132006-10-11 01:20:53 -0700813 * ext4_alloc_branch)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700814 * @where: location of missing link
815 * @num: number of indirect blocks we are adding
816 * @blks: number of direct blocks we are adding
817 *
818 * This function fills the missing link and does all housekeeping needed in
819 * inode (->i_blocks, etc.). In case of success we end up with the full
820 * chain to new block and return 0.
821 */
Mingming Cao617ba132006-10-11 01:20:53 -0700822static int ext4_splice_branch(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500823 ext4_lblk_t block, Indirect *where, int num, int blks)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700824{
825 int i;
826 int err = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700827 ext4_fsblk_t current_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700828
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700829 /*
830 * If we're splicing into a [td]indirect block (as opposed to the
831 * inode) then we need to get write access to the [td]indirect block
832 * before the splice.
833 */
834 if (where->bh) {
835 BUFFER_TRACE(where->bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -0700836 err = ext4_journal_get_write_access(handle, where->bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700837 if (err)
838 goto err_out;
839 }
840 /* That's it */
841
842 *where->p = where->key;
843
844 /*
845 * Update the host buffer_head or inode to point to more just allocated
846 * direct blocks blocks
847 */
848 if (num == 0 && blks > 1) {
849 current_block = le32_to_cpu(where->key) + 1;
850 for (i = 1; i < blks; i++)
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400851 *(where->p + i) = cpu_to_le32(current_block++);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700852 }
853
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700854 /* We are done with atomic stuff, now do the rest of housekeeping */
855
Kalpak Shahef7f3832007-07-18 09:15:20 -0400856 inode->i_ctime = ext4_current_time(inode);
Mingming Cao617ba132006-10-11 01:20:53 -0700857 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700858
859 /* had we spliced it onto indirect block? */
860 if (where->bh) {
861 /*
862 * If we spliced it onto an indirect block, we haven't
863 * altered the inode. Note however that if it is being spliced
864 * onto an indirect block at the very end of the file (the
865 * file is growing) then we *will* alter the inode to reflect
866 * the new i_size. But that is not done here - it is done in
Mingming Cao617ba132006-10-11 01:20:53 -0700867 * generic_commit_write->__mark_inode_dirty->ext4_dirty_inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700868 */
869 jbd_debug(5, "splicing indirect only\n");
Frank Mayhar03901312009-01-07 00:06:22 -0500870 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata");
871 err = ext4_handle_dirty_metadata(handle, inode, where->bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700872 if (err)
873 goto err_out;
874 } else {
875 /*
876 * OK, we spliced it into the inode itself on a direct block.
877 * Inode was dirtied above.
878 */
879 jbd_debug(5, "splicing direct\n");
880 }
881 return err;
882
883err_out:
884 for (i = 1; i <= num; i++) {
Mingming Caodab291a2006-10-11 01:21:01 -0700885 BUFFER_TRACE(where[i].bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700886 ext4_journal_forget(handle, where[i].bh);
Alex Tomasc9de5602008-01-29 00:19:52 -0500887 ext4_free_blocks(handle, inode,
888 le32_to_cpu(where[i-1].key), 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700889 }
Alex Tomasc9de5602008-01-29 00:19:52 -0500890 ext4_free_blocks(handle, inode, le32_to_cpu(where[num].key), blks, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700891
892 return err;
893}
894
895/*
Theodore Ts'ob920c752009-05-14 00:54:29 -0400896 * The ext4_ind_get_blocks() function handles non-extents inodes
897 * (i.e., using the traditional indirect/double-indirect i_blocks
898 * scheme) for ext4_get_blocks().
899 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700900 * Allocation strategy is simple: if we have to allocate something, we will
901 * have to go the whole way to leaf. So let's do it before attaching anything
902 * to tree, set linkage between the newborn blocks, write them if sync is
903 * required, recheck the path, free and repeat if check fails, otherwise
904 * set the last missing link (that will protect us from any truncate-generated
905 * removals - all blocks on the path are immune now) and possibly force the
906 * write on the parent block.
907 * That has a nice additional property: no special recovery from the failed
908 * allocations is needed - we simply release blocks and do not touch anything
909 * reachable from inode.
910 *
911 * `handle' can be NULL if create == 0.
912 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700913 * return > 0, # of blocks mapped or allocated.
914 * return = 0, if plain lookup failed.
915 * return < 0, error case.
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500916 *
Theodore Ts'ob920c752009-05-14 00:54:29 -0400917 * The ext4_ind_get_blocks() function should be called with
918 * down_write(&EXT4_I(inode)->i_data_sem) if allocating filesystem
919 * blocks (i.e., flags has EXT4_GET_BLOCKS_CREATE set) or
920 * down_read(&EXT4_I(inode)->i_data_sem) if not allocating file system
921 * blocks.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700922 */
Theodore Ts'oe4d996c2009-05-12 00:25:28 -0400923static int ext4_ind_get_blocks(handle_t *handle, struct inode *inode,
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500924 ext4_lblk_t iblock, unsigned int maxblocks,
925 struct buffer_head *bh_result,
Theodore Ts'oc2177052009-05-14 00:58:52 -0400926 int flags)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700927{
928 int err = -EIO;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500929 ext4_lblk_t offsets[4];
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700930 Indirect chain[4];
931 Indirect *partial;
Mingming Cao617ba132006-10-11 01:20:53 -0700932 ext4_fsblk_t goal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700933 int indirect_blks;
934 int blocks_to_boundary = 0;
935 int depth;
Mingming Cao617ba132006-10-11 01:20:53 -0700936 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700937 int count = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700938 ext4_fsblk_t first_block = 0;
Mingming Cao61628a32008-07-11 19:27:31 -0400939 loff_t disksize;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700940
941
Alex Tomasa86c6182006-10-11 01:21:03 -0700942 J_ASSERT(!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL));
Theodore Ts'oc2177052009-05-14 00:58:52 -0400943 J_ASSERT(handle != NULL || (flags & EXT4_GET_BLOCKS_CREATE) == 0);
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500944 depth = ext4_block_to_path(inode, iblock, offsets,
945 &blocks_to_boundary);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700946
947 if (depth == 0)
948 goto out;
949
Mingming Cao617ba132006-10-11 01:20:53 -0700950 partial = ext4_get_branch(inode, depth, offsets, chain, &err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700951
952 /* Simplest case - block found, no allocation needed */
953 if (!partial) {
954 first_block = le32_to_cpu(chain[depth - 1].key);
955 clear_buffer_new(bh_result);
956 count++;
957 /*map more blocks*/
958 while (count < maxblocks && count <= blocks_to_boundary) {
Mingming Cao617ba132006-10-11 01:20:53 -0700959 ext4_fsblk_t blk;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700960
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700961 blk = le32_to_cpu(*(chain[depth-1].p + count));
962
963 if (blk == first_block + count)
964 count++;
965 else
966 break;
967 }
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500968 goto got_it;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700969 }
970
971 /* Next simple case - plain lookup or failed read of indirect block */
Theodore Ts'oc2177052009-05-14 00:58:52 -0400972 if ((flags & EXT4_GET_BLOCKS_CREATE) == 0 || err == -EIO)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700973 goto cleanup;
974
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700975 /*
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -0400976 * Okay, we need to do block allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700977 */
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800978 goal = ext4_find_goal(inode, iblock, partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700979
980 /* the number of blocks need to allocate for [d,t]indirect blocks */
981 indirect_blks = (chain + depth) - partial - 1;
982
983 /*
984 * Next look up the indirect map to count the totoal number of
985 * direct blocks to allocate for this branch.
986 */
Mingming Cao617ba132006-10-11 01:20:53 -0700987 count = ext4_blks_to_allocate(partial, indirect_blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700988 maxblocks, blocks_to_boundary);
989 /*
Mingming Cao617ba132006-10-11 01:20:53 -0700990 * Block out ext4_truncate while we alter the tree
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700991 */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400992 err = ext4_alloc_branch(handle, inode, iblock, indirect_blks,
993 &count, goal,
994 offsets + (partial - chain), partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700995
996 /*
Mingming Cao617ba132006-10-11 01:20:53 -0700997 * The ext4_splice_branch call will free and forget any buffers
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700998 * on the new chain if there is a failure, but that risks using
999 * up transaction credits, especially for bitmaps where the
1000 * credits cannot be returned. Can we handle this somehow? We
1001 * may need to return -EAGAIN upwards in the worst case. --sct
1002 */
1003 if (!err)
Mingming Cao617ba132006-10-11 01:20:53 -07001004 err = ext4_splice_branch(handle, inode, iblock,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001005 partial, indirect_blks, count);
1006 /*
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001007 * i_disksize growing is protected by i_data_sem. Don't forget to
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001008 * protect it if you're about to implement concurrent
Mingming Cao617ba132006-10-11 01:20:53 -07001009 * ext4_get_block() -bzzz
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001010 */
Theodore Ts'oc2177052009-05-14 00:58:52 -04001011 if (!err && (flags & EXT4_GET_BLOCKS_EXTEND_DISKSIZE)) {
Mingming Cao61628a32008-07-11 19:27:31 -04001012 disksize = ((loff_t) iblock + count) << inode->i_blkbits;
1013 if (disksize > i_size_read(inode))
1014 disksize = i_size_read(inode);
1015 if (disksize > ei->i_disksize)
1016 ei->i_disksize = disksize;
1017 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001018 if (err)
1019 goto cleanup;
1020
1021 set_buffer_new(bh_result);
1022got_it:
1023 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
1024 if (count > blocks_to_boundary)
1025 set_buffer_boundary(bh_result);
1026 err = count;
1027 /* Clean up and exit */
1028 partial = chain + depth - 1; /* the whole chain */
1029cleanup:
1030 while (partial > chain) {
1031 BUFFER_TRACE(partial->bh, "call brelse");
1032 brelse(partial->bh);
1033 partial--;
1034 }
1035 BUFFER_TRACE(bh_result, "returned");
1036out:
1037 return err;
1038}
1039
Mingming Cao60e58e02009-01-22 18:13:05 +01001040qsize_t ext4_get_reserved_space(struct inode *inode)
1041{
1042 unsigned long long total;
1043
1044 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1045 total = EXT4_I(inode)->i_reserved_data_blocks +
1046 EXT4_I(inode)->i_reserved_meta_blocks;
1047 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1048
1049 return total;
1050}
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001051/*
1052 * Calculate the number of metadata blocks need to reserve
1053 * to allocate @blocks for non extent file based file
1054 */
1055static int ext4_indirect_calc_metadata_amount(struct inode *inode, int blocks)
1056{
1057 int icap = EXT4_ADDR_PER_BLOCK(inode->i_sb);
1058 int ind_blks, dind_blks, tind_blks;
1059
1060 /* number of new indirect blocks needed */
1061 ind_blks = (blocks + icap - 1) / icap;
1062
1063 dind_blks = (ind_blks + icap - 1) / icap;
1064
1065 tind_blks = 1;
1066
1067 return ind_blks + dind_blks + tind_blks;
1068}
1069
1070/*
1071 * Calculate the number of metadata blocks need to reserve
1072 * to allocate given number of blocks
1073 */
1074static int ext4_calc_metadata_amount(struct inode *inode, int blocks)
1075{
Mingming Caocd213222008-08-19 22:16:59 -04001076 if (!blocks)
1077 return 0;
1078
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001079 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL)
1080 return ext4_ext_calc_metadata_amount(inode, blocks);
1081
1082 return ext4_indirect_calc_metadata_amount(inode, blocks);
1083}
1084
1085static void ext4_da_update_reserve_space(struct inode *inode, int used)
1086{
1087 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1088 int total, mdb, mdb_free;
1089
1090 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1091 /* recalculate the number of metablocks still need to be reserved */
1092 total = EXT4_I(inode)->i_reserved_data_blocks - used;
1093 mdb = ext4_calc_metadata_amount(inode, total);
1094
1095 /* figure out how many metablocks to release */
1096 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1097 mdb_free = EXT4_I(inode)->i_reserved_meta_blocks - mdb;
1098
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001099 if (mdb_free) {
1100 /* Account for allocated meta_blocks */
1101 mdb_free -= EXT4_I(inode)->i_allocated_meta_blocks;
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001102
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001103 /* update fs dirty blocks counter */
1104 percpu_counter_sub(&sbi->s_dirtyblocks_counter, mdb_free);
1105 EXT4_I(inode)->i_allocated_meta_blocks = 0;
1106 EXT4_I(inode)->i_reserved_meta_blocks = mdb;
1107 }
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001108
1109 /* update per-inode reservations */
1110 BUG_ON(used > EXT4_I(inode)->i_reserved_data_blocks);
1111 EXT4_I(inode)->i_reserved_data_blocks -= used;
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001112 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Cao60e58e02009-01-22 18:13:05 +01001113
1114 /*
1115 * free those over-booking quota for metadata blocks
1116 */
Mingming Cao60e58e02009-01-22 18:13:05 +01001117 if (mdb_free)
1118 vfs_dq_release_reservation_block(inode, mdb_free);
Aneesh Kumar K.Vd6014302009-03-27 22:36:43 -04001119
1120 /*
1121 * If we have done all the pending block allocations and if
1122 * there aren't any writers on the inode, we can discard the
1123 * inode's preallocations.
1124 */
1125 if (!total && (atomic_read(&inode->i_writecount) == 0))
1126 ext4_discard_preallocations(inode);
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001127}
1128
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001129static int check_block_validity(struct inode *inode, sector_t logical,
1130 sector_t phys, int len)
1131{
1132 if (!ext4_data_block_valid(EXT4_SB(inode->i_sb), phys, len)) {
1133 ext4_error(inode->i_sb, "check_block_validity",
1134 "inode #%lu logical block %llu mapped to %llu "
1135 "(size %d)", inode->i_ino,
1136 (unsigned long long) logical,
1137 (unsigned long long) phys, len);
1138 WARN_ON(1);
1139 return -EIO;
1140 }
1141 return 0;
1142}
1143
Mingming Caof5ab0d12008-02-25 15:29:55 -05001144/*
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04001145 * The ext4_get_blocks() function tries to look up the requested blocks,
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04001146 * and returns if the blocks are already mapped.
Mingming Caof5ab0d12008-02-25 15:29:55 -05001147 *
Mingming Caof5ab0d12008-02-25 15:29:55 -05001148 * Otherwise it takes the write lock of the i_data_sem and allocate blocks
1149 * and store the allocated blocks in the result buffer head and mark it
1150 * mapped.
1151 *
1152 * If file type is extents based, it will call ext4_ext_get_blocks(),
Theodore Ts'oe4d996c2009-05-12 00:25:28 -04001153 * Otherwise, call with ext4_ind_get_blocks() to handle indirect mapping
Mingming Caof5ab0d12008-02-25 15:29:55 -05001154 * based files
1155 *
1156 * On success, it returns the number of blocks being mapped or allocate.
1157 * if create==0 and the blocks are pre-allocated and uninitialized block,
1158 * the result buffer head is unmapped. If the create ==1, it will make sure
1159 * the buffer head is mapped.
1160 *
1161 * It returns 0 if plain look up failed (blocks have not been allocated), in
1162 * that casem, buffer head is unmapped
1163 *
1164 * It returns the error in case of allocation failure.
1165 */
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04001166int ext4_get_blocks(handle_t *handle, struct inode *inode, sector_t block,
1167 unsigned int max_blocks, struct buffer_head *bh,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001168 int flags)
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001169{
1170 int retval;
Mingming Caof5ab0d12008-02-25 15:29:55 -05001171
1172 clear_buffer_mapped(bh);
Aneesh Kumar K.V2a8964d2009-05-14 17:05:39 -04001173 clear_buffer_unwritten(bh);
Mingming Caof5ab0d12008-02-25 15:29:55 -05001174
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001175 /*
Theodore Ts'ob920c752009-05-14 00:54:29 -04001176 * Try to see if we can get the block without requesting a new
1177 * file system block.
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001178 */
1179 down_read((&EXT4_I(inode)->i_data_sem));
1180 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
1181 retval = ext4_ext_get_blocks(handle, inode, block, max_blocks,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001182 bh, 0);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001183 } else {
Theodore Ts'oe4d996c2009-05-12 00:25:28 -04001184 retval = ext4_ind_get_blocks(handle, inode, block, max_blocks,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001185 bh, 0);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001186 }
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001187 up_read((&EXT4_I(inode)->i_data_sem));
Mingming Caof5ab0d12008-02-25 15:29:55 -05001188
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001189 if (retval > 0 && buffer_mapped(bh)) {
1190 int ret = check_block_validity(inode, block,
1191 bh->b_blocknr, retval);
1192 if (ret != 0)
1193 return ret;
1194 }
1195
Mingming Caof5ab0d12008-02-25 15:29:55 -05001196 /* If it is only a block(s) look up */
Theodore Ts'oc2177052009-05-14 00:58:52 -04001197 if ((flags & EXT4_GET_BLOCKS_CREATE) == 0)
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001198 return retval;
1199
1200 /*
Mingming Caof5ab0d12008-02-25 15:29:55 -05001201 * Returns if the blocks have already allocated
1202 *
1203 * Note that if blocks have been preallocated
1204 * ext4_ext_get_block() returns th create = 0
1205 * with buffer head unmapped.
1206 */
1207 if (retval > 0 && buffer_mapped(bh))
1208 return retval;
1209
1210 /*
Aneesh Kumar K.V2a8964d2009-05-14 17:05:39 -04001211 * When we call get_blocks without the create flag, the
1212 * BH_Unwritten flag could have gotten set if the blocks
1213 * requested were part of a uninitialized extent. We need to
1214 * clear this flag now that we are committed to convert all or
1215 * part of the uninitialized extent to be an initialized
1216 * extent. This is because we need to avoid the combination
1217 * of BH_Unwritten and BH_Mapped flags being simultaneously
1218 * set on the buffer_head.
1219 */
1220 clear_buffer_unwritten(bh);
1221
1222 /*
Mingming Caof5ab0d12008-02-25 15:29:55 -05001223 * New blocks allocate and/or writing to uninitialized extent
1224 * will possibly result in updating i_data, so we take
1225 * the write lock of i_data_sem, and call get_blocks()
1226 * with create == 1 flag.
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001227 */
1228 down_write((&EXT4_I(inode)->i_data_sem));
Mingming Caod2a17632008-07-14 17:52:37 -04001229
1230 /*
1231 * if the caller is from delayed allocation writeout path
1232 * we have already reserved fs blocks for allocation
1233 * let the underlying get_block() function know to
1234 * avoid double accounting
1235 */
Theodore Ts'oc2177052009-05-14 00:58:52 -04001236 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE)
Mingming Caod2a17632008-07-14 17:52:37 -04001237 EXT4_I(inode)->i_delalloc_reserved_flag = 1;
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001238 /*
1239 * We need to check for EXT4 here because migrate
1240 * could have changed the inode type in between
1241 */
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001242 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
1243 retval = ext4_ext_get_blocks(handle, inode, block, max_blocks,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001244 bh, flags);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001245 } else {
Theodore Ts'oe4d996c2009-05-12 00:25:28 -04001246 retval = ext4_ind_get_blocks(handle, inode, block,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001247 max_blocks, bh, flags);
Aneesh Kumar K.V267e4db2008-04-29 08:11:12 -04001248
1249 if (retval > 0 && buffer_new(bh)) {
1250 /*
1251 * We allocated new blocks which will result in
1252 * i_data's format changing. Force the migrate
1253 * to fail by clearing migrate flags
1254 */
1255 EXT4_I(inode)->i_flags = EXT4_I(inode)->i_flags &
1256 ~EXT4_EXT_MIGRATE;
1257 }
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001258 }
Mingming Caod2a17632008-07-14 17:52:37 -04001259
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04001260 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE)
Mingming Caod2a17632008-07-14 17:52:37 -04001261 EXT4_I(inode)->i_delalloc_reserved_flag = 0;
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04001262
1263 /*
1264 * Update reserved blocks/metadata blocks after successful
1265 * block allocation which had been deferred till now.
1266 */
1267 if ((retval > 0) && (flags & EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE))
1268 ext4_da_update_reserve_space(inode, retval);
Mingming Caod2a17632008-07-14 17:52:37 -04001269
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001270 up_write((&EXT4_I(inode)->i_data_sem));
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001271 if (retval > 0 && buffer_mapped(bh)) {
1272 int ret = check_block_validity(inode, block,
1273 bh->b_blocknr, retval);
1274 if (ret != 0)
1275 return ret;
1276 }
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001277 return retval;
1278}
1279
Mingming Caof3bd1f32008-08-19 22:16:03 -04001280/* Maximum number of blocks we map for direct IO at once. */
1281#define DIO_MAX_BLOCKS 4096
1282
Eric Sandeen6873fa02008-10-07 00:46:36 -04001283int ext4_get_block(struct inode *inode, sector_t iblock,
1284 struct buffer_head *bh_result, int create)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001285{
Dmitriy Monakhov3e4fdaf2007-02-10 01:46:35 -08001286 handle_t *handle = ext4_journal_current_handle();
Jan Kara7fb54092008-02-10 01:08:38 -05001287 int ret = 0, started = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001288 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
Mingming Caof3bd1f32008-08-19 22:16:03 -04001289 int dio_credits;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001290
Jan Kara7fb54092008-02-10 01:08:38 -05001291 if (create && !handle) {
1292 /* Direct IO write... */
1293 if (max_blocks > DIO_MAX_BLOCKS)
1294 max_blocks = DIO_MAX_BLOCKS;
Mingming Caof3bd1f32008-08-19 22:16:03 -04001295 dio_credits = ext4_chunk_trans_blocks(inode, max_blocks);
1296 handle = ext4_journal_start(inode, dio_credits);
Jan Kara7fb54092008-02-10 01:08:38 -05001297 if (IS_ERR(handle)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001298 ret = PTR_ERR(handle);
Jan Kara7fb54092008-02-10 01:08:38 -05001299 goto out;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001300 }
Jan Kara7fb54092008-02-10 01:08:38 -05001301 started = 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001302 }
1303
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04001304 ret = ext4_get_blocks(handle, inode, iblock, max_blocks, bh_result,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001305 create ? EXT4_GET_BLOCKS_CREATE : 0);
Jan Kara7fb54092008-02-10 01:08:38 -05001306 if (ret > 0) {
1307 bh_result->b_size = (ret << inode->i_blkbits);
1308 ret = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001309 }
Jan Kara7fb54092008-02-10 01:08:38 -05001310 if (started)
1311 ext4_journal_stop(handle);
1312out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001313 return ret;
1314}
1315
1316/*
1317 * `handle' can be NULL if create is zero
1318 */
Mingming Cao617ba132006-10-11 01:20:53 -07001319struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05001320 ext4_lblk_t block, int create, int *errp)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001321{
1322 struct buffer_head dummy;
1323 int fatal = 0, err;
Theodore Ts'oc2177052009-05-14 00:58:52 -04001324 int flags = EXT4_GET_BLOCKS_EXTEND_DISKSIZE;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001325
1326 J_ASSERT(handle != NULL || create == 0);
1327
1328 dummy.b_state = 0;
1329 dummy.b_blocknr = -1000;
1330 buffer_trace_init(&dummy.b_history);
Theodore Ts'oc2177052009-05-14 00:58:52 -04001331 if (create)
1332 flags |= EXT4_GET_BLOCKS_CREATE;
1333 err = ext4_get_blocks(handle, inode, block, 1, &dummy, flags);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001334 /*
Theodore Ts'oc2177052009-05-14 00:58:52 -04001335 * ext4_get_blocks() returns number of blocks mapped. 0 in
1336 * case of a HOLE.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001337 */
1338 if (err > 0) {
1339 if (err > 1)
1340 WARN_ON(1);
1341 err = 0;
1342 }
1343 *errp = err;
1344 if (!err && buffer_mapped(&dummy)) {
1345 struct buffer_head *bh;
1346 bh = sb_getblk(inode->i_sb, dummy.b_blocknr);
1347 if (!bh) {
1348 *errp = -EIO;
1349 goto err;
1350 }
1351 if (buffer_new(&dummy)) {
1352 J_ASSERT(create != 0);
Aneesh Kumar K.Vac398492007-10-16 18:38:25 -04001353 J_ASSERT(handle != NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001354
1355 /*
1356 * Now that we do not always journal data, we should
1357 * keep in mind whether this should always journal the
1358 * new buffer as metadata. For now, regular file
Mingming Cao617ba132006-10-11 01:20:53 -07001359 * writes use ext4_get_block instead, so it's not a
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001360 * problem.
1361 */
1362 lock_buffer(bh);
1363 BUFFER_TRACE(bh, "call get_create_access");
Mingming Cao617ba132006-10-11 01:20:53 -07001364 fatal = ext4_journal_get_create_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001365 if (!fatal && !buffer_uptodate(bh)) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001366 memset(bh->b_data, 0, inode->i_sb->s_blocksize);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001367 set_buffer_uptodate(bh);
1368 }
1369 unlock_buffer(bh);
Frank Mayhar03901312009-01-07 00:06:22 -05001370 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
1371 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001372 if (!fatal)
1373 fatal = err;
1374 } else {
1375 BUFFER_TRACE(bh, "not a new buffer");
1376 }
1377 if (fatal) {
1378 *errp = fatal;
1379 brelse(bh);
1380 bh = NULL;
1381 }
1382 return bh;
1383 }
1384err:
1385 return NULL;
1386}
1387
Mingming Cao617ba132006-10-11 01:20:53 -07001388struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05001389 ext4_lblk_t block, int create, int *err)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001390{
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001391 struct buffer_head *bh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001392
Mingming Cao617ba132006-10-11 01:20:53 -07001393 bh = ext4_getblk(handle, inode, block, create, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001394 if (!bh)
1395 return bh;
1396 if (buffer_uptodate(bh))
1397 return bh;
1398 ll_rw_block(READ_META, 1, &bh);
1399 wait_on_buffer(bh);
1400 if (buffer_uptodate(bh))
1401 return bh;
1402 put_bh(bh);
1403 *err = -EIO;
1404 return NULL;
1405}
1406
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001407static int walk_page_buffers(handle_t *handle,
1408 struct buffer_head *head,
1409 unsigned from,
1410 unsigned to,
1411 int *partial,
1412 int (*fn)(handle_t *handle,
1413 struct buffer_head *bh))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001414{
1415 struct buffer_head *bh;
1416 unsigned block_start, block_end;
1417 unsigned blocksize = head->b_size;
1418 int err, ret = 0;
1419 struct buffer_head *next;
1420
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001421 for (bh = head, block_start = 0;
1422 ret == 0 && (bh != head || !block_start);
1423 block_start = block_end, bh = next)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001424 {
1425 next = bh->b_this_page;
1426 block_end = block_start + blocksize;
1427 if (block_end <= from || block_start >= to) {
1428 if (partial && !buffer_uptodate(bh))
1429 *partial = 1;
1430 continue;
1431 }
1432 err = (*fn)(handle, bh);
1433 if (!ret)
1434 ret = err;
1435 }
1436 return ret;
1437}
1438
1439/*
1440 * To preserve ordering, it is essential that the hole instantiation and
1441 * the data write be encapsulated in a single transaction. We cannot
Mingming Cao617ba132006-10-11 01:20:53 -07001442 * close off a transaction and start a new one between the ext4_get_block()
Mingming Caodab291a2006-10-11 01:21:01 -07001443 * and the commit_write(). So doing the jbd2_journal_start at the start of
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001444 * prepare_write() is the right place.
1445 *
Mingming Cao617ba132006-10-11 01:20:53 -07001446 * Also, this function can nest inside ext4_writepage() ->
1447 * block_write_full_page(). In that case, we *know* that ext4_writepage()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001448 * has generated enough buffer credits to do the whole page. So we won't
1449 * block on the journal in that case, which is good, because the caller may
1450 * be PF_MEMALLOC.
1451 *
Mingming Cao617ba132006-10-11 01:20:53 -07001452 * By accident, ext4 can be reentered when a transaction is open via
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001453 * quota file writes. If we were to commit the transaction while thus
1454 * reentered, there can be a deadlock - we would be holding a quota
1455 * lock, and the commit would never complete if another thread had a
1456 * transaction open and was blocking on the quota lock - a ranking
1457 * violation.
1458 *
Mingming Caodab291a2006-10-11 01:21:01 -07001459 * So what we do is to rely on the fact that jbd2_journal_stop/journal_start
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001460 * will _not_ run commit under these circumstances because handle->h_ref
1461 * is elevated. We'll still have enough credits for the tiny quotafile
1462 * write.
1463 */
1464static int do_journal_get_write_access(handle_t *handle,
1465 struct buffer_head *bh)
1466{
1467 if (!buffer_mapped(bh) || buffer_freed(bh))
1468 return 0;
Mingming Cao617ba132006-10-11 01:20:53 -07001469 return ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001470}
1471
Nick Pigginbfc1af62007-10-16 01:25:05 -07001472static int ext4_write_begin(struct file *file, struct address_space *mapping,
1473 loff_t pos, unsigned len, unsigned flags,
1474 struct page **pagep, void **fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001475{
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001476 struct inode *inode = mapping->host;
Andrew Morton7479d2b2007-04-01 23:49:44 -07001477 int ret, needed_blocks = ext4_writepage_trans_blocks(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001478 handle_t *handle;
1479 int retries = 0;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001480 struct page *page;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001481 pgoff_t index;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001482 unsigned from, to;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001483
Theodore Ts'oba80b102009-01-03 20:03:21 -05001484 trace_mark(ext4_write_begin,
1485 "dev %s ino %lu pos %llu len %u flags %u",
1486 inode->i_sb->s_id, inode->i_ino,
1487 (unsigned long long) pos, len, flags);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001488 index = pos >> PAGE_CACHE_SHIFT;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001489 from = pos & (PAGE_CACHE_SIZE - 1);
1490 to = from + len;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001491
1492retry:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001493 handle = ext4_journal_start(inode, needed_blocks);
1494 if (IS_ERR(handle)) {
1495 ret = PTR_ERR(handle);
1496 goto out;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001497 }
1498
Jan Karaebd36102009-02-22 21:09:59 -05001499 /* We cannot recurse into the filesystem as the transaction is already
1500 * started */
1501 flags |= AOP_FLAG_NOFS;
1502
Nick Piggin54566b22009-01-04 12:00:53 -08001503 page = grab_cache_page_write_begin(mapping, index, flags);
Jan Karacf108bc2008-07-11 19:27:31 -04001504 if (!page) {
1505 ext4_journal_stop(handle);
1506 ret = -ENOMEM;
1507 goto out;
1508 }
1509 *pagep = page;
1510
Nick Pigginbfc1af62007-10-16 01:25:05 -07001511 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
Jan Karaebd36102009-02-22 21:09:59 -05001512 ext4_get_block);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001513
1514 if (!ret && ext4_should_journal_data(inode)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001515 ret = walk_page_buffers(handle, page_buffers(page),
1516 from, to, NULL, do_journal_get_write_access);
1517 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001518
1519 if (ret) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001520 unlock_page(page);
Jan Karacf108bc2008-07-11 19:27:31 -04001521 ext4_journal_stop(handle);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001522 page_cache_release(page);
Aneesh Kumar K.Vae4d5372008-09-13 13:10:25 -04001523 /*
1524 * block_write_begin may have instantiated a few blocks
1525 * outside i_size. Trim these off again. Don't need
1526 * i_size_read because we hold i_mutex.
1527 */
1528 if (pos + len > inode->i_size)
1529 vmtruncate(inode, inode->i_size);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001530 }
1531
Mingming Cao617ba132006-10-11 01:20:53 -07001532 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001533 goto retry;
Andrew Morton7479d2b2007-04-01 23:49:44 -07001534out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001535 return ret;
1536}
1537
Nick Pigginbfc1af62007-10-16 01:25:05 -07001538/* For write_end() in data=journal mode */
1539static int write_end_fn(handle_t *handle, struct buffer_head *bh)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001540{
1541 if (!buffer_mapped(bh) || buffer_freed(bh))
1542 return 0;
1543 set_buffer_uptodate(bh);
Frank Mayhar03901312009-01-07 00:06:22 -05001544 return ext4_handle_dirty_metadata(handle, NULL, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001545}
1546
1547/*
1548 * We need to pick up the new inode size which generic_commit_write gave us
1549 * `file' can be NULL - eg, when called from page_symlink().
1550 *
Mingming Cao617ba132006-10-11 01:20:53 -07001551 * ext4 never places buffers on inode->i_mapping->private_list. metadata
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001552 * buffers are managed internally.
1553 */
Nick Pigginbfc1af62007-10-16 01:25:05 -07001554static int ext4_ordered_write_end(struct file *file,
1555 struct address_space *mapping,
1556 loff_t pos, unsigned len, unsigned copied,
1557 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001558{
Mingming Cao617ba132006-10-11 01:20:53 -07001559 handle_t *handle = ext4_journal_current_handle();
Jan Karacf108bc2008-07-11 19:27:31 -04001560 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001561 int ret = 0, ret2;
1562
Theodore Ts'oba80b102009-01-03 20:03:21 -05001563 trace_mark(ext4_ordered_write_end,
1564 "dev %s ino %lu pos %llu len %u copied %u",
1565 inode->i_sb->s_id, inode->i_ino,
1566 (unsigned long long) pos, len, copied);
Jan Kara678aaf42008-07-11 19:27:31 -04001567 ret = ext4_jbd2_file_inode(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001568
1569 if (ret == 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001570 loff_t new_i_size;
1571
Nick Pigginbfc1af62007-10-16 01:25:05 -07001572 new_i_size = pos + copied;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001573 if (new_i_size > EXT4_I(inode)->i_disksize) {
1574 ext4_update_i_disksize(inode, new_i_size);
1575 /* We need to mark inode dirty even if
1576 * new_i_size is less that inode->i_size
1577 * bu greater than i_disksize.(hint delalloc)
1578 */
1579 ext4_mark_inode_dirty(handle, inode);
1580 }
1581
Jan Karacf108bc2008-07-11 19:27:31 -04001582 ret2 = generic_write_end(file, mapping, pos, len, copied,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001583 page, fsdata);
Roel Kluinf8a87d82008-04-29 22:01:18 -04001584 copied = ret2;
1585 if (ret2 < 0)
1586 ret = ret2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001587 }
Mingming Cao617ba132006-10-11 01:20:53 -07001588 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001589 if (!ret)
1590 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001591
1592 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001593}
1594
Nick Pigginbfc1af62007-10-16 01:25:05 -07001595static int ext4_writeback_write_end(struct file *file,
1596 struct address_space *mapping,
1597 loff_t pos, unsigned len, unsigned copied,
1598 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001599{
Mingming Cao617ba132006-10-11 01:20:53 -07001600 handle_t *handle = ext4_journal_current_handle();
Jan Karacf108bc2008-07-11 19:27:31 -04001601 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001602 int ret = 0, ret2;
1603 loff_t new_i_size;
1604
Theodore Ts'oba80b102009-01-03 20:03:21 -05001605 trace_mark(ext4_writeback_write_end,
1606 "dev %s ino %lu pos %llu len %u copied %u",
1607 inode->i_sb->s_id, inode->i_ino,
1608 (unsigned long long) pos, len, copied);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001609 new_i_size = pos + copied;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001610 if (new_i_size > EXT4_I(inode)->i_disksize) {
1611 ext4_update_i_disksize(inode, new_i_size);
1612 /* We need to mark inode dirty even if
1613 * new_i_size is less that inode->i_size
1614 * bu greater than i_disksize.(hint delalloc)
1615 */
1616 ext4_mark_inode_dirty(handle, inode);
1617 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001618
Jan Karacf108bc2008-07-11 19:27:31 -04001619 ret2 = generic_write_end(file, mapping, pos, len, copied,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001620 page, fsdata);
Roel Kluinf8a87d82008-04-29 22:01:18 -04001621 copied = ret2;
1622 if (ret2 < 0)
1623 ret = ret2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001624
Mingming Cao617ba132006-10-11 01:20:53 -07001625 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001626 if (!ret)
1627 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001628
1629 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001630}
1631
Nick Pigginbfc1af62007-10-16 01:25:05 -07001632static int ext4_journalled_write_end(struct file *file,
1633 struct address_space *mapping,
1634 loff_t pos, unsigned len, unsigned copied,
1635 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001636{
Mingming Cao617ba132006-10-11 01:20:53 -07001637 handle_t *handle = ext4_journal_current_handle();
Nick Pigginbfc1af62007-10-16 01:25:05 -07001638 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001639 int ret = 0, ret2;
1640 int partial = 0;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001641 unsigned from, to;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001642 loff_t new_i_size;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001643
Theodore Ts'oba80b102009-01-03 20:03:21 -05001644 trace_mark(ext4_journalled_write_end,
1645 "dev %s ino %lu pos %llu len %u copied %u",
1646 inode->i_sb->s_id, inode->i_ino,
1647 (unsigned long long) pos, len, copied);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001648 from = pos & (PAGE_CACHE_SIZE - 1);
1649 to = from + len;
1650
1651 if (copied < len) {
1652 if (!PageUptodate(page))
1653 copied = 0;
1654 page_zero_new_buffers(page, from+copied, to);
1655 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001656
1657 ret = walk_page_buffers(handle, page_buffers(page), from,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001658 to, &partial, write_end_fn);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001659 if (!partial)
1660 SetPageUptodate(page);
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001661 new_i_size = pos + copied;
1662 if (new_i_size > inode->i_size)
Nick Pigginbfc1af62007-10-16 01:25:05 -07001663 i_size_write(inode, pos+copied);
Mingming Cao617ba132006-10-11 01:20:53 -07001664 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001665 if (new_i_size > EXT4_I(inode)->i_disksize) {
1666 ext4_update_i_disksize(inode, new_i_size);
Mingming Cao617ba132006-10-11 01:20:53 -07001667 ret2 = ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001668 if (!ret)
1669 ret = ret2;
1670 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001671
Jan Karacf108bc2008-07-11 19:27:31 -04001672 unlock_page(page);
Mingming Cao617ba132006-10-11 01:20:53 -07001673 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001674 if (!ret)
1675 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001676 page_cache_release(page);
1677
1678 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001679}
Mingming Caod2a17632008-07-14 17:52:37 -04001680
1681static int ext4_da_reserve_space(struct inode *inode, int nrblocks)
1682{
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001683 int retries = 0;
Mingming Cao60e58e02009-01-22 18:13:05 +01001684 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1685 unsigned long md_needed, mdblocks, total = 0;
Mingming Caod2a17632008-07-14 17:52:37 -04001686
1687 /*
1688 * recalculate the amount of metadata blocks to reserve
1689 * in order to allocate nrblocks
1690 * worse case is one extent per block
1691 */
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001692repeat:
Mingming Caod2a17632008-07-14 17:52:37 -04001693 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1694 total = EXT4_I(inode)->i_reserved_data_blocks + nrblocks;
1695 mdblocks = ext4_calc_metadata_amount(inode, total);
1696 BUG_ON(mdblocks < EXT4_I(inode)->i_reserved_meta_blocks);
1697
1698 md_needed = mdblocks - EXT4_I(inode)->i_reserved_meta_blocks;
1699 total = md_needed + nrblocks;
1700
Mingming Cao60e58e02009-01-22 18:13:05 +01001701 /*
1702 * Make quota reservation here to prevent quota overflow
1703 * later. Real quota accounting is done at pages writeout
1704 * time.
1705 */
1706 if (vfs_dq_reserve_block(inode, total)) {
1707 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1708 return -EDQUOT;
1709 }
1710
Aneesh Kumar K.Va30d542a2008-10-09 10:56:23 -04001711 if (ext4_claim_free_blocks(sbi, total)) {
Mingming Caod2a17632008-07-14 17:52:37 -04001712 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001713 if (ext4_should_retry_alloc(inode->i_sb, &retries)) {
1714 yield();
1715 goto repeat;
1716 }
Mingming Cao60e58e02009-01-22 18:13:05 +01001717 vfs_dq_release_reservation_block(inode, total);
Mingming Caod2a17632008-07-14 17:52:37 -04001718 return -ENOSPC;
1719 }
Mingming Caod2a17632008-07-14 17:52:37 -04001720 EXT4_I(inode)->i_reserved_data_blocks += nrblocks;
1721 EXT4_I(inode)->i_reserved_meta_blocks = mdblocks;
1722
1723 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1724 return 0; /* success */
1725}
1726
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001727static void ext4_da_release_space(struct inode *inode, int to_free)
Mingming Caod2a17632008-07-14 17:52:37 -04001728{
1729 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1730 int total, mdb, mdb_free, release;
1731
Mingming Caocd213222008-08-19 22:16:59 -04001732 if (!to_free)
1733 return; /* Nothing to release, exit */
1734
Mingming Caod2a17632008-07-14 17:52:37 -04001735 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Caocd213222008-08-19 22:16:59 -04001736
1737 if (!EXT4_I(inode)->i_reserved_data_blocks) {
1738 /*
1739 * if there is no reserved blocks, but we try to free some
1740 * then the counter is messed up somewhere.
1741 * but since this function is called from invalidate
1742 * page, it's harmless to return without any action
1743 */
1744 printk(KERN_INFO "ext4 delalloc try to release %d reserved "
1745 "blocks for inode %lu, but there is no reserved "
1746 "data blocks\n", to_free, inode->i_ino);
1747 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1748 return;
1749 }
1750
Mingming Caod2a17632008-07-14 17:52:37 -04001751 /* recalculate the number of metablocks still need to be reserved */
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001752 total = EXT4_I(inode)->i_reserved_data_blocks - to_free;
Mingming Caod2a17632008-07-14 17:52:37 -04001753 mdb = ext4_calc_metadata_amount(inode, total);
1754
1755 /* figure out how many metablocks to release */
1756 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1757 mdb_free = EXT4_I(inode)->i_reserved_meta_blocks - mdb;
1758
Mingming Caod2a17632008-07-14 17:52:37 -04001759 release = to_free + mdb_free;
1760
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001761 /* update fs dirty blocks counter for truncate case */
1762 percpu_counter_sub(&sbi->s_dirtyblocks_counter, release);
Mingming Caod2a17632008-07-14 17:52:37 -04001763
1764 /* update per-inode reservations */
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001765 BUG_ON(to_free > EXT4_I(inode)->i_reserved_data_blocks);
1766 EXT4_I(inode)->i_reserved_data_blocks -= to_free;
Mingming Caod2a17632008-07-14 17:52:37 -04001767
1768 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1769 EXT4_I(inode)->i_reserved_meta_blocks = mdb;
Mingming Caod2a17632008-07-14 17:52:37 -04001770 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Cao60e58e02009-01-22 18:13:05 +01001771
1772 vfs_dq_release_reservation_block(inode, release);
Mingming Caod2a17632008-07-14 17:52:37 -04001773}
1774
1775static void ext4_da_page_release_reservation(struct page *page,
1776 unsigned long offset)
1777{
1778 int to_release = 0;
1779 struct buffer_head *head, *bh;
1780 unsigned int curr_off = 0;
1781
1782 head = page_buffers(page);
1783 bh = head;
1784 do {
1785 unsigned int next_off = curr_off + bh->b_size;
1786
1787 if ((offset <= curr_off) && (buffer_delay(bh))) {
1788 to_release++;
1789 clear_buffer_delay(bh);
1790 }
1791 curr_off = next_off;
1792 } while ((bh = bh->b_this_page) != head);
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001793 ext4_da_release_space(page->mapping->host, to_release);
Mingming Caod2a17632008-07-14 17:52:37 -04001794}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001795
1796/*
Alex Tomas64769242008-07-11 19:27:31 -04001797 * Delayed allocation stuff
1798 */
1799
1800struct mpage_da_data {
1801 struct inode *inode;
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05001802 sector_t b_blocknr; /* start block number of extent */
1803 size_t b_size; /* size of extent */
1804 unsigned long b_state; /* state of the extent */
Alex Tomas64769242008-07-11 19:27:31 -04001805 unsigned long first_page, next_page; /* extent of pages */
Alex Tomas64769242008-07-11 19:27:31 -04001806 struct writeback_control *wbc;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001807 int io_done;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05001808 int pages_written;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04001809 int retval;
Alex Tomas64769242008-07-11 19:27:31 -04001810};
1811
1812/*
1813 * mpage_da_submit_io - walks through extent of pages and try to write
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001814 * them with writepage() call back
Alex Tomas64769242008-07-11 19:27:31 -04001815 *
1816 * @mpd->inode: inode
1817 * @mpd->first_page: first page of the extent
1818 * @mpd->next_page: page after the last page of the extent
Alex Tomas64769242008-07-11 19:27:31 -04001819 *
1820 * By the time mpage_da_submit_io() is called we expect all blocks
1821 * to be allocated. this may be wrong if allocation failed.
1822 *
1823 * As pages are already locked by write_cache_pages(), we can't use it
1824 */
1825static int mpage_da_submit_io(struct mpage_da_data *mpd)
1826{
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001827 long pages_skipped;
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001828 struct pagevec pvec;
1829 unsigned long index, end;
1830 int ret = 0, err, nr_pages, i;
1831 struct inode *inode = mpd->inode;
1832 struct address_space *mapping = inode->i_mapping;
Alex Tomas64769242008-07-11 19:27:31 -04001833
1834 BUG_ON(mpd->next_page <= mpd->first_page);
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001835 /*
1836 * We need to start from the first_page to the next_page - 1
1837 * to make sure we also write the mapped dirty buffer_heads.
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05001838 * If we look at mpd->b_blocknr we would only be looking
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001839 * at the currently mapped buffer_heads.
1840 */
Alex Tomas64769242008-07-11 19:27:31 -04001841 index = mpd->first_page;
1842 end = mpd->next_page - 1;
1843
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001844 pagevec_init(&pvec, 0);
Alex Tomas64769242008-07-11 19:27:31 -04001845 while (index <= end) {
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001846 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
Alex Tomas64769242008-07-11 19:27:31 -04001847 if (nr_pages == 0)
1848 break;
1849 for (i = 0; i < nr_pages; i++) {
1850 struct page *page = pvec.pages[i];
1851
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001852 index = page->index;
1853 if (index > end)
1854 break;
1855 index++;
1856
1857 BUG_ON(!PageLocked(page));
1858 BUG_ON(PageWriteback(page));
1859
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001860 pages_skipped = mpd->wbc->pages_skipped;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001861 err = mapping->a_ops->writepage(page, mpd->wbc);
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001862 if (!err && (pages_skipped == mpd->wbc->pages_skipped))
1863 /*
1864 * have successfully written the page
1865 * without skipping the same
1866 */
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001867 mpd->pages_written++;
Alex Tomas64769242008-07-11 19:27:31 -04001868 /*
1869 * In error case, we have to continue because
1870 * remaining pages are still locked
1871 * XXX: unlock and re-dirty them?
1872 */
1873 if (ret == 0)
1874 ret = err;
1875 }
1876 pagevec_release(&pvec);
1877 }
Alex Tomas64769242008-07-11 19:27:31 -04001878 return ret;
1879}
1880
1881/*
1882 * mpage_put_bnr_to_bhs - walk blocks and assign them actual numbers
1883 *
1884 * @mpd->inode - inode to walk through
1885 * @exbh->b_blocknr - first block on a disk
1886 * @exbh->b_size - amount of space in bytes
1887 * @logical - first logical block to start assignment with
1888 *
1889 * the function goes through all passed space and put actual disk
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04001890 * block numbers into buffer heads, dropping BH_Delay and BH_Unwritten
Alex Tomas64769242008-07-11 19:27:31 -04001891 */
1892static void mpage_put_bnr_to_bhs(struct mpage_da_data *mpd, sector_t logical,
1893 struct buffer_head *exbh)
1894{
1895 struct inode *inode = mpd->inode;
1896 struct address_space *mapping = inode->i_mapping;
1897 int blocks = exbh->b_size >> inode->i_blkbits;
1898 sector_t pblock = exbh->b_blocknr, cur_logical;
1899 struct buffer_head *head, *bh;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001900 pgoff_t index, end;
Alex Tomas64769242008-07-11 19:27:31 -04001901 struct pagevec pvec;
1902 int nr_pages, i;
1903
1904 index = logical >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
1905 end = (logical + blocks - 1) >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
1906 cur_logical = index << (PAGE_CACHE_SHIFT - inode->i_blkbits);
1907
1908 pagevec_init(&pvec, 0);
1909
1910 while (index <= end) {
1911 /* XXX: optimize tail */
1912 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
1913 if (nr_pages == 0)
1914 break;
1915 for (i = 0; i < nr_pages; i++) {
1916 struct page *page = pvec.pages[i];
1917
1918 index = page->index;
1919 if (index > end)
1920 break;
1921 index++;
1922
1923 BUG_ON(!PageLocked(page));
1924 BUG_ON(PageWriteback(page));
1925 BUG_ON(!page_has_buffers(page));
1926
1927 bh = page_buffers(page);
1928 head = bh;
1929
1930 /* skip blocks out of the range */
1931 do {
1932 if (cur_logical >= logical)
1933 break;
1934 cur_logical++;
1935 } while ((bh = bh->b_this_page) != head);
1936
1937 do {
1938 if (cur_logical >= logical + blocks)
1939 break;
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04001940
1941 if (buffer_delay(bh) ||
1942 buffer_unwritten(bh)) {
1943
1944 BUG_ON(bh->b_bdev != inode->i_sb->s_bdev);
1945
1946 if (buffer_delay(bh)) {
1947 clear_buffer_delay(bh);
1948 bh->b_blocknr = pblock;
1949 } else {
1950 /*
1951 * unwritten already should have
1952 * blocknr assigned. Verify that
1953 */
1954 clear_buffer_unwritten(bh);
1955 BUG_ON(bh->b_blocknr != pblock);
1956 }
1957
Mingming Cao61628a32008-07-11 19:27:31 -04001958 } else if (buffer_mapped(bh))
Alex Tomas64769242008-07-11 19:27:31 -04001959 BUG_ON(bh->b_blocknr != pblock);
Alex Tomas64769242008-07-11 19:27:31 -04001960
1961 cur_logical++;
1962 pblock++;
1963 } while ((bh = bh->b_this_page) != head);
1964 }
1965 pagevec_release(&pvec);
1966 }
1967}
1968
1969
1970/*
1971 * __unmap_underlying_blocks - just a helper function to unmap
1972 * set of blocks described by @bh
1973 */
1974static inline void __unmap_underlying_blocks(struct inode *inode,
1975 struct buffer_head *bh)
1976{
1977 struct block_device *bdev = inode->i_sb->s_bdev;
1978 int blocks, i;
1979
1980 blocks = bh->b_size >> inode->i_blkbits;
1981 for (i = 0; i < blocks; i++)
1982 unmap_underlying_metadata(bdev, bh->b_blocknr + i);
1983}
1984
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04001985static void ext4_da_block_invalidatepages(struct mpage_da_data *mpd,
1986 sector_t logical, long blk_cnt)
1987{
1988 int nr_pages, i;
1989 pgoff_t index, end;
1990 struct pagevec pvec;
1991 struct inode *inode = mpd->inode;
1992 struct address_space *mapping = inode->i_mapping;
1993
1994 index = logical >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
1995 end = (logical + blk_cnt - 1) >>
1996 (PAGE_CACHE_SHIFT - inode->i_blkbits);
1997 while (index <= end) {
1998 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
1999 if (nr_pages == 0)
2000 break;
2001 for (i = 0; i < nr_pages; i++) {
2002 struct page *page = pvec.pages[i];
2003 index = page->index;
2004 if (index > end)
2005 break;
2006 index++;
2007
2008 BUG_ON(!PageLocked(page));
2009 BUG_ON(PageWriteback(page));
2010 block_invalidatepage(page, 0);
2011 ClearPageUptodate(page);
2012 unlock_page(page);
2013 }
2014 }
2015 return;
2016}
2017
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002018static void ext4_print_free_blocks(struct inode *inode)
2019{
2020 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
2021 printk(KERN_EMERG "Total free blocks count %lld\n",
2022 ext4_count_free_blocks(inode->i_sb));
2023 printk(KERN_EMERG "Free/Dirty block details\n");
2024 printk(KERN_EMERG "free_blocks=%lld\n",
Alexander Beregalov8f72fbd2008-10-29 17:13:08 -04002025 (long long)percpu_counter_sum(&sbi->s_freeblocks_counter));
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002026 printk(KERN_EMERG "dirty_blocks=%lld\n",
Alexander Beregalov8f72fbd2008-10-29 17:13:08 -04002027 (long long)percpu_counter_sum(&sbi->s_dirtyblocks_counter));
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002028 printk(KERN_EMERG "Block reservation details\n");
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002029 printk(KERN_EMERG "i_reserved_data_blocks=%u\n",
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002030 EXT4_I(inode)->i_reserved_data_blocks);
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002031 printk(KERN_EMERG "i_reserved_meta_blocks=%u\n",
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002032 EXT4_I(inode)->i_reserved_meta_blocks);
2033 return;
2034}
2035
Theodore Ts'ob920c752009-05-14 00:54:29 -04002036/*
Alex Tomas64769242008-07-11 19:27:31 -04002037 * mpage_da_map_blocks - go through given space
2038 *
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002039 * @mpd - bh describing space
Alex Tomas64769242008-07-11 19:27:31 -04002040 *
2041 * The function skips space we know is already mapped to disk blocks.
2042 *
Alex Tomas64769242008-07-11 19:27:31 -04002043 */
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002044static int mpage_da_map_blocks(struct mpage_da_data *mpd)
Alex Tomas64769242008-07-11 19:27:31 -04002045{
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002046 int err, blks, get_blocks_flags;
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002047 struct buffer_head new;
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002048 sector_t next = mpd->b_blocknr;
2049 unsigned max_blocks = mpd->b_size >> mpd->inode->i_blkbits;
2050 loff_t disksize = EXT4_I(mpd->inode)->i_disksize;
2051 handle_t *handle = NULL;
Alex Tomas64769242008-07-11 19:27:31 -04002052
2053 /*
2054 * We consider only non-mapped and non-allocated blocks
2055 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002056 if ((mpd->b_state & (1 << BH_Mapped)) &&
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002057 !(mpd->b_state & (1 << BH_Delay)) &&
2058 !(mpd->b_state & (1 << BH_Unwritten)))
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002059 return 0;
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002060
2061 /*
2062 * If we didn't accumulate anything to write simply return
2063 */
2064 if (!mpd->b_size)
2065 return 0;
2066
2067 handle = ext4_journal_current_handle();
2068 BUG_ON(!handle);
2069
Aneesh Kumar K.V79ffab32009-05-13 15:13:42 -04002070 /*
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002071 * Call ext4_get_blocks() to allocate any delayed allocation
2072 * blocks, or to convert an uninitialized extent to be
2073 * initialized (in the case where we have written into
2074 * one or more preallocated blocks).
2075 *
2076 * We pass in the magic EXT4_GET_BLOCKS_DELALLOC_RESERVE to
2077 * indicate that we are on the delayed allocation path. This
2078 * affects functions in many different parts of the allocation
2079 * call path. This flag exists primarily because we don't
2080 * want to change *many* call functions, so ext4_get_blocks()
2081 * will set the magic i_delalloc_reserved_flag once the
2082 * inode's allocation semaphore is taken.
2083 *
2084 * If the blocks in questions were delalloc blocks, set
2085 * EXT4_GET_BLOCKS_DELALLOC_RESERVE so the delalloc accounting
2086 * variables are updated after the blocks have been allocated.
Aneesh Kumar K.V79ffab32009-05-13 15:13:42 -04002087 */
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002088 new.b_state = 0;
2089 get_blocks_flags = (EXT4_GET_BLOCKS_CREATE |
2090 EXT4_GET_BLOCKS_DELALLOC_RESERVE);
2091 if (mpd->b_state & (1 << BH_Delay))
2092 get_blocks_flags |= EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE;
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002093 blks = ext4_get_blocks(handle, mpd->inode, next, max_blocks,
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002094 &new, get_blocks_flags);
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002095 if (blks < 0) {
2096 err = blks;
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002097 /*
2098 * If get block returns with error we simply
2099 * return. Later writepage will redirty the page and
2100 * writepages will find the dirty page again
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002101 */
2102 if (err == -EAGAIN)
2103 return 0;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002104
2105 if (err == -ENOSPC &&
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002106 ext4_count_free_blocks(mpd->inode->i_sb)) {
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002107 mpd->retval = err;
2108 return 0;
2109 }
2110
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002111 /*
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002112 * get block failure will cause us to loop in
2113 * writepages, because a_ops->writepage won't be able
2114 * to make progress. The page will be redirtied by
2115 * writepage and writepages will again try to write
2116 * the same.
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002117 */
2118 printk(KERN_EMERG "%s block allocation failed for inode %lu "
2119 "at logical offset %llu with max blocks "
2120 "%zd with error %d\n",
2121 __func__, mpd->inode->i_ino,
2122 (unsigned long long)next,
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002123 mpd->b_size >> mpd->inode->i_blkbits, err);
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002124 printk(KERN_EMERG "This should not happen.!! "
2125 "Data will be lost\n");
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002126 if (err == -ENOSPC) {
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002127 ext4_print_free_blocks(mpd->inode);
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002128 }
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002129 /* invalidate all the pages */
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002130 ext4_da_block_invalidatepages(mpd, next,
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002131 mpd->b_size >> mpd->inode->i_blkbits);
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002132 return err;
2133 }
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002134 BUG_ON(blks == 0);
2135
2136 new.b_size = (blks << mpd->inode->i_blkbits);
Alex Tomas64769242008-07-11 19:27:31 -04002137
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002138 if (buffer_new(&new))
2139 __unmap_underlying_blocks(mpd->inode, &new);
Alex Tomas64769242008-07-11 19:27:31 -04002140
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002141 /*
2142 * If blocks are delayed marked, we need to
2143 * put actual blocknr and drop delayed bit
2144 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002145 if ((mpd->b_state & (1 << BH_Delay)) ||
2146 (mpd->b_state & (1 << BH_Unwritten)))
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002147 mpage_put_bnr_to_bhs(mpd, next, &new);
2148
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002149 if (ext4_should_order_data(mpd->inode)) {
2150 err = ext4_jbd2_file_inode(handle, mpd->inode);
2151 if (err)
2152 return err;
2153 }
2154
2155 /*
2156 * Update on-disk size along with block allocation we don't
2157 * use EXT4_GET_BLOCKS_EXTEND_DISKSIZE as size may change
2158 * within already allocated block -bzzz
2159 */
2160 disksize = ((loff_t) next + blks) << mpd->inode->i_blkbits;
2161 if (disksize > i_size_read(mpd->inode))
2162 disksize = i_size_read(mpd->inode);
2163 if (disksize > EXT4_I(mpd->inode)->i_disksize) {
2164 ext4_update_i_disksize(mpd->inode, disksize);
2165 return ext4_mark_inode_dirty(handle, mpd->inode);
2166 }
2167
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002168 return 0;
Alex Tomas64769242008-07-11 19:27:31 -04002169}
2170
Aneesh Kumar K.Vbf068ee2008-08-19 22:16:43 -04002171#define BH_FLAGS ((1 << BH_Uptodate) | (1 << BH_Mapped) | \
2172 (1 << BH_Delay) | (1 << BH_Unwritten))
Alex Tomas64769242008-07-11 19:27:31 -04002173
2174/*
2175 * mpage_add_bh_to_extent - try to add one more block to extent of blocks
2176 *
2177 * @mpd->lbh - extent of blocks
2178 * @logical - logical number of the block in the file
2179 * @bh - bh of the block (used to access block's state)
2180 *
2181 * the function is used to collect contig. blocks in same state
2182 */
2183static void mpage_add_bh_to_extent(struct mpage_da_data *mpd,
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002184 sector_t logical, size_t b_size,
2185 unsigned long b_state)
Alex Tomas64769242008-07-11 19:27:31 -04002186{
Alex Tomas64769242008-07-11 19:27:31 -04002187 sector_t next;
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002188 int nrblocks = mpd->b_size >> mpd->inode->i_blkbits;
Alex Tomas64769242008-07-11 19:27:31 -04002189
Mingming Cao525f4ed2008-08-19 22:15:58 -04002190 /* check if thereserved journal credits might overflow */
2191 if (!(EXT4_I(mpd->inode)->i_flags & EXT4_EXTENTS_FL)) {
2192 if (nrblocks >= EXT4_MAX_TRANS_DATA) {
2193 /*
2194 * With non-extent format we are limited by the journal
2195 * credit available. Total credit needed to insert
2196 * nrblocks contiguous blocks is dependent on the
2197 * nrblocks. So limit nrblocks.
2198 */
2199 goto flush_it;
2200 } else if ((nrblocks + (b_size >> mpd->inode->i_blkbits)) >
2201 EXT4_MAX_TRANS_DATA) {
2202 /*
2203 * Adding the new buffer_head would make it cross the
2204 * allowed limit for which we have journal credit
2205 * reserved. So limit the new bh->b_size
2206 */
2207 b_size = (EXT4_MAX_TRANS_DATA - nrblocks) <<
2208 mpd->inode->i_blkbits;
2209 /* we will do mpage_da_submit_io in the next loop */
2210 }
2211 }
Alex Tomas64769242008-07-11 19:27:31 -04002212 /*
2213 * First block in the extent
2214 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002215 if (mpd->b_size == 0) {
2216 mpd->b_blocknr = logical;
2217 mpd->b_size = b_size;
2218 mpd->b_state = b_state & BH_FLAGS;
Alex Tomas64769242008-07-11 19:27:31 -04002219 return;
2220 }
2221
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002222 next = mpd->b_blocknr + nrblocks;
Alex Tomas64769242008-07-11 19:27:31 -04002223 /*
2224 * Can we merge the block to our big extent?
2225 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002226 if (logical == next && (b_state & BH_FLAGS) == mpd->b_state) {
2227 mpd->b_size += b_size;
Alex Tomas64769242008-07-11 19:27:31 -04002228 return;
2229 }
2230
Mingming Cao525f4ed2008-08-19 22:15:58 -04002231flush_it:
Alex Tomas64769242008-07-11 19:27:31 -04002232 /*
2233 * We couldn't merge the block to our extent, so we
2234 * need to flush current extent and start new one
2235 */
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002236 if (mpage_da_map_blocks(mpd) == 0)
2237 mpage_da_submit_io(mpd);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002238 mpd->io_done = 1;
2239 return;
Alex Tomas64769242008-07-11 19:27:31 -04002240}
2241
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002242static int ext4_bh_unmapped_or_delay(handle_t *handle, struct buffer_head *bh)
2243{
2244 /*
2245 * unmapped buffer is possible for holes.
2246 * delay buffer is possible with delayed allocation.
2247 * We also need to consider unwritten buffer as unmapped.
2248 */
2249 return (!buffer_mapped(bh) || buffer_delay(bh) ||
2250 buffer_unwritten(bh)) && buffer_dirty(bh);
2251}
2252
Alex Tomas64769242008-07-11 19:27:31 -04002253/*
2254 * __mpage_da_writepage - finds extent of pages and blocks
2255 *
2256 * @page: page to consider
2257 * @wbc: not used, we just follow rules
2258 * @data: context
2259 *
2260 * The function finds extents of pages and scan them for all blocks.
2261 */
2262static int __mpage_da_writepage(struct page *page,
2263 struct writeback_control *wbc, void *data)
2264{
2265 struct mpage_da_data *mpd = data;
2266 struct inode *inode = mpd->inode;
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002267 struct buffer_head *bh, *head;
Alex Tomas64769242008-07-11 19:27:31 -04002268 sector_t logical;
2269
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002270 if (mpd->io_done) {
2271 /*
2272 * Rest of the page in the page_vec
2273 * redirty then and skip then. We will
2274 * try to to write them again after
2275 * starting a new transaction
2276 */
2277 redirty_page_for_writepage(wbc, page);
2278 unlock_page(page);
2279 return MPAGE_DA_EXTENT_TAIL;
2280 }
Alex Tomas64769242008-07-11 19:27:31 -04002281 /*
2282 * Can we merge this page to current extent?
2283 */
2284 if (mpd->next_page != page->index) {
2285 /*
2286 * Nope, we can't. So, we map non-allocated blocks
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002287 * and start IO on them using writepage()
Alex Tomas64769242008-07-11 19:27:31 -04002288 */
2289 if (mpd->next_page != mpd->first_page) {
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002290 if (mpage_da_map_blocks(mpd) == 0)
2291 mpage_da_submit_io(mpd);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002292 /*
2293 * skip rest of the page in the page_vec
2294 */
2295 mpd->io_done = 1;
2296 redirty_page_for_writepage(wbc, page);
2297 unlock_page(page);
2298 return MPAGE_DA_EXTENT_TAIL;
Alex Tomas64769242008-07-11 19:27:31 -04002299 }
2300
2301 /*
2302 * Start next extent of pages ...
2303 */
2304 mpd->first_page = page->index;
2305
2306 /*
2307 * ... and blocks
2308 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002309 mpd->b_size = 0;
2310 mpd->b_state = 0;
2311 mpd->b_blocknr = 0;
Alex Tomas64769242008-07-11 19:27:31 -04002312 }
2313
2314 mpd->next_page = page->index + 1;
2315 logical = (sector_t) page->index <<
2316 (PAGE_CACHE_SHIFT - inode->i_blkbits);
2317
2318 if (!page_has_buffers(page)) {
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002319 mpage_add_bh_to_extent(mpd, logical, PAGE_CACHE_SIZE,
2320 (1 << BH_Dirty) | (1 << BH_Uptodate));
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002321 if (mpd->io_done)
2322 return MPAGE_DA_EXTENT_TAIL;
Alex Tomas64769242008-07-11 19:27:31 -04002323 } else {
2324 /*
2325 * Page with regular buffer heads, just add all dirty ones
2326 */
2327 head = page_buffers(page);
2328 bh = head;
2329 do {
2330 BUG_ON(buffer_locked(bh));
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05002331 /*
2332 * We need to try to allocate
2333 * unmapped blocks in the same page.
2334 * Otherwise we won't make progress
2335 * with the page in ext4_da_writepage
2336 */
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002337 if (ext4_bh_unmapped_or_delay(NULL, bh)) {
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002338 mpage_add_bh_to_extent(mpd, logical,
2339 bh->b_size,
2340 bh->b_state);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002341 if (mpd->io_done)
2342 return MPAGE_DA_EXTENT_TAIL;
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05002343 } else if (buffer_dirty(bh) && (buffer_mapped(bh))) {
2344 /*
2345 * mapped dirty buffer. We need to update
2346 * the b_state because we look at
2347 * b_state in mpage_da_map_blocks. We don't
2348 * update b_size because if we find an
2349 * unmapped buffer_head later we need to
2350 * use the b_state flag of that buffer_head.
2351 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002352 if (mpd->b_size == 0)
2353 mpd->b_state = bh->b_state & BH_FLAGS;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002354 }
Alex Tomas64769242008-07-11 19:27:31 -04002355 logical++;
2356 } while ((bh = bh->b_this_page) != head);
2357 }
2358
2359 return 0;
2360}
2361
2362/*
Theodore Ts'ob920c752009-05-14 00:54:29 -04002363 * This is a special get_blocks_t callback which is used by
2364 * ext4_da_write_begin(). It will either return mapped block or
2365 * reserve space for a single block.
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002366 *
2367 * For delayed buffer_head we have BH_Mapped, BH_New, BH_Delay set.
2368 * We also have b_blocknr = -1 and b_bdev initialized properly
2369 *
2370 * For unwritten buffer_head we have BH_Mapped, BH_New, BH_Unwritten set.
2371 * We also have b_blocknr = physicalblock mapping unwritten extent and b_bdev
2372 * initialized properly.
Alex Tomas64769242008-07-11 19:27:31 -04002373 */
2374static int ext4_da_get_block_prep(struct inode *inode, sector_t iblock,
2375 struct buffer_head *bh_result, int create)
2376{
2377 int ret = 0;
Aneesh Kumar K.V33b98172009-05-12 14:40:37 -04002378 sector_t invalid_block = ~((sector_t) 0xffff);
2379
2380 if (invalid_block < ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es))
2381 invalid_block = ~0;
Alex Tomas64769242008-07-11 19:27:31 -04002382
2383 BUG_ON(create == 0);
2384 BUG_ON(bh_result->b_size != inode->i_sb->s_blocksize);
2385
2386 /*
2387 * first, we need to know whether the block is allocated already
2388 * preallocated blocks are unmapped but should treated
2389 * the same as allocated blocks.
2390 */
Theodore Ts'oc2177052009-05-14 00:58:52 -04002391 ret = ext4_get_blocks(NULL, inode, iblock, 1, bh_result, 0);
Mingming Caod2a17632008-07-14 17:52:37 -04002392 if ((ret == 0) && !buffer_delay(bh_result)) {
2393 /* the block isn't (pre)allocated yet, let's reserve space */
Alex Tomas64769242008-07-11 19:27:31 -04002394 /*
2395 * XXX: __block_prepare_write() unmaps passed block,
2396 * is it OK?
2397 */
Mingming Caod2a17632008-07-14 17:52:37 -04002398 ret = ext4_da_reserve_space(inode, 1);
2399 if (ret)
2400 /* not enough space to reserve */
2401 return ret;
2402
Aneesh Kumar K.V33b98172009-05-12 14:40:37 -04002403 map_bh(bh_result, inode->i_sb, invalid_block);
Alex Tomas64769242008-07-11 19:27:31 -04002404 set_buffer_new(bh_result);
2405 set_buffer_delay(bh_result);
2406 } else if (ret > 0) {
2407 bh_result->b_size = (ret << inode->i_blkbits);
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002408 if (buffer_unwritten(bh_result)) {
2409 /* A delayed write to unwritten bh should
2410 * be marked new and mapped. Mapped ensures
2411 * that we don't do get_block multiple times
2412 * when we write to the same offset and new
2413 * ensures that we do proper zero out for
2414 * partial write.
2415 */
Aneesh Kumar K.V9c1ee182009-05-13 18:36:58 -04002416 set_buffer_new(bh_result);
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002417 set_buffer_mapped(bh_result);
2418 }
Alex Tomas64769242008-07-11 19:27:31 -04002419 ret = 0;
2420 }
2421
2422 return ret;
2423}
Mingming Cao61628a32008-07-11 19:27:31 -04002424
Theodore Ts'ob920c752009-05-14 00:54:29 -04002425/*
2426 * This function is used as a standard get_block_t calback function
2427 * when there is no desire to allocate any blocks. It is used as a
2428 * callback function for block_prepare_write(), nobh_writepage(), and
2429 * block_write_full_page(). These functions should only try to map a
2430 * single block at a time.
2431 *
2432 * Since this function doesn't do block allocations even if the caller
2433 * requests it by passing in create=1, it is critically important that
2434 * any caller checks to make sure that any buffer heads are returned
2435 * by this function are either all already mapped or marked for
2436 * delayed allocation before calling nobh_writepage() or
2437 * block_write_full_page(). Otherwise, b_blocknr could be left
2438 * unitialized, and the page write functions will be taken by
2439 * surprise.
2440 */
2441static int noalloc_get_block_write(struct inode *inode, sector_t iblock,
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002442 struct buffer_head *bh_result, int create)
2443{
2444 int ret = 0;
2445 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
2446
Theodore Ts'oa2dc52b2009-05-12 13:51:29 -04002447 BUG_ON(bh_result->b_size != inode->i_sb->s_blocksize);
2448
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002449 /*
2450 * we don't want to do block allocation in writepage
2451 * so call get_block_wrap with create = 0
2452 */
Theodore Ts'oc2177052009-05-14 00:58:52 -04002453 ret = ext4_get_blocks(NULL, inode, iblock, max_blocks, bh_result, 0);
Theodore Ts'oa2dc52b2009-05-12 13:51:29 -04002454 BUG_ON(create && ret == 0);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002455 if (ret > 0) {
2456 bh_result->b_size = (ret << inode->i_blkbits);
2457 ret = 0;
2458 }
2459 return ret;
Mingming Cao61628a32008-07-11 19:27:31 -04002460}
2461
Mingming Cao61628a32008-07-11 19:27:31 -04002462/*
Theodore Ts'ob920c752009-05-14 00:54:29 -04002463 * This function can get called via...
2464 * - ext4_da_writepages after taking page lock (have journal handle)
2465 * - journal_submit_inode_data_buffers (no journal handle)
2466 * - shrink_page_list via pdflush (no journal handle)
2467 * - grab_page_cache when doing write_begin (have journal handle)
Mingming Cao61628a32008-07-11 19:27:31 -04002468 */
Alex Tomas64769242008-07-11 19:27:31 -04002469static int ext4_da_writepage(struct page *page,
2470 struct writeback_control *wbc)
2471{
Alex Tomas64769242008-07-11 19:27:31 -04002472 int ret = 0;
Mingming Cao61628a32008-07-11 19:27:31 -04002473 loff_t size;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002474 unsigned int len;
Mingming Cao61628a32008-07-11 19:27:31 -04002475 struct buffer_head *page_bufs;
2476 struct inode *inode = page->mapping->host;
Alex Tomas64769242008-07-11 19:27:31 -04002477
Theodore Ts'oba80b102009-01-03 20:03:21 -05002478 trace_mark(ext4_da_writepage,
2479 "dev %s ino %lu page_index %lu",
2480 inode->i_sb->s_id, inode->i_ino, page->index);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002481 size = i_size_read(inode);
2482 if (page->index == size >> PAGE_CACHE_SHIFT)
2483 len = size & ~PAGE_CACHE_MASK;
2484 else
2485 len = PAGE_CACHE_SIZE;
Alex Tomas64769242008-07-11 19:27:31 -04002486
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002487 if (page_has_buffers(page)) {
Mingming Cao61628a32008-07-11 19:27:31 -04002488 page_bufs = page_buffers(page);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002489 if (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
2490 ext4_bh_unmapped_or_delay)) {
Mingming Cao61628a32008-07-11 19:27:31 -04002491 /*
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002492 * We don't want to do block allocation
2493 * So redirty the page and return
Aneesh Kumar K.Vcd1aac32008-07-11 19:27:31 -04002494 * We may reach here when we do a journal commit
2495 * via journal_submit_inode_data_buffers.
2496 * If we don't have mapping block we just ignore
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002497 * them. We can also reach here via shrink_page_list
2498 */
2499 redirty_page_for_writepage(wbc, page);
2500 unlock_page(page);
2501 return 0;
2502 }
2503 } else {
2504 /*
2505 * The test for page_has_buffers() is subtle:
2506 * We know the page is dirty but it lost buffers. That means
2507 * that at some moment in time after write_begin()/write_end()
2508 * has been called all buffers have been clean and thus they
2509 * must have been written at least once. So they are all
2510 * mapped and we can happily proceed with mapping them
2511 * and writing the page.
2512 *
2513 * Try to initialize the buffer_heads and check whether
2514 * all are mapped and non delay. We don't want to
2515 * do block allocation here.
2516 */
2517 ret = block_prepare_write(page, 0, PAGE_CACHE_SIZE,
Theodore Ts'ob920c752009-05-14 00:54:29 -04002518 noalloc_get_block_write);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002519 if (!ret) {
2520 page_bufs = page_buffers(page);
2521 /* check whether all are mapped and non delay */
2522 if (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
2523 ext4_bh_unmapped_or_delay)) {
2524 redirty_page_for_writepage(wbc, page);
2525 unlock_page(page);
2526 return 0;
2527 }
2528 } else {
2529 /*
2530 * We can't do block allocation here
2531 * so just redity the page and unlock
2532 * and return
Mingming Cao61628a32008-07-11 19:27:31 -04002533 */
Mingming Cao61628a32008-07-11 19:27:31 -04002534 redirty_page_for_writepage(wbc, page);
2535 unlock_page(page);
2536 return 0;
2537 }
Aneesh Kumar K.Ved9b3e32008-11-07 09:06:45 -05002538 /* now mark the buffer_heads as dirty and uptodate */
2539 block_commit_write(page, 0, PAGE_CACHE_SIZE);
Alex Tomas64769242008-07-11 19:27:31 -04002540 }
2541
2542 if (test_opt(inode->i_sb, NOBH) && ext4_should_writeback_data(inode))
Theodore Ts'ob920c752009-05-14 00:54:29 -04002543 ret = nobh_writepage(page, noalloc_get_block_write, wbc);
Alex Tomas64769242008-07-11 19:27:31 -04002544 else
Theodore Ts'ob920c752009-05-14 00:54:29 -04002545 ret = block_write_full_page(page, noalloc_get_block_write,
2546 wbc);
Alex Tomas64769242008-07-11 19:27:31 -04002547
Alex Tomas64769242008-07-11 19:27:31 -04002548 return ret;
2549}
2550
Mingming Cao61628a32008-07-11 19:27:31 -04002551/*
Mingming Cao525f4ed2008-08-19 22:15:58 -04002552 * This is called via ext4_da_writepages() to
2553 * calulate the total number of credits to reserve to fit
2554 * a single extent allocation into a single transaction,
2555 * ext4_da_writpeages() will loop calling this before
2556 * the block allocation.
Mingming Cao61628a32008-07-11 19:27:31 -04002557 */
Mingming Cao525f4ed2008-08-19 22:15:58 -04002558
2559static int ext4_da_writepages_trans_blocks(struct inode *inode)
2560{
2561 int max_blocks = EXT4_I(inode)->i_reserved_data_blocks;
2562
2563 /*
2564 * With non-extent format the journal credit needed to
2565 * insert nrblocks contiguous block is dependent on
2566 * number of contiguous block. So we will limit
2567 * number of contiguous block to a sane value
2568 */
2569 if (!(inode->i_flags & EXT4_EXTENTS_FL) &&
2570 (max_blocks > EXT4_MAX_TRANS_DATA))
2571 max_blocks = EXT4_MAX_TRANS_DATA;
2572
2573 return ext4_chunk_trans_blocks(inode, max_blocks);
2574}
Mingming Cao61628a32008-07-11 19:27:31 -04002575
Alex Tomas64769242008-07-11 19:27:31 -04002576static int ext4_da_writepages(struct address_space *mapping,
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002577 struct writeback_control *wbc)
Alex Tomas64769242008-07-11 19:27:31 -04002578{
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002579 pgoff_t index;
2580 int range_whole = 0;
Mingming Cao61628a32008-07-11 19:27:31 -04002581 handle_t *handle = NULL;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002582 struct mpage_da_data mpd;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002583 struct inode *inode = mapping->host;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002584 int no_nrwrite_index_update;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002585 int pages_written = 0;
2586 long pages_skipped;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002587 int range_cyclic, cycled = 1, io_done = 0;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002588 int needed_blocks, ret = 0, nr_to_writebump = 0;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002589 struct ext4_sb_info *sbi = EXT4_SB(mapping->host->i_sb);
Mingming Cao61628a32008-07-11 19:27:31 -04002590
Theodore Ts'oba80b102009-01-03 20:03:21 -05002591 trace_mark(ext4_da_writepages,
2592 "dev %s ino %lu nr_t_write %ld "
2593 "pages_skipped %ld range_start %llu "
2594 "range_end %llu nonblocking %d "
2595 "for_kupdate %d for_reclaim %d "
2596 "for_writepages %d range_cyclic %d",
2597 inode->i_sb->s_id, inode->i_ino,
2598 wbc->nr_to_write, wbc->pages_skipped,
2599 (unsigned long long) wbc->range_start,
2600 (unsigned long long) wbc->range_end,
2601 wbc->nonblocking, wbc->for_kupdate,
2602 wbc->for_reclaim, wbc->for_writepages,
2603 wbc->range_cyclic);
2604
Mingming Cao61628a32008-07-11 19:27:31 -04002605 /*
2606 * No pages to write? This is mainly a kludge to avoid starting
2607 * a transaction for special inodes like journal inode on last iput()
2608 * because that could violate lock ordering on umount
2609 */
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002610 if (!mapping->nrpages || !mapping_tagged(mapping, PAGECACHE_TAG_DIRTY))
Mingming Cao61628a32008-07-11 19:27:31 -04002611 return 0;
Theodore Ts'o2a21e372008-11-05 09:22:24 -05002612
2613 /*
2614 * If the filesystem has aborted, it is read-only, so return
2615 * right away instead of dumping stack traces later on that
2616 * will obscure the real source of the problem. We test
2617 * EXT4_MOUNT_ABORT instead of sb->s_flag's MS_RDONLY because
2618 * the latter could be true if the filesystem is mounted
2619 * read-only, and in that case, ext4_da_writepages should
2620 * *never* be called, so if that ever happens, we would want
2621 * the stack trace.
2622 */
2623 if (unlikely(sbi->s_mount_opt & EXT4_MOUNT_ABORT))
2624 return -EROFS;
2625
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002626 /*
2627 * Make sure nr_to_write is >= sbi->s_mb_stream_request
2628 * This make sure small files blocks are allocated in
2629 * single attempt. This ensure that small files
2630 * get less fragmented.
2631 */
2632 if (wbc->nr_to_write < sbi->s_mb_stream_request) {
2633 nr_to_writebump = sbi->s_mb_stream_request - wbc->nr_to_write;
2634 wbc->nr_to_write = sbi->s_mb_stream_request;
2635 }
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002636 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX)
2637 range_whole = 1;
Mingming Cao61628a32008-07-11 19:27:31 -04002638
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002639 range_cyclic = wbc->range_cyclic;
2640 if (wbc->range_cyclic) {
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002641 index = mapping->writeback_index;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002642 if (index)
2643 cycled = 0;
2644 wbc->range_start = index << PAGE_CACHE_SHIFT;
2645 wbc->range_end = LLONG_MAX;
2646 wbc->range_cyclic = 0;
2647 } else
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002648 index = wbc->range_start >> PAGE_CACHE_SHIFT;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002649
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002650 mpd.wbc = wbc;
2651 mpd.inode = mapping->host;
2652
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002653 /*
2654 * we don't want write_cache_pages to update
2655 * nr_to_write and writeback_index
2656 */
2657 no_nrwrite_index_update = wbc->no_nrwrite_index_update;
2658 wbc->no_nrwrite_index_update = 1;
2659 pages_skipped = wbc->pages_skipped;
2660
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002661retry:
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002662 while (!ret && wbc->nr_to_write > 0) {
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002663
2664 /*
2665 * we insert one extent at a time. So we need
2666 * credit needed for single extent allocation.
2667 * journalled mode is currently not supported
2668 * by delalloc
2669 */
2670 BUG_ON(ext4_should_journal_data(inode));
Mingming Cao525f4ed2008-08-19 22:15:58 -04002671 needed_blocks = ext4_da_writepages_trans_blocks(inode);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002672
Mingming Cao61628a32008-07-11 19:27:31 -04002673 /* start a new transaction*/
2674 handle = ext4_journal_start(inode, needed_blocks);
2675 if (IS_ERR(handle)) {
2676 ret = PTR_ERR(handle);
Theodore Ts'o2a21e372008-11-05 09:22:24 -05002677 printk(KERN_CRIT "%s: jbd2_start: "
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002678 "%ld pages, ino %lu; err %d\n", __func__,
2679 wbc->nr_to_write, inode->i_ino, ret);
2680 dump_stack();
Mingming Cao61628a32008-07-11 19:27:31 -04002681 goto out_writepages;
2682 }
Theodore Ts'of63e6002009-02-23 16:42:39 -05002683
2684 /*
2685 * Now call __mpage_da_writepage to find the next
2686 * contiguous region of logical blocks that need
2687 * blocks to be allocated by ext4. We don't actually
2688 * submit the blocks for I/O here, even though
2689 * write_cache_pages thinks it will, and will set the
2690 * pages as clean for write before calling
2691 * __mpage_da_writepage().
2692 */
2693 mpd.b_size = 0;
2694 mpd.b_state = 0;
2695 mpd.b_blocknr = 0;
2696 mpd.first_page = 0;
2697 mpd.next_page = 0;
2698 mpd.io_done = 0;
2699 mpd.pages_written = 0;
2700 mpd.retval = 0;
2701 ret = write_cache_pages(mapping, wbc, __mpage_da_writepage,
2702 &mpd);
2703 /*
2704 * If we have a contigous extent of pages and we
2705 * haven't done the I/O yet, map the blocks and submit
2706 * them for I/O.
2707 */
2708 if (!mpd.io_done && mpd.next_page != mpd.first_page) {
2709 if (mpage_da_map_blocks(&mpd) == 0)
2710 mpage_da_submit_io(&mpd);
2711 mpd.io_done = 1;
2712 ret = MPAGE_DA_EXTENT_TAIL;
2713 }
2714 wbc->nr_to_write -= mpd.pages_written;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002715
Mingming Cao61628a32008-07-11 19:27:31 -04002716 ext4_journal_stop(handle);
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002717
Eric Sandeen8f64b322009-02-26 00:57:35 -05002718 if ((mpd.retval == -ENOSPC) && sbi->s_journal) {
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002719 /* commit the transaction which would
2720 * free blocks released in the transaction
2721 * and try again
2722 */
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002723 jbd2_journal_force_commit_nested(sbi->s_journal);
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002724 wbc->pages_skipped = pages_skipped;
2725 ret = 0;
2726 } else if (ret == MPAGE_DA_EXTENT_TAIL) {
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002727 /*
2728 * got one extent now try with
2729 * rest of the pages
2730 */
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002731 pages_written += mpd.pages_written;
2732 wbc->pages_skipped = pages_skipped;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002733 ret = 0;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002734 io_done = 1;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002735 } else if (wbc->nr_to_write)
Mingming Cao61628a32008-07-11 19:27:31 -04002736 /*
2737 * There is no more writeout needed
2738 * or we requested for a noblocking writeout
2739 * and we found the device congested
2740 */
Mingming Cao61628a32008-07-11 19:27:31 -04002741 break;
Mingming Cao61628a32008-07-11 19:27:31 -04002742 }
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002743 if (!io_done && !cycled) {
2744 cycled = 1;
2745 index = 0;
2746 wbc->range_start = index << PAGE_CACHE_SHIFT;
2747 wbc->range_end = mapping->writeback_index - 1;
2748 goto retry;
2749 }
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002750 if (pages_skipped != wbc->pages_skipped)
2751 printk(KERN_EMERG "This should not happen leaving %s "
2752 "with nr_to_write = %ld ret = %d\n",
2753 __func__, wbc->nr_to_write, ret);
Mingming Cao61628a32008-07-11 19:27:31 -04002754
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002755 /* Update index */
2756 index += pages_written;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002757 wbc->range_cyclic = range_cyclic;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002758 if (wbc->range_cyclic || (range_whole && wbc->nr_to_write > 0))
2759 /*
2760 * set the writeback_index so that range_cyclic
2761 * mode will write it back later
2762 */
2763 mapping->writeback_index = index;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002764
Mingming Cao61628a32008-07-11 19:27:31 -04002765out_writepages:
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002766 if (!no_nrwrite_index_update)
2767 wbc->no_nrwrite_index_update = 0;
2768 wbc->nr_to_write -= nr_to_writebump;
Theodore Ts'oba80b102009-01-03 20:03:21 -05002769 trace_mark(ext4_da_writepage_result,
2770 "dev %s ino %lu ret %d pages_written %d "
2771 "pages_skipped %ld congestion %d "
2772 "more_io %d no_nrwrite_index_update %d",
2773 inode->i_sb->s_id, inode->i_ino, ret,
2774 pages_written, wbc->pages_skipped,
2775 wbc->encountered_congestion, wbc->more_io,
2776 wbc->no_nrwrite_index_update);
Mingming Cao61628a32008-07-11 19:27:31 -04002777 return ret;
Alex Tomas64769242008-07-11 19:27:31 -04002778}
2779
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002780#define FALL_BACK_TO_NONDELALLOC 1
2781static int ext4_nonda_switch(struct super_block *sb)
2782{
2783 s64 free_blocks, dirty_blocks;
2784 struct ext4_sb_info *sbi = EXT4_SB(sb);
2785
2786 /*
2787 * switch to non delalloc mode if we are running low
2788 * on free block. The free block accounting via percpu
Eric Dumazet179f7eb2009-01-06 14:41:04 -08002789 * counters can get slightly wrong with percpu_counter_batch getting
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002790 * accumulated on each CPU without updating global counters
2791 * Delalloc need an accurate free block accounting. So switch
2792 * to non delalloc when we are near to error range.
2793 */
2794 free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
2795 dirty_blocks = percpu_counter_read_positive(&sbi->s_dirtyblocks_counter);
2796 if (2 * free_blocks < 3 * dirty_blocks ||
2797 free_blocks < (dirty_blocks + EXT4_FREEBLOCKS_WATERMARK)) {
2798 /*
2799 * free block count is less that 150% of dirty blocks
2800 * or free blocks is less that watermark
2801 */
2802 return 1;
2803 }
2804 return 0;
2805}
2806
Alex Tomas64769242008-07-11 19:27:31 -04002807static int ext4_da_write_begin(struct file *file, struct address_space *mapping,
2808 loff_t pos, unsigned len, unsigned flags,
2809 struct page **pagep, void **fsdata)
2810{
Mingming Caod2a17632008-07-14 17:52:37 -04002811 int ret, retries = 0;
Alex Tomas64769242008-07-11 19:27:31 -04002812 struct page *page;
2813 pgoff_t index;
2814 unsigned from, to;
2815 struct inode *inode = mapping->host;
2816 handle_t *handle;
2817
2818 index = pos >> PAGE_CACHE_SHIFT;
2819 from = pos & (PAGE_CACHE_SIZE - 1);
2820 to = from + len;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002821
2822 if (ext4_nonda_switch(inode->i_sb)) {
2823 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC;
2824 return ext4_write_begin(file, mapping, pos,
2825 len, flags, pagep, fsdata);
2826 }
2827 *fsdata = (void *)0;
Theodore Ts'oba80b102009-01-03 20:03:21 -05002828
2829 trace_mark(ext4_da_write_begin,
2830 "dev %s ino %lu pos %llu len %u flags %u",
2831 inode->i_sb->s_id, inode->i_ino,
2832 (unsigned long long) pos, len, flags);
Mingming Caod2a17632008-07-14 17:52:37 -04002833retry:
Alex Tomas64769242008-07-11 19:27:31 -04002834 /*
2835 * With delayed allocation, we don't log the i_disksize update
2836 * if there is delayed block allocation. But we still need
2837 * to journalling the i_disksize update if writes to the end
2838 * of file which has an already mapped buffer.
2839 */
2840 handle = ext4_journal_start(inode, 1);
2841 if (IS_ERR(handle)) {
2842 ret = PTR_ERR(handle);
2843 goto out;
2844 }
Jan Karaebd36102009-02-22 21:09:59 -05002845 /* We cannot recurse into the filesystem as the transaction is already
2846 * started */
2847 flags |= AOP_FLAG_NOFS;
Alex Tomas64769242008-07-11 19:27:31 -04002848
Nick Piggin54566b22009-01-04 12:00:53 -08002849 page = grab_cache_page_write_begin(mapping, index, flags);
Eric Sandeend5a0d4f2008-08-02 18:51:06 -04002850 if (!page) {
2851 ext4_journal_stop(handle);
2852 ret = -ENOMEM;
2853 goto out;
2854 }
Alex Tomas64769242008-07-11 19:27:31 -04002855 *pagep = page;
2856
2857 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
Theodore Ts'ob920c752009-05-14 00:54:29 -04002858 ext4_da_get_block_prep);
Alex Tomas64769242008-07-11 19:27:31 -04002859 if (ret < 0) {
2860 unlock_page(page);
2861 ext4_journal_stop(handle);
2862 page_cache_release(page);
Aneesh Kumar K.Vae4d5372008-09-13 13:10:25 -04002863 /*
2864 * block_write_begin may have instantiated a few blocks
2865 * outside i_size. Trim these off again. Don't need
2866 * i_size_read because we hold i_mutex.
2867 */
2868 if (pos + len > inode->i_size)
2869 vmtruncate(inode, inode->i_size);
Alex Tomas64769242008-07-11 19:27:31 -04002870 }
2871
Mingming Caod2a17632008-07-14 17:52:37 -04002872 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
2873 goto retry;
Alex Tomas64769242008-07-11 19:27:31 -04002874out:
2875 return ret;
2876}
2877
Mingming Cao632eaea2008-07-11 19:27:31 -04002878/*
2879 * Check if we should update i_disksize
2880 * when write to the end of file but not require block allocation
2881 */
2882static int ext4_da_should_update_i_disksize(struct page *page,
2883 unsigned long offset)
2884{
2885 struct buffer_head *bh;
2886 struct inode *inode = page->mapping->host;
2887 unsigned int idx;
2888 int i;
2889
2890 bh = page_buffers(page);
2891 idx = offset >> inode->i_blkbits;
2892
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04002893 for (i = 0; i < idx; i++)
Mingming Cao632eaea2008-07-11 19:27:31 -04002894 bh = bh->b_this_page;
2895
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002896 if (!buffer_mapped(bh) || (buffer_delay(bh)) || buffer_unwritten(bh))
Mingming Cao632eaea2008-07-11 19:27:31 -04002897 return 0;
2898 return 1;
2899}
2900
Alex Tomas64769242008-07-11 19:27:31 -04002901static int ext4_da_write_end(struct file *file,
2902 struct address_space *mapping,
2903 loff_t pos, unsigned len, unsigned copied,
2904 struct page *page, void *fsdata)
2905{
2906 struct inode *inode = mapping->host;
2907 int ret = 0, ret2;
2908 handle_t *handle = ext4_journal_current_handle();
2909 loff_t new_i_size;
Mingming Cao632eaea2008-07-11 19:27:31 -04002910 unsigned long start, end;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04002911 int write_mode = (int)(unsigned long)fsdata;
2912
2913 if (write_mode == FALL_BACK_TO_NONDELALLOC) {
2914 if (ext4_should_order_data(inode)) {
2915 return ext4_ordered_write_end(file, mapping, pos,
2916 len, copied, page, fsdata);
2917 } else if (ext4_should_writeback_data(inode)) {
2918 return ext4_writeback_write_end(file, mapping, pos,
2919 len, copied, page, fsdata);
2920 } else {
2921 BUG();
2922 }
2923 }
Mingming Cao632eaea2008-07-11 19:27:31 -04002924
Theodore Ts'oba80b102009-01-03 20:03:21 -05002925 trace_mark(ext4_da_write_end,
2926 "dev %s ino %lu pos %llu len %u copied %u",
2927 inode->i_sb->s_id, inode->i_ino,
2928 (unsigned long long) pos, len, copied);
Mingming Cao632eaea2008-07-11 19:27:31 -04002929 start = pos & (PAGE_CACHE_SIZE - 1);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04002930 end = start + copied - 1;
Alex Tomas64769242008-07-11 19:27:31 -04002931
2932 /*
2933 * generic_write_end() will run mark_inode_dirty() if i_size
2934 * changes. So let's piggyback the i_disksize mark_inode_dirty
2935 * into that.
2936 */
2937
2938 new_i_size = pos + copied;
Mingming Cao632eaea2008-07-11 19:27:31 -04002939 if (new_i_size > EXT4_I(inode)->i_disksize) {
2940 if (ext4_da_should_update_i_disksize(page, end)) {
2941 down_write(&EXT4_I(inode)->i_data_sem);
2942 if (new_i_size > EXT4_I(inode)->i_disksize) {
2943 /*
2944 * Updating i_disksize when extending file
2945 * without needing block allocation
2946 */
2947 if (ext4_should_order_data(inode))
2948 ret = ext4_jbd2_file_inode(handle,
2949 inode);
Alex Tomas64769242008-07-11 19:27:31 -04002950
Mingming Cao632eaea2008-07-11 19:27:31 -04002951 EXT4_I(inode)->i_disksize = new_i_size;
2952 }
2953 up_write(&EXT4_I(inode)->i_data_sem);
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04002954 /* We need to mark inode dirty even if
2955 * new_i_size is less that inode->i_size
2956 * bu greater than i_disksize.(hint delalloc)
2957 */
2958 ext4_mark_inode_dirty(handle, inode);
Alex Tomas64769242008-07-11 19:27:31 -04002959 }
Mingming Cao632eaea2008-07-11 19:27:31 -04002960 }
Alex Tomas64769242008-07-11 19:27:31 -04002961 ret2 = generic_write_end(file, mapping, pos, len, copied,
2962 page, fsdata);
2963 copied = ret2;
2964 if (ret2 < 0)
2965 ret = ret2;
2966 ret2 = ext4_journal_stop(handle);
2967 if (!ret)
2968 ret = ret2;
2969
2970 return ret ? ret : copied;
2971}
2972
2973static void ext4_da_invalidatepage(struct page *page, unsigned long offset)
2974{
Alex Tomas64769242008-07-11 19:27:31 -04002975 /*
2976 * Drop reserved blocks
2977 */
2978 BUG_ON(!PageLocked(page));
2979 if (!page_has_buffers(page))
2980 goto out;
2981
Mingming Caod2a17632008-07-14 17:52:37 -04002982 ext4_da_page_release_reservation(page, offset);
Alex Tomas64769242008-07-11 19:27:31 -04002983
2984out:
2985 ext4_invalidatepage(page, offset);
2986
2987 return;
2988}
2989
Theodore Ts'occd25062009-02-26 01:04:07 -05002990/*
2991 * Force all delayed allocation blocks to be allocated for a given inode.
2992 */
2993int ext4_alloc_da_blocks(struct inode *inode)
2994{
2995 if (!EXT4_I(inode)->i_reserved_data_blocks &&
2996 !EXT4_I(inode)->i_reserved_meta_blocks)
2997 return 0;
2998
2999 /*
3000 * We do something simple for now. The filemap_flush() will
3001 * also start triggering a write of the data blocks, which is
3002 * not strictly speaking necessary (and for users of
3003 * laptop_mode, not even desirable). However, to do otherwise
3004 * would require replicating code paths in:
3005 *
3006 * ext4_da_writepages() ->
3007 * write_cache_pages() ---> (via passed in callback function)
3008 * __mpage_da_writepage() -->
3009 * mpage_add_bh_to_extent()
3010 * mpage_da_map_blocks()
3011 *
3012 * The problem is that write_cache_pages(), located in
3013 * mm/page-writeback.c, marks pages clean in preparation for
3014 * doing I/O, which is not desirable if we're not planning on
3015 * doing I/O at all.
3016 *
3017 * We could call write_cache_pages(), and then redirty all of
3018 * the pages by calling redirty_page_for_writeback() but that
3019 * would be ugly in the extreme. So instead we would need to
3020 * replicate parts of the code in the above functions,
3021 * simplifying them becuase we wouldn't actually intend to
3022 * write out the pages, but rather only collect contiguous
3023 * logical block extents, call the multi-block allocator, and
3024 * then update the buffer heads with the block allocations.
3025 *
3026 * For now, though, we'll cheat by calling filemap_flush(),
3027 * which will map the blocks, and start the I/O, but not
3028 * actually wait for the I/O to complete.
3029 */
3030 return filemap_flush(inode->i_mapping);
3031}
Alex Tomas64769242008-07-11 19:27:31 -04003032
3033/*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003034 * bmap() is special. It gets used by applications such as lilo and by
3035 * the swapper to find the on-disk block of a specific piece of data.
3036 *
3037 * Naturally, this is dangerous if the block concerned is still in the
Mingming Cao617ba132006-10-11 01:20:53 -07003038 * journal. If somebody makes a swapfile on an ext4 data-journaling
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003039 * filesystem and enables swap, then they may get a nasty shock when the
3040 * data getting swapped to that swapfile suddenly gets overwritten by
3041 * the original zero's written out previously to the journal and
3042 * awaiting writeback in the kernel's buffer cache.
3043 *
3044 * So, if we see any bmap calls here on a modified, data-journaled file,
3045 * take extra steps to flush any blocks which might be in the cache.
3046 */
Mingming Cao617ba132006-10-11 01:20:53 -07003047static sector_t ext4_bmap(struct address_space *mapping, sector_t block)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003048{
3049 struct inode *inode = mapping->host;
3050 journal_t *journal;
3051 int err;
3052
Alex Tomas64769242008-07-11 19:27:31 -04003053 if (mapping_tagged(mapping, PAGECACHE_TAG_DIRTY) &&
3054 test_opt(inode->i_sb, DELALLOC)) {
3055 /*
3056 * With delalloc we want to sync the file
3057 * so that we can make sure we allocate
3058 * blocks for file
3059 */
3060 filemap_write_and_wait(mapping);
3061 }
3062
Frank Mayhar03901312009-01-07 00:06:22 -05003063 if (EXT4_JOURNAL(inode) && EXT4_I(inode)->i_state & EXT4_STATE_JDATA) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003064 /*
3065 * This is a REALLY heavyweight approach, but the use of
3066 * bmap on dirty files is expected to be extremely rare:
3067 * only if we run lilo or swapon on a freshly made file
3068 * do we expect this to happen.
3069 *
3070 * (bmap requires CAP_SYS_RAWIO so this does not
3071 * represent an unprivileged user DOS attack --- we'd be
3072 * in trouble if mortal users could trigger this path at
3073 * will.)
3074 *
Mingming Cao617ba132006-10-11 01:20:53 -07003075 * NB. EXT4_STATE_JDATA is not set on files other than
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003076 * regular files. If somebody wants to bmap a directory
3077 * or symlink and gets confused because the buffer
3078 * hasn't yet been flushed to disk, they deserve
3079 * everything they get.
3080 */
3081
Mingming Cao617ba132006-10-11 01:20:53 -07003082 EXT4_I(inode)->i_state &= ~EXT4_STATE_JDATA;
3083 journal = EXT4_JOURNAL(inode);
Mingming Caodab291a2006-10-11 01:21:01 -07003084 jbd2_journal_lock_updates(journal);
3085 err = jbd2_journal_flush(journal);
3086 jbd2_journal_unlock_updates(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003087
3088 if (err)
3089 return 0;
3090 }
3091
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003092 return generic_block_bmap(mapping, block, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003093}
3094
3095static int bget_one(handle_t *handle, struct buffer_head *bh)
3096{
3097 get_bh(bh);
3098 return 0;
3099}
3100
3101static int bput_one(handle_t *handle, struct buffer_head *bh)
3102{
3103 put_bh(bh);
3104 return 0;
3105}
3106
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003107/*
Jan Kara678aaf42008-07-11 19:27:31 -04003108 * Note that we don't need to start a transaction unless we're journaling data
3109 * because we should have holes filled from ext4_page_mkwrite(). We even don't
3110 * need to file the inode to the transaction's list in ordered mode because if
3111 * we are writing back data added by write(), the inode is already there and if
3112 * we are writing back data modified via mmap(), noone guarantees in which
3113 * transaction the data will hit the disk. In case we are journaling data, we
3114 * cannot start transaction directly because transaction start ranks above page
3115 * lock so we have to do some magic.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003116 *
Jan Kara678aaf42008-07-11 19:27:31 -04003117 * In all journaling modes block_write_full_page() will start the I/O.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003118 *
3119 * Problem:
3120 *
Mingming Cao617ba132006-10-11 01:20:53 -07003121 * ext4_writepage() -> kmalloc() -> __alloc_pages() -> page_launder() ->
3122 * ext4_writepage()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003123 *
3124 * Similar for:
3125 *
Mingming Cao617ba132006-10-11 01:20:53 -07003126 * ext4_file_write() -> generic_file_write() -> __alloc_pages() -> ...
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003127 *
Mingming Cao617ba132006-10-11 01:20:53 -07003128 * Same applies to ext4_get_block(). We will deadlock on various things like
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05003129 * lock_journal and i_data_sem
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003130 *
3131 * Setting PF_MEMALLOC here doesn't work - too many internal memory
3132 * allocations fail.
3133 *
3134 * 16May01: If we're reentered then journal_current_handle() will be
3135 * non-zero. We simply *return*.
3136 *
3137 * 1 July 2001: @@@ FIXME:
3138 * In journalled data mode, a data buffer may be metadata against the
3139 * current transaction. But the same file is part of a shared mapping
3140 * and someone does a writepage() on it.
3141 *
3142 * We will move the buffer onto the async_data list, but *after* it has
3143 * been dirtied. So there's a small window where we have dirty data on
3144 * BJ_Metadata.
3145 *
3146 * Note that this only applies to the last partial page in the file. The
3147 * bit which block_write_full_page() uses prepare/commit for. (That's
3148 * broken code anyway: it's wrong for msync()).
3149 *
3150 * It's a rare case: affects the final partial page, for journalled data
3151 * where the file is subject to bith write() and writepage() in the same
3152 * transction. To fix it we'll need a custom block_write_full_page().
3153 * We'll probably need that anyway for journalling writepage() output.
3154 *
3155 * We don't honour synchronous mounts for writepage(). That would be
3156 * disastrous. Any write() or metadata operation will sync the fs for
3157 * us.
3158 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003159 */
Jan Kara678aaf42008-07-11 19:27:31 -04003160static int __ext4_normal_writepage(struct page *page,
Jan Karacf108bc2008-07-11 19:27:31 -04003161 struct writeback_control *wbc)
3162{
3163 struct inode *inode = page->mapping->host;
3164
3165 if (test_opt(inode->i_sb, NOBH))
Theodore Ts'ob920c752009-05-14 00:54:29 -04003166 return nobh_writepage(page, noalloc_get_block_write, wbc);
Jan Karacf108bc2008-07-11 19:27:31 -04003167 else
Theodore Ts'ob920c752009-05-14 00:54:29 -04003168 return block_write_full_page(page, noalloc_get_block_write,
3169 wbc);
Jan Karacf108bc2008-07-11 19:27:31 -04003170}
3171
Jan Kara678aaf42008-07-11 19:27:31 -04003172static int ext4_normal_writepage(struct page *page,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003173 struct writeback_control *wbc)
3174{
3175 struct inode *inode = page->mapping->host;
Jan Karacf108bc2008-07-11 19:27:31 -04003176 loff_t size = i_size_read(inode);
3177 loff_t len;
3178
Theodore Ts'oba80b102009-01-03 20:03:21 -05003179 trace_mark(ext4_normal_writepage,
3180 "dev %s ino %lu page_index %lu",
3181 inode->i_sb->s_id, inode->i_ino, page->index);
Jan Karacf108bc2008-07-11 19:27:31 -04003182 J_ASSERT(PageLocked(page));
Jan Karacf108bc2008-07-11 19:27:31 -04003183 if (page->index == size >> PAGE_CACHE_SHIFT)
3184 len = size & ~PAGE_CACHE_MASK;
3185 else
3186 len = PAGE_CACHE_SIZE;
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04003187
3188 if (page_has_buffers(page)) {
3189 /* if page has buffers it should all be mapped
3190 * and allocated. If there are not buffers attached
3191 * to the page we know the page is dirty but it lost
3192 * buffers. That means that at some moment in time
3193 * after write_begin() / write_end() has been called
3194 * all buffers have been clean and thus they must have been
3195 * written at least once. So they are all mapped and we can
3196 * happily proceed with mapping them and writing the page.
3197 */
3198 BUG_ON(walk_page_buffers(NULL, page_buffers(page), 0, len, NULL,
3199 ext4_bh_unmapped_or_delay));
3200 }
Jan Karacf108bc2008-07-11 19:27:31 -04003201
3202 if (!ext4_journal_current_handle())
Jan Kara678aaf42008-07-11 19:27:31 -04003203 return __ext4_normal_writepage(page, wbc);
Jan Karacf108bc2008-07-11 19:27:31 -04003204
3205 redirty_page_for_writepage(wbc, page);
3206 unlock_page(page);
3207 return 0;
3208}
3209
3210static int __ext4_journalled_writepage(struct page *page,
3211 struct writeback_control *wbc)
3212{
3213 struct address_space *mapping = page->mapping;
3214 struct inode *inode = mapping->host;
3215 struct buffer_head *page_bufs;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003216 handle_t *handle = NULL;
3217 int ret = 0;
3218 int err;
3219
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04003220 ret = block_prepare_write(page, 0, PAGE_CACHE_SIZE,
Theodore Ts'ob920c752009-05-14 00:54:29 -04003221 noalloc_get_block_write);
Jan Karacf108bc2008-07-11 19:27:31 -04003222 if (ret != 0)
3223 goto out_unlock;
3224
3225 page_bufs = page_buffers(page);
3226 walk_page_buffers(handle, page_bufs, 0, PAGE_CACHE_SIZE, NULL,
3227 bget_one);
3228 /* As soon as we unlock the page, it can go away, but we have
3229 * references to buffers so we are safe */
3230 unlock_page(page);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003231
Mingming Cao617ba132006-10-11 01:20:53 -07003232 handle = ext4_journal_start(inode, ext4_writepage_trans_blocks(inode));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003233 if (IS_ERR(handle)) {
3234 ret = PTR_ERR(handle);
Jan Karacf108bc2008-07-11 19:27:31 -04003235 goto out;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003236 }
3237
Jan Karacf108bc2008-07-11 19:27:31 -04003238 ret = walk_page_buffers(handle, page_bufs, 0,
3239 PAGE_CACHE_SIZE, NULL, do_journal_get_write_access);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003240
Jan Karacf108bc2008-07-11 19:27:31 -04003241 err = walk_page_buffers(handle, page_bufs, 0,
3242 PAGE_CACHE_SIZE, NULL, write_end_fn);
3243 if (ret == 0)
3244 ret = err;
Mingming Cao617ba132006-10-11 01:20:53 -07003245 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003246 if (!ret)
3247 ret = err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003248
Jan Karacf108bc2008-07-11 19:27:31 -04003249 walk_page_buffers(handle, page_bufs, 0,
3250 PAGE_CACHE_SIZE, NULL, bput_one);
3251 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
3252 goto out;
3253
3254out_unlock:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003255 unlock_page(page);
Jan Karacf108bc2008-07-11 19:27:31 -04003256out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003257 return ret;
3258}
3259
Mingming Cao617ba132006-10-11 01:20:53 -07003260static int ext4_journalled_writepage(struct page *page,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003261 struct writeback_control *wbc)
3262{
3263 struct inode *inode = page->mapping->host;
Jan Karacf108bc2008-07-11 19:27:31 -04003264 loff_t size = i_size_read(inode);
3265 loff_t len;
3266
Theodore Ts'oba80b102009-01-03 20:03:21 -05003267 trace_mark(ext4_journalled_writepage,
3268 "dev %s ino %lu page_index %lu",
3269 inode->i_sb->s_id, inode->i_ino, page->index);
Jan Karacf108bc2008-07-11 19:27:31 -04003270 J_ASSERT(PageLocked(page));
Jan Karacf108bc2008-07-11 19:27:31 -04003271 if (page->index == size >> PAGE_CACHE_SHIFT)
3272 len = size & ~PAGE_CACHE_MASK;
3273 else
3274 len = PAGE_CACHE_SIZE;
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04003275
3276 if (page_has_buffers(page)) {
3277 /* if page has buffers it should all be mapped
3278 * and allocated. If there are not buffers attached
3279 * to the page we know the page is dirty but it lost
3280 * buffers. That means that at some moment in time
3281 * after write_begin() / write_end() has been called
3282 * all buffers have been clean and thus they must have been
3283 * written at least once. So they are all mapped and we can
3284 * happily proceed with mapping them and writing the page.
3285 */
3286 BUG_ON(walk_page_buffers(NULL, page_buffers(page), 0, len, NULL,
3287 ext4_bh_unmapped_or_delay));
3288 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003289
Mingming Cao617ba132006-10-11 01:20:53 -07003290 if (ext4_journal_current_handle())
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003291 goto no_write;
3292
Jan Karacf108bc2008-07-11 19:27:31 -04003293 if (PageChecked(page)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003294 /*
3295 * It's mmapped pagecache. Add buffers and journal it. There
3296 * doesn't seem much point in redirtying the page here.
3297 */
3298 ClearPageChecked(page);
Jan Karacf108bc2008-07-11 19:27:31 -04003299 return __ext4_journalled_writepage(page, wbc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003300 } else {
3301 /*
3302 * It may be a page full of checkpoint-mode buffers. We don't
3303 * really know unless we go poke around in the buffer_heads.
3304 * But block_write_full_page will do the right thing.
3305 */
Theodore Ts'ob920c752009-05-14 00:54:29 -04003306 return block_write_full_page(page, noalloc_get_block_write,
3307 wbc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003308 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003309no_write:
3310 redirty_page_for_writepage(wbc, page);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003311 unlock_page(page);
Jan Karacf108bc2008-07-11 19:27:31 -04003312 return 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003313}
3314
Mingming Cao617ba132006-10-11 01:20:53 -07003315static int ext4_readpage(struct file *file, struct page *page)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003316{
Mingming Cao617ba132006-10-11 01:20:53 -07003317 return mpage_readpage(page, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003318}
3319
3320static int
Mingming Cao617ba132006-10-11 01:20:53 -07003321ext4_readpages(struct file *file, struct address_space *mapping,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003322 struct list_head *pages, unsigned nr_pages)
3323{
Mingming Cao617ba132006-10-11 01:20:53 -07003324 return mpage_readpages(mapping, pages, nr_pages, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003325}
3326
Mingming Cao617ba132006-10-11 01:20:53 -07003327static void ext4_invalidatepage(struct page *page, unsigned long offset)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003328{
Mingming Cao617ba132006-10-11 01:20:53 -07003329 journal_t *journal = EXT4_JOURNAL(page->mapping->host);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003330
3331 /*
3332 * If it's a full truncate we just forget about the pending dirtying
3333 */
3334 if (offset == 0)
3335 ClearPageChecked(page);
3336
Frank Mayhar03901312009-01-07 00:06:22 -05003337 if (journal)
3338 jbd2_journal_invalidatepage(journal, page, offset);
3339 else
3340 block_invalidatepage(page, offset);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003341}
3342
Mingming Cao617ba132006-10-11 01:20:53 -07003343static int ext4_releasepage(struct page *page, gfp_t wait)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003344{
Mingming Cao617ba132006-10-11 01:20:53 -07003345 journal_t *journal = EXT4_JOURNAL(page->mapping->host);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003346
3347 WARN_ON(PageChecked(page));
3348 if (!page_has_buffers(page))
3349 return 0;
Frank Mayhar03901312009-01-07 00:06:22 -05003350 if (journal)
3351 return jbd2_journal_try_to_free_buffers(journal, page, wait);
3352 else
3353 return try_to_free_buffers(page);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003354}
3355
3356/*
3357 * If the O_DIRECT write will extend the file then add this inode to the
3358 * orphan list. So recovery will truncate it back to the original size
3359 * if the machine crashes during the write.
3360 *
3361 * If the O_DIRECT write is intantiating holes inside i_size and the machine
Jan Kara7fb54092008-02-10 01:08:38 -05003362 * crashes then stale disk data _may_ be exposed inside the file. But current
3363 * VFS code falls back into buffered path in that case so we are safe.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003364 */
Mingming Cao617ba132006-10-11 01:20:53 -07003365static ssize_t ext4_direct_IO(int rw, struct kiocb *iocb,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003366 const struct iovec *iov, loff_t offset,
3367 unsigned long nr_segs)
3368{
3369 struct file *file = iocb->ki_filp;
3370 struct inode *inode = file->f_mapping->host;
Mingming Cao617ba132006-10-11 01:20:53 -07003371 struct ext4_inode_info *ei = EXT4_I(inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003372 handle_t *handle;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003373 ssize_t ret;
3374 int orphan = 0;
3375 size_t count = iov_length(iov, nr_segs);
3376
3377 if (rw == WRITE) {
3378 loff_t final_size = offset + count;
3379
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003380 if (final_size > inode->i_size) {
Jan Kara7fb54092008-02-10 01:08:38 -05003381 /* Credits for sb + inode write */
3382 handle = ext4_journal_start(inode, 2);
3383 if (IS_ERR(handle)) {
3384 ret = PTR_ERR(handle);
3385 goto out;
3386 }
Mingming Cao617ba132006-10-11 01:20:53 -07003387 ret = ext4_orphan_add(handle, inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003388 if (ret) {
3389 ext4_journal_stop(handle);
3390 goto out;
3391 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003392 orphan = 1;
3393 ei->i_disksize = inode->i_size;
Jan Kara7fb54092008-02-10 01:08:38 -05003394 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003395 }
3396 }
3397
3398 ret = blockdev_direct_IO(rw, iocb, inode, inode->i_sb->s_bdev, iov,
3399 offset, nr_segs,
Mingming Cao617ba132006-10-11 01:20:53 -07003400 ext4_get_block, NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003401
Jan Kara7fb54092008-02-10 01:08:38 -05003402 if (orphan) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003403 int err;
3404
Jan Kara7fb54092008-02-10 01:08:38 -05003405 /* Credits for sb + inode write */
3406 handle = ext4_journal_start(inode, 2);
3407 if (IS_ERR(handle)) {
3408 /* This is really bad luck. We've written the data
3409 * but cannot extend i_size. Bail out and pretend
3410 * the write failed... */
3411 ret = PTR_ERR(handle);
3412 goto out;
3413 }
3414 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07003415 ext4_orphan_del(handle, inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003416 if (ret > 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003417 loff_t end = offset + ret;
3418 if (end > inode->i_size) {
3419 ei->i_disksize = end;
3420 i_size_write(inode, end);
3421 /*
3422 * We're going to return a positive `ret'
3423 * here due to non-zero-length I/O, so there's
3424 * no way of reporting error returns from
Mingming Cao617ba132006-10-11 01:20:53 -07003425 * ext4_mark_inode_dirty() to userspace. So
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003426 * ignore it.
3427 */
Mingming Cao617ba132006-10-11 01:20:53 -07003428 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003429 }
3430 }
Mingming Cao617ba132006-10-11 01:20:53 -07003431 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003432 if (ret == 0)
3433 ret = err;
3434 }
3435out:
3436 return ret;
3437}
3438
3439/*
Mingming Cao617ba132006-10-11 01:20:53 -07003440 * Pages can be marked dirty completely asynchronously from ext4's journalling
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003441 * activity. By filemap_sync_pte(), try_to_unmap_one(), etc. We cannot do
3442 * much here because ->set_page_dirty is called under VFS locks. The page is
3443 * not necessarily locked.
3444 *
3445 * We cannot just dirty the page and leave attached buffers clean, because the
3446 * buffers' dirty state is "definitive". We cannot just set the buffers dirty
3447 * or jbddirty because all the journalling code will explode.
3448 *
3449 * So what we do is to mark the page "pending dirty" and next time writepage
3450 * is called, propagate that into the buffers appropriately.
3451 */
Mingming Cao617ba132006-10-11 01:20:53 -07003452static int ext4_journalled_set_page_dirty(struct page *page)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003453{
3454 SetPageChecked(page);
3455 return __set_page_dirty_nobuffers(page);
3456}
3457
Mingming Cao617ba132006-10-11 01:20:53 -07003458static const struct address_space_operations ext4_ordered_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003459 .readpage = ext4_readpage,
3460 .readpages = ext4_readpages,
3461 .writepage = ext4_normal_writepage,
3462 .sync_page = block_sync_page,
3463 .write_begin = ext4_write_begin,
3464 .write_end = ext4_ordered_write_end,
3465 .bmap = ext4_bmap,
3466 .invalidatepage = ext4_invalidatepage,
3467 .releasepage = ext4_releasepage,
3468 .direct_IO = ext4_direct_IO,
3469 .migratepage = buffer_migrate_page,
3470 .is_partially_uptodate = block_is_partially_uptodate,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003471};
3472
Mingming Cao617ba132006-10-11 01:20:53 -07003473static const struct address_space_operations ext4_writeback_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003474 .readpage = ext4_readpage,
3475 .readpages = ext4_readpages,
3476 .writepage = ext4_normal_writepage,
3477 .sync_page = block_sync_page,
3478 .write_begin = ext4_write_begin,
3479 .write_end = ext4_writeback_write_end,
3480 .bmap = ext4_bmap,
3481 .invalidatepage = ext4_invalidatepage,
3482 .releasepage = ext4_releasepage,
3483 .direct_IO = ext4_direct_IO,
3484 .migratepage = buffer_migrate_page,
3485 .is_partially_uptodate = block_is_partially_uptodate,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003486};
3487
Mingming Cao617ba132006-10-11 01:20:53 -07003488static const struct address_space_operations ext4_journalled_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003489 .readpage = ext4_readpage,
3490 .readpages = ext4_readpages,
3491 .writepage = ext4_journalled_writepage,
3492 .sync_page = block_sync_page,
3493 .write_begin = ext4_write_begin,
3494 .write_end = ext4_journalled_write_end,
3495 .set_page_dirty = ext4_journalled_set_page_dirty,
3496 .bmap = ext4_bmap,
3497 .invalidatepage = ext4_invalidatepage,
3498 .releasepage = ext4_releasepage,
3499 .is_partially_uptodate = block_is_partially_uptodate,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003500};
3501
Alex Tomas64769242008-07-11 19:27:31 -04003502static const struct address_space_operations ext4_da_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003503 .readpage = ext4_readpage,
3504 .readpages = ext4_readpages,
3505 .writepage = ext4_da_writepage,
3506 .writepages = ext4_da_writepages,
3507 .sync_page = block_sync_page,
3508 .write_begin = ext4_da_write_begin,
3509 .write_end = ext4_da_write_end,
3510 .bmap = ext4_bmap,
3511 .invalidatepage = ext4_da_invalidatepage,
3512 .releasepage = ext4_releasepage,
3513 .direct_IO = ext4_direct_IO,
3514 .migratepage = buffer_migrate_page,
3515 .is_partially_uptodate = block_is_partially_uptodate,
Alex Tomas64769242008-07-11 19:27:31 -04003516};
3517
Mingming Cao617ba132006-10-11 01:20:53 -07003518void ext4_set_aops(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003519{
Aneesh Kumar K.Vcd1aac32008-07-11 19:27:31 -04003520 if (ext4_should_order_data(inode) &&
3521 test_opt(inode->i_sb, DELALLOC))
3522 inode->i_mapping->a_ops = &ext4_da_aops;
3523 else if (ext4_should_order_data(inode))
Mingming Cao617ba132006-10-11 01:20:53 -07003524 inode->i_mapping->a_ops = &ext4_ordered_aops;
Alex Tomas64769242008-07-11 19:27:31 -04003525 else if (ext4_should_writeback_data(inode) &&
3526 test_opt(inode->i_sb, DELALLOC))
3527 inode->i_mapping->a_ops = &ext4_da_aops;
Mingming Cao617ba132006-10-11 01:20:53 -07003528 else if (ext4_should_writeback_data(inode))
3529 inode->i_mapping->a_ops = &ext4_writeback_aops;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003530 else
Mingming Cao617ba132006-10-11 01:20:53 -07003531 inode->i_mapping->a_ops = &ext4_journalled_aops;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003532}
3533
3534/*
Mingming Cao617ba132006-10-11 01:20:53 -07003535 * ext4_block_truncate_page() zeroes out a mapping from file offset `from'
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003536 * up to the end of the block which corresponds to `from'.
3537 * This required during truncate. We need to physically zero the tail end
3538 * of that block so it doesn't yield old data if the file is later grown.
3539 */
Jan Karacf108bc2008-07-11 19:27:31 -04003540int ext4_block_truncate_page(handle_t *handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003541 struct address_space *mapping, loff_t from)
3542{
Mingming Cao617ba132006-10-11 01:20:53 -07003543 ext4_fsblk_t index = from >> PAGE_CACHE_SHIFT;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003544 unsigned offset = from & (PAGE_CACHE_SIZE-1);
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05003545 unsigned blocksize, length, pos;
3546 ext4_lblk_t iblock;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003547 struct inode *inode = mapping->host;
3548 struct buffer_head *bh;
Jan Karacf108bc2008-07-11 19:27:31 -04003549 struct page *page;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003550 int err = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003551
Jan Karacf108bc2008-07-11 19:27:31 -04003552 page = grab_cache_page(mapping, from >> PAGE_CACHE_SHIFT);
3553 if (!page)
3554 return -EINVAL;
3555
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003556 blocksize = inode->i_sb->s_blocksize;
3557 length = blocksize - (offset & (blocksize - 1));
3558 iblock = index << (PAGE_CACHE_SHIFT - inode->i_sb->s_blocksize_bits);
3559
3560 /*
3561 * For "nobh" option, we can only work if we don't need to
3562 * read-in the page - otherwise we create buffers to do the IO.
3563 */
3564 if (!page_has_buffers(page) && test_opt(inode->i_sb, NOBH) &&
Mingming Cao617ba132006-10-11 01:20:53 -07003565 ext4_should_writeback_data(inode) && PageUptodate(page)) {
Christoph Lametereebd2aa2008-02-04 22:28:29 -08003566 zero_user(page, offset, length);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003567 set_page_dirty(page);
3568 goto unlock;
3569 }
3570
3571 if (!page_has_buffers(page))
3572 create_empty_buffers(page, blocksize, 0);
3573
3574 /* Find the buffer that contains "offset" */
3575 bh = page_buffers(page);
3576 pos = blocksize;
3577 while (offset >= pos) {
3578 bh = bh->b_this_page;
3579 iblock++;
3580 pos += blocksize;
3581 }
3582
3583 err = 0;
3584 if (buffer_freed(bh)) {
3585 BUFFER_TRACE(bh, "freed: skip");
3586 goto unlock;
3587 }
3588
3589 if (!buffer_mapped(bh)) {
3590 BUFFER_TRACE(bh, "unmapped");
Mingming Cao617ba132006-10-11 01:20:53 -07003591 ext4_get_block(inode, iblock, bh, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003592 /* unmapped? It's a hole - nothing to do */
3593 if (!buffer_mapped(bh)) {
3594 BUFFER_TRACE(bh, "still unmapped");
3595 goto unlock;
3596 }
3597 }
3598
3599 /* Ok, it's mapped. Make sure it's up-to-date */
3600 if (PageUptodate(page))
3601 set_buffer_uptodate(bh);
3602
3603 if (!buffer_uptodate(bh)) {
3604 err = -EIO;
3605 ll_rw_block(READ, 1, &bh);
3606 wait_on_buffer(bh);
3607 /* Uhhuh. Read error. Complain and punt. */
3608 if (!buffer_uptodate(bh))
3609 goto unlock;
3610 }
3611
Mingming Cao617ba132006-10-11 01:20:53 -07003612 if (ext4_should_journal_data(inode)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003613 BUFFER_TRACE(bh, "get write access");
Mingming Cao617ba132006-10-11 01:20:53 -07003614 err = ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003615 if (err)
3616 goto unlock;
3617 }
3618
Christoph Lametereebd2aa2008-02-04 22:28:29 -08003619 zero_user(page, offset, length);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003620
3621 BUFFER_TRACE(bh, "zeroed end of block");
3622
3623 err = 0;
Mingming Cao617ba132006-10-11 01:20:53 -07003624 if (ext4_should_journal_data(inode)) {
Frank Mayhar03901312009-01-07 00:06:22 -05003625 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003626 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07003627 if (ext4_should_order_data(inode))
Jan Kara678aaf42008-07-11 19:27:31 -04003628 err = ext4_jbd2_file_inode(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003629 mark_buffer_dirty(bh);
3630 }
3631
3632unlock:
3633 unlock_page(page);
3634 page_cache_release(page);
3635 return err;
3636}
3637
3638/*
3639 * Probably it should be a library function... search for first non-zero word
3640 * or memcmp with zero_page, whatever is better for particular architecture.
3641 * Linus?
3642 */
3643static inline int all_zeroes(__le32 *p, __le32 *q)
3644{
3645 while (p < q)
3646 if (*p++)
3647 return 0;
3648 return 1;
3649}
3650
3651/**
Mingming Cao617ba132006-10-11 01:20:53 -07003652 * ext4_find_shared - find the indirect blocks for partial truncation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003653 * @inode: inode in question
3654 * @depth: depth of the affected branch
Mingming Cao617ba132006-10-11 01:20:53 -07003655 * @offsets: offsets of pointers in that branch (see ext4_block_to_path)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003656 * @chain: place to store the pointers to partial indirect blocks
3657 * @top: place to the (detached) top of branch
3658 *
Mingming Cao617ba132006-10-11 01:20:53 -07003659 * This is a helper function used by ext4_truncate().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003660 *
3661 * When we do truncate() we may have to clean the ends of several
3662 * indirect blocks but leave the blocks themselves alive. Block is
3663 * partially truncated if some data below the new i_size is refered
3664 * from it (and it is on the path to the first completely truncated
3665 * data block, indeed). We have to free the top of that path along
3666 * with everything to the right of the path. Since no allocation
Mingming Cao617ba132006-10-11 01:20:53 -07003667 * past the truncation point is possible until ext4_truncate()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003668 * finishes, we may safely do the latter, but top of branch may
3669 * require special attention - pageout below the truncation point
3670 * might try to populate it.
3671 *
3672 * We atomically detach the top of branch from the tree, store the
3673 * block number of its root in *@top, pointers to buffer_heads of
3674 * partially truncated blocks - in @chain[].bh and pointers to
3675 * their last elements that should not be removed - in
3676 * @chain[].p. Return value is the pointer to last filled element
3677 * of @chain.
3678 *
3679 * The work left to caller to do the actual freeing of subtrees:
3680 * a) free the subtree starting from *@top
3681 * b) free the subtrees whose roots are stored in
3682 * (@chain[i].p+1 .. end of @chain[i].bh->b_data)
3683 * c) free the subtrees growing from the inode past the @chain[0].
3684 * (no partially truncated stuff there). */
3685
Mingming Cao617ba132006-10-11 01:20:53 -07003686static Indirect *ext4_find_shared(struct inode *inode, int depth,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05003687 ext4_lblk_t offsets[4], Indirect chain[4], __le32 *top)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003688{
3689 Indirect *partial, *p;
3690 int k, err;
3691
3692 *top = 0;
3693 /* Make k index the deepest non-null offest + 1 */
3694 for (k = depth; k > 1 && !offsets[k-1]; k--)
3695 ;
Mingming Cao617ba132006-10-11 01:20:53 -07003696 partial = ext4_get_branch(inode, k, offsets, chain, &err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003697 /* Writer: pointers */
3698 if (!partial)
3699 partial = chain + k-1;
3700 /*
3701 * If the branch acquired continuation since we've looked at it -
3702 * fine, it should all survive and (new) top doesn't belong to us.
3703 */
3704 if (!partial->key && *partial->p)
3705 /* Writer: end */
3706 goto no_top;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003707 for (p = partial; (p > chain) && all_zeroes((__le32 *) p->bh->b_data, p->p); p--)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003708 ;
3709 /*
3710 * OK, we've found the last block that must survive. The rest of our
3711 * branch should be detached before unlocking. However, if that rest
3712 * of branch is all ours and does not grow immediately from the inode
3713 * it's easier to cheat and just decrement partial->p.
3714 */
3715 if (p == chain + k - 1 && p > chain) {
3716 p->p--;
3717 } else {
3718 *top = *p->p;
Mingming Cao617ba132006-10-11 01:20:53 -07003719 /* Nope, don't do this in ext4. Must leave the tree intact */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003720#if 0
3721 *p->p = 0;
3722#endif
3723 }
3724 /* Writer: end */
3725
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003726 while (partial > p) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003727 brelse(partial->bh);
3728 partial--;
3729 }
3730no_top:
3731 return partial;
3732}
3733
3734/*
3735 * Zero a number of block pointers in either an inode or an indirect block.
3736 * If we restart the transaction we must again get write access to the
3737 * indirect block for further modification.
3738 *
3739 * We release `count' blocks on disk, but (last - first) may be greater
3740 * than `count' because there can be holes in there.
3741 */
Mingming Cao617ba132006-10-11 01:20:53 -07003742static void ext4_clear_blocks(handle_t *handle, struct inode *inode,
3743 struct buffer_head *bh, ext4_fsblk_t block_to_free,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003744 unsigned long count, __le32 *first, __le32 *last)
3745{
3746 __le32 *p;
3747 if (try_to_extend_transaction(handle, inode)) {
3748 if (bh) {
Frank Mayhar03901312009-01-07 00:06:22 -05003749 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
3750 ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003751 }
Mingming Cao617ba132006-10-11 01:20:53 -07003752 ext4_mark_inode_dirty(handle, inode);
3753 ext4_journal_test_restart(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003754 if (bh) {
3755 BUFFER_TRACE(bh, "retaking write access");
Mingming Cao617ba132006-10-11 01:20:53 -07003756 ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003757 }
3758 }
3759
3760 /*
3761 * Any buffers which are on the journal will be in memory. We find
Mingming Caodab291a2006-10-11 01:21:01 -07003762 * them on the hash table so jbd2_journal_revoke() will run jbd2_journal_forget()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003763 * on them. We've already detached each block from the file, so
Mingming Caodab291a2006-10-11 01:21:01 -07003764 * bforget() in jbd2_journal_forget() should be safe.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003765 *
Mingming Caodab291a2006-10-11 01:21:01 -07003766 * AKPM: turn on bforget in jbd2_journal_forget()!!!
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003767 */
3768 for (p = first; p < last; p++) {
3769 u32 nr = le32_to_cpu(*p);
3770 if (nr) {
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05003771 struct buffer_head *tbh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003772
3773 *p = 0;
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05003774 tbh = sb_find_get_block(inode->i_sb, nr);
3775 ext4_forget(handle, 0, inode, tbh, nr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003776 }
3777 }
3778
Alex Tomasc9de5602008-01-29 00:19:52 -05003779 ext4_free_blocks(handle, inode, block_to_free, count, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003780}
3781
3782/**
Mingming Cao617ba132006-10-11 01:20:53 -07003783 * ext4_free_data - free a list of data blocks
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003784 * @handle: handle for this transaction
3785 * @inode: inode we are dealing with
3786 * @this_bh: indirect buffer_head which contains *@first and *@last
3787 * @first: array of block numbers
3788 * @last: points immediately past the end of array
3789 *
3790 * We are freeing all blocks refered from that array (numbers are stored as
3791 * little-endian 32-bit) and updating @inode->i_blocks appropriately.
3792 *
3793 * We accumulate contiguous runs of blocks to free. Conveniently, if these
3794 * blocks are contiguous then releasing them at one time will only affect one
3795 * or two bitmap blocks (+ group descriptor(s) and superblock) and we won't
3796 * actually use a lot of journal space.
3797 *
3798 * @this_bh will be %NULL if @first and @last point into the inode's direct
3799 * block pointers.
3800 */
Mingming Cao617ba132006-10-11 01:20:53 -07003801static void ext4_free_data(handle_t *handle, struct inode *inode,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003802 struct buffer_head *this_bh,
3803 __le32 *first, __le32 *last)
3804{
Mingming Cao617ba132006-10-11 01:20:53 -07003805 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003806 unsigned long count = 0; /* Number of blocks in the run */
3807 __le32 *block_to_free_p = NULL; /* Pointer into inode/ind
3808 corresponding to
3809 block_to_free */
Mingming Cao617ba132006-10-11 01:20:53 -07003810 ext4_fsblk_t nr; /* Current block # */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003811 __le32 *p; /* Pointer into inode/ind
3812 for current block */
3813 int err;
3814
3815 if (this_bh) { /* For indirect block */
3816 BUFFER_TRACE(this_bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07003817 err = ext4_journal_get_write_access(handle, this_bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003818 /* Important: if we can't update the indirect pointers
3819 * to the blocks, we can't free them. */
3820 if (err)
3821 return;
3822 }
3823
3824 for (p = first; p < last; p++) {
3825 nr = le32_to_cpu(*p);
3826 if (nr) {
3827 /* accumulate blocks to free if they're contiguous */
3828 if (count == 0) {
3829 block_to_free = nr;
3830 block_to_free_p = p;
3831 count = 1;
3832 } else if (nr == block_to_free + count) {
3833 count++;
3834 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07003835 ext4_clear_blocks(handle, inode, this_bh,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003836 block_to_free,
3837 count, block_to_free_p, p);
3838 block_to_free = nr;
3839 block_to_free_p = p;
3840 count = 1;
3841 }
3842 }
3843 }
3844
3845 if (count > 0)
Mingming Cao617ba132006-10-11 01:20:53 -07003846 ext4_clear_blocks(handle, inode, this_bh, block_to_free,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003847 count, block_to_free_p, p);
3848
3849 if (this_bh) {
Frank Mayhar03901312009-01-07 00:06:22 -05003850 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata");
Duane Griffin71dc8fb2008-07-11 19:27:31 -04003851
3852 /*
3853 * The buffer head should have an attached journal head at this
3854 * point. However, if the data is corrupted and an indirect
3855 * block pointed to itself, it would have been detached when
3856 * the block was cleared. Check for this instead of OOPSing.
3857 */
Theodore Ts'oe7f07962009-01-20 09:50:19 -05003858 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh))
Frank Mayhar03901312009-01-07 00:06:22 -05003859 ext4_handle_dirty_metadata(handle, inode, this_bh);
Duane Griffin71dc8fb2008-07-11 19:27:31 -04003860 else
3861 ext4_error(inode->i_sb, __func__,
3862 "circular indirect block detected, "
3863 "inode=%lu, block=%llu",
3864 inode->i_ino,
3865 (unsigned long long) this_bh->b_blocknr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003866 }
3867}
3868
3869/**
Mingming Cao617ba132006-10-11 01:20:53 -07003870 * ext4_free_branches - free an array of branches
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003871 * @handle: JBD handle for this transaction
3872 * @inode: inode we are dealing with
3873 * @parent_bh: the buffer_head which contains *@first and *@last
3874 * @first: array of block numbers
3875 * @last: pointer immediately past the end of array
3876 * @depth: depth of the branches to free
3877 *
3878 * We are freeing all blocks refered from these branches (numbers are
3879 * stored as little-endian 32-bit) and updating @inode->i_blocks
3880 * appropriately.
3881 */
Mingming Cao617ba132006-10-11 01:20:53 -07003882static void ext4_free_branches(handle_t *handle, struct inode *inode,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003883 struct buffer_head *parent_bh,
3884 __le32 *first, __le32 *last, int depth)
3885{
Mingming Cao617ba132006-10-11 01:20:53 -07003886 ext4_fsblk_t nr;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003887 __le32 *p;
3888
Frank Mayhar03901312009-01-07 00:06:22 -05003889 if (ext4_handle_is_aborted(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003890 return;
3891
3892 if (depth--) {
3893 struct buffer_head *bh;
Mingming Cao617ba132006-10-11 01:20:53 -07003894 int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003895 p = last;
3896 while (--p >= first) {
3897 nr = le32_to_cpu(*p);
3898 if (!nr)
3899 continue; /* A hole */
3900
3901 /* Go read the buffer for the next level down */
3902 bh = sb_bread(inode->i_sb, nr);
3903
3904 /*
3905 * A read failure? Report error and clear slot
3906 * (should be rare).
3907 */
3908 if (!bh) {
Mingming Cao617ba132006-10-11 01:20:53 -07003909 ext4_error(inode->i_sb, "ext4_free_branches",
Mingming Cao2ae02102006-10-11 01:21:11 -07003910 "Read failure, inode=%lu, block=%llu",
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003911 inode->i_ino, nr);
3912 continue;
3913 }
3914
3915 /* This zaps the entire block. Bottom up. */
3916 BUFFER_TRACE(bh, "free child branches");
Mingming Cao617ba132006-10-11 01:20:53 -07003917 ext4_free_branches(handle, inode, bh,
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003918 (__le32 *) bh->b_data,
3919 (__le32 *) bh->b_data + addr_per_block,
3920 depth);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003921
3922 /*
3923 * We've probably journalled the indirect block several
3924 * times during the truncate. But it's no longer
3925 * needed and we now drop it from the transaction via
Mingming Caodab291a2006-10-11 01:21:01 -07003926 * jbd2_journal_revoke().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003927 *
3928 * That's easy if it's exclusively part of this
3929 * transaction. But if it's part of the committing
Mingming Caodab291a2006-10-11 01:21:01 -07003930 * transaction then jbd2_journal_forget() will simply
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003931 * brelse() it. That means that if the underlying
Mingming Cao617ba132006-10-11 01:20:53 -07003932 * block is reallocated in ext4_get_block(),
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003933 * unmap_underlying_metadata() will find this block
3934 * and will try to get rid of it. damn, damn.
3935 *
3936 * If this block has already been committed to the
3937 * journal, a revoke record will be written. And
3938 * revoke records must be emitted *before* clearing
3939 * this block's bit in the bitmaps.
3940 */
Mingming Cao617ba132006-10-11 01:20:53 -07003941 ext4_forget(handle, 1, inode, bh, bh->b_blocknr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003942
3943 /*
3944 * Everything below this this pointer has been
3945 * released. Now let this top-of-subtree go.
3946 *
3947 * We want the freeing of this indirect block to be
3948 * atomic in the journal with the updating of the
3949 * bitmap block which owns it. So make some room in
3950 * the journal.
3951 *
3952 * We zero the parent pointer *after* freeing its
3953 * pointee in the bitmaps, so if extend_transaction()
3954 * for some reason fails to put the bitmap changes and
3955 * the release into the same transaction, recovery
3956 * will merely complain about releasing a free block,
3957 * rather than leaking blocks.
3958 */
Frank Mayhar03901312009-01-07 00:06:22 -05003959 if (ext4_handle_is_aborted(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003960 return;
3961 if (try_to_extend_transaction(handle, inode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07003962 ext4_mark_inode_dirty(handle, inode);
3963 ext4_journal_test_restart(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003964 }
3965
Alex Tomasc9de5602008-01-29 00:19:52 -05003966 ext4_free_blocks(handle, inode, nr, 1, 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003967
3968 if (parent_bh) {
3969 /*
3970 * The block which we have just freed is
3971 * pointed to by an indirect block: journal it
3972 */
3973 BUFFER_TRACE(parent_bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07003974 if (!ext4_journal_get_write_access(handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003975 parent_bh)){
3976 *p = 0;
3977 BUFFER_TRACE(parent_bh,
Frank Mayhar03901312009-01-07 00:06:22 -05003978 "call ext4_handle_dirty_metadata");
3979 ext4_handle_dirty_metadata(handle,
3980 inode,
3981 parent_bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003982 }
3983 }
3984 }
3985 } else {
3986 /* We have reached the bottom of the tree. */
3987 BUFFER_TRACE(parent_bh, "free data blocks");
Mingming Cao617ba132006-10-11 01:20:53 -07003988 ext4_free_data(handle, inode, parent_bh, first, last);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003989 }
3990}
3991
Duane Griffin91ef4ca2008-07-11 19:27:31 -04003992int ext4_can_truncate(struct inode *inode)
3993{
3994 if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
3995 return 0;
3996 if (S_ISREG(inode->i_mode))
3997 return 1;
3998 if (S_ISDIR(inode->i_mode))
3999 return 1;
4000 if (S_ISLNK(inode->i_mode))
4001 return !ext4_inode_is_fast_symlink(inode);
4002 return 0;
4003}
4004
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004005/*
Mingming Cao617ba132006-10-11 01:20:53 -07004006 * ext4_truncate()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004007 *
Mingming Cao617ba132006-10-11 01:20:53 -07004008 * We block out ext4_get_block() block instantiations across the entire
4009 * transaction, and VFS/VM ensures that ext4_truncate() cannot run
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004010 * simultaneously on behalf of the same inode.
4011 *
4012 * As we work through the truncate and commmit bits of it to the journal there
4013 * is one core, guiding principle: the file's tree must always be consistent on
4014 * disk. We must be able to restart the truncate after a crash.
4015 *
4016 * The file's tree may be transiently inconsistent in memory (although it
4017 * probably isn't), but whenever we close off and commit a journal transaction,
4018 * the contents of (the filesystem + the journal) must be consistent and
4019 * restartable. It's pretty simple, really: bottom up, right to left (although
4020 * left-to-right works OK too).
4021 *
4022 * Note that at recovery time, journal replay occurs *before* the restart of
4023 * truncate against the orphan inode list.
4024 *
4025 * The committed inode has the new, desired i_size (which is the same as
Mingming Cao617ba132006-10-11 01:20:53 -07004026 * i_disksize in this case). After a crash, ext4_orphan_cleanup() will see
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004027 * that this inode's truncate did not complete and it will again call
Mingming Cao617ba132006-10-11 01:20:53 -07004028 * ext4_truncate() to have another go. So there will be instantiated blocks
4029 * to the right of the truncation point in a crashed ext4 filesystem. But
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004030 * that's fine - as long as they are linked from the inode, the post-crash
Mingming Cao617ba132006-10-11 01:20:53 -07004031 * ext4_truncate() run will find them and release them.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004032 */
Mingming Cao617ba132006-10-11 01:20:53 -07004033void ext4_truncate(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004034{
4035 handle_t *handle;
Mingming Cao617ba132006-10-11 01:20:53 -07004036 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004037 __le32 *i_data = ei->i_data;
Mingming Cao617ba132006-10-11 01:20:53 -07004038 int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004039 struct address_space *mapping = inode->i_mapping;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05004040 ext4_lblk_t offsets[4];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004041 Indirect chain[4];
4042 Indirect *partial;
4043 __le32 nr = 0;
4044 int n;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05004045 ext4_lblk_t last_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004046 unsigned blocksize = inode->i_sb->s_blocksize;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004047
Duane Griffin91ef4ca2008-07-11 19:27:31 -04004048 if (!ext4_can_truncate(inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004049 return;
4050
Theodore Ts'oafd46722009-03-16 23:12:23 -04004051 if (inode->i_size == 0 && !test_opt(inode->i_sb, NO_AUTO_DA_ALLOC))
Theodore Ts'o7d8f9f72009-02-24 08:21:14 -05004052 ei->i_state |= EXT4_STATE_DA_ALLOC_CLOSE;
4053
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05004054 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
Jan Karacf108bc2008-07-11 19:27:31 -04004055 ext4_ext_truncate(inode);
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05004056 return;
4057 }
Alex Tomasa86c6182006-10-11 01:21:03 -07004058
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004059 handle = start_transaction(inode);
Jan Karacf108bc2008-07-11 19:27:31 -04004060 if (IS_ERR(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004061 return; /* AKPM: return what? */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004062
4063 last_block = (inode->i_size + blocksize-1)
Mingming Cao617ba132006-10-11 01:20:53 -07004064 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004065
Jan Karacf108bc2008-07-11 19:27:31 -04004066 if (inode->i_size & (blocksize - 1))
4067 if (ext4_block_truncate_page(handle, mapping, inode->i_size))
4068 goto out_stop;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004069
Mingming Cao617ba132006-10-11 01:20:53 -07004070 n = ext4_block_to_path(inode, last_block, offsets, NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004071 if (n == 0)
4072 goto out_stop; /* error */
4073
4074 /*
4075 * OK. This truncate is going to happen. We add the inode to the
4076 * orphan list, so that if this truncate spans multiple transactions,
4077 * and we crash, we will resume the truncate when the filesystem
4078 * recovers. It also marks the inode dirty, to catch the new size.
4079 *
4080 * Implication: the file must always be in a sane, consistent
4081 * truncatable state while each transaction commits.
4082 */
Mingming Cao617ba132006-10-11 01:20:53 -07004083 if (ext4_orphan_add(handle, inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004084 goto out_stop;
4085
4086 /*
Mingming Cao632eaea2008-07-11 19:27:31 -04004087 * From here we block out all ext4_get_block() callers who want to
4088 * modify the block allocation tree.
4089 */
4090 down_write(&ei->i_data_sem);
Theodore Ts'ob4df2032008-08-13 21:44:34 -04004091
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -04004092 ext4_discard_preallocations(inode);
Theodore Ts'ob4df2032008-08-13 21:44:34 -04004093
Mingming Cao632eaea2008-07-11 19:27:31 -04004094 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004095 * The orphan list entry will now protect us from any crash which
4096 * occurs before the truncate completes, so it is now safe to propagate
4097 * the new, shorter inode size (held for now in i_size) into the
4098 * on-disk inode. We do this via i_disksize, which is the value which
Mingming Cao617ba132006-10-11 01:20:53 -07004099 * ext4 *really* writes onto the disk inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004100 */
4101 ei->i_disksize = inode->i_size;
4102
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004103 if (n == 1) { /* direct blocks */
Mingming Cao617ba132006-10-11 01:20:53 -07004104 ext4_free_data(handle, inode, NULL, i_data+offsets[0],
4105 i_data + EXT4_NDIR_BLOCKS);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004106 goto do_indirects;
4107 }
4108
Mingming Cao617ba132006-10-11 01:20:53 -07004109 partial = ext4_find_shared(inode, n, offsets, chain, &nr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004110 /* Kill the top of shared branch (not detached) */
4111 if (nr) {
4112 if (partial == chain) {
4113 /* Shared branch grows from the inode */
Mingming Cao617ba132006-10-11 01:20:53 -07004114 ext4_free_branches(handle, inode, NULL,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004115 &nr, &nr+1, (chain+n-1) - partial);
4116 *partial->p = 0;
4117 /*
4118 * We mark the inode dirty prior to restart,
4119 * and prior to stop. No need for it here.
4120 */
4121 } else {
4122 /* Shared branch grows from an indirect block */
4123 BUFFER_TRACE(partial->bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07004124 ext4_free_branches(handle, inode, partial->bh,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004125 partial->p,
4126 partial->p+1, (chain+n-1) - partial);
4127 }
4128 }
4129 /* Clear the ends of indirect blocks on the shared branch */
4130 while (partial > chain) {
Mingming Cao617ba132006-10-11 01:20:53 -07004131 ext4_free_branches(handle, inode, partial->bh, partial->p + 1,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004132 (__le32*)partial->bh->b_data+addr_per_block,
4133 (chain+n-1) - partial);
4134 BUFFER_TRACE(partial->bh, "call brelse");
4135 brelse (partial->bh);
4136 partial--;
4137 }
4138do_indirects:
4139 /* Kill the remaining (whole) subtrees */
4140 switch (offsets[0]) {
4141 default:
Mingming Cao617ba132006-10-11 01:20:53 -07004142 nr = i_data[EXT4_IND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004143 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07004144 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1);
4145 i_data[EXT4_IND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004146 }
Mingming Cao617ba132006-10-11 01:20:53 -07004147 case EXT4_IND_BLOCK:
4148 nr = i_data[EXT4_DIND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004149 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07004150 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2);
4151 i_data[EXT4_DIND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004152 }
Mingming Cao617ba132006-10-11 01:20:53 -07004153 case EXT4_DIND_BLOCK:
4154 nr = i_data[EXT4_TIND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004155 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07004156 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3);
4157 i_data[EXT4_TIND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004158 }
Mingming Cao617ba132006-10-11 01:20:53 -07004159 case EXT4_TIND_BLOCK:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004160 ;
4161 }
4162
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05004163 up_write(&ei->i_data_sem);
Kalpak Shahef7f3832007-07-18 09:15:20 -04004164 inode->i_mtime = inode->i_ctime = ext4_current_time(inode);
Mingming Cao617ba132006-10-11 01:20:53 -07004165 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004166
4167 /*
4168 * In a multi-transaction truncate, we only make the final transaction
4169 * synchronous
4170 */
4171 if (IS_SYNC(inode))
Frank Mayhar03901312009-01-07 00:06:22 -05004172 ext4_handle_sync(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004173out_stop:
4174 /*
4175 * If this was a simple ftruncate(), and the file will remain alive
4176 * then we need to clear up the orphan record which we created above.
4177 * However, if this was a real unlink then we were called by
Mingming Cao617ba132006-10-11 01:20:53 -07004178 * ext4_delete_inode(), and we allow that function to clean up the
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004179 * orphan info for us.
4180 */
4181 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07004182 ext4_orphan_del(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004183
Mingming Cao617ba132006-10-11 01:20:53 -07004184 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004185}
4186
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004187/*
Mingming Cao617ba132006-10-11 01:20:53 -07004188 * ext4_get_inode_loc returns with an extra refcount against the inode's
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004189 * underlying buffer_head on success. If 'in_mem' is true, we have all
4190 * data in memory that is needed to recreate the on-disk version of this
4191 * inode.
4192 */
Mingming Cao617ba132006-10-11 01:20:53 -07004193static int __ext4_get_inode_loc(struct inode *inode,
4194 struct ext4_iloc *iloc, int in_mem)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004195{
Theodore Ts'o240799c2008-10-09 23:53:47 -04004196 struct ext4_group_desc *gdp;
4197 struct buffer_head *bh;
4198 struct super_block *sb = inode->i_sb;
4199 ext4_fsblk_t block;
4200 int inodes_per_block, inode_offset;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004201
Aneesh Kumar K.V3a06d772008-11-22 15:04:59 -05004202 iloc->bh = NULL;
Theodore Ts'o240799c2008-10-09 23:53:47 -04004203 if (!ext4_valid_inum(sb, inode->i_ino))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004204 return -EIO;
4205
Theodore Ts'o240799c2008-10-09 23:53:47 -04004206 iloc->block_group = (inode->i_ino - 1) / EXT4_INODES_PER_GROUP(sb);
4207 gdp = ext4_get_group_desc(sb, iloc->block_group, NULL);
4208 if (!gdp)
4209 return -EIO;
4210
4211 /*
4212 * Figure out the offset within the block group inode table
4213 */
4214 inodes_per_block = (EXT4_BLOCK_SIZE(sb) / EXT4_INODE_SIZE(sb));
4215 inode_offset = ((inode->i_ino - 1) %
4216 EXT4_INODES_PER_GROUP(sb));
4217 block = ext4_inode_table(sb, gdp) + (inode_offset / inodes_per_block);
4218 iloc->offset = (inode_offset % inodes_per_block) * EXT4_INODE_SIZE(sb);
4219
4220 bh = sb_getblk(sb, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004221 if (!bh) {
Theodore Ts'o240799c2008-10-09 23:53:47 -04004222 ext4_error(sb, "ext4_get_inode_loc", "unable to read "
4223 "inode block - inode=%lu, block=%llu",
4224 inode->i_ino, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004225 return -EIO;
4226 }
4227 if (!buffer_uptodate(bh)) {
4228 lock_buffer(bh);
Hidehiro Kawai9c83a922008-07-26 16:39:26 -04004229
4230 /*
4231 * If the buffer has the write error flag, we have failed
4232 * to write out another inode in the same block. In this
4233 * case, we don't have to read the block because we may
4234 * read the old inode data successfully.
4235 */
4236 if (buffer_write_io_error(bh) && !buffer_uptodate(bh))
4237 set_buffer_uptodate(bh);
4238
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004239 if (buffer_uptodate(bh)) {
4240 /* someone brought it uptodate while we waited */
4241 unlock_buffer(bh);
4242 goto has_buffer;
4243 }
4244
4245 /*
4246 * If we have all information of the inode in memory and this
4247 * is the only valid inode in the block, we need not read the
4248 * block.
4249 */
4250 if (in_mem) {
4251 struct buffer_head *bitmap_bh;
Theodore Ts'o240799c2008-10-09 23:53:47 -04004252 int i, start;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004253
Theodore Ts'o240799c2008-10-09 23:53:47 -04004254 start = inode_offset & ~(inodes_per_block - 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004255
4256 /* Is the inode bitmap in cache? */
Theodore Ts'o240799c2008-10-09 23:53:47 -04004257 bitmap_bh = sb_getblk(sb, ext4_inode_bitmap(sb, gdp));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004258 if (!bitmap_bh)
4259 goto make_io;
4260
4261 /*
4262 * If the inode bitmap isn't in cache then the
4263 * optimisation may end up performing two reads instead
4264 * of one, so skip it.
4265 */
4266 if (!buffer_uptodate(bitmap_bh)) {
4267 brelse(bitmap_bh);
4268 goto make_io;
4269 }
Theodore Ts'o240799c2008-10-09 23:53:47 -04004270 for (i = start; i < start + inodes_per_block; i++) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004271 if (i == inode_offset)
4272 continue;
Mingming Cao617ba132006-10-11 01:20:53 -07004273 if (ext4_test_bit(i, bitmap_bh->b_data))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004274 break;
4275 }
4276 brelse(bitmap_bh);
Theodore Ts'o240799c2008-10-09 23:53:47 -04004277 if (i == start + inodes_per_block) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004278 /* all other inodes are free, so skip I/O */
4279 memset(bh->b_data, 0, bh->b_size);
4280 set_buffer_uptodate(bh);
4281 unlock_buffer(bh);
4282 goto has_buffer;
4283 }
4284 }
4285
4286make_io:
4287 /*
Theodore Ts'o240799c2008-10-09 23:53:47 -04004288 * If we need to do any I/O, try to pre-readahead extra
4289 * blocks from the inode table.
4290 */
4291 if (EXT4_SB(sb)->s_inode_readahead_blks) {
4292 ext4_fsblk_t b, end, table;
4293 unsigned num;
4294
4295 table = ext4_inode_table(sb, gdp);
Theodore Ts'ob713a5e2009-03-31 09:11:14 -04004296 /* s_inode_readahead_blks is always a power of 2 */
Theodore Ts'o240799c2008-10-09 23:53:47 -04004297 b = block & ~(EXT4_SB(sb)->s_inode_readahead_blks-1);
4298 if (table > b)
4299 b = table;
4300 end = b + EXT4_SB(sb)->s_inode_readahead_blks;
4301 num = EXT4_INODES_PER_GROUP(sb);
4302 if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
4303 EXT4_FEATURE_RO_COMPAT_GDT_CSUM))
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -05004304 num -= ext4_itable_unused_count(sb, gdp);
Theodore Ts'o240799c2008-10-09 23:53:47 -04004305 table += num / inodes_per_block;
4306 if (end > table)
4307 end = table;
4308 while (b <= end)
4309 sb_breadahead(sb, b++);
4310 }
4311
4312 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004313 * There are other valid inodes in the buffer, this inode
4314 * has in-inode xattrs, or we don't have this inode in memory.
4315 * Read the block from disk.
4316 */
4317 get_bh(bh);
4318 bh->b_end_io = end_buffer_read_sync;
4319 submit_bh(READ_META, bh);
4320 wait_on_buffer(bh);
4321 if (!buffer_uptodate(bh)) {
Theodore Ts'o240799c2008-10-09 23:53:47 -04004322 ext4_error(sb, __func__,
4323 "unable to read inode block - inode=%lu, "
4324 "block=%llu", inode->i_ino, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004325 brelse(bh);
4326 return -EIO;
4327 }
4328 }
4329has_buffer:
4330 iloc->bh = bh;
4331 return 0;
4332}
4333
Mingming Cao617ba132006-10-11 01:20:53 -07004334int ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004335{
4336 /* We have all inode data except xattrs in memory here. */
Mingming Cao617ba132006-10-11 01:20:53 -07004337 return __ext4_get_inode_loc(inode, iloc,
4338 !(EXT4_I(inode)->i_state & EXT4_STATE_XATTR));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004339}
4340
Mingming Cao617ba132006-10-11 01:20:53 -07004341void ext4_set_inode_flags(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004342{
Mingming Cao617ba132006-10-11 01:20:53 -07004343 unsigned int flags = EXT4_I(inode)->i_flags;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004344
4345 inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC);
Mingming Cao617ba132006-10-11 01:20:53 -07004346 if (flags & EXT4_SYNC_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004347 inode->i_flags |= S_SYNC;
Mingming Cao617ba132006-10-11 01:20:53 -07004348 if (flags & EXT4_APPEND_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004349 inode->i_flags |= S_APPEND;
Mingming Cao617ba132006-10-11 01:20:53 -07004350 if (flags & EXT4_IMMUTABLE_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004351 inode->i_flags |= S_IMMUTABLE;
Mingming Cao617ba132006-10-11 01:20:53 -07004352 if (flags & EXT4_NOATIME_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004353 inode->i_flags |= S_NOATIME;
Mingming Cao617ba132006-10-11 01:20:53 -07004354 if (flags & EXT4_DIRSYNC_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004355 inode->i_flags |= S_DIRSYNC;
4356}
4357
Jan Karaff9ddf72007-07-18 09:24:20 -04004358/* Propagate flags from i_flags to EXT4_I(inode)->i_flags */
4359void ext4_get_inode_flags(struct ext4_inode_info *ei)
4360{
4361 unsigned int flags = ei->vfs_inode.i_flags;
4362
4363 ei->i_flags &= ~(EXT4_SYNC_FL|EXT4_APPEND_FL|
4364 EXT4_IMMUTABLE_FL|EXT4_NOATIME_FL|EXT4_DIRSYNC_FL);
4365 if (flags & S_SYNC)
4366 ei->i_flags |= EXT4_SYNC_FL;
4367 if (flags & S_APPEND)
4368 ei->i_flags |= EXT4_APPEND_FL;
4369 if (flags & S_IMMUTABLE)
4370 ei->i_flags |= EXT4_IMMUTABLE_FL;
4371 if (flags & S_NOATIME)
4372 ei->i_flags |= EXT4_NOATIME_FL;
4373 if (flags & S_DIRSYNC)
4374 ei->i_flags |= EXT4_DIRSYNC_FL;
4375}
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004376static blkcnt_t ext4_inode_blocks(struct ext4_inode *raw_inode,
4377 struct ext4_inode_info *ei)
4378{
4379 blkcnt_t i_blocks ;
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004380 struct inode *inode = &(ei->vfs_inode);
4381 struct super_block *sb = inode->i_sb;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004382
4383 if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
4384 EXT4_FEATURE_RO_COMPAT_HUGE_FILE)) {
4385 /* we are using combined 48 bit field */
4386 i_blocks = ((u64)le16_to_cpu(raw_inode->i_blocks_high)) << 32 |
4387 le32_to_cpu(raw_inode->i_blocks_lo);
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004388 if (ei->i_flags & EXT4_HUGE_FILE_FL) {
4389 /* i_blocks represent file system block size */
4390 return i_blocks << (inode->i_blkbits - 9);
4391 } else {
4392 return i_blocks;
4393 }
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004394 } else {
4395 return le32_to_cpu(raw_inode->i_blocks_lo);
4396 }
4397}
Jan Karaff9ddf72007-07-18 09:24:20 -04004398
David Howells1d1fe1e2008-02-07 00:15:37 -08004399struct inode *ext4_iget(struct super_block *sb, unsigned long ino)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004400{
Mingming Cao617ba132006-10-11 01:20:53 -07004401 struct ext4_iloc iloc;
4402 struct ext4_inode *raw_inode;
David Howells1d1fe1e2008-02-07 00:15:37 -08004403 struct ext4_inode_info *ei;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004404 struct buffer_head *bh;
David Howells1d1fe1e2008-02-07 00:15:37 -08004405 struct inode *inode;
4406 long ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004407 int block;
4408
David Howells1d1fe1e2008-02-07 00:15:37 -08004409 inode = iget_locked(sb, ino);
4410 if (!inode)
4411 return ERR_PTR(-ENOMEM);
4412 if (!(inode->i_state & I_NEW))
4413 return inode;
4414
4415 ei = EXT4_I(inode);
Theodore Ts'o03010a32008-10-10 20:02:48 -04004416#ifdef CONFIG_EXT4_FS_POSIX_ACL
Mingming Cao617ba132006-10-11 01:20:53 -07004417 ei->i_acl = EXT4_ACL_NOT_CACHED;
4418 ei->i_default_acl = EXT4_ACL_NOT_CACHED;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004419#endif
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004420
David Howells1d1fe1e2008-02-07 00:15:37 -08004421 ret = __ext4_get_inode_loc(inode, &iloc, 0);
4422 if (ret < 0)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004423 goto bad_inode;
4424 bh = iloc.bh;
Mingming Cao617ba132006-10-11 01:20:53 -07004425 raw_inode = ext4_raw_inode(&iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004426 inode->i_mode = le16_to_cpu(raw_inode->i_mode);
4427 inode->i_uid = (uid_t)le16_to_cpu(raw_inode->i_uid_low);
4428 inode->i_gid = (gid_t)le16_to_cpu(raw_inode->i_gid_low);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004429 if (!(test_opt(inode->i_sb, NO_UID32))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004430 inode->i_uid |= le16_to_cpu(raw_inode->i_uid_high) << 16;
4431 inode->i_gid |= le16_to_cpu(raw_inode->i_gid_high) << 16;
4432 }
4433 inode->i_nlink = le16_to_cpu(raw_inode->i_links_count);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004434
4435 ei->i_state = 0;
4436 ei->i_dir_start_lookup = 0;
4437 ei->i_dtime = le32_to_cpu(raw_inode->i_dtime);
4438 /* We now have enough fields to check if the inode was active or not.
4439 * This is needed because nfsd might try to access dead inodes
4440 * the test is that same one that e2fsck uses
4441 * NeilBrown 1999oct15
4442 */
4443 if (inode->i_nlink == 0) {
4444 if (inode->i_mode == 0 ||
Mingming Cao617ba132006-10-11 01:20:53 -07004445 !(EXT4_SB(inode->i_sb)->s_mount_state & EXT4_ORPHAN_FS)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004446 /* this inode is deleted */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004447 brelse(bh);
David Howells1d1fe1e2008-02-07 00:15:37 -08004448 ret = -ESTALE;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004449 goto bad_inode;
4450 }
4451 /* The only unlinked inodes we let through here have
4452 * valid i_mode and are being read by the orphan
4453 * recovery code: that's fine, we're about to complete
4454 * the process of deleting those. */
4455 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004456 ei->i_flags = le32_to_cpu(raw_inode->i_flags);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004457 inode->i_blocks = ext4_inode_blocks(raw_inode, ei);
Aneesh Kumar K.V7973c0c2008-01-28 23:58:27 -05004458 ei->i_file_acl = le32_to_cpu(raw_inode->i_file_acl_lo);
Theodore Ts'oa9e81742009-04-24 16:11:18 -04004459 if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_64BIT))
Badari Pulavartya1ddeb72006-10-11 01:21:09 -07004460 ei->i_file_acl |=
4461 ((__u64)le16_to_cpu(raw_inode->i_file_acl_high)) << 32;
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004462 inode->i_size = ext4_isize(raw_inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004463 ei->i_disksize = inode->i_size;
4464 inode->i_generation = le32_to_cpu(raw_inode->i_generation);
4465 ei->i_block_group = iloc.block_group;
Theodore Ts'oa4912122009-03-12 12:18:34 -04004466 ei->i_last_alloc_group = ~0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004467 /*
4468 * NOTE! The in-memory inode i_data array is in little-endian order
4469 * even on big-endian machines: we do NOT byteswap the block numbers!
4470 */
Mingming Cao617ba132006-10-11 01:20:53 -07004471 for (block = 0; block < EXT4_N_BLOCKS; block++)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004472 ei->i_data[block] = raw_inode->i_block[block];
4473 INIT_LIST_HEAD(&ei->i_orphan);
4474
Eric Sandeen0040d982008-02-05 22:36:43 -05004475 if (EXT4_INODE_SIZE(inode->i_sb) > EXT4_GOOD_OLD_INODE_SIZE) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004476 ei->i_extra_isize = le16_to_cpu(raw_inode->i_extra_isize);
Mingming Cao617ba132006-10-11 01:20:53 -07004477 if (EXT4_GOOD_OLD_INODE_SIZE + ei->i_extra_isize >
Kirill Korotaeve5d28612007-06-23 17:16:51 -07004478 EXT4_INODE_SIZE(inode->i_sb)) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004479 brelse(bh);
David Howells1d1fe1e2008-02-07 00:15:37 -08004480 ret = -EIO;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004481 goto bad_inode;
Kirill Korotaeve5d28612007-06-23 17:16:51 -07004482 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004483 if (ei->i_extra_isize == 0) {
4484 /* The extra space is currently unused. Use it. */
Mingming Cao617ba132006-10-11 01:20:53 -07004485 ei->i_extra_isize = sizeof(struct ext4_inode) -
4486 EXT4_GOOD_OLD_INODE_SIZE;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004487 } else {
4488 __le32 *magic = (void *)raw_inode +
Mingming Cao617ba132006-10-11 01:20:53 -07004489 EXT4_GOOD_OLD_INODE_SIZE +
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004490 ei->i_extra_isize;
Mingming Cao617ba132006-10-11 01:20:53 -07004491 if (*magic == cpu_to_le32(EXT4_XATTR_MAGIC))
4492 ei->i_state |= EXT4_STATE_XATTR;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004493 }
4494 } else
4495 ei->i_extra_isize = 0;
4496
Kalpak Shahef7f3832007-07-18 09:15:20 -04004497 EXT4_INODE_GET_XTIME(i_ctime, inode, raw_inode);
4498 EXT4_INODE_GET_XTIME(i_mtime, inode, raw_inode);
4499 EXT4_INODE_GET_XTIME(i_atime, inode, raw_inode);
4500 EXT4_EINODE_GET_XTIME(i_crtime, ei, raw_inode);
4501
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004502 inode->i_version = le32_to_cpu(raw_inode->i_disk_version);
4503 if (EXT4_INODE_SIZE(inode->i_sb) > EXT4_GOOD_OLD_INODE_SIZE) {
4504 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi))
4505 inode->i_version |=
4506 (__u64)(le32_to_cpu(raw_inode->i_version_hi)) << 32;
4507 }
4508
Theodore Ts'oc4b5a612009-04-24 18:45:35 -04004509 ret = 0;
Theodore Ts'o485c26e2009-04-24 13:43:20 -04004510 if (ei->i_file_acl &&
4511 ((ei->i_file_acl <
4512 (le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block) +
4513 EXT4_SB(sb)->s_gdb_count)) ||
4514 (ei->i_file_acl >= ext4_blocks_count(EXT4_SB(sb)->s_es)))) {
4515 ext4_error(sb, __func__,
4516 "bad extended attribute block %llu in inode #%lu",
4517 ei->i_file_acl, inode->i_ino);
4518 ret = -EIO;
4519 goto bad_inode;
4520 } else if (ei->i_flags & EXT4_EXTENTS_FL) {
Theodore Ts'oc4b5a612009-04-24 18:45:35 -04004521 if (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
4522 (S_ISLNK(inode->i_mode) &&
4523 !ext4_inode_is_fast_symlink(inode)))
4524 /* Validate extent which is part of inode */
4525 ret = ext4_ext_check_inode(inode);
Thiemo Nagelfe2c8192009-03-31 08:36:10 -04004526 } else if (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
4527 (S_ISLNK(inode->i_mode) &&
4528 !ext4_inode_is_fast_symlink(inode))) {
4529 /* Validate block references which are part of inode */
4530 ret = ext4_check_inode_blockref(inode);
4531 }
4532 if (ret) {
4533 brelse(bh);
4534 goto bad_inode;
Aneesh Kumar K.V7a262f72009-03-27 16:39:58 -04004535 }
4536
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004537 if (S_ISREG(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004538 inode->i_op = &ext4_file_inode_operations;
4539 inode->i_fop = &ext4_file_operations;
4540 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004541 } else if (S_ISDIR(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004542 inode->i_op = &ext4_dir_inode_operations;
4543 inode->i_fop = &ext4_dir_operations;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004544 } else if (S_ISLNK(inode->i_mode)) {
Duane Griffine83c1392008-12-19 20:47:15 +00004545 if (ext4_inode_is_fast_symlink(inode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004546 inode->i_op = &ext4_fast_symlink_inode_operations;
Duane Griffine83c1392008-12-19 20:47:15 +00004547 nd_terminate_link(ei->i_data, inode->i_size,
4548 sizeof(ei->i_data) - 1);
4549 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07004550 inode->i_op = &ext4_symlink_inode_operations;
4551 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004552 }
Theodore Ts'o563bdd62009-03-26 00:06:19 -04004553 } else if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode) ||
4554 S_ISFIFO(inode->i_mode) || S_ISSOCK(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004555 inode->i_op = &ext4_special_inode_operations;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004556 if (raw_inode->i_block[0])
4557 init_special_inode(inode, inode->i_mode,
4558 old_decode_dev(le32_to_cpu(raw_inode->i_block[0])));
4559 else
4560 init_special_inode(inode, inode->i_mode,
4561 new_decode_dev(le32_to_cpu(raw_inode->i_block[1])));
Theodore Ts'o563bdd62009-03-26 00:06:19 -04004562 } else {
4563 brelse(bh);
4564 ret = -EIO;
4565 ext4_error(inode->i_sb, __func__,
4566 "bogus i_mode (%o) for inode=%lu",
4567 inode->i_mode, inode->i_ino);
4568 goto bad_inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004569 }
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004570 brelse(iloc.bh);
Mingming Cao617ba132006-10-11 01:20:53 -07004571 ext4_set_inode_flags(inode);
David Howells1d1fe1e2008-02-07 00:15:37 -08004572 unlock_new_inode(inode);
4573 return inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004574
4575bad_inode:
David Howells1d1fe1e2008-02-07 00:15:37 -08004576 iget_failed(inode);
4577 return ERR_PTR(ret);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004578}
4579
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004580static int ext4_inode_blocks_set(handle_t *handle,
4581 struct ext4_inode *raw_inode,
4582 struct ext4_inode_info *ei)
4583{
4584 struct inode *inode = &(ei->vfs_inode);
4585 u64 i_blocks = inode->i_blocks;
4586 struct super_block *sb = inode->i_sb;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004587
4588 if (i_blocks <= ~0U) {
4589 /*
4590 * i_blocks can be represnted in a 32 bit variable
4591 * as multiple of 512 bytes
4592 */
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004593 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004594 raw_inode->i_blocks_high = 0;
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004595 ei->i_flags &= ~EXT4_HUGE_FILE_FL;
Theodore Ts'of287a1a2008-10-16 22:50:48 -04004596 return 0;
4597 }
4598 if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_HUGE_FILE))
4599 return -EFBIG;
4600
4601 if (i_blocks <= 0xffffffffffffULL) {
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004602 /*
4603 * i_blocks can be represented in a 48 bit variable
4604 * as multiple of 512 bytes
4605 */
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004606 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004607 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32);
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004608 ei->i_flags &= ~EXT4_HUGE_FILE_FL;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004609 } else {
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004610 ei->i_flags |= EXT4_HUGE_FILE_FL;
4611 /* i_block is stored in file system block size */
4612 i_blocks = i_blocks >> (inode->i_blkbits - 9);
4613 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
4614 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004615 }
Theodore Ts'of287a1a2008-10-16 22:50:48 -04004616 return 0;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004617}
4618
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004619/*
4620 * Post the struct inode info into an on-disk inode location in the
4621 * buffer-cache. This gobbles the caller's reference to the
4622 * buffer_head in the inode location struct.
4623 *
4624 * The caller must have write access to iloc->bh.
4625 */
Mingming Cao617ba132006-10-11 01:20:53 -07004626static int ext4_do_update_inode(handle_t *handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004627 struct inode *inode,
Mingming Cao617ba132006-10-11 01:20:53 -07004628 struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004629{
Mingming Cao617ba132006-10-11 01:20:53 -07004630 struct ext4_inode *raw_inode = ext4_raw_inode(iloc);
4631 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004632 struct buffer_head *bh = iloc->bh;
4633 int err = 0, rc, block;
4634
4635 /* For fields not not tracking in the in-memory inode,
4636 * initialise them to zero for new inodes. */
Mingming Cao617ba132006-10-11 01:20:53 -07004637 if (ei->i_state & EXT4_STATE_NEW)
4638 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004639
Jan Karaff9ddf72007-07-18 09:24:20 -04004640 ext4_get_inode_flags(ei);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004641 raw_inode->i_mode = cpu_to_le16(inode->i_mode);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004642 if (!(test_opt(inode->i_sb, NO_UID32))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004643 raw_inode->i_uid_low = cpu_to_le16(low_16_bits(inode->i_uid));
4644 raw_inode->i_gid_low = cpu_to_le16(low_16_bits(inode->i_gid));
4645/*
4646 * Fix up interoperability with old kernels. Otherwise, old inodes get
4647 * re-used with the upper 16 bits of the uid/gid intact
4648 */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004649 if (!ei->i_dtime) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004650 raw_inode->i_uid_high =
4651 cpu_to_le16(high_16_bits(inode->i_uid));
4652 raw_inode->i_gid_high =
4653 cpu_to_le16(high_16_bits(inode->i_gid));
4654 } else {
4655 raw_inode->i_uid_high = 0;
4656 raw_inode->i_gid_high = 0;
4657 }
4658 } else {
4659 raw_inode->i_uid_low =
4660 cpu_to_le16(fs_high2lowuid(inode->i_uid));
4661 raw_inode->i_gid_low =
4662 cpu_to_le16(fs_high2lowgid(inode->i_gid));
4663 raw_inode->i_uid_high = 0;
4664 raw_inode->i_gid_high = 0;
4665 }
4666 raw_inode->i_links_count = cpu_to_le16(inode->i_nlink);
Kalpak Shahef7f3832007-07-18 09:15:20 -04004667
4668 EXT4_INODE_SET_XTIME(i_ctime, inode, raw_inode);
4669 EXT4_INODE_SET_XTIME(i_mtime, inode, raw_inode);
4670 EXT4_INODE_SET_XTIME(i_atime, inode, raw_inode);
4671 EXT4_EINODE_SET_XTIME(i_crtime, ei, raw_inode);
4672
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004673 if (ext4_inode_blocks_set(handle, raw_inode, ei))
4674 goto out_brelse;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004675 raw_inode->i_dtime = cpu_to_le32(ei->i_dtime);
Aneesh Kumar K.V267e4db2008-04-29 08:11:12 -04004676 /* clear the migrate flag in the raw_inode */
4677 raw_inode->i_flags = cpu_to_le32(ei->i_flags & ~EXT4_EXT_MIGRATE);
Mingming Cao9b8f1f02006-10-11 01:21:13 -07004678 if (EXT4_SB(inode->i_sb)->s_es->s_creator_os !=
4679 cpu_to_le32(EXT4_OS_HURD))
Badari Pulavartya1ddeb72006-10-11 01:21:09 -07004680 raw_inode->i_file_acl_high =
4681 cpu_to_le16(ei->i_file_acl >> 32);
Aneesh Kumar K.V7973c0c2008-01-28 23:58:27 -05004682 raw_inode->i_file_acl_lo = cpu_to_le32(ei->i_file_acl);
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004683 ext4_isize_set(raw_inode, ei->i_disksize);
4684 if (ei->i_disksize > 0x7fffffffULL) {
4685 struct super_block *sb = inode->i_sb;
4686 if (!EXT4_HAS_RO_COMPAT_FEATURE(sb,
4687 EXT4_FEATURE_RO_COMPAT_LARGE_FILE) ||
4688 EXT4_SB(sb)->s_es->s_rev_level ==
4689 cpu_to_le32(EXT4_GOOD_OLD_REV)) {
4690 /* If this is the first large file
4691 * created, add a flag to the superblock.
4692 */
4693 err = ext4_journal_get_write_access(handle,
4694 EXT4_SB(sb)->s_sbh);
4695 if (err)
4696 goto out_brelse;
4697 ext4_update_dynamic_rev(sb);
4698 EXT4_SET_RO_COMPAT_FEATURE(sb,
Mingming Cao617ba132006-10-11 01:20:53 -07004699 EXT4_FEATURE_RO_COMPAT_LARGE_FILE);
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004700 sb->s_dirt = 1;
Frank Mayhar03901312009-01-07 00:06:22 -05004701 ext4_handle_sync(handle);
4702 err = ext4_handle_dirty_metadata(handle, inode,
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004703 EXT4_SB(sb)->s_sbh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004704 }
4705 }
4706 raw_inode->i_generation = cpu_to_le32(inode->i_generation);
4707 if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode)) {
4708 if (old_valid_dev(inode->i_rdev)) {
4709 raw_inode->i_block[0] =
4710 cpu_to_le32(old_encode_dev(inode->i_rdev));
4711 raw_inode->i_block[1] = 0;
4712 } else {
4713 raw_inode->i_block[0] = 0;
4714 raw_inode->i_block[1] =
4715 cpu_to_le32(new_encode_dev(inode->i_rdev));
4716 raw_inode->i_block[2] = 0;
4717 }
Mingming Cao617ba132006-10-11 01:20:53 -07004718 } else for (block = 0; block < EXT4_N_BLOCKS; block++)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004719 raw_inode->i_block[block] = ei->i_data[block];
4720
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004721 raw_inode->i_disk_version = cpu_to_le32(inode->i_version);
4722 if (ei->i_extra_isize) {
4723 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi))
4724 raw_inode->i_version_hi =
4725 cpu_to_le32(inode->i_version >> 32);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004726 raw_inode->i_extra_isize = cpu_to_le16(ei->i_extra_isize);
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004727 }
4728
Frank Mayhar03901312009-01-07 00:06:22 -05004729 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
4730 rc = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004731 if (!err)
4732 err = rc;
Mingming Cao617ba132006-10-11 01:20:53 -07004733 ei->i_state &= ~EXT4_STATE_NEW;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004734
4735out_brelse:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004736 brelse(bh);
Mingming Cao617ba132006-10-11 01:20:53 -07004737 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004738 return err;
4739}
4740
4741/*
Mingming Cao617ba132006-10-11 01:20:53 -07004742 * ext4_write_inode()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004743 *
4744 * We are called from a few places:
4745 *
4746 * - Within generic_file_write() for O_SYNC files.
4747 * Here, there will be no transaction running. We wait for any running
4748 * trasnaction to commit.
4749 *
4750 * - Within sys_sync(), kupdate and such.
4751 * We wait on commit, if tol to.
4752 *
4753 * - Within prune_icache() (PF_MEMALLOC == true)
4754 * Here we simply return. We can't afford to block kswapd on the
4755 * journal commit.
4756 *
4757 * In all cases it is actually safe for us to return without doing anything,
4758 * because the inode has been copied into a raw inode buffer in
Mingming Cao617ba132006-10-11 01:20:53 -07004759 * ext4_mark_inode_dirty(). This is a correctness thing for O_SYNC and for
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004760 * knfsd.
4761 *
4762 * Note that we are absolutely dependent upon all inode dirtiers doing the
4763 * right thing: they *must* call mark_inode_dirty() after dirtying info in
4764 * which we are interested.
4765 *
4766 * It would be a bug for them to not do this. The code:
4767 *
4768 * mark_inode_dirty(inode)
4769 * stuff();
4770 * inode->i_size = expr;
4771 *
4772 * is in error because a kswapd-driven write_inode() could occur while
4773 * `stuff()' is running, and the new i_size will be lost. Plus the inode
4774 * will no longer be on the superblock's dirty inode list.
4775 */
Mingming Cao617ba132006-10-11 01:20:53 -07004776int ext4_write_inode(struct inode *inode, int wait)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004777{
4778 if (current->flags & PF_MEMALLOC)
4779 return 0;
4780
Mingming Cao617ba132006-10-11 01:20:53 -07004781 if (ext4_journal_current_handle()) {
Mingming Caob38bd332007-07-19 01:48:35 -07004782 jbd_debug(1, "called recursively, non-PF_MEMALLOC!\n");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004783 dump_stack();
4784 return -EIO;
4785 }
4786
4787 if (!wait)
4788 return 0;
4789
Mingming Cao617ba132006-10-11 01:20:53 -07004790 return ext4_force_commit(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004791}
4792
Frank Mayhar03901312009-01-07 00:06:22 -05004793int __ext4_write_dirty_metadata(struct inode *inode, struct buffer_head *bh)
4794{
4795 int err = 0;
4796
4797 mark_buffer_dirty(bh);
4798 if (inode && inode_needs_sync(inode)) {
4799 sync_dirty_buffer(bh);
4800 if (buffer_req(bh) && !buffer_uptodate(bh)) {
4801 ext4_error(inode->i_sb, __func__,
4802 "IO error syncing inode, "
4803 "inode=%lu, block=%llu",
4804 inode->i_ino,
4805 (unsigned long long)bh->b_blocknr);
4806 err = -EIO;
4807 }
4808 }
4809 return err;
4810}
4811
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004812/*
Mingming Cao617ba132006-10-11 01:20:53 -07004813 * ext4_setattr()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004814 *
4815 * Called from notify_change.
4816 *
4817 * We want to trap VFS attempts to truncate the file as soon as
4818 * possible. In particular, we want to make sure that when the VFS
4819 * shrinks i_size, we put the inode on the orphan list and modify
4820 * i_disksize immediately, so that during the subsequent flushing of
4821 * dirty pages and freeing of disk blocks, we can guarantee that any
4822 * commit will leave the blocks being flushed in an unused state on
4823 * disk. (On recovery, the inode will get truncated and the blocks will
4824 * be freed, so we have a strong guarantee that no future commit will
4825 * leave these blocks visible to the user.)
4826 *
Jan Kara678aaf42008-07-11 19:27:31 -04004827 * Another thing we have to assure is that if we are in ordered mode
4828 * and inode is still attached to the committing transaction, we must
4829 * we start writeout of all the dirty pages which are being truncated.
4830 * This way we are sure that all the data written in the previous
4831 * transaction are already on disk (truncate waits for pages under
4832 * writeback).
4833 *
4834 * Called with inode->i_mutex down.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004835 */
Mingming Cao617ba132006-10-11 01:20:53 -07004836int ext4_setattr(struct dentry *dentry, struct iattr *attr)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004837{
4838 struct inode *inode = dentry->d_inode;
4839 int error, rc = 0;
4840 const unsigned int ia_valid = attr->ia_valid;
4841
4842 error = inode_change_ok(inode, attr);
4843 if (error)
4844 return error;
4845
4846 if ((ia_valid & ATTR_UID && attr->ia_uid != inode->i_uid) ||
4847 (ia_valid & ATTR_GID && attr->ia_gid != inode->i_gid)) {
4848 handle_t *handle;
4849
4850 /* (user+group)*(old+new) structure, inode write (sb,
4851 * inode block, ? - but truncate inode update has it) */
Mingming Cao617ba132006-10-11 01:20:53 -07004852 handle = ext4_journal_start(inode, 2*(EXT4_QUOTA_INIT_BLOCKS(inode->i_sb)+
4853 EXT4_QUOTA_DEL_BLOCKS(inode->i_sb))+3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004854 if (IS_ERR(handle)) {
4855 error = PTR_ERR(handle);
4856 goto err_out;
4857 }
Jan Karaa269eb12009-01-26 17:04:39 +01004858 error = vfs_dq_transfer(inode, attr) ? -EDQUOT : 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004859 if (error) {
Mingming Cao617ba132006-10-11 01:20:53 -07004860 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004861 return error;
4862 }
4863 /* Update corresponding info in inode so that everything is in
4864 * one transaction */
4865 if (attr->ia_valid & ATTR_UID)
4866 inode->i_uid = attr->ia_uid;
4867 if (attr->ia_valid & ATTR_GID)
4868 inode->i_gid = attr->ia_gid;
Mingming Cao617ba132006-10-11 01:20:53 -07004869 error = ext4_mark_inode_dirty(handle, inode);
4870 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004871 }
4872
Eric Sandeene2b46572008-01-28 23:58:27 -05004873 if (attr->ia_valid & ATTR_SIZE) {
4874 if (!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL)) {
4875 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
4876
4877 if (attr->ia_size > sbi->s_bitmap_maxbytes) {
4878 error = -EFBIG;
4879 goto err_out;
4880 }
4881 }
4882 }
4883
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004884 if (S_ISREG(inode->i_mode) &&
4885 attr->ia_valid & ATTR_SIZE && attr->ia_size < inode->i_size) {
4886 handle_t *handle;
4887
Mingming Cao617ba132006-10-11 01:20:53 -07004888 handle = ext4_journal_start(inode, 3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004889 if (IS_ERR(handle)) {
4890 error = PTR_ERR(handle);
4891 goto err_out;
4892 }
4893
Mingming Cao617ba132006-10-11 01:20:53 -07004894 error = ext4_orphan_add(handle, inode);
4895 EXT4_I(inode)->i_disksize = attr->ia_size;
4896 rc = ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004897 if (!error)
4898 error = rc;
Mingming Cao617ba132006-10-11 01:20:53 -07004899 ext4_journal_stop(handle);
Jan Kara678aaf42008-07-11 19:27:31 -04004900
4901 if (ext4_should_order_data(inode)) {
4902 error = ext4_begin_ordered_truncate(inode,
4903 attr->ia_size);
4904 if (error) {
4905 /* Do as much error cleanup as possible */
4906 handle = ext4_journal_start(inode, 3);
4907 if (IS_ERR(handle)) {
4908 ext4_orphan_del(NULL, inode);
4909 goto err_out;
4910 }
4911 ext4_orphan_del(handle, inode);
4912 ext4_journal_stop(handle);
4913 goto err_out;
4914 }
4915 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004916 }
4917
4918 rc = inode_setattr(inode, attr);
4919
Mingming Cao617ba132006-10-11 01:20:53 -07004920 /* If inode_setattr's call to ext4_truncate failed to get a
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004921 * transaction handle at all, we need to clean up the in-core
4922 * orphan list manually. */
4923 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07004924 ext4_orphan_del(NULL, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004925
4926 if (!rc && (ia_valid & ATTR_MODE))
Mingming Cao617ba132006-10-11 01:20:53 -07004927 rc = ext4_acl_chmod(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004928
4929err_out:
Mingming Cao617ba132006-10-11 01:20:53 -07004930 ext4_std_error(inode->i_sb, error);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004931 if (!error)
4932 error = rc;
4933 return error;
4934}
4935
Mingming Cao3e3398a2008-07-11 19:27:31 -04004936int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
4937 struct kstat *stat)
4938{
4939 struct inode *inode;
4940 unsigned long delalloc_blocks;
4941
4942 inode = dentry->d_inode;
4943 generic_fillattr(inode, stat);
4944
4945 /*
4946 * We can't update i_blocks if the block allocation is delayed
4947 * otherwise in the case of system crash before the real block
4948 * allocation is done, we will have i_blocks inconsistent with
4949 * on-disk file blocks.
4950 * We always keep i_blocks updated together with real
4951 * allocation. But to not confuse with user, stat
4952 * will return the blocks that include the delayed allocation
4953 * blocks for this file.
4954 */
4955 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
4956 delalloc_blocks = EXT4_I(inode)->i_reserved_data_blocks;
4957 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
4958
4959 stat->blocks += (delalloc_blocks << inode->i_sb->s_blocksize_bits)>>9;
4960 return 0;
4961}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004962
Mingming Caoa02908f2008-08-19 22:16:07 -04004963static int ext4_indirect_trans_blocks(struct inode *inode, int nrblocks,
4964 int chunk)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004965{
Mingming Caoa02908f2008-08-19 22:16:07 -04004966 int indirects;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004967
Mingming Caoa02908f2008-08-19 22:16:07 -04004968 /* if nrblocks are contiguous */
4969 if (chunk) {
4970 /*
4971 * With N contiguous data blocks, it need at most
4972 * N/EXT4_ADDR_PER_BLOCK(inode->i_sb) indirect blocks
4973 * 2 dindirect blocks
4974 * 1 tindirect block
4975 */
4976 indirects = nrblocks / EXT4_ADDR_PER_BLOCK(inode->i_sb);
4977 return indirects + 3;
4978 }
4979 /*
4980 * if nrblocks are not contiguous, worse case, each block touch
4981 * a indirect block, and each indirect block touch a double indirect
4982 * block, plus a triple indirect block
4983 */
4984 indirects = nrblocks * 2 + 1;
4985 return indirects;
4986}
Alex Tomasa86c6182006-10-11 01:21:03 -07004987
Mingming Caoa02908f2008-08-19 22:16:07 -04004988static int ext4_index_trans_blocks(struct inode *inode, int nrblocks, int chunk)
4989{
4990 if (!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL))
Theodore Ts'oac51d832008-11-06 16:49:36 -05004991 return ext4_indirect_trans_blocks(inode, nrblocks, chunk);
4992 return ext4_ext_index_trans_blocks(inode, nrblocks, chunk);
Mingming Caoa02908f2008-08-19 22:16:07 -04004993}
Theodore Ts'oac51d832008-11-06 16:49:36 -05004994
Mingming Caoa02908f2008-08-19 22:16:07 -04004995/*
4996 * Account for index blocks, block groups bitmaps and block group
4997 * descriptor blocks if modify datablocks and index blocks
4998 * worse case, the indexs blocks spread over different block groups
4999 *
5000 * If datablocks are discontiguous, they are possible to spread over
5001 * different block groups too. If they are contiugous, with flexbg,
5002 * they could still across block group boundary.
5003 *
5004 * Also account for superblock, inode, quota and xattr blocks
5005 */
5006int ext4_meta_trans_blocks(struct inode *inode, int nrblocks, int chunk)
5007{
Theodore Ts'o8df96752009-05-01 08:50:38 -04005008 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb);
5009 int gdpblocks;
Mingming Caoa02908f2008-08-19 22:16:07 -04005010 int idxblocks;
5011 int ret = 0;
5012
5013 /*
5014 * How many index blocks need to touch to modify nrblocks?
5015 * The "Chunk" flag indicating whether the nrblocks is
5016 * physically contiguous on disk
5017 *
5018 * For Direct IO and fallocate, they calls get_block to allocate
5019 * one single extent at a time, so they could set the "Chunk" flag
5020 */
5021 idxblocks = ext4_index_trans_blocks(inode, nrblocks, chunk);
5022
5023 ret = idxblocks;
5024
5025 /*
5026 * Now let's see how many group bitmaps and group descriptors need
5027 * to account
5028 */
5029 groups = idxblocks;
5030 if (chunk)
5031 groups += 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005032 else
Mingming Caoa02908f2008-08-19 22:16:07 -04005033 groups += nrblocks;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005034
Mingming Caoa02908f2008-08-19 22:16:07 -04005035 gdpblocks = groups;
Theodore Ts'o8df96752009-05-01 08:50:38 -04005036 if (groups > ngroups)
5037 groups = ngroups;
Mingming Caoa02908f2008-08-19 22:16:07 -04005038 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count)
5039 gdpblocks = EXT4_SB(inode->i_sb)->s_gdb_count;
5040
5041 /* bitmaps and block group descriptor blocks */
5042 ret += groups + gdpblocks;
5043
5044 /* Blocks for super block, inode, quota and xattr blocks */
5045 ret += EXT4_META_TRANS_BLOCKS(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005046
5047 return ret;
5048}
5049
5050/*
Mingming Caoa02908f2008-08-19 22:16:07 -04005051 * Calulate the total number of credits to reserve to fit
Mingming Caof3bd1f32008-08-19 22:16:03 -04005052 * the modification of a single pages into a single transaction,
5053 * which may include multiple chunks of block allocations.
Mingming Caoa02908f2008-08-19 22:16:07 -04005054 *
Mingming Cao525f4ed2008-08-19 22:15:58 -04005055 * This could be called via ext4_write_begin()
Mingming Caoa02908f2008-08-19 22:16:07 -04005056 *
Mingming Cao525f4ed2008-08-19 22:15:58 -04005057 * We need to consider the worse case, when
Mingming Caoa02908f2008-08-19 22:16:07 -04005058 * one new block per extent.
Mingming Caoa02908f2008-08-19 22:16:07 -04005059 */
5060int ext4_writepage_trans_blocks(struct inode *inode)
5061{
5062 int bpp = ext4_journal_blocks_per_page(inode);
5063 int ret;
5064
5065 ret = ext4_meta_trans_blocks(inode, bpp, 0);
5066
5067 /* Account for data blocks for journalled mode */
5068 if (ext4_should_journal_data(inode))
5069 ret += bpp;
5070 return ret;
5071}
Mingming Caof3bd1f32008-08-19 22:16:03 -04005072
5073/*
5074 * Calculate the journal credits for a chunk of data modification.
5075 *
5076 * This is called from DIO, fallocate or whoever calling
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04005077 * ext4_get_blocks() to map/allocate a chunk of contigous disk blocks.
Mingming Caof3bd1f32008-08-19 22:16:03 -04005078 *
5079 * journal buffers for data blocks are not included here, as DIO
5080 * and fallocate do no need to journal data buffers.
5081 */
5082int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks)
5083{
5084 return ext4_meta_trans_blocks(inode, nrblocks, 1);
5085}
5086
Mingming Caoa02908f2008-08-19 22:16:07 -04005087/*
Mingming Cao617ba132006-10-11 01:20:53 -07005088 * The caller must have previously called ext4_reserve_inode_write().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005089 * Give this, we know that the caller already has write access to iloc->bh.
5090 */
Mingming Cao617ba132006-10-11 01:20:53 -07005091int ext4_mark_iloc_dirty(handle_t *handle,
5092 struct inode *inode, struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005093{
5094 int err = 0;
5095
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05005096 if (test_opt(inode->i_sb, I_VERSION))
5097 inode_inc_iversion(inode);
5098
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005099 /* the do_update_inode consumes one bh->b_count */
5100 get_bh(iloc->bh);
5101
Mingming Caodab291a2006-10-11 01:21:01 -07005102 /* ext4_do_update_inode() does jbd2_journal_dirty_metadata */
Mingming Cao617ba132006-10-11 01:20:53 -07005103 err = ext4_do_update_inode(handle, inode, iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005104 put_bh(iloc->bh);
5105 return err;
5106}
5107
5108/*
5109 * On success, We end up with an outstanding reference count against
5110 * iloc->bh. This _must_ be cleaned up later.
5111 */
5112
5113int
Mingming Cao617ba132006-10-11 01:20:53 -07005114ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
5115 struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005116{
Frank Mayhar03901312009-01-07 00:06:22 -05005117 int err;
5118
5119 err = ext4_get_inode_loc(inode, iloc);
5120 if (!err) {
5121 BUFFER_TRACE(iloc->bh, "get_write_access");
5122 err = ext4_journal_get_write_access(handle, iloc->bh);
5123 if (err) {
5124 brelse(iloc->bh);
5125 iloc->bh = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005126 }
5127 }
Mingming Cao617ba132006-10-11 01:20:53 -07005128 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005129 return err;
5130}
5131
5132/*
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005133 * Expand an inode by new_extra_isize bytes.
5134 * Returns 0 on success or negative error number on failure.
5135 */
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05005136static int ext4_expand_extra_isize(struct inode *inode,
5137 unsigned int new_extra_isize,
5138 struct ext4_iloc iloc,
5139 handle_t *handle)
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005140{
5141 struct ext4_inode *raw_inode;
5142 struct ext4_xattr_ibody_header *header;
5143 struct ext4_xattr_entry *entry;
5144
5145 if (EXT4_I(inode)->i_extra_isize >= new_extra_isize)
5146 return 0;
5147
5148 raw_inode = ext4_raw_inode(&iloc);
5149
5150 header = IHDR(inode, raw_inode);
5151 entry = IFIRST(header);
5152
5153 /* No extended attributes present */
5154 if (!(EXT4_I(inode)->i_state & EXT4_STATE_XATTR) ||
5155 header->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC)) {
5156 memset((void *)raw_inode + EXT4_GOOD_OLD_INODE_SIZE, 0,
5157 new_extra_isize);
5158 EXT4_I(inode)->i_extra_isize = new_extra_isize;
5159 return 0;
5160 }
5161
5162 /* try to expand with EAs present */
5163 return ext4_expand_extra_isize_ea(inode, new_extra_isize,
5164 raw_inode, handle);
5165}
5166
5167/*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005168 * What we do here is to mark the in-core inode as clean with respect to inode
5169 * dirtiness (it may still be data-dirty).
5170 * This means that the in-core inode may be reaped by prune_icache
5171 * without having to perform any I/O. This is a very good thing,
5172 * because *any* task may call prune_icache - even ones which
5173 * have a transaction open against a different journal.
5174 *
5175 * Is this cheating? Not really. Sure, we haven't written the
5176 * inode out, but prune_icache isn't a user-visible syncing function.
5177 * Whenever the user wants stuff synced (sys_sync, sys_msync, sys_fsync)
5178 * we start and wait on commits.
5179 *
5180 * Is this efficient/effective? Well, we're being nice to the system
5181 * by cleaning up our inodes proactively so they can be reaped
5182 * without I/O. But we are potentially leaving up to five seconds'
5183 * worth of inodes floating about which prune_icache wants us to
5184 * write out. One way to fix that would be to get prune_icache()
5185 * to do a write_super() to free up some memory. It has the desired
5186 * effect.
5187 */
Mingming Cao617ba132006-10-11 01:20:53 -07005188int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005189{
Mingming Cao617ba132006-10-11 01:20:53 -07005190 struct ext4_iloc iloc;
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005191 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
5192 static unsigned int mnt_count;
5193 int err, ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005194
5195 might_sleep();
Mingming Cao617ba132006-10-11 01:20:53 -07005196 err = ext4_reserve_inode_write(handle, inode, &iloc);
Frank Mayhar03901312009-01-07 00:06:22 -05005197 if (ext4_handle_valid(handle) &&
5198 EXT4_I(inode)->i_extra_isize < sbi->s_want_extra_isize &&
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005199 !(EXT4_I(inode)->i_state & EXT4_STATE_NO_EXPAND)) {
5200 /*
5201 * We need extra buffer credits since we may write into EA block
5202 * with this same handle. If journal_extend fails, then it will
5203 * only result in a minor loss of functionality for that inode.
5204 * If this is felt to be critical, then e2fsck should be run to
5205 * force a large enough s_min_extra_isize.
5206 */
5207 if ((jbd2_journal_extend(handle,
5208 EXT4_DATA_TRANS_BLOCKS(inode->i_sb))) == 0) {
5209 ret = ext4_expand_extra_isize(inode,
5210 sbi->s_want_extra_isize,
5211 iloc, handle);
5212 if (ret) {
5213 EXT4_I(inode)->i_state |= EXT4_STATE_NO_EXPAND;
Aneesh Kumar K.Vc1bddad2007-10-16 18:38:25 -04005214 if (mnt_count !=
5215 le16_to_cpu(sbi->s_es->s_mnt_count)) {
Harvey Harrison46e665e2008-04-17 10:38:59 -04005216 ext4_warning(inode->i_sb, __func__,
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005217 "Unable to expand inode %lu. Delete"
5218 " some EAs or run e2fsck.",
5219 inode->i_ino);
Aneesh Kumar K.Vc1bddad2007-10-16 18:38:25 -04005220 mnt_count =
5221 le16_to_cpu(sbi->s_es->s_mnt_count);
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005222 }
5223 }
5224 }
5225 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005226 if (!err)
Mingming Cao617ba132006-10-11 01:20:53 -07005227 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005228 return err;
5229}
5230
5231/*
Mingming Cao617ba132006-10-11 01:20:53 -07005232 * ext4_dirty_inode() is called from __mark_inode_dirty()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005233 *
5234 * We're really interested in the case where a file is being extended.
5235 * i_size has been changed by generic_commit_write() and we thus need
5236 * to include the updated inode in the current transaction.
5237 *
Jan Karaa269eb12009-01-26 17:04:39 +01005238 * Also, vfs_dq_alloc_block() will always dirty the inode when blocks
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005239 * are allocated to the file.
5240 *
5241 * If the inode is marked synchronous, we don't honour that here - doing
5242 * so would cause a commit on atime updates, which we don't bother doing.
5243 * We handle synchronous inodes at the highest possible level.
5244 */
Mingming Cao617ba132006-10-11 01:20:53 -07005245void ext4_dirty_inode(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005246{
Mingming Cao617ba132006-10-11 01:20:53 -07005247 handle_t *current_handle = ext4_journal_current_handle();
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005248 handle_t *handle;
5249
Frank Mayhar03901312009-01-07 00:06:22 -05005250 if (!ext4_handle_valid(current_handle)) {
5251 ext4_mark_inode_dirty(current_handle, inode);
5252 return;
5253 }
5254
Mingming Cao617ba132006-10-11 01:20:53 -07005255 handle = ext4_journal_start(inode, 2);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005256 if (IS_ERR(handle))
5257 goto out;
5258 if (current_handle &&
5259 current_handle->h_transaction != handle->h_transaction) {
5260 /* This task has a transaction open against a different fs */
5261 printk(KERN_EMERG "%s: transactions do not match!\n",
Harvey Harrison46e665e2008-04-17 10:38:59 -04005262 __func__);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005263 } else {
5264 jbd_debug(5, "marking dirty. outer handle=%p\n",
5265 current_handle);
Mingming Cao617ba132006-10-11 01:20:53 -07005266 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005267 }
Mingming Cao617ba132006-10-11 01:20:53 -07005268 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005269out:
5270 return;
5271}
5272
5273#if 0
5274/*
5275 * Bind an inode's backing buffer_head into this transaction, to prevent
5276 * it from being flushed to disk early. Unlike
Mingming Cao617ba132006-10-11 01:20:53 -07005277 * ext4_reserve_inode_write, this leaves behind no bh reference and
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005278 * returns no iloc structure, so the caller needs to repeat the iloc
5279 * lookup to mark the inode dirty later.
5280 */
Mingming Cao617ba132006-10-11 01:20:53 -07005281static int ext4_pin_inode(handle_t *handle, struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005282{
Mingming Cao617ba132006-10-11 01:20:53 -07005283 struct ext4_iloc iloc;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005284
5285 int err = 0;
5286 if (handle) {
Mingming Cao617ba132006-10-11 01:20:53 -07005287 err = ext4_get_inode_loc(inode, &iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005288 if (!err) {
5289 BUFFER_TRACE(iloc.bh, "get_write_access");
Mingming Caodab291a2006-10-11 01:21:01 -07005290 err = jbd2_journal_get_write_access(handle, iloc.bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005291 if (!err)
Frank Mayhar03901312009-01-07 00:06:22 -05005292 err = ext4_handle_dirty_metadata(handle,
5293 inode,
5294 iloc.bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005295 brelse(iloc.bh);
5296 }
5297 }
Mingming Cao617ba132006-10-11 01:20:53 -07005298 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005299 return err;
5300}
5301#endif
5302
Mingming Cao617ba132006-10-11 01:20:53 -07005303int ext4_change_inode_journal_flag(struct inode *inode, int val)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005304{
5305 journal_t *journal;
5306 handle_t *handle;
5307 int err;
5308
5309 /*
5310 * We have to be very careful here: changing a data block's
5311 * journaling status dynamically is dangerous. If we write a
5312 * data block to the journal, change the status and then delete
5313 * that block, we risk forgetting to revoke the old log record
5314 * from the journal and so a subsequent replay can corrupt data.
5315 * So, first we make sure that the journal is empty and that
5316 * nobody is changing anything.
5317 */
5318
Mingming Cao617ba132006-10-11 01:20:53 -07005319 journal = EXT4_JOURNAL(inode);
Frank Mayhar03901312009-01-07 00:06:22 -05005320 if (!journal)
5321 return 0;
Dave Hansend6995942007-07-18 08:33:51 -04005322 if (is_journal_aborted(journal))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005323 return -EROFS;
5324
Mingming Caodab291a2006-10-11 01:21:01 -07005325 jbd2_journal_lock_updates(journal);
5326 jbd2_journal_flush(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005327
5328 /*
5329 * OK, there are no updates running now, and all cached data is
5330 * synced to disk. We are now in a completely consistent state
5331 * which doesn't have anything in the journal, and we know that
5332 * no filesystem updates are running, so it is safe to modify
5333 * the inode's in-core data-journaling state flag now.
5334 */
5335
5336 if (val)
Mingming Cao617ba132006-10-11 01:20:53 -07005337 EXT4_I(inode)->i_flags |= EXT4_JOURNAL_DATA_FL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005338 else
Mingming Cao617ba132006-10-11 01:20:53 -07005339 EXT4_I(inode)->i_flags &= ~EXT4_JOURNAL_DATA_FL;
5340 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005341
Mingming Caodab291a2006-10-11 01:21:01 -07005342 jbd2_journal_unlock_updates(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005343
5344 /* Finally we can mark the inode as dirty. */
5345
Mingming Cao617ba132006-10-11 01:20:53 -07005346 handle = ext4_journal_start(inode, 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005347 if (IS_ERR(handle))
5348 return PTR_ERR(handle);
5349
Mingming Cao617ba132006-10-11 01:20:53 -07005350 err = ext4_mark_inode_dirty(handle, inode);
Frank Mayhar03901312009-01-07 00:06:22 -05005351 ext4_handle_sync(handle);
Mingming Cao617ba132006-10-11 01:20:53 -07005352 ext4_journal_stop(handle);
5353 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005354
5355 return err;
5356}
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005357
5358static int ext4_bh_unmapped(handle_t *handle, struct buffer_head *bh)
5359{
5360 return !buffer_mapped(bh);
5361}
5362
Nick Pigginc2ec1752009-03-31 15:23:21 -07005363int ext4_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005364{
Nick Pigginc2ec1752009-03-31 15:23:21 -07005365 struct page *page = vmf->page;
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005366 loff_t size;
5367 unsigned long len;
5368 int ret = -EINVAL;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005369 void *fsdata;
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005370 struct file *file = vma->vm_file;
5371 struct inode *inode = file->f_path.dentry->d_inode;
5372 struct address_space *mapping = inode->i_mapping;
5373
5374 /*
5375 * Get i_alloc_sem to stop truncates messing with the inode. We cannot
5376 * get i_mutex because we are already holding mmap_sem.
5377 */
5378 down_read(&inode->i_alloc_sem);
5379 size = i_size_read(inode);
5380 if (page->mapping != mapping || size <= page_offset(page)
5381 || !PageUptodate(page)) {
5382 /* page got truncated from under us? */
5383 goto out_unlock;
5384 }
5385 ret = 0;
5386 if (PageMappedToDisk(page))
5387 goto out_unlock;
5388
5389 if (page->index == size >> PAGE_CACHE_SHIFT)
5390 len = size & ~PAGE_CACHE_MASK;
5391 else
5392 len = PAGE_CACHE_SIZE;
5393
5394 if (page_has_buffers(page)) {
5395 /* return if we have all the buffers mapped */
5396 if (!walk_page_buffers(NULL, page_buffers(page), 0, len, NULL,
5397 ext4_bh_unmapped))
5398 goto out_unlock;
5399 }
5400 /*
5401 * OK, we need to fill the hole... Do write_begin write_end
5402 * to do block allocation/reservation.We are not holding
5403 * inode.i__mutex here. That allow * parallel write_begin,
5404 * write_end call. lock_page prevent this from happening
5405 * on the same page though
5406 */
5407 ret = mapping->a_ops->write_begin(file, mapping, page_offset(page),
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005408 len, AOP_FLAG_UNINTERRUPTIBLE, &page, &fsdata);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005409 if (ret < 0)
5410 goto out_unlock;
5411 ret = mapping->a_ops->write_end(file, mapping, page_offset(page),
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005412 len, len, page, fsdata);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005413 if (ret < 0)
5414 goto out_unlock;
5415 ret = 0;
5416out_unlock:
Nick Pigginc2ec1752009-03-31 15:23:21 -07005417 if (ret)
5418 ret = VM_FAULT_SIGBUS;
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005419 up_read(&inode->i_alloc_sem);
5420 return ret;
5421}