blob: d1ec698a91d1a801dcd6014c973dc5586b6185f6 [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>
Mingming Cao4c0425f2009-09-28 15:48:41 -040040#include <linux/workqueue.h>
Theodore Ts'o9bffad12009-06-17 11:48:11 -040041
Christoph Hellwig3dcf5452008-04-29 18:13:32 -040042#include "ext4_jbd2.h"
Dave Kleikampac27a0e2006-10-11 01:20:50 -070043#include "xattr.h"
44#include "acl.h"
Mingming Caod2a17632008-07-14 17:52:37 -040045#include "ext4_extents.h"
Dave Kleikampac27a0e2006-10-11 01:20:50 -070046
Theodore Ts'o9bffad12009-06-17 11:48:11 -040047#include <trace/events/ext4.h>
48
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -040049#define MPAGE_DA_EXTENT_TAIL 0x01
50
Jan Kara678aaf42008-07-11 19:27:31 -040051static inline int ext4_begin_ordered_truncate(struct inode *inode,
52 loff_t new_size)
53{
Jan Kara7f5aa212009-02-10 11:15:34 -050054 return jbd2_journal_begin_ordered_truncate(
55 EXT4_SB(inode->i_sb)->s_journal,
56 &EXT4_I(inode)->jinode,
57 new_size);
Jan Kara678aaf42008-07-11 19:27:31 -040058}
59
Alex Tomas64769242008-07-11 19:27:31 -040060static void ext4_invalidatepage(struct page *page, unsigned long offset);
61
Dave Kleikampac27a0e2006-10-11 01:20:50 -070062/*
63 * Test whether an inode is a fast symlink.
64 */
Mingming Cao617ba132006-10-11 01:20:53 -070065static int ext4_inode_is_fast_symlink(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -070066{
Mingming Cao617ba132006-10-11 01:20:53 -070067 int ea_blocks = EXT4_I(inode)->i_file_acl ?
Dave Kleikampac27a0e2006-10-11 01:20:50 -070068 (inode->i_sb->s_blocksize >> 9) : 0;
69
70 return (S_ISLNK(inode->i_mode) && inode->i_blocks - ea_blocks == 0);
71}
72
73/*
Mingming Cao617ba132006-10-11 01:20:53 -070074 * The ext4 forget function must perform a revoke if we are freeing data
Dave Kleikampac27a0e2006-10-11 01:20:50 -070075 * which has been journaled. Metadata (eg. indirect blocks) must be
76 * revoked in all cases.
77 *
78 * "bh" may be NULL: a metadata block may have been freed from memory
79 * but there may still be a record of it in the journal, and that record
80 * still needs to be revoked.
Frank Mayhar03901312009-01-07 00:06:22 -050081 *
Curt Wohlgemuthe6b5d302009-07-13 09:07:20 -040082 * If the handle isn't valid we're not journaling, but we still need to
83 * call into ext4_journal_revoke() to put the buffer head.
Dave Kleikampac27a0e2006-10-11 01:20:50 -070084 */
Mingming Cao617ba132006-10-11 01:20:53 -070085int ext4_forget(handle_t *handle, int is_metadata, struct inode *inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -040086 struct buffer_head *bh, ext4_fsblk_t blocknr)
Dave Kleikampac27a0e2006-10-11 01:20:50 -070087{
88 int err;
89
90 might_sleep();
91
92 BUFFER_TRACE(bh, "enter");
93
94 jbd_debug(4, "forgetting bh %p: is_metadata = %d, mode %o, "
Theodore Ts'o7f4520c2009-06-13 10:09:41 -040095 "data mode %x\n",
Dave Kleikampac27a0e2006-10-11 01:20:50 -070096 bh, is_metadata, inode->i_mode,
97 test_opt(inode->i_sb, DATA_FLAGS));
98
99 /* Never use the revoke function if we are doing full data
100 * journaling: there is no need to, and a V1 superblock won't
101 * support it. Otherwise, only skip the revoke on un-journaled
102 * data blocks. */
103
Mingming Cao617ba132006-10-11 01:20:53 -0700104 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA ||
105 (!is_metadata && !ext4_should_journal_data(inode))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700106 if (bh) {
Mingming Caodab291a2006-10-11 01:21:01 -0700107 BUFFER_TRACE(bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700108 return ext4_journal_forget(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700109 }
110 return 0;
111 }
112
113 /*
114 * data!=journal && (is_metadata || should_journal_data(inode))
115 */
Mingming Cao617ba132006-10-11 01:20:53 -0700116 BUFFER_TRACE(bh, "call ext4_journal_revoke");
117 err = ext4_journal_revoke(handle, blocknr, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700118 if (err)
Harvey Harrison46e665e2008-04-17 10:38:59 -0400119 ext4_abort(inode->i_sb, __func__,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700120 "error %d when attempting revoke", err);
121 BUFFER_TRACE(bh, "exit");
122 return err;
123}
124
125/*
126 * Work out how many blocks we need to proceed with the next chunk of a
127 * truncate transaction.
128 */
129static unsigned long blocks_for_truncate(struct inode *inode)
130{
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500131 ext4_lblk_t needed;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700132
133 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9);
134
135 /* Give ourselves just enough room to cope with inodes in which
136 * i_blocks is corrupt: we've seen disk corruptions in the past
137 * which resulted in random data in an inode which looked enough
Mingming Cao617ba132006-10-11 01:20:53 -0700138 * like a regular file for ext4 to try to delete it. Things
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700139 * will go a bit crazy if that happens, but at least we should
140 * try not to panic the whole kernel. */
141 if (needed < 2)
142 needed = 2;
143
144 /* But we need to bound the transaction so we don't overflow the
145 * journal. */
Mingming Cao617ba132006-10-11 01:20:53 -0700146 if (needed > EXT4_MAX_TRANS_DATA)
147 needed = EXT4_MAX_TRANS_DATA;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700148
Mingming Cao617ba132006-10-11 01:20:53 -0700149 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700150}
151
152/*
153 * Truncate transactions can be complex and absolutely huge. So we need to
154 * be able to restart the transaction at a conventient checkpoint to make
155 * sure we don't overflow the journal.
156 *
157 * start_transaction gets us a new handle for a truncate transaction,
158 * and extend_transaction tries to extend the existing one a bit. If
159 * extend fails, we need to propagate the failure up and restart the
160 * transaction in the top-level truncate loop. --sct
161 */
162static handle_t *start_transaction(struct inode *inode)
163{
164 handle_t *result;
165
Mingming Cao617ba132006-10-11 01:20:53 -0700166 result = ext4_journal_start(inode, blocks_for_truncate(inode));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700167 if (!IS_ERR(result))
168 return result;
169
Mingming Cao617ba132006-10-11 01:20:53 -0700170 ext4_std_error(inode->i_sb, PTR_ERR(result));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700171 return result;
172}
173
174/*
175 * Try to extend this transaction for the purposes of truncation.
176 *
177 * Returns 0 if we managed to create more room. If we can't create more
178 * room, and the transaction must be restarted we return 1.
179 */
180static int try_to_extend_transaction(handle_t *handle, struct inode *inode)
181{
Frank Mayhar03901312009-01-07 00:06:22 -0500182 if (!ext4_handle_valid(handle))
183 return 0;
184 if (ext4_handle_has_enough_credits(handle, EXT4_RESERVE_TRANS_BLOCKS+1))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700185 return 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700186 if (!ext4_journal_extend(handle, blocks_for_truncate(inode)))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700187 return 0;
188 return 1;
189}
190
191/*
192 * Restart the transaction associated with *handle. This does a commit,
193 * so before we call here everything must be consistently dirtied against
194 * this transaction.
195 */
Aneesh Kumar K.Vfa5d1112009-11-02 18:50:49 -0500196int ext4_truncate_restart_trans(handle_t *handle, struct inode *inode,
Jan Kara487caee2009-08-17 22:17:20 -0400197 int nblocks)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700198{
Jan Kara487caee2009-08-17 22:17:20 -0400199 int ret;
200
201 /*
202 * Drop i_data_sem to avoid deadlock with ext4_get_blocks At this
203 * moment, get_block can be called only for blocks inside i_size since
204 * page cache has been already dropped and writes are blocked by
205 * i_mutex. So we can safely drop the i_data_sem here.
206 */
Frank Mayhar03901312009-01-07 00:06:22 -0500207 BUG_ON(EXT4_JOURNAL(inode) == NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700208 jbd_debug(2, "restarting handle %p\n", handle);
Jan Kara487caee2009-08-17 22:17:20 -0400209 up_write(&EXT4_I(inode)->i_data_sem);
210 ret = ext4_journal_restart(handle, blocks_for_truncate(inode));
211 down_write(&EXT4_I(inode)->i_data_sem);
Aneesh Kumar K.Vfa5d1112009-11-02 18:50:49 -0500212 ext4_discard_preallocations(inode);
Jan Kara487caee2009-08-17 22:17:20 -0400213
214 return ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700215}
216
217/*
218 * Called at the last iput() if i_nlink is zero.
219 */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400220void ext4_delete_inode(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700221{
222 handle_t *handle;
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400223 int err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700224
Jan Kara678aaf42008-07-11 19:27:31 -0400225 if (ext4_should_order_data(inode))
226 ext4_begin_ordered_truncate(inode, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700227 truncate_inode_pages(&inode->i_data, 0);
228
229 if (is_bad_inode(inode))
230 goto no_delete;
231
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400232 handle = ext4_journal_start(inode, blocks_for_truncate(inode)+3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700233 if (IS_ERR(handle)) {
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400234 ext4_std_error(inode->i_sb, PTR_ERR(handle));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700235 /*
236 * If we're going to skip the normal cleanup, we still need to
237 * make sure that the in-core orphan linked list is properly
238 * cleaned up.
239 */
Mingming Cao617ba132006-10-11 01:20:53 -0700240 ext4_orphan_del(NULL, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700241 goto no_delete;
242 }
243
244 if (IS_SYNC(inode))
Frank Mayhar03901312009-01-07 00:06:22 -0500245 ext4_handle_sync(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700246 inode->i_size = 0;
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400247 err = ext4_mark_inode_dirty(handle, inode);
248 if (err) {
249 ext4_warning(inode->i_sb, __func__,
250 "couldn't mark inode dirty (err %d)", err);
251 goto stop_handle;
252 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700253 if (inode->i_blocks)
Mingming Cao617ba132006-10-11 01:20:53 -0700254 ext4_truncate(inode);
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400255
256 /*
257 * ext4_ext_truncate() doesn't reserve any slop when it
258 * restarts journal transactions; therefore there may not be
259 * enough credits left in the handle to remove the inode from
260 * the orphan list and set the dtime field.
261 */
Frank Mayhar03901312009-01-07 00:06:22 -0500262 if (!ext4_handle_has_enough_credits(handle, 3)) {
Theodore Ts'obc965ab2008-08-02 21:10:38 -0400263 err = ext4_journal_extend(handle, 3);
264 if (err > 0)
265 err = ext4_journal_restart(handle, 3);
266 if (err != 0) {
267 ext4_warning(inode->i_sb, __func__,
268 "couldn't extend journal (err %d)", err);
269 stop_handle:
270 ext4_journal_stop(handle);
271 goto no_delete;
272 }
273 }
274
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700275 /*
Mingming Cao617ba132006-10-11 01:20:53 -0700276 * Kill off the orphan record which ext4_truncate created.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700277 * AKPM: I think this can be inside the above `if'.
Mingming Cao617ba132006-10-11 01:20:53 -0700278 * Note that ext4_orphan_del() has to be able to cope with the
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700279 * deletion of a non-existent orphan - this is because we don't
Mingming Cao617ba132006-10-11 01:20:53 -0700280 * know if ext4_truncate() actually created an orphan record.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700281 * (Well, we could do this if we need to, but heck - it works)
282 */
Mingming Cao617ba132006-10-11 01:20:53 -0700283 ext4_orphan_del(handle, inode);
284 EXT4_I(inode)->i_dtime = get_seconds();
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700285
286 /*
287 * One subtle ordering requirement: if anything has gone wrong
288 * (transaction abort, IO errors, whatever), then we can still
289 * do these next steps (the fs will already have been marked as
290 * having errors), but we can't free the inode if the mark_dirty
291 * fails.
292 */
Mingming Cao617ba132006-10-11 01:20:53 -0700293 if (ext4_mark_inode_dirty(handle, inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700294 /* If that failed, just do the required in-core inode clear. */
295 clear_inode(inode);
296 else
Mingming Cao617ba132006-10-11 01:20:53 -0700297 ext4_free_inode(handle, inode);
298 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700299 return;
300no_delete:
301 clear_inode(inode); /* We must guarantee clearing of inode... */
302}
303
304typedef struct {
305 __le32 *p;
306 __le32 key;
307 struct buffer_head *bh;
308} Indirect;
309
310static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v)
311{
312 p->key = *(p->p = v);
313 p->bh = bh;
314}
315
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700316/**
Mingming Cao617ba132006-10-11 01:20:53 -0700317 * ext4_block_to_path - parse the block number into array of offsets
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700318 * @inode: inode in question (we are only interested in its superblock)
319 * @i_block: block number to be parsed
320 * @offsets: array to store the offsets in
Dave Kleikamp8c55e202007-05-24 13:04:54 -0400321 * @boundary: set this non-zero if the referred-to block is likely to be
322 * followed (on disk) by an indirect block.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700323 *
Mingming Cao617ba132006-10-11 01:20:53 -0700324 * To store the locations of file's data ext4 uses a data structure common
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700325 * for UNIX filesystems - tree of pointers anchored in the inode, with
326 * data blocks at leaves and indirect blocks in intermediate nodes.
327 * This function translates the block number into path in that tree -
328 * return value is the path length and @offsets[n] is the offset of
329 * pointer to (n+1)th node in the nth one. If @block is out of range
330 * (negative or too large) warning is printed and zero returned.
331 *
332 * Note: function doesn't find node addresses, so no IO is needed. All
333 * we need to know is the capacity of indirect blocks (taken from the
334 * inode->i_sb).
335 */
336
337/*
338 * Portability note: the last comparison (check that we fit into triple
339 * indirect block) is spelled differently, because otherwise on an
340 * architecture with 32-bit longs and 8Kb pages we might get into trouble
341 * if our filesystem had 8Kb blocks. We might use long long, but that would
342 * kill us on x86. Oh, well, at least the sign propagation does not matter -
343 * i_block would have to be negative in the very beginning, so we would not
344 * get there at all.
345 */
346
Mingming Cao617ba132006-10-11 01:20:53 -0700347static int ext4_block_to_path(struct inode *inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400348 ext4_lblk_t i_block,
349 ext4_lblk_t offsets[4], int *boundary)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700350{
Mingming Cao617ba132006-10-11 01:20:53 -0700351 int ptrs = EXT4_ADDR_PER_BLOCK(inode->i_sb);
352 int ptrs_bits = EXT4_ADDR_PER_BLOCK_BITS(inode->i_sb);
353 const long direct_blocks = EXT4_NDIR_BLOCKS,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700354 indirect_blocks = ptrs,
355 double_blocks = (1 << (ptrs_bits * 2));
356 int n = 0;
357 int final = 0;
358
Roel Kluinc333e072009-08-10 22:47:22 -0400359 if (i_block < direct_blocks) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700360 offsets[n++] = i_block;
361 final = direct_blocks;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400362 } else if ((i_block -= direct_blocks) < indirect_blocks) {
Mingming Cao617ba132006-10-11 01:20:53 -0700363 offsets[n++] = EXT4_IND_BLOCK;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700364 offsets[n++] = i_block;
365 final = ptrs;
366 } else if ((i_block -= indirect_blocks) < double_blocks) {
Mingming Cao617ba132006-10-11 01:20:53 -0700367 offsets[n++] = EXT4_DIND_BLOCK;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700368 offsets[n++] = i_block >> ptrs_bits;
369 offsets[n++] = i_block & (ptrs - 1);
370 final = ptrs;
371 } else if (((i_block -= double_blocks) >> (ptrs_bits * 2)) < ptrs) {
Mingming Cao617ba132006-10-11 01:20:53 -0700372 offsets[n++] = EXT4_TIND_BLOCK;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700373 offsets[n++] = i_block >> (ptrs_bits * 2);
374 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1);
375 offsets[n++] = i_block & (ptrs - 1);
376 final = ptrs;
377 } else {
Eric Sandeene2b46572008-01-28 23:58:27 -0500378 ext4_warning(inode->i_sb, "ext4_block_to_path",
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400379 "block %lu > max in inode %lu",
380 i_block + direct_blocks +
381 indirect_blocks + double_blocks, inode->i_ino);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700382 }
383 if (boundary)
384 *boundary = final - 1 - (i_block & (ptrs - 1));
385 return n;
386}
387
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400388static int __ext4_check_blockref(const char *function, struct inode *inode,
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400389 __le32 *p, unsigned int max)
390{
Thiemo Nagelf73953c2009-04-07 18:46:47 -0400391 __le32 *bref = p;
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400392 unsigned int blk;
393
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400394 while (bref < p+max) {
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400395 blk = le32_to_cpu(*bref++);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400396 if (blk &&
397 unlikely(!ext4_data_block_valid(EXT4_SB(inode->i_sb),
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400398 blk, 1))) {
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400399 ext4_error(inode->i_sb, function,
Theodore Ts'o6fd058f2009-05-17 15:38:01 -0400400 "invalid block reference %u "
401 "in inode #%lu", blk, inode->i_ino);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400402 return -EIO;
403 }
404 }
405 return 0;
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400406}
407
408
409#define ext4_check_indirect_blockref(inode, bh) \
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400410 __ext4_check_blockref(__func__, inode, (__le32 *)(bh)->b_data, \
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400411 EXT4_ADDR_PER_BLOCK((inode)->i_sb))
412
413#define ext4_check_inode_blockref(inode) \
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400414 __ext4_check_blockref(__func__, inode, EXT4_I(inode)->i_data, \
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400415 EXT4_NDIR_BLOCKS)
416
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700417/**
Mingming Cao617ba132006-10-11 01:20:53 -0700418 * ext4_get_branch - read the chain of indirect blocks leading to data
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700419 * @inode: inode in question
420 * @depth: depth of the chain (1 - direct pointer, etc.)
421 * @offsets: offsets of pointers in inode/indirect blocks
422 * @chain: place to store the result
423 * @err: here we store the error value
424 *
425 * Function fills the array of triples <key, p, bh> and returns %NULL
426 * if everything went OK or the pointer to the last filled triple
427 * (incomplete one) otherwise. Upon the return chain[i].key contains
428 * the number of (i+1)-th block in the chain (as it is stored in memory,
429 * i.e. little-endian 32-bit), chain[i].p contains the address of that
430 * number (it points into struct inode for i==0 and into the bh->b_data
431 * for i>0) and chain[i].bh points to the buffer_head of i-th indirect
432 * block for i>0 and NULL for i==0. In other words, it holds the block
433 * numbers of the chain, addresses they were taken from (and where we can
434 * verify that chain did not change) and buffer_heads hosting these
435 * numbers.
436 *
437 * Function stops when it stumbles upon zero pointer (absent block)
438 * (pointer to last triple returned, *@err == 0)
439 * or when it gets an IO error reading an indirect block
440 * (ditto, *@err == -EIO)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700441 * or when it reads all @depth-1 indirect blocks successfully and finds
442 * the whole chain, all way to the data (returns %NULL, *err == 0).
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500443 *
444 * Need to be called with
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -0500445 * down_read(&EXT4_I(inode)->i_data_sem)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700446 */
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500447static Indirect *ext4_get_branch(struct inode *inode, int depth,
448 ext4_lblk_t *offsets,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700449 Indirect chain[4], int *err)
450{
451 struct super_block *sb = inode->i_sb;
452 Indirect *p = chain;
453 struct buffer_head *bh;
454
455 *err = 0;
456 /* i_data is not going away, no lock needed */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400457 add_chain(chain, NULL, EXT4_I(inode)->i_data + *offsets);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700458 if (!p->key)
459 goto no_block;
460 while (--depth) {
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400461 bh = sb_getblk(sb, le32_to_cpu(p->key));
462 if (unlikely(!bh))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700463 goto failure;
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400464
Thiemo Nagelfe2c8192009-03-31 08:36:10 -0400465 if (!bh_uptodate_or_lock(bh)) {
466 if (bh_submit_read(bh) < 0) {
467 put_bh(bh);
468 goto failure;
469 }
470 /* validate block references */
471 if (ext4_check_indirect_blockref(inode, bh)) {
472 put_bh(bh);
473 goto failure;
474 }
475 }
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400476
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400477 add_chain(++p, bh, (__le32 *)bh->b_data + *++offsets);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700478 /* Reader: end */
479 if (!p->key)
480 goto no_block;
481 }
482 return NULL;
483
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700484failure:
485 *err = -EIO;
486no_block:
487 return p;
488}
489
490/**
Mingming Cao617ba132006-10-11 01:20:53 -0700491 * ext4_find_near - find a place for allocation with sufficient locality
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700492 * @inode: owner
493 * @ind: descriptor of indirect block.
494 *
Benoit Boissinot1cc8dcf52008-04-21 22:45:55 +0000495 * This function returns the preferred place for block allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700496 * It is used when heuristic for sequential allocation fails.
497 * Rules are:
498 * + if there is a block to the left of our position - allocate near it.
499 * + if pointer will live in indirect block - allocate near that block.
500 * + if pointer will live in inode - allocate in the same
501 * cylinder group.
502 *
503 * In the latter case we colour the starting block by the callers PID to
504 * prevent it from clashing with concurrent allocations for a different inode
505 * in the same block group. The PID is used here so that functionally related
506 * files will be close-by on-disk.
507 *
508 * Caller must make sure that @ind is valid and will stay that way.
509 */
Mingming Cao617ba132006-10-11 01:20:53 -0700510static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700511{
Mingming Cao617ba132006-10-11 01:20:53 -0700512 struct ext4_inode_info *ei = EXT4_I(inode);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400513 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700514 __le32 *p;
Mingming Cao617ba132006-10-11 01:20:53 -0700515 ext4_fsblk_t bg_start;
Valerie Clement74d34872008-02-15 13:43:07 -0500516 ext4_fsblk_t last_block;
Mingming Cao617ba132006-10-11 01:20:53 -0700517 ext4_grpblk_t colour;
Theodore Ts'oa4912122009-03-12 12:18:34 -0400518 ext4_group_t block_group;
519 int flex_size = ext4_flex_bg_size(EXT4_SB(inode->i_sb));
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700520
521 /* Try to find previous block */
522 for (p = ind->p - 1; p >= start; p--) {
523 if (*p)
524 return le32_to_cpu(*p);
525 }
526
527 /* No such thing, so let's try location of indirect block */
528 if (ind->bh)
529 return ind->bh->b_blocknr;
530
531 /*
532 * It is going to be referred to from the inode itself? OK, just put it
533 * into the same cylinder group then.
534 */
Theodore Ts'oa4912122009-03-12 12:18:34 -0400535 block_group = ei->i_block_group;
536 if (flex_size >= EXT4_FLEX_SIZE_DIR_ALLOC_SCHEME) {
537 block_group &= ~(flex_size-1);
538 if (S_ISREG(inode->i_mode))
539 block_group++;
540 }
541 bg_start = ext4_group_first_block_no(inode->i_sb, block_group);
Valerie Clement74d34872008-02-15 13:43:07 -0500542 last_block = ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es) - 1;
543
Theodore Ts'oa4912122009-03-12 12:18:34 -0400544 /*
545 * If we are doing delayed allocation, we don't need take
546 * colour into account.
547 */
548 if (test_opt(inode->i_sb, DELALLOC))
549 return bg_start;
550
Valerie Clement74d34872008-02-15 13:43:07 -0500551 if (bg_start + EXT4_BLOCKS_PER_GROUP(inode->i_sb) <= last_block)
552 colour = (current->pid % 16) *
Mingming Cao617ba132006-10-11 01:20:53 -0700553 (EXT4_BLOCKS_PER_GROUP(inode->i_sb) / 16);
Valerie Clement74d34872008-02-15 13:43:07 -0500554 else
555 colour = (current->pid % 16) * ((last_block - bg_start) / 16);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700556 return bg_start + colour;
557}
558
559/**
Benoit Boissinot1cc8dcf52008-04-21 22:45:55 +0000560 * ext4_find_goal - find a preferred place for allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700561 * @inode: owner
562 * @block: block we want
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700563 * @partial: pointer to the last triple within a chain
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700564 *
Benoit Boissinot1cc8dcf52008-04-21 22:45:55 +0000565 * Normally this function find the preferred place for block allocation,
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800566 * returns it.
Eric Sandeenfb0a3872009-09-16 14:45:10 -0400567 * Because this is only used for non-extent files, we limit the block nr
568 * to 32 bits.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700569 */
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500570static ext4_fsblk_t ext4_find_goal(struct inode *inode, ext4_lblk_t block,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400571 Indirect *partial)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700572{
Eric Sandeenfb0a3872009-09-16 14:45:10 -0400573 ext4_fsblk_t goal;
574
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700575 /*
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -0400576 * XXX need to get goal block from mballoc's data structures
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700577 */
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700578
Eric Sandeenfb0a3872009-09-16 14:45:10 -0400579 goal = ext4_find_near(inode, partial);
580 goal = goal & EXT4_MAX_BLOCK_FILE_PHYS;
581 return goal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700582}
583
584/**
Mingming Cao617ba132006-10-11 01:20:53 -0700585 * ext4_blks_to_allocate: Look up the block map and count the number
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700586 * of direct blocks need to be allocated for the given branch.
587 *
588 * @branch: chain of indirect blocks
589 * @k: number of blocks need for indirect blocks
590 * @blks: number of data blocks to be mapped.
591 * @blocks_to_boundary: the offset in the indirect block
592 *
593 * return the total number of blocks to be allocate, including the
594 * direct and indirect blocks.
595 */
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500596static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400597 int blocks_to_boundary)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700598{
Theodore Ts'o498e5f22008-11-05 00:14:04 -0500599 unsigned int count = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700600
601 /*
602 * Simple case, [t,d]Indirect block(s) has not allocated yet
603 * then it's clear blocks on that path have not allocated
604 */
605 if (k > 0) {
606 /* right now we don't handle cross boundary allocation */
607 if (blks < blocks_to_boundary + 1)
608 count += blks;
609 else
610 count += blocks_to_boundary + 1;
611 return count;
612 }
613
614 count++;
615 while (count < blks && count <= blocks_to_boundary &&
616 le32_to_cpu(*(branch[0].p + count)) == 0) {
617 count++;
618 }
619 return count;
620}
621
622/**
Mingming Cao617ba132006-10-11 01:20:53 -0700623 * ext4_alloc_blocks: multiple allocate blocks needed for a branch
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700624 * @indirect_blks: the number of blocks need to allocate for indirect
625 * blocks
626 *
627 * @new_blocks: on return it will store the new block numbers for
628 * the indirect blocks(if needed) and the first direct block,
629 * @blks: on return it will store the total number of allocated
630 * direct blocks
631 */
Mingming Cao617ba132006-10-11 01:20:53 -0700632static int ext4_alloc_blocks(handle_t *handle, struct inode *inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400633 ext4_lblk_t iblock, ext4_fsblk_t goal,
634 int indirect_blks, int blks,
635 ext4_fsblk_t new_blocks[4], int *err)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700636{
Theodore Ts'o815a1132009-01-01 23:59:43 -0500637 struct ext4_allocation_request ar;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700638 int target, i;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400639 unsigned long count = 0, blk_allocated = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700640 int index = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700641 ext4_fsblk_t current_block = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700642 int ret = 0;
643
644 /*
645 * Here we try to allocate the requested multiple blocks at once,
646 * on a best-effort basis.
647 * To build a branch, we should allocate blocks for
648 * the indirect blocks(if not allocated yet), and at least
649 * the first direct block of this branch. That's the
650 * minimum number of blocks need to allocate(required)
651 */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400652 /* first we try to allocate the indirect blocks */
653 target = indirect_blks;
654 while (target > 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700655 count = target;
656 /* allocating blocks for indirect blocks and direct blocks */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400657 current_block = ext4_new_meta_blocks(handle, inode,
658 goal, &count, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700659 if (*err)
660 goto failed_out;
661
Eric Sandeenfb0a3872009-09-16 14:45:10 -0400662 BUG_ON(current_block + count > EXT4_MAX_BLOCK_FILE_PHYS);
663
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700664 target -= count;
665 /* allocate blocks for indirect blocks */
666 while (index < indirect_blks && count) {
667 new_blocks[index++] = current_block++;
668 count--;
669 }
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400670 if (count > 0) {
671 /*
672 * save the new block number
673 * for the first direct block
674 */
675 new_blocks[index] = current_block;
676 printk(KERN_INFO "%s returned more blocks than "
677 "requested\n", __func__);
678 WARN_ON(1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700679 break;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400680 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700681 }
682
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400683 target = blks - count ;
684 blk_allocated = count;
685 if (!target)
686 goto allocated;
687 /* Now allocate data blocks */
Theodore Ts'o815a1132009-01-01 23:59:43 -0500688 memset(&ar, 0, sizeof(ar));
689 ar.inode = inode;
690 ar.goal = goal;
691 ar.len = target;
692 ar.logical = iblock;
693 if (S_ISREG(inode->i_mode))
694 /* enable in-core preallocation only for regular files */
695 ar.flags = EXT4_MB_HINT_DATA;
696
697 current_block = ext4_mb_new_blocks(handle, &ar, err);
Eric Sandeenfb0a3872009-09-16 14:45:10 -0400698 BUG_ON(current_block + ar.len > EXT4_MAX_BLOCK_FILE_PHYS);
Theodore Ts'o815a1132009-01-01 23:59:43 -0500699
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400700 if (*err && (target == blks)) {
701 /*
702 * if the allocation failed and we didn't allocate
703 * any blocks before
704 */
705 goto failed_out;
706 }
707 if (!*err) {
708 if (target == blks) {
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400709 /*
710 * save the new block number
711 * for the first direct block
712 */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400713 new_blocks[index] = current_block;
714 }
Theodore Ts'o815a1132009-01-01 23:59:43 -0500715 blk_allocated += ar.len;
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400716 }
717allocated:
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700718 /* total number of blocks allocated for direct blocks */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400719 ret = blk_allocated;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700720 *err = 0;
721 return ret;
722failed_out:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400723 for (i = 0; i < index; i++)
Alex Tomasc9de5602008-01-29 00:19:52 -0500724 ext4_free_blocks(handle, inode, new_blocks[i], 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700725 return ret;
726}
727
728/**
Mingming Cao617ba132006-10-11 01:20:53 -0700729 * ext4_alloc_branch - allocate and set up a chain of blocks.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700730 * @inode: owner
731 * @indirect_blks: number of allocated indirect blocks
732 * @blks: number of allocated direct blocks
733 * @offsets: offsets (in the blocks) to store the pointers to next.
734 * @branch: place to store the chain in.
735 *
736 * This function allocates blocks, zeroes out all but the last one,
737 * links them into chain and (if we are synchronous) writes them to disk.
738 * In other words, it prepares a branch that can be spliced onto the
739 * inode. It stores the information about that chain in the branch[], in
Mingming Cao617ba132006-10-11 01:20:53 -0700740 * the same format as ext4_get_branch() would do. We are calling it after
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700741 * we had read the existing part of chain and partial points to the last
742 * triple of that (one with zero ->key). Upon the exit we have the same
Mingming Cao617ba132006-10-11 01:20:53 -0700743 * picture as after the successful ext4_get_block(), except that in one
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700744 * place chain is disconnected - *branch->p is still zero (we did not
745 * set the last link), but branch->key contains the number that should
746 * be placed into *branch->p to fill that gap.
747 *
748 * If allocation fails we free all blocks we've allocated (and forget
749 * their buffer_heads) and return the error value the from failed
Mingming Cao617ba132006-10-11 01:20:53 -0700750 * ext4_alloc_block() (normally -ENOSPC). Otherwise we set the chain
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700751 * as described above and return 0.
752 */
Mingming Cao617ba132006-10-11 01:20:53 -0700753static int ext4_alloc_branch(handle_t *handle, struct inode *inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400754 ext4_lblk_t iblock, int indirect_blks,
755 int *blks, ext4_fsblk_t goal,
756 ext4_lblk_t *offsets, Indirect *branch)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700757{
758 int blocksize = inode->i_sb->s_blocksize;
759 int i, n = 0;
760 int err = 0;
761 struct buffer_head *bh;
762 int num;
Mingming Cao617ba132006-10-11 01:20:53 -0700763 ext4_fsblk_t new_blocks[4];
764 ext4_fsblk_t current_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700765
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -0400766 num = ext4_alloc_blocks(handle, inode, iblock, goal, indirect_blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700767 *blks, new_blocks, &err);
768 if (err)
769 return err;
770
771 branch[0].key = cpu_to_le32(new_blocks[0]);
772 /*
773 * metadata blocks and data blocks are allocated.
774 */
775 for (n = 1; n <= indirect_blks; n++) {
776 /*
777 * Get buffer_head for parent block, zero it out
778 * and set the pointer to new one, then send
779 * parent to disk.
780 */
781 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
782 branch[n].bh = bh;
783 lock_buffer(bh);
784 BUFFER_TRACE(bh, "call get_create_access");
Mingming Cao617ba132006-10-11 01:20:53 -0700785 err = ext4_journal_get_create_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700786 if (err) {
Curt Wohlgemuth6487a9d2009-07-17 10:54:08 -0400787 /* Don't brelse(bh) here; it's done in
788 * ext4_journal_forget() below */
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700789 unlock_buffer(bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700790 goto failed;
791 }
792
793 memset(bh->b_data, 0, blocksize);
794 branch[n].p = (__le32 *) bh->b_data + offsets[n];
795 branch[n].key = cpu_to_le32(new_blocks[n]);
796 *branch[n].p = branch[n].key;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400797 if (n == indirect_blks) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700798 current_block = new_blocks[n];
799 /*
800 * End of chain, update the last new metablock of
801 * the chain to point to the new allocated
802 * data blocks numbers
803 */
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400804 for (i = 1; i < num; i++)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700805 *(branch[n].p + i) = cpu_to_le32(++current_block);
806 }
807 BUFFER_TRACE(bh, "marking uptodate");
808 set_buffer_uptodate(bh);
809 unlock_buffer(bh);
810
Frank Mayhar03901312009-01-07 00:06:22 -0500811 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
812 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700813 if (err)
814 goto failed;
815 }
816 *blks = num;
817 return err;
818failed:
819 /* Allocation failed, free what we already allocated */
820 for (i = 1; i <= n ; i++) {
Mingming Caodab291a2006-10-11 01:21:01 -0700821 BUFFER_TRACE(branch[i].bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700822 ext4_journal_forget(handle, branch[i].bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700823 }
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400824 for (i = 0; i < indirect_blks; i++)
Alex Tomasc9de5602008-01-29 00:19:52 -0500825 ext4_free_blocks(handle, inode, new_blocks[i], 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700826
Alex Tomasc9de5602008-01-29 00:19:52 -0500827 ext4_free_blocks(handle, inode, new_blocks[i], num, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700828
829 return err;
830}
831
832/**
Mingming Cao617ba132006-10-11 01:20:53 -0700833 * ext4_splice_branch - splice the allocated branch onto inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700834 * @inode: owner
835 * @block: (logical) number of block we are adding
836 * @chain: chain of indirect blocks (with a missing link - see
Mingming Cao617ba132006-10-11 01:20:53 -0700837 * ext4_alloc_branch)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700838 * @where: location of missing link
839 * @num: number of indirect blocks we are adding
840 * @blks: number of direct blocks we are adding
841 *
842 * This function fills the missing link and does all housekeeping needed in
843 * inode (->i_blocks, etc.). In case of success we end up with the full
844 * chain to new block and return 0.
845 */
Mingming Cao617ba132006-10-11 01:20:53 -0700846static int ext4_splice_branch(handle_t *handle, struct inode *inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400847 ext4_lblk_t block, Indirect *where, int num,
848 int blks)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700849{
850 int i;
851 int err = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700852 ext4_fsblk_t current_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700853
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700854 /*
855 * If we're splicing into a [td]indirect block (as opposed to the
856 * inode) then we need to get write access to the [td]indirect block
857 * before the splice.
858 */
859 if (where->bh) {
860 BUFFER_TRACE(where->bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -0700861 err = ext4_journal_get_write_access(handle, where->bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700862 if (err)
863 goto err_out;
864 }
865 /* That's it */
866
867 *where->p = where->key;
868
869 /*
870 * Update the host buffer_head or inode to point to more just allocated
871 * direct blocks blocks
872 */
873 if (num == 0 && blks > 1) {
874 current_block = le32_to_cpu(where->key) + 1;
875 for (i = 1; i < blks; i++)
Theodore Ts'oaf5bc922008-09-08 22:25:24 -0400876 *(where->p + i) = cpu_to_le32(current_block++);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700877 }
878
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700879 /* We are done with atomic stuff, now do the rest of housekeeping */
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700880 /* had we spliced it onto indirect block? */
881 if (where->bh) {
882 /*
883 * If we spliced it onto an indirect block, we haven't
884 * altered the inode. Note however that if it is being spliced
885 * onto an indirect block at the very end of the file (the
886 * file is growing) then we *will* alter the inode to reflect
887 * the new i_size. But that is not done here - it is done in
Mingming Cao617ba132006-10-11 01:20:53 -0700888 * generic_commit_write->__mark_inode_dirty->ext4_dirty_inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700889 */
890 jbd_debug(5, "splicing indirect only\n");
Frank Mayhar03901312009-01-07 00:06:22 -0500891 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata");
892 err = ext4_handle_dirty_metadata(handle, inode, where->bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700893 if (err)
894 goto err_out;
895 } else {
896 /*
897 * OK, we spliced it into the inode itself on a direct block.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700898 */
Theodore Ts'o41591752009-06-15 03:41:23 -0400899 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700900 jbd_debug(5, "splicing direct\n");
901 }
902 return err;
903
904err_out:
905 for (i = 1; i <= num; i++) {
Mingming Caodab291a2006-10-11 01:21:01 -0700906 BUFFER_TRACE(where[i].bh, "call jbd2_journal_forget");
Mingming Cao617ba132006-10-11 01:20:53 -0700907 ext4_journal_forget(handle, where[i].bh);
Alex Tomasc9de5602008-01-29 00:19:52 -0500908 ext4_free_blocks(handle, inode,
909 le32_to_cpu(where[i-1].key), 1, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700910 }
Alex Tomasc9de5602008-01-29 00:19:52 -0500911 ext4_free_blocks(handle, inode, le32_to_cpu(where[num].key), blks, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700912
913 return err;
914}
915
916/*
Theodore Ts'ob920c752009-05-14 00:54:29 -0400917 * The ext4_ind_get_blocks() function handles non-extents inodes
918 * (i.e., using the traditional indirect/double-indirect i_blocks
919 * scheme) for ext4_get_blocks().
920 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700921 * Allocation strategy is simple: if we have to allocate something, we will
922 * have to go the whole way to leaf. So let's do it before attaching anything
923 * to tree, set linkage between the newborn blocks, write them if sync is
924 * required, recheck the path, free and repeat if check fails, otherwise
925 * set the last missing link (that will protect us from any truncate-generated
926 * removals - all blocks on the path are immune now) and possibly force the
927 * write on the parent block.
928 * That has a nice additional property: no special recovery from the failed
929 * allocations is needed - we simply release blocks and do not touch anything
930 * reachable from inode.
931 *
932 * `handle' can be NULL if create == 0.
933 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700934 * return > 0, # of blocks mapped or allocated.
935 * return = 0, if plain lookup failed.
936 * return < 0, error case.
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500937 *
Theodore Ts'ob920c752009-05-14 00:54:29 -0400938 * The ext4_ind_get_blocks() function should be called with
939 * down_write(&EXT4_I(inode)->i_data_sem) if allocating filesystem
940 * blocks (i.e., flags has EXT4_GET_BLOCKS_CREATE set) or
941 * down_read(&EXT4_I(inode)->i_data_sem) if not allocating file system
942 * blocks.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700943 */
Theodore Ts'oe4d996c2009-05-12 00:25:28 -0400944static int ext4_ind_get_blocks(handle_t *handle, struct inode *inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400945 ext4_lblk_t iblock, unsigned int maxblocks,
946 struct buffer_head *bh_result,
947 int flags)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700948{
949 int err = -EIO;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500950 ext4_lblk_t offsets[4];
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700951 Indirect chain[4];
952 Indirect *partial;
Mingming Cao617ba132006-10-11 01:20:53 -0700953 ext4_fsblk_t goal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700954 int indirect_blks;
955 int blocks_to_boundary = 0;
956 int depth;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700957 int count = 0;
Mingming Cao617ba132006-10-11 01:20:53 -0700958 ext4_fsblk_t first_block = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700959
Alex Tomasa86c6182006-10-11 01:21:03 -0700960 J_ASSERT(!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL));
Theodore Ts'oc2177052009-05-14 00:58:52 -0400961 J_ASSERT(handle != NULL || (flags & EXT4_GET_BLOCKS_CREATE) == 0);
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -0500962 depth = ext4_block_to_path(inode, iblock, offsets,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -0400963 &blocks_to_boundary);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700964
965 if (depth == 0)
966 goto out;
967
Mingming Cao617ba132006-10-11 01:20:53 -0700968 partial = ext4_get_branch(inode, depth, offsets, chain, &err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700969
970 /* Simplest case - block found, no allocation needed */
971 if (!partial) {
972 first_block = le32_to_cpu(chain[depth - 1].key);
973 clear_buffer_new(bh_result);
974 count++;
975 /*map more blocks*/
976 while (count < maxblocks && count <= blocks_to_boundary) {
Mingming Cao617ba132006-10-11 01:20:53 -0700977 ext4_fsblk_t blk;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700978
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700979 blk = le32_to_cpu(*(chain[depth-1].p + count));
980
981 if (blk == first_block + count)
982 count++;
983 else
984 break;
985 }
Aneesh Kumar K.Vc278bfe2008-01-28 23:58:27 -0500986 goto got_it;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700987 }
988
989 /* Next simple case - plain lookup or failed read of indirect block */
Theodore Ts'oc2177052009-05-14 00:58:52 -0400990 if ((flags & EXT4_GET_BLOCKS_CREATE) == 0 || err == -EIO)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700991 goto cleanup;
992
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700993 /*
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -0400994 * Okay, we need to do block allocation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700995 */
Akinobu Mitafb01bfd2008-02-06 01:40:16 -0800996 goal = ext4_find_goal(inode, iblock, partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700997
998 /* the number of blocks need to allocate for [d,t]indirect blocks */
999 indirect_blks = (chain + depth) - partial - 1;
1000
1001 /*
1002 * Next look up the indirect map to count the totoal number of
1003 * direct blocks to allocate for this branch.
1004 */
Mingming Cao617ba132006-10-11 01:20:53 -07001005 count = ext4_blks_to_allocate(partial, indirect_blks,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001006 maxblocks, blocks_to_boundary);
1007 /*
Mingming Cao617ba132006-10-11 01:20:53 -07001008 * Block out ext4_truncate while we alter the tree
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001009 */
Aneesh Kumar K.V7061eba2008-07-11 19:27:31 -04001010 err = ext4_alloc_branch(handle, inode, iblock, indirect_blks,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001011 &count, goal,
1012 offsets + (partial - chain), partial);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001013
1014 /*
Mingming Cao617ba132006-10-11 01:20:53 -07001015 * The ext4_splice_branch call will free and forget any buffers
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001016 * on the new chain if there is a failure, but that risks using
1017 * up transaction credits, especially for bitmaps where the
1018 * credits cannot be returned. Can we handle this somehow? We
1019 * may need to return -EAGAIN upwards in the worst case. --sct
1020 */
1021 if (!err)
Mingming Cao617ba132006-10-11 01:20:53 -07001022 err = ext4_splice_branch(handle, inode, iblock,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001023 partial, indirect_blks, count);
1024 else
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001025 goto cleanup;
1026
1027 set_buffer_new(bh_result);
1028got_it:
1029 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
1030 if (count > blocks_to_boundary)
1031 set_buffer_boundary(bh_result);
1032 err = count;
1033 /* Clean up and exit */
1034 partial = chain + depth - 1; /* the whole chain */
1035cleanup:
1036 while (partial > chain) {
1037 BUFFER_TRACE(partial->bh, "call brelse");
1038 brelse(partial->bh);
1039 partial--;
1040 }
1041 BUFFER_TRACE(bh_result, "returned");
1042out:
1043 return err;
1044}
1045
Mingming Cao60e58e02009-01-22 18:13:05 +01001046qsize_t ext4_get_reserved_space(struct inode *inode)
1047{
1048 unsigned long long total;
1049
1050 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1051 total = EXT4_I(inode)->i_reserved_data_blocks +
1052 EXT4_I(inode)->i_reserved_meta_blocks;
1053 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1054
1055 return total;
1056}
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001057/*
1058 * Calculate the number of metadata blocks need to reserve
1059 * to allocate @blocks for non extent file based file
1060 */
1061static int ext4_indirect_calc_metadata_amount(struct inode *inode, int blocks)
1062{
1063 int icap = EXT4_ADDR_PER_BLOCK(inode->i_sb);
1064 int ind_blks, dind_blks, tind_blks;
1065
1066 /* number of new indirect blocks needed */
1067 ind_blks = (blocks + icap - 1) / icap;
1068
1069 dind_blks = (ind_blks + icap - 1) / icap;
1070
1071 tind_blks = 1;
1072
1073 return ind_blks + dind_blks + tind_blks;
1074}
1075
1076/*
1077 * Calculate the number of metadata blocks need to reserve
1078 * to allocate given number of blocks
1079 */
1080static int ext4_calc_metadata_amount(struct inode *inode, int blocks)
1081{
Mingming Caocd213222008-08-19 22:16:59 -04001082 if (!blocks)
1083 return 0;
1084
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001085 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL)
1086 return ext4_ext_calc_metadata_amount(inode, blocks);
1087
1088 return ext4_indirect_calc_metadata_amount(inode, blocks);
1089}
1090
1091static void ext4_da_update_reserve_space(struct inode *inode, int used)
1092{
1093 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1094 int total, mdb, mdb_free;
1095
1096 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1097 /* recalculate the number of metablocks still need to be reserved */
1098 total = EXT4_I(inode)->i_reserved_data_blocks - used;
1099 mdb = ext4_calc_metadata_amount(inode, total);
1100
1101 /* figure out how many metablocks to release */
1102 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1103 mdb_free = EXT4_I(inode)->i_reserved_meta_blocks - mdb;
1104
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001105 if (mdb_free) {
1106 /* Account for allocated meta_blocks */
1107 mdb_free -= EXT4_I(inode)->i_allocated_meta_blocks;
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001108
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001109 /* update fs dirty blocks counter */
1110 percpu_counter_sub(&sbi->s_dirtyblocks_counter, mdb_free);
1111 EXT4_I(inode)->i_allocated_meta_blocks = 0;
1112 EXT4_I(inode)->i_reserved_meta_blocks = mdb;
1113 }
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001114
1115 /* update per-inode reservations */
1116 BUG_ON(used > EXT4_I(inode)->i_reserved_data_blocks);
1117 EXT4_I(inode)->i_reserved_data_blocks -= used;
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001118 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Cao60e58e02009-01-22 18:13:05 +01001119
1120 /*
1121 * free those over-booking quota for metadata blocks
1122 */
Mingming Cao60e58e02009-01-22 18:13:05 +01001123 if (mdb_free)
1124 vfs_dq_release_reservation_block(inode, mdb_free);
Aneesh Kumar K.Vd6014302009-03-27 22:36:43 -04001125
1126 /*
1127 * If we have done all the pending block allocations and if
1128 * there aren't any writers on the inode, we can discard the
1129 * inode's preallocations.
1130 */
1131 if (!total && (atomic_read(&inode->i_writecount) == 0))
1132 ext4_discard_preallocations(inode);
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001133}
1134
Theodore Ts'o80e42462009-09-08 08:21:26 -04001135static int check_block_validity(struct inode *inode, const char *msg,
1136 sector_t logical, sector_t phys, int len)
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001137{
1138 if (!ext4_data_block_valid(EXT4_SB(inode->i_sb), phys, len)) {
Theodore Ts'o80e42462009-09-08 08:21:26 -04001139 ext4_error(inode->i_sb, msg,
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001140 "inode #%lu logical block %llu mapped to %llu "
1141 "(size %d)", inode->i_ino,
1142 (unsigned long long) logical,
1143 (unsigned long long) phys, len);
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001144 return -EIO;
1145 }
1146 return 0;
1147}
1148
Mingming Caof5ab0d12008-02-25 15:29:55 -05001149/*
Theodore Ts'o1f945332009-09-30 22:57:41 -04001150 * Return the number of contiguous dirty pages in a given inode
1151 * starting at page frame idx.
Theodore Ts'o55138e02009-09-29 13:31:31 -04001152 */
1153static pgoff_t ext4_num_dirty_pages(struct inode *inode, pgoff_t idx,
1154 unsigned int max_pages)
1155{
1156 struct address_space *mapping = inode->i_mapping;
1157 pgoff_t index;
1158 struct pagevec pvec;
1159 pgoff_t num = 0;
1160 int i, nr_pages, done = 0;
1161
1162 if (max_pages == 0)
1163 return 0;
1164 pagevec_init(&pvec, 0);
1165 while (!done) {
1166 index = idx;
1167 nr_pages = pagevec_lookup_tag(&pvec, mapping, &index,
1168 PAGECACHE_TAG_DIRTY,
1169 (pgoff_t)PAGEVEC_SIZE);
1170 if (nr_pages == 0)
1171 break;
1172 for (i = 0; i < nr_pages; i++) {
1173 struct page *page = pvec.pages[i];
1174 struct buffer_head *bh, *head;
1175
1176 lock_page(page);
1177 if (unlikely(page->mapping != mapping) ||
1178 !PageDirty(page) ||
1179 PageWriteback(page) ||
1180 page->index != idx) {
1181 done = 1;
1182 unlock_page(page);
1183 break;
1184 }
Theodore Ts'o1f945332009-09-30 22:57:41 -04001185 if (page_has_buffers(page)) {
1186 bh = head = page_buffers(page);
1187 do {
1188 if (!buffer_delay(bh) &&
1189 !buffer_unwritten(bh))
1190 done = 1;
1191 bh = bh->b_this_page;
1192 } while (!done && (bh != head));
1193 }
Theodore Ts'o55138e02009-09-29 13:31:31 -04001194 unlock_page(page);
1195 if (done)
1196 break;
1197 idx++;
1198 num++;
1199 if (num >= max_pages)
1200 break;
1201 }
1202 pagevec_release(&pvec);
1203 }
1204 return num;
1205}
1206
1207/*
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04001208 * The ext4_get_blocks() function tries to look up the requested blocks,
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04001209 * and returns if the blocks are already mapped.
Mingming Caof5ab0d12008-02-25 15:29:55 -05001210 *
Mingming Caof5ab0d12008-02-25 15:29:55 -05001211 * Otherwise it takes the write lock of the i_data_sem and allocate blocks
1212 * and store the allocated blocks in the result buffer head and mark it
1213 * mapped.
1214 *
1215 * If file type is extents based, it will call ext4_ext_get_blocks(),
Theodore Ts'oe4d996c2009-05-12 00:25:28 -04001216 * Otherwise, call with ext4_ind_get_blocks() to handle indirect mapping
Mingming Caof5ab0d12008-02-25 15:29:55 -05001217 * based files
1218 *
1219 * On success, it returns the number of blocks being mapped or allocate.
1220 * if create==0 and the blocks are pre-allocated and uninitialized block,
1221 * the result buffer head is unmapped. If the create ==1, it will make sure
1222 * the buffer head is mapped.
1223 *
1224 * It returns 0 if plain look up failed (blocks have not been allocated), in
1225 * that casem, buffer head is unmapped
1226 *
1227 * It returns the error in case of allocation failure.
1228 */
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04001229int ext4_get_blocks(handle_t *handle, struct inode *inode, sector_t block,
1230 unsigned int max_blocks, struct buffer_head *bh,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001231 int flags)
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001232{
1233 int retval;
Mingming Caof5ab0d12008-02-25 15:29:55 -05001234
1235 clear_buffer_mapped(bh);
Aneesh Kumar K.V2a8964d2009-05-14 17:05:39 -04001236 clear_buffer_unwritten(bh);
Mingming Caof5ab0d12008-02-25 15:29:55 -05001237
Mingming Cao00314622009-09-28 15:49:08 -04001238 ext_debug("ext4_get_blocks(): inode %lu, flag %d, max_blocks %u,"
1239 "logical block %lu\n", inode->i_ino, flags, max_blocks,
1240 (unsigned long)block);
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001241 /*
Theodore Ts'ob920c752009-05-14 00:54:29 -04001242 * Try to see if we can get the block without requesting a new
1243 * file system block.
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001244 */
1245 down_read((&EXT4_I(inode)->i_data_sem));
1246 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
1247 retval = ext4_ext_get_blocks(handle, inode, block, max_blocks,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001248 bh, 0);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001249 } else {
Theodore Ts'oe4d996c2009-05-12 00:25:28 -04001250 retval = ext4_ind_get_blocks(handle, inode, block, max_blocks,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001251 bh, 0);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001252 }
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001253 up_read((&EXT4_I(inode)->i_data_sem));
Mingming Caof5ab0d12008-02-25 15:29:55 -05001254
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001255 if (retval > 0 && buffer_mapped(bh)) {
Theodore Ts'o80e42462009-09-08 08:21:26 -04001256 int ret = check_block_validity(inode, "file system corruption",
1257 block, bh->b_blocknr, retval);
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001258 if (ret != 0)
1259 return ret;
1260 }
1261
Mingming Caof5ab0d12008-02-25 15:29:55 -05001262 /* If it is only a block(s) look up */
Theodore Ts'oc2177052009-05-14 00:58:52 -04001263 if ((flags & EXT4_GET_BLOCKS_CREATE) == 0)
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001264 return retval;
1265
1266 /*
Mingming Caof5ab0d12008-02-25 15:29:55 -05001267 * Returns if the blocks have already allocated
1268 *
1269 * Note that if blocks have been preallocated
1270 * ext4_ext_get_block() returns th create = 0
1271 * with buffer head unmapped.
1272 */
1273 if (retval > 0 && buffer_mapped(bh))
1274 return retval;
1275
1276 /*
Aneesh Kumar K.V2a8964d2009-05-14 17:05:39 -04001277 * When we call get_blocks without the create flag, the
1278 * BH_Unwritten flag could have gotten set if the blocks
1279 * requested were part of a uninitialized extent. We need to
1280 * clear this flag now that we are committed to convert all or
1281 * part of the uninitialized extent to be an initialized
1282 * extent. This is because we need to avoid the combination
1283 * of BH_Unwritten and BH_Mapped flags being simultaneously
1284 * set on the buffer_head.
1285 */
1286 clear_buffer_unwritten(bh);
1287
1288 /*
Mingming Caof5ab0d12008-02-25 15:29:55 -05001289 * New blocks allocate and/or writing to uninitialized extent
1290 * will possibly result in updating i_data, so we take
1291 * the write lock of i_data_sem, and call get_blocks()
1292 * with create == 1 flag.
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001293 */
1294 down_write((&EXT4_I(inode)->i_data_sem));
Mingming Caod2a17632008-07-14 17:52:37 -04001295
1296 /*
1297 * if the caller is from delayed allocation writeout path
1298 * we have already reserved fs blocks for allocation
1299 * let the underlying get_block() function know to
1300 * avoid double accounting
1301 */
Theodore Ts'oc2177052009-05-14 00:58:52 -04001302 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE)
Mingming Caod2a17632008-07-14 17:52:37 -04001303 EXT4_I(inode)->i_delalloc_reserved_flag = 1;
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001304 /*
1305 * We need to check for EXT4 here because migrate
1306 * could have changed the inode type in between
1307 */
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001308 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
1309 retval = ext4_ext_get_blocks(handle, inode, block, max_blocks,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001310 bh, flags);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001311 } else {
Theodore Ts'oe4d996c2009-05-12 00:25:28 -04001312 retval = ext4_ind_get_blocks(handle, inode, block,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001313 max_blocks, bh, flags);
Aneesh Kumar K.V267e4db2008-04-29 08:11:12 -04001314
1315 if (retval > 0 && buffer_new(bh)) {
1316 /*
1317 * We allocated new blocks which will result in
1318 * i_data's format changing. Force the migrate
1319 * to fail by clearing migrate flags
1320 */
Theodore Ts'o1b9c12f2009-09-17 08:32:22 -04001321 EXT4_I(inode)->i_state &= ~EXT4_STATE_EXT_MIGRATE;
Aneesh Kumar K.V267e4db2008-04-29 08:11:12 -04001322 }
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001323 }
Mingming Caod2a17632008-07-14 17:52:37 -04001324
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04001325 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE)
Mingming Caod2a17632008-07-14 17:52:37 -04001326 EXT4_I(inode)->i_delalloc_reserved_flag = 0;
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04001327
1328 /*
1329 * Update reserved blocks/metadata blocks after successful
1330 * block allocation which had been deferred till now.
1331 */
1332 if ((retval > 0) && (flags & EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE))
1333 ext4_da_update_reserve_space(inode, retval);
Mingming Caod2a17632008-07-14 17:52:37 -04001334
Aneesh Kumar K.V4df3d262008-01-28 23:58:29 -05001335 up_write((&EXT4_I(inode)->i_data_sem));
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001336 if (retval > 0 && buffer_mapped(bh)) {
Theodore Ts'o80e42462009-09-08 08:21:26 -04001337 int ret = check_block_validity(inode, "file system "
1338 "corruption after allocation",
1339 block, bh->b_blocknr, retval);
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04001340 if (ret != 0)
1341 return ret;
1342 }
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001343 return retval;
1344}
1345
Mingming Caof3bd1f32008-08-19 22:16:03 -04001346/* Maximum number of blocks we map for direct IO at once. */
1347#define DIO_MAX_BLOCKS 4096
1348
Eric Sandeen6873fa02008-10-07 00:46:36 -04001349int ext4_get_block(struct inode *inode, sector_t iblock,
1350 struct buffer_head *bh_result, int create)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001351{
Dmitriy Monakhov3e4fdaf2007-02-10 01:46:35 -08001352 handle_t *handle = ext4_journal_current_handle();
Jan Kara7fb54092008-02-10 01:08:38 -05001353 int ret = 0, started = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001354 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
Mingming Caof3bd1f32008-08-19 22:16:03 -04001355 int dio_credits;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001356
Jan Kara7fb54092008-02-10 01:08:38 -05001357 if (create && !handle) {
1358 /* Direct IO write... */
1359 if (max_blocks > DIO_MAX_BLOCKS)
1360 max_blocks = DIO_MAX_BLOCKS;
Mingming Caof3bd1f32008-08-19 22:16:03 -04001361 dio_credits = ext4_chunk_trans_blocks(inode, max_blocks);
1362 handle = ext4_journal_start(inode, dio_credits);
Jan Kara7fb54092008-02-10 01:08:38 -05001363 if (IS_ERR(handle)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001364 ret = PTR_ERR(handle);
Jan Kara7fb54092008-02-10 01:08:38 -05001365 goto out;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001366 }
Jan Kara7fb54092008-02-10 01:08:38 -05001367 started = 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001368 }
1369
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04001370 ret = ext4_get_blocks(handle, inode, iblock, max_blocks, bh_result,
Theodore Ts'oc2177052009-05-14 00:58:52 -04001371 create ? EXT4_GET_BLOCKS_CREATE : 0);
Jan Kara7fb54092008-02-10 01:08:38 -05001372 if (ret > 0) {
1373 bh_result->b_size = (ret << inode->i_blkbits);
1374 ret = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001375 }
Jan Kara7fb54092008-02-10 01:08:38 -05001376 if (started)
1377 ext4_journal_stop(handle);
1378out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001379 return ret;
1380}
1381
1382/*
1383 * `handle' can be NULL if create is zero
1384 */
Mingming Cao617ba132006-10-11 01:20:53 -07001385struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05001386 ext4_lblk_t block, int create, int *errp)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001387{
1388 struct buffer_head dummy;
1389 int fatal = 0, err;
Jan Kara03f5d8b2009-06-09 00:17:05 -04001390 int flags = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001391
1392 J_ASSERT(handle != NULL || create == 0);
1393
1394 dummy.b_state = 0;
1395 dummy.b_blocknr = -1000;
1396 buffer_trace_init(&dummy.b_history);
Theodore Ts'oc2177052009-05-14 00:58:52 -04001397 if (create)
1398 flags |= EXT4_GET_BLOCKS_CREATE;
1399 err = ext4_get_blocks(handle, inode, block, 1, &dummy, flags);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001400 /*
Theodore Ts'oc2177052009-05-14 00:58:52 -04001401 * ext4_get_blocks() returns number of blocks mapped. 0 in
1402 * case of a HOLE.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001403 */
1404 if (err > 0) {
1405 if (err > 1)
1406 WARN_ON(1);
1407 err = 0;
1408 }
1409 *errp = err;
1410 if (!err && buffer_mapped(&dummy)) {
1411 struct buffer_head *bh;
1412 bh = sb_getblk(inode->i_sb, dummy.b_blocknr);
1413 if (!bh) {
1414 *errp = -EIO;
1415 goto err;
1416 }
1417 if (buffer_new(&dummy)) {
1418 J_ASSERT(create != 0);
Aneesh Kumar K.Vac398492007-10-16 18:38:25 -04001419 J_ASSERT(handle != NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001420
1421 /*
1422 * Now that we do not always journal data, we should
1423 * keep in mind whether this should always journal the
1424 * new buffer as metadata. For now, regular file
Mingming Cao617ba132006-10-11 01:20:53 -07001425 * writes use ext4_get_block instead, so it's not a
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001426 * problem.
1427 */
1428 lock_buffer(bh);
1429 BUFFER_TRACE(bh, "call get_create_access");
Mingming Cao617ba132006-10-11 01:20:53 -07001430 fatal = ext4_journal_get_create_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001431 if (!fatal && !buffer_uptodate(bh)) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001432 memset(bh->b_data, 0, inode->i_sb->s_blocksize);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001433 set_buffer_uptodate(bh);
1434 }
1435 unlock_buffer(bh);
Frank Mayhar03901312009-01-07 00:06:22 -05001436 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
1437 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001438 if (!fatal)
1439 fatal = err;
1440 } else {
1441 BUFFER_TRACE(bh, "not a new buffer");
1442 }
1443 if (fatal) {
1444 *errp = fatal;
1445 brelse(bh);
1446 bh = NULL;
1447 }
1448 return bh;
1449 }
1450err:
1451 return NULL;
1452}
1453
Mingming Cao617ba132006-10-11 01:20:53 -07001454struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode,
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05001455 ext4_lblk_t block, int create, int *err)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001456{
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001457 struct buffer_head *bh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001458
Mingming Cao617ba132006-10-11 01:20:53 -07001459 bh = ext4_getblk(handle, inode, block, create, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001460 if (!bh)
1461 return bh;
1462 if (buffer_uptodate(bh))
1463 return bh;
1464 ll_rw_block(READ_META, 1, &bh);
1465 wait_on_buffer(bh);
1466 if (buffer_uptodate(bh))
1467 return bh;
1468 put_bh(bh);
1469 *err = -EIO;
1470 return NULL;
1471}
1472
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001473static int walk_page_buffers(handle_t *handle,
1474 struct buffer_head *head,
1475 unsigned from,
1476 unsigned to,
1477 int *partial,
1478 int (*fn)(handle_t *handle,
1479 struct buffer_head *bh))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001480{
1481 struct buffer_head *bh;
1482 unsigned block_start, block_end;
1483 unsigned blocksize = head->b_size;
1484 int err, ret = 0;
1485 struct buffer_head *next;
1486
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001487 for (bh = head, block_start = 0;
1488 ret == 0 && (bh != head || !block_start);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001489 block_start = block_end, bh = next) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001490 next = bh->b_this_page;
1491 block_end = block_start + blocksize;
1492 if (block_end <= from || block_start >= to) {
1493 if (partial && !buffer_uptodate(bh))
1494 *partial = 1;
1495 continue;
1496 }
1497 err = (*fn)(handle, bh);
1498 if (!ret)
1499 ret = err;
1500 }
1501 return ret;
1502}
1503
1504/*
1505 * To preserve ordering, it is essential that the hole instantiation and
1506 * the data write be encapsulated in a single transaction. We cannot
Mingming Cao617ba132006-10-11 01:20:53 -07001507 * close off a transaction and start a new one between the ext4_get_block()
Mingming Caodab291a2006-10-11 01:21:01 -07001508 * and the commit_write(). So doing the jbd2_journal_start at the start of
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001509 * prepare_write() is the right place.
1510 *
Mingming Cao617ba132006-10-11 01:20:53 -07001511 * Also, this function can nest inside ext4_writepage() ->
1512 * block_write_full_page(). In that case, we *know* that ext4_writepage()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001513 * has generated enough buffer credits to do the whole page. So we won't
1514 * block on the journal in that case, which is good, because the caller may
1515 * be PF_MEMALLOC.
1516 *
Mingming Cao617ba132006-10-11 01:20:53 -07001517 * By accident, ext4 can be reentered when a transaction is open via
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001518 * quota file writes. If we were to commit the transaction while thus
1519 * reentered, there can be a deadlock - we would be holding a quota
1520 * lock, and the commit would never complete if another thread had a
1521 * transaction open and was blocking on the quota lock - a ranking
1522 * violation.
1523 *
Mingming Caodab291a2006-10-11 01:21:01 -07001524 * So what we do is to rely on the fact that jbd2_journal_stop/journal_start
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001525 * will _not_ run commit under these circumstances because handle->h_ref
1526 * is elevated. We'll still have enough credits for the tiny quotafile
1527 * write.
1528 */
1529static int do_journal_get_write_access(handle_t *handle,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001530 struct buffer_head *bh)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001531{
1532 if (!buffer_mapped(bh) || buffer_freed(bh))
1533 return 0;
Mingming Cao617ba132006-10-11 01:20:53 -07001534 return ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001535}
1536
Nick Pigginbfc1af62007-10-16 01:25:05 -07001537static int ext4_write_begin(struct file *file, struct address_space *mapping,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001538 loff_t pos, unsigned len, unsigned flags,
1539 struct page **pagep, void **fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001540{
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001541 struct inode *inode = mapping->host;
Aneesh Kumar K.V1938a152009-06-05 01:00:26 -04001542 int ret, needed_blocks;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001543 handle_t *handle;
1544 int retries = 0;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001545 struct page *page;
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001546 pgoff_t index;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001547 unsigned from, to;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001548
Theodore Ts'o9bffad12009-06-17 11:48:11 -04001549 trace_ext4_write_begin(inode, pos, len, flags);
Aneesh Kumar K.V1938a152009-06-05 01:00:26 -04001550 /*
1551 * Reserve one block more for addition to orphan list in case
1552 * we allocate blocks but write fails for some reason
1553 */
1554 needed_blocks = ext4_writepage_trans_blocks(inode) + 1;
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001555 index = pos >> PAGE_CACHE_SHIFT;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001556 from = pos & (PAGE_CACHE_SIZE - 1);
1557 to = from + len;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001558
1559retry:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001560 handle = ext4_journal_start(inode, needed_blocks);
1561 if (IS_ERR(handle)) {
1562 ret = PTR_ERR(handle);
1563 goto out;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001564 }
1565
Jan Karaebd36102009-02-22 21:09:59 -05001566 /* We cannot recurse into the filesystem as the transaction is already
1567 * started */
1568 flags |= AOP_FLAG_NOFS;
1569
Nick Piggin54566b22009-01-04 12:00:53 -08001570 page = grab_cache_page_write_begin(mapping, index, flags);
Jan Karacf108bc2008-07-11 19:27:31 -04001571 if (!page) {
1572 ext4_journal_stop(handle);
1573 ret = -ENOMEM;
1574 goto out;
1575 }
1576 *pagep = page;
1577
Nick Pigginbfc1af62007-10-16 01:25:05 -07001578 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
Jan Karaebd36102009-02-22 21:09:59 -05001579 ext4_get_block);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001580
1581 if (!ret && ext4_should_journal_data(inode)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001582 ret = walk_page_buffers(handle, page_buffers(page),
1583 from, to, NULL, do_journal_get_write_access);
1584 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001585
1586 if (ret) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001587 unlock_page(page);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04001588 page_cache_release(page);
Aneesh Kumar K.Vae4d5372008-09-13 13:10:25 -04001589 /*
1590 * block_write_begin may have instantiated a few blocks
1591 * outside i_size. Trim these off again. Don't need
1592 * i_size_read because we hold i_mutex.
Aneesh Kumar K.V1938a152009-06-05 01:00:26 -04001593 *
1594 * Add inode to orphan list in case we crash before
1595 * truncate finishes
Aneesh Kumar K.Vae4d5372008-09-13 13:10:25 -04001596 */
Jan Karaffacfa72009-07-13 16:22:22 -04001597 if (pos + len > inode->i_size && ext4_can_truncate(inode))
Aneesh Kumar K.V1938a152009-06-05 01:00:26 -04001598 ext4_orphan_add(handle, inode);
1599
1600 ext4_journal_stop(handle);
1601 if (pos + len > inode->i_size) {
Jan Karaffacfa72009-07-13 16:22:22 -04001602 ext4_truncate(inode);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001603 /*
Jan Karaffacfa72009-07-13 16:22:22 -04001604 * If truncate failed early the inode might
Aneesh Kumar K.V1938a152009-06-05 01:00:26 -04001605 * still be on the orphan list; we need to
1606 * make sure the inode is removed from the
1607 * orphan list in that case.
1608 */
1609 if (inode->i_nlink)
1610 ext4_orphan_del(NULL, inode);
1611 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001612 }
1613
Mingming Cao617ba132006-10-11 01:20:53 -07001614 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001615 goto retry;
Andrew Morton7479d2b2007-04-01 23:49:44 -07001616out:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001617 return ret;
1618}
1619
Nick Pigginbfc1af62007-10-16 01:25:05 -07001620/* For write_end() in data=journal mode */
1621static int write_end_fn(handle_t *handle, struct buffer_head *bh)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001622{
1623 if (!buffer_mapped(bh) || buffer_freed(bh))
1624 return 0;
1625 set_buffer_uptodate(bh);
Frank Mayhar03901312009-01-07 00:06:22 -05001626 return ext4_handle_dirty_metadata(handle, NULL, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001627}
1628
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001629static int ext4_generic_write_end(struct file *file,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001630 struct address_space *mapping,
1631 loff_t pos, unsigned len, unsigned copied,
1632 struct page *page, void *fsdata)
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001633{
1634 int i_size_changed = 0;
1635 struct inode *inode = mapping->host;
1636 handle_t *handle = ext4_journal_current_handle();
1637
1638 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
1639
1640 /*
1641 * No need to use i_size_read() here, the i_size
1642 * cannot change under us because we hold i_mutex.
1643 *
1644 * But it's important to update i_size while still holding page lock:
1645 * page writeout could otherwise come in and zero beyond i_size.
1646 */
1647 if (pos + copied > inode->i_size) {
1648 i_size_write(inode, pos + copied);
1649 i_size_changed = 1;
1650 }
1651
1652 if (pos + copied > EXT4_I(inode)->i_disksize) {
1653 /* We need to mark inode dirty even if
1654 * new_i_size is less that inode->i_size
1655 * bu greater than i_disksize.(hint delalloc)
1656 */
1657 ext4_update_i_disksize(inode, (pos + copied));
1658 i_size_changed = 1;
1659 }
1660 unlock_page(page);
1661 page_cache_release(page);
1662
1663 /*
1664 * Don't mark the inode dirty under page lock. First, it unnecessarily
1665 * makes the holding time of page lock longer. Second, it forces lock
1666 * ordering of page lock and transaction start for journaling
1667 * filesystems.
1668 */
1669 if (i_size_changed)
1670 ext4_mark_inode_dirty(handle, inode);
1671
1672 return copied;
1673}
1674
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001675/*
1676 * We need to pick up the new inode size which generic_commit_write gave us
1677 * `file' can be NULL - eg, when called from page_symlink().
1678 *
Mingming Cao617ba132006-10-11 01:20:53 -07001679 * ext4 never places buffers on inode->i_mapping->private_list. metadata
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001680 * buffers are managed internally.
1681 */
Nick Pigginbfc1af62007-10-16 01:25:05 -07001682static int ext4_ordered_write_end(struct file *file,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001683 struct address_space *mapping,
1684 loff_t pos, unsigned len, unsigned copied,
1685 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001686{
Mingming Cao617ba132006-10-11 01:20:53 -07001687 handle_t *handle = ext4_journal_current_handle();
Jan Karacf108bc2008-07-11 19:27:31 -04001688 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001689 int ret = 0, ret2;
1690
Theodore Ts'o9bffad12009-06-17 11:48:11 -04001691 trace_ext4_ordered_write_end(inode, pos, len, copied);
Jan Kara678aaf42008-07-11 19:27:31 -04001692 ret = ext4_jbd2_file_inode(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001693
1694 if (ret == 0) {
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001695 ret2 = ext4_generic_write_end(file, mapping, pos, len, copied,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001696 page, fsdata);
Roel Kluinf8a87d82008-04-29 22:01:18 -04001697 copied = ret2;
Jan Karaffacfa72009-07-13 16:22:22 -04001698 if (pos + len > inode->i_size && ext4_can_truncate(inode))
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001699 /* if we have allocated more blocks and copied
1700 * less. We will have blocks allocated outside
1701 * inode->i_size. So truncate them
1702 */
1703 ext4_orphan_add(handle, inode);
Roel Kluinf8a87d82008-04-29 22:01:18 -04001704 if (ret2 < 0)
1705 ret = ret2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001706 }
Mingming Cao617ba132006-10-11 01:20:53 -07001707 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001708 if (!ret)
1709 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001710
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001711 if (pos + len > inode->i_size) {
Jan Karaffacfa72009-07-13 16:22:22 -04001712 ext4_truncate(inode);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001713 /*
Jan Karaffacfa72009-07-13 16:22:22 -04001714 * If truncate failed early the inode might still be
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001715 * on the orphan list; we need to make sure the inode
1716 * is removed from the orphan list in that case.
1717 */
1718 if (inode->i_nlink)
1719 ext4_orphan_del(NULL, inode);
1720 }
1721
1722
Nick Pigginbfc1af62007-10-16 01:25:05 -07001723 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001724}
1725
Nick Pigginbfc1af62007-10-16 01:25:05 -07001726static int ext4_writeback_write_end(struct file *file,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001727 struct address_space *mapping,
1728 loff_t pos, unsigned len, unsigned copied,
1729 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001730{
Mingming Cao617ba132006-10-11 01:20:53 -07001731 handle_t *handle = ext4_journal_current_handle();
Jan Karacf108bc2008-07-11 19:27:31 -04001732 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001733 int ret = 0, ret2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001734
Theodore Ts'o9bffad12009-06-17 11:48:11 -04001735 trace_ext4_writeback_write_end(inode, pos, len, copied);
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001736 ret2 = ext4_generic_write_end(file, mapping, pos, len, copied,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001737 page, fsdata);
Roel Kluinf8a87d82008-04-29 22:01:18 -04001738 copied = ret2;
Jan Karaffacfa72009-07-13 16:22:22 -04001739 if (pos + len > inode->i_size && ext4_can_truncate(inode))
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001740 /* if we have allocated more blocks and copied
1741 * less. We will have blocks allocated outside
1742 * inode->i_size. So truncate them
1743 */
1744 ext4_orphan_add(handle, inode);
1745
Roel Kluinf8a87d82008-04-29 22:01:18 -04001746 if (ret2 < 0)
1747 ret = ret2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001748
Mingming Cao617ba132006-10-11 01:20:53 -07001749 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001750 if (!ret)
1751 ret = ret2;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001752
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001753 if (pos + len > inode->i_size) {
Jan Karaffacfa72009-07-13 16:22:22 -04001754 ext4_truncate(inode);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001755 /*
Jan Karaffacfa72009-07-13 16:22:22 -04001756 * If truncate failed early the inode might still be
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001757 * on the orphan list; we need to make sure the inode
1758 * is removed from the orphan list in that case.
1759 */
1760 if (inode->i_nlink)
1761 ext4_orphan_del(NULL, inode);
1762 }
1763
Nick Pigginbfc1af62007-10-16 01:25:05 -07001764 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001765}
1766
Nick Pigginbfc1af62007-10-16 01:25:05 -07001767static int ext4_journalled_write_end(struct file *file,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001768 struct address_space *mapping,
1769 loff_t pos, unsigned len, unsigned copied,
1770 struct page *page, void *fsdata)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001771{
Mingming Cao617ba132006-10-11 01:20:53 -07001772 handle_t *handle = ext4_journal_current_handle();
Nick Pigginbfc1af62007-10-16 01:25:05 -07001773 struct inode *inode = mapping->host;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001774 int ret = 0, ret2;
1775 int partial = 0;
Nick Pigginbfc1af62007-10-16 01:25:05 -07001776 unsigned from, to;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001777 loff_t new_i_size;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001778
Theodore Ts'o9bffad12009-06-17 11:48:11 -04001779 trace_ext4_journalled_write_end(inode, pos, len, copied);
Nick Pigginbfc1af62007-10-16 01:25:05 -07001780 from = pos & (PAGE_CACHE_SIZE - 1);
1781 to = from + len;
1782
1783 if (copied < len) {
1784 if (!PageUptodate(page))
1785 copied = 0;
1786 page_zero_new_buffers(page, from+copied, to);
1787 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001788
1789 ret = walk_page_buffers(handle, page_buffers(page), from,
Nick Pigginbfc1af62007-10-16 01:25:05 -07001790 to, &partial, write_end_fn);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001791 if (!partial)
1792 SetPageUptodate(page);
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001793 new_i_size = pos + copied;
1794 if (new_i_size > inode->i_size)
Nick Pigginbfc1af62007-10-16 01:25:05 -07001795 i_size_write(inode, pos+copied);
Mingming Cao617ba132006-10-11 01:20:53 -07001796 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04001797 if (new_i_size > EXT4_I(inode)->i_disksize) {
1798 ext4_update_i_disksize(inode, new_i_size);
Mingming Cao617ba132006-10-11 01:20:53 -07001799 ret2 = ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001800 if (!ret)
1801 ret = ret2;
1802 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001803
Jan Karacf108bc2008-07-11 19:27:31 -04001804 unlock_page(page);
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001805 page_cache_release(page);
Jan Karaffacfa72009-07-13 16:22:22 -04001806 if (pos + len > inode->i_size && ext4_can_truncate(inode))
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001807 /* if we have allocated more blocks and copied
1808 * less. We will have blocks allocated outside
1809 * inode->i_size. So truncate them
1810 */
1811 ext4_orphan_add(handle, inode);
1812
Mingming Cao617ba132006-10-11 01:20:53 -07001813 ret2 = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001814 if (!ret)
1815 ret = ret2;
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001816 if (pos + len > inode->i_size) {
Jan Karaffacfa72009-07-13 16:22:22 -04001817 ext4_truncate(inode);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001818 /*
Jan Karaffacfa72009-07-13 16:22:22 -04001819 * If truncate failed early the inode might still be
Aneesh Kumar K.Vf8514082009-06-05 00:56:49 -04001820 * on the orphan list; we need to make sure the inode
1821 * is removed from the orphan list in that case.
1822 */
1823 if (inode->i_nlink)
1824 ext4_orphan_del(NULL, inode);
1825 }
Nick Pigginbfc1af62007-10-16 01:25:05 -07001826
1827 return ret ? ret : copied;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001828}
Mingming Caod2a17632008-07-14 17:52:37 -04001829
1830static int ext4_da_reserve_space(struct inode *inode, int nrblocks)
1831{
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001832 int retries = 0;
Mingming Cao60e58e02009-01-22 18:13:05 +01001833 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1834 unsigned long md_needed, mdblocks, total = 0;
Mingming Caod2a17632008-07-14 17:52:37 -04001835
1836 /*
1837 * recalculate the amount of metadata blocks to reserve
1838 * in order to allocate nrblocks
1839 * worse case is one extent per block
1840 */
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001841repeat:
Mingming Caod2a17632008-07-14 17:52:37 -04001842 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
1843 total = EXT4_I(inode)->i_reserved_data_blocks + nrblocks;
1844 mdblocks = ext4_calc_metadata_amount(inode, total);
1845 BUG_ON(mdblocks < EXT4_I(inode)->i_reserved_meta_blocks);
1846
1847 md_needed = mdblocks - EXT4_I(inode)->i_reserved_meta_blocks;
1848 total = md_needed + nrblocks;
1849
Mingming Cao60e58e02009-01-22 18:13:05 +01001850 /*
1851 * Make quota reservation here to prevent quota overflow
1852 * later. Real quota accounting is done at pages writeout
1853 * time.
1854 */
1855 if (vfs_dq_reserve_block(inode, total)) {
1856 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1857 return -EDQUOT;
1858 }
1859
Aneesh Kumar K.Va30d542a2008-10-09 10:56:23 -04001860 if (ext4_claim_free_blocks(sbi, total)) {
Mingming Caod2a17632008-07-14 17:52:37 -04001861 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Cao9f0ccfd2009-09-28 15:49:52 -04001862 vfs_dq_release_reservation_block(inode, total);
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04001863 if (ext4_should_retry_alloc(inode->i_sb, &retries)) {
1864 yield();
1865 goto repeat;
1866 }
Mingming Caod2a17632008-07-14 17:52:37 -04001867 return -ENOSPC;
1868 }
Mingming Caod2a17632008-07-14 17:52:37 -04001869 EXT4_I(inode)->i_reserved_data_blocks += nrblocks;
1870 EXT4_I(inode)->i_reserved_meta_blocks = mdblocks;
1871
1872 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1873 return 0; /* success */
1874}
1875
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001876static void ext4_da_release_space(struct inode *inode, int to_free)
Mingming Caod2a17632008-07-14 17:52:37 -04001877{
1878 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
1879 int total, mdb, mdb_free, release;
1880
Mingming Caocd213222008-08-19 22:16:59 -04001881 if (!to_free)
1882 return; /* Nothing to release, exit */
1883
Mingming Caod2a17632008-07-14 17:52:37 -04001884 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Caocd213222008-08-19 22:16:59 -04001885
1886 if (!EXT4_I(inode)->i_reserved_data_blocks) {
1887 /*
1888 * if there is no reserved blocks, but we try to free some
1889 * then the counter is messed up somewhere.
1890 * but since this function is called from invalidate
1891 * page, it's harmless to return without any action
1892 */
1893 printk(KERN_INFO "ext4 delalloc try to release %d reserved "
1894 "blocks for inode %lu, but there is no reserved "
1895 "data blocks\n", to_free, inode->i_ino);
1896 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
1897 return;
1898 }
1899
Mingming Caod2a17632008-07-14 17:52:37 -04001900 /* recalculate the number of metablocks still need to be reserved */
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001901 total = EXT4_I(inode)->i_reserved_data_blocks - to_free;
Mingming Caod2a17632008-07-14 17:52:37 -04001902 mdb = ext4_calc_metadata_amount(inode, total);
1903
1904 /* figure out how many metablocks to release */
1905 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1906 mdb_free = EXT4_I(inode)->i_reserved_meta_blocks - mdb;
1907
Mingming Caod2a17632008-07-14 17:52:37 -04001908 release = to_free + mdb_free;
1909
Aneesh Kumar K.V6bc6e632008-10-10 09:39:00 -04001910 /* update fs dirty blocks counter for truncate case */
1911 percpu_counter_sub(&sbi->s_dirtyblocks_counter, release);
Mingming Caod2a17632008-07-14 17:52:37 -04001912
1913 /* update per-inode reservations */
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001914 BUG_ON(to_free > EXT4_I(inode)->i_reserved_data_blocks);
1915 EXT4_I(inode)->i_reserved_data_blocks -= to_free;
Mingming Caod2a17632008-07-14 17:52:37 -04001916
1917 BUG_ON(mdb > EXT4_I(inode)->i_reserved_meta_blocks);
1918 EXT4_I(inode)->i_reserved_meta_blocks = mdb;
Mingming Caod2a17632008-07-14 17:52:37 -04001919 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
Mingming Cao60e58e02009-01-22 18:13:05 +01001920
1921 vfs_dq_release_reservation_block(inode, release);
Mingming Caod2a17632008-07-14 17:52:37 -04001922}
1923
1924static void ext4_da_page_release_reservation(struct page *page,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04001925 unsigned long offset)
Mingming Caod2a17632008-07-14 17:52:37 -04001926{
1927 int to_release = 0;
1928 struct buffer_head *head, *bh;
1929 unsigned int curr_off = 0;
1930
1931 head = page_buffers(page);
1932 bh = head;
1933 do {
1934 unsigned int next_off = curr_off + bh->b_size;
1935
1936 if ((offset <= curr_off) && (buffer_delay(bh))) {
1937 to_release++;
1938 clear_buffer_delay(bh);
1939 }
1940 curr_off = next_off;
1941 } while ((bh = bh->b_this_page) != head);
Aneesh Kumar K.V12219ae2008-07-17 16:12:08 -04001942 ext4_da_release_space(page->mapping->host, to_release);
Mingming Caod2a17632008-07-14 17:52:37 -04001943}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001944
1945/*
Alex Tomas64769242008-07-11 19:27:31 -04001946 * Delayed allocation stuff
1947 */
1948
Alex Tomas64769242008-07-11 19:27:31 -04001949/*
1950 * mpage_da_submit_io - walks through extent of pages and try to write
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001951 * them with writepage() call back
Alex Tomas64769242008-07-11 19:27:31 -04001952 *
1953 * @mpd->inode: inode
1954 * @mpd->first_page: first page of the extent
1955 * @mpd->next_page: page after the last page of the extent
Alex Tomas64769242008-07-11 19:27:31 -04001956 *
1957 * By the time mpage_da_submit_io() is called we expect all blocks
1958 * to be allocated. this may be wrong if allocation failed.
1959 *
1960 * As pages are already locked by write_cache_pages(), we can't use it
1961 */
1962static int mpage_da_submit_io(struct mpage_da_data *mpd)
1963{
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001964 long pages_skipped;
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001965 struct pagevec pvec;
1966 unsigned long index, end;
1967 int ret = 0, err, nr_pages, i;
1968 struct inode *inode = mpd->inode;
1969 struct address_space *mapping = inode->i_mapping;
Alex Tomas64769242008-07-11 19:27:31 -04001970
1971 BUG_ON(mpd->next_page <= mpd->first_page);
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001972 /*
1973 * We need to start from the first_page to the next_page - 1
1974 * to make sure we also write the mapped dirty buffer_heads.
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05001975 * If we look at mpd->b_blocknr we would only be looking
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001976 * at the currently mapped buffer_heads.
1977 */
Alex Tomas64769242008-07-11 19:27:31 -04001978 index = mpd->first_page;
1979 end = mpd->next_page - 1;
1980
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001981 pagevec_init(&pvec, 0);
Alex Tomas64769242008-07-11 19:27:31 -04001982 while (index <= end) {
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001983 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
Alex Tomas64769242008-07-11 19:27:31 -04001984 if (nr_pages == 0)
1985 break;
1986 for (i = 0; i < nr_pages; i++) {
1987 struct page *page = pvec.pages[i];
1988
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05001989 index = page->index;
1990 if (index > end)
1991 break;
1992 index++;
1993
1994 BUG_ON(!PageLocked(page));
1995 BUG_ON(PageWriteback(page));
1996
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001997 pages_skipped = mpd->wbc->pages_skipped;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04001998 err = mapping->a_ops->writepage(page, mpd->wbc);
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04001999 if (!err && (pages_skipped == mpd->wbc->pages_skipped))
2000 /*
2001 * have successfully written the page
2002 * without skipping the same
2003 */
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002004 mpd->pages_written++;
Alex Tomas64769242008-07-11 19:27:31 -04002005 /*
2006 * In error case, we have to continue because
2007 * remaining pages are still locked
2008 * XXX: unlock and re-dirty them?
2009 */
2010 if (ret == 0)
2011 ret = err;
2012 }
2013 pagevec_release(&pvec);
2014 }
Alex Tomas64769242008-07-11 19:27:31 -04002015 return ret;
2016}
2017
2018/*
2019 * mpage_put_bnr_to_bhs - walk blocks and assign them actual numbers
2020 *
2021 * @mpd->inode - inode to walk through
2022 * @exbh->b_blocknr - first block on a disk
2023 * @exbh->b_size - amount of space in bytes
2024 * @logical - first logical block to start assignment with
2025 *
2026 * the function goes through all passed space and put actual disk
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002027 * block numbers into buffer heads, dropping BH_Delay and BH_Unwritten
Alex Tomas64769242008-07-11 19:27:31 -04002028 */
2029static void mpage_put_bnr_to_bhs(struct mpage_da_data *mpd, sector_t logical,
2030 struct buffer_head *exbh)
2031{
2032 struct inode *inode = mpd->inode;
2033 struct address_space *mapping = inode->i_mapping;
2034 int blocks = exbh->b_size >> inode->i_blkbits;
2035 sector_t pblock = exbh->b_blocknr, cur_logical;
2036 struct buffer_head *head, *bh;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002037 pgoff_t index, end;
Alex Tomas64769242008-07-11 19:27:31 -04002038 struct pagevec pvec;
2039 int nr_pages, i;
2040
2041 index = logical >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
2042 end = (logical + blocks - 1) >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
2043 cur_logical = index << (PAGE_CACHE_SHIFT - inode->i_blkbits);
2044
2045 pagevec_init(&pvec, 0);
2046
2047 while (index <= end) {
2048 /* XXX: optimize tail */
2049 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
2050 if (nr_pages == 0)
2051 break;
2052 for (i = 0; i < nr_pages; i++) {
2053 struct page *page = pvec.pages[i];
2054
2055 index = page->index;
2056 if (index > end)
2057 break;
2058 index++;
2059
2060 BUG_ON(!PageLocked(page));
2061 BUG_ON(PageWriteback(page));
2062 BUG_ON(!page_has_buffers(page));
2063
2064 bh = page_buffers(page);
2065 head = bh;
2066
2067 /* skip blocks out of the range */
2068 do {
2069 if (cur_logical >= logical)
2070 break;
2071 cur_logical++;
2072 } while ((bh = bh->b_this_page) != head);
2073
2074 do {
2075 if (cur_logical >= logical + blocks)
2076 break;
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002077
2078 if (buffer_delay(bh) ||
2079 buffer_unwritten(bh)) {
2080
2081 BUG_ON(bh->b_bdev != inode->i_sb->s_bdev);
2082
2083 if (buffer_delay(bh)) {
2084 clear_buffer_delay(bh);
2085 bh->b_blocknr = pblock;
2086 } else {
2087 /*
2088 * unwritten already should have
2089 * blocknr assigned. Verify that
2090 */
2091 clear_buffer_unwritten(bh);
2092 BUG_ON(bh->b_blocknr != pblock);
2093 }
2094
Mingming Cao61628a32008-07-11 19:27:31 -04002095 } else if (buffer_mapped(bh))
Alex Tomas64769242008-07-11 19:27:31 -04002096 BUG_ON(bh->b_blocknr != pblock);
Alex Tomas64769242008-07-11 19:27:31 -04002097
2098 cur_logical++;
2099 pblock++;
2100 } while ((bh = bh->b_this_page) != head);
2101 }
2102 pagevec_release(&pvec);
2103 }
2104}
2105
2106
2107/*
2108 * __unmap_underlying_blocks - just a helper function to unmap
2109 * set of blocks described by @bh
2110 */
2111static inline void __unmap_underlying_blocks(struct inode *inode,
2112 struct buffer_head *bh)
2113{
2114 struct block_device *bdev = inode->i_sb->s_bdev;
2115 int blocks, i;
2116
2117 blocks = bh->b_size >> inode->i_blkbits;
2118 for (i = 0; i < blocks; i++)
2119 unmap_underlying_metadata(bdev, bh->b_blocknr + i);
2120}
2121
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002122static void ext4_da_block_invalidatepages(struct mpage_da_data *mpd,
2123 sector_t logical, long blk_cnt)
2124{
2125 int nr_pages, i;
2126 pgoff_t index, end;
2127 struct pagevec pvec;
2128 struct inode *inode = mpd->inode;
2129 struct address_space *mapping = inode->i_mapping;
2130
2131 index = logical >> (PAGE_CACHE_SHIFT - inode->i_blkbits);
2132 end = (logical + blk_cnt - 1) >>
2133 (PAGE_CACHE_SHIFT - inode->i_blkbits);
2134 while (index <= end) {
2135 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE);
2136 if (nr_pages == 0)
2137 break;
2138 for (i = 0; i < nr_pages; i++) {
2139 struct page *page = pvec.pages[i];
2140 index = page->index;
2141 if (index > end)
2142 break;
2143 index++;
2144
2145 BUG_ON(!PageLocked(page));
2146 BUG_ON(PageWriteback(page));
2147 block_invalidatepage(page, 0);
2148 ClearPageUptodate(page);
2149 unlock_page(page);
2150 }
2151 }
2152 return;
2153}
2154
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002155static void ext4_print_free_blocks(struct inode *inode)
2156{
2157 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
Theodore Ts'o16939182009-09-26 17:43:59 -04002158 printk(KERN_CRIT "Total free blocks count %lld\n",
2159 ext4_count_free_blocks(inode->i_sb));
2160 printk(KERN_CRIT "Free/Dirty block details\n");
2161 printk(KERN_CRIT "free_blocks=%lld\n",
2162 (long long) percpu_counter_sum(&sbi->s_freeblocks_counter));
2163 printk(KERN_CRIT "dirty_blocks=%lld\n",
2164 (long long) percpu_counter_sum(&sbi->s_dirtyblocks_counter));
2165 printk(KERN_CRIT "Block reservation details\n");
2166 printk(KERN_CRIT "i_reserved_data_blocks=%u\n",
2167 EXT4_I(inode)->i_reserved_data_blocks);
2168 printk(KERN_CRIT "i_reserved_meta_blocks=%u\n",
2169 EXT4_I(inode)->i_reserved_meta_blocks);
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002170 return;
2171}
2172
Theodore Ts'ob920c752009-05-14 00:54:29 -04002173/*
Alex Tomas64769242008-07-11 19:27:31 -04002174 * mpage_da_map_blocks - go through given space
2175 *
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002176 * @mpd - bh describing space
Alex Tomas64769242008-07-11 19:27:31 -04002177 *
2178 * The function skips space we know is already mapped to disk blocks.
2179 *
Alex Tomas64769242008-07-11 19:27:31 -04002180 */
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002181static int mpage_da_map_blocks(struct mpage_da_data *mpd)
Alex Tomas64769242008-07-11 19:27:31 -04002182{
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002183 int err, blks, get_blocks_flags;
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002184 struct buffer_head new;
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002185 sector_t next = mpd->b_blocknr;
2186 unsigned max_blocks = mpd->b_size >> mpd->inode->i_blkbits;
2187 loff_t disksize = EXT4_I(mpd->inode)->i_disksize;
2188 handle_t *handle = NULL;
Alex Tomas64769242008-07-11 19:27:31 -04002189
2190 /*
2191 * We consider only non-mapped and non-allocated blocks
2192 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002193 if ((mpd->b_state & (1 << BH_Mapped)) &&
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002194 !(mpd->b_state & (1 << BH_Delay)) &&
2195 !(mpd->b_state & (1 << BH_Unwritten)))
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002196 return 0;
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002197
2198 /*
2199 * If we didn't accumulate anything to write simply return
2200 */
2201 if (!mpd->b_size)
2202 return 0;
2203
2204 handle = ext4_journal_current_handle();
2205 BUG_ON(!handle);
2206
Aneesh Kumar K.V79ffab32009-05-13 15:13:42 -04002207 /*
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002208 * Call ext4_get_blocks() to allocate any delayed allocation
2209 * blocks, or to convert an uninitialized extent to be
2210 * initialized (in the case where we have written into
2211 * one or more preallocated blocks).
2212 *
2213 * We pass in the magic EXT4_GET_BLOCKS_DELALLOC_RESERVE to
2214 * indicate that we are on the delayed allocation path. This
2215 * affects functions in many different parts of the allocation
2216 * call path. This flag exists primarily because we don't
2217 * want to change *many* call functions, so ext4_get_blocks()
2218 * will set the magic i_delalloc_reserved_flag once the
2219 * inode's allocation semaphore is taken.
2220 *
2221 * If the blocks in questions were delalloc blocks, set
2222 * EXT4_GET_BLOCKS_DELALLOC_RESERVE so the delalloc accounting
2223 * variables are updated after the blocks have been allocated.
Aneesh Kumar K.V79ffab32009-05-13 15:13:42 -04002224 */
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002225 new.b_state = 0;
2226 get_blocks_flags = (EXT4_GET_BLOCKS_CREATE |
2227 EXT4_GET_BLOCKS_DELALLOC_RESERVE);
2228 if (mpd->b_state & (1 << BH_Delay))
2229 get_blocks_flags |= EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE;
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002230 blks = ext4_get_blocks(handle, mpd->inode, next, max_blocks,
Theodore Ts'o2ac3b6e2009-05-14 13:57:08 -04002231 &new, get_blocks_flags);
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002232 if (blks < 0) {
2233 err = blks;
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002234 /*
2235 * If get block returns with error we simply
2236 * return. Later writepage will redirty the page and
2237 * writepages will find the dirty page again
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002238 */
2239 if (err == -EAGAIN)
2240 return 0;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002241
2242 if (err == -ENOSPC &&
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002243 ext4_count_free_blocks(mpd->inode->i_sb)) {
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002244 mpd->retval = err;
2245 return 0;
2246 }
2247
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002248 /*
Theodore Ts'oed5bde02009-02-23 10:48:07 -05002249 * get block failure will cause us to loop in
2250 * writepages, because a_ops->writepage won't be able
2251 * to make progress. The page will be redirtied by
2252 * writepage and writepages will again try to write
2253 * the same.
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002254 */
Theodore Ts'o16939182009-09-26 17:43:59 -04002255 ext4_msg(mpd->inode->i_sb, KERN_CRIT,
2256 "delayed block allocation failed for inode %lu at "
2257 "logical offset %llu with max blocks %zd with "
2258 "error %d\n", mpd->inode->i_ino,
2259 (unsigned long long) next,
2260 mpd->b_size >> mpd->inode->i_blkbits, err);
2261 printk(KERN_CRIT "This should not happen!! "
2262 "Data will be lost\n");
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002263 if (err == -ENOSPC) {
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002264 ext4_print_free_blocks(mpd->inode);
Aneesh Kumar K.V030ba6b2008-09-08 23:14:50 -04002265 }
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002266 /* invalidate all the pages */
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002267 ext4_da_block_invalidatepages(mpd, next,
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002268 mpd->b_size >> mpd->inode->i_blkbits);
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002269 return err;
2270 }
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002271 BUG_ON(blks == 0);
2272
2273 new.b_size = (blks << mpd->inode->i_blkbits);
Alex Tomas64769242008-07-11 19:27:31 -04002274
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002275 if (buffer_new(&new))
2276 __unmap_underlying_blocks(mpd->inode, &new);
Alex Tomas64769242008-07-11 19:27:31 -04002277
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002278 /*
2279 * If blocks are delayed marked, we need to
2280 * put actual blocknr and drop delayed bit
2281 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002282 if ((mpd->b_state & (1 << BH_Delay)) ||
2283 (mpd->b_state & (1 << BH_Unwritten)))
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002284 mpage_put_bnr_to_bhs(mpd, next, &new);
2285
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002286 if (ext4_should_order_data(mpd->inode)) {
2287 err = ext4_jbd2_file_inode(handle, mpd->inode);
2288 if (err)
2289 return err;
2290 }
2291
2292 /*
Jan Kara03f5d8b2009-06-09 00:17:05 -04002293 * Update on-disk size along with block allocation.
Theodore Ts'o2fa3cdf2009-05-14 09:29:45 -04002294 */
2295 disksize = ((loff_t) next + blks) << mpd->inode->i_blkbits;
2296 if (disksize > i_size_read(mpd->inode))
2297 disksize = i_size_read(mpd->inode);
2298 if (disksize > EXT4_I(mpd->inode)->i_disksize) {
2299 ext4_update_i_disksize(mpd->inode, disksize);
2300 return ext4_mark_inode_dirty(handle, mpd->inode);
2301 }
2302
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002303 return 0;
Alex Tomas64769242008-07-11 19:27:31 -04002304}
2305
Aneesh Kumar K.Vbf068ee2008-08-19 22:16:43 -04002306#define BH_FLAGS ((1 << BH_Uptodate) | (1 << BH_Mapped) | \
2307 (1 << BH_Delay) | (1 << BH_Unwritten))
Alex Tomas64769242008-07-11 19:27:31 -04002308
2309/*
2310 * mpage_add_bh_to_extent - try to add one more block to extent of blocks
2311 *
2312 * @mpd->lbh - extent of blocks
2313 * @logical - logical number of the block in the file
2314 * @bh - bh of the block (used to access block's state)
2315 *
2316 * the function is used to collect contig. blocks in same state
2317 */
2318static void mpage_add_bh_to_extent(struct mpage_da_data *mpd,
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002319 sector_t logical, size_t b_size,
2320 unsigned long b_state)
Alex Tomas64769242008-07-11 19:27:31 -04002321{
Alex Tomas64769242008-07-11 19:27:31 -04002322 sector_t next;
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002323 int nrblocks = mpd->b_size >> mpd->inode->i_blkbits;
Alex Tomas64769242008-07-11 19:27:31 -04002324
Mingming Cao525f4ed2008-08-19 22:15:58 -04002325 /* check if thereserved journal credits might overflow */
2326 if (!(EXT4_I(mpd->inode)->i_flags & EXT4_EXTENTS_FL)) {
2327 if (nrblocks >= EXT4_MAX_TRANS_DATA) {
2328 /*
2329 * With non-extent format we are limited by the journal
2330 * credit available. Total credit needed to insert
2331 * nrblocks contiguous blocks is dependent on the
2332 * nrblocks. So limit nrblocks.
2333 */
2334 goto flush_it;
2335 } else if ((nrblocks + (b_size >> mpd->inode->i_blkbits)) >
2336 EXT4_MAX_TRANS_DATA) {
2337 /*
2338 * Adding the new buffer_head would make it cross the
2339 * allowed limit for which we have journal credit
2340 * reserved. So limit the new bh->b_size
2341 */
2342 b_size = (EXT4_MAX_TRANS_DATA - nrblocks) <<
2343 mpd->inode->i_blkbits;
2344 /* we will do mpage_da_submit_io in the next loop */
2345 }
2346 }
Alex Tomas64769242008-07-11 19:27:31 -04002347 /*
2348 * First block in the extent
2349 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002350 if (mpd->b_size == 0) {
2351 mpd->b_blocknr = logical;
2352 mpd->b_size = b_size;
2353 mpd->b_state = b_state & BH_FLAGS;
Alex Tomas64769242008-07-11 19:27:31 -04002354 return;
2355 }
2356
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002357 next = mpd->b_blocknr + nrblocks;
Alex Tomas64769242008-07-11 19:27:31 -04002358 /*
2359 * Can we merge the block to our big extent?
2360 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002361 if (logical == next && (b_state & BH_FLAGS) == mpd->b_state) {
2362 mpd->b_size += b_size;
Alex Tomas64769242008-07-11 19:27:31 -04002363 return;
2364 }
2365
Mingming Cao525f4ed2008-08-19 22:15:58 -04002366flush_it:
Alex Tomas64769242008-07-11 19:27:31 -04002367 /*
2368 * We couldn't merge the block to our extent, so we
2369 * need to flush current extent and start new one
2370 */
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002371 if (mpage_da_map_blocks(mpd) == 0)
2372 mpage_da_submit_io(mpd);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002373 mpd->io_done = 1;
2374 return;
Alex Tomas64769242008-07-11 19:27:31 -04002375}
2376
Aneesh Kumar K.Vc364b222009-06-14 17:57:10 -04002377static int ext4_bh_delay_or_unwritten(handle_t *handle, struct buffer_head *bh)
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002378{
Aneesh Kumar K.Vc364b222009-06-14 17:57:10 -04002379 return (buffer_delay(bh) || buffer_unwritten(bh)) && buffer_dirty(bh);
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002380}
2381
Alex Tomas64769242008-07-11 19:27:31 -04002382/*
2383 * __mpage_da_writepage - finds extent of pages and blocks
2384 *
2385 * @page: page to consider
2386 * @wbc: not used, we just follow rules
2387 * @data: context
2388 *
2389 * The function finds extents of pages and scan them for all blocks.
2390 */
2391static int __mpage_da_writepage(struct page *page,
2392 struct writeback_control *wbc, void *data)
2393{
2394 struct mpage_da_data *mpd = data;
2395 struct inode *inode = mpd->inode;
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002396 struct buffer_head *bh, *head;
Alex Tomas64769242008-07-11 19:27:31 -04002397 sector_t logical;
2398
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002399 if (mpd->io_done) {
2400 /*
2401 * Rest of the page in the page_vec
2402 * redirty then and skip then. We will
Anand Gadiyarfd589a82009-07-16 17:13:03 +02002403 * try to write them again after
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002404 * starting a new transaction
2405 */
2406 redirty_page_for_writepage(wbc, page);
2407 unlock_page(page);
2408 return MPAGE_DA_EXTENT_TAIL;
2409 }
Alex Tomas64769242008-07-11 19:27:31 -04002410 /*
2411 * Can we merge this page to current extent?
2412 */
2413 if (mpd->next_page != page->index) {
2414 /*
2415 * Nope, we can't. So, we map non-allocated blocks
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002416 * and start IO on them using writepage()
Alex Tomas64769242008-07-11 19:27:31 -04002417 */
2418 if (mpd->next_page != mpd->first_page) {
Aneesh Kumar K.Vc4a0c462008-08-19 21:08:18 -04002419 if (mpage_da_map_blocks(mpd) == 0)
2420 mpage_da_submit_io(mpd);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002421 /*
2422 * skip rest of the page in the page_vec
2423 */
2424 mpd->io_done = 1;
2425 redirty_page_for_writepage(wbc, page);
2426 unlock_page(page);
2427 return MPAGE_DA_EXTENT_TAIL;
Alex Tomas64769242008-07-11 19:27:31 -04002428 }
2429
2430 /*
2431 * Start next extent of pages ...
2432 */
2433 mpd->first_page = page->index;
2434
2435 /*
2436 * ... and blocks
2437 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002438 mpd->b_size = 0;
2439 mpd->b_state = 0;
2440 mpd->b_blocknr = 0;
Alex Tomas64769242008-07-11 19:27:31 -04002441 }
2442
2443 mpd->next_page = page->index + 1;
2444 logical = (sector_t) page->index <<
2445 (PAGE_CACHE_SHIFT - inode->i_blkbits);
2446
2447 if (!page_has_buffers(page)) {
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002448 mpage_add_bh_to_extent(mpd, logical, PAGE_CACHE_SIZE,
2449 (1 << BH_Dirty) | (1 << BH_Uptodate));
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002450 if (mpd->io_done)
2451 return MPAGE_DA_EXTENT_TAIL;
Alex Tomas64769242008-07-11 19:27:31 -04002452 } else {
2453 /*
2454 * Page with regular buffer heads, just add all dirty ones
2455 */
2456 head = page_buffers(page);
2457 bh = head;
2458 do {
2459 BUG_ON(buffer_locked(bh));
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05002460 /*
2461 * We need to try to allocate
2462 * unmapped blocks in the same page.
2463 * Otherwise we won't make progress
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04002464 * with the page in ext4_writepage
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05002465 */
Aneesh Kumar K.Vc364b222009-06-14 17:57:10 -04002466 if (ext4_bh_delay_or_unwritten(NULL, bh)) {
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002467 mpage_add_bh_to_extent(mpd, logical,
2468 bh->b_size,
2469 bh->b_state);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002470 if (mpd->io_done)
2471 return MPAGE_DA_EXTENT_TAIL;
Aneesh Kumar K.V791b7f02009-01-05 21:50:43 -05002472 } else if (buffer_dirty(bh) && (buffer_mapped(bh))) {
2473 /*
2474 * mapped dirty buffer. We need to update
2475 * the b_state because we look at
2476 * b_state in mpage_da_map_blocks. We don't
2477 * update b_size because if we find an
2478 * unmapped buffer_head later we need to
2479 * use the b_state flag of that buffer_head.
2480 */
Theodore Ts'o8dc207c2009-02-23 06:46:01 -05002481 if (mpd->b_size == 0)
2482 mpd->b_state = bh->b_state & BH_FLAGS;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002483 }
Alex Tomas64769242008-07-11 19:27:31 -04002484 logical++;
2485 } while ((bh = bh->b_this_page) != head);
2486 }
2487
2488 return 0;
2489}
2490
2491/*
Theodore Ts'ob920c752009-05-14 00:54:29 -04002492 * This is a special get_blocks_t callback which is used by
2493 * ext4_da_write_begin(). It will either return mapped block or
2494 * reserve space for a single block.
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002495 *
2496 * For delayed buffer_head we have BH_Mapped, BH_New, BH_Delay set.
2497 * We also have b_blocknr = -1 and b_bdev initialized properly
2498 *
2499 * For unwritten buffer_head we have BH_Mapped, BH_New, BH_Unwritten set.
2500 * We also have b_blocknr = physicalblock mapping unwritten extent and b_bdev
2501 * initialized properly.
Alex Tomas64769242008-07-11 19:27:31 -04002502 */
2503static int ext4_da_get_block_prep(struct inode *inode, sector_t iblock,
2504 struct buffer_head *bh_result, int create)
2505{
2506 int ret = 0;
Aneesh Kumar K.V33b98172009-05-12 14:40:37 -04002507 sector_t invalid_block = ~((sector_t) 0xffff);
2508
2509 if (invalid_block < ext4_blocks_count(EXT4_SB(inode->i_sb)->s_es))
2510 invalid_block = ~0;
Alex Tomas64769242008-07-11 19:27:31 -04002511
2512 BUG_ON(create == 0);
2513 BUG_ON(bh_result->b_size != inode->i_sb->s_blocksize);
2514
2515 /*
2516 * first, we need to know whether the block is allocated already
2517 * preallocated blocks are unmapped but should treated
2518 * the same as allocated blocks.
2519 */
Theodore Ts'oc2177052009-05-14 00:58:52 -04002520 ret = ext4_get_blocks(NULL, inode, iblock, 1, bh_result, 0);
Mingming Caod2a17632008-07-14 17:52:37 -04002521 if ((ret == 0) && !buffer_delay(bh_result)) {
2522 /* the block isn't (pre)allocated yet, let's reserve space */
Alex Tomas64769242008-07-11 19:27:31 -04002523 /*
2524 * XXX: __block_prepare_write() unmaps passed block,
2525 * is it OK?
2526 */
Mingming Caod2a17632008-07-14 17:52:37 -04002527 ret = ext4_da_reserve_space(inode, 1);
2528 if (ret)
2529 /* not enough space to reserve */
2530 return ret;
2531
Aneesh Kumar K.V33b98172009-05-12 14:40:37 -04002532 map_bh(bh_result, inode->i_sb, invalid_block);
Alex Tomas64769242008-07-11 19:27:31 -04002533 set_buffer_new(bh_result);
2534 set_buffer_delay(bh_result);
2535 } else if (ret > 0) {
2536 bh_result->b_size = (ret << inode->i_blkbits);
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002537 if (buffer_unwritten(bh_result)) {
2538 /* A delayed write to unwritten bh should
2539 * be marked new and mapped. Mapped ensures
2540 * that we don't do get_block multiple times
2541 * when we write to the same offset and new
2542 * ensures that we do proper zero out for
2543 * partial write.
2544 */
Aneesh Kumar K.V9c1ee182009-05-13 18:36:58 -04002545 set_buffer_new(bh_result);
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04002546 set_buffer_mapped(bh_result);
2547 }
Alex Tomas64769242008-07-11 19:27:31 -04002548 ret = 0;
2549 }
2550
2551 return ret;
2552}
Mingming Cao61628a32008-07-11 19:27:31 -04002553
Theodore Ts'ob920c752009-05-14 00:54:29 -04002554/*
2555 * This function is used as a standard get_block_t calback function
2556 * when there is no desire to allocate any blocks. It is used as a
2557 * callback function for block_prepare_write(), nobh_writepage(), and
2558 * block_write_full_page(). These functions should only try to map a
2559 * single block at a time.
2560 *
2561 * Since this function doesn't do block allocations even if the caller
2562 * requests it by passing in create=1, it is critically important that
2563 * any caller checks to make sure that any buffer heads are returned
2564 * by this function are either all already mapped or marked for
2565 * delayed allocation before calling nobh_writepage() or
2566 * block_write_full_page(). Otherwise, b_blocknr could be left
2567 * unitialized, and the page write functions will be taken by
2568 * surprise.
2569 */
2570static int noalloc_get_block_write(struct inode *inode, sector_t iblock,
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002571 struct buffer_head *bh_result, int create)
2572{
2573 int ret = 0;
2574 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
2575
Theodore Ts'oa2dc52b2009-05-12 13:51:29 -04002576 BUG_ON(bh_result->b_size != inode->i_sb->s_blocksize);
2577
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002578 /*
2579 * we don't want to do block allocation in writepage
2580 * so call get_block_wrap with create = 0
2581 */
Theodore Ts'oc2177052009-05-14 00:58:52 -04002582 ret = ext4_get_blocks(NULL, inode, iblock, max_blocks, bh_result, 0);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002583 if (ret > 0) {
2584 bh_result->b_size = (ret << inode->i_blkbits);
2585 ret = 0;
2586 }
2587 return ret;
Mingming Cao61628a32008-07-11 19:27:31 -04002588}
2589
Aneesh Kumar K.V62e086b2009-06-14 17:59:34 -04002590static int bget_one(handle_t *handle, struct buffer_head *bh)
2591{
2592 get_bh(bh);
2593 return 0;
2594}
2595
2596static int bput_one(handle_t *handle, struct buffer_head *bh)
2597{
2598 put_bh(bh);
2599 return 0;
2600}
2601
2602static int __ext4_journalled_writepage(struct page *page,
2603 struct writeback_control *wbc,
2604 unsigned int len)
2605{
2606 struct address_space *mapping = page->mapping;
2607 struct inode *inode = mapping->host;
2608 struct buffer_head *page_bufs;
2609 handle_t *handle = NULL;
2610 int ret = 0;
2611 int err;
2612
2613 page_bufs = page_buffers(page);
2614 BUG_ON(!page_bufs);
2615 walk_page_buffers(handle, page_bufs, 0, len, NULL, bget_one);
2616 /* As soon as we unlock the page, it can go away, but we have
2617 * references to buffers so we are safe */
2618 unlock_page(page);
2619
2620 handle = ext4_journal_start(inode, ext4_writepage_trans_blocks(inode));
2621 if (IS_ERR(handle)) {
2622 ret = PTR_ERR(handle);
2623 goto out;
2624 }
2625
2626 ret = walk_page_buffers(handle, page_bufs, 0, len, NULL,
2627 do_journal_get_write_access);
2628
2629 err = walk_page_buffers(handle, page_bufs, 0, len, NULL,
2630 write_end_fn);
2631 if (ret == 0)
2632 ret = err;
2633 err = ext4_journal_stop(handle);
2634 if (!ret)
2635 ret = err;
2636
2637 walk_page_buffers(handle, page_bufs, 0, len, NULL, bput_one);
2638 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
2639out:
2640 return ret;
2641}
2642
Mingming Cao61628a32008-07-11 19:27:31 -04002643/*
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04002644 * Note that we don't need to start a transaction unless we're journaling data
2645 * because we should have holes filled from ext4_page_mkwrite(). We even don't
2646 * need to file the inode to the transaction's list in ordered mode because if
2647 * we are writing back data added by write(), the inode is already there and if
2648 * we are writing back data modified via mmap(), noone guarantees in which
2649 * transaction the data will hit the disk. In case we are journaling data, we
2650 * cannot start transaction directly because transaction start ranks above page
2651 * lock so we have to do some magic.
2652 *
Theodore Ts'ob920c752009-05-14 00:54:29 -04002653 * This function can get called via...
2654 * - ext4_da_writepages after taking page lock (have journal handle)
2655 * - journal_submit_inode_data_buffers (no journal handle)
2656 * - shrink_page_list via pdflush (no journal handle)
2657 * - grab_page_cache when doing write_begin (have journal handle)
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04002658 *
2659 * We don't do any block allocation in this function. If we have page with
2660 * multiple blocks we need to write those buffer_heads that are mapped. This
2661 * is important for mmaped based write. So if we do with blocksize 1K
2662 * truncate(f, 1024);
2663 * a = mmap(f, 0, 4096);
2664 * a[0] = 'a';
2665 * truncate(f, 4096);
2666 * we have in the page first buffer_head mapped via page_mkwrite call back
2667 * but other bufer_heads would be unmapped but dirty(dirty done via the
2668 * do_wp_page). So writepage should write the first block. If we modify
2669 * the mmap area beyond 1024 we will again get a page_fault and the
2670 * page_mkwrite callback will do the block allocation and mark the
2671 * buffer_heads mapped.
2672 *
2673 * We redirty the page if we have any buffer_heads that is either delay or
2674 * unwritten in the page.
2675 *
2676 * We can get recursively called as show below.
2677 *
2678 * ext4_writepage() -> kmalloc() -> __alloc_pages() -> page_launder() ->
2679 * ext4_writepage()
2680 *
2681 * But since we don't do any block allocation we should not deadlock.
2682 * Page also have the dirty flag cleared so we don't get recurive page_lock.
Mingming Cao61628a32008-07-11 19:27:31 -04002683 */
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04002684static int ext4_writepage(struct page *page,
Aneesh Kumar K.V62e086b2009-06-14 17:59:34 -04002685 struct writeback_control *wbc)
Alex Tomas64769242008-07-11 19:27:31 -04002686{
Alex Tomas64769242008-07-11 19:27:31 -04002687 int ret = 0;
Mingming Cao61628a32008-07-11 19:27:31 -04002688 loff_t size;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002689 unsigned int len;
Mingming Cao61628a32008-07-11 19:27:31 -04002690 struct buffer_head *page_bufs;
2691 struct inode *inode = page->mapping->host;
Alex Tomas64769242008-07-11 19:27:31 -04002692
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04002693 trace_ext4_writepage(inode, page);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002694 size = i_size_read(inode);
2695 if (page->index == size >> PAGE_CACHE_SHIFT)
2696 len = size & ~PAGE_CACHE_MASK;
2697 else
2698 len = PAGE_CACHE_SIZE;
Alex Tomas64769242008-07-11 19:27:31 -04002699
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002700 if (page_has_buffers(page)) {
Mingming Cao61628a32008-07-11 19:27:31 -04002701 page_bufs = page_buffers(page);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002702 if (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
Aneesh Kumar K.Vc364b222009-06-14 17:57:10 -04002703 ext4_bh_delay_or_unwritten)) {
Mingming Cao61628a32008-07-11 19:27:31 -04002704 /*
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002705 * We don't want to do block allocation
2706 * So redirty the page and return
Aneesh Kumar K.Vcd1aac32008-07-11 19:27:31 -04002707 * We may reach here when we do a journal commit
2708 * via journal_submit_inode_data_buffers.
2709 * If we don't have mapping block we just ignore
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002710 * them. We can also reach here via shrink_page_list
2711 */
2712 redirty_page_for_writepage(wbc, page);
2713 unlock_page(page);
2714 return 0;
2715 }
2716 } else {
2717 /*
2718 * The test for page_has_buffers() is subtle:
2719 * We know the page is dirty but it lost buffers. That means
2720 * that at some moment in time after write_begin()/write_end()
2721 * has been called all buffers have been clean and thus they
2722 * must have been written at least once. So they are all
2723 * mapped and we can happily proceed with mapping them
2724 * and writing the page.
2725 *
2726 * Try to initialize the buffer_heads and check whether
2727 * all are mapped and non delay. We don't want to
2728 * do block allocation here.
2729 */
Aneesh Kumar K.Vb767e782009-06-04 08:06:06 -04002730 ret = block_prepare_write(page, 0, len,
Theodore Ts'ob920c752009-05-14 00:54:29 -04002731 noalloc_get_block_write);
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002732 if (!ret) {
2733 page_bufs = page_buffers(page);
2734 /* check whether all are mapped and non delay */
2735 if (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
Aneesh Kumar K.Vc364b222009-06-14 17:57:10 -04002736 ext4_bh_delay_or_unwritten)) {
Aneesh Kumar K.Vf0e6c982008-07-11 19:27:31 -04002737 redirty_page_for_writepage(wbc, page);
2738 unlock_page(page);
2739 return 0;
2740 }
2741 } else {
2742 /*
2743 * We can't do block allocation here
2744 * so just redity the page and unlock
2745 * and return
Mingming Cao61628a32008-07-11 19:27:31 -04002746 */
Mingming Cao61628a32008-07-11 19:27:31 -04002747 redirty_page_for_writepage(wbc, page);
2748 unlock_page(page);
2749 return 0;
2750 }
Aneesh Kumar K.Ved9b3e32008-11-07 09:06:45 -05002751 /* now mark the buffer_heads as dirty and uptodate */
Aneesh Kumar K.Vb767e782009-06-04 08:06:06 -04002752 block_commit_write(page, 0, len);
Alex Tomas64769242008-07-11 19:27:31 -04002753 }
2754
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04002755 if (PageChecked(page) && ext4_should_journal_data(inode)) {
2756 /*
2757 * It's mmapped pagecache. Add buffers and journal it. There
2758 * doesn't seem much point in redirtying the page here.
2759 */
2760 ClearPageChecked(page);
2761 return __ext4_journalled_writepage(page, wbc, len);
2762 }
2763
Alex Tomas64769242008-07-11 19:27:31 -04002764 if (test_opt(inode->i_sb, NOBH) && ext4_should_writeback_data(inode))
Theodore Ts'ob920c752009-05-14 00:54:29 -04002765 ret = nobh_writepage(page, noalloc_get_block_write, wbc);
Alex Tomas64769242008-07-11 19:27:31 -04002766 else
Theodore Ts'ob920c752009-05-14 00:54:29 -04002767 ret = block_write_full_page(page, noalloc_get_block_write,
2768 wbc);
Alex Tomas64769242008-07-11 19:27:31 -04002769
Alex Tomas64769242008-07-11 19:27:31 -04002770 return ret;
2771}
2772
Mingming Cao61628a32008-07-11 19:27:31 -04002773/*
Mingming Cao525f4ed2008-08-19 22:15:58 -04002774 * This is called via ext4_da_writepages() to
2775 * calulate the total number of credits to reserve to fit
2776 * a single extent allocation into a single transaction,
2777 * ext4_da_writpeages() will loop calling this before
2778 * the block allocation.
Mingming Cao61628a32008-07-11 19:27:31 -04002779 */
Mingming Cao525f4ed2008-08-19 22:15:58 -04002780
2781static int ext4_da_writepages_trans_blocks(struct inode *inode)
2782{
2783 int max_blocks = EXT4_I(inode)->i_reserved_data_blocks;
2784
2785 /*
2786 * With non-extent format the journal credit needed to
2787 * insert nrblocks contiguous block is dependent on
2788 * number of contiguous block. So we will limit
2789 * number of contiguous block to a sane value
2790 */
2791 if (!(inode->i_flags & EXT4_EXTENTS_FL) &&
2792 (max_blocks > EXT4_MAX_TRANS_DATA))
2793 max_blocks = EXT4_MAX_TRANS_DATA;
2794
2795 return ext4_chunk_trans_blocks(inode, max_blocks);
2796}
Mingming Cao61628a32008-07-11 19:27:31 -04002797
Alex Tomas64769242008-07-11 19:27:31 -04002798static int ext4_da_writepages(struct address_space *mapping,
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002799 struct writeback_control *wbc)
Alex Tomas64769242008-07-11 19:27:31 -04002800{
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002801 pgoff_t index;
2802 int range_whole = 0;
Mingming Cao61628a32008-07-11 19:27:31 -04002803 handle_t *handle = NULL;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002804 struct mpage_da_data mpd;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002805 struct inode *inode = mapping->host;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002806 int no_nrwrite_index_update;
Theodore Ts'o498e5f22008-11-05 00:14:04 -05002807 int pages_written = 0;
2808 long pages_skipped;
Theodore Ts'o55138e02009-09-29 13:31:31 -04002809 unsigned int max_pages;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002810 int range_cyclic, cycled = 1, io_done = 0;
Theodore Ts'o55138e02009-09-29 13:31:31 -04002811 int needed_blocks, ret = 0;
2812 long desired_nr_to_write, nr_to_writebump = 0;
Theodore Ts'ode89de62009-08-31 17:00:59 -04002813 loff_t range_start = wbc->range_start;
Aneesh Kumar K.V5e745b02008-08-18 18:00:57 -04002814 struct ext4_sb_info *sbi = EXT4_SB(mapping->host->i_sb);
Mingming Cao61628a32008-07-11 19:27:31 -04002815
Theodore Ts'o9bffad12009-06-17 11:48:11 -04002816 trace_ext4_da_writepages(inode, wbc);
Theodore Ts'oba80b102009-01-03 20:03:21 -05002817
Mingming Cao61628a32008-07-11 19:27:31 -04002818 /*
2819 * No pages to write? This is mainly a kludge to avoid starting
2820 * a transaction for special inodes like journal inode on last iput()
2821 * because that could violate lock ordering on umount
2822 */
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002823 if (!mapping->nrpages || !mapping_tagged(mapping, PAGECACHE_TAG_DIRTY))
Mingming Cao61628a32008-07-11 19:27:31 -04002824 return 0;
Theodore Ts'o2a21e372008-11-05 09:22:24 -05002825
2826 /*
2827 * If the filesystem has aborted, it is read-only, so return
2828 * right away instead of dumping stack traces later on that
2829 * will obscure the real source of the problem. We test
Theodore Ts'o4ab2f152009-06-13 10:09:36 -04002830 * EXT4_MF_FS_ABORTED instead of sb->s_flag's MS_RDONLY because
Theodore Ts'o2a21e372008-11-05 09:22:24 -05002831 * the latter could be true if the filesystem is mounted
2832 * read-only, and in that case, ext4_da_writepages should
2833 * *never* be called, so if that ever happens, we would want
2834 * the stack trace.
2835 */
Theodore Ts'o4ab2f152009-06-13 10:09:36 -04002836 if (unlikely(sbi->s_mount_flags & EXT4_MF_FS_ABORTED))
Theodore Ts'o2a21e372008-11-05 09:22:24 -05002837 return -EROFS;
2838
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002839 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX)
2840 range_whole = 1;
Mingming Cao61628a32008-07-11 19:27:31 -04002841
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002842 range_cyclic = wbc->range_cyclic;
2843 if (wbc->range_cyclic) {
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002844 index = mapping->writeback_index;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002845 if (index)
2846 cycled = 0;
2847 wbc->range_start = index << PAGE_CACHE_SHIFT;
2848 wbc->range_end = LLONG_MAX;
2849 wbc->range_cyclic = 0;
2850 } else
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002851 index = wbc->range_start >> PAGE_CACHE_SHIFT;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002852
Theodore Ts'o55138e02009-09-29 13:31:31 -04002853 /*
2854 * This works around two forms of stupidity. The first is in
2855 * the writeback code, which caps the maximum number of pages
2856 * written to be 1024 pages. This is wrong on multiple
2857 * levels; different architectues have a different page size,
2858 * which changes the maximum amount of data which gets
2859 * written. Secondly, 4 megabytes is way too small. XFS
2860 * forces this value to be 16 megabytes by multiplying
2861 * nr_to_write parameter by four, and then relies on its
2862 * allocator to allocate larger extents to make them
2863 * contiguous. Unfortunately this brings us to the second
2864 * stupidity, which is that ext4's mballoc code only allocates
2865 * at most 2048 blocks. So we force contiguous writes up to
2866 * the number of dirty blocks in the inode, or
2867 * sbi->max_writeback_mb_bump whichever is smaller.
2868 */
2869 max_pages = sbi->s_max_writeback_mb_bump << (20 - PAGE_CACHE_SHIFT);
2870 if (!range_cyclic && range_whole)
2871 desired_nr_to_write = wbc->nr_to_write * 8;
2872 else
2873 desired_nr_to_write = ext4_num_dirty_pages(inode, index,
2874 max_pages);
2875 if (desired_nr_to_write > max_pages)
2876 desired_nr_to_write = max_pages;
2877
2878 if (wbc->nr_to_write < desired_nr_to_write) {
2879 nr_to_writebump = desired_nr_to_write - wbc->nr_to_write;
2880 wbc->nr_to_write = desired_nr_to_write;
2881 }
2882
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002883 mpd.wbc = wbc;
2884 mpd.inode = mapping->host;
2885
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002886 /*
2887 * we don't want write_cache_pages to update
2888 * nr_to_write and writeback_index
2889 */
2890 no_nrwrite_index_update = wbc->no_nrwrite_index_update;
2891 wbc->no_nrwrite_index_update = 1;
2892 pages_skipped = wbc->pages_skipped;
2893
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002894retry:
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002895 while (!ret && wbc->nr_to_write > 0) {
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002896
2897 /*
2898 * we insert one extent at a time. So we need
2899 * credit needed for single extent allocation.
2900 * journalled mode is currently not supported
2901 * by delalloc
2902 */
2903 BUG_ON(ext4_should_journal_data(inode));
Mingming Cao525f4ed2008-08-19 22:15:58 -04002904 needed_blocks = ext4_da_writepages_trans_blocks(inode);
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002905
Mingming Cao61628a32008-07-11 19:27:31 -04002906 /* start a new transaction*/
2907 handle = ext4_journal_start(inode, needed_blocks);
2908 if (IS_ERR(handle)) {
2909 ret = PTR_ERR(handle);
Theodore Ts'o16939182009-09-26 17:43:59 -04002910 ext4_msg(inode->i_sb, KERN_CRIT, "%s: jbd2_start: "
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002911 "%ld pages, ino %lu; err %d\n", __func__,
2912 wbc->nr_to_write, inode->i_ino, ret);
Mingming Cao61628a32008-07-11 19:27:31 -04002913 goto out_writepages;
2914 }
Theodore Ts'of63e6002009-02-23 16:42:39 -05002915
2916 /*
2917 * Now call __mpage_da_writepage to find the next
2918 * contiguous region of logical blocks that need
2919 * blocks to be allocated by ext4. We don't actually
2920 * submit the blocks for I/O here, even though
2921 * write_cache_pages thinks it will, and will set the
2922 * pages as clean for write before calling
2923 * __mpage_da_writepage().
2924 */
2925 mpd.b_size = 0;
2926 mpd.b_state = 0;
2927 mpd.b_blocknr = 0;
2928 mpd.first_page = 0;
2929 mpd.next_page = 0;
2930 mpd.io_done = 0;
2931 mpd.pages_written = 0;
2932 mpd.retval = 0;
2933 ret = write_cache_pages(mapping, wbc, __mpage_da_writepage,
2934 &mpd);
2935 /*
2936 * If we have a contigous extent of pages and we
2937 * haven't done the I/O yet, map the blocks and submit
2938 * them for I/O.
2939 */
2940 if (!mpd.io_done && mpd.next_page != mpd.first_page) {
2941 if (mpage_da_map_blocks(&mpd) == 0)
2942 mpage_da_submit_io(&mpd);
2943 mpd.io_done = 1;
2944 ret = MPAGE_DA_EXTENT_TAIL;
2945 }
Theodore Ts'ob3a3ca82009-08-31 23:13:11 -04002946 trace_ext4_da_write_pages(inode, &mpd);
Theodore Ts'of63e6002009-02-23 16:42:39 -05002947 wbc->nr_to_write -= mpd.pages_written;
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002948
Mingming Cao61628a32008-07-11 19:27:31 -04002949 ext4_journal_stop(handle);
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002950
Eric Sandeen8f64b322009-02-26 00:57:35 -05002951 if ((mpd.retval == -ENOSPC) && sbi->s_journal) {
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002952 /* commit the transaction which would
2953 * free blocks released in the transaction
2954 * and try again
2955 */
Aneesh Kumar K.Vdf222912008-09-08 23:05:34 -04002956 jbd2_journal_force_commit_nested(sbi->s_journal);
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002957 wbc->pages_skipped = pages_skipped;
2958 ret = 0;
2959 } else if (ret == MPAGE_DA_EXTENT_TAIL) {
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002960 /*
2961 * got one extent now try with
2962 * rest of the pages
2963 */
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002964 pages_written += mpd.pages_written;
2965 wbc->pages_skipped = pages_skipped;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002966 ret = 0;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002967 io_done = 1;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002968 } else if (wbc->nr_to_write)
Mingming Cao61628a32008-07-11 19:27:31 -04002969 /*
2970 * There is no more writeout needed
2971 * or we requested for a noblocking writeout
2972 * and we found the device congested
2973 */
Mingming Cao61628a32008-07-11 19:27:31 -04002974 break;
Mingming Cao61628a32008-07-11 19:27:31 -04002975 }
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002976 if (!io_done && !cycled) {
2977 cycled = 1;
2978 index = 0;
2979 wbc->range_start = index << PAGE_CACHE_SHIFT;
2980 wbc->range_end = mapping->writeback_index - 1;
2981 goto retry;
2982 }
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002983 if (pages_skipped != wbc->pages_skipped)
Theodore Ts'o16939182009-09-26 17:43:59 -04002984 ext4_msg(inode->i_sb, KERN_CRIT,
2985 "This should not happen leaving %s "
2986 "with nr_to_write = %ld ret = %d\n",
2987 __func__, wbc->nr_to_write, ret);
Mingming Cao61628a32008-07-11 19:27:31 -04002988
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002989 /* Update index */
2990 index += pages_written;
Aneesh Kumar K.V2acf2c22009-02-14 10:42:58 -05002991 wbc->range_cyclic = range_cyclic;
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04002992 if (wbc->range_cyclic || (range_whole && wbc->nr_to_write > 0))
2993 /*
2994 * set the writeback_index so that range_cyclic
2995 * mode will write it back later
2996 */
2997 mapping->writeback_index = index;
Aneesh Kumar K.Va1d6cc52008-08-19 21:55:02 -04002998
Mingming Cao61628a32008-07-11 19:27:31 -04002999out_writepages:
Aneesh Kumar K.V22208de2008-10-16 10:10:36 -04003000 if (!no_nrwrite_index_update)
3001 wbc->no_nrwrite_index_update = 0;
Theodore Ts'o55138e02009-09-29 13:31:31 -04003002 if (wbc->nr_to_write > nr_to_writebump)
3003 wbc->nr_to_write -= nr_to_writebump;
Theodore Ts'ode89de62009-08-31 17:00:59 -04003004 wbc->range_start = range_start;
Theodore Ts'o9bffad12009-06-17 11:48:11 -04003005 trace_ext4_da_writepages_result(inode, wbc, ret, pages_written);
Mingming Cao61628a32008-07-11 19:27:31 -04003006 return ret;
Alex Tomas64769242008-07-11 19:27:31 -04003007}
3008
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04003009#define FALL_BACK_TO_NONDELALLOC 1
3010static int ext4_nonda_switch(struct super_block *sb)
3011{
3012 s64 free_blocks, dirty_blocks;
3013 struct ext4_sb_info *sbi = EXT4_SB(sb);
3014
3015 /*
3016 * switch to non delalloc mode if we are running low
3017 * on free block. The free block accounting via percpu
Eric Dumazet179f7eb2009-01-06 14:41:04 -08003018 * counters can get slightly wrong with percpu_counter_batch getting
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04003019 * accumulated on each CPU without updating global counters
3020 * Delalloc need an accurate free block accounting. So switch
3021 * to non delalloc when we are near to error range.
3022 */
3023 free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
3024 dirty_blocks = percpu_counter_read_positive(&sbi->s_dirtyblocks_counter);
3025 if (2 * free_blocks < 3 * dirty_blocks ||
3026 free_blocks < (dirty_blocks + EXT4_FREEBLOCKS_WATERMARK)) {
3027 /*
3028 * free block count is less that 150% of dirty blocks
3029 * or free blocks is less that watermark
3030 */
3031 return 1;
3032 }
3033 return 0;
3034}
3035
Alex Tomas64769242008-07-11 19:27:31 -04003036static int ext4_da_write_begin(struct file *file, struct address_space *mapping,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04003037 loff_t pos, unsigned len, unsigned flags,
3038 struct page **pagep, void **fsdata)
Alex Tomas64769242008-07-11 19:27:31 -04003039{
Mingming Caod2a17632008-07-14 17:52:37 -04003040 int ret, retries = 0;
Alex Tomas64769242008-07-11 19:27:31 -04003041 struct page *page;
3042 pgoff_t index;
3043 unsigned from, to;
3044 struct inode *inode = mapping->host;
3045 handle_t *handle;
3046
3047 index = pos >> PAGE_CACHE_SHIFT;
3048 from = pos & (PAGE_CACHE_SIZE - 1);
3049 to = from + len;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04003050
3051 if (ext4_nonda_switch(inode->i_sb)) {
3052 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC;
3053 return ext4_write_begin(file, mapping, pos,
3054 len, flags, pagep, fsdata);
3055 }
3056 *fsdata = (void *)0;
Theodore Ts'o9bffad12009-06-17 11:48:11 -04003057 trace_ext4_da_write_begin(inode, pos, len, flags);
Mingming Caod2a17632008-07-14 17:52:37 -04003058retry:
Alex Tomas64769242008-07-11 19:27:31 -04003059 /*
3060 * With delayed allocation, we don't log the i_disksize update
3061 * if there is delayed block allocation. But we still need
3062 * to journalling the i_disksize update if writes to the end
3063 * of file which has an already mapped buffer.
3064 */
3065 handle = ext4_journal_start(inode, 1);
3066 if (IS_ERR(handle)) {
3067 ret = PTR_ERR(handle);
3068 goto out;
3069 }
Jan Karaebd36102009-02-22 21:09:59 -05003070 /* We cannot recurse into the filesystem as the transaction is already
3071 * started */
3072 flags |= AOP_FLAG_NOFS;
Alex Tomas64769242008-07-11 19:27:31 -04003073
Nick Piggin54566b22009-01-04 12:00:53 -08003074 page = grab_cache_page_write_begin(mapping, index, flags);
Eric Sandeend5a0d4f2008-08-02 18:51:06 -04003075 if (!page) {
3076 ext4_journal_stop(handle);
3077 ret = -ENOMEM;
3078 goto out;
3079 }
Alex Tomas64769242008-07-11 19:27:31 -04003080 *pagep = page;
3081
3082 ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
Theodore Ts'ob920c752009-05-14 00:54:29 -04003083 ext4_da_get_block_prep);
Alex Tomas64769242008-07-11 19:27:31 -04003084 if (ret < 0) {
3085 unlock_page(page);
3086 ext4_journal_stop(handle);
3087 page_cache_release(page);
Aneesh Kumar K.Vae4d5372008-09-13 13:10:25 -04003088 /*
3089 * block_write_begin may have instantiated a few blocks
3090 * outside i_size. Trim these off again. Don't need
3091 * i_size_read because we hold i_mutex.
3092 */
3093 if (pos + len > inode->i_size)
Jan Karaffacfa72009-07-13 16:22:22 -04003094 ext4_truncate(inode);
Alex Tomas64769242008-07-11 19:27:31 -04003095 }
3096
Mingming Caod2a17632008-07-14 17:52:37 -04003097 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
3098 goto retry;
Alex Tomas64769242008-07-11 19:27:31 -04003099out:
3100 return ret;
3101}
3102
Mingming Cao632eaea2008-07-11 19:27:31 -04003103/*
3104 * Check if we should update i_disksize
3105 * when write to the end of file but not require block allocation
3106 */
3107static int ext4_da_should_update_i_disksize(struct page *page,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04003108 unsigned long offset)
Mingming Cao632eaea2008-07-11 19:27:31 -04003109{
3110 struct buffer_head *bh;
3111 struct inode *inode = page->mapping->host;
3112 unsigned int idx;
3113 int i;
3114
3115 bh = page_buffers(page);
3116 idx = offset >> inode->i_blkbits;
3117
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003118 for (i = 0; i < idx; i++)
Mingming Cao632eaea2008-07-11 19:27:31 -04003119 bh = bh->b_this_page;
3120
Aneesh Kumar K.V29fa89d2009-05-12 16:30:27 -04003121 if (!buffer_mapped(bh) || (buffer_delay(bh)) || buffer_unwritten(bh))
Mingming Cao632eaea2008-07-11 19:27:31 -04003122 return 0;
3123 return 1;
3124}
3125
Alex Tomas64769242008-07-11 19:27:31 -04003126static int ext4_da_write_end(struct file *file,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04003127 struct address_space *mapping,
3128 loff_t pos, unsigned len, unsigned copied,
3129 struct page *page, void *fsdata)
Alex Tomas64769242008-07-11 19:27:31 -04003130{
3131 struct inode *inode = mapping->host;
3132 int ret = 0, ret2;
3133 handle_t *handle = ext4_journal_current_handle();
3134 loff_t new_i_size;
Mingming Cao632eaea2008-07-11 19:27:31 -04003135 unsigned long start, end;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04003136 int write_mode = (int)(unsigned long)fsdata;
3137
3138 if (write_mode == FALL_BACK_TO_NONDELALLOC) {
3139 if (ext4_should_order_data(inode)) {
3140 return ext4_ordered_write_end(file, mapping, pos,
3141 len, copied, page, fsdata);
3142 } else if (ext4_should_writeback_data(inode)) {
3143 return ext4_writeback_write_end(file, mapping, pos,
3144 len, copied, page, fsdata);
3145 } else {
3146 BUG();
3147 }
3148 }
Mingming Cao632eaea2008-07-11 19:27:31 -04003149
Theodore Ts'o9bffad12009-06-17 11:48:11 -04003150 trace_ext4_da_write_end(inode, pos, len, copied);
Mingming Cao632eaea2008-07-11 19:27:31 -04003151 start = pos & (PAGE_CACHE_SIZE - 1);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003152 end = start + copied - 1;
Alex Tomas64769242008-07-11 19:27:31 -04003153
3154 /*
3155 * generic_write_end() will run mark_inode_dirty() if i_size
3156 * changes. So let's piggyback the i_disksize mark_inode_dirty
3157 * into that.
3158 */
3159
3160 new_i_size = pos + copied;
Mingming Cao632eaea2008-07-11 19:27:31 -04003161 if (new_i_size > EXT4_I(inode)->i_disksize) {
3162 if (ext4_da_should_update_i_disksize(page, end)) {
3163 down_write(&EXT4_I(inode)->i_data_sem);
3164 if (new_i_size > EXT4_I(inode)->i_disksize) {
3165 /*
3166 * Updating i_disksize when extending file
3167 * without needing block allocation
3168 */
3169 if (ext4_should_order_data(inode))
3170 ret = ext4_jbd2_file_inode(handle,
3171 inode);
Alex Tomas64769242008-07-11 19:27:31 -04003172
Mingming Cao632eaea2008-07-11 19:27:31 -04003173 EXT4_I(inode)->i_disksize = new_i_size;
3174 }
3175 up_write(&EXT4_I(inode)->i_data_sem);
Aneesh Kumar K.Vcf17fea2008-09-13 13:06:18 -04003176 /* We need to mark inode dirty even if
3177 * new_i_size is less that inode->i_size
3178 * bu greater than i_disksize.(hint delalloc)
3179 */
3180 ext4_mark_inode_dirty(handle, inode);
Alex Tomas64769242008-07-11 19:27:31 -04003181 }
Mingming Cao632eaea2008-07-11 19:27:31 -04003182 }
Alex Tomas64769242008-07-11 19:27:31 -04003183 ret2 = generic_write_end(file, mapping, pos, len, copied,
3184 page, fsdata);
3185 copied = ret2;
3186 if (ret2 < 0)
3187 ret = ret2;
3188 ret2 = ext4_journal_stop(handle);
3189 if (!ret)
3190 ret = ret2;
3191
3192 return ret ? ret : copied;
3193}
3194
3195static void ext4_da_invalidatepage(struct page *page, unsigned long offset)
3196{
Alex Tomas64769242008-07-11 19:27:31 -04003197 /*
3198 * Drop reserved blocks
3199 */
3200 BUG_ON(!PageLocked(page));
3201 if (!page_has_buffers(page))
3202 goto out;
3203
Mingming Caod2a17632008-07-14 17:52:37 -04003204 ext4_da_page_release_reservation(page, offset);
Alex Tomas64769242008-07-11 19:27:31 -04003205
3206out:
3207 ext4_invalidatepage(page, offset);
3208
3209 return;
3210}
3211
Theodore Ts'occd25062009-02-26 01:04:07 -05003212/*
3213 * Force all delayed allocation blocks to be allocated for a given inode.
3214 */
3215int ext4_alloc_da_blocks(struct inode *inode)
3216{
Theodore Ts'ofb40ba02009-09-16 19:30:40 -04003217 trace_ext4_alloc_da_blocks(inode);
3218
Theodore Ts'occd25062009-02-26 01:04:07 -05003219 if (!EXT4_I(inode)->i_reserved_data_blocks &&
3220 !EXT4_I(inode)->i_reserved_meta_blocks)
3221 return 0;
3222
3223 /*
3224 * We do something simple for now. The filemap_flush() will
3225 * also start triggering a write of the data blocks, which is
3226 * not strictly speaking necessary (and for users of
3227 * laptop_mode, not even desirable). However, to do otherwise
3228 * would require replicating code paths in:
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04003229 *
Theodore Ts'occd25062009-02-26 01:04:07 -05003230 * ext4_da_writepages() ->
3231 * write_cache_pages() ---> (via passed in callback function)
3232 * __mpage_da_writepage() -->
3233 * mpage_add_bh_to_extent()
3234 * mpage_da_map_blocks()
3235 *
3236 * The problem is that write_cache_pages(), located in
3237 * mm/page-writeback.c, marks pages clean in preparation for
3238 * doing I/O, which is not desirable if we're not planning on
3239 * doing I/O at all.
3240 *
3241 * We could call write_cache_pages(), and then redirty all of
3242 * the pages by calling redirty_page_for_writeback() but that
3243 * would be ugly in the extreme. So instead we would need to
3244 * replicate parts of the code in the above functions,
3245 * simplifying them becuase we wouldn't actually intend to
3246 * write out the pages, but rather only collect contiguous
3247 * logical block extents, call the multi-block allocator, and
3248 * then update the buffer heads with the block allocations.
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04003249 *
Theodore Ts'occd25062009-02-26 01:04:07 -05003250 * For now, though, we'll cheat by calling filemap_flush(),
3251 * which will map the blocks, and start the I/O, but not
3252 * actually wait for the I/O to complete.
3253 */
3254 return filemap_flush(inode->i_mapping);
3255}
Alex Tomas64769242008-07-11 19:27:31 -04003256
3257/*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003258 * bmap() is special. It gets used by applications such as lilo and by
3259 * the swapper to find the on-disk block of a specific piece of data.
3260 *
3261 * Naturally, this is dangerous if the block concerned is still in the
Mingming Cao617ba132006-10-11 01:20:53 -07003262 * journal. If somebody makes a swapfile on an ext4 data-journaling
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003263 * filesystem and enables swap, then they may get a nasty shock when the
3264 * data getting swapped to that swapfile suddenly gets overwritten by
3265 * the original zero's written out previously to the journal and
3266 * awaiting writeback in the kernel's buffer cache.
3267 *
3268 * So, if we see any bmap calls here on a modified, data-journaled file,
3269 * take extra steps to flush any blocks which might be in the cache.
3270 */
Mingming Cao617ba132006-10-11 01:20:53 -07003271static sector_t ext4_bmap(struct address_space *mapping, sector_t block)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003272{
3273 struct inode *inode = mapping->host;
3274 journal_t *journal;
3275 int err;
3276
Alex Tomas64769242008-07-11 19:27:31 -04003277 if (mapping_tagged(mapping, PAGECACHE_TAG_DIRTY) &&
3278 test_opt(inode->i_sb, DELALLOC)) {
3279 /*
3280 * With delalloc we want to sync the file
3281 * so that we can make sure we allocate
3282 * blocks for file
3283 */
3284 filemap_write_and_wait(mapping);
3285 }
3286
Frank Mayhar03901312009-01-07 00:06:22 -05003287 if (EXT4_JOURNAL(inode) && EXT4_I(inode)->i_state & EXT4_STATE_JDATA) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003288 /*
3289 * This is a REALLY heavyweight approach, but the use of
3290 * bmap on dirty files is expected to be extremely rare:
3291 * only if we run lilo or swapon on a freshly made file
3292 * do we expect this to happen.
3293 *
3294 * (bmap requires CAP_SYS_RAWIO so this does not
3295 * represent an unprivileged user DOS attack --- we'd be
3296 * in trouble if mortal users could trigger this path at
3297 * will.)
3298 *
Mingming Cao617ba132006-10-11 01:20:53 -07003299 * NB. EXT4_STATE_JDATA is not set on files other than
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003300 * regular files. If somebody wants to bmap a directory
3301 * or symlink and gets confused because the buffer
3302 * hasn't yet been flushed to disk, they deserve
3303 * everything they get.
3304 */
3305
Mingming Cao617ba132006-10-11 01:20:53 -07003306 EXT4_I(inode)->i_state &= ~EXT4_STATE_JDATA;
3307 journal = EXT4_JOURNAL(inode);
Mingming Caodab291a2006-10-11 01:21:01 -07003308 jbd2_journal_lock_updates(journal);
3309 err = jbd2_journal_flush(journal);
3310 jbd2_journal_unlock_updates(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003311
3312 if (err)
3313 return 0;
3314 }
3315
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003316 return generic_block_bmap(mapping, block, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003317}
3318
Mingming Cao617ba132006-10-11 01:20:53 -07003319static int ext4_readpage(struct file *file, struct page *page)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003320{
Mingming Cao617ba132006-10-11 01:20:53 -07003321 return mpage_readpage(page, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003322}
3323
3324static int
Mingming Cao617ba132006-10-11 01:20:53 -07003325ext4_readpages(struct file *file, struct address_space *mapping,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003326 struct list_head *pages, unsigned nr_pages)
3327{
Mingming Cao617ba132006-10-11 01:20:53 -07003328 return mpage_readpages(mapping, pages, nr_pages, ext4_get_block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003329}
3330
Mingming Cao617ba132006-10-11 01:20:53 -07003331static void ext4_invalidatepage(struct page *page, unsigned long offset)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003332{
Mingming Cao617ba132006-10-11 01:20:53 -07003333 journal_t *journal = EXT4_JOURNAL(page->mapping->host);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003334
3335 /*
3336 * If it's a full truncate we just forget about the pending dirtying
3337 */
3338 if (offset == 0)
3339 ClearPageChecked(page);
3340
Frank Mayhar03901312009-01-07 00:06:22 -05003341 if (journal)
3342 jbd2_journal_invalidatepage(journal, page, offset);
3343 else
3344 block_invalidatepage(page, offset);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003345}
3346
Mingming Cao617ba132006-10-11 01:20:53 -07003347static int ext4_releasepage(struct page *page, gfp_t wait)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003348{
Mingming Cao617ba132006-10-11 01:20:53 -07003349 journal_t *journal = EXT4_JOURNAL(page->mapping->host);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003350
3351 WARN_ON(PageChecked(page));
3352 if (!page_has_buffers(page))
3353 return 0;
Frank Mayhar03901312009-01-07 00:06:22 -05003354 if (journal)
3355 return jbd2_journal_try_to_free_buffers(journal, page, wait);
3356 else
3357 return try_to_free_buffers(page);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003358}
3359
3360/*
Mingming Cao4c0425f2009-09-28 15:48:41 -04003361 * O_DIRECT for ext3 (or indirect map) based files
3362 *
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003363 * If the O_DIRECT write will extend the file then add this inode to the
3364 * orphan list. So recovery will truncate it back to the original size
3365 * if the machine crashes during the write.
3366 *
3367 * If the O_DIRECT write is intantiating holes inside i_size and the machine
Jan Kara7fb54092008-02-10 01:08:38 -05003368 * crashes then stale disk data _may_ be exposed inside the file. But current
3369 * VFS code falls back into buffered path in that case so we are safe.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003370 */
Mingming Cao4c0425f2009-09-28 15:48:41 -04003371static ssize_t ext4_ind_direct_IO(int rw, struct kiocb *iocb,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04003372 const struct iovec *iov, loff_t offset,
3373 unsigned long nr_segs)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003374{
3375 struct file *file = iocb->ki_filp;
3376 struct inode *inode = file->f_mapping->host;
Mingming Cao617ba132006-10-11 01:20:53 -07003377 struct ext4_inode_info *ei = EXT4_I(inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003378 handle_t *handle;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003379 ssize_t ret;
3380 int orphan = 0;
3381 size_t count = iov_length(iov, nr_segs);
Eric Sandeenfbbf6942009-10-02 21:20:55 -04003382 int retries = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003383
3384 if (rw == WRITE) {
3385 loff_t final_size = offset + count;
3386
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003387 if (final_size > inode->i_size) {
Jan Kara7fb54092008-02-10 01:08:38 -05003388 /* Credits for sb + inode write */
3389 handle = ext4_journal_start(inode, 2);
3390 if (IS_ERR(handle)) {
3391 ret = PTR_ERR(handle);
3392 goto out;
3393 }
Mingming Cao617ba132006-10-11 01:20:53 -07003394 ret = ext4_orphan_add(handle, inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003395 if (ret) {
3396 ext4_journal_stop(handle);
3397 goto out;
3398 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003399 orphan = 1;
3400 ei->i_disksize = inode->i_size;
Jan Kara7fb54092008-02-10 01:08:38 -05003401 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003402 }
3403 }
3404
Eric Sandeenfbbf6942009-10-02 21:20:55 -04003405retry:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003406 ret = blockdev_direct_IO(rw, iocb, inode, inode->i_sb->s_bdev, iov,
3407 offset, nr_segs,
Mingming Cao617ba132006-10-11 01:20:53 -07003408 ext4_get_block, NULL);
Eric Sandeenfbbf6942009-10-02 21:20:55 -04003409 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
3410 goto retry;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003411
Jan Kara7fb54092008-02-10 01:08:38 -05003412 if (orphan) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003413 int err;
3414
Jan Kara7fb54092008-02-10 01:08:38 -05003415 /* Credits for sb + inode write */
3416 handle = ext4_journal_start(inode, 2);
3417 if (IS_ERR(handle)) {
3418 /* This is really bad luck. We've written the data
3419 * but cannot extend i_size. Bail out and pretend
3420 * the write failed... */
3421 ret = PTR_ERR(handle);
3422 goto out;
3423 }
3424 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07003425 ext4_orphan_del(handle, inode);
Jan Kara7fb54092008-02-10 01:08:38 -05003426 if (ret > 0) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003427 loff_t end = offset + ret;
3428 if (end > inode->i_size) {
3429 ei->i_disksize = end;
3430 i_size_write(inode, end);
3431 /*
3432 * We're going to return a positive `ret'
3433 * here due to non-zero-length I/O, so there's
3434 * no way of reporting error returns from
Mingming Cao617ba132006-10-11 01:20:53 -07003435 * ext4_mark_inode_dirty() to userspace. So
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003436 * ignore it.
3437 */
Mingming Cao617ba132006-10-11 01:20:53 -07003438 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003439 }
3440 }
Mingming Cao617ba132006-10-11 01:20:53 -07003441 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003442 if (ret == 0)
3443 ret = err;
3444 }
3445out:
3446 return ret;
3447}
3448
Mingming Cao4c0425f2009-09-28 15:48:41 -04003449/* Maximum number of blocks we map for direct IO at once. */
3450
3451static int ext4_get_block_dio_write(struct inode *inode, sector_t iblock,
3452 struct buffer_head *bh_result, int create)
3453{
3454 handle_t *handle = NULL;
3455 int ret = 0;
3456 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
3457 int dio_credits;
3458
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003459 ext4_debug("ext4_get_block_dio_write: inode %lu, create flag %d\n",
3460 inode->i_ino, create);
Mingming Cao4c0425f2009-09-28 15:48:41 -04003461 /*
3462 * DIO VFS code passes create = 0 flag for write to
3463 * the middle of file. It does this to avoid block
3464 * allocation for holes, to prevent expose stale data
3465 * out when there is parallel buffered read (which does
3466 * not hold the i_mutex lock) while direct IO write has
3467 * not completed. DIO request on holes finally falls back
3468 * to buffered IO for this reason.
3469 *
3470 * For ext4 extent based file, since we support fallocate,
3471 * new allocated extent as uninitialized, for holes, we
3472 * could fallocate blocks for holes, thus parallel
3473 * buffered IO read will zero out the page when read on
3474 * a hole while parallel DIO write to the hole has not completed.
3475 *
3476 * when we come here, we know it's a direct IO write to
3477 * to the middle of file (<i_size)
3478 * so it's safe to override the create flag from VFS.
3479 */
3480 create = EXT4_GET_BLOCKS_DIO_CREATE_EXT;
3481
3482 if (max_blocks > DIO_MAX_BLOCKS)
3483 max_blocks = DIO_MAX_BLOCKS;
3484 dio_credits = ext4_chunk_trans_blocks(inode, max_blocks);
3485 handle = ext4_journal_start(inode, dio_credits);
3486 if (IS_ERR(handle)) {
3487 ret = PTR_ERR(handle);
3488 goto out;
3489 }
3490 ret = ext4_get_blocks(handle, inode, iblock, max_blocks, bh_result,
3491 create);
3492 if (ret > 0) {
3493 bh_result->b_size = (ret << inode->i_blkbits);
3494 ret = 0;
3495 }
3496 ext4_journal_stop(handle);
3497out:
3498 return ret;
3499}
3500
Mingming Cao4c0425f2009-09-28 15:48:41 -04003501static void ext4_free_io_end(ext4_io_end_t *io)
3502{
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003503 BUG_ON(!io);
3504 iput(io->inode);
Mingming Cao4c0425f2009-09-28 15:48:41 -04003505 kfree(io);
3506}
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003507static void dump_aio_dio_list(struct inode * inode)
3508{
3509#ifdef EXT4_DEBUG
3510 struct list_head *cur, *before, *after;
3511 ext4_io_end_t *io, *io0, *io1;
3512
3513 if (list_empty(&EXT4_I(inode)->i_aio_dio_complete_list)){
3514 ext4_debug("inode %lu aio dio list is empty\n", inode->i_ino);
3515 return;
3516 }
3517
3518 ext4_debug("Dump inode %lu aio_dio_completed_IO list \n", inode->i_ino);
3519 list_for_each_entry(io, &EXT4_I(inode)->i_aio_dio_complete_list, list){
3520 cur = &io->list;
3521 before = cur->prev;
3522 io0 = container_of(before, ext4_io_end_t, list);
3523 after = cur->next;
3524 io1 = container_of(after, ext4_io_end_t, list);
3525
3526 ext4_debug("io 0x%p from inode %lu,prev 0x%p,next 0x%p\n",
3527 io, inode->i_ino, io0, io1);
3528 }
3529#endif
3530}
Mingming Cao4c0425f2009-09-28 15:48:41 -04003531
3532/*
Mingming Cao4c0425f2009-09-28 15:48:41 -04003533 * check a range of space and convert unwritten extents to written.
3534 */
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003535static int ext4_end_aio_dio_nolock(ext4_io_end_t *io)
Mingming Cao4c0425f2009-09-28 15:48:41 -04003536{
Mingming Cao4c0425f2009-09-28 15:48:41 -04003537 struct inode *inode = io->inode;
3538 loff_t offset = io->offset;
3539 size_t size = io->size;
3540 int ret = 0;
Mingming Cao4c0425f2009-09-28 15:48:41 -04003541
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003542 ext4_debug("end_aio_dio_onlock: io 0x%p from inode %lu,list->next 0x%p,"
3543 "list->prev 0x%p\n",
3544 io, inode->i_ino, io->list.next, io->list.prev);
3545
3546 if (list_empty(&io->list))
3547 return ret;
3548
3549 if (io->flag != DIO_AIO_UNWRITTEN)
3550 return ret;
3551
Mingming Cao4c0425f2009-09-28 15:48:41 -04003552 if (offset + size <= i_size_read(inode))
3553 ret = ext4_convert_unwritten_extents(inode, offset, size);
3554
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003555 if (ret < 0) {
Mingming Cao4c0425f2009-09-28 15:48:41 -04003556 printk(KERN_EMERG "%s: failed to convert unwritten"
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003557 "extents to written extents, error is %d"
3558 " io is still on inode %lu aio dio list\n",
3559 __func__, ret, inode->i_ino);
3560 return ret;
3561 }
Mingming Cao4c0425f2009-09-28 15:48:41 -04003562
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003563 /* clear the DIO AIO unwritten flag */
3564 io->flag = 0;
3565 return ret;
3566}
3567/*
3568 * work on completed aio dio IO, to convert unwritten extents to extents
3569 */
3570static void ext4_end_aio_dio_work(struct work_struct *work)
3571{
3572 ext4_io_end_t *io = container_of(work, ext4_io_end_t, work);
3573 struct inode *inode = io->inode;
3574 int ret = 0;
3575
3576 mutex_lock(&inode->i_mutex);
3577 ret = ext4_end_aio_dio_nolock(io);
3578 if (ret >= 0) {
3579 if (!list_empty(&io->list))
3580 list_del_init(&io->list);
3581 ext4_free_io_end(io);
3582 }
3583 mutex_unlock(&inode->i_mutex);
3584}
3585/*
3586 * This function is called from ext4_sync_file().
3587 *
3588 * When AIO DIO IO is completed, the work to convert unwritten
3589 * extents to written is queued on workqueue but may not get immediately
3590 * scheduled. When fsync is called, we need to ensure the
3591 * conversion is complete before fsync returns.
3592 * The inode keeps track of a list of completed AIO from DIO path
3593 * that might needs to do the conversion. This function walks through
3594 * the list and convert the related unwritten extents to written.
3595 */
3596int flush_aio_dio_completed_IO(struct inode *inode)
3597{
3598 ext4_io_end_t *io;
3599 int ret = 0;
3600 int ret2 = 0;
3601
3602 if (list_empty(&EXT4_I(inode)->i_aio_dio_complete_list))
3603 return ret;
3604
3605 dump_aio_dio_list(inode);
3606 while (!list_empty(&EXT4_I(inode)->i_aio_dio_complete_list)){
3607 io = list_entry(EXT4_I(inode)->i_aio_dio_complete_list.next,
3608 ext4_io_end_t, list);
3609 /*
3610 * Calling ext4_end_aio_dio_nolock() to convert completed
3611 * IO to written.
3612 *
3613 * When ext4_sync_file() is called, run_queue() may already
3614 * about to flush the work corresponding to this io structure.
3615 * It will be upset if it founds the io structure related
3616 * to the work-to-be schedule is freed.
3617 *
3618 * Thus we need to keep the io structure still valid here after
3619 * convertion finished. The io structure has a flag to
3620 * avoid double converting from both fsync and background work
3621 * queue work.
3622 */
3623 ret = ext4_end_aio_dio_nolock(io);
3624 if (ret < 0)
3625 ret2 = ret;
3626 else
3627 list_del_init(&io->list);
3628 }
3629 return (ret2 < 0) ? ret2 : 0;
Mingming Cao4c0425f2009-09-28 15:48:41 -04003630}
3631
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003632static ext4_io_end_t *ext4_init_io_end (struct inode *inode)
Mingming Cao4c0425f2009-09-28 15:48:41 -04003633{
3634 ext4_io_end_t *io = NULL;
3635
3636 io = kmalloc(sizeof(*io), GFP_NOFS);
3637
3638 if (io) {
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003639 igrab(inode);
Mingming Cao4c0425f2009-09-28 15:48:41 -04003640 io->inode = inode;
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003641 io->flag = 0;
Mingming Cao4c0425f2009-09-28 15:48:41 -04003642 io->offset = 0;
3643 io->size = 0;
3644 io->error = 0;
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003645 INIT_WORK(&io->work, ext4_end_aio_dio_work);
3646 INIT_LIST_HEAD(&io->list);
Mingming Cao4c0425f2009-09-28 15:48:41 -04003647 }
3648
3649 return io;
3650}
3651
3652static void ext4_end_io_dio(struct kiocb *iocb, loff_t offset,
3653 ssize_t size, void *private)
3654{
3655 ext4_io_end_t *io_end = iocb->private;
3656 struct workqueue_struct *wq;
3657
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003658 ext_debug("ext4_end_io_dio(): io_end 0x%p"
3659 "for inode %lu, iocb 0x%p, offset %llu, size %llu\n",
3660 iocb->private, io_end->inode->i_ino, iocb, offset,
3661 size);
3662 /* if not async direct IO or dio with 0 bytes write, just return */
3663 if (!io_end || !size)
Mingming Cao4c0425f2009-09-28 15:48:41 -04003664 return;
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003665
3666 /* if not aio dio with unwritten extents, just free io and return */
3667 if (io_end->flag != DIO_AIO_UNWRITTEN){
3668 ext4_free_io_end(io_end);
3669 iocb->private = NULL;
3670 return;
3671 }
3672
Mingming Cao4c0425f2009-09-28 15:48:41 -04003673 io_end->offset = offset;
3674 io_end->size = size;
3675 wq = EXT4_SB(io_end->inode->i_sb)->dio_unwritten_wq;
3676
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003677 /* queue the work to convert unwritten extents to written */
Mingming Cao4c0425f2009-09-28 15:48:41 -04003678 queue_work(wq, &io_end->work);
3679
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003680 /* Add the io_end to per-inode completed aio dio list*/
3681 list_add_tail(&io_end->list,
3682 &EXT4_I(io_end->inode)->i_aio_dio_complete_list);
Mingming Cao4c0425f2009-09-28 15:48:41 -04003683 iocb->private = NULL;
3684}
3685/*
3686 * For ext4 extent files, ext4 will do direct-io write to holes,
3687 * preallocated extents, and those write extend the file, no need to
3688 * fall back to buffered IO.
3689 *
3690 * For holes, we fallocate those blocks, mark them as unintialized
3691 * If those blocks were preallocated, we mark sure they are splited, but
3692 * still keep the range to write as unintialized.
3693 *
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003694 * The unwrritten extents will be converted to written when DIO is completed.
3695 * For async direct IO, since the IO may still pending when return, we
3696 * set up an end_io call back function, which will do the convertion
3697 * when async direct IO completed.
Mingming Cao4c0425f2009-09-28 15:48:41 -04003698 *
3699 * If the O_DIRECT write will extend the file then add this inode to the
3700 * orphan list. So recovery will truncate it back to the original size
3701 * if the machine crashes during the write.
3702 *
3703 */
3704static ssize_t ext4_ext_direct_IO(int rw, struct kiocb *iocb,
3705 const struct iovec *iov, loff_t offset,
3706 unsigned long nr_segs)
3707{
3708 struct file *file = iocb->ki_filp;
3709 struct inode *inode = file->f_mapping->host;
3710 ssize_t ret;
3711 size_t count = iov_length(iov, nr_segs);
3712
3713 loff_t final_size = offset + count;
3714 if (rw == WRITE && final_size <= inode->i_size) {
3715 /*
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003716 * We could direct write to holes and fallocate.
3717 *
3718 * Allocated blocks to fill the hole are marked as uninitialized
Mingming Cao4c0425f2009-09-28 15:48:41 -04003719 * to prevent paralel buffered read to expose the stale data
3720 * before DIO complete the data IO.
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003721 *
3722 * As to previously fallocated extents, ext4 get_block
Mingming Cao4c0425f2009-09-28 15:48:41 -04003723 * will just simply mark the buffer mapped but still
3724 * keep the extents uninitialized.
3725 *
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003726 * for non AIO case, we will convert those unwritten extents
3727 * to written after return back from blockdev_direct_IO.
3728 *
3729 * for async DIO, the conversion needs to be defered when
3730 * the IO is completed. The ext4 end_io callback function
3731 * will be called to take care of the conversion work.
3732 * Here for async case, we allocate an io_end structure to
3733 * hook to the iocb.
Mingming Cao4c0425f2009-09-28 15:48:41 -04003734 */
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003735 iocb->private = NULL;
3736 EXT4_I(inode)->cur_aio_dio = NULL;
3737 if (!is_sync_kiocb(iocb)) {
3738 iocb->private = ext4_init_io_end(inode);
3739 if (!iocb->private)
3740 return -ENOMEM;
3741 /*
3742 * we save the io structure for current async
3743 * direct IO, so that later ext4_get_blocks()
3744 * could flag the io structure whether there
3745 * is a unwritten extents needs to be converted
3746 * when IO is completed.
3747 */
3748 EXT4_I(inode)->cur_aio_dio = iocb->private;
3749 }
3750
Mingming Cao4c0425f2009-09-28 15:48:41 -04003751 ret = blockdev_direct_IO(rw, iocb, inode,
3752 inode->i_sb->s_bdev, iov,
3753 offset, nr_segs,
3754 ext4_get_block_dio_write,
3755 ext4_end_io_dio);
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003756 if (iocb->private)
3757 EXT4_I(inode)->cur_aio_dio = NULL;
3758 /*
3759 * The io_end structure takes a reference to the inode,
3760 * that structure needs to be destroyed and the
3761 * reference to the inode need to be dropped, when IO is
3762 * complete, even with 0 byte write, or failed.
3763 *
3764 * In the successful AIO DIO case, the io_end structure will be
3765 * desctroyed and the reference to the inode will be dropped
3766 * after the end_io call back function is called.
3767 *
3768 * In the case there is 0 byte write, or error case, since
3769 * VFS direct IO won't invoke the end_io call back function,
3770 * we need to free the end_io structure here.
3771 */
3772 if (ret != -EIOCBQUEUED && ret <= 0 && iocb->private) {
3773 ext4_free_io_end(iocb->private);
3774 iocb->private = NULL;
3775 } else if (ret > 0)
3776 /*
3777 * for non AIO case, since the IO is already
3778 * completed, we could do the convertion right here
3779 */
3780 ret = ext4_convert_unwritten_extents(inode,
3781 offset, ret);
Mingming Cao4c0425f2009-09-28 15:48:41 -04003782 return ret;
3783 }
Mingming Cao8d5d02e2009-09-28 15:48:29 -04003784
3785 /* for write the the end of file case, we fall back to old way */
Mingming Cao4c0425f2009-09-28 15:48:41 -04003786 return ext4_ind_direct_IO(rw, iocb, iov, offset, nr_segs);
3787}
3788
3789static ssize_t ext4_direct_IO(int rw, struct kiocb *iocb,
3790 const struct iovec *iov, loff_t offset,
3791 unsigned long nr_segs)
3792{
3793 struct file *file = iocb->ki_filp;
3794 struct inode *inode = file->f_mapping->host;
3795
3796 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL)
3797 return ext4_ext_direct_IO(rw, iocb, iov, offset, nr_segs);
3798
3799 return ext4_ind_direct_IO(rw, iocb, iov, offset, nr_segs);
3800}
3801
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003802/*
Mingming Cao617ba132006-10-11 01:20:53 -07003803 * Pages can be marked dirty completely asynchronously from ext4's journalling
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003804 * activity. By filemap_sync_pte(), try_to_unmap_one(), etc. We cannot do
3805 * much here because ->set_page_dirty is called under VFS locks. The page is
3806 * not necessarily locked.
3807 *
3808 * We cannot just dirty the page and leave attached buffers clean, because the
3809 * buffers' dirty state is "definitive". We cannot just set the buffers dirty
3810 * or jbddirty because all the journalling code will explode.
3811 *
3812 * So what we do is to mark the page "pending dirty" and next time writepage
3813 * is called, propagate that into the buffers appropriately.
3814 */
Mingming Cao617ba132006-10-11 01:20:53 -07003815static int ext4_journalled_set_page_dirty(struct page *page)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003816{
3817 SetPageChecked(page);
3818 return __set_page_dirty_nobuffers(page);
3819}
3820
Mingming Cao617ba132006-10-11 01:20:53 -07003821static const struct address_space_operations ext4_ordered_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003822 .readpage = ext4_readpage,
3823 .readpages = ext4_readpages,
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04003824 .writepage = ext4_writepage,
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003825 .sync_page = block_sync_page,
3826 .write_begin = ext4_write_begin,
3827 .write_end = ext4_ordered_write_end,
3828 .bmap = ext4_bmap,
3829 .invalidatepage = ext4_invalidatepage,
3830 .releasepage = ext4_releasepage,
3831 .direct_IO = ext4_direct_IO,
3832 .migratepage = buffer_migrate_page,
3833 .is_partially_uptodate = block_is_partially_uptodate,
Andi Kleenaa261f52009-09-16 11:50:16 +02003834 .error_remove_page = generic_error_remove_page,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003835};
3836
Mingming Cao617ba132006-10-11 01:20:53 -07003837static const struct address_space_operations ext4_writeback_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003838 .readpage = ext4_readpage,
3839 .readpages = ext4_readpages,
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04003840 .writepage = ext4_writepage,
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003841 .sync_page = block_sync_page,
3842 .write_begin = ext4_write_begin,
3843 .write_end = ext4_writeback_write_end,
3844 .bmap = ext4_bmap,
3845 .invalidatepage = ext4_invalidatepage,
3846 .releasepage = ext4_releasepage,
3847 .direct_IO = ext4_direct_IO,
3848 .migratepage = buffer_migrate_page,
3849 .is_partially_uptodate = block_is_partially_uptodate,
Andi Kleenaa261f52009-09-16 11:50:16 +02003850 .error_remove_page = generic_error_remove_page,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003851};
3852
Mingming Cao617ba132006-10-11 01:20:53 -07003853static const struct address_space_operations ext4_journalled_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003854 .readpage = ext4_readpage,
3855 .readpages = ext4_readpages,
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04003856 .writepage = ext4_writepage,
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003857 .sync_page = block_sync_page,
3858 .write_begin = ext4_write_begin,
3859 .write_end = ext4_journalled_write_end,
3860 .set_page_dirty = ext4_journalled_set_page_dirty,
3861 .bmap = ext4_bmap,
3862 .invalidatepage = ext4_invalidatepage,
3863 .releasepage = ext4_releasepage,
3864 .is_partially_uptodate = block_is_partially_uptodate,
Andi Kleenaa261f52009-09-16 11:50:16 +02003865 .error_remove_page = generic_error_remove_page,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003866};
3867
Alex Tomas64769242008-07-11 19:27:31 -04003868static const struct address_space_operations ext4_da_aops = {
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003869 .readpage = ext4_readpage,
3870 .readpages = ext4_readpages,
Aneesh Kumar K.V43ce1d22009-06-14 17:58:45 -04003871 .writepage = ext4_writepage,
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07003872 .writepages = ext4_da_writepages,
3873 .sync_page = block_sync_page,
3874 .write_begin = ext4_da_write_begin,
3875 .write_end = ext4_da_write_end,
3876 .bmap = ext4_bmap,
3877 .invalidatepage = ext4_da_invalidatepage,
3878 .releasepage = ext4_releasepage,
3879 .direct_IO = ext4_direct_IO,
3880 .migratepage = buffer_migrate_page,
3881 .is_partially_uptodate = block_is_partially_uptodate,
Andi Kleenaa261f52009-09-16 11:50:16 +02003882 .error_remove_page = generic_error_remove_page,
Alex Tomas64769242008-07-11 19:27:31 -04003883};
3884
Mingming Cao617ba132006-10-11 01:20:53 -07003885void ext4_set_aops(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003886{
Aneesh Kumar K.Vcd1aac32008-07-11 19:27:31 -04003887 if (ext4_should_order_data(inode) &&
3888 test_opt(inode->i_sb, DELALLOC))
3889 inode->i_mapping->a_ops = &ext4_da_aops;
3890 else if (ext4_should_order_data(inode))
Mingming Cao617ba132006-10-11 01:20:53 -07003891 inode->i_mapping->a_ops = &ext4_ordered_aops;
Alex Tomas64769242008-07-11 19:27:31 -04003892 else if (ext4_should_writeback_data(inode) &&
3893 test_opt(inode->i_sb, DELALLOC))
3894 inode->i_mapping->a_ops = &ext4_da_aops;
Mingming Cao617ba132006-10-11 01:20:53 -07003895 else if (ext4_should_writeback_data(inode))
3896 inode->i_mapping->a_ops = &ext4_writeback_aops;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003897 else
Mingming Cao617ba132006-10-11 01:20:53 -07003898 inode->i_mapping->a_ops = &ext4_journalled_aops;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003899}
3900
3901/*
Mingming Cao617ba132006-10-11 01:20:53 -07003902 * ext4_block_truncate_page() zeroes out a mapping from file offset `from'
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003903 * up to the end of the block which corresponds to `from'.
3904 * This required during truncate. We need to physically zero the tail end
3905 * of that block so it doesn't yield old data if the file is later grown.
3906 */
Jan Karacf108bc2008-07-11 19:27:31 -04003907int ext4_block_truncate_page(handle_t *handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003908 struct address_space *mapping, loff_t from)
3909{
Mingming Cao617ba132006-10-11 01:20:53 -07003910 ext4_fsblk_t index = from >> PAGE_CACHE_SHIFT;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003911 unsigned offset = from & (PAGE_CACHE_SIZE-1);
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05003912 unsigned blocksize, length, pos;
3913 ext4_lblk_t iblock;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003914 struct inode *inode = mapping->host;
3915 struct buffer_head *bh;
Jan Karacf108bc2008-07-11 19:27:31 -04003916 struct page *page;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003917 int err = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003918
Theodore Ts'of4a01012009-07-05 22:08:16 -04003919 page = find_or_create_page(mapping, from >> PAGE_CACHE_SHIFT,
3920 mapping_gfp_mask(mapping) & ~__GFP_FS);
Jan Karacf108bc2008-07-11 19:27:31 -04003921 if (!page)
3922 return -EINVAL;
3923
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003924 blocksize = inode->i_sb->s_blocksize;
3925 length = blocksize - (offset & (blocksize - 1));
3926 iblock = index << (PAGE_CACHE_SHIFT - inode->i_sb->s_blocksize_bits);
3927
3928 /*
3929 * For "nobh" option, we can only work if we don't need to
3930 * read-in the page - otherwise we create buffers to do the IO.
3931 */
3932 if (!page_has_buffers(page) && test_opt(inode->i_sb, NOBH) &&
Mingming Cao617ba132006-10-11 01:20:53 -07003933 ext4_should_writeback_data(inode) && PageUptodate(page)) {
Christoph Lametereebd2aa2008-02-04 22:28:29 -08003934 zero_user(page, offset, length);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003935 set_page_dirty(page);
3936 goto unlock;
3937 }
3938
3939 if (!page_has_buffers(page))
3940 create_empty_buffers(page, blocksize, 0);
3941
3942 /* Find the buffer that contains "offset" */
3943 bh = page_buffers(page);
3944 pos = blocksize;
3945 while (offset >= pos) {
3946 bh = bh->b_this_page;
3947 iblock++;
3948 pos += blocksize;
3949 }
3950
3951 err = 0;
3952 if (buffer_freed(bh)) {
3953 BUFFER_TRACE(bh, "freed: skip");
3954 goto unlock;
3955 }
3956
3957 if (!buffer_mapped(bh)) {
3958 BUFFER_TRACE(bh, "unmapped");
Mingming Cao617ba132006-10-11 01:20:53 -07003959 ext4_get_block(inode, iblock, bh, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003960 /* unmapped? It's a hole - nothing to do */
3961 if (!buffer_mapped(bh)) {
3962 BUFFER_TRACE(bh, "still unmapped");
3963 goto unlock;
3964 }
3965 }
3966
3967 /* Ok, it's mapped. Make sure it's up-to-date */
3968 if (PageUptodate(page))
3969 set_buffer_uptodate(bh);
3970
3971 if (!buffer_uptodate(bh)) {
3972 err = -EIO;
3973 ll_rw_block(READ, 1, &bh);
3974 wait_on_buffer(bh);
3975 /* Uhhuh. Read error. Complain and punt. */
3976 if (!buffer_uptodate(bh))
3977 goto unlock;
3978 }
3979
Mingming Cao617ba132006-10-11 01:20:53 -07003980 if (ext4_should_journal_data(inode)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003981 BUFFER_TRACE(bh, "get write access");
Mingming Cao617ba132006-10-11 01:20:53 -07003982 err = ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003983 if (err)
3984 goto unlock;
3985 }
3986
Christoph Lametereebd2aa2008-02-04 22:28:29 -08003987 zero_user(page, offset, length);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003988
3989 BUFFER_TRACE(bh, "zeroed end of block");
3990
3991 err = 0;
Mingming Cao617ba132006-10-11 01:20:53 -07003992 if (ext4_should_journal_data(inode)) {
Frank Mayhar03901312009-01-07 00:06:22 -05003993 err = ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003994 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07003995 if (ext4_should_order_data(inode))
Jan Kara678aaf42008-07-11 19:27:31 -04003996 err = ext4_jbd2_file_inode(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003997 mark_buffer_dirty(bh);
3998 }
3999
4000unlock:
4001 unlock_page(page);
4002 page_cache_release(page);
4003 return err;
4004}
4005
4006/*
4007 * Probably it should be a library function... search for first non-zero word
4008 * or memcmp with zero_page, whatever is better for particular architecture.
4009 * Linus?
4010 */
4011static inline int all_zeroes(__le32 *p, __le32 *q)
4012{
4013 while (p < q)
4014 if (*p++)
4015 return 0;
4016 return 1;
4017}
4018
4019/**
Mingming Cao617ba132006-10-11 01:20:53 -07004020 * ext4_find_shared - find the indirect blocks for partial truncation.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004021 * @inode: inode in question
4022 * @depth: depth of the affected branch
Mingming Cao617ba132006-10-11 01:20:53 -07004023 * @offsets: offsets of pointers in that branch (see ext4_block_to_path)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004024 * @chain: place to store the pointers to partial indirect blocks
4025 * @top: place to the (detached) top of branch
4026 *
Mingming Cao617ba132006-10-11 01:20:53 -07004027 * This is a helper function used by ext4_truncate().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004028 *
4029 * When we do truncate() we may have to clean the ends of several
4030 * indirect blocks but leave the blocks themselves alive. Block is
4031 * partially truncated if some data below the new i_size is refered
4032 * from it (and it is on the path to the first completely truncated
4033 * data block, indeed). We have to free the top of that path along
4034 * with everything to the right of the path. Since no allocation
Mingming Cao617ba132006-10-11 01:20:53 -07004035 * past the truncation point is possible until ext4_truncate()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004036 * finishes, we may safely do the latter, but top of branch may
4037 * require special attention - pageout below the truncation point
4038 * might try to populate it.
4039 *
4040 * We atomically detach the top of branch from the tree, store the
4041 * block number of its root in *@top, pointers to buffer_heads of
4042 * partially truncated blocks - in @chain[].bh and pointers to
4043 * their last elements that should not be removed - in
4044 * @chain[].p. Return value is the pointer to last filled element
4045 * of @chain.
4046 *
4047 * The work left to caller to do the actual freeing of subtrees:
4048 * a) free the subtree starting from *@top
4049 * b) free the subtrees whose roots are stored in
4050 * (@chain[i].p+1 .. end of @chain[i].bh->b_data)
4051 * c) free the subtrees growing from the inode past the @chain[0].
4052 * (no partially truncated stuff there). */
4053
Mingming Cao617ba132006-10-11 01:20:53 -07004054static Indirect *ext4_find_shared(struct inode *inode, int depth,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004055 ext4_lblk_t offsets[4], Indirect chain[4],
4056 __le32 *top)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004057{
4058 Indirect *partial, *p;
4059 int k, err;
4060
4061 *top = 0;
4062 /* Make k index the deepest non-null offest + 1 */
4063 for (k = depth; k > 1 && !offsets[k-1]; k--)
4064 ;
Mingming Cao617ba132006-10-11 01:20:53 -07004065 partial = ext4_get_branch(inode, k, offsets, chain, &err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004066 /* Writer: pointers */
4067 if (!partial)
4068 partial = chain + k-1;
4069 /*
4070 * If the branch acquired continuation since we've looked at it -
4071 * fine, it should all survive and (new) top doesn't belong to us.
4072 */
4073 if (!partial->key && *partial->p)
4074 /* Writer: end */
4075 goto no_top;
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004076 for (p = partial; (p > chain) && all_zeroes((__le32 *) p->bh->b_data, p->p); p--)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004077 ;
4078 /*
4079 * OK, we've found the last block that must survive. The rest of our
4080 * branch should be detached before unlocking. However, if that rest
4081 * of branch is all ours and does not grow immediately from the inode
4082 * it's easier to cheat and just decrement partial->p.
4083 */
4084 if (p == chain + k - 1 && p > chain) {
4085 p->p--;
4086 } else {
4087 *top = *p->p;
Mingming Cao617ba132006-10-11 01:20:53 -07004088 /* Nope, don't do this in ext4. Must leave the tree intact */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004089#if 0
4090 *p->p = 0;
4091#endif
4092 }
4093 /* Writer: end */
4094
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004095 while (partial > p) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004096 brelse(partial->bh);
4097 partial--;
4098 }
4099no_top:
4100 return partial;
4101}
4102
4103/*
4104 * Zero a number of block pointers in either an inode or an indirect block.
4105 * If we restart the transaction we must again get write access to the
4106 * indirect block for further modification.
4107 *
4108 * We release `count' blocks on disk, but (last - first) may be greater
4109 * than `count' because there can be holes in there.
4110 */
Mingming Cao617ba132006-10-11 01:20:53 -07004111static void ext4_clear_blocks(handle_t *handle, struct inode *inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004112 struct buffer_head *bh,
4113 ext4_fsblk_t block_to_free,
4114 unsigned long count, __le32 *first,
4115 __le32 *last)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004116{
4117 __le32 *p;
4118 if (try_to_extend_transaction(handle, inode)) {
4119 if (bh) {
Frank Mayhar03901312009-01-07 00:06:22 -05004120 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
4121 ext4_handle_dirty_metadata(handle, inode, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004122 }
Mingming Cao617ba132006-10-11 01:20:53 -07004123 ext4_mark_inode_dirty(handle, inode);
Jan Kara487caee2009-08-17 22:17:20 -04004124 ext4_truncate_restart_trans(handle, inode,
4125 blocks_for_truncate(inode));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004126 if (bh) {
4127 BUFFER_TRACE(bh, "retaking write access");
Mingming Cao617ba132006-10-11 01:20:53 -07004128 ext4_journal_get_write_access(handle, bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004129 }
4130 }
4131
4132 /*
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004133 * Any buffers which are on the journal will be in memory. We
4134 * find them on the hash table so jbd2_journal_revoke() will
4135 * run jbd2_journal_forget() on them. We've already detached
4136 * each block from the file, so bforget() in
4137 * jbd2_journal_forget() should be safe.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004138 *
Mingming Caodab291a2006-10-11 01:21:01 -07004139 * AKPM: turn on bforget in jbd2_journal_forget()!!!
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004140 */
4141 for (p = first; p < last; p++) {
4142 u32 nr = le32_to_cpu(*p);
4143 if (nr) {
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05004144 struct buffer_head *tbh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004145
4146 *p = 0;
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05004147 tbh = sb_find_get_block(inode->i_sb, nr);
4148 ext4_forget(handle, 0, inode, tbh, nr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004149 }
4150 }
4151
Alex Tomasc9de5602008-01-29 00:19:52 -05004152 ext4_free_blocks(handle, inode, block_to_free, count, 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004153}
4154
4155/**
Mingming Cao617ba132006-10-11 01:20:53 -07004156 * ext4_free_data - free a list of data blocks
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004157 * @handle: handle for this transaction
4158 * @inode: inode we are dealing with
4159 * @this_bh: indirect buffer_head which contains *@first and *@last
4160 * @first: array of block numbers
4161 * @last: points immediately past the end of array
4162 *
4163 * We are freeing all blocks refered from that array (numbers are stored as
4164 * little-endian 32-bit) and updating @inode->i_blocks appropriately.
4165 *
4166 * We accumulate contiguous runs of blocks to free. Conveniently, if these
4167 * blocks are contiguous then releasing them at one time will only affect one
4168 * or two bitmap blocks (+ group descriptor(s) and superblock) and we won't
4169 * actually use a lot of journal space.
4170 *
4171 * @this_bh will be %NULL if @first and @last point into the inode's direct
4172 * block pointers.
4173 */
Mingming Cao617ba132006-10-11 01:20:53 -07004174static void ext4_free_data(handle_t *handle, struct inode *inode,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004175 struct buffer_head *this_bh,
4176 __le32 *first, __le32 *last)
4177{
Mingming Cao617ba132006-10-11 01:20:53 -07004178 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004179 unsigned long count = 0; /* Number of blocks in the run */
4180 __le32 *block_to_free_p = NULL; /* Pointer into inode/ind
4181 corresponding to
4182 block_to_free */
Mingming Cao617ba132006-10-11 01:20:53 -07004183 ext4_fsblk_t nr; /* Current block # */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004184 __le32 *p; /* Pointer into inode/ind
4185 for current block */
4186 int err;
4187
4188 if (this_bh) { /* For indirect block */
4189 BUFFER_TRACE(this_bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07004190 err = ext4_journal_get_write_access(handle, this_bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004191 /* Important: if we can't update the indirect pointers
4192 * to the blocks, we can't free them. */
4193 if (err)
4194 return;
4195 }
4196
4197 for (p = first; p < last; p++) {
4198 nr = le32_to_cpu(*p);
4199 if (nr) {
4200 /* accumulate blocks to free if they're contiguous */
4201 if (count == 0) {
4202 block_to_free = nr;
4203 block_to_free_p = p;
4204 count = 1;
4205 } else if (nr == block_to_free + count) {
4206 count++;
4207 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07004208 ext4_clear_blocks(handle, inode, this_bh,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004209 block_to_free,
4210 count, block_to_free_p, p);
4211 block_to_free = nr;
4212 block_to_free_p = p;
4213 count = 1;
4214 }
4215 }
4216 }
4217
4218 if (count > 0)
Mingming Cao617ba132006-10-11 01:20:53 -07004219 ext4_clear_blocks(handle, inode, this_bh, block_to_free,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004220 count, block_to_free_p, p);
4221
4222 if (this_bh) {
Frank Mayhar03901312009-01-07 00:06:22 -05004223 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata");
Duane Griffin71dc8fb2008-07-11 19:27:31 -04004224
4225 /*
4226 * The buffer head should have an attached journal head at this
4227 * point. However, if the data is corrupted and an indirect
4228 * block pointed to itself, it would have been detached when
4229 * the block was cleared. Check for this instead of OOPSing.
4230 */
Theodore Ts'oe7f07962009-01-20 09:50:19 -05004231 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh))
Frank Mayhar03901312009-01-07 00:06:22 -05004232 ext4_handle_dirty_metadata(handle, inode, this_bh);
Duane Griffin71dc8fb2008-07-11 19:27:31 -04004233 else
4234 ext4_error(inode->i_sb, __func__,
4235 "circular indirect block detected, "
4236 "inode=%lu, block=%llu",
4237 inode->i_ino,
4238 (unsigned long long) this_bh->b_blocknr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004239 }
4240}
4241
4242/**
Mingming Cao617ba132006-10-11 01:20:53 -07004243 * ext4_free_branches - free an array of branches
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004244 * @handle: JBD handle for this transaction
4245 * @inode: inode we are dealing with
4246 * @parent_bh: the buffer_head which contains *@first and *@last
4247 * @first: array of block numbers
4248 * @last: pointer immediately past the end of array
4249 * @depth: depth of the branches to free
4250 *
4251 * We are freeing all blocks refered from these branches (numbers are
4252 * stored as little-endian 32-bit) and updating @inode->i_blocks
4253 * appropriately.
4254 */
Mingming Cao617ba132006-10-11 01:20:53 -07004255static void ext4_free_branches(handle_t *handle, struct inode *inode,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004256 struct buffer_head *parent_bh,
4257 __le32 *first, __le32 *last, int depth)
4258{
Mingming Cao617ba132006-10-11 01:20:53 -07004259 ext4_fsblk_t nr;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004260 __le32 *p;
4261
Frank Mayhar03901312009-01-07 00:06:22 -05004262 if (ext4_handle_is_aborted(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004263 return;
4264
4265 if (depth--) {
4266 struct buffer_head *bh;
Mingming Cao617ba132006-10-11 01:20:53 -07004267 int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004268 p = last;
4269 while (--p >= first) {
4270 nr = le32_to_cpu(*p);
4271 if (!nr)
4272 continue; /* A hole */
4273
4274 /* Go read the buffer for the next level down */
4275 bh = sb_bread(inode->i_sb, nr);
4276
4277 /*
4278 * A read failure? Report error and clear slot
4279 * (should be rare).
4280 */
4281 if (!bh) {
Mingming Cao617ba132006-10-11 01:20:53 -07004282 ext4_error(inode->i_sb, "ext4_free_branches",
Mingming Cao2ae02102006-10-11 01:21:11 -07004283 "Read failure, inode=%lu, block=%llu",
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004284 inode->i_ino, nr);
4285 continue;
4286 }
4287
4288 /* This zaps the entire block. Bottom up. */
4289 BUFFER_TRACE(bh, "free child branches");
Mingming Cao617ba132006-10-11 01:20:53 -07004290 ext4_free_branches(handle, inode, bh,
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004291 (__le32 *) bh->b_data,
4292 (__le32 *) bh->b_data + addr_per_block,
4293 depth);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004294
4295 /*
4296 * We've probably journalled the indirect block several
4297 * times during the truncate. But it's no longer
4298 * needed and we now drop it from the transaction via
Mingming Caodab291a2006-10-11 01:21:01 -07004299 * jbd2_journal_revoke().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004300 *
4301 * That's easy if it's exclusively part of this
4302 * transaction. But if it's part of the committing
Mingming Caodab291a2006-10-11 01:21:01 -07004303 * transaction then jbd2_journal_forget() will simply
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004304 * brelse() it. That means that if the underlying
Mingming Cao617ba132006-10-11 01:20:53 -07004305 * block is reallocated in ext4_get_block(),
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004306 * unmap_underlying_metadata() will find this block
4307 * and will try to get rid of it. damn, damn.
4308 *
4309 * If this block has already been committed to the
4310 * journal, a revoke record will be written. And
4311 * revoke records must be emitted *before* clearing
4312 * this block's bit in the bitmaps.
4313 */
Mingming Cao617ba132006-10-11 01:20:53 -07004314 ext4_forget(handle, 1, inode, bh, bh->b_blocknr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004315
4316 /*
4317 * Everything below this this pointer has been
4318 * released. Now let this top-of-subtree go.
4319 *
4320 * We want the freeing of this indirect block to be
4321 * atomic in the journal with the updating of the
4322 * bitmap block which owns it. So make some room in
4323 * the journal.
4324 *
4325 * We zero the parent pointer *after* freeing its
4326 * pointee in the bitmaps, so if extend_transaction()
4327 * for some reason fails to put the bitmap changes and
4328 * the release into the same transaction, recovery
4329 * will merely complain about releasing a free block,
4330 * rather than leaking blocks.
4331 */
Frank Mayhar03901312009-01-07 00:06:22 -05004332 if (ext4_handle_is_aborted(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004333 return;
4334 if (try_to_extend_transaction(handle, inode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004335 ext4_mark_inode_dirty(handle, inode);
Jan Kara487caee2009-08-17 22:17:20 -04004336 ext4_truncate_restart_trans(handle, inode,
4337 blocks_for_truncate(inode));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004338 }
4339
Alex Tomasc9de5602008-01-29 00:19:52 -05004340 ext4_free_blocks(handle, inode, nr, 1, 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004341
4342 if (parent_bh) {
4343 /*
4344 * The block which we have just freed is
4345 * pointed to by an indirect block: journal it
4346 */
4347 BUFFER_TRACE(parent_bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07004348 if (!ext4_journal_get_write_access(handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004349 parent_bh)){
4350 *p = 0;
4351 BUFFER_TRACE(parent_bh,
Frank Mayhar03901312009-01-07 00:06:22 -05004352 "call ext4_handle_dirty_metadata");
4353 ext4_handle_dirty_metadata(handle,
4354 inode,
4355 parent_bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004356 }
4357 }
4358 }
4359 } else {
4360 /* We have reached the bottom of the tree. */
4361 BUFFER_TRACE(parent_bh, "free data blocks");
Mingming Cao617ba132006-10-11 01:20:53 -07004362 ext4_free_data(handle, inode, parent_bh, first, last);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004363 }
4364}
4365
Duane Griffin91ef4ca2008-07-11 19:27:31 -04004366int ext4_can_truncate(struct inode *inode)
4367{
4368 if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
4369 return 0;
4370 if (S_ISREG(inode->i_mode))
4371 return 1;
4372 if (S_ISDIR(inode->i_mode))
4373 return 1;
4374 if (S_ISLNK(inode->i_mode))
4375 return !ext4_inode_is_fast_symlink(inode);
4376 return 0;
4377}
4378
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004379/*
Mingming Cao617ba132006-10-11 01:20:53 -07004380 * ext4_truncate()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004381 *
Mingming Cao617ba132006-10-11 01:20:53 -07004382 * We block out ext4_get_block() block instantiations across the entire
4383 * transaction, and VFS/VM ensures that ext4_truncate() cannot run
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004384 * simultaneously on behalf of the same inode.
4385 *
4386 * As we work through the truncate and commmit bits of it to the journal there
4387 * is one core, guiding principle: the file's tree must always be consistent on
4388 * disk. We must be able to restart the truncate after a crash.
4389 *
4390 * The file's tree may be transiently inconsistent in memory (although it
4391 * probably isn't), but whenever we close off and commit a journal transaction,
4392 * the contents of (the filesystem + the journal) must be consistent and
4393 * restartable. It's pretty simple, really: bottom up, right to left (although
4394 * left-to-right works OK too).
4395 *
4396 * Note that at recovery time, journal replay occurs *before* the restart of
4397 * truncate against the orphan inode list.
4398 *
4399 * The committed inode has the new, desired i_size (which is the same as
Mingming Cao617ba132006-10-11 01:20:53 -07004400 * i_disksize in this case). After a crash, ext4_orphan_cleanup() will see
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004401 * that this inode's truncate did not complete and it will again call
Mingming Cao617ba132006-10-11 01:20:53 -07004402 * ext4_truncate() to have another go. So there will be instantiated blocks
4403 * to the right of the truncation point in a crashed ext4 filesystem. But
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004404 * that's fine - as long as they are linked from the inode, the post-crash
Mingming Cao617ba132006-10-11 01:20:53 -07004405 * ext4_truncate() run will find them and release them.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004406 */
Mingming Cao617ba132006-10-11 01:20:53 -07004407void ext4_truncate(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004408{
4409 handle_t *handle;
Mingming Cao617ba132006-10-11 01:20:53 -07004410 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004411 __le32 *i_data = ei->i_data;
Mingming Cao617ba132006-10-11 01:20:53 -07004412 int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004413 struct address_space *mapping = inode->i_mapping;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05004414 ext4_lblk_t offsets[4];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004415 Indirect chain[4];
4416 Indirect *partial;
4417 __le32 nr = 0;
4418 int n;
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05004419 ext4_lblk_t last_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004420 unsigned blocksize = inode->i_sb->s_blocksize;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004421
Duane Griffin91ef4ca2008-07-11 19:27:31 -04004422 if (!ext4_can_truncate(inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004423 return;
4424
Theodore Ts'o5534fb52009-09-17 09:34:16 -04004425 if (inode->i_size == 0 && !test_opt(inode->i_sb, NO_AUTO_DA_ALLOC))
Theodore Ts'o7d8f9f72009-02-24 08:21:14 -05004426 ei->i_state |= EXT4_STATE_DA_ALLOC_CLOSE;
4427
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05004428 if (EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) {
Jan Karacf108bc2008-07-11 19:27:31 -04004429 ext4_ext_truncate(inode);
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05004430 return;
4431 }
Alex Tomasa86c6182006-10-11 01:21:03 -07004432
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004433 handle = start_transaction(inode);
Jan Karacf108bc2008-07-11 19:27:31 -04004434 if (IS_ERR(handle))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004435 return; /* AKPM: return what? */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004436
4437 last_block = (inode->i_size + blocksize-1)
Mingming Cao617ba132006-10-11 01:20:53 -07004438 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004439
Jan Karacf108bc2008-07-11 19:27:31 -04004440 if (inode->i_size & (blocksize - 1))
4441 if (ext4_block_truncate_page(handle, mapping, inode->i_size))
4442 goto out_stop;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004443
Mingming Cao617ba132006-10-11 01:20:53 -07004444 n = ext4_block_to_path(inode, last_block, offsets, NULL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004445 if (n == 0)
4446 goto out_stop; /* error */
4447
4448 /*
4449 * OK. This truncate is going to happen. We add the inode to the
4450 * orphan list, so that if this truncate spans multiple transactions,
4451 * and we crash, we will resume the truncate when the filesystem
4452 * recovers. It also marks the inode dirty, to catch the new size.
4453 *
4454 * Implication: the file must always be in a sane, consistent
4455 * truncatable state while each transaction commits.
4456 */
Mingming Cao617ba132006-10-11 01:20:53 -07004457 if (ext4_orphan_add(handle, inode))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004458 goto out_stop;
4459
4460 /*
Mingming Cao632eaea2008-07-11 19:27:31 -04004461 * From here we block out all ext4_get_block() callers who want to
4462 * modify the block allocation tree.
4463 */
4464 down_write(&ei->i_data_sem);
Theodore Ts'ob4df2032008-08-13 21:44:34 -04004465
Theodore Ts'oc2ea3fd2008-10-10 09:40:52 -04004466 ext4_discard_preallocations(inode);
Theodore Ts'ob4df2032008-08-13 21:44:34 -04004467
Mingming Cao632eaea2008-07-11 19:27:31 -04004468 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004469 * The orphan list entry will now protect us from any crash which
4470 * occurs before the truncate completes, so it is now safe to propagate
4471 * the new, shorter inode size (held for now in i_size) into the
4472 * on-disk inode. We do this via i_disksize, which is the value which
Mingming Cao617ba132006-10-11 01:20:53 -07004473 * ext4 *really* writes onto the disk inode.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004474 */
4475 ei->i_disksize = inode->i_size;
4476
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004477 if (n == 1) { /* direct blocks */
Mingming Cao617ba132006-10-11 01:20:53 -07004478 ext4_free_data(handle, inode, NULL, i_data+offsets[0],
4479 i_data + EXT4_NDIR_BLOCKS);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004480 goto do_indirects;
4481 }
4482
Mingming Cao617ba132006-10-11 01:20:53 -07004483 partial = ext4_find_shared(inode, n, offsets, chain, &nr);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004484 /* Kill the top of shared branch (not detached) */
4485 if (nr) {
4486 if (partial == chain) {
4487 /* Shared branch grows from the inode */
Mingming Cao617ba132006-10-11 01:20:53 -07004488 ext4_free_branches(handle, inode, NULL,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004489 &nr, &nr+1, (chain+n-1) - partial);
4490 *partial->p = 0;
4491 /*
4492 * We mark the inode dirty prior to restart,
4493 * and prior to stop. No need for it here.
4494 */
4495 } else {
4496 /* Shared branch grows from an indirect block */
4497 BUFFER_TRACE(partial->bh, "get_write_access");
Mingming Cao617ba132006-10-11 01:20:53 -07004498 ext4_free_branches(handle, inode, partial->bh,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004499 partial->p,
4500 partial->p+1, (chain+n-1) - partial);
4501 }
4502 }
4503 /* Clear the ends of indirect blocks on the shared branch */
4504 while (partial > chain) {
Mingming Cao617ba132006-10-11 01:20:53 -07004505 ext4_free_branches(handle, inode, partial->bh, partial->p + 1,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004506 (__le32*)partial->bh->b_data+addr_per_block,
4507 (chain+n-1) - partial);
4508 BUFFER_TRACE(partial->bh, "call brelse");
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004509 brelse(partial->bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004510 partial--;
4511 }
4512do_indirects:
4513 /* Kill the remaining (whole) subtrees */
4514 switch (offsets[0]) {
4515 default:
Mingming Cao617ba132006-10-11 01:20:53 -07004516 nr = i_data[EXT4_IND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004517 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07004518 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1);
4519 i_data[EXT4_IND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004520 }
Mingming Cao617ba132006-10-11 01:20:53 -07004521 case EXT4_IND_BLOCK:
4522 nr = i_data[EXT4_DIND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004523 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07004524 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2);
4525 i_data[EXT4_DIND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004526 }
Mingming Cao617ba132006-10-11 01:20:53 -07004527 case EXT4_DIND_BLOCK:
4528 nr = i_data[EXT4_TIND_BLOCK];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004529 if (nr) {
Mingming Cao617ba132006-10-11 01:20:53 -07004530 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3);
4531 i_data[EXT4_TIND_BLOCK] = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004532 }
Mingming Cao617ba132006-10-11 01:20:53 -07004533 case EXT4_TIND_BLOCK:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004534 ;
4535 }
4536
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05004537 up_write(&ei->i_data_sem);
Kalpak Shahef7f3832007-07-18 09:15:20 -04004538 inode->i_mtime = inode->i_ctime = ext4_current_time(inode);
Mingming Cao617ba132006-10-11 01:20:53 -07004539 ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004540
4541 /*
4542 * In a multi-transaction truncate, we only make the final transaction
4543 * synchronous
4544 */
4545 if (IS_SYNC(inode))
Frank Mayhar03901312009-01-07 00:06:22 -05004546 ext4_handle_sync(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004547out_stop:
4548 /*
4549 * If this was a simple ftruncate(), and the file will remain alive
4550 * then we need to clear up the orphan record which we created above.
4551 * However, if this was a real unlink then we were called by
Mingming Cao617ba132006-10-11 01:20:53 -07004552 * ext4_delete_inode(), and we allow that function to clean up the
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004553 * orphan info for us.
4554 */
4555 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07004556 ext4_orphan_del(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004557
Mingming Cao617ba132006-10-11 01:20:53 -07004558 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004559}
4560
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004561/*
Mingming Cao617ba132006-10-11 01:20:53 -07004562 * ext4_get_inode_loc returns with an extra refcount against the inode's
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004563 * underlying buffer_head on success. If 'in_mem' is true, we have all
4564 * data in memory that is needed to recreate the on-disk version of this
4565 * inode.
4566 */
Mingming Cao617ba132006-10-11 01:20:53 -07004567static int __ext4_get_inode_loc(struct inode *inode,
4568 struct ext4_iloc *iloc, int in_mem)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004569{
Theodore Ts'o240799c2008-10-09 23:53:47 -04004570 struct ext4_group_desc *gdp;
4571 struct buffer_head *bh;
4572 struct super_block *sb = inode->i_sb;
4573 ext4_fsblk_t block;
4574 int inodes_per_block, inode_offset;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004575
Aneesh Kumar K.V3a06d772008-11-22 15:04:59 -05004576 iloc->bh = NULL;
Theodore Ts'o240799c2008-10-09 23:53:47 -04004577 if (!ext4_valid_inum(sb, inode->i_ino))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004578 return -EIO;
4579
Theodore Ts'o240799c2008-10-09 23:53:47 -04004580 iloc->block_group = (inode->i_ino - 1) / EXT4_INODES_PER_GROUP(sb);
4581 gdp = ext4_get_group_desc(sb, iloc->block_group, NULL);
4582 if (!gdp)
4583 return -EIO;
4584
4585 /*
4586 * Figure out the offset within the block group inode table
4587 */
4588 inodes_per_block = (EXT4_BLOCK_SIZE(sb) / EXT4_INODE_SIZE(sb));
4589 inode_offset = ((inode->i_ino - 1) %
4590 EXT4_INODES_PER_GROUP(sb));
4591 block = ext4_inode_table(sb, gdp) + (inode_offset / inodes_per_block);
4592 iloc->offset = (inode_offset % inodes_per_block) * EXT4_INODE_SIZE(sb);
4593
4594 bh = sb_getblk(sb, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004595 if (!bh) {
Theodore Ts'o240799c2008-10-09 23:53:47 -04004596 ext4_error(sb, "ext4_get_inode_loc", "unable to read "
4597 "inode block - inode=%lu, block=%llu",
4598 inode->i_ino, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004599 return -EIO;
4600 }
4601 if (!buffer_uptodate(bh)) {
4602 lock_buffer(bh);
Hidehiro Kawai9c83a922008-07-26 16:39:26 -04004603
4604 /*
4605 * If the buffer has the write error flag, we have failed
4606 * to write out another inode in the same block. In this
4607 * case, we don't have to read the block because we may
4608 * read the old inode data successfully.
4609 */
4610 if (buffer_write_io_error(bh) && !buffer_uptodate(bh))
4611 set_buffer_uptodate(bh);
4612
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004613 if (buffer_uptodate(bh)) {
4614 /* someone brought it uptodate while we waited */
4615 unlock_buffer(bh);
4616 goto has_buffer;
4617 }
4618
4619 /*
4620 * If we have all information of the inode in memory and this
4621 * is the only valid inode in the block, we need not read the
4622 * block.
4623 */
4624 if (in_mem) {
4625 struct buffer_head *bitmap_bh;
Theodore Ts'o240799c2008-10-09 23:53:47 -04004626 int i, start;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004627
Theodore Ts'o240799c2008-10-09 23:53:47 -04004628 start = inode_offset & ~(inodes_per_block - 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004629
4630 /* Is the inode bitmap in cache? */
Theodore Ts'o240799c2008-10-09 23:53:47 -04004631 bitmap_bh = sb_getblk(sb, ext4_inode_bitmap(sb, gdp));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004632 if (!bitmap_bh)
4633 goto make_io;
4634
4635 /*
4636 * If the inode bitmap isn't in cache then the
4637 * optimisation may end up performing two reads instead
4638 * of one, so skip it.
4639 */
4640 if (!buffer_uptodate(bitmap_bh)) {
4641 brelse(bitmap_bh);
4642 goto make_io;
4643 }
Theodore Ts'o240799c2008-10-09 23:53:47 -04004644 for (i = start; i < start + inodes_per_block; i++) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004645 if (i == inode_offset)
4646 continue;
Mingming Cao617ba132006-10-11 01:20:53 -07004647 if (ext4_test_bit(i, bitmap_bh->b_data))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004648 break;
4649 }
4650 brelse(bitmap_bh);
Theodore Ts'o240799c2008-10-09 23:53:47 -04004651 if (i == start + inodes_per_block) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004652 /* all other inodes are free, so skip I/O */
4653 memset(bh->b_data, 0, bh->b_size);
4654 set_buffer_uptodate(bh);
4655 unlock_buffer(bh);
4656 goto has_buffer;
4657 }
4658 }
4659
4660make_io:
4661 /*
Theodore Ts'o240799c2008-10-09 23:53:47 -04004662 * If we need to do any I/O, try to pre-readahead extra
4663 * blocks from the inode table.
4664 */
4665 if (EXT4_SB(sb)->s_inode_readahead_blks) {
4666 ext4_fsblk_t b, end, table;
4667 unsigned num;
4668
4669 table = ext4_inode_table(sb, gdp);
Theodore Ts'ob713a5e2009-03-31 09:11:14 -04004670 /* s_inode_readahead_blks is always a power of 2 */
Theodore Ts'o240799c2008-10-09 23:53:47 -04004671 b = block & ~(EXT4_SB(sb)->s_inode_readahead_blks-1);
4672 if (table > b)
4673 b = table;
4674 end = b + EXT4_SB(sb)->s_inode_readahead_blks;
4675 num = EXT4_INODES_PER_GROUP(sb);
4676 if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
4677 EXT4_FEATURE_RO_COMPAT_GDT_CSUM))
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -05004678 num -= ext4_itable_unused_count(sb, gdp);
Theodore Ts'o240799c2008-10-09 23:53:47 -04004679 table += num / inodes_per_block;
4680 if (end > table)
4681 end = table;
4682 while (b <= end)
4683 sb_breadahead(sb, b++);
4684 }
4685
4686 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004687 * There are other valid inodes in the buffer, this inode
4688 * has in-inode xattrs, or we don't have this inode in memory.
4689 * Read the block from disk.
4690 */
4691 get_bh(bh);
4692 bh->b_end_io = end_buffer_read_sync;
4693 submit_bh(READ_META, bh);
4694 wait_on_buffer(bh);
4695 if (!buffer_uptodate(bh)) {
Theodore Ts'o240799c2008-10-09 23:53:47 -04004696 ext4_error(sb, __func__,
4697 "unable to read inode block - inode=%lu, "
4698 "block=%llu", inode->i_ino, block);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004699 brelse(bh);
4700 return -EIO;
4701 }
4702 }
4703has_buffer:
4704 iloc->bh = bh;
4705 return 0;
4706}
4707
Mingming Cao617ba132006-10-11 01:20:53 -07004708int ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004709{
4710 /* We have all inode data except xattrs in memory here. */
Mingming Cao617ba132006-10-11 01:20:53 -07004711 return __ext4_get_inode_loc(inode, iloc,
4712 !(EXT4_I(inode)->i_state & EXT4_STATE_XATTR));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004713}
4714
Mingming Cao617ba132006-10-11 01:20:53 -07004715void ext4_set_inode_flags(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004716{
Mingming Cao617ba132006-10-11 01:20:53 -07004717 unsigned int flags = EXT4_I(inode)->i_flags;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004718
4719 inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC);
Mingming Cao617ba132006-10-11 01:20:53 -07004720 if (flags & EXT4_SYNC_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004721 inode->i_flags |= S_SYNC;
Mingming Cao617ba132006-10-11 01:20:53 -07004722 if (flags & EXT4_APPEND_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004723 inode->i_flags |= S_APPEND;
Mingming Cao617ba132006-10-11 01:20:53 -07004724 if (flags & EXT4_IMMUTABLE_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004725 inode->i_flags |= S_IMMUTABLE;
Mingming Cao617ba132006-10-11 01:20:53 -07004726 if (flags & EXT4_NOATIME_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004727 inode->i_flags |= S_NOATIME;
Mingming Cao617ba132006-10-11 01:20:53 -07004728 if (flags & EXT4_DIRSYNC_FL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004729 inode->i_flags |= S_DIRSYNC;
4730}
4731
Jan Karaff9ddf72007-07-18 09:24:20 -04004732/* Propagate flags from i_flags to EXT4_I(inode)->i_flags */
4733void ext4_get_inode_flags(struct ext4_inode_info *ei)
4734{
4735 unsigned int flags = ei->vfs_inode.i_flags;
4736
4737 ei->i_flags &= ~(EXT4_SYNC_FL|EXT4_APPEND_FL|
4738 EXT4_IMMUTABLE_FL|EXT4_NOATIME_FL|EXT4_DIRSYNC_FL);
4739 if (flags & S_SYNC)
4740 ei->i_flags |= EXT4_SYNC_FL;
4741 if (flags & S_APPEND)
4742 ei->i_flags |= EXT4_APPEND_FL;
4743 if (flags & S_IMMUTABLE)
4744 ei->i_flags |= EXT4_IMMUTABLE_FL;
4745 if (flags & S_NOATIME)
4746 ei->i_flags |= EXT4_NOATIME_FL;
4747 if (flags & S_DIRSYNC)
4748 ei->i_flags |= EXT4_DIRSYNC_FL;
4749}
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004750
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004751static blkcnt_t ext4_inode_blocks(struct ext4_inode *raw_inode,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004752 struct ext4_inode_info *ei)
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004753{
4754 blkcnt_t i_blocks ;
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004755 struct inode *inode = &(ei->vfs_inode);
4756 struct super_block *sb = inode->i_sb;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004757
4758 if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
4759 EXT4_FEATURE_RO_COMPAT_HUGE_FILE)) {
4760 /* we are using combined 48 bit field */
4761 i_blocks = ((u64)le16_to_cpu(raw_inode->i_blocks_high)) << 32 |
4762 le32_to_cpu(raw_inode->i_blocks_lo);
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004763 if (ei->i_flags & EXT4_HUGE_FILE_FL) {
4764 /* i_blocks represent file system block size */
4765 return i_blocks << (inode->i_blkbits - 9);
4766 } else {
4767 return i_blocks;
4768 }
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004769 } else {
4770 return le32_to_cpu(raw_inode->i_blocks_lo);
4771 }
4772}
Jan Karaff9ddf72007-07-18 09:24:20 -04004773
David Howells1d1fe1e2008-02-07 00:15:37 -08004774struct inode *ext4_iget(struct super_block *sb, unsigned long ino)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004775{
Mingming Cao617ba132006-10-11 01:20:53 -07004776 struct ext4_iloc iloc;
4777 struct ext4_inode *raw_inode;
David Howells1d1fe1e2008-02-07 00:15:37 -08004778 struct ext4_inode_info *ei;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004779 struct buffer_head *bh;
David Howells1d1fe1e2008-02-07 00:15:37 -08004780 struct inode *inode;
4781 long ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004782 int block;
4783
David Howells1d1fe1e2008-02-07 00:15:37 -08004784 inode = iget_locked(sb, ino);
4785 if (!inode)
4786 return ERR_PTR(-ENOMEM);
4787 if (!(inode->i_state & I_NEW))
4788 return inode;
4789
4790 ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004791
David Howells1d1fe1e2008-02-07 00:15:37 -08004792 ret = __ext4_get_inode_loc(inode, &iloc, 0);
4793 if (ret < 0)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004794 goto bad_inode;
4795 bh = iloc.bh;
Mingming Cao617ba132006-10-11 01:20:53 -07004796 raw_inode = ext4_raw_inode(&iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004797 inode->i_mode = le16_to_cpu(raw_inode->i_mode);
4798 inode->i_uid = (uid_t)le16_to_cpu(raw_inode->i_uid_low);
4799 inode->i_gid = (gid_t)le16_to_cpu(raw_inode->i_gid_low);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004800 if (!(test_opt(inode->i_sb, NO_UID32))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004801 inode->i_uid |= le16_to_cpu(raw_inode->i_uid_high) << 16;
4802 inode->i_gid |= le16_to_cpu(raw_inode->i_gid_high) << 16;
4803 }
4804 inode->i_nlink = le16_to_cpu(raw_inode->i_links_count);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004805
4806 ei->i_state = 0;
4807 ei->i_dir_start_lookup = 0;
4808 ei->i_dtime = le32_to_cpu(raw_inode->i_dtime);
4809 /* We now have enough fields to check if the inode was active or not.
4810 * This is needed because nfsd might try to access dead inodes
4811 * the test is that same one that e2fsck uses
4812 * NeilBrown 1999oct15
4813 */
4814 if (inode->i_nlink == 0) {
4815 if (inode->i_mode == 0 ||
Mingming Cao617ba132006-10-11 01:20:53 -07004816 !(EXT4_SB(inode->i_sb)->s_mount_state & EXT4_ORPHAN_FS)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004817 /* this inode is deleted */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004818 brelse(bh);
David Howells1d1fe1e2008-02-07 00:15:37 -08004819 ret = -ESTALE;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004820 goto bad_inode;
4821 }
4822 /* The only unlinked inodes we let through here have
4823 * valid i_mode and are being read by the orphan
4824 * recovery code: that's fine, we're about to complete
4825 * the process of deleting those. */
4826 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004827 ei->i_flags = le32_to_cpu(raw_inode->i_flags);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004828 inode->i_blocks = ext4_inode_blocks(raw_inode, ei);
Aneesh Kumar K.V7973c0c2008-01-28 23:58:27 -05004829 ei->i_file_acl = le32_to_cpu(raw_inode->i_file_acl_lo);
Theodore Ts'oa9e81742009-04-24 16:11:18 -04004830 if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_64BIT))
Badari Pulavartya1ddeb72006-10-11 01:21:09 -07004831 ei->i_file_acl |=
4832 ((__u64)le16_to_cpu(raw_inode->i_file_acl_high)) << 32;
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05004833 inode->i_size = ext4_isize(raw_inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004834 ei->i_disksize = inode->i_size;
4835 inode->i_generation = le32_to_cpu(raw_inode->i_generation);
4836 ei->i_block_group = iloc.block_group;
Theodore Ts'oa4912122009-03-12 12:18:34 -04004837 ei->i_last_alloc_group = ~0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004838 /*
4839 * NOTE! The in-memory inode i_data array is in little-endian order
4840 * even on big-endian machines: we do NOT byteswap the block numbers!
4841 */
Mingming Cao617ba132006-10-11 01:20:53 -07004842 for (block = 0; block < EXT4_N_BLOCKS; block++)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004843 ei->i_data[block] = raw_inode->i_block[block];
4844 INIT_LIST_HEAD(&ei->i_orphan);
4845
Eric Sandeen0040d982008-02-05 22:36:43 -05004846 if (EXT4_INODE_SIZE(inode->i_sb) > EXT4_GOOD_OLD_INODE_SIZE) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004847 ei->i_extra_isize = le16_to_cpu(raw_inode->i_extra_isize);
Mingming Cao617ba132006-10-11 01:20:53 -07004848 if (EXT4_GOOD_OLD_INODE_SIZE + ei->i_extra_isize >
Kirill Korotaeve5d28612007-06-23 17:16:51 -07004849 EXT4_INODE_SIZE(inode->i_sb)) {
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004850 brelse(bh);
David Howells1d1fe1e2008-02-07 00:15:37 -08004851 ret = -EIO;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004852 goto bad_inode;
Kirill Korotaeve5d28612007-06-23 17:16:51 -07004853 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004854 if (ei->i_extra_isize == 0) {
4855 /* The extra space is currently unused. Use it. */
Mingming Cao617ba132006-10-11 01:20:53 -07004856 ei->i_extra_isize = sizeof(struct ext4_inode) -
4857 EXT4_GOOD_OLD_INODE_SIZE;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004858 } else {
4859 __le32 *magic = (void *)raw_inode +
Mingming Cao617ba132006-10-11 01:20:53 -07004860 EXT4_GOOD_OLD_INODE_SIZE +
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004861 ei->i_extra_isize;
Mingming Cao617ba132006-10-11 01:20:53 -07004862 if (*magic == cpu_to_le32(EXT4_XATTR_MAGIC))
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004863 ei->i_state |= EXT4_STATE_XATTR;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004864 }
4865 } else
4866 ei->i_extra_isize = 0;
4867
Kalpak Shahef7f3832007-07-18 09:15:20 -04004868 EXT4_INODE_GET_XTIME(i_ctime, inode, raw_inode);
4869 EXT4_INODE_GET_XTIME(i_mtime, inode, raw_inode);
4870 EXT4_INODE_GET_XTIME(i_atime, inode, raw_inode);
4871 EXT4_EINODE_GET_XTIME(i_crtime, ei, raw_inode);
4872
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05004873 inode->i_version = le32_to_cpu(raw_inode->i_disk_version);
4874 if (EXT4_INODE_SIZE(inode->i_sb) > EXT4_GOOD_OLD_INODE_SIZE) {
4875 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi))
4876 inode->i_version |=
4877 (__u64)(le32_to_cpu(raw_inode->i_version_hi)) << 32;
4878 }
4879
Theodore Ts'oc4b5a612009-04-24 18:45:35 -04004880 ret = 0;
Theodore Ts'o485c26e2009-04-24 13:43:20 -04004881 if (ei->i_file_acl &&
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004882 ((ei->i_file_acl <
Theodore Ts'o485c26e2009-04-24 13:43:20 -04004883 (le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block) +
4884 EXT4_SB(sb)->s_gdb_count)) ||
4885 (ei->i_file_acl >= ext4_blocks_count(EXT4_SB(sb)->s_es)))) {
4886 ext4_error(sb, __func__,
4887 "bad extended attribute block %llu in inode #%lu",
4888 ei->i_file_acl, inode->i_ino);
4889 ret = -EIO;
4890 goto bad_inode;
4891 } else if (ei->i_flags & EXT4_EXTENTS_FL) {
Theodore Ts'oc4b5a612009-04-24 18:45:35 -04004892 if (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
4893 (S_ISLNK(inode->i_mode) &&
4894 !ext4_inode_is_fast_symlink(inode)))
4895 /* Validate extent which is part of inode */
4896 ret = ext4_ext_check_inode(inode);
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004897 } else if (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
Thiemo Nagelfe2c8192009-03-31 08:36:10 -04004898 (S_ISLNK(inode->i_mode) &&
4899 !ext4_inode_is_fast_symlink(inode))) {
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004900 /* Validate block references which are part of inode */
Thiemo Nagelfe2c8192009-03-31 08:36:10 -04004901 ret = ext4_check_inode_blockref(inode);
4902 }
4903 if (ret) {
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004904 brelse(bh);
4905 goto bad_inode;
Aneesh Kumar K.V7a262f72009-03-27 16:39:58 -04004906 }
4907
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004908 if (S_ISREG(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004909 inode->i_op = &ext4_file_inode_operations;
4910 inode->i_fop = &ext4_file_operations;
4911 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004912 } else if (S_ISDIR(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004913 inode->i_op = &ext4_dir_inode_operations;
4914 inode->i_fop = &ext4_dir_operations;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004915 } else if (S_ISLNK(inode->i_mode)) {
Duane Griffine83c1392008-12-19 20:47:15 +00004916 if (ext4_inode_is_fast_symlink(inode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004917 inode->i_op = &ext4_fast_symlink_inode_operations;
Duane Griffine83c1392008-12-19 20:47:15 +00004918 nd_terminate_link(ei->i_data, inode->i_size,
4919 sizeof(ei->i_data) - 1);
4920 } else {
Mingming Cao617ba132006-10-11 01:20:53 -07004921 inode->i_op = &ext4_symlink_inode_operations;
4922 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004923 }
Theodore Ts'o563bdd62009-03-26 00:06:19 -04004924 } else if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode) ||
4925 S_ISFIFO(inode->i_mode) || S_ISSOCK(inode->i_mode)) {
Mingming Cao617ba132006-10-11 01:20:53 -07004926 inode->i_op = &ext4_special_inode_operations;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004927 if (raw_inode->i_block[0])
4928 init_special_inode(inode, inode->i_mode,
4929 old_decode_dev(le32_to_cpu(raw_inode->i_block[0])));
4930 else
4931 init_special_inode(inode, inode->i_mode,
4932 new_decode_dev(le32_to_cpu(raw_inode->i_block[1])));
Theodore Ts'o563bdd62009-03-26 00:06:19 -04004933 } else {
4934 brelse(bh);
4935 ret = -EIO;
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04004936 ext4_error(inode->i_sb, __func__,
Theodore Ts'o563bdd62009-03-26 00:06:19 -04004937 "bogus i_mode (%o) for inode=%lu",
4938 inode->i_mode, inode->i_ino);
4939 goto bad_inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004940 }
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04004941 brelse(iloc.bh);
Mingming Cao617ba132006-10-11 01:20:53 -07004942 ext4_set_inode_flags(inode);
David Howells1d1fe1e2008-02-07 00:15:37 -08004943 unlock_new_inode(inode);
4944 return inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004945
4946bad_inode:
David Howells1d1fe1e2008-02-07 00:15:37 -08004947 iget_failed(inode);
4948 return ERR_PTR(ret);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004949}
4950
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004951static int ext4_inode_blocks_set(handle_t *handle,
4952 struct ext4_inode *raw_inode,
4953 struct ext4_inode_info *ei)
4954{
4955 struct inode *inode = &(ei->vfs_inode);
4956 u64 i_blocks = inode->i_blocks;
4957 struct super_block *sb = inode->i_sb;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004958
4959 if (i_blocks <= ~0U) {
4960 /*
4961 * i_blocks can be represnted in a 32 bit variable
4962 * as multiple of 512 bytes
4963 */
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004964 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004965 raw_inode->i_blocks_high = 0;
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004966 ei->i_flags &= ~EXT4_HUGE_FILE_FL;
Theodore Ts'of287a1a2008-10-16 22:50:48 -04004967 return 0;
4968 }
4969 if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_HUGE_FILE))
4970 return -EFBIG;
4971
4972 if (i_blocks <= 0xffffffffffffULL) {
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004973 /*
4974 * i_blocks can be represented in a 48 bit variable
4975 * as multiple of 512 bytes
4976 */
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004977 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004978 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32);
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004979 ei->i_flags &= ~EXT4_HUGE_FILE_FL;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004980 } else {
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05004981 ei->i_flags |= EXT4_HUGE_FILE_FL;
4982 /* i_block is stored in file system block size */
4983 i_blocks = i_blocks >> (inode->i_blkbits - 9);
4984 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks);
4985 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32);
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004986 }
Theodore Ts'of287a1a2008-10-16 22:50:48 -04004987 return 0;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05004988}
4989
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004990/*
4991 * Post the struct inode info into an on-disk inode location in the
4992 * buffer-cache. This gobbles the caller's reference to the
4993 * buffer_head in the inode location struct.
4994 *
4995 * The caller must have write access to iloc->bh.
4996 */
Mingming Cao617ba132006-10-11 01:20:53 -07004997static int ext4_do_update_inode(handle_t *handle,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004998 struct inode *inode,
Frank Mayhar830156c2009-09-29 10:07:47 -04004999 struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005000{
Mingming Cao617ba132006-10-11 01:20:53 -07005001 struct ext4_inode *raw_inode = ext4_raw_inode(iloc);
5002 struct ext4_inode_info *ei = EXT4_I(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005003 struct buffer_head *bh = iloc->bh;
5004 int err = 0, rc, block;
5005
5006 /* For fields not not tracking in the in-memory inode,
5007 * initialise them to zero for new inodes. */
Mingming Cao617ba132006-10-11 01:20:53 -07005008 if (ei->i_state & EXT4_STATE_NEW)
5009 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005010
Jan Karaff9ddf72007-07-18 09:24:20 -04005011 ext4_get_inode_flags(ei);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005012 raw_inode->i_mode = cpu_to_le16(inode->i_mode);
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04005013 if (!(test_opt(inode->i_sb, NO_UID32))) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005014 raw_inode->i_uid_low = cpu_to_le16(low_16_bits(inode->i_uid));
5015 raw_inode->i_gid_low = cpu_to_le16(low_16_bits(inode->i_gid));
5016/*
5017 * Fix up interoperability with old kernels. Otherwise, old inodes get
5018 * re-used with the upper 16 bits of the uid/gid intact
5019 */
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04005020 if (!ei->i_dtime) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005021 raw_inode->i_uid_high =
5022 cpu_to_le16(high_16_bits(inode->i_uid));
5023 raw_inode->i_gid_high =
5024 cpu_to_le16(high_16_bits(inode->i_gid));
5025 } else {
5026 raw_inode->i_uid_high = 0;
5027 raw_inode->i_gid_high = 0;
5028 }
5029 } else {
5030 raw_inode->i_uid_low =
5031 cpu_to_le16(fs_high2lowuid(inode->i_uid));
5032 raw_inode->i_gid_low =
5033 cpu_to_le16(fs_high2lowgid(inode->i_gid));
5034 raw_inode->i_uid_high = 0;
5035 raw_inode->i_gid_high = 0;
5036 }
5037 raw_inode->i_links_count = cpu_to_le16(inode->i_nlink);
Kalpak Shahef7f3832007-07-18 09:15:20 -04005038
5039 EXT4_INODE_SET_XTIME(i_ctime, inode, raw_inode);
5040 EXT4_INODE_SET_XTIME(i_mtime, inode, raw_inode);
5041 EXT4_INODE_SET_XTIME(i_atime, inode, raw_inode);
5042 EXT4_EINODE_SET_XTIME(i_crtime, ei, raw_inode);
5043
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05005044 if (ext4_inode_blocks_set(handle, raw_inode, ei))
5045 goto out_brelse;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005046 raw_inode->i_dtime = cpu_to_le32(ei->i_dtime);
Theodore Ts'o1b9c12f2009-09-17 08:32:22 -04005047 raw_inode->i_flags = cpu_to_le32(ei->i_flags);
Mingming Cao9b8f1f02006-10-11 01:21:13 -07005048 if (EXT4_SB(inode->i_sb)->s_es->s_creator_os !=
5049 cpu_to_le32(EXT4_OS_HURD))
Badari Pulavartya1ddeb72006-10-11 01:21:09 -07005050 raw_inode->i_file_acl_high =
5051 cpu_to_le16(ei->i_file_acl >> 32);
Aneesh Kumar K.V7973c0c2008-01-28 23:58:27 -05005052 raw_inode->i_file_acl_lo = cpu_to_le32(ei->i_file_acl);
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05005053 ext4_isize_set(raw_inode, ei->i_disksize);
5054 if (ei->i_disksize > 0x7fffffffULL) {
5055 struct super_block *sb = inode->i_sb;
5056 if (!EXT4_HAS_RO_COMPAT_FEATURE(sb,
5057 EXT4_FEATURE_RO_COMPAT_LARGE_FILE) ||
5058 EXT4_SB(sb)->s_es->s_rev_level ==
5059 cpu_to_le32(EXT4_GOOD_OLD_REV)) {
5060 /* If this is the first large file
5061 * created, add a flag to the superblock.
5062 */
5063 err = ext4_journal_get_write_access(handle,
5064 EXT4_SB(sb)->s_sbh);
5065 if (err)
5066 goto out_brelse;
5067 ext4_update_dynamic_rev(sb);
5068 EXT4_SET_RO_COMPAT_FEATURE(sb,
Mingming Cao617ba132006-10-11 01:20:53 -07005069 EXT4_FEATURE_RO_COMPAT_LARGE_FILE);
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05005070 sb->s_dirt = 1;
Frank Mayhar03901312009-01-07 00:06:22 -05005071 ext4_handle_sync(handle);
5072 err = ext4_handle_dirty_metadata(handle, inode,
Aneesh Kumar K.Va48380f2008-01-28 23:58:27 -05005073 EXT4_SB(sb)->s_sbh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005074 }
5075 }
5076 raw_inode->i_generation = cpu_to_le32(inode->i_generation);
5077 if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode)) {
5078 if (old_valid_dev(inode->i_rdev)) {
5079 raw_inode->i_block[0] =
5080 cpu_to_le32(old_encode_dev(inode->i_rdev));
5081 raw_inode->i_block[1] = 0;
5082 } else {
5083 raw_inode->i_block[0] = 0;
5084 raw_inode->i_block[1] =
5085 cpu_to_le32(new_encode_dev(inode->i_rdev));
5086 raw_inode->i_block[2] = 0;
5087 }
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04005088 } else
5089 for (block = 0; block < EXT4_N_BLOCKS; block++)
5090 raw_inode->i_block[block] = ei->i_data[block];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005091
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05005092 raw_inode->i_disk_version = cpu_to_le32(inode->i_version);
5093 if (ei->i_extra_isize) {
5094 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi))
5095 raw_inode->i_version_hi =
5096 cpu_to_le32(inode->i_version >> 32);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005097 raw_inode->i_extra_isize = cpu_to_le16(ei->i_extra_isize);
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05005098 }
5099
Frank Mayhar830156c2009-09-29 10:07:47 -04005100 BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
5101 rc = ext4_handle_dirty_metadata(handle, inode, bh);
5102 if (!err)
5103 err = rc;
Mingming Cao617ba132006-10-11 01:20:53 -07005104 ei->i_state &= ~EXT4_STATE_NEW;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005105
5106out_brelse:
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04005107 brelse(bh);
Mingming Cao617ba132006-10-11 01:20:53 -07005108 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005109 return err;
5110}
5111
5112/*
Mingming Cao617ba132006-10-11 01:20:53 -07005113 * ext4_write_inode()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005114 *
5115 * We are called from a few places:
5116 *
5117 * - Within generic_file_write() for O_SYNC files.
5118 * Here, there will be no transaction running. We wait for any running
5119 * trasnaction to commit.
5120 *
5121 * - Within sys_sync(), kupdate and such.
5122 * We wait on commit, if tol to.
5123 *
5124 * - Within prune_icache() (PF_MEMALLOC == true)
5125 * Here we simply return. We can't afford to block kswapd on the
5126 * journal commit.
5127 *
5128 * In all cases it is actually safe for us to return without doing anything,
5129 * because the inode has been copied into a raw inode buffer in
Mingming Cao617ba132006-10-11 01:20:53 -07005130 * ext4_mark_inode_dirty(). This is a correctness thing for O_SYNC and for
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005131 * knfsd.
5132 *
5133 * Note that we are absolutely dependent upon all inode dirtiers doing the
5134 * right thing: they *must* call mark_inode_dirty() after dirtying info in
5135 * which we are interested.
5136 *
5137 * It would be a bug for them to not do this. The code:
5138 *
5139 * mark_inode_dirty(inode)
5140 * stuff();
5141 * inode->i_size = expr;
5142 *
5143 * is in error because a kswapd-driven write_inode() could occur while
5144 * `stuff()' is running, and the new i_size will be lost. Plus the inode
5145 * will no longer be on the superblock's dirty inode list.
5146 */
Mingming Cao617ba132006-10-11 01:20:53 -07005147int ext4_write_inode(struct inode *inode, int wait)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005148{
Frank Mayhar91ac6f42009-09-09 22:33:47 -04005149 int err;
5150
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005151 if (current->flags & PF_MEMALLOC)
5152 return 0;
5153
Frank Mayhar91ac6f42009-09-09 22:33:47 -04005154 if (EXT4_SB(inode->i_sb)->s_journal) {
5155 if (ext4_journal_current_handle()) {
5156 jbd_debug(1, "called recursively, non-PF_MEMALLOC!\n");
5157 dump_stack();
5158 return -EIO;
5159 }
5160
5161 if (!wait)
5162 return 0;
5163
5164 err = ext4_force_commit(inode->i_sb);
5165 } else {
5166 struct ext4_iloc iloc;
5167
5168 err = ext4_get_inode_loc(inode, &iloc);
5169 if (err)
5170 return err;
Frank Mayhar830156c2009-09-29 10:07:47 -04005171 if (wait)
5172 sync_dirty_buffer(iloc.bh);
5173 if (buffer_req(iloc.bh) && !buffer_uptodate(iloc.bh)) {
5174 ext4_error(inode->i_sb, __func__,
5175 "IO error syncing inode, "
5176 "inode=%lu, block=%llu",
5177 inode->i_ino,
5178 (unsigned long long)iloc.bh->b_blocknr);
5179 err = -EIO;
5180 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005181 }
Frank Mayhar91ac6f42009-09-09 22:33:47 -04005182 return err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005183}
5184
5185/*
Mingming Cao617ba132006-10-11 01:20:53 -07005186 * ext4_setattr()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005187 *
5188 * Called from notify_change.
5189 *
5190 * We want to trap VFS attempts to truncate the file as soon as
5191 * possible. In particular, we want to make sure that when the VFS
5192 * shrinks i_size, we put the inode on the orphan list and modify
5193 * i_disksize immediately, so that during the subsequent flushing of
5194 * dirty pages and freeing of disk blocks, we can guarantee that any
5195 * commit will leave the blocks being flushed in an unused state on
5196 * disk. (On recovery, the inode will get truncated and the blocks will
5197 * be freed, so we have a strong guarantee that no future commit will
5198 * leave these blocks visible to the user.)
5199 *
Jan Kara678aaf42008-07-11 19:27:31 -04005200 * Another thing we have to assure is that if we are in ordered mode
5201 * and inode is still attached to the committing transaction, we must
5202 * we start writeout of all the dirty pages which are being truncated.
5203 * This way we are sure that all the data written in the previous
5204 * transaction are already on disk (truncate waits for pages under
5205 * writeback).
5206 *
5207 * Called with inode->i_mutex down.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005208 */
Mingming Cao617ba132006-10-11 01:20:53 -07005209int ext4_setattr(struct dentry *dentry, struct iattr *attr)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005210{
5211 struct inode *inode = dentry->d_inode;
5212 int error, rc = 0;
5213 const unsigned int ia_valid = attr->ia_valid;
5214
5215 error = inode_change_ok(inode, attr);
5216 if (error)
5217 return error;
5218
5219 if ((ia_valid & ATTR_UID && attr->ia_uid != inode->i_uid) ||
5220 (ia_valid & ATTR_GID && attr->ia_gid != inode->i_gid)) {
5221 handle_t *handle;
5222
5223 /* (user+group)*(old+new) structure, inode write (sb,
5224 * inode block, ? - but truncate inode update has it) */
Mingming Cao617ba132006-10-11 01:20:53 -07005225 handle = ext4_journal_start(inode, 2*(EXT4_QUOTA_INIT_BLOCKS(inode->i_sb)+
5226 EXT4_QUOTA_DEL_BLOCKS(inode->i_sb))+3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005227 if (IS_ERR(handle)) {
5228 error = PTR_ERR(handle);
5229 goto err_out;
5230 }
Jan Karaa269eb12009-01-26 17:04:39 +01005231 error = vfs_dq_transfer(inode, attr) ? -EDQUOT : 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005232 if (error) {
Mingming Cao617ba132006-10-11 01:20:53 -07005233 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005234 return error;
5235 }
5236 /* Update corresponding info in inode so that everything is in
5237 * one transaction */
5238 if (attr->ia_valid & ATTR_UID)
5239 inode->i_uid = attr->ia_uid;
5240 if (attr->ia_valid & ATTR_GID)
5241 inode->i_gid = attr->ia_gid;
Mingming Cao617ba132006-10-11 01:20:53 -07005242 error = ext4_mark_inode_dirty(handle, inode);
5243 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005244 }
5245
Eric Sandeene2b46572008-01-28 23:58:27 -05005246 if (attr->ia_valid & ATTR_SIZE) {
5247 if (!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL)) {
5248 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
5249
5250 if (attr->ia_size > sbi->s_bitmap_maxbytes) {
5251 error = -EFBIG;
5252 goto err_out;
5253 }
5254 }
5255 }
5256
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005257 if (S_ISREG(inode->i_mode) &&
5258 attr->ia_valid & ATTR_SIZE && attr->ia_size < inode->i_size) {
5259 handle_t *handle;
5260
Mingming Cao617ba132006-10-11 01:20:53 -07005261 handle = ext4_journal_start(inode, 3);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005262 if (IS_ERR(handle)) {
5263 error = PTR_ERR(handle);
5264 goto err_out;
5265 }
5266
Mingming Cao617ba132006-10-11 01:20:53 -07005267 error = ext4_orphan_add(handle, inode);
5268 EXT4_I(inode)->i_disksize = attr->ia_size;
5269 rc = ext4_mark_inode_dirty(handle, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005270 if (!error)
5271 error = rc;
Mingming Cao617ba132006-10-11 01:20:53 -07005272 ext4_journal_stop(handle);
Jan Kara678aaf42008-07-11 19:27:31 -04005273
5274 if (ext4_should_order_data(inode)) {
5275 error = ext4_begin_ordered_truncate(inode,
5276 attr->ia_size);
5277 if (error) {
5278 /* Do as much error cleanup as possible */
5279 handle = ext4_journal_start(inode, 3);
5280 if (IS_ERR(handle)) {
5281 ext4_orphan_del(NULL, inode);
5282 goto err_out;
5283 }
5284 ext4_orphan_del(handle, inode);
5285 ext4_journal_stop(handle);
5286 goto err_out;
5287 }
5288 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005289 }
5290
5291 rc = inode_setattr(inode, attr);
5292
Mingming Cao617ba132006-10-11 01:20:53 -07005293 /* If inode_setattr's call to ext4_truncate failed to get a
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005294 * transaction handle at all, we need to clean up the in-core
5295 * orphan list manually. */
5296 if (inode->i_nlink)
Mingming Cao617ba132006-10-11 01:20:53 -07005297 ext4_orphan_del(NULL, inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005298
5299 if (!rc && (ia_valid & ATTR_MODE))
Mingming Cao617ba132006-10-11 01:20:53 -07005300 rc = ext4_acl_chmod(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005301
5302err_out:
Mingming Cao617ba132006-10-11 01:20:53 -07005303 ext4_std_error(inode->i_sb, error);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005304 if (!error)
5305 error = rc;
5306 return error;
5307}
5308
Mingming Cao3e3398a2008-07-11 19:27:31 -04005309int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
5310 struct kstat *stat)
5311{
5312 struct inode *inode;
5313 unsigned long delalloc_blocks;
5314
5315 inode = dentry->d_inode;
5316 generic_fillattr(inode, stat);
5317
5318 /*
5319 * We can't update i_blocks if the block allocation is delayed
5320 * otherwise in the case of system crash before the real block
5321 * allocation is done, we will have i_blocks inconsistent with
5322 * on-disk file blocks.
5323 * We always keep i_blocks updated together with real
5324 * allocation. But to not confuse with user, stat
5325 * will return the blocks that include the delayed allocation
5326 * blocks for this file.
5327 */
5328 spin_lock(&EXT4_I(inode)->i_block_reservation_lock);
5329 delalloc_blocks = EXT4_I(inode)->i_reserved_data_blocks;
5330 spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
5331
5332 stat->blocks += (delalloc_blocks << inode->i_sb->s_blocksize_bits)>>9;
5333 return 0;
5334}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005335
Mingming Caoa02908f2008-08-19 22:16:07 -04005336static int ext4_indirect_trans_blocks(struct inode *inode, int nrblocks,
5337 int chunk)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005338{
Mingming Caoa02908f2008-08-19 22:16:07 -04005339 int indirects;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005340
Mingming Caoa02908f2008-08-19 22:16:07 -04005341 /* if nrblocks are contiguous */
5342 if (chunk) {
5343 /*
5344 * With N contiguous data blocks, it need at most
5345 * N/EXT4_ADDR_PER_BLOCK(inode->i_sb) indirect blocks
5346 * 2 dindirect blocks
5347 * 1 tindirect block
5348 */
5349 indirects = nrblocks / EXT4_ADDR_PER_BLOCK(inode->i_sb);
5350 return indirects + 3;
5351 }
5352 /*
5353 * if nrblocks are not contiguous, worse case, each block touch
5354 * a indirect block, and each indirect block touch a double indirect
5355 * block, plus a triple indirect block
5356 */
5357 indirects = nrblocks * 2 + 1;
5358 return indirects;
5359}
Alex Tomasa86c6182006-10-11 01:21:03 -07005360
Mingming Caoa02908f2008-08-19 22:16:07 -04005361static int ext4_index_trans_blocks(struct inode *inode, int nrblocks, int chunk)
5362{
5363 if (!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL))
Theodore Ts'oac51d832008-11-06 16:49:36 -05005364 return ext4_indirect_trans_blocks(inode, nrblocks, chunk);
5365 return ext4_ext_index_trans_blocks(inode, nrblocks, chunk);
Mingming Caoa02908f2008-08-19 22:16:07 -04005366}
Theodore Ts'oac51d832008-11-06 16:49:36 -05005367
Mingming Caoa02908f2008-08-19 22:16:07 -04005368/*
5369 * Account for index blocks, block groups bitmaps and block group
5370 * descriptor blocks if modify datablocks and index blocks
5371 * worse case, the indexs blocks spread over different block groups
5372 *
5373 * If datablocks are discontiguous, they are possible to spread over
5374 * different block groups too. If they are contiugous, with flexbg,
5375 * they could still across block group boundary.
5376 *
5377 * Also account for superblock, inode, quota and xattr blocks
5378 */
5379int ext4_meta_trans_blocks(struct inode *inode, int nrblocks, int chunk)
5380{
Theodore Ts'o8df96752009-05-01 08:50:38 -04005381 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb);
5382 int gdpblocks;
Mingming Caoa02908f2008-08-19 22:16:07 -04005383 int idxblocks;
5384 int ret = 0;
5385
5386 /*
5387 * How many index blocks need to touch to modify nrblocks?
5388 * The "Chunk" flag indicating whether the nrblocks is
5389 * physically contiguous on disk
5390 *
5391 * For Direct IO and fallocate, they calls get_block to allocate
5392 * one single extent at a time, so they could set the "Chunk" flag
5393 */
5394 idxblocks = ext4_index_trans_blocks(inode, nrblocks, chunk);
5395
5396 ret = idxblocks;
5397
5398 /*
5399 * Now let's see how many group bitmaps and group descriptors need
5400 * to account
5401 */
5402 groups = idxblocks;
5403 if (chunk)
5404 groups += 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005405 else
Mingming Caoa02908f2008-08-19 22:16:07 -04005406 groups += nrblocks;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005407
Mingming Caoa02908f2008-08-19 22:16:07 -04005408 gdpblocks = groups;
Theodore Ts'o8df96752009-05-01 08:50:38 -04005409 if (groups > ngroups)
5410 groups = ngroups;
Mingming Caoa02908f2008-08-19 22:16:07 -04005411 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count)
5412 gdpblocks = EXT4_SB(inode->i_sb)->s_gdb_count;
5413
5414 /* bitmaps and block group descriptor blocks */
5415 ret += groups + gdpblocks;
5416
5417 /* Blocks for super block, inode, quota and xattr blocks */
5418 ret += EXT4_META_TRANS_BLOCKS(inode->i_sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005419
5420 return ret;
5421}
5422
5423/*
Mingming Caoa02908f2008-08-19 22:16:07 -04005424 * Calulate the total number of credits to reserve to fit
Mingming Caof3bd1f32008-08-19 22:16:03 -04005425 * the modification of a single pages into a single transaction,
5426 * which may include multiple chunks of block allocations.
Mingming Caoa02908f2008-08-19 22:16:07 -04005427 *
Mingming Cao525f4ed2008-08-19 22:15:58 -04005428 * This could be called via ext4_write_begin()
Mingming Caoa02908f2008-08-19 22:16:07 -04005429 *
Mingming Cao525f4ed2008-08-19 22:15:58 -04005430 * We need to consider the worse case, when
Mingming Caoa02908f2008-08-19 22:16:07 -04005431 * one new block per extent.
Mingming Caoa02908f2008-08-19 22:16:07 -04005432 */
5433int ext4_writepage_trans_blocks(struct inode *inode)
5434{
5435 int bpp = ext4_journal_blocks_per_page(inode);
5436 int ret;
5437
5438 ret = ext4_meta_trans_blocks(inode, bpp, 0);
5439
5440 /* Account for data blocks for journalled mode */
5441 if (ext4_should_journal_data(inode))
5442 ret += bpp;
5443 return ret;
5444}
Mingming Caof3bd1f32008-08-19 22:16:03 -04005445
5446/*
5447 * Calculate the journal credits for a chunk of data modification.
5448 *
5449 * This is called from DIO, fallocate or whoever calling
Theodore Ts'o12b7ac12009-05-14 00:57:44 -04005450 * ext4_get_blocks() to map/allocate a chunk of contigous disk blocks.
Mingming Caof3bd1f32008-08-19 22:16:03 -04005451 *
5452 * journal buffers for data blocks are not included here, as DIO
5453 * and fallocate do no need to journal data buffers.
5454 */
5455int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks)
5456{
5457 return ext4_meta_trans_blocks(inode, nrblocks, 1);
5458}
5459
Mingming Caoa02908f2008-08-19 22:16:07 -04005460/*
Mingming Cao617ba132006-10-11 01:20:53 -07005461 * The caller must have previously called ext4_reserve_inode_write().
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005462 * Give this, we know that the caller already has write access to iloc->bh.
5463 */
Mingming Cao617ba132006-10-11 01:20:53 -07005464int ext4_mark_iloc_dirty(handle_t *handle,
Theodore Ts'ode9a55b2009-06-14 17:45:34 -04005465 struct inode *inode, struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005466{
5467 int err = 0;
5468
Jean Noel Cordenner25ec56b2008-01-28 23:58:27 -05005469 if (test_opt(inode->i_sb, I_VERSION))
5470 inode_inc_iversion(inode);
5471
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005472 /* the do_update_inode consumes one bh->b_count */
5473 get_bh(iloc->bh);
5474
Mingming Caodab291a2006-10-11 01:21:01 -07005475 /* ext4_do_update_inode() does jbd2_journal_dirty_metadata */
Frank Mayhar830156c2009-09-29 10:07:47 -04005476 err = ext4_do_update_inode(handle, inode, iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005477 put_bh(iloc->bh);
5478 return err;
5479}
5480
5481/*
5482 * On success, We end up with an outstanding reference count against
5483 * iloc->bh. This _must_ be cleaned up later.
5484 */
5485
5486int
Mingming Cao617ba132006-10-11 01:20:53 -07005487ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
5488 struct ext4_iloc *iloc)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005489{
Frank Mayhar03901312009-01-07 00:06:22 -05005490 int err;
5491
5492 err = ext4_get_inode_loc(inode, iloc);
5493 if (!err) {
5494 BUFFER_TRACE(iloc->bh, "get_write_access");
5495 err = ext4_journal_get_write_access(handle, iloc->bh);
5496 if (err) {
5497 brelse(iloc->bh);
5498 iloc->bh = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005499 }
5500 }
Mingming Cao617ba132006-10-11 01:20:53 -07005501 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005502 return err;
5503}
5504
5505/*
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005506 * Expand an inode by new_extra_isize bytes.
5507 * Returns 0 on success or negative error number on failure.
5508 */
Aneesh Kumar K.V1d03ec92008-01-28 23:58:27 -05005509static int ext4_expand_extra_isize(struct inode *inode,
5510 unsigned int new_extra_isize,
5511 struct ext4_iloc iloc,
5512 handle_t *handle)
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005513{
5514 struct ext4_inode *raw_inode;
5515 struct ext4_xattr_ibody_header *header;
5516 struct ext4_xattr_entry *entry;
5517
5518 if (EXT4_I(inode)->i_extra_isize >= new_extra_isize)
5519 return 0;
5520
5521 raw_inode = ext4_raw_inode(&iloc);
5522
5523 header = IHDR(inode, raw_inode);
5524 entry = IFIRST(header);
5525
5526 /* No extended attributes present */
5527 if (!(EXT4_I(inode)->i_state & EXT4_STATE_XATTR) ||
5528 header->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC)) {
5529 memset((void *)raw_inode + EXT4_GOOD_OLD_INODE_SIZE, 0,
5530 new_extra_isize);
5531 EXT4_I(inode)->i_extra_isize = new_extra_isize;
5532 return 0;
5533 }
5534
5535 /* try to expand with EAs present */
5536 return ext4_expand_extra_isize_ea(inode, new_extra_isize,
5537 raw_inode, handle);
5538}
5539
5540/*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005541 * What we do here is to mark the in-core inode as clean with respect to inode
5542 * dirtiness (it may still be data-dirty).
5543 * This means that the in-core inode may be reaped by prune_icache
5544 * without having to perform any I/O. This is a very good thing,
5545 * because *any* task may call prune_icache - even ones which
5546 * have a transaction open against a different journal.
5547 *
5548 * Is this cheating? Not really. Sure, we haven't written the
5549 * inode out, but prune_icache isn't a user-visible syncing function.
5550 * Whenever the user wants stuff synced (sys_sync, sys_msync, sys_fsync)
5551 * we start and wait on commits.
5552 *
5553 * Is this efficient/effective? Well, we're being nice to the system
5554 * by cleaning up our inodes proactively so they can be reaped
5555 * without I/O. But we are potentially leaving up to five seconds'
5556 * worth of inodes floating about which prune_icache wants us to
5557 * write out. One way to fix that would be to get prune_icache()
5558 * to do a write_super() to free up some memory. It has the desired
5559 * effect.
5560 */
Mingming Cao617ba132006-10-11 01:20:53 -07005561int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005562{
Mingming Cao617ba132006-10-11 01:20:53 -07005563 struct ext4_iloc iloc;
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005564 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
5565 static unsigned int mnt_count;
5566 int err, ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005567
5568 might_sleep();
Mingming Cao617ba132006-10-11 01:20:53 -07005569 err = ext4_reserve_inode_write(handle, inode, &iloc);
Frank Mayhar03901312009-01-07 00:06:22 -05005570 if (ext4_handle_valid(handle) &&
5571 EXT4_I(inode)->i_extra_isize < sbi->s_want_extra_isize &&
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005572 !(EXT4_I(inode)->i_state & EXT4_STATE_NO_EXPAND)) {
5573 /*
5574 * We need extra buffer credits since we may write into EA block
5575 * with this same handle. If journal_extend fails, then it will
5576 * only result in a minor loss of functionality for that inode.
5577 * If this is felt to be critical, then e2fsck should be run to
5578 * force a large enough s_min_extra_isize.
5579 */
5580 if ((jbd2_journal_extend(handle,
5581 EXT4_DATA_TRANS_BLOCKS(inode->i_sb))) == 0) {
5582 ret = ext4_expand_extra_isize(inode,
5583 sbi->s_want_extra_isize,
5584 iloc, handle);
5585 if (ret) {
5586 EXT4_I(inode)->i_state |= EXT4_STATE_NO_EXPAND;
Aneesh Kumar K.Vc1bddad2007-10-16 18:38:25 -04005587 if (mnt_count !=
5588 le16_to_cpu(sbi->s_es->s_mnt_count)) {
Harvey Harrison46e665e2008-04-17 10:38:59 -04005589 ext4_warning(inode->i_sb, __func__,
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005590 "Unable to expand inode %lu. Delete"
5591 " some EAs or run e2fsck.",
5592 inode->i_ino);
Aneesh Kumar K.Vc1bddad2007-10-16 18:38:25 -04005593 mnt_count =
5594 le16_to_cpu(sbi->s_es->s_mnt_count);
Kalpak Shah6dd4ee72007-07-18 09:19:57 -04005595 }
5596 }
5597 }
5598 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005599 if (!err)
Mingming Cao617ba132006-10-11 01:20:53 -07005600 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005601 return err;
5602}
5603
5604/*
Mingming Cao617ba132006-10-11 01:20:53 -07005605 * ext4_dirty_inode() is called from __mark_inode_dirty()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005606 *
5607 * We're really interested in the case where a file is being extended.
5608 * i_size has been changed by generic_commit_write() and we thus need
5609 * to include the updated inode in the current transaction.
5610 *
Jan Karaa269eb12009-01-26 17:04:39 +01005611 * Also, vfs_dq_alloc_block() will always dirty the inode when blocks
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005612 * are allocated to the file.
5613 *
5614 * If the inode is marked synchronous, we don't honour that here - doing
5615 * so would cause a commit on atime updates, which we don't bother doing.
5616 * We handle synchronous inodes at the highest possible level.
5617 */
Mingming Cao617ba132006-10-11 01:20:53 -07005618void ext4_dirty_inode(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005619{
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005620 handle_t *handle;
5621
Mingming Cao617ba132006-10-11 01:20:53 -07005622 handle = ext4_journal_start(inode, 2);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005623 if (IS_ERR(handle))
5624 goto out;
Curt Wohlgemuthf3dc2722009-09-29 16:06:01 -04005625
Curt Wohlgemuthf3dc2722009-09-29 16:06:01 -04005626 ext4_mark_inode_dirty(handle, inode);
5627
Mingming Cao617ba132006-10-11 01:20:53 -07005628 ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005629out:
5630 return;
5631}
5632
5633#if 0
5634/*
5635 * Bind an inode's backing buffer_head into this transaction, to prevent
5636 * it from being flushed to disk early. Unlike
Mingming Cao617ba132006-10-11 01:20:53 -07005637 * ext4_reserve_inode_write, this leaves behind no bh reference and
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005638 * returns no iloc structure, so the caller needs to repeat the iloc
5639 * lookup to mark the inode dirty later.
5640 */
Mingming Cao617ba132006-10-11 01:20:53 -07005641static int ext4_pin_inode(handle_t *handle, struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005642{
Mingming Cao617ba132006-10-11 01:20:53 -07005643 struct ext4_iloc iloc;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005644
5645 int err = 0;
5646 if (handle) {
Mingming Cao617ba132006-10-11 01:20:53 -07005647 err = ext4_get_inode_loc(inode, &iloc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005648 if (!err) {
5649 BUFFER_TRACE(iloc.bh, "get_write_access");
Mingming Caodab291a2006-10-11 01:21:01 -07005650 err = jbd2_journal_get_write_access(handle, iloc.bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005651 if (!err)
Frank Mayhar03901312009-01-07 00:06:22 -05005652 err = ext4_handle_dirty_metadata(handle,
5653 inode,
5654 iloc.bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005655 brelse(iloc.bh);
5656 }
5657 }
Mingming Cao617ba132006-10-11 01:20:53 -07005658 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005659 return err;
5660}
5661#endif
5662
Mingming Cao617ba132006-10-11 01:20:53 -07005663int ext4_change_inode_journal_flag(struct inode *inode, int val)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005664{
5665 journal_t *journal;
5666 handle_t *handle;
5667 int err;
5668
5669 /*
5670 * We have to be very careful here: changing a data block's
5671 * journaling status dynamically is dangerous. If we write a
5672 * data block to the journal, change the status and then delete
5673 * that block, we risk forgetting to revoke the old log record
5674 * from the journal and so a subsequent replay can corrupt data.
5675 * So, first we make sure that the journal is empty and that
5676 * nobody is changing anything.
5677 */
5678
Mingming Cao617ba132006-10-11 01:20:53 -07005679 journal = EXT4_JOURNAL(inode);
Frank Mayhar03901312009-01-07 00:06:22 -05005680 if (!journal)
5681 return 0;
Dave Hansend6995942007-07-18 08:33:51 -04005682 if (is_journal_aborted(journal))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005683 return -EROFS;
5684
Mingming Caodab291a2006-10-11 01:21:01 -07005685 jbd2_journal_lock_updates(journal);
5686 jbd2_journal_flush(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005687
5688 /*
5689 * OK, there are no updates running now, and all cached data is
5690 * synced to disk. We are now in a completely consistent state
5691 * which doesn't have anything in the journal, and we know that
5692 * no filesystem updates are running, so it is safe to modify
5693 * the inode's in-core data-journaling state flag now.
5694 */
5695
5696 if (val)
Mingming Cao617ba132006-10-11 01:20:53 -07005697 EXT4_I(inode)->i_flags |= EXT4_JOURNAL_DATA_FL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005698 else
Mingming Cao617ba132006-10-11 01:20:53 -07005699 EXT4_I(inode)->i_flags &= ~EXT4_JOURNAL_DATA_FL;
5700 ext4_set_aops(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005701
Mingming Caodab291a2006-10-11 01:21:01 -07005702 jbd2_journal_unlock_updates(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005703
5704 /* Finally we can mark the inode as dirty. */
5705
Mingming Cao617ba132006-10-11 01:20:53 -07005706 handle = ext4_journal_start(inode, 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005707 if (IS_ERR(handle))
5708 return PTR_ERR(handle);
5709
Mingming Cao617ba132006-10-11 01:20:53 -07005710 err = ext4_mark_inode_dirty(handle, inode);
Frank Mayhar03901312009-01-07 00:06:22 -05005711 ext4_handle_sync(handle);
Mingming Cao617ba132006-10-11 01:20:53 -07005712 ext4_journal_stop(handle);
5713 ext4_std_error(inode->i_sb, err);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005714
5715 return err;
5716}
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005717
5718static int ext4_bh_unmapped(handle_t *handle, struct buffer_head *bh)
5719{
5720 return !buffer_mapped(bh);
5721}
5722
Nick Pigginc2ec1752009-03-31 15:23:21 -07005723int ext4_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005724{
Nick Pigginc2ec1752009-03-31 15:23:21 -07005725 struct page *page = vmf->page;
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005726 loff_t size;
5727 unsigned long len;
5728 int ret = -EINVAL;
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005729 void *fsdata;
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005730 struct file *file = vma->vm_file;
5731 struct inode *inode = file->f_path.dentry->d_inode;
5732 struct address_space *mapping = inode->i_mapping;
5733
5734 /*
5735 * Get i_alloc_sem to stop truncates messing with the inode. We cannot
5736 * get i_mutex because we are already holding mmap_sem.
5737 */
5738 down_read(&inode->i_alloc_sem);
5739 size = i_size_read(inode);
5740 if (page->mapping != mapping || size <= page_offset(page)
5741 || !PageUptodate(page)) {
5742 /* page got truncated from under us? */
5743 goto out_unlock;
5744 }
5745 ret = 0;
5746 if (PageMappedToDisk(page))
5747 goto out_unlock;
5748
5749 if (page->index == size >> PAGE_CACHE_SHIFT)
5750 len = size & ~PAGE_CACHE_MASK;
5751 else
5752 len = PAGE_CACHE_SIZE;
5753
Aneesh Kumar K.Va827eaf2009-09-09 22:36:03 -04005754 lock_page(page);
5755 /*
5756 * return if we have all the buffers mapped. This avoid
5757 * the need to call write_begin/write_end which does a
5758 * journal_start/journal_stop which can block and take
5759 * long time
5760 */
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005761 if (page_has_buffers(page)) {
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005762 if (!walk_page_buffers(NULL, page_buffers(page), 0, len, NULL,
Aneesh Kumar K.Va827eaf2009-09-09 22:36:03 -04005763 ext4_bh_unmapped)) {
5764 unlock_page(page);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005765 goto out_unlock;
Aneesh Kumar K.Va827eaf2009-09-09 22:36:03 -04005766 }
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005767 }
Aneesh Kumar K.Va827eaf2009-09-09 22:36:03 -04005768 unlock_page(page);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005769 /*
5770 * OK, we need to fill the hole... Do write_begin write_end
5771 * to do block allocation/reservation.We are not holding
5772 * inode.i__mutex here. That allow * parallel write_begin,
5773 * write_end call. lock_page prevent this from happening
5774 * on the same page though
5775 */
5776 ret = mapping->a_ops->write_begin(file, mapping, page_offset(page),
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005777 len, AOP_FLAG_UNINTERRUPTIBLE, &page, &fsdata);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005778 if (ret < 0)
5779 goto out_unlock;
5780 ret = mapping->a_ops->write_end(file, mapping, page_offset(page),
Aneesh Kumar K.V79f0be82008-10-08 23:13:30 -04005781 len, len, page, fsdata);
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005782 if (ret < 0)
5783 goto out_unlock;
5784 ret = 0;
5785out_unlock:
Nick Pigginc2ec1752009-03-31 15:23:21 -07005786 if (ret)
5787 ret = VM_FAULT_SIGBUS;
Aneesh Kumar K.V2e9ee852008-07-11 19:27:31 -04005788 up_read(&inode->i_alloc_sem);
5789 return ret;
5790}