blob: c504db18ac2640d2344e151d6712b94b5f433a96 [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>
28#include <linux/pagevec.h>
29#include <linux/blkdev.h>
30#include <linux/security.h>
31#include <linux/syscalls.h>
Paul Jackson44110fe2006-03-24 03:16:04 -080032#include <linux/cpuset.h>
Carsten Otteceffc072005-06-23 22:05:25 -070033#include "filemap.h"
Nick Piggin0f8053a2006-03-22 00:08:33 -080034#include "internal.h"
35
Linus Torvalds1da177e2005-04-16 15:20:36 -070036/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 * FIXME: remove all knowledge of the buffer layer from the core VM
38 */
39#include <linux/buffer_head.h> /* for generic_osync_inode */
40
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <asm/mman.h>
42
Adrian Bunk5ce78522005-09-10 00:26:28 -070043static ssize_t
44generic_file_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov,
45 loff_t offset, unsigned long nr_segs);
46
Linus Torvalds1da177e2005-04-16 15:20:36 -070047/*
48 * Shared mappings implemented 30.11.1994. It's not fully working yet,
49 * though.
50 *
51 * Shared mappings now work. 15.8.1995 Bruno.
52 *
53 * finished 'unifying' the page and buffer cache and SMP-threaded the
54 * page-cache, 21.05.1999, Ingo Molnar <mingo@redhat.com>
55 *
56 * SMP-threaded pagemap-LRU 1999, Andrea Arcangeli <andrea@suse.de>
57 */
58
59/*
60 * Lock ordering:
61 *
62 * ->i_mmap_lock (vmtruncate)
63 * ->private_lock (__free_pte->__set_page_dirty_buffers)
Hugh Dickins5d337b92005-09-03 15:54:41 -070064 * ->swap_lock (exclusive_swap_page, others)
65 * ->mapping->tree_lock
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 *
Jes Sorensen1b1dcc12006-01-09 15:59:24 -080067 * ->i_mutex
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 * ->i_mmap_lock (truncate->unmap_mapping_range)
69 *
70 * ->mmap_sem
71 * ->i_mmap_lock
Hugh Dickinsb8072f02005-10-29 18:16:41 -070072 * ->page_table_lock or pte_lock (various, mainly in memory.c)
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 * ->mapping->tree_lock (arch-dependent flush_dcache_mmap_lock)
74 *
75 * ->mmap_sem
76 * ->lock_page (access_process_vm)
77 *
Nick Piggin82591e62006-10-19 23:29:10 -070078 * ->i_mutex (generic_file_buffered_write)
79 * ->mmap_sem (fault_in_pages_readable->do_page_fault)
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 *
Jes Sorensen1b1dcc12006-01-09 15:59:24 -080081 * ->i_mutex
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 * ->i_alloc_sem (various)
83 *
84 * ->inode_lock
85 * ->sb_lock (fs/fs-writeback.c)
86 * ->mapping->tree_lock (__sync_single_inode)
87 *
88 * ->i_mmap_lock
89 * ->anon_vma.lock (vma_adjust)
90 *
91 * ->anon_vma.lock
Hugh Dickinsb8072f02005-10-29 18:16:41 -070092 * ->page_table_lock or pte_lock (anon_vma_prepare and various)
Linus Torvalds1da177e2005-04-16 15:20:36 -070093 *
Hugh Dickinsb8072f02005-10-29 18:16:41 -070094 * ->page_table_lock or pte_lock
Hugh Dickins5d337b92005-09-03 15:54:41 -070095 * ->swap_lock (try_to_unmap_one)
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 * ->private_lock (try_to_unmap_one)
97 * ->tree_lock (try_to_unmap_one)
98 * ->zone.lru_lock (follow_page->mark_page_accessed)
Nick Piggin053837f2006-01-18 17:42:27 -080099 * ->zone.lru_lock (check_pte_range->isolate_lru_page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 * ->private_lock (page_remove_rmap->set_page_dirty)
101 * ->tree_lock (page_remove_rmap->set_page_dirty)
102 * ->inode_lock (page_remove_rmap->set_page_dirty)
103 * ->inode_lock (zap_pte_range->set_page_dirty)
104 * ->private_lock (zap_pte_range->__set_page_dirty_buffers)
105 *
106 * ->task->proc_lock
107 * ->dcache_lock (proc_pid_lookup)
108 */
109
110/*
111 * Remove a page from the page cache and free it. Caller has to make
112 * sure the page is locked and that nobody else uses it - or that usage
113 * is safe. The caller must hold a write_lock on the mapping's tree_lock.
114 */
115void __remove_from_page_cache(struct page *page)
116{
117 struct address_space *mapping = page->mapping;
118
119 radix_tree_delete(&mapping->page_tree, page->index);
120 page->mapping = NULL;
121 mapping->nrpages--;
Christoph Lameter347ce432006-06-30 01:55:35 -0700122 __dec_zone_page_state(page, NR_FILE_PAGES);
Nick Piggin45426812007-07-15 23:38:12 -0700123 BUG_ON(page_mapped(page));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124}
125
126void remove_from_page_cache(struct page *page)
127{
128 struct address_space *mapping = page->mapping;
129
Matt Mackallcd7619d2005-05-01 08:59:01 -0700130 BUG_ON(!PageLocked(page));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131
132 write_lock_irq(&mapping->tree_lock);
133 __remove_from_page_cache(page);
134 write_unlock_irq(&mapping->tree_lock);
135}
136
137static int sync_page(void *word)
138{
139 struct address_space *mapping;
140 struct page *page;
141
Andi Kleen07808b72005-11-05 17:25:53 +0100142 page = container_of((unsigned long *)word, struct page, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143
144 /*
William Lee Irwin IIIdd1d5af2005-05-01 08:58:38 -0700145 * page_mapping() is being called without PG_locked held.
146 * Some knowledge of the state and use of the page is used to
147 * reduce the requirements down to a memory barrier.
148 * The danger here is of a stale page_mapping() return value
149 * indicating a struct address_space different from the one it's
150 * associated with when it is associated with one.
151 * After smp_mb(), it's either the correct page_mapping() for
152 * the page, or an old page_mapping() and the page's own
153 * page_mapping() has gone NULL.
154 * The ->sync_page() address_space operation must tolerate
155 * page_mapping() going NULL. By an amazing coincidence,
156 * this comes about because none of the users of the page
157 * in the ->sync_page() methods make essential use of the
158 * page_mapping(), merely passing the page down to the backing
159 * device's unplug functions when it's non-NULL, which in turn
Hugh Dickins4c21e2f2005-10-29 18:16:40 -0700160 * ignore it for all cases but swap, where only page_private(page) is
William Lee Irwin IIIdd1d5af2005-05-01 08:58:38 -0700161 * of interest. When page_mapping() does go NULL, the entire
162 * call stack gracefully ignores the page and returns.
163 * -- wli
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 */
165 smp_mb();
166 mapping = page_mapping(page);
167 if (mapping && mapping->a_ops && mapping->a_ops->sync_page)
168 mapping->a_ops->sync_page(page);
169 io_schedule();
170 return 0;
171}
172
173/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700174 * __filemap_fdatawrite_range - start writeback on mapping dirty pages in range
Martin Waitz67be2dd2005-05-01 08:59:26 -0700175 * @mapping: address space structure to write
176 * @start: offset in bytes where the range starts
Andrew Morton469eb4d2006-03-24 03:17:45 -0800177 * @end: offset in bytes where the range ends (inclusive)
Martin Waitz67be2dd2005-05-01 08:59:26 -0700178 * @sync_mode: enable synchronous operation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700180 * Start writeback against all of a mapping's dirty pages that lie
181 * within the byte offsets <start, end> inclusive.
182 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 * If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
Randy Dunlap485bb992006-06-23 02:03:49 -0700184 * opposed to a regular memory cleansing writeback. The difference between
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 * these two operations is that if a dirty page/buffer is encountered, it must
186 * be waited upon, and not just skipped over.
187 */
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800188int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
189 loff_t end, int sync_mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190{
191 int ret;
192 struct writeback_control wbc = {
193 .sync_mode = sync_mode,
194 .nr_to_write = mapping->nrpages * 2,
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700195 .range_start = start,
196 .range_end = end,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 };
198
199 if (!mapping_cap_writeback_dirty(mapping))
200 return 0;
201
202 ret = do_writepages(mapping, &wbc);
203 return ret;
204}
205
206static inline int __filemap_fdatawrite(struct address_space *mapping,
207 int sync_mode)
208{
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700209 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210}
211
212int filemap_fdatawrite(struct address_space *mapping)
213{
214 return __filemap_fdatawrite(mapping, WB_SYNC_ALL);
215}
216EXPORT_SYMBOL(filemap_fdatawrite);
217
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800218static int filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
219 loff_t end)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220{
221 return __filemap_fdatawrite_range(mapping, start, end, WB_SYNC_ALL);
222}
223
Randy Dunlap485bb992006-06-23 02:03:49 -0700224/**
225 * filemap_flush - mostly a non-blocking flush
226 * @mapping: target address_space
227 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 * This is a mostly non-blocking flush. Not suitable for data-integrity
229 * purposes - I/O may not be started against all dirty pages.
230 */
231int filemap_flush(struct address_space *mapping)
232{
233 return __filemap_fdatawrite(mapping, WB_SYNC_NONE);
234}
235EXPORT_SYMBOL(filemap_flush);
236
Randy Dunlap485bb992006-06-23 02:03:49 -0700237/**
238 * wait_on_page_writeback_range - wait for writeback to complete
239 * @mapping: target address_space
240 * @start: beginning page index
241 * @end: ending page index
242 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243 * Wait for writeback to complete against pages indexed by start->end
244 * inclusive
245 */
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800246int wait_on_page_writeback_range(struct address_space *mapping,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 pgoff_t start, pgoff_t end)
248{
249 struct pagevec pvec;
250 int nr_pages;
251 int ret = 0;
252 pgoff_t index;
253
254 if (end < start)
255 return 0;
256
257 pagevec_init(&pvec, 0);
258 index = start;
259 while ((index <= end) &&
260 (nr_pages = pagevec_lookup_tag(&pvec, mapping, &index,
261 PAGECACHE_TAG_WRITEBACK,
262 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) {
263 unsigned i;
264
265 for (i = 0; i < nr_pages; i++) {
266 struct page *page = pvec.pages[i];
267
268 /* until radix tree lookup accepts end_index */
269 if (page->index > end)
270 continue;
271
272 wait_on_page_writeback(page);
273 if (PageError(page))
274 ret = -EIO;
275 }
276 pagevec_release(&pvec);
277 cond_resched();
278 }
279
280 /* Check for outstanding write errors */
281 if (test_and_clear_bit(AS_ENOSPC, &mapping->flags))
282 ret = -ENOSPC;
283 if (test_and_clear_bit(AS_EIO, &mapping->flags))
284 ret = -EIO;
285
286 return ret;
287}
288
Randy Dunlap485bb992006-06-23 02:03:49 -0700289/**
290 * sync_page_range - write and wait on all pages in the passed range
291 * @inode: target inode
292 * @mapping: target address_space
293 * @pos: beginning offset in pages to write
294 * @count: number of bytes to write
295 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 * Write and wait upon all the pages in the passed range. This is a "data
297 * integrity" operation. It waits upon in-flight writeout before starting and
298 * waiting upon new writeout. If there was an IO error, return it.
299 *
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800300 * We need to re-take i_mutex during the generic_osync_inode list walk because
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 * it is otherwise livelockable.
302 */
303int sync_page_range(struct inode *inode, struct address_space *mapping,
OGAWA Hirofumi268fc162006-01-08 01:02:12 -0800304 loff_t pos, loff_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305{
306 pgoff_t start = pos >> PAGE_CACHE_SHIFT;
307 pgoff_t end = (pos + count - 1) >> PAGE_CACHE_SHIFT;
308 int ret;
309
310 if (!mapping_cap_writeback_dirty(mapping) || !count)
311 return 0;
312 ret = filemap_fdatawrite_range(mapping, pos, pos + count - 1);
313 if (ret == 0) {
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800314 mutex_lock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315 ret = generic_osync_inode(inode, mapping, OSYNC_METADATA);
Jes Sorensen1b1dcc12006-01-09 15:59:24 -0800316 mutex_unlock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 }
318 if (ret == 0)
319 ret = wait_on_page_writeback_range(mapping, start, end);
320 return ret;
321}
322EXPORT_SYMBOL(sync_page_range);
323
Randy Dunlap485bb992006-06-23 02:03:49 -0700324/**
325 * sync_page_range_nolock
326 * @inode: target inode
327 * @mapping: target address_space
328 * @pos: beginning offset in pages to write
329 * @count: number of bytes to write
330 *
Robert P. J. Day72fd4a32007-02-10 01:45:59 -0800331 * Note: Holding i_mutex across sync_page_range_nolock() is not a good idea
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332 * as it forces O_SYNC writers to different parts of the same file
333 * to be serialised right until io completion.
334 */
OGAWA Hirofumi268fc162006-01-08 01:02:12 -0800335int sync_page_range_nolock(struct inode *inode, struct address_space *mapping,
336 loff_t pos, loff_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337{
338 pgoff_t start = pos >> PAGE_CACHE_SHIFT;
339 pgoff_t end = (pos + count - 1) >> PAGE_CACHE_SHIFT;
340 int ret;
341
342 if (!mapping_cap_writeback_dirty(mapping) || !count)
343 return 0;
344 ret = filemap_fdatawrite_range(mapping, pos, pos + count - 1);
345 if (ret == 0)
346 ret = generic_osync_inode(inode, mapping, OSYNC_METADATA);
347 if (ret == 0)
348 ret = wait_on_page_writeback_range(mapping, start, end);
349 return ret;
350}
OGAWA Hirofumi268fc162006-01-08 01:02:12 -0800351EXPORT_SYMBOL(sync_page_range_nolock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352
353/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700354 * filemap_fdatawait - wait for all under-writeback pages to complete
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355 * @mapping: address space structure to wait for
Randy Dunlap485bb992006-06-23 02:03:49 -0700356 *
357 * Walk the list of under-writeback pages of the given address space
358 * and wait for all of them.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359 */
360int filemap_fdatawait(struct address_space *mapping)
361{
362 loff_t i_size = i_size_read(mapping->host);
363
364 if (i_size == 0)
365 return 0;
366
367 return wait_on_page_writeback_range(mapping, 0,
368 (i_size - 1) >> PAGE_CACHE_SHIFT);
369}
370EXPORT_SYMBOL(filemap_fdatawait);
371
372int filemap_write_and_wait(struct address_space *mapping)
373{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800374 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375
376 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800377 err = filemap_fdatawrite(mapping);
378 /*
379 * Even if the above returned error, the pages may be
380 * written partially (e.g. -ENOSPC), so we wait for it.
381 * But the -EIO is special case, it may indicate the worst
382 * thing (e.g. bug) happened, so we avoid waiting for it.
383 */
384 if (err != -EIO) {
385 int err2 = filemap_fdatawait(mapping);
386 if (!err)
387 err = err2;
388 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800390 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391}
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800392EXPORT_SYMBOL(filemap_write_and_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393
Randy Dunlap485bb992006-06-23 02:03:49 -0700394/**
395 * filemap_write_and_wait_range - write out & wait on a file range
396 * @mapping: the address_space for the pages
397 * @lstart: offset in bytes where the range starts
398 * @lend: offset in bytes where the range ends (inclusive)
399 *
Andrew Morton469eb4d2006-03-24 03:17:45 -0800400 * Write out and wait upon file offsets lstart->lend, inclusive.
401 *
402 * Note that `lend' is inclusive (describes the last byte to be written) so
403 * that this function can be used to write to the very end-of-file (end = -1).
404 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405int filemap_write_and_wait_range(struct address_space *mapping,
406 loff_t lstart, loff_t lend)
407{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800408 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409
410 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800411 err = __filemap_fdatawrite_range(mapping, lstart, lend,
412 WB_SYNC_ALL);
413 /* See comment of filemap_write_and_wait() */
414 if (err != -EIO) {
415 int err2 = wait_on_page_writeback_range(mapping,
416 lstart >> PAGE_CACHE_SHIFT,
417 lend >> PAGE_CACHE_SHIFT);
418 if (!err)
419 err = err2;
420 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800422 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423}
424
Randy Dunlap485bb992006-06-23 02:03:49 -0700425/**
426 * add_to_page_cache - add newly allocated pagecache pages
427 * @page: page to add
428 * @mapping: the page's address_space
429 * @offset: page index
430 * @gfp_mask: page allocation mode
431 *
432 * This function is used to add newly allocated pagecache pages;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 * the page is new, so we can just run SetPageLocked() against it.
434 * The other page state flags were set by rmqueue().
435 *
436 * This function does not add the page to the LRU. The caller must do that.
437 */
438int add_to_page_cache(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400439 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440{
441 int error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM);
442
443 if (error == 0) {
444 write_lock_irq(&mapping->tree_lock);
445 error = radix_tree_insert(&mapping->page_tree, offset, page);
446 if (!error) {
447 page_cache_get(page);
448 SetPageLocked(page);
449 page->mapping = mapping;
450 page->index = offset;
451 mapping->nrpages++;
Christoph Lameter347ce432006-06-30 01:55:35 -0700452 __inc_zone_page_state(page, NR_FILE_PAGES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 }
454 write_unlock_irq(&mapping->tree_lock);
455 radix_tree_preload_end();
456 }
457 return error;
458}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459EXPORT_SYMBOL(add_to_page_cache);
460
461int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400462 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463{
464 int ret = add_to_page_cache(page, mapping, offset, gfp_mask);
465 if (ret == 0)
466 lru_cache_add(page);
467 return ret;
468}
469
Paul Jackson44110fe2006-03-24 03:16:04 -0800470#ifdef CONFIG_NUMA
Nick Piggin2ae88142006-10-28 10:38:23 -0700471struct page *__page_cache_alloc(gfp_t gfp)
Paul Jackson44110fe2006-03-24 03:16:04 -0800472{
473 if (cpuset_do_page_mem_spread()) {
474 int n = cpuset_mem_spread_node();
Nick Piggin2ae88142006-10-28 10:38:23 -0700475 return alloc_pages_node(n, gfp, 0);
Paul Jackson44110fe2006-03-24 03:16:04 -0800476 }
Nick Piggin2ae88142006-10-28 10:38:23 -0700477 return alloc_pages(gfp, 0);
Paul Jackson44110fe2006-03-24 03:16:04 -0800478}
Nick Piggin2ae88142006-10-28 10:38:23 -0700479EXPORT_SYMBOL(__page_cache_alloc);
Paul Jackson44110fe2006-03-24 03:16:04 -0800480#endif
481
Nick Piggindb376482006-09-25 23:31:24 -0700482static int __sleep_on_page_lock(void *word)
483{
484 io_schedule();
485 return 0;
486}
487
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488/*
489 * In order to wait for pages to become available there must be
490 * waitqueues associated with pages. By using a hash table of
491 * waitqueues where the bucket discipline is to maintain all
492 * waiters on the same queue and wake all when any of the pages
493 * become available, and for the woken contexts to check to be
494 * sure the appropriate page became available, this saves space
495 * at a cost of "thundering herd" phenomena during rare hash
496 * collisions.
497 */
498static wait_queue_head_t *page_waitqueue(struct page *page)
499{
500 const struct zone *zone = page_zone(page);
501
502 return &zone->wait_table[hash_ptr(page, zone->wait_table_bits)];
503}
504
505static inline void wake_up_page(struct page *page, int bit)
506{
507 __wake_up_bit(page_waitqueue(page), &page->flags, bit);
508}
509
510void fastcall wait_on_page_bit(struct page *page, int bit_nr)
511{
512 DEFINE_WAIT_BIT(wait, &page->flags, bit_nr);
513
514 if (test_bit(bit_nr, &page->flags))
515 __wait_on_bit(page_waitqueue(page), &wait, sync_page,
516 TASK_UNINTERRUPTIBLE);
517}
518EXPORT_SYMBOL(wait_on_page_bit);
519
520/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700521 * unlock_page - unlock a locked page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 * @page: the page
523 *
524 * Unlocks the page and wakes up sleepers in ___wait_on_page_locked().
525 * Also wakes sleepers in wait_on_page_writeback() because the wakeup
526 * mechananism between PageLocked pages and PageWriteback pages is shared.
527 * But that's OK - sleepers in wait_on_page_writeback() just go back to sleep.
528 *
529 * The first mb is necessary to safely close the critical section opened by the
530 * TestSetPageLocked(), the second mb is necessary to enforce ordering between
531 * the clear_bit and the read of the waitqueue (to avoid SMP races with a
532 * parallel wait_on_page_locked()).
533 */
534void fastcall unlock_page(struct page *page)
535{
536 smp_mb__before_clear_bit();
537 if (!TestClearPageLocked(page))
538 BUG();
539 smp_mb__after_clear_bit();
540 wake_up_page(page, PG_locked);
541}
542EXPORT_SYMBOL(unlock_page);
543
Randy Dunlap485bb992006-06-23 02:03:49 -0700544/**
545 * end_page_writeback - end writeback against a page
546 * @page: the page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 */
548void end_page_writeback(struct page *page)
549{
550 if (!TestClearPageReclaim(page) || rotate_reclaimable_page(page)) {
551 if (!test_clear_page_writeback(page))
552 BUG();
553 }
554 smp_mb__after_clear_bit();
555 wake_up_page(page, PG_writeback);
556}
557EXPORT_SYMBOL(end_page_writeback);
558
Randy Dunlap485bb992006-06-23 02:03:49 -0700559/**
560 * __lock_page - get a lock on the page, assuming we need to sleep to get it
561 * @page: the page to lock
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700563 * Ugly. Running sync_page() in state TASK_UNINTERRUPTIBLE is scary. If some
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 * random driver's requestfn sets TASK_RUNNING, we could busywait. However
565 * chances are that on the second loop, the block layer's plug list is empty,
566 * so sync_page() will then return in state TASK_UNINTERRUPTIBLE.
567 */
568void fastcall __lock_page(struct page *page)
569{
570 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
571
572 __wait_on_bit_lock(page_waitqueue(page), &wait, sync_page,
573 TASK_UNINTERRUPTIBLE);
574}
575EXPORT_SYMBOL(__lock_page);
576
Nick Piggindb376482006-09-25 23:31:24 -0700577/*
578 * Variant of lock_page that does not require the caller to hold a reference
579 * on the page's mapping.
580 */
581void fastcall __lock_page_nosync(struct page *page)
582{
583 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
584 __wait_on_bit_lock(page_waitqueue(page), &wait, __sleep_on_page_lock,
585 TASK_UNINTERRUPTIBLE);
586}
587
Randy Dunlap485bb992006-06-23 02:03:49 -0700588/**
589 * find_get_page - find and get a page reference
590 * @mapping: the address_space to search
591 * @offset: the page index
592 *
Nick Pigginda6052f2006-09-25 23:31:35 -0700593 * Is there a pagecache struct page at the given (mapping, offset) tuple?
594 * If yes, increment its refcount and return it; if no, return NULL.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 */
Fengguang Wu57f6b962007-10-16 01:24:37 -0700596struct page * find_get_page(struct address_space *mapping, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597{
598 struct page *page;
599
600 read_lock_irq(&mapping->tree_lock);
601 page = radix_tree_lookup(&mapping->page_tree, offset);
602 if (page)
603 page_cache_get(page);
604 read_unlock_irq(&mapping->tree_lock);
605 return page;
606}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607EXPORT_SYMBOL(find_get_page);
608
Randy Dunlap485bb992006-06-23 02:03:49 -0700609/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 * find_lock_page - locate, pin and lock a pagecache page
Martin Waitz67be2dd2005-05-01 08:59:26 -0700611 * @mapping: the address_space to search
612 * @offset: the page index
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 *
614 * Locates the desired pagecache page, locks it, increments its reference
615 * count and returns its address.
616 *
617 * Returns zero if the page was not present. find_lock_page() may sleep.
618 */
619struct page *find_lock_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -0700620 pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621{
622 struct page *page;
623
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624repeat:
Nick Piggin45726cb2007-10-16 01:24:41 -0700625 read_lock_irq(&mapping->tree_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 page = radix_tree_lookup(&mapping->page_tree, offset);
627 if (page) {
628 page_cache_get(page);
629 if (TestSetPageLocked(page)) {
630 read_unlock_irq(&mapping->tree_lock);
Nikita Danilovbbfbb7c2006-01-06 00:11:08 -0800631 __lock_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632
633 /* Has the page been truncated while we slept? */
Nick Piggin45726cb2007-10-16 01:24:41 -0700634 if (unlikely(page->mapping != mapping)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 unlock_page(page);
636 page_cache_release(page);
637 goto repeat;
638 }
Nick Piggin45726cb2007-10-16 01:24:41 -0700639 VM_BUG_ON(page->index != offset);
640 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 }
642 }
643 read_unlock_irq(&mapping->tree_lock);
Nick Piggin45726cb2007-10-16 01:24:41 -0700644out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 return page;
646}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647EXPORT_SYMBOL(find_lock_page);
648
649/**
650 * find_or_create_page - locate or add a pagecache page
Martin Waitz67be2dd2005-05-01 08:59:26 -0700651 * @mapping: the page's address_space
652 * @index: the page's index into the mapping
653 * @gfp_mask: page allocation mode
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 *
655 * Locates a page in the pagecache. If the page is not present, a new page
656 * is allocated using @gfp_mask and is added to the pagecache and to the VM's
657 * LRU list. The returned page is locked and has its reference count
658 * incremented.
659 *
660 * find_or_create_page() may sleep, even if @gfp_flags specifies an atomic
661 * allocation!
662 *
663 * find_or_create_page() returns the desired page's address, or zero on
664 * memory exhaustion.
665 */
666struct page *find_or_create_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -0700667 pgoff_t index, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668{
669 struct page *page, *cached_page = NULL;
670 int err;
671repeat:
672 page = find_lock_page(mapping, index);
673 if (!page) {
674 if (!cached_page) {
Christoph Lameter43c0f3d2007-05-15 23:57:09 -0700675 cached_page =
676 __page_cache_alloc(gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 if (!cached_page)
678 return NULL;
679 }
680 err = add_to_page_cache_lru(cached_page, mapping,
681 index, gfp_mask);
682 if (!err) {
683 page = cached_page;
684 cached_page = NULL;
685 } else if (err == -EEXIST)
686 goto repeat;
687 }
688 if (cached_page)
689 page_cache_release(cached_page);
690 return page;
691}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692EXPORT_SYMBOL(find_or_create_page);
693
694/**
695 * find_get_pages - gang pagecache lookup
696 * @mapping: The address_space to search
697 * @start: The starting page index
698 * @nr_pages: The maximum number of pages
699 * @pages: Where the resulting pages are placed
700 *
701 * find_get_pages() will search for and return a group of up to
702 * @nr_pages pages in the mapping. The pages are placed at @pages.
703 * find_get_pages() takes a reference against the returned pages.
704 *
705 * The search returns a group of mapping-contiguous pages with ascending
706 * indexes. There may be holes in the indices due to not-present pages.
707 *
708 * find_get_pages() returns the number of pages which were found.
709 */
710unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
711 unsigned int nr_pages, struct page **pages)
712{
713 unsigned int i;
714 unsigned int ret;
715
716 read_lock_irq(&mapping->tree_lock);
717 ret = radix_tree_gang_lookup(&mapping->page_tree,
718 (void **)pages, start, nr_pages);
719 for (i = 0; i < ret; i++)
720 page_cache_get(pages[i]);
721 read_unlock_irq(&mapping->tree_lock);
722 return ret;
723}
724
Jens Axboeebf43502006-04-27 08:46:01 +0200725/**
726 * find_get_pages_contig - gang contiguous pagecache lookup
727 * @mapping: The address_space to search
728 * @index: The starting page index
729 * @nr_pages: The maximum number of pages
730 * @pages: Where the resulting pages are placed
731 *
732 * find_get_pages_contig() works exactly like find_get_pages(), except
733 * that the returned number of pages are guaranteed to be contiguous.
734 *
735 * find_get_pages_contig() returns the number of pages which were found.
736 */
737unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index,
738 unsigned int nr_pages, struct page **pages)
739{
740 unsigned int i;
741 unsigned int ret;
742
743 read_lock_irq(&mapping->tree_lock);
744 ret = radix_tree_gang_lookup(&mapping->page_tree,
745 (void **)pages, index, nr_pages);
746 for (i = 0; i < ret; i++) {
747 if (pages[i]->mapping == NULL || pages[i]->index != index)
748 break;
749
750 page_cache_get(pages[i]);
751 index++;
752 }
753 read_unlock_irq(&mapping->tree_lock);
754 return i;
755}
David Howellsef71c152007-05-09 02:33:44 -0700756EXPORT_SYMBOL(find_get_pages_contig);
Jens Axboeebf43502006-04-27 08:46:01 +0200757
Randy Dunlap485bb992006-06-23 02:03:49 -0700758/**
759 * find_get_pages_tag - find and return pages that match @tag
760 * @mapping: the address_space to search
761 * @index: the starting page index
762 * @tag: the tag index
763 * @nr_pages: the maximum number of pages
764 * @pages: where the resulting pages are placed
765 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766 * Like find_get_pages, except we only return pages which are tagged with
Randy Dunlap485bb992006-06-23 02:03:49 -0700767 * @tag. We update @index to index the next page for the traversal.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768 */
769unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
770 int tag, unsigned int nr_pages, struct page **pages)
771{
772 unsigned int i;
773 unsigned int ret;
774
775 read_lock_irq(&mapping->tree_lock);
776 ret = radix_tree_gang_lookup_tag(&mapping->page_tree,
777 (void **)pages, *index, nr_pages, tag);
778 for (i = 0; i < ret; i++)
779 page_cache_get(pages[i]);
780 if (ret)
781 *index = pages[ret - 1]->index + 1;
782 read_unlock_irq(&mapping->tree_lock);
783 return ret;
784}
David Howellsef71c152007-05-09 02:33:44 -0700785EXPORT_SYMBOL(find_get_pages_tag);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786
Randy Dunlap485bb992006-06-23 02:03:49 -0700787/**
788 * grab_cache_page_nowait - returns locked page at given index in given cache
789 * @mapping: target address_space
790 * @index: the page index
791 *
Robert P. J. Day72fd4a32007-02-10 01:45:59 -0800792 * Same as grab_cache_page(), but do not wait if the page is unavailable.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 * This is intended for speculative data generators, where the data can
794 * be regenerated if the page couldn't be grabbed. This routine should
795 * be safe to call while holding the lock for another page.
796 *
797 * Clear __GFP_FS when allocating the page to avoid recursion into the fs
798 * and deadlock against the caller's locked page.
799 */
800struct page *
Fengguang Wu57f6b962007-10-16 01:24:37 -0700801grab_cache_page_nowait(struct address_space *mapping, pgoff_t index)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802{
803 struct page *page = find_get_page(mapping, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804
805 if (page) {
806 if (!TestSetPageLocked(page))
807 return page;
808 page_cache_release(page);
809 return NULL;
810 }
Nick Piggin2ae88142006-10-28 10:38:23 -0700811 page = __page_cache_alloc(mapping_gfp_mask(mapping) & ~__GFP_FS);
812 if (page && add_to_page_cache_lru(page, mapping, index, GFP_KERNEL)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813 page_cache_release(page);
814 page = NULL;
815 }
816 return page;
817}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818EXPORT_SYMBOL(grab_cache_page_nowait);
819
Wu Fengguang76d42bd2006-06-25 05:48:43 -0700820/*
821 * CD/DVDs are error prone. When a medium error occurs, the driver may fail
822 * a _large_ part of the i/o request. Imagine the worst scenario:
823 *
824 * ---R__________________________________________B__________
825 * ^ reading here ^ bad block(assume 4k)
826 *
827 * read(R) => miss => readahead(R...B) => media error => frustrating retries
828 * => failing the whole request => read(R) => read(R+1) =>
829 * readahead(R+1...B+1) => bang => read(R+2) => read(R+3) =>
830 * readahead(R+3...B+2) => bang => read(R+3) => read(R+4) =>
831 * readahead(R+4...B+3) => bang => read(R+4) => read(R+5) => ......
832 *
833 * It is going insane. Fix it by quickly scaling down the readahead size.
834 */
835static void shrink_readahead_size_eio(struct file *filp,
836 struct file_ra_state *ra)
837{
838 if (!ra->ra_pages)
839 return;
840
841 ra->ra_pages /= 4;
Wu Fengguang76d42bd2006-06-25 05:48:43 -0700842}
843
Randy Dunlap485bb992006-06-23 02:03:49 -0700844/**
845 * do_generic_mapping_read - generic file read routine
846 * @mapping: address_space to be read
Stephen Hemmingerf0b85c02007-08-10 13:01:16 -0700847 * @_ra: file's readahead state
Randy Dunlap485bb992006-06-23 02:03:49 -0700848 * @filp: the file to read
849 * @ppos: current file position
850 * @desc: read_descriptor
851 * @actor: read method
852 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 * This is a generic file read routine, and uses the
Randy Dunlap485bb992006-06-23 02:03:49 -0700854 * mapping->a_ops->readpage() function for the actual low-level stuff.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 *
856 * This is really ugly. But the goto's actually try to clarify some
857 * of the logic when it comes to error handling etc.
858 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700859 * Note the struct file* is only passed for the use of readpage.
860 * It may be NULL.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 */
862void do_generic_mapping_read(struct address_space *mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -0700863 struct file_ra_state *ra,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 struct file *filp,
865 loff_t *ppos,
866 read_descriptor_t *desc,
867 read_actor_t actor)
868{
869 struct inode *inode = mapping->host;
Fengguang Wu57f6b962007-10-16 01:24:37 -0700870 pgoff_t index;
871 pgoff_t last_index;
872 pgoff_t prev_index;
873 unsigned long offset; /* offset into pagecache page */
Jan Karaec0f1632007-05-06 14:49:25 -0700874 unsigned int prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 struct page *cached_page;
876 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877
878 cached_page = NULL;
879 index = *ppos >> PAGE_CACHE_SHIFT;
Fengguang Wu7ff81072007-10-16 01:24:35 -0700880 prev_index = ra->prev_pos >> PAGE_CACHE_SHIFT;
881 prev_offset = ra->prev_pos & (PAGE_CACHE_SIZE-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 last_index = (*ppos + desc->count + PAGE_CACHE_SIZE-1) >> PAGE_CACHE_SHIFT;
883 offset = *ppos & ~PAGE_CACHE_MASK;
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 for (;;) {
886 struct page *page;
Fengguang Wu57f6b962007-10-16 01:24:37 -0700887 pgoff_t end_index;
NeilBrowna32ea1e2007-07-17 04:03:04 -0700888 loff_t isize;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 unsigned long nr, ret;
890
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 cond_resched();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892find_page:
893 page = find_get_page(mapping, index);
Fengguang Wu3ea89ee2007-07-19 01:48:02 -0700894 if (!page) {
Rusty Russellcf914a72007-07-19 01:48:08 -0700895 page_cache_sync_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -0700896 ra, filp,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -0700897 index, last_index - index);
898 page = find_get_page(mapping, index);
899 if (unlikely(page == NULL))
900 goto no_cached_page;
901 }
902 if (PageReadahead(page)) {
Rusty Russellcf914a72007-07-19 01:48:08 -0700903 page_cache_async_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -0700904 ra, filp, page,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -0700905 index, last_index - index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 }
907 if (!PageUptodate(page))
908 goto page_not_up_to_date;
909page_ok:
NeilBrowna32ea1e2007-07-17 04:03:04 -0700910 /*
911 * i_size must be checked after we know the page is Uptodate.
912 *
913 * Checking i_size after the check allows us to calculate
914 * the correct value for "nr", which means the zero-filled
915 * part of the page is not copied back to userspace (unless
916 * another truncate extends the file - this is desired though).
917 */
918
919 isize = i_size_read(inode);
920 end_index = (isize - 1) >> PAGE_CACHE_SHIFT;
921 if (unlikely(!isize || index > end_index)) {
922 page_cache_release(page);
923 goto out;
924 }
925
926 /* nr is the maximum number of bytes to copy from this page */
927 nr = PAGE_CACHE_SIZE;
928 if (index == end_index) {
929 nr = ((isize - 1) & ~PAGE_CACHE_MASK) + 1;
930 if (nr <= offset) {
931 page_cache_release(page);
932 goto out;
933 }
934 }
935 nr = nr - offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
937 /* If users can be writing to this page using arbitrary
938 * virtual addresses, take care about potential aliasing
939 * before reading the page on the kernel side.
940 */
941 if (mapping_writably_mapped(mapping))
942 flush_dcache_page(page);
943
944 /*
Jan Karaec0f1632007-05-06 14:49:25 -0700945 * When a sequential read accesses a page several times,
946 * only mark it as accessed the first time.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947 */
Jan Karaec0f1632007-05-06 14:49:25 -0700948 if (prev_index != index || offset != prev_offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 mark_page_accessed(page);
950 prev_index = index;
951
952 /*
953 * Ok, we have the page, and it's up-to-date, so
954 * now we can copy it to user space...
955 *
956 * The actor routine returns how many bytes were actually used..
957 * NOTE! This may not be the same as how much of a user buffer
958 * we filled up (we may be padding etc), so we can only update
959 * "pos" here (the actor routine has to update the user buffer
960 * pointers and the remaining count).
961 */
962 ret = actor(desc, page, offset, nr);
963 offset += ret;
964 index += offset >> PAGE_CACHE_SHIFT;
965 offset &= ~PAGE_CACHE_MASK;
Jan Kara6ce745e2007-05-06 14:49:26 -0700966 prev_offset = offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967
968 page_cache_release(page);
969 if (ret == nr && desc->count)
970 continue;
971 goto out;
972
973page_not_up_to_date:
974 /* Get exclusive access to the page ... */
975 lock_page(page);
976
Nick Pigginda6052f2006-09-25 23:31:35 -0700977 /* Did it get truncated before we got the lock? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978 if (!page->mapping) {
979 unlock_page(page);
980 page_cache_release(page);
981 continue;
982 }
983
984 /* Did somebody else fill it already? */
985 if (PageUptodate(page)) {
986 unlock_page(page);
987 goto page_ok;
988 }
989
990readpage:
991 /* Start the actual read. The read will unlock the page. */
992 error = mapping->a_ops->readpage(filp, page);
993
Zach Brown994fc28c2005-12-15 14:28:17 -0800994 if (unlikely(error)) {
995 if (error == AOP_TRUNCATED_PAGE) {
996 page_cache_release(page);
997 goto find_page;
998 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 goto readpage_error;
Zach Brown994fc28c2005-12-15 14:28:17 -08001000 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001
1002 if (!PageUptodate(page)) {
1003 lock_page(page);
1004 if (!PageUptodate(page)) {
1005 if (page->mapping == NULL) {
1006 /*
1007 * invalidate_inode_pages got it
1008 */
1009 unlock_page(page);
1010 page_cache_release(page);
1011 goto find_page;
1012 }
1013 unlock_page(page);
1014 error = -EIO;
Fengguang Wu7ff81072007-10-16 01:24:35 -07001015 shrink_readahead_size_eio(filp, ra);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016 goto readpage_error;
1017 }
1018 unlock_page(page);
1019 }
1020
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021 goto page_ok;
1022
1023readpage_error:
1024 /* UHHUH! A synchronous read error occurred. Report it */
1025 desc->error = error;
1026 page_cache_release(page);
1027 goto out;
1028
1029no_cached_page:
1030 /*
1031 * Ok, it wasn't cached, so we need to create a new
1032 * page..
1033 */
1034 if (!cached_page) {
1035 cached_page = page_cache_alloc_cold(mapping);
1036 if (!cached_page) {
1037 desc->error = -ENOMEM;
1038 goto out;
1039 }
1040 }
1041 error = add_to_page_cache_lru(cached_page, mapping,
1042 index, GFP_KERNEL);
1043 if (error) {
1044 if (error == -EEXIST)
1045 goto find_page;
1046 desc->error = error;
1047 goto out;
1048 }
1049 page = cached_page;
1050 cached_page = NULL;
1051 goto readpage;
1052 }
1053
1054out:
Fengguang Wu7ff81072007-10-16 01:24:35 -07001055 ra->prev_pos = prev_index;
1056 ra->prev_pos <<= PAGE_CACHE_SHIFT;
1057 ra->prev_pos |= prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058
Fengguang Wuf4e6b492007-10-16 01:24:33 -07001059 *ppos = ((loff_t)index << PAGE_CACHE_SHIFT) + offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060 if (cached_page)
1061 page_cache_release(cached_page);
1062 if (filp)
1063 file_accessed(filp);
1064}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065EXPORT_SYMBOL(do_generic_mapping_read);
1066
1067int file_read_actor(read_descriptor_t *desc, struct page *page,
1068 unsigned long offset, unsigned long size)
1069{
1070 char *kaddr;
1071 unsigned long left, count = desc->count;
1072
1073 if (size > count)
1074 size = count;
1075
1076 /*
1077 * Faults on the destination of a read are common, so do it before
1078 * taking the kmap.
1079 */
1080 if (!fault_in_pages_writeable(desc->arg.buf, size)) {
1081 kaddr = kmap_atomic(page, KM_USER0);
1082 left = __copy_to_user_inatomic(desc->arg.buf,
1083 kaddr + offset, size);
1084 kunmap_atomic(kaddr, KM_USER0);
1085 if (left == 0)
1086 goto success;
1087 }
1088
1089 /* Do it the slow way */
1090 kaddr = kmap(page);
1091 left = __copy_to_user(desc->arg.buf, kaddr + offset, size);
1092 kunmap(page);
1093
1094 if (left) {
1095 size -= left;
1096 desc->error = -EFAULT;
1097 }
1098success:
1099 desc->count = count - size;
1100 desc->written += size;
1101 desc->arg.buf += size;
1102 return size;
1103}
1104
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001105/*
1106 * Performs necessary checks before doing a write
1107 * @iov: io vector request
1108 * @nr_segs: number of segments in the iovec
1109 * @count: number of bytes to write
1110 * @access_flags: type of access: %VERIFY_READ or %VERIFY_WRITE
1111 *
1112 * Adjust number of segments and amount of bytes to write (nr_segs should be
1113 * properly initialized first). Returns appropriate error code that caller
1114 * should return or zero in case that write should be allowed.
1115 */
1116int generic_segment_checks(const struct iovec *iov,
1117 unsigned long *nr_segs, size_t *count, int access_flags)
1118{
1119 unsigned long seg;
1120 size_t cnt = 0;
1121 for (seg = 0; seg < *nr_segs; seg++) {
1122 const struct iovec *iv = &iov[seg];
1123
1124 /*
1125 * If any segment has a negative length, or the cumulative
1126 * length ever wraps negative then return -EINVAL.
1127 */
1128 cnt += iv->iov_len;
1129 if (unlikely((ssize_t)(cnt|iv->iov_len) < 0))
1130 return -EINVAL;
1131 if (access_ok(access_flags, iv->iov_base, iv->iov_len))
1132 continue;
1133 if (seg == 0)
1134 return -EFAULT;
1135 *nr_segs = seg;
1136 cnt -= iv->iov_len; /* This segment is no good */
1137 break;
1138 }
1139 *count = cnt;
1140 return 0;
1141}
1142EXPORT_SYMBOL(generic_segment_checks);
1143
Randy Dunlap485bb992006-06-23 02:03:49 -07001144/**
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001145 * generic_file_aio_read - generic filesystem read routine
Randy Dunlap485bb992006-06-23 02:03:49 -07001146 * @iocb: kernel I/O control block
1147 * @iov: io vector request
1148 * @nr_segs: number of segments in the iovec
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001149 * @pos: current file position
Randy Dunlap485bb992006-06-23 02:03:49 -07001150 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151 * This is the "read()" routine for all filesystems
1152 * that can use the page cache directly.
1153 */
1154ssize_t
Badari Pulavarty543ade12006-09-30 23:28:48 -07001155generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
1156 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157{
1158 struct file *filp = iocb->ki_filp;
1159 ssize_t retval;
1160 unsigned long seg;
1161 size_t count;
Badari Pulavarty543ade12006-09-30 23:28:48 -07001162 loff_t *ppos = &iocb->ki_pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163
1164 count = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001165 retval = generic_segment_checks(iov, &nr_segs, &count, VERIFY_WRITE);
1166 if (retval)
1167 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
1169 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
1170 if (filp->f_flags & O_DIRECT) {
Badari Pulavarty543ade12006-09-30 23:28:48 -07001171 loff_t size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172 struct address_space *mapping;
1173 struct inode *inode;
1174
1175 mapping = filp->f_mapping;
1176 inode = mapping->host;
1177 retval = 0;
1178 if (!count)
1179 goto out; /* skip atime */
1180 size = i_size_read(inode);
1181 if (pos < size) {
1182 retval = generic_file_direct_IO(READ, iocb,
1183 iov, pos, nr_segs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 if (retval > 0)
1185 *ppos = pos + retval;
1186 }
Steven Whitehouse0e0bcae2006-09-27 14:45:07 -04001187 if (likely(retval != 0)) {
Steven Whitehouse3f1a9aa2006-09-27 14:52:48 -04001188 file_accessed(filp);
Steven Whitehousea9e5f4d2006-07-25 17:24:12 -04001189 goto out;
Steven Whitehouse0e0bcae2006-09-27 14:45:07 -04001190 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191 }
1192
1193 retval = 0;
1194 if (count) {
1195 for (seg = 0; seg < nr_segs; seg++) {
1196 read_descriptor_t desc;
1197
1198 desc.written = 0;
1199 desc.arg.buf = iov[seg].iov_base;
1200 desc.count = iov[seg].iov_len;
1201 if (desc.count == 0)
1202 continue;
1203 desc.error = 0;
1204 do_generic_file_read(filp,ppos,&desc,file_read_actor);
1205 retval += desc.written;
Tejun Heo39e88ca2005-10-30 15:02:40 -08001206 if (desc.error) {
1207 retval = retval ?: desc.error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 break;
1209 }
akpm@linux-foundation.orgc44939e2007-07-15 23:38:25 -07001210 if (desc.count > 0)
1211 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 }
1213 }
1214out:
1215 return retval;
1216}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217EXPORT_SYMBOL(generic_file_aio_read);
1218
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219static ssize_t
1220do_readahead(struct address_space *mapping, struct file *filp,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001221 pgoff_t index, unsigned long nr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
1223 if (!mapping || !mapping->a_ops || !mapping->a_ops->readpage)
1224 return -EINVAL;
1225
1226 force_page_cache_readahead(mapping, filp, index,
1227 max_sane_readahead(nr));
1228 return 0;
1229}
1230
1231asmlinkage ssize_t sys_readahead(int fd, loff_t offset, size_t count)
1232{
1233 ssize_t ret;
1234 struct file *file;
1235
1236 ret = -EBADF;
1237 file = fget(fd);
1238 if (file) {
1239 if (file->f_mode & FMODE_READ) {
1240 struct address_space *mapping = file->f_mapping;
Fengguang Wu57f6b962007-10-16 01:24:37 -07001241 pgoff_t start = offset >> PAGE_CACHE_SHIFT;
1242 pgoff_t end = (offset + count - 1) >> PAGE_CACHE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243 unsigned long len = end - start + 1;
1244 ret = do_readahead(mapping, file, start, len);
1245 }
1246 fput(file);
1247 }
1248 return ret;
1249}
1250
1251#ifdef CONFIG_MMU
Randy Dunlap485bb992006-06-23 02:03:49 -07001252/**
1253 * page_cache_read - adds requested page to the page cache if not already there
1254 * @file: file to read
1255 * @offset: page index
1256 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257 * This adds the requested page to the page cache if it isn't already there,
1258 * and schedules an I/O to read in its contents from disk.
1259 */
Fengguang Wu57f6b962007-10-16 01:24:37 -07001260static int fastcall page_cache_read(struct file * file, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261{
1262 struct address_space *mapping = file->f_mapping;
1263 struct page *page;
Zach Brown994fc28c2005-12-15 14:28:17 -08001264 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265
Zach Brown994fc28c2005-12-15 14:28:17 -08001266 do {
1267 page = page_cache_alloc_cold(mapping);
1268 if (!page)
1269 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270
Zach Brown994fc28c2005-12-15 14:28:17 -08001271 ret = add_to_page_cache_lru(page, mapping, offset, GFP_KERNEL);
1272 if (ret == 0)
1273 ret = mapping->a_ops->readpage(file, page);
1274 else if (ret == -EEXIST)
1275 ret = 0; /* losing race to add is OK */
1276
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278
Zach Brown994fc28c2005-12-15 14:28:17 -08001279 } while (ret == AOP_TRUNCATED_PAGE);
1280
1281 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282}
1283
1284#define MMAP_LOTSAMISS (100)
1285
Randy Dunlap485bb992006-06-23 02:03:49 -07001286/**
Nick Piggin54cb8822007-07-19 01:46:59 -07001287 * filemap_fault - read in file data for page fault handling
Nick Piggind0217ac2007-07-19 01:47:03 -07001288 * @vma: vma in which the fault was taken
1289 * @vmf: struct vm_fault containing details of the fault
Randy Dunlap485bb992006-06-23 02:03:49 -07001290 *
Nick Piggin54cb8822007-07-19 01:46:59 -07001291 * filemap_fault() is invoked via the vma operations vector for a
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292 * mapped memory region to read in file data during a page fault.
1293 *
1294 * The goto's are kind of ugly, but this streamlines the normal case of having
1295 * it in the page cache, and handles the special cases reasonably without
1296 * having a lot of duplicated code.
1297 */
Nick Piggind0217ac2007-07-19 01:47:03 -07001298int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299{
1300 int error;
Nick Piggin54cb8822007-07-19 01:46:59 -07001301 struct file *file = vma->vm_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302 struct address_space *mapping = file->f_mapping;
1303 struct file_ra_state *ra = &file->f_ra;
1304 struct inode *inode = mapping->host;
1305 struct page *page;
Nick Piggin54cb8822007-07-19 01:46:59 -07001306 unsigned long size;
1307 int did_readaround = 0;
Nick Piggin83c54072007-07-19 01:47:05 -07001308 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Nick Piggind0217ac2007-07-19 01:47:03 -07001311 if (vmf->pgoff >= size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 goto outside_data_content;
1313
1314 /* If we don't want any read-ahead, don't bother */
Nick Piggin54cb8822007-07-19 01:46:59 -07001315 if (VM_RandomReadHint(vma))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316 goto no_cached_page;
1317
1318 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 * Do we have something in the page cache already?
1320 */
1321retry_find:
Nick Piggind0217ac2007-07-19 01:47:03 -07001322 page = find_lock_page(mapping, vmf->pgoff);
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001323 /*
1324 * For sequential accesses, we use the generic readahead logic.
1325 */
1326 if (VM_SequentialReadHint(vma)) {
1327 if (!page) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001328 page_cache_sync_readahead(mapping, ra, file,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001329 vmf->pgoff, 1);
1330 page = find_lock_page(mapping, vmf->pgoff);
1331 if (!page)
1332 goto no_cached_page;
1333 }
1334 if (PageReadahead(page)) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001335 page_cache_async_readahead(mapping, ra, file, page,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001336 vmf->pgoff, 1);
1337 }
1338 }
1339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 if (!page) {
1341 unsigned long ra_pages;
1342
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343 ra->mmap_miss++;
1344
1345 /*
1346 * Do we miss much more than hit in this file? If so,
1347 * stop bothering with read-ahead. It will only hurt.
1348 */
Fengguang Wu0bb7ba62007-10-16 01:24:32 -07001349 if (ra->mmap_miss > MMAP_LOTSAMISS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350 goto no_cached_page;
1351
1352 /*
1353 * To keep the pgmajfault counter straight, we need to
1354 * check did_readaround, as this is an inner loop.
1355 */
1356 if (!did_readaround) {
Nick Piggind0217ac2007-07-19 01:47:03 -07001357 ret = VM_FAULT_MAJOR;
Christoph Lameterf8891e52006-06-30 01:55:45 -07001358 count_vm_event(PGMAJFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359 }
1360 did_readaround = 1;
1361 ra_pages = max_sane_readahead(file->f_ra.ra_pages);
1362 if (ra_pages) {
1363 pgoff_t start = 0;
1364
Nick Piggind0217ac2007-07-19 01:47:03 -07001365 if (vmf->pgoff > ra_pages / 2)
1366 start = vmf->pgoff - ra_pages / 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367 do_page_cache_readahead(mapping, file, start, ra_pages);
1368 }
Nick Piggind0217ac2007-07-19 01:47:03 -07001369 page = find_lock_page(mapping, vmf->pgoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370 if (!page)
1371 goto no_cached_page;
1372 }
1373
1374 if (!did_readaround)
Fengguang Wu0bb7ba62007-10-16 01:24:32 -07001375 ra->mmap_miss--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376
1377 /*
Nick Piggind00806b2007-07-19 01:46:57 -07001378 * We have a locked page in the page cache, now we need to check
1379 * that it's up-to-date. If not, it is going to be due to an error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 */
Nick Piggind00806b2007-07-19 01:46:57 -07001381 if (unlikely(!PageUptodate(page)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 goto page_not_uptodate;
1383
Nick Piggind00806b2007-07-19 01:46:57 -07001384 /* Must recheck i_size under page lock */
1385 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Nick Piggind0217ac2007-07-19 01:47:03 -07001386 if (unlikely(vmf->pgoff >= size)) {
Nick Piggind00806b2007-07-19 01:46:57 -07001387 unlock_page(page);
Yan Zheng745ad482007-10-08 10:08:37 -07001388 page_cache_release(page);
Nick Piggind00806b2007-07-19 01:46:57 -07001389 goto outside_data_content;
1390 }
1391
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392 /*
1393 * Found the page and have a reference on it.
1394 */
1395 mark_page_accessed(page);
Fengguang Wuf4e6b492007-10-16 01:24:33 -07001396 ra->prev_pos = (loff_t)page->index << PAGE_CACHE_SHIFT;
Nick Piggind0217ac2007-07-19 01:47:03 -07001397 vmf->page = page;
Nick Piggin83c54072007-07-19 01:47:05 -07001398 return ret | VM_FAULT_LOCKED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399
1400outside_data_content:
1401 /*
1402 * An external ptracer can access pages that normally aren't
1403 * accessible..
1404 */
Nick Piggind0217ac2007-07-19 01:47:03 -07001405 if (vma->vm_mm == current->mm)
1406 return VM_FAULT_SIGBUS;
1407
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 /* Fall through to the non-read-ahead case */
1409no_cached_page:
1410 /*
1411 * We're only likely to ever get here if MADV_RANDOM is in
1412 * effect.
1413 */
Nick Piggind0217ac2007-07-19 01:47:03 -07001414 error = page_cache_read(file, vmf->pgoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415
1416 /*
1417 * The page we want has now been added to the page cache.
1418 * In the unlikely event that someone removed it in the
1419 * meantime, we'll just come back here and read it again.
1420 */
1421 if (error >= 0)
1422 goto retry_find;
1423
1424 /*
1425 * An error return from page_cache_read can result if the
1426 * system is low on memory, or a problem occurs while trying
1427 * to schedule I/O.
1428 */
1429 if (error == -ENOMEM)
Nick Piggind0217ac2007-07-19 01:47:03 -07001430 return VM_FAULT_OOM;
1431 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432
1433page_not_uptodate:
Nick Piggind00806b2007-07-19 01:46:57 -07001434 /* IO error path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 if (!did_readaround) {
Nick Piggind0217ac2007-07-19 01:47:03 -07001436 ret = VM_FAULT_MAJOR;
Christoph Lameterf8891e52006-06-30 01:55:45 -07001437 count_vm_event(PGMAJFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439
1440 /*
1441 * Umm, take care of errors if the page isn't up-to-date.
1442 * Try to re-read it _once_. We do this synchronously,
1443 * because there really aren't any performance issues here
1444 * and we need to check for errors.
1445 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446 ClearPageError(page);
Zach Brown994fc28c2005-12-15 14:28:17 -08001447 error = mapping->a_ops->readpage(file, page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448 page_cache_release(page);
Nick Piggind00806b2007-07-19 01:46:57 -07001449
1450 if (!error || error == AOP_TRUNCATED_PAGE)
1451 goto retry_find;
1452
1453 /* Things didn't work out. Return zero to tell the mm layer so. */
1454 shrink_readahead_size_eio(file, ra);
Nick Piggind0217ac2007-07-19 01:47:03 -07001455 return VM_FAULT_SIGBUS;
Nick Piggin54cb8822007-07-19 01:46:59 -07001456}
1457EXPORT_SYMBOL(filemap_fault);
1458
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459struct vm_operations_struct generic_file_vm_ops = {
Nick Piggin54cb8822007-07-19 01:46:59 -07001460 .fault = filemap_fault,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461};
1462
1463/* This is used for a general mmap of a disk file */
1464
1465int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
1466{
1467 struct address_space *mapping = file->f_mapping;
1468
1469 if (!mapping->a_ops->readpage)
1470 return -ENOEXEC;
1471 file_accessed(file);
1472 vma->vm_ops = &generic_file_vm_ops;
Nick Piggind0217ac2007-07-19 01:47:03 -07001473 vma->vm_flags |= VM_CAN_NONLINEAR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474 return 0;
1475}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476
1477/*
1478 * This is for filesystems which do not implement ->writepage.
1479 */
1480int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma)
1481{
1482 if ((vma->vm_flags & VM_SHARED) && (vma->vm_flags & VM_MAYWRITE))
1483 return -EINVAL;
1484 return generic_file_mmap(file, vma);
1485}
1486#else
1487int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
1488{
1489 return -ENOSYS;
1490}
1491int generic_file_readonly_mmap(struct file * file, struct vm_area_struct * vma)
1492{
1493 return -ENOSYS;
1494}
1495#endif /* CONFIG_MMU */
1496
1497EXPORT_SYMBOL(generic_file_mmap);
1498EXPORT_SYMBOL(generic_file_readonly_mmap);
1499
Nick Piggin6fe69002007-05-06 14:49:04 -07001500static struct page *__read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001501 pgoff_t index,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 int (*filler)(void *,struct page*),
1503 void *data)
1504{
1505 struct page *page, *cached_page = NULL;
1506 int err;
1507repeat:
1508 page = find_get_page(mapping, index);
1509 if (!page) {
1510 if (!cached_page) {
1511 cached_page = page_cache_alloc_cold(mapping);
1512 if (!cached_page)
1513 return ERR_PTR(-ENOMEM);
1514 }
1515 err = add_to_page_cache_lru(cached_page, mapping,
1516 index, GFP_KERNEL);
1517 if (err == -EEXIST)
1518 goto repeat;
1519 if (err < 0) {
1520 /* Presumably ENOMEM for radix tree node */
1521 page_cache_release(cached_page);
1522 return ERR_PTR(err);
1523 }
1524 page = cached_page;
1525 cached_page = NULL;
1526 err = filler(data, page);
1527 if (err < 0) {
1528 page_cache_release(page);
1529 page = ERR_PTR(err);
1530 }
1531 }
1532 if (cached_page)
1533 page_cache_release(cached_page);
1534 return page;
1535}
1536
Nick Piggin6fe69002007-05-06 14:49:04 -07001537/*
1538 * Same as read_cache_page, but don't wait for page to become unlocked
1539 * after submitting it to the filler.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540 */
Nick Piggin6fe69002007-05-06 14:49:04 -07001541struct page *read_cache_page_async(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001542 pgoff_t index,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 int (*filler)(void *,struct page*),
1544 void *data)
1545{
1546 struct page *page;
1547 int err;
1548
1549retry:
1550 page = __read_cache_page(mapping, index, filler, data);
1551 if (IS_ERR(page))
David Howellsc855ff32007-05-09 13:42:20 +01001552 return page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 if (PageUptodate(page))
1554 goto out;
1555
1556 lock_page(page);
1557 if (!page->mapping) {
1558 unlock_page(page);
1559 page_cache_release(page);
1560 goto retry;
1561 }
1562 if (PageUptodate(page)) {
1563 unlock_page(page);
1564 goto out;
1565 }
1566 err = filler(data, page);
1567 if (err < 0) {
1568 page_cache_release(page);
David Howellsc855ff32007-05-09 13:42:20 +01001569 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 }
David Howellsc855ff32007-05-09 13:42:20 +01001571out:
Nick Piggin6fe69002007-05-06 14:49:04 -07001572 mark_page_accessed(page);
1573 return page;
1574}
1575EXPORT_SYMBOL(read_cache_page_async);
1576
1577/**
1578 * read_cache_page - read into page cache, fill it if needed
1579 * @mapping: the page's address_space
1580 * @index: the page index
1581 * @filler: function to perform the read
1582 * @data: destination for read data
1583 *
1584 * Read into the page cache. If a page already exists, and PageUptodate() is
1585 * not set, try to fill the page then wait for it to become unlocked.
1586 *
1587 * If the page does not get brought uptodate, return -EIO.
1588 */
1589struct page *read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001590 pgoff_t index,
Nick Piggin6fe69002007-05-06 14:49:04 -07001591 int (*filler)(void *,struct page*),
1592 void *data)
1593{
1594 struct page *page;
1595
1596 page = read_cache_page_async(mapping, index, filler, data);
1597 if (IS_ERR(page))
1598 goto out;
1599 wait_on_page_locked(page);
1600 if (!PageUptodate(page)) {
1601 page_cache_release(page);
1602 page = ERR_PTR(-EIO);
1603 }
1604 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605 return page;
1606}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607EXPORT_SYMBOL(read_cache_page);
1608
1609/*
1610 * If the page was newly created, increment its refcount and add it to the
1611 * caller's lru-buffering pagevec. This function is specifically for
1612 * generic_file_write().
1613 */
1614static inline struct page *
1615__grab_cache_page(struct address_space *mapping, unsigned long index,
1616 struct page **cached_page, struct pagevec *lru_pvec)
1617{
1618 int err;
1619 struct page *page;
1620repeat:
1621 page = find_lock_page(mapping, index);
1622 if (!page) {
1623 if (!*cached_page) {
1624 *cached_page = page_cache_alloc(mapping);
1625 if (!*cached_page)
1626 return NULL;
1627 }
1628 err = add_to_page_cache(*cached_page, mapping,
1629 index, GFP_KERNEL);
1630 if (err == -EEXIST)
1631 goto repeat;
1632 if (err == 0) {
1633 page = *cached_page;
1634 page_cache_get(page);
1635 if (!pagevec_add(lru_pvec, page))
1636 __pagevec_lru_add(lru_pvec);
1637 *cached_page = NULL;
1638 }
1639 }
1640 return page;
1641}
1642
1643/*
1644 * The logic we want is
1645 *
1646 * if suid or (sgid and xgrp)
1647 * remove privs
1648 */
Jens Axboe01de85e2006-10-17 19:50:36 +02001649int should_remove_suid(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650{
1651 mode_t mode = dentry->d_inode->i_mode;
1652 int kill = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653
1654 /* suid always must be killed */
1655 if (unlikely(mode & S_ISUID))
1656 kill = ATTR_KILL_SUID;
1657
1658 /*
1659 * sgid without any exec bits is just a mandatory locking mark; leave
1660 * it alone. If some exec bits are set, it's a real sgid; kill it.
1661 */
1662 if (unlikely((mode & S_ISGID) && (mode & S_IXGRP)))
1663 kill |= ATTR_KILL_SGID;
1664
Jens Axboe01de85e2006-10-17 19:50:36 +02001665 if (unlikely(kill && !capable(CAP_FSETID)))
1666 return kill;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667
Jens Axboe01de85e2006-10-17 19:50:36 +02001668 return 0;
1669}
Mark Fashehd23a1472006-10-17 17:05:18 -07001670EXPORT_SYMBOL(should_remove_suid);
Jens Axboe01de85e2006-10-17 19:50:36 +02001671
1672int __remove_suid(struct dentry *dentry, int kill)
1673{
1674 struct iattr newattrs;
1675
1676 newattrs.ia_valid = ATTR_FORCE | kill;
1677 return notify_change(dentry, &newattrs);
1678}
1679
1680int remove_suid(struct dentry *dentry)
1681{
1682 int kill = should_remove_suid(dentry);
1683
1684 if (unlikely(kill))
1685 return __remove_suid(dentry, kill);
1686
1687 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688}
1689EXPORT_SYMBOL(remove_suid);
1690
Carsten Otteceffc072005-06-23 22:05:25 -07001691size_t
NeilBrown01408c42006-06-25 05:47:58 -07001692__filemap_copy_from_user_iovec_inatomic(char *vaddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693 const struct iovec *iov, size_t base, size_t bytes)
1694{
1695 size_t copied = 0, left = 0;
1696
1697 while (bytes) {
1698 char __user *buf = iov->iov_base + base;
1699 int copy = min(bytes, iov->iov_len - base);
1700
1701 base = 0;
Hiro Yoshiokac22ce142006-06-23 02:04:16 -07001702 left = __copy_from_user_inatomic_nocache(vaddr, buf, copy);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 copied += copy;
1704 bytes -= copy;
1705 vaddr += copy;
1706 iov++;
1707
NeilBrown01408c42006-06-25 05:47:58 -07001708 if (unlikely(left))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710 }
1711 return copied - left;
1712}
1713
1714/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715 * Performs necessary checks before doing a write
1716 *
Randy Dunlap485bb992006-06-23 02:03:49 -07001717 * Can adjust writing position or amount of bytes to write.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 * Returns appropriate error code that caller should return or
1719 * zero in case that write should be allowed.
1720 */
1721inline int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk)
1722{
1723 struct inode *inode = file->f_mapping->host;
1724 unsigned long limit = current->signal->rlim[RLIMIT_FSIZE].rlim_cur;
1725
1726 if (unlikely(*pos < 0))
1727 return -EINVAL;
1728
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729 if (!isblk) {
1730 /* FIXME: this is for backwards compatibility with 2.4 */
1731 if (file->f_flags & O_APPEND)
1732 *pos = i_size_read(inode);
1733
1734 if (limit != RLIM_INFINITY) {
1735 if (*pos >= limit) {
1736 send_sig(SIGXFSZ, current, 0);
1737 return -EFBIG;
1738 }
1739 if (*count > limit - (typeof(limit))*pos) {
1740 *count = limit - (typeof(limit))*pos;
1741 }
1742 }
1743 }
1744
1745 /*
1746 * LFS rule
1747 */
1748 if (unlikely(*pos + *count > MAX_NON_LFS &&
1749 !(file->f_flags & O_LARGEFILE))) {
1750 if (*pos >= MAX_NON_LFS) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751 return -EFBIG;
1752 }
1753 if (*count > MAX_NON_LFS - (unsigned long)*pos) {
1754 *count = MAX_NON_LFS - (unsigned long)*pos;
1755 }
1756 }
1757
1758 /*
1759 * Are we about to exceed the fs block limit ?
1760 *
1761 * If we have written data it becomes a short write. If we have
1762 * exceeded without writing data we send a signal and return EFBIG.
1763 * Linus frestrict idea will clean these up nicely..
1764 */
1765 if (likely(!isblk)) {
1766 if (unlikely(*pos >= inode->i_sb->s_maxbytes)) {
1767 if (*count || *pos > inode->i_sb->s_maxbytes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768 return -EFBIG;
1769 }
1770 /* zero-length writes at ->s_maxbytes are OK */
1771 }
1772
1773 if (unlikely(*pos + *count > inode->i_sb->s_maxbytes))
1774 *count = inode->i_sb->s_maxbytes - *pos;
1775 } else {
David Howells93614012006-09-30 20:45:40 +02001776#ifdef CONFIG_BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 loff_t isize;
1778 if (bdev_read_only(I_BDEV(inode)))
1779 return -EPERM;
1780 isize = i_size_read(inode);
1781 if (*pos >= isize) {
1782 if (*count || *pos > isize)
1783 return -ENOSPC;
1784 }
1785
1786 if (*pos + *count > isize)
1787 *count = isize - *pos;
David Howells93614012006-09-30 20:45:40 +02001788#else
1789 return -EPERM;
1790#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791 }
1792 return 0;
1793}
1794EXPORT_SYMBOL(generic_write_checks);
1795
1796ssize_t
1797generic_file_direct_write(struct kiocb *iocb, const struct iovec *iov,
1798 unsigned long *nr_segs, loff_t pos, loff_t *ppos,
1799 size_t count, size_t ocount)
1800{
1801 struct file *file = iocb->ki_filp;
1802 struct address_space *mapping = file->f_mapping;
1803 struct inode *inode = mapping->host;
1804 ssize_t written;
1805
1806 if (count != ocount)
1807 *nr_segs = iov_shorten((struct iovec *)iov, *nr_segs, count);
1808
1809 written = generic_file_direct_IO(WRITE, iocb, iov, pos, *nr_segs);
1810 if (written > 0) {
1811 loff_t end = pos + written;
1812 if (end > i_size_read(inode) && !S_ISBLK(inode->i_mode)) {
1813 i_size_write(inode, end);
1814 mark_inode_dirty(inode);
1815 }
1816 *ppos = end;
1817 }
1818
1819 /*
1820 * Sync the fs metadata but not the minor inode changes and
1821 * of course not the data as we did direct DMA for the IO.
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08001822 * i_mutex is held, which protects generic_osync_inode() from
Zach Brown8459d862006-12-10 02:21:05 -08001823 * livelocking. AIO O_DIRECT ops attempt to sync metadata here.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824 */
Zach Brown8459d862006-12-10 02:21:05 -08001825 if ((written >= 0 || written == -EIOCBQUEUED) &&
1826 ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
Hifumi Hisashi1e8a81c2005-06-25 14:54:32 -07001827 int err = generic_osync_inode(inode, mapping, OSYNC_METADATA);
1828 if (err < 0)
1829 written = err;
1830 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831 return written;
1832}
1833EXPORT_SYMBOL(generic_file_direct_write);
1834
1835ssize_t
1836generic_file_buffered_write(struct kiocb *iocb, const struct iovec *iov,
1837 unsigned long nr_segs, loff_t pos, loff_t *ppos,
1838 size_t count, ssize_t written)
1839{
1840 struct file *file = iocb->ki_filp;
1841 struct address_space * mapping = file->f_mapping;
Christoph Hellwigf5e54d62006-06-28 04:26:44 -07001842 const struct address_space_operations *a_ops = mapping->a_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843 struct inode *inode = mapping->host;
1844 long status = 0;
1845 struct page *page;
1846 struct page *cached_page = NULL;
1847 size_t bytes;
1848 struct pagevec lru_pvec;
1849 const struct iovec *cur_iov = iov; /* current iovec */
1850 size_t iov_base = 0; /* offset in the current iovec */
1851 char __user *buf;
1852
1853 pagevec_init(&lru_pvec, 0);
1854
1855 /*
1856 * handle partial DIO write. Adjust cur_iov if needed.
1857 */
1858 if (likely(nr_segs == 1))
1859 buf = iov->iov_base + written;
1860 else {
1861 filemap_set_next_iovec(&cur_iov, &iov_base, written);
akpm@osdl.orgf021e922005-05-01 08:58:35 -07001862 buf = cur_iov->iov_base + iov_base;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 }
1864
1865 do {
1866 unsigned long index;
1867 unsigned long offset;
1868 size_t copied;
1869
1870 offset = (pos & (PAGE_CACHE_SIZE -1)); /* Within page */
1871 index = pos >> PAGE_CACHE_SHIFT;
1872 bytes = PAGE_CACHE_SIZE - offset;
Vladimir V. Saveliev6527c2b2006-06-27 02:53:57 -07001873
1874 /* Limit the size of the copy to the caller's write size */
1875 bytes = min(bytes, count);
1876
Nick Piggin41cb8ac2007-10-16 01:24:53 -07001877 /*
1878 * Limit the size of the copy to that of the current segment,
1879 * because fault_in_pages_readable() doesn't know how to walk
1880 * segments.
Vladimir V. Saveliev6527c2b2006-06-27 02:53:57 -07001881 */
Nick Piggin41cb8ac2007-10-16 01:24:53 -07001882 bytes = min(bytes, cur_iov->iov_len - iov_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883
Nick Piggin41cb8ac2007-10-16 01:24:53 -07001884 /*
1885 * Bring in the user page that we will copy from _first_.
1886 * Otherwise there's a nasty deadlock on copying from the
1887 * same page as we're writing to, without it being marked
1888 * up-to-date.
1889 */
1890 fault_in_pages_readable(buf, bytes);
1891
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892 page = __grab_cache_page(mapping,index,&cached_page,&lru_pvec);
1893 if (!page) {
1894 status = -ENOMEM;
1895 break;
1896 }
1897
Andrew Morton81b0c872006-06-29 02:24:26 -07001898 if (unlikely(bytes == 0)) {
1899 status = 0;
1900 copied = 0;
1901 goto zero_length_segment;
1902 }
1903
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904 status = a_ops->prepare_write(file, page, offset, offset+bytes);
1905 if (unlikely(status)) {
1906 loff_t isize = i_size_read(inode);
Zach Brown994fc28c2005-12-15 14:28:17 -08001907
1908 if (status != AOP_TRUNCATED_PAGE)
1909 unlock_page(page);
1910 page_cache_release(page);
1911 if (status == AOP_TRUNCATED_PAGE)
1912 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913 /*
1914 * prepare_write() may have instantiated a few blocks
1915 * outside i_size. Trim these off again.
1916 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917 if (pos + bytes > isize)
1918 vmtruncate(inode, isize);
1919 break;
1920 }
1921 if (likely(nr_segs == 1))
1922 copied = filemap_copy_from_user(page, offset,
1923 buf, bytes);
1924 else
1925 copied = filemap_copy_from_user_iovec(page, offset,
1926 cur_iov, iov_base, bytes);
1927 flush_dcache_page(page);
1928 status = a_ops->commit_write(file, page, offset, offset+bytes);
Zach Brown994fc28c2005-12-15 14:28:17 -08001929 if (status == AOP_TRUNCATED_PAGE) {
1930 page_cache_release(page);
1931 continue;
1932 }
Andrew Morton81b0c872006-06-29 02:24:26 -07001933zero_length_segment:
1934 if (likely(copied >= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935 if (!status)
1936 status = copied;
1937
1938 if (status >= 0) {
1939 written += status;
1940 count -= status;
1941 pos += status;
1942 buf += status;
akpm@osdl.orgf021e922005-05-01 08:58:35 -07001943 if (unlikely(nr_segs > 1)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 filemap_set_next_iovec(&cur_iov,
1945 &iov_base, status);
Badari Pulavartyb0cfbd92005-06-25 14:55:42 -07001946 if (count)
1947 buf = cur_iov->iov_base +
1948 iov_base;
Martin Schwidefskya5117182005-06-06 13:35:54 -07001949 } else {
1950 iov_base += status;
akpm@osdl.orgf021e922005-05-01 08:58:35 -07001951 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952 }
1953 }
1954 if (unlikely(copied != bytes))
1955 if (status >= 0)
1956 status = -EFAULT;
1957 unlock_page(page);
1958 mark_page_accessed(page);
1959 page_cache_release(page);
1960 if (status < 0)
1961 break;
1962 balance_dirty_pages_ratelimited(mapping);
1963 cond_resched();
1964 } while (count);
1965 *ppos = pos;
1966
1967 if (cached_page)
1968 page_cache_release(cached_page);
1969
1970 /*
1971 * For now, when the user asks for O_SYNC, we'll actually give O_DSYNC
1972 */
1973 if (likely(status >= 0)) {
1974 if (unlikely((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
1975 if (!a_ops->writepage || !is_sync_kiocb(iocb))
1976 status = generic_osync_inode(inode, mapping,
1977 OSYNC_METADATA|OSYNC_DATA);
1978 }
1979 }
1980
1981 /*
1982 * If we get here for O_DIRECT writes then we must have fallen through
1983 * to buffered writes (block instantiation inside i_size). So we sync
1984 * the file data here, to try to honour O_DIRECT expectations.
1985 */
1986 if (unlikely(file->f_flags & O_DIRECT) && written)
1987 status = filemap_write_and_wait(mapping);
1988
1989 pagevec_lru_add(&lru_pvec);
1990 return written ? written : status;
1991}
1992EXPORT_SYMBOL(generic_file_buffered_write);
1993
Adrian Bunk5ce78522005-09-10 00:26:28 -07001994static ssize_t
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995__generic_file_aio_write_nolock(struct kiocb *iocb, const struct iovec *iov,
1996 unsigned long nr_segs, loff_t *ppos)
1997{
1998 struct file *file = iocb->ki_filp;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07001999 struct address_space * mapping = file->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 size_t ocount; /* original count */
2001 size_t count; /* after file limit checks */
2002 struct inode *inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003 loff_t pos;
2004 ssize_t written;
2005 ssize_t err;
2006
2007 ocount = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07002008 err = generic_segment_checks(iov, &nr_segs, &ocount, VERIFY_READ);
2009 if (err)
2010 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011
2012 count = ocount;
2013 pos = *ppos;
2014
2015 vfs_check_frozen(inode->i_sb, SB_FREEZE_WRITE);
2016
2017 /* We can write back this queue in page reclaim */
2018 current->backing_dev_info = mapping->backing_dev_info;
2019 written = 0;
2020
2021 err = generic_write_checks(file, &pos, &count, S_ISBLK(inode->i_mode));
2022 if (err)
2023 goto out;
2024
2025 if (count == 0)
2026 goto out;
2027
Josef "Jeff" Sipekd3ac7f82006-12-08 02:36:44 -08002028 err = remove_suid(file->f_path.dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029 if (err)
2030 goto out;
2031
Christoph Hellwig870f4812006-01-09 20:52:01 -08002032 file_update_time(file);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033
2034 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
2035 if (unlikely(file->f_flags & O_DIRECT)) {
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002036 loff_t endbyte;
2037 ssize_t written_buffered;
2038
2039 written = generic_file_direct_write(iocb, iov, &nr_segs, pos,
2040 ppos, count, ocount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041 if (written < 0 || written == count)
2042 goto out;
2043 /*
2044 * direct-io write to a hole: fall through to buffered I/O
2045 * for completing the rest of the request.
2046 */
2047 pos += written;
2048 count -= written;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002049 written_buffered = generic_file_buffered_write(iocb, iov,
2050 nr_segs, pos, ppos, count,
2051 written);
2052 /*
2053 * If generic_file_buffered_write() retuned a synchronous error
2054 * then we want to return the number of bytes which were
2055 * direct-written, or the error code if that was zero. Note
2056 * that this differs from normal direct-io semantics, which
2057 * will return -EFOO even if some bytes were written.
2058 */
2059 if (written_buffered < 0) {
2060 err = written_buffered;
2061 goto out;
2062 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002064 /*
2065 * We need to ensure that the page cache pages are written to
2066 * disk and invalidated to preserve the expected O_DIRECT
2067 * semantics.
2068 */
2069 endbyte = pos + written_buffered - written - 1;
Mark Fashehef51c972007-05-08 00:27:10 -07002070 err = do_sync_mapping_range(file->f_mapping, pos, endbyte,
2071 SYNC_FILE_RANGE_WAIT_BEFORE|
2072 SYNC_FILE_RANGE_WRITE|
2073 SYNC_FILE_RANGE_WAIT_AFTER);
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002074 if (err == 0) {
2075 written = written_buffered;
2076 invalidate_mapping_pages(mapping,
2077 pos >> PAGE_CACHE_SHIFT,
2078 endbyte >> PAGE_CACHE_SHIFT);
2079 } else {
2080 /*
2081 * We don't know how much we wrote, so just return
2082 * the number of bytes which were direct-written
2083 */
2084 }
2085 } else {
2086 written = generic_file_buffered_write(iocb, iov, nr_segs,
2087 pos, ppos, count, written);
2088 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089out:
2090 current->backing_dev_info = NULL;
2091 return written ? written : err;
2092}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
Badari Pulavarty027445c2006-09-30 23:28:46 -07002094ssize_t generic_file_aio_write_nolock(struct kiocb *iocb,
2095 const struct iovec *iov, unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096{
2097 struct file *file = iocb->ki_filp;
2098 struct address_space *mapping = file->f_mapping;
2099 struct inode *inode = mapping->host;
2100 ssize_t ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101
Badari Pulavarty027445c2006-09-30 23:28:46 -07002102 BUG_ON(iocb->ki_pos != pos);
2103
2104 ret = __generic_file_aio_write_nolock(iocb, iov, nr_segs,
2105 &iocb->ki_pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106
2107 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
Badari Pulavarty027445c2006-09-30 23:28:46 -07002108 ssize_t err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109
2110 err = sync_page_range_nolock(inode, mapping, pos, ret);
2111 if (err < 0)
2112 ret = err;
2113 }
2114 return ret;
2115}
Badari Pulavarty027445c2006-09-30 23:28:46 -07002116EXPORT_SYMBOL(generic_file_aio_write_nolock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117
Badari Pulavarty027445c2006-09-30 23:28:46 -07002118ssize_t generic_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
2119 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120{
2121 struct file *file = iocb->ki_filp;
2122 struct address_space *mapping = file->f_mapping;
2123 struct inode *inode = mapping->host;
2124 ssize_t ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125
2126 BUG_ON(iocb->ki_pos != pos);
2127
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002128 mutex_lock(&inode->i_mutex);
Badari Pulavarty027445c2006-09-30 23:28:46 -07002129 ret = __generic_file_aio_write_nolock(iocb, iov, nr_segs,
2130 &iocb->ki_pos);
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002131 mutex_unlock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132
2133 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2134 ssize_t err;
2135
2136 err = sync_page_range(inode, mapping, pos, ret);
2137 if (err < 0)
2138 ret = err;
2139 }
2140 return ret;
2141}
2142EXPORT_SYMBOL(generic_file_aio_write);
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144/*
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002145 * Called under i_mutex for writes to S_ISREG files. Returns -EIO if something
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146 * went wrong during pagecache shootdown.
2147 */
Adrian Bunk5ce78522005-09-10 00:26:28 -07002148static ssize_t
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149generic_file_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov,
2150 loff_t offset, unsigned long nr_segs)
2151{
2152 struct file *file = iocb->ki_filp;
2153 struct address_space *mapping = file->f_mapping;
2154 ssize_t retval;
Zach Brown65b82912007-03-16 13:38:11 -08002155 size_t write_len;
2156 pgoff_t end = 0; /* silence gcc */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157
2158 /*
2159 * If it's a write, unmap all mmappings of the file up-front. This
2160 * will cause any pte dirty bits to be propagated into the pageframes
2161 * for the subsequent filemap_write_and_wait().
2162 */
2163 if (rw == WRITE) {
2164 write_len = iov_length(iov, nr_segs);
Zach Brown65b82912007-03-16 13:38:11 -08002165 end = (offset + write_len - 1) >> PAGE_CACHE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166 if (mapping_mapped(mapping))
2167 unmap_mapping_range(mapping, offset, write_len, 0);
2168 }
2169
2170 retval = filemap_write_and_wait(mapping);
Zach Brown65b82912007-03-16 13:38:11 -08002171 if (retval)
2172 goto out;
2173
2174 /*
2175 * After a write we want buffered reads to be sure to go to disk to get
2176 * the new data. We invalidate clean cached page from the region we're
2177 * about to write. We do this *before* the write so that we can return
2178 * -EIO without clobbering -EIOCBQUEUED from ->direct_IO().
2179 */
2180 if (rw == WRITE && mapping->nrpages) {
2181 retval = invalidate_inode_pages2_range(mapping,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 offset >> PAGE_CACHE_SHIFT, end);
Zach Brown65b82912007-03-16 13:38:11 -08002183 if (retval)
2184 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185 }
Zach Brown65b82912007-03-16 13:38:11 -08002186
2187 retval = mapping->a_ops->direct_IO(rw, iocb, iov, offset, nr_segs);
2188 if (retval)
2189 goto out;
2190
2191 /*
2192 * Finally, try again to invalidate clean pages which might have been
2193 * faulted in by get_user_pages() if the source of the write was an
2194 * mmap()ed region of the file we're writing. That's a pretty crazy
2195 * thing to do, so we don't support it 100%. If this invalidation
2196 * fails and we have -EIOCBQUEUED we ignore the failure.
2197 */
2198 if (rw == WRITE && mapping->nrpages) {
2199 int err = invalidate_inode_pages2_range(mapping,
2200 offset >> PAGE_CACHE_SHIFT, end);
2201 if (err && retval >= 0)
2202 retval = err;
2203 }
2204out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205 return retval;
2206}
David Howellscf9a2ae2006-08-29 19:05:54 +01002207
2208/**
2209 * try_to_release_page() - release old fs-specific metadata on a page
2210 *
2211 * @page: the page which the kernel is trying to free
2212 * @gfp_mask: memory allocation flags (and I/O mode)
2213 *
2214 * The address_space is to try to release any data against the page
2215 * (presumably at page->private). If the release was successful, return `1'.
2216 * Otherwise return zero.
2217 *
2218 * The @gfp_mask argument specifies whether I/O may be performed to release
2219 * this page (__GFP_IO), and whether the call may block (__GFP_WAIT).
2220 *
2221 * NOTE: @gfp_mask may go away, and this function may become non-blocking.
2222 */
2223int try_to_release_page(struct page *page, gfp_t gfp_mask)
2224{
2225 struct address_space * const mapping = page->mapping;
2226
2227 BUG_ON(!PageLocked(page));
2228 if (PageWriteback(page))
2229 return 0;
2230
2231 if (mapping && mapping->a_ops->releasepage)
2232 return mapping->a_ops->releasepage(page, gfp_mask);
2233 return try_to_free_buffers(page);
2234}
2235
2236EXPORT_SYMBOL(try_to_release_page);