blob: 07e9d9258b486f804a2af0b98972104f2d63bd89 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/mm/filemap.c
3 *
4 * Copyright (C) 1994-1999 Linus Torvalds
5 */
6
7/*
8 * This file handles the generic file mmap semantics used by
9 * most "normal" filesystems (but you don't /have/ to use this:
10 * the NFS filesystem used to do this differently, for example)
11 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <linux/module.h>
13#include <linux/slab.h>
14#include <linux/compiler.h>
15#include <linux/fs.h>
Hiro Yoshiokac22ce142006-06-23 02:04:16 -070016#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#include <linux/aio.h>
Randy.Dunlapc59ede72006-01-11 12:17:46 -080018#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <linux/kernel_stat.h>
20#include <linux/mm.h>
21#include <linux/swap.h>
22#include <linux/mman.h>
23#include <linux/pagemap.h>
24#include <linux/file.h>
25#include <linux/uio.h>
26#include <linux/hash.h>
27#include <linux/writeback.h>
Linus Torvalds53253382007-10-18 14:47:32 -070028#include <linux/backing-dev.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <linux/pagevec.h>
30#include <linux/blkdev.h>
31#include <linux/security.h>
32#include <linux/syscalls.h>
Paul Jackson44110fe2006-03-24 03:16:04 -080033#include <linux/cpuset.h>
Nick Piggin2f718ff2007-10-16 01:24:59 -070034#include <linux/hardirq.h> /* for BUG_ON(!in_atomic()) only */
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080035#include <linux/memcontrol.h>
Nick Piggin0f8053a2006-03-22 00:08:33 -080036#include "internal.h"
37
Linus Torvalds1da177e2005-04-16 15:20:36 -070038/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 * FIXME: remove all knowledge of the buffer layer from the core VM
40 */
41#include <linux/buffer_head.h> /* for generic_osync_inode */
42
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <asm/mman.h>
44
Adrian Bunk5ce78522005-09-10 00:26:28 -070045static ssize_t
46generic_file_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov,
47 loff_t offset, unsigned long nr_segs);
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049/*
50 * Shared mappings implemented 30.11.1994. It's not fully working yet,
51 * though.
52 *
53 * Shared mappings now work. 15.8.1995 Bruno.
54 *
55 * finished 'unifying' the page and buffer cache and SMP-threaded the
56 * page-cache, 21.05.1999, Ingo Molnar <mingo@redhat.com>
57 *
58 * SMP-threaded pagemap-LRU 1999, Andrea Arcangeli <andrea@suse.de>
59 */
60
61/*
62 * Lock ordering:
63 *
64 * ->i_mmap_lock (vmtruncate)
65 * ->private_lock (__free_pte->__set_page_dirty_buffers)
Hugh Dickins5d337b92005-09-03 15:54:41 -070066 * ->swap_lock (exclusive_swap_page, others)
67 * ->mapping->tree_lock
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 *
Jes Sorensen1b1dcc12006-01-09 15:59:24 -080069 * ->i_mutex
Linus Torvalds1da177e2005-04-16 15:20:36 -070070 * ->i_mmap_lock (truncate->unmap_mapping_range)
71 *
72 * ->mmap_sem
73 * ->i_mmap_lock
Hugh Dickinsb8072f02005-10-29 18:16:41 -070074 * ->page_table_lock or pte_lock (various, mainly in memory.c)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 * ->mapping->tree_lock (arch-dependent flush_dcache_mmap_lock)
76 *
77 * ->mmap_sem
78 * ->lock_page (access_process_vm)
79 *
Nick Piggin82591e62006-10-19 23:29:10 -070080 * ->i_mutex (generic_file_buffered_write)
81 * ->mmap_sem (fault_in_pages_readable->do_page_fault)
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 *
Jes Sorensen1b1dcc12006-01-09 15:59:24 -080083 * ->i_mutex
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 * ->i_alloc_sem (various)
85 *
86 * ->inode_lock
87 * ->sb_lock (fs/fs-writeback.c)
88 * ->mapping->tree_lock (__sync_single_inode)
89 *
90 * ->i_mmap_lock
91 * ->anon_vma.lock (vma_adjust)
92 *
93 * ->anon_vma.lock
Hugh Dickinsb8072f02005-10-29 18:16:41 -070094 * ->page_table_lock or pte_lock (anon_vma_prepare and various)
Linus Torvalds1da177e2005-04-16 15:20:36 -070095 *
Hugh Dickinsb8072f02005-10-29 18:16:41 -070096 * ->page_table_lock or pte_lock
Hugh Dickins5d337b92005-09-03 15:54:41 -070097 * ->swap_lock (try_to_unmap_one)
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 * ->private_lock (try_to_unmap_one)
99 * ->tree_lock (try_to_unmap_one)
100 * ->zone.lru_lock (follow_page->mark_page_accessed)
Nick Piggin053837f2006-01-18 17:42:27 -0800101 * ->zone.lru_lock (check_pte_range->isolate_lru_page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 * ->private_lock (page_remove_rmap->set_page_dirty)
103 * ->tree_lock (page_remove_rmap->set_page_dirty)
104 * ->inode_lock (page_remove_rmap->set_page_dirty)
105 * ->inode_lock (zap_pte_range->set_page_dirty)
106 * ->private_lock (zap_pte_range->__set_page_dirty_buffers)
107 *
108 * ->task->proc_lock
109 * ->dcache_lock (proc_pid_lookup)
110 */
111
112/*
113 * Remove a page from the page cache and free it. Caller has to make
114 * sure the page is locked and that nobody else uses it - or that usage
115 * is safe. The caller must hold a write_lock on the mapping's tree_lock.
116 */
117void __remove_from_page_cache(struct page *page)
118{
119 struct address_space *mapping = page->mapping;
120
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800121 mem_cgroup_uncharge_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 radix_tree_delete(&mapping->page_tree, page->index);
123 page->mapping = NULL;
124 mapping->nrpages--;
Christoph Lameter347ce432006-06-30 01:55:35 -0700125 __dec_zone_page_state(page, NR_FILE_PAGES);
Nick Piggin45426812007-07-15 23:38:12 -0700126 BUG_ON(page_mapped(page));
Linus Torvalds3a692792007-12-19 14:05:13 -0800127
128 /*
129 * Some filesystems seem to re-dirty the page even after
130 * the VM has canceled the dirty bit (eg ext3 journaling).
131 *
132 * Fix it up by doing a final dirty accounting check after
133 * having removed the page entirely.
134 */
135 if (PageDirty(page) && mapping_cap_account_dirty(mapping)) {
136 dec_zone_page_state(page, NR_FILE_DIRTY);
137 dec_bdi_stat(mapping->backing_dev_info, BDI_RECLAIMABLE);
138 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139}
140
141void remove_from_page_cache(struct page *page)
142{
143 struct address_space *mapping = page->mapping;
144
Matt Mackallcd7619d2005-05-01 08:59:01 -0700145 BUG_ON(!PageLocked(page));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146
147 write_lock_irq(&mapping->tree_lock);
148 __remove_from_page_cache(page);
149 write_unlock_irq(&mapping->tree_lock);
150}
151
152static int sync_page(void *word)
153{
154 struct address_space *mapping;
155 struct page *page;
156
Andi Kleen07808b72005-11-05 17:25:53 +0100157 page = container_of((unsigned long *)word, struct page, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158
159 /*
William Lee Irwin IIIdd1d5af2005-05-01 08:58:38 -0700160 * page_mapping() is being called without PG_locked held.
161 * Some knowledge of the state and use of the page is used to
162 * reduce the requirements down to a memory barrier.
163 * The danger here is of a stale page_mapping() return value
164 * indicating a struct address_space different from the one it's
165 * associated with when it is associated with one.
166 * After smp_mb(), it's either the correct page_mapping() for
167 * the page, or an old page_mapping() and the page's own
168 * page_mapping() has gone NULL.
169 * The ->sync_page() address_space operation must tolerate
170 * page_mapping() going NULL. By an amazing coincidence,
171 * this comes about because none of the users of the page
172 * in the ->sync_page() methods make essential use of the
173 * page_mapping(), merely passing the page down to the backing
174 * device's unplug functions when it's non-NULL, which in turn
Hugh Dickins4c21e2f2005-10-29 18:16:40 -0700175 * ignore it for all cases but swap, where only page_private(page) is
William Lee Irwin IIIdd1d5af2005-05-01 08:58:38 -0700176 * of interest. When page_mapping() does go NULL, the entire
177 * call stack gracefully ignores the page and returns.
178 * -- wli
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 */
180 smp_mb();
181 mapping = page_mapping(page);
182 if (mapping && mapping->a_ops && mapping->a_ops->sync_page)
183 mapping->a_ops->sync_page(page);
184 io_schedule();
185 return 0;
186}
187
Matthew Wilcox2687a352007-12-06 11:18:49 -0500188static int sync_page_killable(void *word)
189{
190 sync_page(word);
191 return fatal_signal_pending(current) ? -EINTR : 0;
192}
193
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700195 * __filemap_fdatawrite_range - start writeback on mapping dirty pages in range
Martin Waitz67be2dd2005-05-01 08:59:26 -0700196 * @mapping: address space structure to write
197 * @start: offset in bytes where the range starts
Andrew Morton469eb4d2006-03-24 03:17:45 -0800198 * @end: offset in bytes where the range ends (inclusive)
Martin Waitz67be2dd2005-05-01 08:59:26 -0700199 * @sync_mode: enable synchronous operation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700201 * Start writeback against all of a mapping's dirty pages that lie
202 * within the byte offsets <start, end> inclusive.
203 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 * If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
Randy Dunlap485bb992006-06-23 02:03:49 -0700205 * opposed to a regular memory cleansing writeback. The difference between
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 * these two operations is that if a dirty page/buffer is encountered, it must
207 * be waited upon, and not just skipped over.
208 */
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800209int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
210 loff_t end, int sync_mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211{
212 int ret;
213 struct writeback_control wbc = {
214 .sync_mode = sync_mode,
215 .nr_to_write = mapping->nrpages * 2,
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700216 .range_start = start,
217 .range_end = end,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218 };
219
220 if (!mapping_cap_writeback_dirty(mapping))
221 return 0;
222
223 ret = do_writepages(mapping, &wbc);
224 return ret;
225}
226
227static inline int __filemap_fdatawrite(struct address_space *mapping,
228 int sync_mode)
229{
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700230 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231}
232
233int filemap_fdatawrite(struct address_space *mapping)
234{
235 return __filemap_fdatawrite(mapping, WB_SYNC_ALL);
236}
237EXPORT_SYMBOL(filemap_fdatawrite);
238
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800239static int filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
240 loff_t end)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241{
242 return __filemap_fdatawrite_range(mapping, start, end, WB_SYNC_ALL);
243}
244
Randy Dunlap485bb992006-06-23 02:03:49 -0700245/**
246 * filemap_flush - mostly a non-blocking flush
247 * @mapping: target address_space
248 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 * This is a mostly non-blocking flush. Not suitable for data-integrity
250 * purposes - I/O may not be started against all dirty pages.
251 */
252int filemap_flush(struct address_space *mapping)
253{
254 return __filemap_fdatawrite(mapping, WB_SYNC_NONE);
255}
256EXPORT_SYMBOL(filemap_flush);
257
Randy Dunlap485bb992006-06-23 02:03:49 -0700258/**
259 * wait_on_page_writeback_range - wait for writeback to complete
260 * @mapping: target address_space
261 * @start: beginning page index
262 * @end: ending page index
263 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 * Wait for writeback to complete against pages indexed by start->end
265 * inclusive
266 */
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800267int wait_on_page_writeback_range(struct address_space *mapping,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 pgoff_t start, pgoff_t end)
269{
270 struct pagevec pvec;
271 int nr_pages;
272 int ret = 0;
273 pgoff_t index;
274
275 if (end < start)
276 return 0;
277
278 pagevec_init(&pvec, 0);
279 index = start;
280 while ((index <= end) &&
281 (nr_pages = pagevec_lookup_tag(&pvec, mapping, &index,
282 PAGECACHE_TAG_WRITEBACK,
283 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) {
284 unsigned i;
285
286 for (i = 0; i < nr_pages; i++) {
287 struct page *page = pvec.pages[i];
288
289 /* until radix tree lookup accepts end_index */
290 if (page->index > end)
291 continue;
292
293 wait_on_page_writeback(page);
294 if (PageError(page))
295 ret = -EIO;
296 }
297 pagevec_release(&pvec);
298 cond_resched();
299 }
300
301 /* Check for outstanding write errors */
302 if (test_and_clear_bit(AS_ENOSPC, &mapping->flags))
303 ret = -ENOSPC;
304 if (test_and_clear_bit(AS_EIO, &mapping->flags))
305 ret = -EIO;
306
307 return ret;
308}
309
Randy Dunlap485bb992006-06-23 02:03:49 -0700310/**
311 * sync_page_range - write and wait on all pages in the passed range
312 * @inode: target inode
313 * @mapping: target address_space
314 * @pos: beginning offset in pages to write
315 * @count: number of bytes to write
316 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 * Write and wait upon all the pages in the passed range. This is a "data
318 * integrity" operation. It waits upon in-flight writeout before starting and
319 * waiting upon new writeout. If there was an IO error, return it.
320 *
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800321 * We need to re-take i_mutex during the generic_osync_inode list walk because
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 * it is otherwise livelockable.
323 */
324int sync_page_range(struct inode *inode, struct address_space *mapping,
OGAWA Hirofumi268fc162006-01-08 01:02:12 -0800325 loff_t pos, loff_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326{
327 pgoff_t start = pos >> PAGE_CACHE_SHIFT;
328 pgoff_t end = (pos + count - 1) >> PAGE_CACHE_SHIFT;
329 int ret;
330
331 if (!mapping_cap_writeback_dirty(mapping) || !count)
332 return 0;
333 ret = filemap_fdatawrite_range(mapping, pos, pos + count - 1);
334 if (ret == 0) {
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800335 mutex_lock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 ret = generic_osync_inode(inode, mapping, OSYNC_METADATA);
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800337 mutex_unlock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 }
339 if (ret == 0)
340 ret = wait_on_page_writeback_range(mapping, start, end);
341 return ret;
342}
343EXPORT_SYMBOL(sync_page_range);
344
Randy Dunlap485bb992006-06-23 02:03:49 -0700345/**
Randy Dunlap76824862008-03-19 17:00:40 -0700346 * sync_page_range_nolock - write & wait on all pages in the passed range without locking
Randy Dunlap485bb992006-06-23 02:03:49 -0700347 * @inode: target inode
348 * @mapping: target address_space
349 * @pos: beginning offset in pages to write
350 * @count: number of bytes to write
351 *
Robert P. J. Day72fd4a32007-02-10 01:45:59 -0800352 * Note: Holding i_mutex across sync_page_range_nolock() is not a good idea
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 * as it forces O_SYNC writers to different parts of the same file
354 * to be serialised right until io completion.
355 */
OGAWA Hirofumi268fc162006-01-08 01:02:12 -0800356int sync_page_range_nolock(struct inode *inode, struct address_space *mapping,
357 loff_t pos, loff_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358{
359 pgoff_t start = pos >> PAGE_CACHE_SHIFT;
360 pgoff_t end = (pos + count - 1) >> PAGE_CACHE_SHIFT;
361 int ret;
362
363 if (!mapping_cap_writeback_dirty(mapping) || !count)
364 return 0;
365 ret = filemap_fdatawrite_range(mapping, pos, pos + count - 1);
366 if (ret == 0)
367 ret = generic_osync_inode(inode, mapping, OSYNC_METADATA);
368 if (ret == 0)
369 ret = wait_on_page_writeback_range(mapping, start, end);
370 return ret;
371}
OGAWA Hirofumi268fc162006-01-08 01:02:12 -0800372EXPORT_SYMBOL(sync_page_range_nolock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373
374/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700375 * filemap_fdatawait - wait for all under-writeback pages to complete
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376 * @mapping: address space structure to wait for
Randy Dunlap485bb992006-06-23 02:03:49 -0700377 *
378 * Walk the list of under-writeback pages of the given address space
379 * and wait for all of them.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 */
381int filemap_fdatawait(struct address_space *mapping)
382{
383 loff_t i_size = i_size_read(mapping->host);
384
385 if (i_size == 0)
386 return 0;
387
388 return wait_on_page_writeback_range(mapping, 0,
389 (i_size - 1) >> PAGE_CACHE_SHIFT);
390}
391EXPORT_SYMBOL(filemap_fdatawait);
392
393int filemap_write_and_wait(struct address_space *mapping)
394{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800395 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396
397 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800398 err = filemap_fdatawrite(mapping);
399 /*
400 * Even if the above returned error, the pages may be
401 * written partially (e.g. -ENOSPC), so we wait for it.
402 * But the -EIO is special case, it may indicate the worst
403 * thing (e.g. bug) happened, so we avoid waiting for it.
404 */
405 if (err != -EIO) {
406 int err2 = filemap_fdatawait(mapping);
407 if (!err)
408 err = err2;
409 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800411 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412}
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800413EXPORT_SYMBOL(filemap_write_and_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414
Randy Dunlap485bb992006-06-23 02:03:49 -0700415/**
416 * filemap_write_and_wait_range - write out & wait on a file range
417 * @mapping: the address_space for the pages
418 * @lstart: offset in bytes where the range starts
419 * @lend: offset in bytes where the range ends (inclusive)
420 *
Andrew Morton469eb4d2006-03-24 03:17:45 -0800421 * Write out and wait upon file offsets lstart->lend, inclusive.
422 *
423 * Note that `lend' is inclusive (describes the last byte to be written) so
424 * that this function can be used to write to the very end-of-file (end = -1).
425 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426int filemap_write_and_wait_range(struct address_space *mapping,
427 loff_t lstart, loff_t lend)
428{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800429 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430
431 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800432 err = __filemap_fdatawrite_range(mapping, lstart, lend,
433 WB_SYNC_ALL);
434 /* See comment of filemap_write_and_wait() */
435 if (err != -EIO) {
436 int err2 = wait_on_page_writeback_range(mapping,
437 lstart >> PAGE_CACHE_SHIFT,
438 lend >> PAGE_CACHE_SHIFT);
439 if (!err)
440 err = err2;
441 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800443 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444}
445
Randy Dunlap485bb992006-06-23 02:03:49 -0700446/**
447 * add_to_page_cache - add newly allocated pagecache pages
448 * @page: page to add
449 * @mapping: the page's address_space
450 * @offset: page index
451 * @gfp_mask: page allocation mode
452 *
453 * This function is used to add newly allocated pagecache pages;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 * the page is new, so we can just run SetPageLocked() against it.
455 * The other page state flags were set by rmqueue().
456 *
457 * This function does not add the page to the LRU. The caller must do that.
458 */
459int add_to_page_cache(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400460 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461{
Badari Pulavarty4c6bc8d2008-02-07 00:14:05 -0800462 int error = mem_cgroup_cache_charge(page, current->mm,
463 gfp_mask & ~__GFP_HIGHMEM);
Balbir Singh35c754d2008-02-07 00:14:05 -0800464 if (error)
465 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466
Balbir Singh35c754d2008-02-07 00:14:05 -0800467 error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 if (error == 0) {
469 write_lock_irq(&mapping->tree_lock);
470 error = radix_tree_insert(&mapping->page_tree, offset, page);
471 if (!error) {
472 page_cache_get(page);
473 SetPageLocked(page);
474 page->mapping = mapping;
475 page->index = offset;
476 mapping->nrpages++;
Christoph Lameter347ce432006-06-30 01:55:35 -0700477 __inc_zone_page_state(page, NR_FILE_PAGES);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800478 } else
479 mem_cgroup_uncharge_page(page);
480
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 write_unlock_irq(&mapping->tree_lock);
482 radix_tree_preload_end();
Balbir Singh35c754d2008-02-07 00:14:05 -0800483 } else
484 mem_cgroup_uncharge_page(page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800485out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 return error;
487}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488EXPORT_SYMBOL(add_to_page_cache);
489
490int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400491 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492{
493 int ret = add_to_page_cache(page, mapping, offset, gfp_mask);
494 if (ret == 0)
495 lru_cache_add(page);
496 return ret;
497}
498
Paul Jackson44110fe2006-03-24 03:16:04 -0800499#ifdef CONFIG_NUMA
Nick Piggin2ae88142006-10-28 10:38:23 -0700500struct page *__page_cache_alloc(gfp_t gfp)
Paul Jackson44110fe2006-03-24 03:16:04 -0800501{
502 if (cpuset_do_page_mem_spread()) {
503 int n = cpuset_mem_spread_node();
Nick Piggin2ae88142006-10-28 10:38:23 -0700504 return alloc_pages_node(n, gfp, 0);
Paul Jackson44110fe2006-03-24 03:16:04 -0800505 }
Nick Piggin2ae88142006-10-28 10:38:23 -0700506 return alloc_pages(gfp, 0);
Paul Jackson44110fe2006-03-24 03:16:04 -0800507}
Nick Piggin2ae88142006-10-28 10:38:23 -0700508EXPORT_SYMBOL(__page_cache_alloc);
Paul Jackson44110fe2006-03-24 03:16:04 -0800509#endif
510
Nick Piggindb376482006-09-25 23:31:24 -0700511static int __sleep_on_page_lock(void *word)
512{
513 io_schedule();
514 return 0;
515}
516
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517/*
518 * In order to wait for pages to become available there must be
519 * waitqueues associated with pages. By using a hash table of
520 * waitqueues where the bucket discipline is to maintain all
521 * waiters on the same queue and wake all when any of the pages
522 * become available, and for the woken contexts to check to be
523 * sure the appropriate page became available, this saves space
524 * at a cost of "thundering herd" phenomena during rare hash
525 * collisions.
526 */
527static wait_queue_head_t *page_waitqueue(struct page *page)
528{
529 const struct zone *zone = page_zone(page);
530
531 return &zone->wait_table[hash_ptr(page, zone->wait_table_bits)];
532}
533
534static inline void wake_up_page(struct page *page, int bit)
535{
536 __wake_up_bit(page_waitqueue(page), &page->flags, bit);
537}
538
Harvey Harrison920c7a52008-02-04 22:29:26 -0800539void wait_on_page_bit(struct page *page, int bit_nr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540{
541 DEFINE_WAIT_BIT(wait, &page->flags, bit_nr);
542
543 if (test_bit(bit_nr, &page->flags))
544 __wait_on_bit(page_waitqueue(page), &wait, sync_page,
545 TASK_UNINTERRUPTIBLE);
546}
547EXPORT_SYMBOL(wait_on_page_bit);
548
549/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700550 * unlock_page - unlock a locked page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 * @page: the page
552 *
553 * Unlocks the page and wakes up sleepers in ___wait_on_page_locked().
554 * Also wakes sleepers in wait_on_page_writeback() because the wakeup
555 * mechananism between PageLocked pages and PageWriteback pages is shared.
556 * But that's OK - sleepers in wait_on_page_writeback() just go back to sleep.
557 *
558 * The first mb is necessary to safely close the critical section opened by the
559 * TestSetPageLocked(), the second mb is necessary to enforce ordering between
560 * the clear_bit and the read of the waitqueue (to avoid SMP races with a
561 * parallel wait_on_page_locked()).
562 */
Harvey Harrison920c7a52008-02-04 22:29:26 -0800563void unlock_page(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564{
565 smp_mb__before_clear_bit();
566 if (!TestClearPageLocked(page))
567 BUG();
568 smp_mb__after_clear_bit();
569 wake_up_page(page, PG_locked);
570}
571EXPORT_SYMBOL(unlock_page);
572
Randy Dunlap485bb992006-06-23 02:03:49 -0700573/**
574 * end_page_writeback - end writeback against a page
575 * @page: the page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 */
577void end_page_writeback(struct page *page)
578{
579 if (!TestClearPageReclaim(page) || rotate_reclaimable_page(page)) {
580 if (!test_clear_page_writeback(page))
581 BUG();
582 }
583 smp_mb__after_clear_bit();
584 wake_up_page(page, PG_writeback);
585}
586EXPORT_SYMBOL(end_page_writeback);
587
Randy Dunlap485bb992006-06-23 02:03:49 -0700588/**
589 * __lock_page - get a lock on the page, assuming we need to sleep to get it
590 * @page: the page to lock
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700592 * Ugly. Running sync_page() in state TASK_UNINTERRUPTIBLE is scary. If some
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 * random driver's requestfn sets TASK_RUNNING, we could busywait. However
594 * chances are that on the second loop, the block layer's plug list is empty,
595 * so sync_page() will then return in state TASK_UNINTERRUPTIBLE.
596 */
Harvey Harrison920c7a52008-02-04 22:29:26 -0800597void __lock_page(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598{
599 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
600
601 __wait_on_bit_lock(page_waitqueue(page), &wait, sync_page,
602 TASK_UNINTERRUPTIBLE);
603}
604EXPORT_SYMBOL(__lock_page);
605
Harvey Harrisonb5606c22008-02-13 15:03:16 -0800606int __lock_page_killable(struct page *page)
Matthew Wilcox2687a352007-12-06 11:18:49 -0500607{
608 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
609
610 return __wait_on_bit_lock(page_waitqueue(page), &wait,
611 sync_page_killable, TASK_KILLABLE);
612}
613
Randy Dunlap76824862008-03-19 17:00:40 -0700614/**
615 * __lock_page_nosync - get a lock on the page, without calling sync_page()
616 * @page: the page to lock
617 *
Nick Piggindb376482006-09-25 23:31:24 -0700618 * Variant of lock_page that does not require the caller to hold a reference
619 * on the page's mapping.
620 */
Harvey Harrison920c7a52008-02-04 22:29:26 -0800621void __lock_page_nosync(struct page *page)
Nick Piggindb376482006-09-25 23:31:24 -0700622{
623 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
624 __wait_on_bit_lock(page_waitqueue(page), &wait, __sleep_on_page_lock,
625 TASK_UNINTERRUPTIBLE);
626}
627
Randy Dunlap485bb992006-06-23 02:03:49 -0700628/**
629 * find_get_page - find and get a page reference
630 * @mapping: the address_space to search
631 * @offset: the page index
632 *
Nick Pigginda6052f2006-09-25 23:31:35 -0700633 * Is there a pagecache struct page at the given (mapping, offset) tuple?
634 * If yes, increment its refcount and return it; if no, return NULL.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 */
Fengguang Wu57f6b962007-10-16 01:24:37 -0700636struct page * find_get_page(struct address_space *mapping, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637{
638 struct page *page;
639
640 read_lock_irq(&mapping->tree_lock);
641 page = radix_tree_lookup(&mapping->page_tree, offset);
642 if (page)
643 page_cache_get(page);
644 read_unlock_irq(&mapping->tree_lock);
645 return page;
646}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647EXPORT_SYMBOL(find_get_page);
648
Randy Dunlap485bb992006-06-23 02:03:49 -0700649/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 * find_lock_page - locate, pin and lock a pagecache page
Martin Waitz67be2dd2005-05-01 08:59:26 -0700651 * @mapping: the address_space to search
652 * @offset: the page index
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 *
654 * Locates the desired pagecache page, locks it, increments its reference
655 * count and returns its address.
656 *
657 * Returns zero if the page was not present. find_lock_page() may sleep.
658 */
659struct page *find_lock_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -0700660 pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661{
662 struct page *page;
663
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664repeat:
Nick Piggin45726cb2007-10-16 01:24:41 -0700665 read_lock_irq(&mapping->tree_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 page = radix_tree_lookup(&mapping->page_tree, offset);
667 if (page) {
668 page_cache_get(page);
669 if (TestSetPageLocked(page)) {
670 read_unlock_irq(&mapping->tree_lock);
Nikita Danilovbbfbb7c2006-01-06 00:11:08 -0800671 __lock_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672
673 /* Has the page been truncated while we slept? */
Nick Piggin45726cb2007-10-16 01:24:41 -0700674 if (unlikely(page->mapping != mapping)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 unlock_page(page);
676 page_cache_release(page);
677 goto repeat;
678 }
Nick Piggin45726cb2007-10-16 01:24:41 -0700679 VM_BUG_ON(page->index != offset);
680 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 }
682 }
683 read_unlock_irq(&mapping->tree_lock);
Nick Piggin45726cb2007-10-16 01:24:41 -0700684out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685 return page;
686}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687EXPORT_SYMBOL(find_lock_page);
688
689/**
690 * find_or_create_page - locate or add a pagecache page
Martin Waitz67be2dd2005-05-01 08:59:26 -0700691 * @mapping: the page's address_space
692 * @index: the page's index into the mapping
693 * @gfp_mask: page allocation mode
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 *
695 * Locates a page in the pagecache. If the page is not present, a new page
696 * is allocated using @gfp_mask and is added to the pagecache and to the VM's
697 * LRU list. The returned page is locked and has its reference count
698 * incremented.
699 *
700 * find_or_create_page() may sleep, even if @gfp_flags specifies an atomic
701 * allocation!
702 *
703 * find_or_create_page() returns the desired page's address, or zero on
704 * memory exhaustion.
705 */
706struct page *find_or_create_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -0700707 pgoff_t index, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708{
Nick Piggineb2be182007-10-16 01:24:57 -0700709 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 int err;
711repeat:
712 page = find_lock_page(mapping, index);
713 if (!page) {
Nick Piggineb2be182007-10-16 01:24:57 -0700714 page = __page_cache_alloc(gfp_mask);
715 if (!page)
716 return NULL;
717 err = add_to_page_cache_lru(page, mapping, index, gfp_mask);
718 if (unlikely(err)) {
719 page_cache_release(page);
720 page = NULL;
721 if (err == -EEXIST)
722 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725 return page;
726}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727EXPORT_SYMBOL(find_or_create_page);
728
729/**
730 * find_get_pages - gang pagecache lookup
731 * @mapping: The address_space to search
732 * @start: The starting page index
733 * @nr_pages: The maximum number of pages
734 * @pages: Where the resulting pages are placed
735 *
736 * find_get_pages() will search for and return a group of up to
737 * @nr_pages pages in the mapping. The pages are placed at @pages.
738 * find_get_pages() takes a reference against the returned pages.
739 *
740 * The search returns a group of mapping-contiguous pages with ascending
741 * indexes. There may be holes in the indices due to not-present pages.
742 *
743 * find_get_pages() returns the number of pages which were found.
744 */
745unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
746 unsigned int nr_pages, struct page **pages)
747{
748 unsigned int i;
749 unsigned int ret;
750
751 read_lock_irq(&mapping->tree_lock);
752 ret = radix_tree_gang_lookup(&mapping->page_tree,
753 (void **)pages, start, nr_pages);
754 for (i = 0; i < ret; i++)
755 page_cache_get(pages[i]);
756 read_unlock_irq(&mapping->tree_lock);
757 return ret;
758}
759
Jens Axboeebf43502006-04-27 08:46:01 +0200760/**
761 * find_get_pages_contig - gang contiguous pagecache lookup
762 * @mapping: The address_space to search
763 * @index: The starting page index
764 * @nr_pages: The maximum number of pages
765 * @pages: Where the resulting pages are placed
766 *
767 * find_get_pages_contig() works exactly like find_get_pages(), except
768 * that the returned number of pages are guaranteed to be contiguous.
769 *
770 * find_get_pages_contig() returns the number of pages which were found.
771 */
772unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index,
773 unsigned int nr_pages, struct page **pages)
774{
775 unsigned int i;
776 unsigned int ret;
777
778 read_lock_irq(&mapping->tree_lock);
779 ret = radix_tree_gang_lookup(&mapping->page_tree,
780 (void **)pages, index, nr_pages);
781 for (i = 0; i < ret; i++) {
782 if (pages[i]->mapping == NULL || pages[i]->index != index)
783 break;
784
785 page_cache_get(pages[i]);
786 index++;
787 }
788 read_unlock_irq(&mapping->tree_lock);
789 return i;
790}
David Howellsef71c152007-05-09 02:33:44 -0700791EXPORT_SYMBOL(find_get_pages_contig);
Jens Axboeebf43502006-04-27 08:46:01 +0200792
Randy Dunlap485bb992006-06-23 02:03:49 -0700793/**
794 * find_get_pages_tag - find and return pages that match @tag
795 * @mapping: the address_space to search
796 * @index: the starting page index
797 * @tag: the tag index
798 * @nr_pages: the maximum number of pages
799 * @pages: where the resulting pages are placed
800 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801 * Like find_get_pages, except we only return pages which are tagged with
Randy Dunlap485bb992006-06-23 02:03:49 -0700802 * @tag. We update @index to index the next page for the traversal.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803 */
804unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
805 int tag, unsigned int nr_pages, struct page **pages)
806{
807 unsigned int i;
808 unsigned int ret;
809
810 read_lock_irq(&mapping->tree_lock);
811 ret = radix_tree_gang_lookup_tag(&mapping->page_tree,
812 (void **)pages, *index, nr_pages, tag);
813 for (i = 0; i < ret; i++)
814 page_cache_get(pages[i]);
815 if (ret)
816 *index = pages[ret - 1]->index + 1;
817 read_unlock_irq(&mapping->tree_lock);
818 return ret;
819}
David Howellsef71c152007-05-09 02:33:44 -0700820EXPORT_SYMBOL(find_get_pages_tag);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821
Randy Dunlap485bb992006-06-23 02:03:49 -0700822/**
823 * grab_cache_page_nowait - returns locked page at given index in given cache
824 * @mapping: target address_space
825 * @index: the page index
826 *
Robert P. J. Day72fd4a32007-02-10 01:45:59 -0800827 * Same as grab_cache_page(), but do not wait if the page is unavailable.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 * This is intended for speculative data generators, where the data can
829 * be regenerated if the page couldn't be grabbed. This routine should
830 * be safe to call while holding the lock for another page.
831 *
832 * Clear __GFP_FS when allocating the page to avoid recursion into the fs
833 * and deadlock against the caller's locked page.
834 */
835struct page *
Fengguang Wu57f6b962007-10-16 01:24:37 -0700836grab_cache_page_nowait(struct address_space *mapping, pgoff_t index)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837{
838 struct page *page = find_get_page(mapping, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839
840 if (page) {
841 if (!TestSetPageLocked(page))
842 return page;
843 page_cache_release(page);
844 return NULL;
845 }
Nick Piggin2ae88142006-10-28 10:38:23 -0700846 page = __page_cache_alloc(mapping_gfp_mask(mapping) & ~__GFP_FS);
847 if (page && add_to_page_cache_lru(page, mapping, index, GFP_KERNEL)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 page_cache_release(page);
849 page = NULL;
850 }
851 return page;
852}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853EXPORT_SYMBOL(grab_cache_page_nowait);
854
Wu Fengguang76d42bd2006-06-25 05:48:43 -0700855/*
856 * CD/DVDs are error prone. When a medium error occurs, the driver may fail
857 * a _large_ part of the i/o request. Imagine the worst scenario:
858 *
859 * ---R__________________________________________B__________
860 * ^ reading here ^ bad block(assume 4k)
861 *
862 * read(R) => miss => readahead(R...B) => media error => frustrating retries
863 * => failing the whole request => read(R) => read(R+1) =>
864 * readahead(R+1...B+1) => bang => read(R+2) => read(R+3) =>
865 * readahead(R+3...B+2) => bang => read(R+3) => read(R+4) =>
866 * readahead(R+4...B+3) => bang => read(R+4) => read(R+5) => ......
867 *
868 * It is going insane. Fix it by quickly scaling down the readahead size.
869 */
870static void shrink_readahead_size_eio(struct file *filp,
871 struct file_ra_state *ra)
872{
873 if (!ra->ra_pages)
874 return;
875
876 ra->ra_pages /= 4;
Wu Fengguang76d42bd2006-06-25 05:48:43 -0700877}
878
Randy Dunlap485bb992006-06-23 02:03:49 -0700879/**
Christoph Hellwig36e78912008-02-08 04:21:24 -0800880 * do_generic_file_read - generic file read routine
Randy Dunlap485bb992006-06-23 02:03:49 -0700881 * @filp: the file to read
882 * @ppos: current file position
883 * @desc: read_descriptor
884 * @actor: read method
885 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 * This is a generic file read routine, and uses the
Randy Dunlap485bb992006-06-23 02:03:49 -0700887 * mapping->a_ops->readpage() function for the actual low-level stuff.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 *
889 * This is really ugly. But the goto's actually try to clarify some
890 * of the logic when it comes to error handling etc.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 */
Christoph Hellwig36e78912008-02-08 04:21:24 -0800892static void do_generic_file_read(struct file *filp, loff_t *ppos,
893 read_descriptor_t *desc, read_actor_t actor)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894{
Christoph Hellwig36e78912008-02-08 04:21:24 -0800895 struct address_space *mapping = filp->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 struct inode *inode = mapping->host;
Christoph Hellwig36e78912008-02-08 04:21:24 -0800897 struct file_ra_state *ra = &filp->f_ra;
Fengguang Wu57f6b962007-10-16 01:24:37 -0700898 pgoff_t index;
899 pgoff_t last_index;
900 pgoff_t prev_index;
901 unsigned long offset; /* offset into pagecache page */
Jan Karaec0f1632007-05-06 14:49:25 -0700902 unsigned int prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905 index = *ppos >> PAGE_CACHE_SHIFT;
Fengguang Wu7ff81072007-10-16 01:24:35 -0700906 prev_index = ra->prev_pos >> PAGE_CACHE_SHIFT;
907 prev_offset = ra->prev_pos & (PAGE_CACHE_SIZE-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 last_index = (*ppos + desc->count + PAGE_CACHE_SIZE-1) >> PAGE_CACHE_SHIFT;
909 offset = *ppos & ~PAGE_CACHE_MASK;
910
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 for (;;) {
912 struct page *page;
Fengguang Wu57f6b962007-10-16 01:24:37 -0700913 pgoff_t end_index;
NeilBrowna32ea1e2007-07-17 04:03:04 -0700914 loff_t isize;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 unsigned long nr, ret;
916
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 cond_resched();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918find_page:
919 page = find_get_page(mapping, index);
Fengguang Wu3ea89ee2007-07-19 01:48:02 -0700920 if (!page) {
Rusty Russellcf914a72007-07-19 01:48:08 -0700921 page_cache_sync_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -0700922 ra, filp,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -0700923 index, last_index - index);
924 page = find_get_page(mapping, index);
925 if (unlikely(page == NULL))
926 goto no_cached_page;
927 }
928 if (PageReadahead(page)) {
Rusty Russellcf914a72007-07-19 01:48:08 -0700929 page_cache_async_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -0700930 ra, filp, page,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -0700931 index, last_index - index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 }
933 if (!PageUptodate(page))
934 goto page_not_up_to_date;
935page_ok:
NeilBrowna32ea1e2007-07-17 04:03:04 -0700936 /*
937 * i_size must be checked after we know the page is Uptodate.
938 *
939 * Checking i_size after the check allows us to calculate
940 * the correct value for "nr", which means the zero-filled
941 * part of the page is not copied back to userspace (unless
942 * another truncate extends the file - this is desired though).
943 */
944
945 isize = i_size_read(inode);
946 end_index = (isize - 1) >> PAGE_CACHE_SHIFT;
947 if (unlikely(!isize || index > end_index)) {
948 page_cache_release(page);
949 goto out;
950 }
951
952 /* nr is the maximum number of bytes to copy from this page */
953 nr = PAGE_CACHE_SIZE;
954 if (index == end_index) {
955 nr = ((isize - 1) & ~PAGE_CACHE_MASK) + 1;
956 if (nr <= offset) {
957 page_cache_release(page);
958 goto out;
959 }
960 }
961 nr = nr - offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
963 /* If users can be writing to this page using arbitrary
964 * virtual addresses, take care about potential aliasing
965 * before reading the page on the kernel side.
966 */
967 if (mapping_writably_mapped(mapping))
968 flush_dcache_page(page);
969
970 /*
Jan Karaec0f1632007-05-06 14:49:25 -0700971 * When a sequential read accesses a page several times,
972 * only mark it as accessed the first time.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973 */
Jan Karaec0f1632007-05-06 14:49:25 -0700974 if (prev_index != index || offset != prev_offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975 mark_page_accessed(page);
976 prev_index = index;
977
978 /*
979 * Ok, we have the page, and it's up-to-date, so
980 * now we can copy it to user space...
981 *
982 * The actor routine returns how many bytes were actually used..
983 * NOTE! This may not be the same as how much of a user buffer
984 * we filled up (we may be padding etc), so we can only update
985 * "pos" here (the actor routine has to update the user buffer
986 * pointers and the remaining count).
987 */
988 ret = actor(desc, page, offset, nr);
989 offset += ret;
990 index += offset >> PAGE_CACHE_SHIFT;
991 offset &= ~PAGE_CACHE_MASK;
Jan Kara6ce745e2007-05-06 14:49:26 -0700992 prev_offset = offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993
994 page_cache_release(page);
995 if (ret == nr && desc->count)
996 continue;
997 goto out;
998
999page_not_up_to_date:
1000 /* Get exclusive access to the page ... */
Matthew Wilcox0b94e972007-12-06 11:19:57 -05001001 if (lock_page_killable(page))
1002 goto readpage_eio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003
Nick Pigginda6052f2006-09-25 23:31:35 -07001004 /* Did it get truncated before we got the lock? */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005 if (!page->mapping) {
1006 unlock_page(page);
1007 page_cache_release(page);
1008 continue;
1009 }
1010
1011 /* Did somebody else fill it already? */
1012 if (PageUptodate(page)) {
1013 unlock_page(page);
1014 goto page_ok;
1015 }
1016
1017readpage:
1018 /* Start the actual read. The read will unlock the page. */
1019 error = mapping->a_ops->readpage(filp, page);
1020
Zach Brown994fc28c2005-12-15 14:28:17 -08001021 if (unlikely(error)) {
1022 if (error == AOP_TRUNCATED_PAGE) {
1023 page_cache_release(page);
1024 goto find_page;
1025 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026 goto readpage_error;
Zach Brown994fc28c2005-12-15 14:28:17 -08001027 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028
1029 if (!PageUptodate(page)) {
Matthew Wilcox0b94e972007-12-06 11:19:57 -05001030 if (lock_page_killable(page))
1031 goto readpage_eio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032 if (!PageUptodate(page)) {
1033 if (page->mapping == NULL) {
1034 /*
1035 * invalidate_inode_pages got it
1036 */
1037 unlock_page(page);
1038 page_cache_release(page);
1039 goto find_page;
1040 }
1041 unlock_page(page);
Fengguang Wu7ff81072007-10-16 01:24:35 -07001042 shrink_readahead_size_eio(filp, ra);
Matthew Wilcox0b94e972007-12-06 11:19:57 -05001043 goto readpage_eio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 }
1045 unlock_page(page);
1046 }
1047
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 goto page_ok;
1049
Matthew Wilcox0b94e972007-12-06 11:19:57 -05001050readpage_eio:
1051 error = -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052readpage_error:
1053 /* UHHUH! A synchronous read error occurred. Report it */
1054 desc->error = error;
1055 page_cache_release(page);
1056 goto out;
1057
1058no_cached_page:
1059 /*
1060 * Ok, it wasn't cached, so we need to create a new
1061 * page..
1062 */
Nick Piggineb2be182007-10-16 01:24:57 -07001063 page = page_cache_alloc_cold(mapping);
1064 if (!page) {
1065 desc->error = -ENOMEM;
1066 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 }
Nick Piggineb2be182007-10-16 01:24:57 -07001068 error = add_to_page_cache_lru(page, mapping,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 index, GFP_KERNEL);
1070 if (error) {
Nick Piggineb2be182007-10-16 01:24:57 -07001071 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 if (error == -EEXIST)
1073 goto find_page;
1074 desc->error = error;
1075 goto out;
1076 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 goto readpage;
1078 }
1079
1080out:
Fengguang Wu7ff81072007-10-16 01:24:35 -07001081 ra->prev_pos = prev_index;
1082 ra->prev_pos <<= PAGE_CACHE_SHIFT;
1083 ra->prev_pos |= prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084
Fengguang Wuf4e6b492007-10-16 01:24:33 -07001085 *ppos = ((loff_t)index << PAGE_CACHE_SHIFT) + offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 if (filp)
1087 file_accessed(filp);
1088}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089
1090int file_read_actor(read_descriptor_t *desc, struct page *page,
1091 unsigned long offset, unsigned long size)
1092{
1093 char *kaddr;
1094 unsigned long left, count = desc->count;
1095
1096 if (size > count)
1097 size = count;
1098
1099 /*
1100 * Faults on the destination of a read are common, so do it before
1101 * taking the kmap.
1102 */
1103 if (!fault_in_pages_writeable(desc->arg.buf, size)) {
1104 kaddr = kmap_atomic(page, KM_USER0);
1105 left = __copy_to_user_inatomic(desc->arg.buf,
1106 kaddr + offset, size);
1107 kunmap_atomic(kaddr, KM_USER0);
1108 if (left == 0)
1109 goto success;
1110 }
1111
1112 /* Do it the slow way */
1113 kaddr = kmap(page);
1114 left = __copy_to_user(desc->arg.buf, kaddr + offset, size);
1115 kunmap(page);
1116
1117 if (left) {
1118 size -= left;
1119 desc->error = -EFAULT;
1120 }
1121success:
1122 desc->count = count - size;
1123 desc->written += size;
1124 desc->arg.buf += size;
1125 return size;
1126}
1127
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001128/*
1129 * Performs necessary checks before doing a write
1130 * @iov: io vector request
1131 * @nr_segs: number of segments in the iovec
1132 * @count: number of bytes to write
1133 * @access_flags: type of access: %VERIFY_READ or %VERIFY_WRITE
1134 *
1135 * Adjust number of segments and amount of bytes to write (nr_segs should be
1136 * properly initialized first). Returns appropriate error code that caller
1137 * should return or zero in case that write should be allowed.
1138 */
1139int generic_segment_checks(const struct iovec *iov,
1140 unsigned long *nr_segs, size_t *count, int access_flags)
1141{
1142 unsigned long seg;
1143 size_t cnt = 0;
1144 for (seg = 0; seg < *nr_segs; seg++) {
1145 const struct iovec *iv = &iov[seg];
1146
1147 /*
1148 * If any segment has a negative length, or the cumulative
1149 * length ever wraps negative then return -EINVAL.
1150 */
1151 cnt += iv->iov_len;
1152 if (unlikely((ssize_t)(cnt|iv->iov_len) < 0))
1153 return -EINVAL;
1154 if (access_ok(access_flags, iv->iov_base, iv->iov_len))
1155 continue;
1156 if (seg == 0)
1157 return -EFAULT;
1158 *nr_segs = seg;
1159 cnt -= iv->iov_len; /* This segment is no good */
1160 break;
1161 }
1162 *count = cnt;
1163 return 0;
1164}
1165EXPORT_SYMBOL(generic_segment_checks);
1166
Randy Dunlap485bb992006-06-23 02:03:49 -07001167/**
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001168 * generic_file_aio_read - generic filesystem read routine
Randy Dunlap485bb992006-06-23 02:03:49 -07001169 * @iocb: kernel I/O control block
1170 * @iov: io vector request
1171 * @nr_segs: number of segments in the iovec
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001172 * @pos: current file position
Randy Dunlap485bb992006-06-23 02:03:49 -07001173 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 * This is the "read()" routine for all filesystems
1175 * that can use the page cache directly.
1176 */
1177ssize_t
Badari Pulavarty543ade12006-09-30 23:28:48 -07001178generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
1179 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180{
1181 struct file *filp = iocb->ki_filp;
1182 ssize_t retval;
1183 unsigned long seg;
1184 size_t count;
Badari Pulavarty543ade12006-09-30 23:28:48 -07001185 loff_t *ppos = &iocb->ki_pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186
1187 count = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001188 retval = generic_segment_checks(iov, &nr_segs, &count, VERIFY_WRITE);
1189 if (retval)
1190 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191
1192 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
1193 if (filp->f_flags & O_DIRECT) {
Badari Pulavarty543ade12006-09-30 23:28:48 -07001194 loff_t size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 struct address_space *mapping;
1196 struct inode *inode;
1197
1198 mapping = filp->f_mapping;
1199 inode = mapping->host;
1200 retval = 0;
1201 if (!count)
1202 goto out; /* skip atime */
1203 size = i_size_read(inode);
1204 if (pos < size) {
1205 retval = generic_file_direct_IO(READ, iocb,
1206 iov, pos, nr_segs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 if (retval > 0)
1208 *ppos = pos + retval;
1209 }
Steven Whitehouse0e0bcae2006-09-27 14:45:07 -04001210 if (likely(retval != 0)) {
Steven Whitehouse3f1a9aa2006-09-27 14:52:48 -04001211 file_accessed(filp);
Steven Whitehousea9e5f4d2006-07-25 17:24:12 -04001212 goto out;
Steven Whitehouse0e0bcae2006-09-27 14:45:07 -04001213 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 }
1215
1216 retval = 0;
1217 if (count) {
1218 for (seg = 0; seg < nr_segs; seg++) {
1219 read_descriptor_t desc;
1220
1221 desc.written = 0;
1222 desc.arg.buf = iov[seg].iov_base;
1223 desc.count = iov[seg].iov_len;
1224 if (desc.count == 0)
1225 continue;
1226 desc.error = 0;
1227 do_generic_file_read(filp,ppos,&desc,file_read_actor);
1228 retval += desc.written;
Tejun Heo39e88ca2005-10-30 15:02:40 -08001229 if (desc.error) {
1230 retval = retval ?: desc.error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231 break;
1232 }
akpm@linux-foundation.orgc44939e2007-07-15 23:38:25 -07001233 if (desc.count > 0)
1234 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235 }
1236 }
1237out:
1238 return retval;
1239}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240EXPORT_SYMBOL(generic_file_aio_read);
1241
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242static ssize_t
1243do_readahead(struct address_space *mapping, struct file *filp,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001244 pgoff_t index, unsigned long nr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245{
1246 if (!mapping || !mapping->a_ops || !mapping->a_ops->readpage)
1247 return -EINVAL;
1248
1249 force_page_cache_readahead(mapping, filp, index,
1250 max_sane_readahead(nr));
1251 return 0;
1252}
1253
1254asmlinkage ssize_t sys_readahead(int fd, loff_t offset, size_t count)
1255{
1256 ssize_t ret;
1257 struct file *file;
1258
1259 ret = -EBADF;
1260 file = fget(fd);
1261 if (file) {
1262 if (file->f_mode & FMODE_READ) {
1263 struct address_space *mapping = file->f_mapping;
Fengguang Wu57f6b962007-10-16 01:24:37 -07001264 pgoff_t start = offset >> PAGE_CACHE_SHIFT;
1265 pgoff_t end = (offset + count - 1) >> PAGE_CACHE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 unsigned long len = end - start + 1;
1267 ret = do_readahead(mapping, file, start, len);
1268 }
1269 fput(file);
1270 }
1271 return ret;
1272}
1273
1274#ifdef CONFIG_MMU
Randy Dunlap485bb992006-06-23 02:03:49 -07001275/**
1276 * page_cache_read - adds requested page to the page cache if not already there
1277 * @file: file to read
1278 * @offset: page index
1279 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280 * This adds the requested page to the page cache if it isn't already there,
1281 * and schedules an I/O to read in its contents from disk.
1282 */
Harvey Harrison920c7a52008-02-04 22:29:26 -08001283static int page_cache_read(struct file *file, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284{
1285 struct address_space *mapping = file->f_mapping;
1286 struct page *page;
Zach Brown994fc28c2005-12-15 14:28:17 -08001287 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288
Zach Brown994fc28c2005-12-15 14:28:17 -08001289 do {
1290 page = page_cache_alloc_cold(mapping);
1291 if (!page)
1292 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
Zach Brown994fc28c2005-12-15 14:28:17 -08001294 ret = add_to_page_cache_lru(page, mapping, offset, GFP_KERNEL);
1295 if (ret == 0)
1296 ret = mapping->a_ops->readpage(file, page);
1297 else if (ret == -EEXIST)
1298 ret = 0; /* losing race to add is OK */
1299
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301
Zach Brown994fc28c2005-12-15 14:28:17 -08001302 } while (ret == AOP_TRUNCATED_PAGE);
1303
1304 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305}
1306
1307#define MMAP_LOTSAMISS (100)
1308
Randy Dunlap485bb992006-06-23 02:03:49 -07001309/**
Nick Piggin54cb8822007-07-19 01:46:59 -07001310 * filemap_fault - read in file data for page fault handling
Nick Piggind0217ac2007-07-19 01:47:03 -07001311 * @vma: vma in which the fault was taken
1312 * @vmf: struct vm_fault containing details of the fault
Randy Dunlap485bb992006-06-23 02:03:49 -07001313 *
Nick Piggin54cb8822007-07-19 01:46:59 -07001314 * filemap_fault() is invoked via the vma operations vector for a
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315 * mapped memory region to read in file data during a page fault.
1316 *
1317 * The goto's are kind of ugly, but this streamlines the normal case of having
1318 * it in the page cache, and handles the special cases reasonably without
1319 * having a lot of duplicated code.
1320 */
Nick Piggind0217ac2007-07-19 01:47:03 -07001321int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322{
1323 int error;
Nick Piggin54cb8822007-07-19 01:46:59 -07001324 struct file *file = vma->vm_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325 struct address_space *mapping = file->f_mapping;
1326 struct file_ra_state *ra = &file->f_ra;
1327 struct inode *inode = mapping->host;
1328 struct page *page;
Jan Kara2004dc82008-02-08 04:20:11 -08001329 pgoff_t size;
Nick Piggin54cb8822007-07-19 01:46:59 -07001330 int did_readaround = 0;
Nick Piggin83c54072007-07-19 01:47:05 -07001331 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Nick Piggind0217ac2007-07-19 01:47:03 -07001334 if (vmf->pgoff >= size)
Linus Torvalds5307cc12007-10-31 09:19:46 -07001335 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336
1337 /* If we don't want any read-ahead, don't bother */
Nick Piggin54cb8822007-07-19 01:46:59 -07001338 if (VM_RandomReadHint(vma))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 goto no_cached_page;
1340
1341 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342 * Do we have something in the page cache already?
1343 */
1344retry_find:
Nick Piggind0217ac2007-07-19 01:47:03 -07001345 page = find_lock_page(mapping, vmf->pgoff);
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001346 /*
1347 * For sequential accesses, we use the generic readahead logic.
1348 */
1349 if (VM_SequentialReadHint(vma)) {
1350 if (!page) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001351 page_cache_sync_readahead(mapping, ra, file,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001352 vmf->pgoff, 1);
1353 page = find_lock_page(mapping, vmf->pgoff);
1354 if (!page)
1355 goto no_cached_page;
1356 }
1357 if (PageReadahead(page)) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001358 page_cache_async_readahead(mapping, ra, file, page,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001359 vmf->pgoff, 1);
1360 }
1361 }
1362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 if (!page) {
1364 unsigned long ra_pages;
1365
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366 ra->mmap_miss++;
1367
1368 /*
1369 * Do we miss much more than hit in this file? If so,
1370 * stop bothering with read-ahead. It will only hurt.
1371 */
Fengguang Wu0bb7ba62007-10-16 01:24:32 -07001372 if (ra->mmap_miss > MMAP_LOTSAMISS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373 goto no_cached_page;
1374
1375 /*
1376 * To keep the pgmajfault counter straight, we need to
1377 * check did_readaround, as this is an inner loop.
1378 */
1379 if (!did_readaround) {
Nick Piggind0217ac2007-07-19 01:47:03 -07001380 ret = VM_FAULT_MAJOR;
Christoph Lameterf8891e52006-06-30 01:55:45 -07001381 count_vm_event(PGMAJFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 }
1383 did_readaround = 1;
1384 ra_pages = max_sane_readahead(file->f_ra.ra_pages);
1385 if (ra_pages) {
1386 pgoff_t start = 0;
1387
Nick Piggind0217ac2007-07-19 01:47:03 -07001388 if (vmf->pgoff > ra_pages / 2)
1389 start = vmf->pgoff - ra_pages / 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390 do_page_cache_readahead(mapping, file, start, ra_pages);
1391 }
Nick Piggind0217ac2007-07-19 01:47:03 -07001392 page = find_lock_page(mapping, vmf->pgoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393 if (!page)
1394 goto no_cached_page;
1395 }
1396
1397 if (!did_readaround)
Fengguang Wu0bb7ba62007-10-16 01:24:32 -07001398 ra->mmap_miss--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399
1400 /*
Nick Piggind00806b2007-07-19 01:46:57 -07001401 * We have a locked page in the page cache, now we need to check
1402 * that it's up-to-date. If not, it is going to be due to an error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 */
Nick Piggind00806b2007-07-19 01:46:57 -07001404 if (unlikely(!PageUptodate(page)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 goto page_not_uptodate;
1406
Nick Piggind00806b2007-07-19 01:46:57 -07001407 /* Must recheck i_size under page lock */
1408 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Nick Piggind0217ac2007-07-19 01:47:03 -07001409 if (unlikely(vmf->pgoff >= size)) {
Nick Piggind00806b2007-07-19 01:46:57 -07001410 unlock_page(page);
Yan Zheng745ad482007-10-08 10:08:37 -07001411 page_cache_release(page);
Linus Torvalds5307cc12007-10-31 09:19:46 -07001412 return VM_FAULT_SIGBUS;
Nick Piggind00806b2007-07-19 01:46:57 -07001413 }
1414
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415 /*
1416 * Found the page and have a reference on it.
1417 */
1418 mark_page_accessed(page);
Fengguang Wuf4e6b492007-10-16 01:24:33 -07001419 ra->prev_pos = (loff_t)page->index << PAGE_CACHE_SHIFT;
Nick Piggind0217ac2007-07-19 01:47:03 -07001420 vmf->page = page;
Nick Piggin83c54072007-07-19 01:47:05 -07001421 return ret | VM_FAULT_LOCKED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423no_cached_page:
1424 /*
1425 * We're only likely to ever get here if MADV_RANDOM is in
1426 * effect.
1427 */
Nick Piggind0217ac2007-07-19 01:47:03 -07001428 error = page_cache_read(file, vmf->pgoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429
1430 /*
1431 * The page we want has now been added to the page cache.
1432 * In the unlikely event that someone removed it in the
1433 * meantime, we'll just come back here and read it again.
1434 */
1435 if (error >= 0)
1436 goto retry_find;
1437
1438 /*
1439 * An error return from page_cache_read can result if the
1440 * system is low on memory, or a problem occurs while trying
1441 * to schedule I/O.
1442 */
1443 if (error == -ENOMEM)
Nick Piggind0217ac2007-07-19 01:47:03 -07001444 return VM_FAULT_OOM;
1445 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446
1447page_not_uptodate:
Nick Piggind00806b2007-07-19 01:46:57 -07001448 /* IO error path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 if (!did_readaround) {
Nick Piggind0217ac2007-07-19 01:47:03 -07001450 ret = VM_FAULT_MAJOR;
Christoph Lameterf8891e52006-06-30 01:55:45 -07001451 count_vm_event(PGMAJFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453
1454 /*
1455 * Umm, take care of errors if the page isn't up-to-date.
1456 * Try to re-read it _once_. We do this synchronously,
1457 * because there really aren't any performance issues here
1458 * and we need to check for errors.
1459 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 ClearPageError(page);
Zach Brown994fc28c2005-12-15 14:28:17 -08001461 error = mapping->a_ops->readpage(file, page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462 page_cache_release(page);
Nick Piggind00806b2007-07-19 01:46:57 -07001463
1464 if (!error || error == AOP_TRUNCATED_PAGE)
1465 goto retry_find;
1466
1467 /* Things didn't work out. Return zero to tell the mm layer so. */
1468 shrink_readahead_size_eio(file, ra);
Nick Piggind0217ac2007-07-19 01:47:03 -07001469 return VM_FAULT_SIGBUS;
Nick Piggin54cb8822007-07-19 01:46:59 -07001470}
1471EXPORT_SYMBOL(filemap_fault);
1472
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473struct vm_operations_struct generic_file_vm_ops = {
Nick Piggin54cb8822007-07-19 01:46:59 -07001474 .fault = filemap_fault,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475};
1476
1477/* This is used for a general mmap of a disk file */
1478
1479int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
1480{
1481 struct address_space *mapping = file->f_mapping;
1482
1483 if (!mapping->a_ops->readpage)
1484 return -ENOEXEC;
1485 file_accessed(file);
1486 vma->vm_ops = &generic_file_vm_ops;
Nick Piggind0217ac2007-07-19 01:47:03 -07001487 vma->vm_flags |= VM_CAN_NONLINEAR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488 return 0;
1489}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490
1491/*
1492 * This is for filesystems which do not implement ->writepage.
1493 */
1494int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma)
1495{
1496 if ((vma->vm_flags & VM_SHARED) && (vma->vm_flags & VM_MAYWRITE))
1497 return -EINVAL;
1498 return generic_file_mmap(file, vma);
1499}
1500#else
1501int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
1502{
1503 return -ENOSYS;
1504}
1505int generic_file_readonly_mmap(struct file * file, struct vm_area_struct * vma)
1506{
1507 return -ENOSYS;
1508}
1509#endif /* CONFIG_MMU */
1510
1511EXPORT_SYMBOL(generic_file_mmap);
1512EXPORT_SYMBOL(generic_file_readonly_mmap);
1513
Nick Piggin6fe69002007-05-06 14:49:04 -07001514static struct page *__read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001515 pgoff_t index,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516 int (*filler)(void *,struct page*),
1517 void *data)
1518{
Nick Piggineb2be182007-10-16 01:24:57 -07001519 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520 int err;
1521repeat:
1522 page = find_get_page(mapping, index);
1523 if (!page) {
Nick Piggineb2be182007-10-16 01:24:57 -07001524 page = page_cache_alloc_cold(mapping);
1525 if (!page)
1526 return ERR_PTR(-ENOMEM);
1527 err = add_to_page_cache_lru(page, mapping, index, GFP_KERNEL);
1528 if (unlikely(err)) {
1529 page_cache_release(page);
1530 if (err == -EEXIST)
1531 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532 /* Presumably ENOMEM for radix tree node */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533 return ERR_PTR(err);
1534 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535 err = filler(data, page);
1536 if (err < 0) {
1537 page_cache_release(page);
1538 page = ERR_PTR(err);
1539 }
1540 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541 return page;
1542}
1543
Randy Dunlap76824862008-03-19 17:00:40 -07001544/**
1545 * read_cache_page_async - read into page cache, fill it if needed
1546 * @mapping: the page's address_space
1547 * @index: the page index
1548 * @filler: function to perform the read
1549 * @data: destination for read data
1550 *
Nick Piggin6fe69002007-05-06 14:49:04 -07001551 * Same as read_cache_page, but don't wait for page to become unlocked
1552 * after submitting it to the filler.
Randy Dunlap76824862008-03-19 17:00:40 -07001553 *
1554 * Read into the page cache. If a page already exists, and PageUptodate() is
1555 * not set, try to fill the page but don't wait for it to become unlocked.
1556 *
1557 * If the page does not get brought uptodate, return -EIO.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558 */
Nick Piggin6fe69002007-05-06 14:49:04 -07001559struct page *read_cache_page_async(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001560 pgoff_t index,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561 int (*filler)(void *,struct page*),
1562 void *data)
1563{
1564 struct page *page;
1565 int err;
1566
1567retry:
1568 page = __read_cache_page(mapping, index, filler, data);
1569 if (IS_ERR(page))
David Howellsc855ff32007-05-09 13:42:20 +01001570 return page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 if (PageUptodate(page))
1572 goto out;
1573
1574 lock_page(page);
1575 if (!page->mapping) {
1576 unlock_page(page);
1577 page_cache_release(page);
1578 goto retry;
1579 }
1580 if (PageUptodate(page)) {
1581 unlock_page(page);
1582 goto out;
1583 }
1584 err = filler(data, page);
1585 if (err < 0) {
1586 page_cache_release(page);
David Howellsc855ff32007-05-09 13:42:20 +01001587 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588 }
David Howellsc855ff32007-05-09 13:42:20 +01001589out:
Nick Piggin6fe69002007-05-06 14:49:04 -07001590 mark_page_accessed(page);
1591 return page;
1592}
1593EXPORT_SYMBOL(read_cache_page_async);
1594
1595/**
1596 * read_cache_page - read into page cache, fill it if needed
1597 * @mapping: the page's address_space
1598 * @index: the page index
1599 * @filler: function to perform the read
1600 * @data: destination for read data
1601 *
1602 * Read into the page cache. If a page already exists, and PageUptodate() is
1603 * not set, try to fill the page then wait for it to become unlocked.
1604 *
1605 * If the page does not get brought uptodate, return -EIO.
1606 */
1607struct page *read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001608 pgoff_t index,
Nick Piggin6fe69002007-05-06 14:49:04 -07001609 int (*filler)(void *,struct page*),
1610 void *data)
1611{
1612 struct page *page;
1613
1614 page = read_cache_page_async(mapping, index, filler, data);
1615 if (IS_ERR(page))
1616 goto out;
1617 wait_on_page_locked(page);
1618 if (!PageUptodate(page)) {
1619 page_cache_release(page);
1620 page = ERR_PTR(-EIO);
1621 }
1622 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623 return page;
1624}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625EXPORT_SYMBOL(read_cache_page);
1626
1627/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628 * The logic we want is
1629 *
1630 * if suid or (sgid and xgrp)
1631 * remove privs
1632 */
Jens Axboe01de85e2006-10-17 19:50:36 +02001633int should_remove_suid(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634{
1635 mode_t mode = dentry->d_inode->i_mode;
1636 int kill = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637
1638 /* suid always must be killed */
1639 if (unlikely(mode & S_ISUID))
1640 kill = ATTR_KILL_SUID;
1641
1642 /*
1643 * sgid without any exec bits is just a mandatory locking mark; leave
1644 * it alone. If some exec bits are set, it's a real sgid; kill it.
1645 */
1646 if (unlikely((mode & S_ISGID) && (mode & S_IXGRP)))
1647 kill |= ATTR_KILL_SGID;
1648
Jens Axboe01de85e2006-10-17 19:50:36 +02001649 if (unlikely(kill && !capable(CAP_FSETID)))
1650 return kill;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651
Jens Axboe01de85e2006-10-17 19:50:36 +02001652 return 0;
1653}
Mark Fashehd23a1472006-10-17 17:05:18 -07001654EXPORT_SYMBOL(should_remove_suid);
Jens Axboe01de85e2006-10-17 19:50:36 +02001655
1656int __remove_suid(struct dentry *dentry, int kill)
1657{
1658 struct iattr newattrs;
1659
1660 newattrs.ia_valid = ATTR_FORCE | kill;
1661 return notify_change(dentry, &newattrs);
1662}
1663
1664int remove_suid(struct dentry *dentry)
1665{
Serge E. Hallynb5376772007-10-16 23:31:36 -07001666 int killsuid = should_remove_suid(dentry);
1667 int killpriv = security_inode_need_killpriv(dentry);
1668 int error = 0;
Jens Axboe01de85e2006-10-17 19:50:36 +02001669
Serge E. Hallynb5376772007-10-16 23:31:36 -07001670 if (killpriv < 0)
1671 return killpriv;
1672 if (killpriv)
1673 error = security_inode_killpriv(dentry);
1674 if (!error && killsuid)
1675 error = __remove_suid(dentry, killsuid);
Jens Axboe01de85e2006-10-17 19:50:36 +02001676
Serge E. Hallynb5376772007-10-16 23:31:36 -07001677 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678}
1679EXPORT_SYMBOL(remove_suid);
1680
Nick Piggin2f718ff2007-10-16 01:24:59 -07001681static size_t __iovec_copy_from_user_inatomic(char *vaddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682 const struct iovec *iov, size_t base, size_t bytes)
1683{
1684 size_t copied = 0, left = 0;
1685
1686 while (bytes) {
1687 char __user *buf = iov->iov_base + base;
1688 int copy = min(bytes, iov->iov_len - base);
1689
1690 base = 0;
Hiro Yoshiokac22ce142006-06-23 02:04:16 -07001691 left = __copy_from_user_inatomic_nocache(vaddr, buf, copy);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692 copied += copy;
1693 bytes -= copy;
1694 vaddr += copy;
1695 iov++;
1696
NeilBrown01408c42006-06-25 05:47:58 -07001697 if (unlikely(left))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699 }
1700 return copied - left;
1701}
1702
1703/*
Nick Piggin2f718ff2007-10-16 01:24:59 -07001704 * Copy as much as we can into the page and return the number of bytes which
1705 * were sucessfully copied. If a fault is encountered then return the number of
1706 * bytes which were copied.
1707 */
1708size_t iov_iter_copy_from_user_atomic(struct page *page,
1709 struct iov_iter *i, unsigned long offset, size_t bytes)
1710{
1711 char *kaddr;
1712 size_t copied;
1713
1714 BUG_ON(!in_atomic());
1715 kaddr = kmap_atomic(page, KM_USER0);
1716 if (likely(i->nr_segs == 1)) {
1717 int left;
1718 char __user *buf = i->iov->iov_base + i->iov_offset;
1719 left = __copy_from_user_inatomic_nocache(kaddr + offset,
1720 buf, bytes);
1721 copied = bytes - left;
1722 } else {
1723 copied = __iovec_copy_from_user_inatomic(kaddr + offset,
1724 i->iov, i->iov_offset, bytes);
1725 }
1726 kunmap_atomic(kaddr, KM_USER0);
1727
1728 return copied;
1729}
Nick Piggin89e10782007-10-16 01:25:07 -07001730EXPORT_SYMBOL(iov_iter_copy_from_user_atomic);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001731
1732/*
1733 * This has the same sideeffects and return value as
1734 * iov_iter_copy_from_user_atomic().
1735 * The difference is that it attempts to resolve faults.
1736 * Page must not be locked.
1737 */
1738size_t iov_iter_copy_from_user(struct page *page,
1739 struct iov_iter *i, unsigned long offset, size_t bytes)
1740{
1741 char *kaddr;
1742 size_t copied;
1743
1744 kaddr = kmap(page);
1745 if (likely(i->nr_segs == 1)) {
1746 int left;
1747 char __user *buf = i->iov->iov_base + i->iov_offset;
1748 left = __copy_from_user_nocache(kaddr + offset, buf, bytes);
1749 copied = bytes - left;
1750 } else {
1751 copied = __iovec_copy_from_user_inatomic(kaddr + offset,
1752 i->iov, i->iov_offset, bytes);
1753 }
1754 kunmap(page);
1755 return copied;
1756}
Nick Piggin89e10782007-10-16 01:25:07 -07001757EXPORT_SYMBOL(iov_iter_copy_from_user);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001758
Nick Pigginf7009262008-03-10 11:43:59 -07001759void iov_iter_advance(struct iov_iter *i, size_t bytes)
Nick Piggin2f718ff2007-10-16 01:24:59 -07001760{
Nick Pigginf7009262008-03-10 11:43:59 -07001761 BUG_ON(i->count < bytes);
1762
Nick Piggin2f718ff2007-10-16 01:24:59 -07001763 if (likely(i->nr_segs == 1)) {
1764 i->iov_offset += bytes;
Nick Pigginf7009262008-03-10 11:43:59 -07001765 i->count -= bytes;
Nick Piggin2f718ff2007-10-16 01:24:59 -07001766 } else {
1767 const struct iovec *iov = i->iov;
1768 size_t base = i->iov_offset;
1769
Nick Piggin124d3b72008-02-02 15:01:17 +01001770 /*
1771 * The !iov->iov_len check ensures we skip over unlikely
Nick Pigginf7009262008-03-10 11:43:59 -07001772 * zero-length segments (without overruning the iovec).
Nick Piggin124d3b72008-02-02 15:01:17 +01001773 */
Nick Pigginf7009262008-03-10 11:43:59 -07001774 while (bytes || unlikely(!iov->iov_len && i->count)) {
1775 int copy;
Nick Piggin2f718ff2007-10-16 01:24:59 -07001776
Nick Pigginf7009262008-03-10 11:43:59 -07001777 copy = min(bytes, iov->iov_len - base);
1778 BUG_ON(!i->count || i->count < copy);
1779 i->count -= copy;
Nick Piggin2f718ff2007-10-16 01:24:59 -07001780 bytes -= copy;
1781 base += copy;
1782 if (iov->iov_len == base) {
1783 iov++;
1784 base = 0;
1785 }
1786 }
1787 i->iov = iov;
1788 i->iov_offset = base;
1789 }
1790}
Nick Piggin89e10782007-10-16 01:25:07 -07001791EXPORT_SYMBOL(iov_iter_advance);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001792
Nick Pigginafddba42007-10-16 01:25:01 -07001793/*
1794 * Fault in the first iovec of the given iov_iter, to a maximum length
1795 * of bytes. Returns 0 on success, or non-zero if the memory could not be
1796 * accessed (ie. because it is an invalid address).
1797 *
1798 * writev-intensive code may want this to prefault several iovecs -- that
1799 * would be possible (callers must not rely on the fact that _only_ the
1800 * first iovec will be faulted with the current implementation).
1801 */
1802int iov_iter_fault_in_readable(struct iov_iter *i, size_t bytes)
Nick Piggin2f718ff2007-10-16 01:24:59 -07001803{
Nick Piggin2f718ff2007-10-16 01:24:59 -07001804 char __user *buf = i->iov->iov_base + i->iov_offset;
Nick Pigginafddba42007-10-16 01:25:01 -07001805 bytes = min(bytes, i->iov->iov_len - i->iov_offset);
1806 return fault_in_pages_readable(buf, bytes);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001807}
Nick Piggin89e10782007-10-16 01:25:07 -07001808EXPORT_SYMBOL(iov_iter_fault_in_readable);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001809
1810/*
1811 * Return the count of just the current iov_iter segment.
1812 */
1813size_t iov_iter_single_seg_count(struct iov_iter *i)
1814{
1815 const struct iovec *iov = i->iov;
1816 if (i->nr_segs == 1)
1817 return i->count;
1818 else
1819 return min(i->count, iov->iov_len - i->iov_offset);
1820}
Nick Piggin89e10782007-10-16 01:25:07 -07001821EXPORT_SYMBOL(iov_iter_single_seg_count);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001822
1823/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824 * Performs necessary checks before doing a write
1825 *
Randy Dunlap485bb992006-06-23 02:03:49 -07001826 * Can adjust writing position or amount of bytes to write.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827 * Returns appropriate error code that caller should return or
1828 * zero in case that write should be allowed.
1829 */
1830inline int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk)
1831{
1832 struct inode *inode = file->f_mapping->host;
1833 unsigned long limit = current->signal->rlim[RLIMIT_FSIZE].rlim_cur;
1834
1835 if (unlikely(*pos < 0))
1836 return -EINVAL;
1837
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 if (!isblk) {
1839 /* FIXME: this is for backwards compatibility with 2.4 */
1840 if (file->f_flags & O_APPEND)
1841 *pos = i_size_read(inode);
1842
1843 if (limit != RLIM_INFINITY) {
1844 if (*pos >= limit) {
1845 send_sig(SIGXFSZ, current, 0);
1846 return -EFBIG;
1847 }
1848 if (*count > limit - (typeof(limit))*pos) {
1849 *count = limit - (typeof(limit))*pos;
1850 }
1851 }
1852 }
1853
1854 /*
1855 * LFS rule
1856 */
1857 if (unlikely(*pos + *count > MAX_NON_LFS &&
1858 !(file->f_flags & O_LARGEFILE))) {
1859 if (*pos >= MAX_NON_LFS) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860 return -EFBIG;
1861 }
1862 if (*count > MAX_NON_LFS - (unsigned long)*pos) {
1863 *count = MAX_NON_LFS - (unsigned long)*pos;
1864 }
1865 }
1866
1867 /*
1868 * Are we about to exceed the fs block limit ?
1869 *
1870 * If we have written data it becomes a short write. If we have
1871 * exceeded without writing data we send a signal and return EFBIG.
1872 * Linus frestrict idea will clean these up nicely..
1873 */
1874 if (likely(!isblk)) {
1875 if (unlikely(*pos >= inode->i_sb->s_maxbytes)) {
1876 if (*count || *pos > inode->i_sb->s_maxbytes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877 return -EFBIG;
1878 }
1879 /* zero-length writes at ->s_maxbytes are OK */
1880 }
1881
1882 if (unlikely(*pos + *count > inode->i_sb->s_maxbytes))
1883 *count = inode->i_sb->s_maxbytes - *pos;
1884 } else {
David Howells93614012006-09-30 20:45:40 +02001885#ifdef CONFIG_BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886 loff_t isize;
1887 if (bdev_read_only(I_BDEV(inode)))
1888 return -EPERM;
1889 isize = i_size_read(inode);
1890 if (*pos >= isize) {
1891 if (*count || *pos > isize)
1892 return -ENOSPC;
1893 }
1894
1895 if (*pos + *count > isize)
1896 *count = isize - *pos;
David Howells93614012006-09-30 20:45:40 +02001897#else
1898 return -EPERM;
1899#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 }
1901 return 0;
1902}
1903EXPORT_SYMBOL(generic_write_checks);
1904
Nick Pigginafddba42007-10-16 01:25:01 -07001905int pagecache_write_begin(struct file *file, struct address_space *mapping,
1906 loff_t pos, unsigned len, unsigned flags,
1907 struct page **pagep, void **fsdata)
1908{
1909 const struct address_space_operations *aops = mapping->a_ops;
1910
1911 if (aops->write_begin) {
1912 return aops->write_begin(file, mapping, pos, len, flags,
1913 pagep, fsdata);
1914 } else {
1915 int ret;
1916 pgoff_t index = pos >> PAGE_CACHE_SHIFT;
1917 unsigned offset = pos & (PAGE_CACHE_SIZE - 1);
1918 struct inode *inode = mapping->host;
1919 struct page *page;
1920again:
1921 page = __grab_cache_page(mapping, index);
1922 *pagep = page;
1923 if (!page)
1924 return -ENOMEM;
1925
1926 if (flags & AOP_FLAG_UNINTERRUPTIBLE && !PageUptodate(page)) {
1927 /*
1928 * There is no way to resolve a short write situation
1929 * for a !Uptodate page (except by double copying in
1930 * the caller done by generic_perform_write_2copy).
1931 *
1932 * Instead, we have to bring it uptodate here.
1933 */
1934 ret = aops->readpage(file, page);
1935 page_cache_release(page);
1936 if (ret) {
1937 if (ret == AOP_TRUNCATED_PAGE)
1938 goto again;
1939 return ret;
1940 }
1941 goto again;
1942 }
1943
1944 ret = aops->prepare_write(file, page, offset, offset+len);
1945 if (ret) {
Nick Piggin55144762007-10-16 01:25:26 -07001946 unlock_page(page);
Nick Pigginafddba42007-10-16 01:25:01 -07001947 page_cache_release(page);
1948 if (pos + len > inode->i_size)
1949 vmtruncate(inode, inode->i_size);
Nick Pigginafddba42007-10-16 01:25:01 -07001950 }
1951 return ret;
1952 }
1953}
1954EXPORT_SYMBOL(pagecache_write_begin);
1955
1956int pagecache_write_end(struct file *file, struct address_space *mapping,
1957 loff_t pos, unsigned len, unsigned copied,
1958 struct page *page, void *fsdata)
1959{
1960 const struct address_space_operations *aops = mapping->a_ops;
1961 int ret;
1962
1963 if (aops->write_end) {
1964 mark_page_accessed(page);
1965 ret = aops->write_end(file, mapping, pos, len, copied,
1966 page, fsdata);
1967 } else {
1968 unsigned offset = pos & (PAGE_CACHE_SIZE - 1);
1969 struct inode *inode = mapping->host;
1970
1971 flush_dcache_page(page);
1972 ret = aops->commit_write(file, page, offset, offset+len);
1973 unlock_page(page);
1974 mark_page_accessed(page);
1975 page_cache_release(page);
Nick Pigginafddba42007-10-16 01:25:01 -07001976
1977 if (ret < 0) {
1978 if (pos + len > inode->i_size)
1979 vmtruncate(inode, inode->i_size);
1980 } else if (ret > 0)
1981 ret = min_t(size_t, copied, ret);
1982 else
1983 ret = copied;
1984 }
1985
1986 return ret;
1987}
1988EXPORT_SYMBOL(pagecache_write_end);
1989
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990ssize_t
1991generic_file_direct_write(struct kiocb *iocb, const struct iovec *iov,
1992 unsigned long *nr_segs, loff_t pos, loff_t *ppos,
1993 size_t count, size_t ocount)
1994{
1995 struct file *file = iocb->ki_filp;
1996 struct address_space *mapping = file->f_mapping;
1997 struct inode *inode = mapping->host;
1998 ssize_t written;
1999
2000 if (count != ocount)
2001 *nr_segs = iov_shorten((struct iovec *)iov, *nr_segs, count);
2002
2003 written = generic_file_direct_IO(WRITE, iocb, iov, pos, *nr_segs);
2004 if (written > 0) {
2005 loff_t end = pos + written;
2006 if (end > i_size_read(inode) && !S_ISBLK(inode->i_mode)) {
2007 i_size_write(inode, end);
2008 mark_inode_dirty(inode);
2009 }
2010 *ppos = end;
2011 }
2012
2013 /*
2014 * Sync the fs metadata but not the minor inode changes and
2015 * of course not the data as we did direct DMA for the IO.
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002016 * i_mutex is held, which protects generic_osync_inode() from
Zach Brown8459d862006-12-10 02:21:05 -08002017 * livelocking. AIO O_DIRECT ops attempt to sync metadata here.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018 */
Zach Brown8459d862006-12-10 02:21:05 -08002019 if ((written >= 0 || written == -EIOCBQUEUED) &&
2020 ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
Hifumi Hisashi1e8a81c2005-06-25 14:54:32 -07002021 int err = generic_osync_inode(inode, mapping, OSYNC_METADATA);
2022 if (err < 0)
2023 written = err;
2024 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 return written;
2026}
2027EXPORT_SYMBOL(generic_file_direct_write);
2028
Nick Piggineb2be182007-10-16 01:24:57 -07002029/*
2030 * Find or create a page at the given pagecache position. Return the locked
2031 * page. This function is specifically for buffered writes.
2032 */
Nick Pigginafddba42007-10-16 01:25:01 -07002033struct page *__grab_cache_page(struct address_space *mapping, pgoff_t index)
Nick Piggineb2be182007-10-16 01:24:57 -07002034{
2035 int status;
2036 struct page *page;
2037repeat:
2038 page = find_lock_page(mapping, index);
2039 if (likely(page))
2040 return page;
2041
2042 page = page_cache_alloc(mapping);
2043 if (!page)
2044 return NULL;
2045 status = add_to_page_cache_lru(page, mapping, index, GFP_KERNEL);
2046 if (unlikely(status)) {
2047 page_cache_release(page);
2048 if (status == -EEXIST)
2049 goto repeat;
2050 return NULL;
2051 }
2052 return page;
2053}
Nick Pigginafddba42007-10-16 01:25:01 -07002054EXPORT_SYMBOL(__grab_cache_page);
Nick Piggineb2be182007-10-16 01:24:57 -07002055
Nick Pigginafddba42007-10-16 01:25:01 -07002056static ssize_t generic_perform_write_2copy(struct file *file,
2057 struct iov_iter *i, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058{
Andrew Mortonae374612007-10-16 01:24:55 -07002059 struct address_space *mapping = file->f_mapping;
Christoph Hellwigf5e54d62006-06-28 04:26:44 -07002060 const struct address_space_operations *a_ops = mapping->a_ops;
Nick Pigginafddba42007-10-16 01:25:01 -07002061 struct inode *inode = mapping->host;
2062 long status = 0;
2063 ssize_t written = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064
2065 do {
Nick Piggin08291422007-10-16 01:24:59 -07002066 struct page *src_page;
Nick Piggineb2be182007-10-16 01:24:57 -07002067 struct page *page;
Andrew Mortonae374612007-10-16 01:24:55 -07002068 pgoff_t index; /* Pagecache index for current page */
2069 unsigned long offset; /* Offset into pagecache page */
Nick Piggin08291422007-10-16 01:24:59 -07002070 unsigned long bytes; /* Bytes to write to page */
Andrew Mortonae374612007-10-16 01:24:55 -07002071 size_t copied; /* Bytes copied from user */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072
Andrew Mortonae374612007-10-16 01:24:55 -07002073 offset = (pos & (PAGE_CACHE_SIZE - 1));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074 index = pos >> PAGE_CACHE_SHIFT;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002075 bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset,
Nick Pigginafddba42007-10-16 01:25:01 -07002076 iov_iter_count(i));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077
Nick Piggin08291422007-10-16 01:24:59 -07002078 /*
2079 * a non-NULL src_page indicates that we're doing the
2080 * copy via get_user_pages and kmap.
2081 */
2082 src_page = NULL;
Andrew Mortonae374612007-10-16 01:24:55 -07002083
Nick Piggin41cb8ac2007-10-16 01:24:53 -07002084 /*
2085 * Bring in the user page that we will copy from _first_.
2086 * Otherwise there's a nasty deadlock on copying from the
2087 * same page as we're writing to, without it being marked
2088 * up-to-date.
Nick Piggin08291422007-10-16 01:24:59 -07002089 *
2090 * Not only is this an optimisation, but it is also required
2091 * to check that the address is actually valid, when atomic
2092 * usercopies are used, below.
Nick Piggin41cb8ac2007-10-16 01:24:53 -07002093 */
Nick Pigginafddba42007-10-16 01:25:01 -07002094 if (unlikely(iov_iter_fault_in_readable(i, bytes))) {
Nick Piggin08291422007-10-16 01:24:59 -07002095 status = -EFAULT;
2096 break;
2097 }
Nick Piggineb2be182007-10-16 01:24:57 -07002098
2099 page = __grab_cache_page(mapping, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 if (!page) {
2101 status = -ENOMEM;
2102 break;
2103 }
2104
Nick Piggin08291422007-10-16 01:24:59 -07002105 /*
2106 * non-uptodate pages cannot cope with short copies, and we
2107 * cannot take a pagefault with the destination page locked.
2108 * So pin the source page to copy it.
2109 */
Nick Piggin674b8922007-10-16 01:25:03 -07002110 if (!PageUptodate(page) && !segment_eq(get_fs(), KERNEL_DS)) {
Nick Piggin08291422007-10-16 01:24:59 -07002111 unlock_page(page);
2112
2113 src_page = alloc_page(GFP_KERNEL);
2114 if (!src_page) {
2115 page_cache_release(page);
2116 status = -ENOMEM;
2117 break;
2118 }
2119
2120 /*
2121 * Cannot get_user_pages with a page locked for the
2122 * same reason as we can't take a page fault with a
2123 * page locked (as explained below).
2124 */
Nick Pigginafddba42007-10-16 01:25:01 -07002125 copied = iov_iter_copy_from_user(src_page, i,
Nick Piggin2f718ff2007-10-16 01:24:59 -07002126 offset, bytes);
Nick Piggin08291422007-10-16 01:24:59 -07002127 if (unlikely(copied == 0)) {
2128 status = -EFAULT;
2129 page_cache_release(page);
2130 page_cache_release(src_page);
2131 break;
2132 }
2133 bytes = copied;
2134
2135 lock_page(page);
2136 /*
2137 * Can't handle the page going uptodate here, because
2138 * that means we would use non-atomic usercopies, which
2139 * zero out the tail of the page, which can cause
2140 * zeroes to become transiently visible. We could just
2141 * use a non-zeroing copy, but the APIs aren't too
2142 * consistent.
2143 */
2144 if (unlikely(!page->mapping || PageUptodate(page))) {
2145 unlock_page(page);
2146 page_cache_release(page);
2147 page_cache_release(src_page);
2148 continue;
2149 }
Nick Piggin08291422007-10-16 01:24:59 -07002150 }
2151
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152 status = a_ops->prepare_write(file, page, offset, offset+bytes);
Nick Piggin64649a52007-10-16 01:24:56 -07002153 if (unlikely(status))
2154 goto fs_write_aop_error;
Zach Brown994fc28c2005-12-15 14:28:17 -08002155
Nick Piggin08291422007-10-16 01:24:59 -07002156 if (!src_page) {
2157 /*
2158 * Must not enter the pagefault handler here, because
2159 * we hold the page lock, so we might recursively
2160 * deadlock on the same lock, or get an ABBA deadlock
2161 * against a different lock, or against the mmap_sem
2162 * (which nests outside the page lock). So increment
2163 * preempt count, and use _atomic usercopies.
2164 *
2165 * The page is uptodate so we are OK to encounter a
2166 * short copy: if unmodified parts of the page are
2167 * marked dirty and written out to disk, it doesn't
2168 * really matter.
2169 */
2170 pagefault_disable();
Nick Pigginafddba42007-10-16 01:25:01 -07002171 copied = iov_iter_copy_from_user_atomic(page, i,
Nick Piggin2f718ff2007-10-16 01:24:59 -07002172 offset, bytes);
Nick Piggin08291422007-10-16 01:24:59 -07002173 pagefault_enable();
2174 } else {
2175 void *src, *dst;
2176 src = kmap_atomic(src_page, KM_USER0);
2177 dst = kmap_atomic(page, KM_USER1);
2178 memcpy(dst + offset, src + offset, bytes);
2179 kunmap_atomic(dst, KM_USER1);
2180 kunmap_atomic(src, KM_USER0);
2181 copied = bytes;
2182 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183 flush_dcache_page(page);
Nick Piggin4a9e5ef2007-10-16 01:24:58 -07002184
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185 status = a_ops->commit_write(file, page, offset, offset+bytes);
Nick Piggin55144762007-10-16 01:25:26 -07002186 if (unlikely(status < 0))
Nick Piggin64649a52007-10-16 01:24:56 -07002187 goto fs_write_aop_error;
Nick Piggin64649a52007-10-16 01:24:56 -07002188 if (unlikely(status > 0)) /* filesystem did partial write */
Nick Piggin08291422007-10-16 01:24:59 -07002189 copied = min_t(size_t, copied, status);
2190
2191 unlock_page(page);
2192 mark_page_accessed(page);
2193 page_cache_release(page);
2194 if (src_page)
2195 page_cache_release(src_page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196
Nick Pigginafddba42007-10-16 01:25:01 -07002197 iov_iter_advance(i, copied);
Nick Piggin4a9e5ef2007-10-16 01:24:58 -07002198 pos += copied;
Nick Pigginafddba42007-10-16 01:25:01 -07002199 written += copied;
Nick Piggin4a9e5ef2007-10-16 01:24:58 -07002200
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201 balance_dirty_pages_ratelimited(mapping);
2202 cond_resched();
Nick Piggin64649a52007-10-16 01:24:56 -07002203 continue;
2204
2205fs_write_aop_error:
Nick Piggin55144762007-10-16 01:25:26 -07002206 unlock_page(page);
Nick Piggin64649a52007-10-16 01:24:56 -07002207 page_cache_release(page);
Nick Piggin08291422007-10-16 01:24:59 -07002208 if (src_page)
2209 page_cache_release(src_page);
Nick Piggin64649a52007-10-16 01:24:56 -07002210
2211 /*
2212 * prepare_write() may have instantiated a few blocks
2213 * outside i_size. Trim these off again. Don't need
2214 * i_size_read because we hold i_mutex.
2215 */
2216 if (pos + bytes > inode->i_size)
2217 vmtruncate(inode, inode->i_size);
Nick Piggin55144762007-10-16 01:25:26 -07002218 break;
Nick Pigginafddba42007-10-16 01:25:01 -07002219 } while (iov_iter_count(i));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220
Nick Pigginafddba42007-10-16 01:25:01 -07002221 return written ? written : status;
2222}
2223
2224static ssize_t generic_perform_write(struct file *file,
2225 struct iov_iter *i, loff_t pos)
2226{
2227 struct address_space *mapping = file->f_mapping;
2228 const struct address_space_operations *a_ops = mapping->a_ops;
2229 long status = 0;
2230 ssize_t written = 0;
Nick Piggin674b8922007-10-16 01:25:03 -07002231 unsigned int flags = 0;
2232
2233 /*
2234 * Copies from kernel address space cannot fail (NFSD is a big user).
2235 */
2236 if (segment_eq(get_fs(), KERNEL_DS))
2237 flags |= AOP_FLAG_UNINTERRUPTIBLE;
Nick Pigginafddba42007-10-16 01:25:01 -07002238
2239 do {
2240 struct page *page;
2241 pgoff_t index; /* Pagecache index for current page */
2242 unsigned long offset; /* Offset into pagecache page */
2243 unsigned long bytes; /* Bytes to write to page */
2244 size_t copied; /* Bytes copied from user */
2245 void *fsdata;
2246
2247 offset = (pos & (PAGE_CACHE_SIZE - 1));
2248 index = pos >> PAGE_CACHE_SHIFT;
2249 bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset,
2250 iov_iter_count(i));
2251
2252again:
2253
2254 /*
2255 * Bring in the user page that we will copy from _first_.
2256 * Otherwise there's a nasty deadlock on copying from the
2257 * same page as we're writing to, without it being marked
2258 * up-to-date.
2259 *
2260 * Not only is this an optimisation, but it is also required
2261 * to check that the address is actually valid, when atomic
2262 * usercopies are used, below.
2263 */
2264 if (unlikely(iov_iter_fault_in_readable(i, bytes))) {
2265 status = -EFAULT;
2266 break;
2267 }
2268
Nick Piggin674b8922007-10-16 01:25:03 -07002269 status = a_ops->write_begin(file, mapping, pos, bytes, flags,
Nick Pigginafddba42007-10-16 01:25:01 -07002270 &page, &fsdata);
2271 if (unlikely(status))
2272 break;
2273
2274 pagefault_disable();
2275 copied = iov_iter_copy_from_user_atomic(page, i, offset, bytes);
2276 pagefault_enable();
2277 flush_dcache_page(page);
2278
2279 status = a_ops->write_end(file, mapping, pos, bytes, copied,
2280 page, fsdata);
2281 if (unlikely(status < 0))
2282 break;
2283 copied = status;
2284
2285 cond_resched();
2286
Nick Piggin124d3b72008-02-02 15:01:17 +01002287 iov_iter_advance(i, copied);
Nick Pigginafddba42007-10-16 01:25:01 -07002288 if (unlikely(copied == 0)) {
2289 /*
2290 * If we were unable to copy any data at all, we must
2291 * fall back to a single segment length write.
2292 *
2293 * If we didn't fallback here, we could livelock
2294 * because not all segments in the iov can be copied at
2295 * once without a pagefault.
2296 */
2297 bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset,
2298 iov_iter_single_seg_count(i));
2299 goto again;
2300 }
Nick Pigginafddba42007-10-16 01:25:01 -07002301 pos += copied;
2302 written += copied;
2303
2304 balance_dirty_pages_ratelimited(mapping);
2305
2306 } while (iov_iter_count(i));
2307
2308 return written ? written : status;
2309}
2310
2311ssize_t
2312generic_file_buffered_write(struct kiocb *iocb, const struct iovec *iov,
2313 unsigned long nr_segs, loff_t pos, loff_t *ppos,
2314 size_t count, ssize_t written)
2315{
2316 struct file *file = iocb->ki_filp;
2317 struct address_space *mapping = file->f_mapping;
2318 const struct address_space_operations *a_ops = mapping->a_ops;
2319 struct inode *inode = mapping->host;
2320 ssize_t status;
2321 struct iov_iter i;
2322
2323 iov_iter_init(&i, iov, nr_segs, count, written);
2324 if (a_ops->write_begin)
2325 status = generic_perform_write(file, &i, pos);
2326 else
2327 status = generic_perform_write_2copy(file, &i, pos);
2328
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329 if (likely(status >= 0)) {
Nick Pigginafddba42007-10-16 01:25:01 -07002330 written += status;
2331 *ppos = pos + status;
2332
2333 /*
2334 * For now, when the user asks for O_SYNC, we'll actually give
2335 * O_DSYNC
2336 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337 if (unlikely((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2338 if (!a_ops->writepage || !is_sync_kiocb(iocb))
2339 status = generic_osync_inode(inode, mapping,
2340 OSYNC_METADATA|OSYNC_DATA);
2341 }
2342 }
2343
2344 /*
2345 * If we get here for O_DIRECT writes then we must have fallen through
2346 * to buffered writes (block instantiation inside i_size). So we sync
2347 * the file data here, to try to honour O_DIRECT expectations.
2348 */
2349 if (unlikely(file->f_flags & O_DIRECT) && written)
2350 status = filemap_write_and_wait(mapping);
2351
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 return written ? written : status;
2353}
2354EXPORT_SYMBOL(generic_file_buffered_write);
2355
Adrian Bunk5ce78522005-09-10 00:26:28 -07002356static ssize_t
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357__generic_file_aio_write_nolock(struct kiocb *iocb, const struct iovec *iov,
2358 unsigned long nr_segs, loff_t *ppos)
2359{
2360 struct file *file = iocb->ki_filp;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002361 struct address_space * mapping = file->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362 size_t ocount; /* original count */
2363 size_t count; /* after file limit checks */
2364 struct inode *inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365 loff_t pos;
2366 ssize_t written;
2367 ssize_t err;
2368
2369 ocount = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07002370 err = generic_segment_checks(iov, &nr_segs, &ocount, VERIFY_READ);
2371 if (err)
2372 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373
2374 count = ocount;
2375 pos = *ppos;
2376
2377 vfs_check_frozen(inode->i_sb, SB_FREEZE_WRITE);
2378
2379 /* We can write back this queue in page reclaim */
2380 current->backing_dev_info = mapping->backing_dev_info;
2381 written = 0;
2382
2383 err = generic_write_checks(file, &pos, &count, S_ISBLK(inode->i_mode));
2384 if (err)
2385 goto out;
2386
2387 if (count == 0)
2388 goto out;
2389
Josef "Jeff" Sipekd3ac7f82006-12-08 02:36:44 -08002390 err = remove_suid(file->f_path.dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391 if (err)
2392 goto out;
2393
Christoph Hellwig870f4812006-01-09 20:52:01 -08002394 file_update_time(file);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395
2396 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
2397 if (unlikely(file->f_flags & O_DIRECT)) {
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002398 loff_t endbyte;
2399 ssize_t written_buffered;
2400
2401 written = generic_file_direct_write(iocb, iov, &nr_segs, pos,
2402 ppos, count, ocount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403 if (written < 0 || written == count)
2404 goto out;
2405 /*
2406 * direct-io write to a hole: fall through to buffered I/O
2407 * for completing the rest of the request.
2408 */
2409 pos += written;
2410 count -= written;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002411 written_buffered = generic_file_buffered_write(iocb, iov,
2412 nr_segs, pos, ppos, count,
2413 written);
2414 /*
2415 * If generic_file_buffered_write() retuned a synchronous error
2416 * then we want to return the number of bytes which were
2417 * direct-written, or the error code if that was zero. Note
2418 * that this differs from normal direct-io semantics, which
2419 * will return -EFOO even if some bytes were written.
2420 */
2421 if (written_buffered < 0) {
2422 err = written_buffered;
2423 goto out;
2424 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002426 /*
2427 * We need to ensure that the page cache pages are written to
2428 * disk and invalidated to preserve the expected O_DIRECT
2429 * semantics.
2430 */
2431 endbyte = pos + written_buffered - written - 1;
Mark Fashehef51c972007-05-08 00:27:10 -07002432 err = do_sync_mapping_range(file->f_mapping, pos, endbyte,
2433 SYNC_FILE_RANGE_WAIT_BEFORE|
2434 SYNC_FILE_RANGE_WRITE|
2435 SYNC_FILE_RANGE_WAIT_AFTER);
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002436 if (err == 0) {
2437 written = written_buffered;
2438 invalidate_mapping_pages(mapping,
2439 pos >> PAGE_CACHE_SHIFT,
2440 endbyte >> PAGE_CACHE_SHIFT);
2441 } else {
2442 /*
2443 * We don't know how much we wrote, so just return
2444 * the number of bytes which were direct-written
2445 */
2446 }
2447 } else {
2448 written = generic_file_buffered_write(iocb, iov, nr_segs,
2449 pos, ppos, count, written);
2450 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451out:
2452 current->backing_dev_info = NULL;
2453 return written ? written : err;
2454}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455
Badari Pulavarty027445c2006-09-30 23:28:46 -07002456ssize_t generic_file_aio_write_nolock(struct kiocb *iocb,
2457 const struct iovec *iov, unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458{
2459 struct file *file = iocb->ki_filp;
2460 struct address_space *mapping = file->f_mapping;
2461 struct inode *inode = mapping->host;
2462 ssize_t ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463
Badari Pulavarty027445c2006-09-30 23:28:46 -07002464 BUG_ON(iocb->ki_pos != pos);
2465
2466 ret = __generic_file_aio_write_nolock(iocb, iov, nr_segs,
2467 &iocb->ki_pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468
2469 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
Badari Pulavarty027445c2006-09-30 23:28:46 -07002470 ssize_t err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471
2472 err = sync_page_range_nolock(inode, mapping, pos, ret);
2473 if (err < 0)
2474 ret = err;
2475 }
2476 return ret;
2477}
Badari Pulavarty027445c2006-09-30 23:28:46 -07002478EXPORT_SYMBOL(generic_file_aio_write_nolock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479
Badari Pulavarty027445c2006-09-30 23:28:46 -07002480ssize_t generic_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
2481 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482{
2483 struct file *file = iocb->ki_filp;
2484 struct address_space *mapping = file->f_mapping;
2485 struct inode *inode = mapping->host;
2486 ssize_t ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487
2488 BUG_ON(iocb->ki_pos != pos);
2489
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002490 mutex_lock(&inode->i_mutex);
Badari Pulavarty027445c2006-09-30 23:28:46 -07002491 ret = __generic_file_aio_write_nolock(iocb, iov, nr_segs,
2492 &iocb->ki_pos);
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002493 mutex_unlock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494
2495 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2496 ssize_t err;
2497
2498 err = sync_page_range(inode, mapping, pos, ret);
2499 if (err < 0)
2500 ret = err;
2501 }
2502 return ret;
2503}
2504EXPORT_SYMBOL(generic_file_aio_write);
2505
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506/*
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002507 * Called under i_mutex for writes to S_ISREG files. Returns -EIO if something
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508 * went wrong during pagecache shootdown.
2509 */
Adrian Bunk5ce78522005-09-10 00:26:28 -07002510static ssize_t
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511generic_file_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov,
2512 loff_t offset, unsigned long nr_segs)
2513{
2514 struct file *file = iocb->ki_filp;
2515 struct address_space *mapping = file->f_mapping;
2516 ssize_t retval;
Zach Brown65b82912007-03-16 13:38:11 -08002517 size_t write_len;
2518 pgoff_t end = 0; /* silence gcc */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519
2520 /*
2521 * If it's a write, unmap all mmappings of the file up-front. This
2522 * will cause any pte dirty bits to be propagated into the pageframes
2523 * for the subsequent filemap_write_and_wait().
2524 */
2525 if (rw == WRITE) {
2526 write_len = iov_length(iov, nr_segs);
Zach Brown65b82912007-03-16 13:38:11 -08002527 end = (offset + write_len - 1) >> PAGE_CACHE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 if (mapping_mapped(mapping))
2529 unmap_mapping_range(mapping, offset, write_len, 0);
2530 }
2531
2532 retval = filemap_write_and_wait(mapping);
Zach Brown65b82912007-03-16 13:38:11 -08002533 if (retval)
2534 goto out;
2535
2536 /*
2537 * After a write we want buffered reads to be sure to go to disk to get
2538 * the new data. We invalidate clean cached page from the region we're
2539 * about to write. We do this *before* the write so that we can return
2540 * -EIO without clobbering -EIOCBQUEUED from ->direct_IO().
2541 */
2542 if (rw == WRITE && mapping->nrpages) {
2543 retval = invalidate_inode_pages2_range(mapping,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 offset >> PAGE_CACHE_SHIFT, end);
Zach Brown65b82912007-03-16 13:38:11 -08002545 if (retval)
2546 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547 }
Zach Brown65b82912007-03-16 13:38:11 -08002548
2549 retval = mapping->a_ops->direct_IO(rw, iocb, iov, offset, nr_segs);
Zach Brown65b82912007-03-16 13:38:11 -08002550
2551 /*
2552 * Finally, try again to invalidate clean pages which might have been
Zach Brownbdb76ef2007-10-30 11:45:46 -07002553 * cached by non-direct readahead, or faulted in by get_user_pages()
2554 * if the source of the write was an mmap'ed region of the file
2555 * we're writing. Either one is a pretty crazy thing to do,
2556 * so we don't support it 100%. If this invalidation
2557 * fails, tough, the write still worked...
Zach Brown65b82912007-03-16 13:38:11 -08002558 */
2559 if (rw == WRITE && mapping->nrpages) {
Zach Brownbdb76ef2007-10-30 11:45:46 -07002560 invalidate_inode_pages2_range(mapping, offset >> PAGE_CACHE_SHIFT, end);
Zach Brown65b82912007-03-16 13:38:11 -08002561 }
2562out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563 return retval;
2564}
David Howellscf9a2ae2006-08-29 19:05:54 +01002565
2566/**
2567 * try_to_release_page() - release old fs-specific metadata on a page
2568 *
2569 * @page: the page which the kernel is trying to free
2570 * @gfp_mask: memory allocation flags (and I/O mode)
2571 *
2572 * The address_space is to try to release any data against the page
2573 * (presumably at page->private). If the release was successful, return `1'.
2574 * Otherwise return zero.
2575 *
2576 * The @gfp_mask argument specifies whether I/O may be performed to release
2577 * this page (__GFP_IO), and whether the call may block (__GFP_WAIT).
2578 *
2579 * NOTE: @gfp_mask may go away, and this function may become non-blocking.
2580 */
2581int try_to_release_page(struct page *page, gfp_t gfp_mask)
2582{
2583 struct address_space * const mapping = page->mapping;
2584
2585 BUG_ON(!PageLocked(page));
2586 if (PageWriteback(page))
2587 return 0;
2588
2589 if (mapping && mapping->a_ops->releasepage)
2590 return mapping->a_ops->releasepage(page, gfp_mask);
2591 return try_to_free_buffers(page);
2592}
2593
2594EXPORT_SYMBOL(try_to_release_page);