blob: 2581826409f2f0fa279aeb9e0624b79cb872dabb [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 */
Paul Gortmakerb95f1b312011-10-16 02:01:52 -040012#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/compiler.h>
14#include <linux/fs.h>
Hiro Yoshiokac22ce142006-06-23 02:04:16 -070015#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <linux/aio.h>
Randy.Dunlapc59ede72006-01-11 12:17:46 -080017#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/kernel_stat.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090019#include <linux/gfp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#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>
Paul Jackson44110fe2006-03-24 03:16:04 -080032#include <linux/cpuset.h>
Nick Piggin2f718ff2007-10-16 01:24:59 -070033#include <linux/hardirq.h> /* for BUG_ON(!in_atomic()) only */
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080034#include <linux/memcontrol.h>
Dan Magenheimerc515e1f2011-05-26 10:01:43 -060035#include <linux/cleancache.h>
Nick Piggin0f8053a2006-03-22 00:08:33 -080036#include "internal.h"
37
Robert Jarzmikfe0bfaa2013-04-29 15:06:10 -070038#define CREATE_TRACE_POINTS
39#include <trace/events/filemap.h>
40
Linus Torvalds1da177e2005-04-16 15:20:36 -070041/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 * FIXME: remove all knowledge of the buffer layer from the core VM
43 */
Jan Kara148f9482009-08-17 19:52:36 +020044#include <linux/buffer_head.h> /* for try_to_free_buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <asm/mman.h>
47
48/*
49 * Shared mappings implemented 30.11.1994. It's not fully working yet,
50 * though.
51 *
52 * Shared mappings now work. 15.8.1995 Bruno.
53 *
54 * finished 'unifying' the page and buffer cache and SMP-threaded the
55 * page-cache, 21.05.1999, Ingo Molnar <mingo@redhat.com>
56 *
57 * SMP-threaded pagemap-LRU 1999, Andrea Arcangeli <andrea@suse.de>
58 */
59
60/*
61 * Lock ordering:
62 *
Peter Zijlstra3d48ae42011-05-24 17:12:06 -070063 * ->i_mmap_mutex (truncate_pagecache)
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 * ->private_lock (__free_pte->__set_page_dirty_buffers)
Hugh Dickins5d337b92005-09-03 15:54:41 -070065 * ->swap_lock (exclusive_swap_page, others)
66 * ->mapping->tree_lock
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 *
Jes Sorensen1b1dcc12006-01-09 15:59:24 -080068 * ->i_mutex
Peter Zijlstra3d48ae42011-05-24 17:12:06 -070069 * ->i_mmap_mutex (truncate->unmap_mapping_range)
Linus Torvalds1da177e2005-04-16 15:20:36 -070070 *
71 * ->mmap_sem
Peter Zijlstra3d48ae42011-05-24 17:12:06 -070072 * ->i_mmap_mutex
Hugh Dickinsb8072f02005-10-29 18:16:41 -070073 * ->page_table_lock or pte_lock (various, mainly in memory.c)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 * ->mapping->tree_lock (arch-dependent flush_dcache_mmap_lock)
75 *
76 * ->mmap_sem
77 * ->lock_page (access_process_vm)
78 *
Nick Piggin82591e62006-10-19 23:29:10 -070079 * ->i_mutex (generic_file_buffered_write)
80 * ->mmap_sem (fault_in_pages_readable->do_page_fault)
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 *
Christoph Hellwigf758eea2011-04-21 18:19:44 -060082 * bdi->wb.list_lock
Dave Chinnera66979a2011-03-22 22:23:41 +110083 * sb_lock (fs/fs-writeback.c)
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 * ->mapping->tree_lock (__sync_single_inode)
85 *
Peter Zijlstra3d48ae42011-05-24 17:12:06 -070086 * ->i_mmap_mutex
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 * ->anon_vma.lock (vma_adjust)
88 *
89 * ->anon_vma.lock
Hugh Dickinsb8072f02005-10-29 18:16:41 -070090 * ->page_table_lock or pte_lock (anon_vma_prepare and various)
Linus Torvalds1da177e2005-04-16 15:20:36 -070091 *
Hugh Dickinsb8072f02005-10-29 18:16:41 -070092 * ->page_table_lock or pte_lock
Hugh Dickins5d337b92005-09-03 15:54:41 -070093 * ->swap_lock (try_to_unmap_one)
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 * ->private_lock (try_to_unmap_one)
95 * ->tree_lock (try_to_unmap_one)
96 * ->zone.lru_lock (follow_page->mark_page_accessed)
Nick Piggin053837f2006-01-18 17:42:27 -080097 * ->zone.lru_lock (check_pte_range->isolate_lru_page)
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 * ->private_lock (page_remove_rmap->set_page_dirty)
99 * ->tree_lock (page_remove_rmap->set_page_dirty)
Christoph Hellwigf758eea2011-04-21 18:19:44 -0600100 * bdi.wb->list_lock (page_remove_rmap->set_page_dirty)
Dave Chinner250df6e2011-03-22 22:23:36 +1100101 * ->inode->i_lock (page_remove_rmap->set_page_dirty)
Christoph Hellwigf758eea2011-04-21 18:19:44 -0600102 * bdi.wb->list_lock (zap_pte_range->set_page_dirty)
Dave Chinner250df6e2011-03-22 22:23:36 +1100103 * ->inode->i_lock (zap_pte_range->set_page_dirty)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 * ->private_lock (zap_pte_range->__set_page_dirty_buffers)
105 *
Andi Kleen9a3c5312012-03-21 16:34:09 -0700106 * ->i_mmap_mutex
107 * ->tasklist_lock (memory_failure, collect_procs_ao)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 */
109
110/*
Minchan Kime64a7822011-03-22 16:32:44 -0700111 * Delete a page from the page cache and free it. Caller has to make
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 * sure the page is locked and that nobody else uses it - or that usage
Nick Piggin19fd6232008-07-25 19:45:32 -0700113 * is safe. The caller must hold the mapping's tree_lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 */
Minchan Kime64a7822011-03-22 16:32:44 -0700115void __delete_from_page_cache(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116{
117 struct address_space *mapping = page->mapping;
118
Robert Jarzmikfe0bfaa2013-04-29 15:06:10 -0700119 trace_mm_filemap_delete_from_page_cache(page);
Dan Magenheimerc515e1f2011-05-26 10:01:43 -0600120 /*
121 * if we're uptodate, flush out into the cleancache, otherwise
122 * invalidate any existing cleancache entries. We can't leave
123 * stale data around in the cleancache once our page is gone
124 */
125 if (PageUptodate(page) && PageMappedToDisk(page))
126 cleancache_put_page(page);
127 else
Dan Magenheimer31677602011-09-21 11:56:28 -0400128 cleancache_invalidate_page(mapping, page);
Dan Magenheimerc515e1f2011-05-26 10:01:43 -0600129
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 radix_tree_delete(&mapping->page_tree, page->index);
131 page->mapping = NULL;
Hugh Dickinsb85e0ef2011-07-25 17:12:25 -0700132 /* Leave page->index set: truncation lookup relies upon it */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133 mapping->nrpages--;
Christoph Lameter347ce432006-06-30 01:55:35 -0700134 __dec_zone_page_state(page, NR_FILE_PAGES);
KOSAKI Motohiro4b021082009-09-21 17:01:33 -0700135 if (PageSwapBacked(page))
136 __dec_zone_page_state(page, NR_SHMEM);
Nick Piggin45426812007-07-15 23:38:12 -0700137 BUG_ON(page_mapped(page));
Linus Torvalds3a692792007-12-19 14:05:13 -0800138
139 /*
140 * Some filesystems seem to re-dirty the page even after
141 * the VM has canceled the dirty bit (eg ext3 journaling).
142 *
143 * Fix it up by doing a final dirty accounting check after
144 * having removed the page entirely.
145 */
146 if (PageDirty(page) && mapping_cap_account_dirty(mapping)) {
147 dec_zone_page_state(page, NR_FILE_DIRTY);
148 dec_bdi_stat(mapping->backing_dev_info, BDI_RECLAIMABLE);
149 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150}
151
Minchan Kim702cfbf2011-03-22 16:32:43 -0700152/**
153 * delete_from_page_cache - delete page from page cache
154 * @page: the page which the kernel is trying to remove from page cache
155 *
156 * This must be called only on pages that have been verified to be in the page
157 * cache and locked. It will never put the page into the free list, the caller
158 * has a reference on the page.
159 */
160void delete_from_page_cache(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161{
162 struct address_space *mapping = page->mapping;
Linus Torvalds6072d132010-12-01 13:35:19 -0500163 void (*freepage)(struct page *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164
Matt Mackallcd7619d2005-05-01 08:59:01 -0700165 BUG_ON(!PageLocked(page));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
Linus Torvalds6072d132010-12-01 13:35:19 -0500167 freepage = mapping->a_ops->freepage;
Nick Piggin19fd6232008-07-25 19:45:32 -0700168 spin_lock_irq(&mapping->tree_lock);
Minchan Kime64a7822011-03-22 16:32:44 -0700169 __delete_from_page_cache(page);
Nick Piggin19fd6232008-07-25 19:45:32 -0700170 spin_unlock_irq(&mapping->tree_lock);
Daisuke Nishimurae767e052009-05-28 14:34:28 -0700171 mem_cgroup_uncharge_cache_page(page);
Linus Torvalds6072d132010-12-01 13:35:19 -0500172
173 if (freepage)
174 freepage(page);
Minchan Kim97cecb52011-03-22 16:30:53 -0700175 page_cache_release(page);
176}
177EXPORT_SYMBOL(delete_from_page_cache);
178
Jens Axboe7eaceac2011-03-10 08:52:07 +0100179static int sleep_on_page(void *word)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181 io_schedule();
182 return 0;
183}
184
Jens Axboe7eaceac2011-03-10 08:52:07 +0100185static int sleep_on_page_killable(void *word)
Matthew Wilcox2687a352007-12-06 11:18:49 -0500186{
Jens Axboe7eaceac2011-03-10 08:52:07 +0100187 sleep_on_page(word);
Matthew Wilcox2687a352007-12-06 11:18:49 -0500188 return fatal_signal_pending(current) ? -EINTR : 0;
189}
190
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700192 * __filemap_fdatawrite_range - start writeback on mapping dirty pages in range
Martin Waitz67be2dd2005-05-01 08:59:26 -0700193 * @mapping: address space structure to write
194 * @start: offset in bytes where the range starts
Andrew Morton469eb4d2006-03-24 03:17:45 -0800195 * @end: offset in bytes where the range ends (inclusive)
Martin Waitz67be2dd2005-05-01 08:59:26 -0700196 * @sync_mode: enable synchronous operation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700198 * Start writeback against all of a mapping's dirty pages that lie
199 * within the byte offsets <start, end> inclusive.
200 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201 * If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
Randy Dunlap485bb992006-06-23 02:03:49 -0700202 * opposed to a regular memory cleansing writeback. The difference between
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203 * these two operations is that if a dirty page/buffer is encountered, it must
204 * be waited upon, and not just skipped over.
205 */
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800206int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
207 loff_t end, int sync_mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208{
209 int ret;
210 struct writeback_control wbc = {
211 .sync_mode = sync_mode,
Nick Piggin05fe4782009-01-06 14:39:08 -0800212 .nr_to_write = LONG_MAX,
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700213 .range_start = start,
214 .range_end = end,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 };
216
217 if (!mapping_cap_writeback_dirty(mapping))
218 return 0;
219
220 ret = do_writepages(mapping, &wbc);
221 return ret;
222}
223
224static inline int __filemap_fdatawrite(struct address_space *mapping,
225 int sync_mode)
226{
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700227 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228}
229
230int filemap_fdatawrite(struct address_space *mapping)
231{
232 return __filemap_fdatawrite(mapping, WB_SYNC_ALL);
233}
234EXPORT_SYMBOL(filemap_fdatawrite);
235
Jan Karaf4c0a0f2008-07-11 19:27:31 -0400236int filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800237 loff_t end)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238{
239 return __filemap_fdatawrite_range(mapping, start, end, WB_SYNC_ALL);
240}
Jan Karaf4c0a0f2008-07-11 19:27:31 -0400241EXPORT_SYMBOL(filemap_fdatawrite_range);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242
Randy Dunlap485bb992006-06-23 02:03:49 -0700243/**
244 * filemap_flush - mostly a non-blocking flush
245 * @mapping: target address_space
246 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 * This is a mostly non-blocking flush. Not suitable for data-integrity
248 * purposes - I/O may not be started against all dirty pages.
249 */
250int filemap_flush(struct address_space *mapping)
251{
252 return __filemap_fdatawrite(mapping, WB_SYNC_NONE);
253}
254EXPORT_SYMBOL(filemap_flush);
255
Randy Dunlap485bb992006-06-23 02:03:49 -0700256/**
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200257 * filemap_fdatawait_range - wait for writeback to complete
258 * @mapping: address space structure to wait for
259 * @start_byte: offset in bytes where the range starts
260 * @end_byte: offset in bytes where the range ends (inclusive)
Randy Dunlap485bb992006-06-23 02:03:49 -0700261 *
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200262 * Walk the list of under-writeback pages of the given address space
263 * in the given range and wait for all of them.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 */
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200265int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte,
266 loff_t end_byte)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267{
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200268 pgoff_t index = start_byte >> PAGE_CACHE_SHIFT;
269 pgoff_t end = end_byte >> PAGE_CACHE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 struct pagevec pvec;
271 int nr_pages;
272 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200274 if (end_byte < start_byte)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 return 0;
276
277 pagevec_init(&pvec, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 while ((index <= end) &&
279 (nr_pages = pagevec_lookup_tag(&pvec, mapping, &index,
280 PAGECACHE_TAG_WRITEBACK,
281 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) {
282 unsigned i;
283
284 for (i = 0; i < nr_pages; i++) {
285 struct page *page = pvec.pages[i];
286
287 /* until radix tree lookup accepts end_index */
288 if (page->index > end)
289 continue;
290
291 wait_on_page_writeback(page);
Rik van Riel212260a2011-01-13 15:46:06 -0800292 if (TestClearPageError(page))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 ret = -EIO;
294 }
295 pagevec_release(&pvec);
296 cond_resched();
297 }
298
299 /* Check for outstanding write errors */
300 if (test_and_clear_bit(AS_ENOSPC, &mapping->flags))
301 ret = -ENOSPC;
302 if (test_and_clear_bit(AS_EIO, &mapping->flags))
303 ret = -EIO;
304
305 return ret;
306}
Jan Karad3bccb6f2009-08-17 19:30:27 +0200307EXPORT_SYMBOL(filemap_fdatawait_range);
308
309/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700310 * filemap_fdatawait - wait for all under-writeback pages to complete
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 * @mapping: address space structure to wait for
Randy Dunlap485bb992006-06-23 02:03:49 -0700312 *
313 * Walk the list of under-writeback pages of the given address space
314 * and wait for all of them.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315 */
316int filemap_fdatawait(struct address_space *mapping)
317{
318 loff_t i_size = i_size_read(mapping->host);
319
320 if (i_size == 0)
321 return 0;
322
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200323 return filemap_fdatawait_range(mapping, 0, i_size - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324}
325EXPORT_SYMBOL(filemap_fdatawait);
326
327int filemap_write_and_wait(struct address_space *mapping)
328{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800329 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330
331 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800332 err = filemap_fdatawrite(mapping);
333 /*
334 * Even if the above returned error, the pages may be
335 * written partially (e.g. -ENOSPC), so we wait for it.
336 * But the -EIO is special case, it may indicate the worst
337 * thing (e.g. bug) happened, so we avoid waiting for it.
338 */
339 if (err != -EIO) {
340 int err2 = filemap_fdatawait(mapping);
341 if (!err)
342 err = err2;
343 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800345 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346}
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800347EXPORT_SYMBOL(filemap_write_and_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348
Randy Dunlap485bb992006-06-23 02:03:49 -0700349/**
350 * filemap_write_and_wait_range - write out & wait on a file range
351 * @mapping: the address_space for the pages
352 * @lstart: offset in bytes where the range starts
353 * @lend: offset in bytes where the range ends (inclusive)
354 *
Andrew Morton469eb4d2006-03-24 03:17:45 -0800355 * Write out and wait upon file offsets lstart->lend, inclusive.
356 *
357 * Note that `lend' is inclusive (describes the last byte to be written) so
358 * that this function can be used to write to the very end-of-file (end = -1).
359 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360int filemap_write_and_wait_range(struct address_space *mapping,
361 loff_t lstart, loff_t lend)
362{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800363 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364
365 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800366 err = __filemap_fdatawrite_range(mapping, lstart, lend,
367 WB_SYNC_ALL);
368 /* See comment of filemap_write_and_wait() */
369 if (err != -EIO) {
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200370 int err2 = filemap_fdatawait_range(mapping,
371 lstart, lend);
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800372 if (!err)
373 err = err2;
374 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800376 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377}
Chris Masonf6995582009-04-15 13:22:37 -0400378EXPORT_SYMBOL(filemap_write_and_wait_range);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379
Randy Dunlap485bb992006-06-23 02:03:49 -0700380/**
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700381 * replace_page_cache_page - replace a pagecache page with a new one
382 * @old: page to be replaced
383 * @new: page to replace with
384 * @gfp_mask: allocation mode
385 *
386 * This function replaces a page in the pagecache with a new one. On
387 * success it acquires the pagecache reference for the new page and
388 * drops it for the old page. Both the old and new pages must be
389 * locked. This function does not add the new page to the LRU, the
390 * caller must do that.
391 *
392 * The remove + add is atomic. The only way this function can fail is
393 * memory allocation failure.
394 */
395int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask)
396{
397 int error;
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700398
399 VM_BUG_ON(!PageLocked(old));
400 VM_BUG_ON(!PageLocked(new));
401 VM_BUG_ON(new->mapping);
402
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700403 error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM);
404 if (!error) {
405 struct address_space *mapping = old->mapping;
406 void (*freepage)(struct page *);
407
408 pgoff_t offset = old->index;
409 freepage = mapping->a_ops->freepage;
410
411 page_cache_get(new);
412 new->mapping = mapping;
413 new->index = offset;
414
415 spin_lock_irq(&mapping->tree_lock);
Minchan Kime64a7822011-03-22 16:32:44 -0700416 __delete_from_page_cache(old);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700417 error = radix_tree_insert(&mapping->page_tree, offset, new);
418 BUG_ON(error);
419 mapping->nrpages++;
420 __inc_zone_page_state(new, NR_FILE_PAGES);
421 if (PageSwapBacked(new))
422 __inc_zone_page_state(new, NR_SHMEM);
423 spin_unlock_irq(&mapping->tree_lock);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -0800424 /* mem_cgroup codes must not be called under tree_lock */
425 mem_cgroup_replace_page_cache(old, new);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700426 radix_tree_preload_end();
427 if (freepage)
428 freepage(old);
429 page_cache_release(old);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700430 }
431
432 return error;
433}
434EXPORT_SYMBOL_GPL(replace_page_cache_page);
435
436/**
Nick Piggine2867812008-07-25 19:45:30 -0700437 * add_to_page_cache_locked - add a locked page to the pagecache
Randy Dunlap485bb992006-06-23 02:03:49 -0700438 * @page: page to add
439 * @mapping: the page's address_space
440 * @offset: page index
441 * @gfp_mask: page allocation mode
442 *
Nick Piggine2867812008-07-25 19:45:30 -0700443 * This function is used to add a page to the pagecache. It must be locked.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 * This function does not add the page to the LRU. The caller must do that.
445 */
Nick Piggine2867812008-07-25 19:45:30 -0700446int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400447 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448{
Nick Piggine2867812008-07-25 19:45:30 -0700449 int error;
450
451 VM_BUG_ON(!PageLocked(page));
Hugh Dickins31475dd2011-08-03 16:21:27 -0700452 VM_BUG_ON(PageSwapBacked(page));
Nick Piggine2867812008-07-25 19:45:30 -0700453
454 error = mem_cgroup_cache_charge(page, current->mm,
KAMEZAWA Hiroyuki2c26fdd2009-01-07 18:08:10 -0800455 gfp_mask & GFP_RECLAIM_MASK);
Balbir Singh35c754d2008-02-07 00:14:05 -0800456 if (error)
457 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458
Balbir Singh35c754d2008-02-07 00:14:05 -0800459 error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 if (error == 0) {
Nick Piggine2867812008-07-25 19:45:30 -0700461 page_cache_get(page);
462 page->mapping = mapping;
463 page->index = offset;
464
Nick Piggin19fd6232008-07-25 19:45:32 -0700465 spin_lock_irq(&mapping->tree_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 error = radix_tree_insert(&mapping->page_tree, offset, page);
Nick Piggine2867812008-07-25 19:45:30 -0700467 if (likely(!error)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 mapping->nrpages++;
Christoph Lameter347ce432006-06-30 01:55:35 -0700469 __inc_zone_page_state(page, NR_FILE_PAGES);
Daisuke Nishimurae767e052009-05-28 14:34:28 -0700470 spin_unlock_irq(&mapping->tree_lock);
Robert Jarzmikfe0bfaa2013-04-29 15:06:10 -0700471 trace_mm_filemap_add_to_page_cache(page);
Nick Piggine2867812008-07-25 19:45:30 -0700472 } else {
473 page->mapping = NULL;
Hugh Dickinsb85e0ef2011-07-25 17:12:25 -0700474 /* Leave page->index set: truncation relies upon it */
Daisuke Nishimurae767e052009-05-28 14:34:28 -0700475 spin_unlock_irq(&mapping->tree_lock);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -0700476 mem_cgroup_uncharge_cache_page(page);
Nick Piggine2867812008-07-25 19:45:30 -0700477 page_cache_release(page);
478 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 radix_tree_preload_end();
Balbir Singh35c754d2008-02-07 00:14:05 -0800480 } else
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -0700481 mem_cgroup_uncharge_cache_page(page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800482out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 return error;
484}
Nick Piggine2867812008-07-25 19:45:30 -0700485EXPORT_SYMBOL(add_to_page_cache_locked);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486
487int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400488 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489{
Rik van Riel4f98a2f2008-10-18 20:26:32 -0700490 int ret;
491
Rik van Riel4f98a2f2008-10-18 20:26:32 -0700492 ret = add_to_page_cache(page, mapping, offset, gfp_mask);
Hugh Dickins31475dd2011-08-03 16:21:27 -0700493 if (ret == 0)
494 lru_cache_add_file(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 return ret;
496}
Evgeniy Polyakov18bc0bb2009-02-09 17:02:42 +0300497EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498
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{
Miao Xiec0ff7452010-05-24 14:32:08 -0700502 int n;
503 struct page *page;
504
Paul Jackson44110fe2006-03-24 03:16:04 -0800505 if (cpuset_do_page_mem_spread()) {
Mel Gormancc9a6c82012-03-21 16:34:11 -0700506 unsigned int cpuset_mems_cookie;
507 do {
508 cpuset_mems_cookie = get_mems_allowed();
509 n = cpuset_mem_spread_node();
510 page = alloc_pages_exact_node(n, gfp, 0);
511 } while (!put_mems_allowed(cpuset_mems_cookie) && !page);
512
Miao Xiec0ff7452010-05-24 14:32:08 -0700513 return page;
Paul Jackson44110fe2006-03-24 03:16:04 -0800514 }
Nick Piggin2ae88142006-10-28 10:38:23 -0700515 return alloc_pages(gfp, 0);
Paul Jackson44110fe2006-03-24 03:16:04 -0800516}
Nick Piggin2ae88142006-10-28 10:38:23 -0700517EXPORT_SYMBOL(__page_cache_alloc);
Paul Jackson44110fe2006-03-24 03:16:04 -0800518#endif
519
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520/*
521 * In order to wait for pages to become available there must be
522 * waitqueues associated with pages. By using a hash table of
523 * waitqueues where the bucket discipline is to maintain all
524 * waiters on the same queue and wake all when any of the pages
525 * become available, and for the woken contexts to check to be
526 * sure the appropriate page became available, this saves space
527 * at a cost of "thundering herd" phenomena during rare hash
528 * collisions.
529 */
530static wait_queue_head_t *page_waitqueue(struct page *page)
531{
532 const struct zone *zone = page_zone(page);
533
534 return &zone->wait_table[hash_ptr(page, zone->wait_table_bits)];
535}
536
537static inline void wake_up_page(struct page *page, int bit)
538{
539 __wake_up_bit(page_waitqueue(page), &page->flags, bit);
540}
541
Harvey Harrison920c7a52008-02-04 22:29:26 -0800542void wait_on_page_bit(struct page *page, int bit_nr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543{
544 DEFINE_WAIT_BIT(wait, &page->flags, bit_nr);
545
546 if (test_bit(bit_nr, &page->flags))
Jens Axboe7eaceac2011-03-10 08:52:07 +0100547 __wait_on_bit(page_waitqueue(page), &wait, sleep_on_page,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548 TASK_UNINTERRUPTIBLE);
549}
550EXPORT_SYMBOL(wait_on_page_bit);
551
KOSAKI Motohirof62e00c2011-05-24 17:11:29 -0700552int wait_on_page_bit_killable(struct page *page, int bit_nr)
553{
554 DEFINE_WAIT_BIT(wait, &page->flags, bit_nr);
555
556 if (!test_bit(bit_nr, &page->flags))
557 return 0;
558
559 return __wait_on_bit(page_waitqueue(page), &wait,
560 sleep_on_page_killable, TASK_KILLABLE);
561}
562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563/**
David Howells385e1ca5f2009-04-03 16:42:39 +0100564 * add_page_wait_queue - Add an arbitrary waiter to a page's wait queue
Randy Dunlap697f6192009-04-13 14:39:54 -0700565 * @page: Page defining the wait queue of interest
566 * @waiter: Waiter to add to the queue
David Howells385e1ca5f2009-04-03 16:42:39 +0100567 *
568 * Add an arbitrary @waiter to the wait queue for the nominated @page.
569 */
570void add_page_wait_queue(struct page *page, wait_queue_t *waiter)
571{
572 wait_queue_head_t *q = page_waitqueue(page);
573 unsigned long flags;
574
575 spin_lock_irqsave(&q->lock, flags);
576 __add_wait_queue(q, waiter);
577 spin_unlock_irqrestore(&q->lock, flags);
578}
579EXPORT_SYMBOL_GPL(add_page_wait_queue);
580
581/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700582 * unlock_page - unlock a locked page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 * @page: the page
584 *
585 * Unlocks the page and wakes up sleepers in ___wait_on_page_locked().
586 * Also wakes sleepers in wait_on_page_writeback() because the wakeup
587 * mechananism between PageLocked pages and PageWriteback pages is shared.
588 * But that's OK - sleepers in wait_on_page_writeback() just go back to sleep.
589 *
Nick Piggin8413ac92008-10-18 20:26:59 -0700590 * The mb is necessary to enforce ordering between the clear_bit and the read
591 * of the waitqueue (to avoid SMP races with a parallel wait_on_page_locked()).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 */
Harvey Harrison920c7a52008-02-04 22:29:26 -0800593void unlock_page(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594{
Nick Piggin8413ac92008-10-18 20:26:59 -0700595 VM_BUG_ON(!PageLocked(page));
596 clear_bit_unlock(PG_locked, &page->flags);
597 smp_mb__after_clear_bit();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 wake_up_page(page, PG_locked);
599}
600EXPORT_SYMBOL(unlock_page);
601
Randy Dunlap485bb992006-06-23 02:03:49 -0700602/**
603 * end_page_writeback - end writeback against a page
604 * @page: the page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 */
606void end_page_writeback(struct page *page)
607{
Miklos Szerediac6aadb2008-04-28 02:12:38 -0700608 if (TestClearPageReclaim(page))
609 rotate_reclaimable_page(page);
610
611 if (!test_clear_page_writeback(page))
612 BUG();
613
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 smp_mb__after_clear_bit();
615 wake_up_page(page, PG_writeback);
616}
617EXPORT_SYMBOL(end_page_writeback);
618
Randy Dunlap485bb992006-06-23 02:03:49 -0700619/**
620 * __lock_page - get a lock on the page, assuming we need to sleep to get it
621 * @page: the page to lock
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 */
Harvey Harrison920c7a52008-02-04 22:29:26 -0800623void __lock_page(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624{
625 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
626
Jens Axboe7eaceac2011-03-10 08:52:07 +0100627 __wait_on_bit_lock(page_waitqueue(page), &wait, sleep_on_page,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 TASK_UNINTERRUPTIBLE);
629}
630EXPORT_SYMBOL(__lock_page);
631
Harvey Harrisonb5606c22008-02-13 15:03:16 -0800632int __lock_page_killable(struct page *page)
Matthew Wilcox2687a352007-12-06 11:18:49 -0500633{
634 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
635
636 return __wait_on_bit_lock(page_waitqueue(page), &wait,
Jens Axboe7eaceac2011-03-10 08:52:07 +0100637 sleep_on_page_killable, TASK_KILLABLE);
Matthew Wilcox2687a352007-12-06 11:18:49 -0500638}
Evgeniy Polyakov18bc0bb2009-02-09 17:02:42 +0300639EXPORT_SYMBOL_GPL(__lock_page_killable);
Matthew Wilcox2687a352007-12-06 11:18:49 -0500640
Michel Lespinassed065bd82010-10-26 14:21:57 -0700641int __lock_page_or_retry(struct page *page, struct mm_struct *mm,
642 unsigned int flags)
643{
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -0700644 if (flags & FAULT_FLAG_ALLOW_RETRY) {
645 /*
646 * CAUTION! In this case, mmap_sem is not released
647 * even though return 0.
648 */
649 if (flags & FAULT_FLAG_RETRY_NOWAIT)
650 return 0;
651
652 up_read(&mm->mmap_sem);
653 if (flags & FAULT_FLAG_KILLABLE)
654 wait_on_page_locked_killable(page);
655 else
Gleb Natapov318b2752011-03-22 16:30:51 -0700656 wait_on_page_locked(page);
Michel Lespinassed065bd82010-10-26 14:21:57 -0700657 return 0;
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -0700658 } else {
659 if (flags & FAULT_FLAG_KILLABLE) {
660 int ret;
661
662 ret = __lock_page_killable(page);
663 if (ret) {
664 up_read(&mm->mmap_sem);
665 return 0;
666 }
667 } else
668 __lock_page(page);
669 return 1;
Michel Lespinassed065bd82010-10-26 14:21:57 -0700670 }
671}
672
Randy Dunlap485bb992006-06-23 02:03:49 -0700673/**
674 * find_get_page - find and get a page reference
675 * @mapping: the address_space to search
676 * @offset: the page index
677 *
Nick Pigginda6052f2006-09-25 23:31:35 -0700678 * Is there a pagecache struct page at the given (mapping, offset) tuple?
679 * If yes, increment its refcount and return it; if no, return NULL.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 */
Nick Piggina60637c2008-07-25 19:45:31 -0700681struct page *find_get_page(struct address_space *mapping, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682{
Nick Piggina60637c2008-07-25 19:45:31 -0700683 void **pagep;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 struct page *page;
685
Nick Piggina60637c2008-07-25 19:45:31 -0700686 rcu_read_lock();
687repeat:
688 page = NULL;
689 pagep = radix_tree_lookup_slot(&mapping->page_tree, offset);
690 if (pagep) {
691 page = radix_tree_deref_slot(pagep);
Nick Piggin27d20fd2010-11-11 14:05:19 -0800692 if (unlikely(!page))
693 goto out;
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700694 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700695 if (radix_tree_deref_retry(page))
696 goto repeat;
697 /*
698 * Otherwise, shmem/tmpfs must be storing a swap entry
699 * here as an exceptional entry: so return it without
700 * attempting to raise page count.
701 */
702 goto out;
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700703 }
Nick Piggina60637c2008-07-25 19:45:31 -0700704 if (!page_cache_get_speculative(page))
705 goto repeat;
706
707 /*
708 * Has the page moved?
709 * This is part of the lockless pagecache protocol. See
710 * include/linux/pagemap.h for details.
711 */
712 if (unlikely(page != *pagep)) {
713 page_cache_release(page);
714 goto repeat;
715 }
716 }
Nick Piggin27d20fd2010-11-11 14:05:19 -0800717out:
Nick Piggina60637c2008-07-25 19:45:31 -0700718 rcu_read_unlock();
719
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 return page;
721}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722EXPORT_SYMBOL(find_get_page);
723
Randy Dunlap485bb992006-06-23 02:03:49 -0700724/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725 * find_lock_page - locate, pin and lock a pagecache page
Martin Waitz67be2dd2005-05-01 08:59:26 -0700726 * @mapping: the address_space to search
727 * @offset: the page index
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 *
729 * Locates the desired pagecache page, locks it, increments its reference
730 * count and returns its address.
731 *
732 * Returns zero if the page was not present. find_lock_page() may sleep.
733 */
Nick Piggina60637c2008-07-25 19:45:31 -0700734struct page *find_lock_page(struct address_space *mapping, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735{
736 struct page *page;
737
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738repeat:
Nick Piggina60637c2008-07-25 19:45:31 -0700739 page = find_get_page(mapping, offset);
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700740 if (page && !radix_tree_exception(page)) {
Nick Piggina60637c2008-07-25 19:45:31 -0700741 lock_page(page);
742 /* Has the page been truncated? */
743 if (unlikely(page->mapping != mapping)) {
744 unlock_page(page);
745 page_cache_release(page);
746 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 }
Nick Piggina60637c2008-07-25 19:45:31 -0700748 VM_BUG_ON(page->index != offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 return page;
751}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752EXPORT_SYMBOL(find_lock_page);
753
754/**
755 * find_or_create_page - locate or add a pagecache page
Martin Waitz67be2dd2005-05-01 08:59:26 -0700756 * @mapping: the page's address_space
757 * @index: the page's index into the mapping
758 * @gfp_mask: page allocation mode
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 *
760 * Locates a page in the pagecache. If the page is not present, a new page
761 * is allocated using @gfp_mask and is added to the pagecache and to the VM's
762 * LRU list. The returned page is locked and has its reference count
763 * incremented.
764 *
765 * find_or_create_page() may sleep, even if @gfp_flags specifies an atomic
766 * allocation!
767 *
768 * find_or_create_page() returns the desired page's address, or zero on
769 * memory exhaustion.
770 */
771struct page *find_or_create_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -0700772 pgoff_t index, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773{
Nick Piggineb2be182007-10-16 01:24:57 -0700774 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 int err;
776repeat:
777 page = find_lock_page(mapping, index);
778 if (!page) {
Nick Piggineb2be182007-10-16 01:24:57 -0700779 page = __page_cache_alloc(gfp_mask);
780 if (!page)
781 return NULL;
Nick Piggin67d58ac2009-01-06 14:40:28 -0800782 /*
783 * We want a regular kernel memory (not highmem or DMA etc)
784 * allocation for the radix tree nodes, but we need to honour
785 * the context-specific requirements the caller has asked for.
786 * GFP_RECLAIM_MASK collects those requirements.
787 */
788 err = add_to_page_cache_lru(page, mapping, index,
789 (gfp_mask & GFP_RECLAIM_MASK));
Nick Piggineb2be182007-10-16 01:24:57 -0700790 if (unlikely(err)) {
791 page_cache_release(page);
792 page = NULL;
793 if (err == -EEXIST)
794 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 return page;
798}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799EXPORT_SYMBOL(find_or_create_page);
800
801/**
802 * find_get_pages - gang pagecache lookup
803 * @mapping: The address_space to search
804 * @start: The starting page index
805 * @nr_pages: The maximum number of pages
806 * @pages: Where the resulting pages are placed
807 *
808 * find_get_pages() will search for and return a group of up to
809 * @nr_pages pages in the mapping. The pages are placed at @pages.
810 * find_get_pages() takes a reference against the returned pages.
811 *
812 * The search returns a group of mapping-contiguous pages with ascending
813 * indexes. There may be holes in the indices due to not-present pages.
814 *
815 * find_get_pages() returns the number of pages which were found.
816 */
817unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
818 unsigned int nr_pages, struct page **pages)
819{
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700820 struct radix_tree_iter iter;
821 void **slot;
822 unsigned ret = 0;
823
824 if (unlikely(!nr_pages))
825 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826
Nick Piggina60637c2008-07-25 19:45:31 -0700827 rcu_read_lock();
828restart:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700829 radix_tree_for_each_slot(slot, &mapping->page_tree, &iter, start) {
Nick Piggina60637c2008-07-25 19:45:31 -0700830 struct page *page;
831repeat:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700832 page = radix_tree_deref_slot(slot);
Nick Piggina60637c2008-07-25 19:45:31 -0700833 if (unlikely(!page))
834 continue;
Hugh Dickins9d8aa4e2011-03-22 16:33:06 -0700835
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700836 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700837 if (radix_tree_deref_retry(page)) {
838 /*
839 * Transient condition which can only trigger
840 * when entry at index 0 moves out of or back
841 * to root: none yet gotten, safe to restart.
842 */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700843 WARN_ON(iter.index);
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700844 goto restart;
845 }
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700846 /*
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700847 * Otherwise, shmem/tmpfs must be storing a swap entry
848 * here as an exceptional entry: so skip over it -
849 * we only reach this from invalidate_mapping_pages().
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700850 */
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700851 continue;
Nick Piggin27d20fd2010-11-11 14:05:19 -0800852 }
Nick Piggina60637c2008-07-25 19:45:31 -0700853
854 if (!page_cache_get_speculative(page))
855 goto repeat;
856
857 /* Has the page moved? */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700858 if (unlikely(page != *slot)) {
Nick Piggina60637c2008-07-25 19:45:31 -0700859 page_cache_release(page);
860 goto repeat;
861 }
862
863 pages[ret] = page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700864 if (++ret == nr_pages)
865 break;
Nick Piggina60637c2008-07-25 19:45:31 -0700866 }
Hugh Dickins5b280c02011-03-22 16:33:07 -0700867
Nick Piggina60637c2008-07-25 19:45:31 -0700868 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 return ret;
870}
871
Jens Axboeebf43502006-04-27 08:46:01 +0200872/**
873 * find_get_pages_contig - gang contiguous pagecache lookup
874 * @mapping: The address_space to search
875 * @index: The starting page index
876 * @nr_pages: The maximum number of pages
877 * @pages: Where the resulting pages are placed
878 *
879 * find_get_pages_contig() works exactly like find_get_pages(), except
880 * that the returned number of pages are guaranteed to be contiguous.
881 *
882 * find_get_pages_contig() returns the number of pages which were found.
883 */
884unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index,
885 unsigned int nr_pages, struct page **pages)
886{
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700887 struct radix_tree_iter iter;
888 void **slot;
889 unsigned int ret = 0;
890
891 if (unlikely(!nr_pages))
892 return 0;
Jens Axboeebf43502006-04-27 08:46:01 +0200893
Nick Piggina60637c2008-07-25 19:45:31 -0700894 rcu_read_lock();
895restart:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700896 radix_tree_for_each_contig(slot, &mapping->page_tree, &iter, index) {
Nick Piggina60637c2008-07-25 19:45:31 -0700897 struct page *page;
898repeat:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700899 page = radix_tree_deref_slot(slot);
900 /* The hole, there no reason to continue */
Nick Piggina60637c2008-07-25 19:45:31 -0700901 if (unlikely(!page))
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700902 break;
Hugh Dickins9d8aa4e2011-03-22 16:33:06 -0700903
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700904 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700905 if (radix_tree_deref_retry(page)) {
906 /*
907 * Transient condition which can only trigger
908 * when entry at index 0 moves out of or back
909 * to root: none yet gotten, safe to restart.
910 */
911 goto restart;
912 }
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700913 /*
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700914 * Otherwise, shmem/tmpfs must be storing a swap entry
915 * here as an exceptional entry: so stop looking for
916 * contiguous pages.
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700917 */
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700918 break;
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700919 }
Nick Piggina60637c2008-07-25 19:45:31 -0700920
Nick Piggina60637c2008-07-25 19:45:31 -0700921 if (!page_cache_get_speculative(page))
922 goto repeat;
923
924 /* Has the page moved? */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700925 if (unlikely(page != *slot)) {
Nick Piggina60637c2008-07-25 19:45:31 -0700926 page_cache_release(page);
927 goto repeat;
928 }
929
Nick Piggin9cbb4cb2011-01-13 15:45:51 -0800930 /*
931 * must check mapping and index after taking the ref.
932 * otherwise we can get both false positives and false
933 * negatives, which is just confusing to the caller.
934 */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700935 if (page->mapping == NULL || page->index != iter.index) {
Nick Piggin9cbb4cb2011-01-13 15:45:51 -0800936 page_cache_release(page);
937 break;
938 }
939
Nick Piggina60637c2008-07-25 19:45:31 -0700940 pages[ret] = page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700941 if (++ret == nr_pages)
942 break;
Jens Axboeebf43502006-04-27 08:46:01 +0200943 }
Nick Piggina60637c2008-07-25 19:45:31 -0700944 rcu_read_unlock();
945 return ret;
Jens Axboeebf43502006-04-27 08:46:01 +0200946}
David Howellsef71c152007-05-09 02:33:44 -0700947EXPORT_SYMBOL(find_get_pages_contig);
Jens Axboeebf43502006-04-27 08:46:01 +0200948
Randy Dunlap485bb992006-06-23 02:03:49 -0700949/**
950 * find_get_pages_tag - find and return pages that match @tag
951 * @mapping: the address_space to search
952 * @index: the starting page index
953 * @tag: the tag index
954 * @nr_pages: the maximum number of pages
955 * @pages: where the resulting pages are placed
956 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 * Like find_get_pages, except we only return pages which are tagged with
Randy Dunlap485bb992006-06-23 02:03:49 -0700958 * @tag. We update @index to index the next page for the traversal.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 */
960unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
961 int tag, unsigned int nr_pages, struct page **pages)
962{
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700963 struct radix_tree_iter iter;
964 void **slot;
965 unsigned ret = 0;
966
967 if (unlikely(!nr_pages))
968 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969
Nick Piggina60637c2008-07-25 19:45:31 -0700970 rcu_read_lock();
971restart:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700972 radix_tree_for_each_tagged(slot, &mapping->page_tree,
973 &iter, *index, tag) {
Nick Piggina60637c2008-07-25 19:45:31 -0700974 struct page *page;
975repeat:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -0700976 page = radix_tree_deref_slot(slot);
Nick Piggina60637c2008-07-25 19:45:31 -0700977 if (unlikely(!page))
978 continue;
Hugh Dickins9d8aa4e2011-03-22 16:33:06 -0700979
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700980 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700981 if (radix_tree_deref_retry(page)) {
982 /*
983 * Transient condition which can only trigger
984 * when entry at index 0 moves out of or back
985 * to root: none yet gotten, safe to restart.
986 */
987 goto restart;
988 }
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700989 /*
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700990 * This function is never used on a shmem/tmpfs
991 * mapping, so a swap entry won't be found here.
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700992 */
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700993 BUG();
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700994 }
Nick Piggina60637c2008-07-25 19:45:31 -0700995
996 if (!page_cache_get_speculative(page))
997 goto repeat;
998
999 /* Has the page moved? */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001000 if (unlikely(page != *slot)) {
Nick Piggina60637c2008-07-25 19:45:31 -07001001 page_cache_release(page);
1002 goto repeat;
1003 }
1004
1005 pages[ret] = page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001006 if (++ret == nr_pages)
1007 break;
Nick Piggina60637c2008-07-25 19:45:31 -07001008 }
Hugh Dickins5b280c02011-03-22 16:33:07 -07001009
Nick Piggina60637c2008-07-25 19:45:31 -07001010 rcu_read_unlock();
1011
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012 if (ret)
1013 *index = pages[ret - 1]->index + 1;
Nick Piggina60637c2008-07-25 19:45:31 -07001014
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 return ret;
1016}
David Howellsef71c152007-05-09 02:33:44 -07001017EXPORT_SYMBOL(find_get_pages_tag);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018
Randy Dunlap485bb992006-06-23 02:03:49 -07001019/**
1020 * grab_cache_page_nowait - returns locked page at given index in given cache
1021 * @mapping: target address_space
1022 * @index: the page index
1023 *
Robert P. J. Day72fd4a32007-02-10 01:45:59 -08001024 * Same as grab_cache_page(), but do not wait if the page is unavailable.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 * This is intended for speculative data generators, where the data can
1026 * be regenerated if the page couldn't be grabbed. This routine should
1027 * be safe to call while holding the lock for another page.
1028 *
1029 * Clear __GFP_FS when allocating the page to avoid recursion into the fs
1030 * and deadlock against the caller's locked page.
1031 */
1032struct page *
Fengguang Wu57f6b962007-10-16 01:24:37 -07001033grab_cache_page_nowait(struct address_space *mapping, pgoff_t index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034{
1035 struct page *page = find_get_page(mapping, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036
1037 if (page) {
Nick Piggin529ae9a2008-08-02 12:01:03 +02001038 if (trylock_page(page))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 return page;
1040 page_cache_release(page);
1041 return NULL;
1042 }
Nick Piggin2ae88142006-10-28 10:38:23 -07001043 page = __page_cache_alloc(mapping_gfp_mask(mapping) & ~__GFP_FS);
Nick Piggin67d58ac2009-01-06 14:40:28 -08001044 if (page && add_to_page_cache_lru(page, mapping, index, GFP_NOFS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 page_cache_release(page);
1046 page = NULL;
1047 }
1048 return page;
1049}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050EXPORT_SYMBOL(grab_cache_page_nowait);
1051
Wu Fengguang76d42bd2006-06-25 05:48:43 -07001052/*
1053 * CD/DVDs are error prone. When a medium error occurs, the driver may fail
1054 * a _large_ part of the i/o request. Imagine the worst scenario:
1055 *
1056 * ---R__________________________________________B__________
1057 * ^ reading here ^ bad block(assume 4k)
1058 *
1059 * read(R) => miss => readahead(R...B) => media error => frustrating retries
1060 * => failing the whole request => read(R) => read(R+1) =>
1061 * readahead(R+1...B+1) => bang => read(R+2) => read(R+3) =>
1062 * readahead(R+3...B+2) => bang => read(R+3) => read(R+4) =>
1063 * readahead(R+4...B+3) => bang => read(R+4) => read(R+5) => ......
1064 *
1065 * It is going insane. Fix it by quickly scaling down the readahead size.
1066 */
1067static void shrink_readahead_size_eio(struct file *filp,
1068 struct file_ra_state *ra)
1069{
Wu Fengguang76d42bd2006-06-25 05:48:43 -07001070 ra->ra_pages /= 4;
Wu Fengguang76d42bd2006-06-25 05:48:43 -07001071}
1072
Randy Dunlap485bb992006-06-23 02:03:49 -07001073/**
Christoph Hellwig36e78912008-02-08 04:21:24 -08001074 * do_generic_file_read - generic file read routine
Randy Dunlap485bb992006-06-23 02:03:49 -07001075 * @filp: the file to read
1076 * @ppos: current file position
1077 * @desc: read_descriptor
1078 * @actor: read method
1079 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080 * This is a generic file read routine, and uses the
Randy Dunlap485bb992006-06-23 02:03:49 -07001081 * mapping->a_ops->readpage() function for the actual low-level stuff.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082 *
1083 * This is really ugly. But the goto's actually try to clarify some
1084 * of the logic when it comes to error handling etc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085 */
Christoph Hellwig36e78912008-02-08 04:21:24 -08001086static void do_generic_file_read(struct file *filp, loff_t *ppos,
1087 read_descriptor_t *desc, read_actor_t actor)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088{
Christoph Hellwig36e78912008-02-08 04:21:24 -08001089 struct address_space *mapping = filp->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090 struct inode *inode = mapping->host;
Christoph Hellwig36e78912008-02-08 04:21:24 -08001091 struct file_ra_state *ra = &filp->f_ra;
Fengguang Wu57f6b962007-10-16 01:24:37 -07001092 pgoff_t index;
1093 pgoff_t last_index;
1094 pgoff_t prev_index;
1095 unsigned long offset; /* offset into pagecache page */
Jan Karaec0f1632007-05-06 14:49:25 -07001096 unsigned int prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 index = *ppos >> PAGE_CACHE_SHIFT;
Fengguang Wu7ff81072007-10-16 01:24:35 -07001100 prev_index = ra->prev_pos >> PAGE_CACHE_SHIFT;
1101 prev_offset = ra->prev_pos & (PAGE_CACHE_SIZE-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 last_index = (*ppos + desc->count + PAGE_CACHE_SIZE-1) >> PAGE_CACHE_SHIFT;
1103 offset = *ppos & ~PAGE_CACHE_MASK;
1104
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 for (;;) {
1106 struct page *page;
Fengguang Wu57f6b962007-10-16 01:24:37 -07001107 pgoff_t end_index;
NeilBrowna32ea1e2007-07-17 04:03:04 -07001108 loff_t isize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109 unsigned long nr, ret;
1110
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111 cond_resched();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112find_page:
1113 page = find_get_page(mapping, index);
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001114 if (!page) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001115 page_cache_sync_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -07001116 ra, filp,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001117 index, last_index - index);
1118 page = find_get_page(mapping, index);
1119 if (unlikely(page == NULL))
1120 goto no_cached_page;
1121 }
1122 if (PageReadahead(page)) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001123 page_cache_async_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -07001124 ra, filp, page,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001125 index, last_index - index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 }
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001127 if (!PageUptodate(page)) {
1128 if (inode->i_blkbits == PAGE_CACHE_SHIFT ||
1129 !mapping->a_ops->is_partially_uptodate)
1130 goto page_not_up_to_date;
Nick Piggin529ae9a2008-08-02 12:01:03 +02001131 if (!trylock_page(page))
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001132 goto page_not_up_to_date;
Dave Hansen8d056cb2010-11-11 14:05:15 -08001133 /* Did it get truncated before we got the lock? */
1134 if (!page->mapping)
1135 goto page_not_up_to_date_locked;
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001136 if (!mapping->a_ops->is_partially_uptodate(page,
1137 desc, offset))
1138 goto page_not_up_to_date_locked;
1139 unlock_page(page);
1140 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141page_ok:
NeilBrowna32ea1e2007-07-17 04:03:04 -07001142 /*
1143 * i_size must be checked after we know the page is Uptodate.
1144 *
1145 * Checking i_size after the check allows us to calculate
1146 * the correct value for "nr", which means the zero-filled
1147 * part of the page is not copied back to userspace (unless
1148 * another truncate extends the file - this is desired though).
1149 */
1150
1151 isize = i_size_read(inode);
1152 end_index = (isize - 1) >> PAGE_CACHE_SHIFT;
1153 if (unlikely(!isize || index > end_index)) {
1154 page_cache_release(page);
1155 goto out;
1156 }
1157
1158 /* nr is the maximum number of bytes to copy from this page */
1159 nr = PAGE_CACHE_SIZE;
1160 if (index == end_index) {
1161 nr = ((isize - 1) & ~PAGE_CACHE_MASK) + 1;
1162 if (nr <= offset) {
1163 page_cache_release(page);
1164 goto out;
1165 }
1166 }
1167 nr = nr - offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
1169 /* If users can be writing to this page using arbitrary
1170 * virtual addresses, take care about potential aliasing
1171 * before reading the page on the kernel side.
1172 */
1173 if (mapping_writably_mapped(mapping))
1174 flush_dcache_page(page);
1175
1176 /*
Jan Karaec0f1632007-05-06 14:49:25 -07001177 * When a sequential read accesses a page several times,
1178 * only mark it as accessed the first time.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 */
Jan Karaec0f1632007-05-06 14:49:25 -07001180 if (prev_index != index || offset != prev_offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181 mark_page_accessed(page);
1182 prev_index = index;
1183
1184 /*
1185 * Ok, we have the page, and it's up-to-date, so
1186 * now we can copy it to user space...
1187 *
1188 * The actor routine returns how many bytes were actually used..
1189 * NOTE! This may not be the same as how much of a user buffer
1190 * we filled up (we may be padding etc), so we can only update
1191 * "pos" here (the actor routine has to update the user buffer
1192 * pointers and the remaining count).
1193 */
1194 ret = actor(desc, page, offset, nr);
1195 offset += ret;
1196 index += offset >> PAGE_CACHE_SHIFT;
1197 offset &= ~PAGE_CACHE_MASK;
Jan Kara6ce745e2007-05-06 14:49:26 -07001198 prev_offset = offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199
1200 page_cache_release(page);
1201 if (ret == nr && desc->count)
1202 continue;
1203 goto out;
1204
1205page_not_up_to_date:
1206 /* Get exclusive access to the page ... */
Oleg Nesterov85462322008-06-08 21:20:43 +04001207 error = lock_page_killable(page);
1208 if (unlikely(error))
1209 goto readpage_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001211page_not_up_to_date_locked:
Nick Pigginda6052f2006-09-25 23:31:35 -07001212 /* Did it get truncated before we got the lock? */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 if (!page->mapping) {
1214 unlock_page(page);
1215 page_cache_release(page);
1216 continue;
1217 }
1218
1219 /* Did somebody else fill it already? */
1220 if (PageUptodate(page)) {
1221 unlock_page(page);
1222 goto page_ok;
1223 }
1224
1225readpage:
Jeff Moyer91803b42010-05-26 11:49:40 -04001226 /*
1227 * A previous I/O error may have been due to temporary
1228 * failures, eg. multipath errors.
1229 * PG_error will be set again if readpage fails.
1230 */
1231 ClearPageError(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 /* Start the actual read. The read will unlock the page. */
1233 error = mapping->a_ops->readpage(filp, page);
1234
Zach Brown994fc28c2005-12-15 14:28:17 -08001235 if (unlikely(error)) {
1236 if (error == AOP_TRUNCATED_PAGE) {
1237 page_cache_release(page);
1238 goto find_page;
1239 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240 goto readpage_error;
Zach Brown994fc28c2005-12-15 14:28:17 -08001241 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242
1243 if (!PageUptodate(page)) {
Oleg Nesterov85462322008-06-08 21:20:43 +04001244 error = lock_page_killable(page);
1245 if (unlikely(error))
1246 goto readpage_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247 if (!PageUptodate(page)) {
1248 if (page->mapping == NULL) {
1249 /*
Christoph Hellwig2ecdc822010-01-26 17:27:20 +01001250 * invalidate_mapping_pages got it
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251 */
1252 unlock_page(page);
1253 page_cache_release(page);
1254 goto find_page;
1255 }
1256 unlock_page(page);
Fengguang Wu7ff81072007-10-16 01:24:35 -07001257 shrink_readahead_size_eio(filp, ra);
Oleg Nesterov85462322008-06-08 21:20:43 +04001258 error = -EIO;
1259 goto readpage_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260 }
1261 unlock_page(page);
1262 }
1263
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 goto page_ok;
1265
1266readpage_error:
1267 /* UHHUH! A synchronous read error occurred. Report it */
1268 desc->error = error;
1269 page_cache_release(page);
1270 goto out;
1271
1272no_cached_page:
1273 /*
1274 * Ok, it wasn't cached, so we need to create a new
1275 * page..
1276 */
Nick Piggineb2be182007-10-16 01:24:57 -07001277 page = page_cache_alloc_cold(mapping);
1278 if (!page) {
1279 desc->error = -ENOMEM;
1280 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281 }
Nick Piggineb2be182007-10-16 01:24:57 -07001282 error = add_to_page_cache_lru(page, mapping,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283 index, GFP_KERNEL);
1284 if (error) {
Nick Piggineb2be182007-10-16 01:24:57 -07001285 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 if (error == -EEXIST)
1287 goto find_page;
1288 desc->error = error;
1289 goto out;
1290 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 goto readpage;
1292 }
1293
1294out:
Fengguang Wu7ff81072007-10-16 01:24:35 -07001295 ra->prev_pos = prev_index;
1296 ra->prev_pos <<= PAGE_CACHE_SHIFT;
1297 ra->prev_pos |= prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298
Fengguang Wuf4e6b492007-10-16 01:24:33 -07001299 *ppos = ((loff_t)index << PAGE_CACHE_SHIFT) + offset;
Krishna Kumar0c6aa262008-10-15 22:01:13 -07001300 file_accessed(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
1303int file_read_actor(read_descriptor_t *desc, struct page *page,
1304 unsigned long offset, unsigned long size)
1305{
1306 char *kaddr;
1307 unsigned long left, count = desc->count;
1308
1309 if (size > count)
1310 size = count;
1311
1312 /*
1313 * Faults on the destination of a read are common, so do it before
1314 * taking the kmap.
1315 */
1316 if (!fault_in_pages_writeable(desc->arg.buf, size)) {
Cong Wang9b04c5f2011-11-25 23:14:39 +08001317 kaddr = kmap_atomic(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 left = __copy_to_user_inatomic(desc->arg.buf,
1319 kaddr + offset, size);
Cong Wang9b04c5f2011-11-25 23:14:39 +08001320 kunmap_atomic(kaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 if (left == 0)
1322 goto success;
1323 }
1324
1325 /* Do it the slow way */
1326 kaddr = kmap(page);
1327 left = __copy_to_user(desc->arg.buf, kaddr + offset, size);
1328 kunmap(page);
1329
1330 if (left) {
1331 size -= left;
1332 desc->error = -EFAULT;
1333 }
1334success:
1335 desc->count = count - size;
1336 desc->written += size;
1337 desc->arg.buf += size;
1338 return size;
1339}
1340
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001341/*
1342 * Performs necessary checks before doing a write
1343 * @iov: io vector request
1344 * @nr_segs: number of segments in the iovec
1345 * @count: number of bytes to write
1346 * @access_flags: type of access: %VERIFY_READ or %VERIFY_WRITE
1347 *
1348 * Adjust number of segments and amount of bytes to write (nr_segs should be
1349 * properly initialized first). Returns appropriate error code that caller
1350 * should return or zero in case that write should be allowed.
1351 */
1352int generic_segment_checks(const struct iovec *iov,
1353 unsigned long *nr_segs, size_t *count, int access_flags)
1354{
1355 unsigned long seg;
1356 size_t cnt = 0;
1357 for (seg = 0; seg < *nr_segs; seg++) {
1358 const struct iovec *iv = &iov[seg];
1359
1360 /*
1361 * If any segment has a negative length, or the cumulative
1362 * length ever wraps negative then return -EINVAL.
1363 */
1364 cnt += iv->iov_len;
1365 if (unlikely((ssize_t)(cnt|iv->iov_len) < 0))
1366 return -EINVAL;
1367 if (access_ok(access_flags, iv->iov_base, iv->iov_len))
1368 continue;
1369 if (seg == 0)
1370 return -EFAULT;
1371 *nr_segs = seg;
1372 cnt -= iv->iov_len; /* This segment is no good */
1373 break;
1374 }
1375 *count = cnt;
1376 return 0;
1377}
1378EXPORT_SYMBOL(generic_segment_checks);
1379
Randy Dunlap485bb992006-06-23 02:03:49 -07001380/**
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001381 * generic_file_aio_read - generic filesystem read routine
Randy Dunlap485bb992006-06-23 02:03:49 -07001382 * @iocb: kernel I/O control block
1383 * @iov: io vector request
1384 * @nr_segs: number of segments in the iovec
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001385 * @pos: current file position
Randy Dunlap485bb992006-06-23 02:03:49 -07001386 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387 * This is the "read()" routine for all filesystems
1388 * that can use the page cache directly.
1389 */
1390ssize_t
Badari Pulavarty543ade12006-09-30 23:28:48 -07001391generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
1392 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393{
1394 struct file *filp = iocb->ki_filp;
1395 ssize_t retval;
Josef Bacik66f998f2010-05-23 11:00:54 -04001396 unsigned long seg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397 size_t count;
Badari Pulavarty543ade12006-09-30 23:28:48 -07001398 loff_t *ppos = &iocb->ki_pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399
1400 count = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001401 retval = generic_segment_checks(iov, &nr_segs, &count, VERIFY_WRITE);
1402 if (retval)
1403 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
1405 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
1406 if (filp->f_flags & O_DIRECT) {
Badari Pulavarty543ade12006-09-30 23:28:48 -07001407 loff_t size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 struct address_space *mapping;
1409 struct inode *inode;
1410
1411 mapping = filp->f_mapping;
1412 inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 if (!count)
1414 goto out; /* skip atime */
1415 size = i_size_read(inode);
1416 if (pos < size) {
Nick Piggin48b47c52009-01-06 14:40:22 -08001417 retval = filemap_write_and_wait_range(mapping, pos,
1418 pos + iov_length(iov, nr_segs) - 1);
Christoph Hellwiga969e902008-07-23 21:27:04 -07001419 if (!retval) {
1420 retval = mapping->a_ops->direct_IO(READ, iocb,
1421 iov, pos, nr_segs);
1422 }
Josef Bacik66f998f2010-05-23 11:00:54 -04001423 if (retval > 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424 *ppos = pos + retval;
Josef Bacik66f998f2010-05-23 11:00:54 -04001425 count -= retval;
1426 }
1427
1428 /*
1429 * Btrfs can have a short DIO read if we encounter
1430 * compressed extents, so if there was an error, or if
1431 * we've already read everything we wanted to, or if
1432 * there was a short read because we hit EOF, go ahead
1433 * and return. Otherwise fallthrough to buffered io for
1434 * the rest of the read.
1435 */
1436 if (retval < 0 || !count || *ppos >= size) {
Hugh Dickins11fa9772008-07-23 21:27:34 -07001437 file_accessed(filp);
1438 goto out;
1439 }
Steven Whitehouse0e0bcae2006-09-27 14:45:07 -04001440 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441 }
1442
Josef Bacik66f998f2010-05-23 11:00:54 -04001443 count = retval;
Hugh Dickins11fa9772008-07-23 21:27:34 -07001444 for (seg = 0; seg < nr_segs; seg++) {
1445 read_descriptor_t desc;
Josef Bacik66f998f2010-05-23 11:00:54 -04001446 loff_t offset = 0;
1447
1448 /*
1449 * If we did a short DIO read we need to skip the section of the
1450 * iov that we've already read data into.
1451 */
1452 if (count) {
1453 if (count > iov[seg].iov_len) {
1454 count -= iov[seg].iov_len;
1455 continue;
1456 }
1457 offset = count;
1458 count = 0;
1459 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460
Hugh Dickins11fa9772008-07-23 21:27:34 -07001461 desc.written = 0;
Josef Bacik66f998f2010-05-23 11:00:54 -04001462 desc.arg.buf = iov[seg].iov_base + offset;
1463 desc.count = iov[seg].iov_len - offset;
Hugh Dickins11fa9772008-07-23 21:27:34 -07001464 if (desc.count == 0)
1465 continue;
1466 desc.error = 0;
1467 do_generic_file_read(filp, ppos, &desc, file_read_actor);
1468 retval += desc.written;
1469 if (desc.error) {
1470 retval = retval ?: desc.error;
1471 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472 }
Hugh Dickins11fa9772008-07-23 21:27:34 -07001473 if (desc.count > 0)
1474 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475 }
1476out:
1477 return retval;
1478}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479EXPORT_SYMBOL(generic_file_aio_read);
1480
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481#ifdef CONFIG_MMU
Randy Dunlap485bb992006-06-23 02:03:49 -07001482/**
1483 * page_cache_read - adds requested page to the page cache if not already there
1484 * @file: file to read
1485 * @offset: page index
1486 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487 * This adds the requested page to the page cache if it isn't already there,
1488 * and schedules an I/O to read in its contents from disk.
1489 */
Harvey Harrison920c7a52008-02-04 22:29:26 -08001490static int page_cache_read(struct file *file, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491{
1492 struct address_space *mapping = file->f_mapping;
1493 struct page *page;
Zach Brown994fc28c2005-12-15 14:28:17 -08001494 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495
Zach Brown994fc28c2005-12-15 14:28:17 -08001496 do {
1497 page = page_cache_alloc_cold(mapping);
1498 if (!page)
1499 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500
Zach Brown994fc28c2005-12-15 14:28:17 -08001501 ret = add_to_page_cache_lru(page, mapping, offset, GFP_KERNEL);
1502 if (ret == 0)
1503 ret = mapping->a_ops->readpage(file, page);
1504 else if (ret == -EEXIST)
1505 ret = 0; /* losing race to add is OK */
1506
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508
Zach Brown994fc28c2005-12-15 14:28:17 -08001509 } while (ret == AOP_TRUNCATED_PAGE);
1510
1511 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512}
1513
1514#define MMAP_LOTSAMISS (100)
1515
Linus Torvaldsef00e082009-06-16 15:31:25 -07001516/*
1517 * Synchronous readahead happens when we don't even find
1518 * a page in the page cache at all.
1519 */
1520static void do_sync_mmap_readahead(struct vm_area_struct *vma,
1521 struct file_ra_state *ra,
1522 struct file *file,
1523 pgoff_t offset)
1524{
1525 unsigned long ra_pages;
1526 struct address_space *mapping = file->f_mapping;
1527
1528 /* If we don't want any read-ahead, don't bother */
1529 if (VM_RandomReadHint(vma))
1530 return;
Wu Fengguang275b12b2011-05-24 17:12:28 -07001531 if (!ra->ra_pages)
1532 return;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001533
Wu Fengguang2cbea1d2011-05-24 17:12:30 -07001534 if (VM_SequentialReadHint(vma)) {
Wu Fengguang7ffc59b2009-06-16 15:31:38 -07001535 page_cache_sync_readahead(mapping, ra, file, offset,
1536 ra->ra_pages);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001537 return;
1538 }
1539
Andi Kleen207d04b2011-05-24 17:12:29 -07001540 /* Avoid banging the cache line if not needed */
1541 if (ra->mmap_miss < MMAP_LOTSAMISS * 10)
Linus Torvaldsef00e082009-06-16 15:31:25 -07001542 ra->mmap_miss++;
1543
1544 /*
1545 * Do we miss much more than hit in this file? If so,
1546 * stop bothering with read-ahead. It will only hurt.
1547 */
1548 if (ra->mmap_miss > MMAP_LOTSAMISS)
1549 return;
1550
Wu Fengguangd30a1102009-06-16 15:31:30 -07001551 /*
1552 * mmap read-around
1553 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001554 ra_pages = max_sane_readahead(ra->ra_pages);
Wu Fengguang275b12b2011-05-24 17:12:28 -07001555 ra->start = max_t(long, 0, offset - ra_pages / 2);
1556 ra->size = ra_pages;
Wu Fengguang2cbea1d2011-05-24 17:12:30 -07001557 ra->async_size = ra_pages / 4;
Wu Fengguang275b12b2011-05-24 17:12:28 -07001558 ra_submit(ra, mapping, file);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001559}
1560
1561/*
1562 * Asynchronous readahead happens when we find the page and PG_readahead,
1563 * so we want to possibly extend the readahead further..
1564 */
1565static void do_async_mmap_readahead(struct vm_area_struct *vma,
1566 struct file_ra_state *ra,
1567 struct file *file,
1568 struct page *page,
1569 pgoff_t offset)
1570{
1571 struct address_space *mapping = file->f_mapping;
1572
1573 /* If we don't want any read-ahead, don't bother */
1574 if (VM_RandomReadHint(vma))
1575 return;
1576 if (ra->mmap_miss > 0)
1577 ra->mmap_miss--;
1578 if (PageReadahead(page))
Wu Fengguang2fad6f52009-06-16 15:31:29 -07001579 page_cache_async_readahead(mapping, ra, file,
1580 page, offset, ra->ra_pages);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001581}
1582
Randy Dunlap485bb992006-06-23 02:03:49 -07001583/**
Nick Piggin54cb8822007-07-19 01:46:59 -07001584 * filemap_fault - read in file data for page fault handling
Nick Piggind0217ac2007-07-19 01:47:03 -07001585 * @vma: vma in which the fault was taken
1586 * @vmf: struct vm_fault containing details of the fault
Randy Dunlap485bb992006-06-23 02:03:49 -07001587 *
Nick Piggin54cb8822007-07-19 01:46:59 -07001588 * filemap_fault() is invoked via the vma operations vector for a
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589 * mapped memory region to read in file data during a page fault.
1590 *
1591 * The goto's are kind of ugly, but this streamlines the normal case of having
1592 * it in the page cache, and handles the special cases reasonably without
1593 * having a lot of duplicated code.
1594 */
Nick Piggind0217ac2007-07-19 01:47:03 -07001595int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596{
1597 int error;
Nick Piggin54cb8822007-07-19 01:46:59 -07001598 struct file *file = vma->vm_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599 struct address_space *mapping = file->f_mapping;
1600 struct file_ra_state *ra = &file->f_ra;
1601 struct inode *inode = mapping->host;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001602 pgoff_t offset = vmf->pgoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603 struct page *page;
Jan Kara2004dc82008-02-08 04:20:11 -08001604 pgoff_t size;
Nick Piggin83c54072007-07-19 01:47:05 -07001605 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001608 if (offset >= size)
Linus Torvalds5307cc12007-10-31 09:19:46 -07001609 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612 * Do we have something in the page cache already?
1613 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001614 page = find_get_page(mapping, offset);
Shaohua Li45cac652012-10-08 16:32:19 -07001615 if (likely(page) && !(vmf->flags & FAULT_FLAG_TRIED)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616 /*
Linus Torvaldsef00e082009-06-16 15:31:25 -07001617 * We found the page, so try async readahead before
1618 * waiting for the lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001620 do_async_mmap_readahead(vma, ra, file, page, offset);
Shaohua Li45cac652012-10-08 16:32:19 -07001621 } else if (!page) {
Linus Torvaldsef00e082009-06-16 15:31:25 -07001622 /* No page in the page cache at all */
1623 do_sync_mmap_readahead(vma, ra, file, offset);
1624 count_vm_event(PGMAJFAULT);
Ying Han456f9982011-05-26 16:25:38 -07001625 mem_cgroup_count_vm_event(vma->vm_mm, PGMAJFAULT);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001626 ret = VM_FAULT_MAJOR;
1627retry_find:
Michel Lespinasseb522c942010-10-26 14:21:56 -07001628 page = find_get_page(mapping, offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629 if (!page)
1630 goto no_cached_page;
1631 }
1632
Michel Lespinassed88c0922010-11-02 13:05:18 -07001633 if (!lock_page_or_retry(page, vma->vm_mm, vmf->flags)) {
1634 page_cache_release(page);
Michel Lespinassed065bd82010-10-26 14:21:57 -07001635 return ret | VM_FAULT_RETRY;
Michel Lespinassed88c0922010-11-02 13:05:18 -07001636 }
Michel Lespinasseb522c942010-10-26 14:21:56 -07001637
1638 /* Did it get truncated? */
1639 if (unlikely(page->mapping != mapping)) {
1640 unlock_page(page);
1641 put_page(page);
1642 goto retry_find;
1643 }
1644 VM_BUG_ON(page->index != offset);
1645
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 /*
Nick Piggind00806b2007-07-19 01:46:57 -07001647 * We have a locked page in the page cache, now we need to check
1648 * that it's up-to-date. If not, it is going to be due to an error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649 */
Nick Piggind00806b2007-07-19 01:46:57 -07001650 if (unlikely(!PageUptodate(page)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 goto page_not_uptodate;
1652
Linus Torvaldsef00e082009-06-16 15:31:25 -07001653 /*
1654 * Found the page and have a reference on it.
1655 * We must recheck i_size under page lock.
1656 */
Nick Piggind00806b2007-07-19 01:46:57 -07001657 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001658 if (unlikely(offset >= size)) {
Nick Piggind00806b2007-07-19 01:46:57 -07001659 unlock_page(page);
Yan Zheng745ad482007-10-08 10:08:37 -07001660 page_cache_release(page);
Linus Torvalds5307cc12007-10-31 09:19:46 -07001661 return VM_FAULT_SIGBUS;
Nick Piggind00806b2007-07-19 01:46:57 -07001662 }
1663
Nick Piggind0217ac2007-07-19 01:47:03 -07001664 vmf->page = page;
Nick Piggin83c54072007-07-19 01:47:05 -07001665 return ret | VM_FAULT_LOCKED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667no_cached_page:
1668 /*
1669 * We're only likely to ever get here if MADV_RANDOM is in
1670 * effect.
1671 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001672 error = page_cache_read(file, offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673
1674 /*
1675 * The page we want has now been added to the page cache.
1676 * In the unlikely event that someone removed it in the
1677 * meantime, we'll just come back here and read it again.
1678 */
1679 if (error >= 0)
1680 goto retry_find;
1681
1682 /*
1683 * An error return from page_cache_read can result if the
1684 * system is low on memory, or a problem occurs while trying
1685 * to schedule I/O.
1686 */
1687 if (error == -ENOMEM)
Nick Piggind0217ac2007-07-19 01:47:03 -07001688 return VM_FAULT_OOM;
1689 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690
1691page_not_uptodate:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692 /*
1693 * Umm, take care of errors if the page isn't up-to-date.
1694 * Try to re-read it _once_. We do this synchronously,
1695 * because there really aren't any performance issues here
1696 * and we need to check for errors.
1697 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698 ClearPageError(page);
Zach Brown994fc28c2005-12-15 14:28:17 -08001699 error = mapping->a_ops->readpage(file, page);
Miklos Szeredi3ef0f722008-05-14 16:05:37 -07001700 if (!error) {
1701 wait_on_page_locked(page);
1702 if (!PageUptodate(page))
1703 error = -EIO;
1704 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 page_cache_release(page);
Nick Piggind00806b2007-07-19 01:46:57 -07001706
1707 if (!error || error == AOP_TRUNCATED_PAGE)
1708 goto retry_find;
1709
1710 /* Things didn't work out. Return zero to tell the mm layer so. */
1711 shrink_readahead_size_eio(file, ra);
Nick Piggind0217ac2007-07-19 01:47:03 -07001712 return VM_FAULT_SIGBUS;
Nick Piggin54cb8822007-07-19 01:46:59 -07001713}
1714EXPORT_SYMBOL(filemap_fault);
1715
Jan Kara4fcf1c62012-06-12 16:20:29 +02001716int filemap_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
1717{
1718 struct page *page = vmf->page;
Al Viro496ad9a2013-01-23 17:07:38 -05001719 struct inode *inode = file_inode(vma->vm_file);
Jan Kara4fcf1c62012-06-12 16:20:29 +02001720 int ret = VM_FAULT_LOCKED;
1721
Jan Kara14da9202012-06-12 16:20:37 +02001722 sb_start_pagefault(inode->i_sb);
Jan Kara4fcf1c62012-06-12 16:20:29 +02001723 file_update_time(vma->vm_file);
1724 lock_page(page);
1725 if (page->mapping != inode->i_mapping) {
1726 unlock_page(page);
1727 ret = VM_FAULT_NOPAGE;
1728 goto out;
1729 }
Jan Kara14da9202012-06-12 16:20:37 +02001730 /*
1731 * We mark the page dirty already here so that when freeze is in
1732 * progress, we are guaranteed that writeback during freezing will
1733 * see the dirty page and writeprotect it again.
1734 */
1735 set_page_dirty(page);
Darrick J. Wong1d1d1a72013-02-21 16:42:51 -08001736 wait_for_stable_page(page);
Jan Kara4fcf1c62012-06-12 16:20:29 +02001737out:
Jan Kara14da9202012-06-12 16:20:37 +02001738 sb_end_pagefault(inode->i_sb);
Jan Kara4fcf1c62012-06-12 16:20:29 +02001739 return ret;
1740}
1741EXPORT_SYMBOL(filemap_page_mkwrite);
1742
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04001743const struct vm_operations_struct generic_file_vm_ops = {
Nick Piggin54cb8822007-07-19 01:46:59 -07001744 .fault = filemap_fault,
Jan Kara4fcf1c62012-06-12 16:20:29 +02001745 .page_mkwrite = filemap_page_mkwrite,
Konstantin Khlebnikov0b173bc2012-10-08 16:28:46 -07001746 .remap_pages = generic_file_remap_pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747};
1748
1749/* This is used for a general mmap of a disk file */
1750
1751int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
1752{
1753 struct address_space *mapping = file->f_mapping;
1754
1755 if (!mapping->a_ops->readpage)
1756 return -ENOEXEC;
1757 file_accessed(file);
1758 vma->vm_ops = &generic_file_vm_ops;
1759 return 0;
1760}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761
1762/*
1763 * This is for filesystems which do not implement ->writepage.
1764 */
1765int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma)
1766{
1767 if ((vma->vm_flags & VM_SHARED) && (vma->vm_flags & VM_MAYWRITE))
1768 return -EINVAL;
1769 return generic_file_mmap(file, vma);
1770}
1771#else
1772int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
1773{
1774 return -ENOSYS;
1775}
1776int generic_file_readonly_mmap(struct file * file, struct vm_area_struct * vma)
1777{
1778 return -ENOSYS;
1779}
1780#endif /* CONFIG_MMU */
1781
1782EXPORT_SYMBOL(generic_file_mmap);
1783EXPORT_SYMBOL(generic_file_readonly_mmap);
1784
Nick Piggin6fe69002007-05-06 14:49:04 -07001785static struct page *__read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001786 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07001787 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001788 void *data,
1789 gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790{
Nick Piggineb2be182007-10-16 01:24:57 -07001791 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 int err;
1793repeat:
1794 page = find_get_page(mapping, index);
1795 if (!page) {
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001796 page = __page_cache_alloc(gfp | __GFP_COLD);
Nick Piggineb2be182007-10-16 01:24:57 -07001797 if (!page)
1798 return ERR_PTR(-ENOMEM);
Dave Kleikampe6f67b82011-12-21 11:05:48 -06001799 err = add_to_page_cache_lru(page, mapping, index, gfp);
Nick Piggineb2be182007-10-16 01:24:57 -07001800 if (unlikely(err)) {
1801 page_cache_release(page);
1802 if (err == -EEXIST)
1803 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804 /* Presumably ENOMEM for radix tree node */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 return ERR_PTR(err);
1806 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807 err = filler(data, page);
1808 if (err < 0) {
1809 page_cache_release(page);
1810 page = ERR_PTR(err);
1811 }
1812 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 return page;
1814}
1815
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001816static struct page *do_read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001817 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07001818 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001819 void *data,
1820 gfp_t gfp)
1821
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822{
1823 struct page *page;
1824 int err;
1825
1826retry:
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001827 page = __read_cache_page(mapping, index, filler, data, gfp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828 if (IS_ERR(page))
David Howellsc855ff32007-05-09 13:42:20 +01001829 return page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 if (PageUptodate(page))
1831 goto out;
1832
1833 lock_page(page);
1834 if (!page->mapping) {
1835 unlock_page(page);
1836 page_cache_release(page);
1837 goto retry;
1838 }
1839 if (PageUptodate(page)) {
1840 unlock_page(page);
1841 goto out;
1842 }
1843 err = filler(data, page);
1844 if (err < 0) {
1845 page_cache_release(page);
David Howellsc855ff32007-05-09 13:42:20 +01001846 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847 }
David Howellsc855ff32007-05-09 13:42:20 +01001848out:
Nick Piggin6fe69002007-05-06 14:49:04 -07001849 mark_page_accessed(page);
1850 return page;
1851}
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001852
1853/**
1854 * read_cache_page_async - read into page cache, fill it if needed
1855 * @mapping: the page's address_space
1856 * @index: the page index
1857 * @filler: function to perform the read
Hugh Dickins5e5358e2011-07-25 17:12:23 -07001858 * @data: first arg to filler(data, page) function, often left as NULL
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001859 *
1860 * Same as read_cache_page, but don't wait for page to become unlocked
1861 * after submitting it to the filler.
1862 *
1863 * Read into the page cache. If a page already exists, and PageUptodate() is
1864 * not set, try to fill the page but don't wait for it to become unlocked.
1865 *
1866 * If the page does not get brought uptodate, return -EIO.
1867 */
1868struct page *read_cache_page_async(struct address_space *mapping,
1869 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07001870 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001871 void *data)
1872{
1873 return do_read_cache_page(mapping, index, filler, data, mapping_gfp_mask(mapping));
1874}
Nick Piggin6fe69002007-05-06 14:49:04 -07001875EXPORT_SYMBOL(read_cache_page_async);
1876
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001877static struct page *wait_on_page_read(struct page *page)
1878{
1879 if (!IS_ERR(page)) {
1880 wait_on_page_locked(page);
1881 if (!PageUptodate(page)) {
1882 page_cache_release(page);
1883 page = ERR_PTR(-EIO);
1884 }
1885 }
1886 return page;
1887}
1888
1889/**
1890 * read_cache_page_gfp - read into page cache, using specified page allocation flags.
1891 * @mapping: the page's address_space
1892 * @index: the page index
1893 * @gfp: the page allocator flags to use if allocating
1894 *
1895 * This is the same as "read_mapping_page(mapping, index, NULL)", but with
Dave Kleikampe6f67b82011-12-21 11:05:48 -06001896 * any new page allocations done using the specified allocation flags.
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001897 *
1898 * If the page does not get brought uptodate, return -EIO.
1899 */
1900struct page *read_cache_page_gfp(struct address_space *mapping,
1901 pgoff_t index,
1902 gfp_t gfp)
1903{
1904 filler_t *filler = (filler_t *)mapping->a_ops->readpage;
1905
1906 return wait_on_page_read(do_read_cache_page(mapping, index, filler, NULL, gfp));
1907}
1908EXPORT_SYMBOL(read_cache_page_gfp);
1909
Nick Piggin6fe69002007-05-06 14:49:04 -07001910/**
1911 * read_cache_page - read into page cache, fill it if needed
1912 * @mapping: the page's address_space
1913 * @index: the page index
1914 * @filler: function to perform the read
Hugh Dickins5e5358e2011-07-25 17:12:23 -07001915 * @data: first arg to filler(data, page) function, often left as NULL
Nick Piggin6fe69002007-05-06 14:49:04 -07001916 *
1917 * Read into the page cache. If a page already exists, and PageUptodate() is
1918 * not set, try to fill the page then wait for it to become unlocked.
1919 *
1920 * If the page does not get brought uptodate, return -EIO.
1921 */
1922struct page *read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07001923 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07001924 int (*filler)(void *, struct page *),
Nick Piggin6fe69002007-05-06 14:49:04 -07001925 void *data)
1926{
Linus Torvalds0531b2a2010-01-27 09:20:03 -08001927 return wait_on_page_read(read_cache_page_async(mapping, index, filler, data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929EXPORT_SYMBOL(read_cache_page);
1930
Nick Piggin2f718ff2007-10-16 01:24:59 -07001931static size_t __iovec_copy_from_user_inatomic(char *vaddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932 const struct iovec *iov, size_t base, size_t bytes)
1933{
Ingo Molnarf1800532009-03-02 11:00:57 +01001934 size_t copied = 0, left = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935
1936 while (bytes) {
1937 char __user *buf = iov->iov_base + base;
1938 int copy = min(bytes, iov->iov_len - base);
1939
1940 base = 0;
Ingo Molnarf1800532009-03-02 11:00:57 +01001941 left = __copy_from_user_inatomic(vaddr, buf, copy);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 copied += copy;
1943 bytes -= copy;
1944 vaddr += copy;
1945 iov++;
1946
NeilBrown01408c42006-06-25 05:47:58 -07001947 if (unlikely(left))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 }
1950 return copied - left;
1951}
1952
1953/*
Nick Piggin2f718ff2007-10-16 01:24:59 -07001954 * Copy as much as we can into the page and return the number of bytes which
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02001955 * were successfully copied. If a fault is encountered then return the number of
Nick Piggin2f718ff2007-10-16 01:24:59 -07001956 * bytes which were copied.
1957 */
1958size_t iov_iter_copy_from_user_atomic(struct page *page,
1959 struct iov_iter *i, unsigned long offset, size_t bytes)
1960{
1961 char *kaddr;
1962 size_t copied;
1963
1964 BUG_ON(!in_atomic());
Cong Wang9b04c5f2011-11-25 23:14:39 +08001965 kaddr = kmap_atomic(page);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001966 if (likely(i->nr_segs == 1)) {
1967 int left;
1968 char __user *buf = i->iov->iov_base + i->iov_offset;
Ingo Molnarf1800532009-03-02 11:00:57 +01001969 left = __copy_from_user_inatomic(kaddr + offset, buf, bytes);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001970 copied = bytes - left;
1971 } else {
1972 copied = __iovec_copy_from_user_inatomic(kaddr + offset,
1973 i->iov, i->iov_offset, bytes);
1974 }
Cong Wang9b04c5f2011-11-25 23:14:39 +08001975 kunmap_atomic(kaddr);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001976
1977 return copied;
1978}
Nick Piggin89e10782007-10-16 01:25:07 -07001979EXPORT_SYMBOL(iov_iter_copy_from_user_atomic);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001980
1981/*
1982 * This has the same sideeffects and return value as
1983 * iov_iter_copy_from_user_atomic().
1984 * The difference is that it attempts to resolve faults.
1985 * Page must not be locked.
1986 */
1987size_t iov_iter_copy_from_user(struct page *page,
1988 struct iov_iter *i, unsigned long offset, size_t bytes)
1989{
1990 char *kaddr;
1991 size_t copied;
1992
1993 kaddr = kmap(page);
1994 if (likely(i->nr_segs == 1)) {
1995 int left;
1996 char __user *buf = i->iov->iov_base + i->iov_offset;
Ingo Molnarf1800532009-03-02 11:00:57 +01001997 left = __copy_from_user(kaddr + offset, buf, bytes);
Nick Piggin2f718ff2007-10-16 01:24:59 -07001998 copied = bytes - left;
1999 } else {
2000 copied = __iovec_copy_from_user_inatomic(kaddr + offset,
2001 i->iov, i->iov_offset, bytes);
2002 }
2003 kunmap(page);
2004 return copied;
2005}
Nick Piggin89e10782007-10-16 01:25:07 -07002006EXPORT_SYMBOL(iov_iter_copy_from_user);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002007
Nick Pigginf7009262008-03-10 11:43:59 -07002008void iov_iter_advance(struct iov_iter *i, size_t bytes)
Nick Piggin2f718ff2007-10-16 01:24:59 -07002009{
Nick Pigginf7009262008-03-10 11:43:59 -07002010 BUG_ON(i->count < bytes);
2011
Nick Piggin2f718ff2007-10-16 01:24:59 -07002012 if (likely(i->nr_segs == 1)) {
2013 i->iov_offset += bytes;
Nick Pigginf7009262008-03-10 11:43:59 -07002014 i->count -= bytes;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002015 } else {
2016 const struct iovec *iov = i->iov;
2017 size_t base = i->iov_offset;
Jeff Layton39be79c2011-10-27 23:53:08 +02002018 unsigned long nr_segs = i->nr_segs;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002019
Nick Piggin124d3b72008-02-02 15:01:17 +01002020 /*
2021 * The !iov->iov_len check ensures we skip over unlikely
Nick Pigginf7009262008-03-10 11:43:59 -07002022 * zero-length segments (without overruning the iovec).
Nick Piggin124d3b72008-02-02 15:01:17 +01002023 */
Linus Torvalds94ad3742008-07-30 14:45:12 -07002024 while (bytes || unlikely(i->count && !iov->iov_len)) {
Nick Pigginf7009262008-03-10 11:43:59 -07002025 int copy;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002026
Nick Pigginf7009262008-03-10 11:43:59 -07002027 copy = min(bytes, iov->iov_len - base);
2028 BUG_ON(!i->count || i->count < copy);
2029 i->count -= copy;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002030 bytes -= copy;
2031 base += copy;
2032 if (iov->iov_len == base) {
2033 iov++;
Jeff Layton39be79c2011-10-27 23:53:08 +02002034 nr_segs--;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002035 base = 0;
2036 }
2037 }
2038 i->iov = iov;
2039 i->iov_offset = base;
Jeff Layton39be79c2011-10-27 23:53:08 +02002040 i->nr_segs = nr_segs;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002041 }
2042}
Nick Piggin89e10782007-10-16 01:25:07 -07002043EXPORT_SYMBOL(iov_iter_advance);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002044
Nick Pigginafddba42007-10-16 01:25:01 -07002045/*
2046 * Fault in the first iovec of the given iov_iter, to a maximum length
2047 * of bytes. Returns 0 on success, or non-zero if the memory could not be
2048 * accessed (ie. because it is an invalid address).
2049 *
2050 * writev-intensive code may want this to prefault several iovecs -- that
2051 * would be possible (callers must not rely on the fact that _only_ the
2052 * first iovec will be faulted with the current implementation).
2053 */
2054int iov_iter_fault_in_readable(struct iov_iter *i, size_t bytes)
Nick Piggin2f718ff2007-10-16 01:24:59 -07002055{
Nick Piggin2f718ff2007-10-16 01:24:59 -07002056 char __user *buf = i->iov->iov_base + i->iov_offset;
Nick Pigginafddba42007-10-16 01:25:01 -07002057 bytes = min(bytes, i->iov->iov_len - i->iov_offset);
2058 return fault_in_pages_readable(buf, bytes);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002059}
Nick Piggin89e10782007-10-16 01:25:07 -07002060EXPORT_SYMBOL(iov_iter_fault_in_readable);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002061
2062/*
2063 * Return the count of just the current iov_iter segment.
2064 */
Maxim Patlasovd28574e2012-10-26 19:50:04 +04002065size_t iov_iter_single_seg_count(const struct iov_iter *i)
Nick Piggin2f718ff2007-10-16 01:24:59 -07002066{
2067 const struct iovec *iov = i->iov;
2068 if (i->nr_segs == 1)
2069 return i->count;
2070 else
2071 return min(i->count, iov->iov_len - i->iov_offset);
2072}
Nick Piggin89e10782007-10-16 01:25:07 -07002073EXPORT_SYMBOL(iov_iter_single_seg_count);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002074
2075/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076 * Performs necessary checks before doing a write
2077 *
Randy Dunlap485bb992006-06-23 02:03:49 -07002078 * Can adjust writing position or amount of bytes to write.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079 * Returns appropriate error code that caller should return or
2080 * zero in case that write should be allowed.
2081 */
2082inline int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk)
2083{
2084 struct inode *inode = file->f_mapping->host;
Jiri Slaby59e99e52010-03-05 13:41:44 -08002085 unsigned long limit = rlimit(RLIMIT_FSIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086
2087 if (unlikely(*pos < 0))
2088 return -EINVAL;
2089
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090 if (!isblk) {
2091 /* FIXME: this is for backwards compatibility with 2.4 */
2092 if (file->f_flags & O_APPEND)
2093 *pos = i_size_read(inode);
2094
2095 if (limit != RLIM_INFINITY) {
2096 if (*pos >= limit) {
2097 send_sig(SIGXFSZ, current, 0);
2098 return -EFBIG;
2099 }
2100 if (*count > limit - (typeof(limit))*pos) {
2101 *count = limit - (typeof(limit))*pos;
2102 }
2103 }
2104 }
2105
2106 /*
2107 * LFS rule
2108 */
2109 if (unlikely(*pos + *count > MAX_NON_LFS &&
2110 !(file->f_flags & O_LARGEFILE))) {
2111 if (*pos >= MAX_NON_LFS) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 return -EFBIG;
2113 }
2114 if (*count > MAX_NON_LFS - (unsigned long)*pos) {
2115 *count = MAX_NON_LFS - (unsigned long)*pos;
2116 }
2117 }
2118
2119 /*
2120 * Are we about to exceed the fs block limit ?
2121 *
2122 * If we have written data it becomes a short write. If we have
2123 * exceeded without writing data we send a signal and return EFBIG.
2124 * Linus frestrict idea will clean these up nicely..
2125 */
2126 if (likely(!isblk)) {
2127 if (unlikely(*pos >= inode->i_sb->s_maxbytes)) {
2128 if (*count || *pos > inode->i_sb->s_maxbytes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129 return -EFBIG;
2130 }
2131 /* zero-length writes at ->s_maxbytes are OK */
2132 }
2133
2134 if (unlikely(*pos + *count > inode->i_sb->s_maxbytes))
2135 *count = inode->i_sb->s_maxbytes - *pos;
2136 } else {
David Howells93614012006-09-30 20:45:40 +02002137#ifdef CONFIG_BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138 loff_t isize;
2139 if (bdev_read_only(I_BDEV(inode)))
2140 return -EPERM;
2141 isize = i_size_read(inode);
2142 if (*pos >= isize) {
2143 if (*count || *pos > isize)
2144 return -ENOSPC;
2145 }
2146
2147 if (*pos + *count > isize)
2148 *count = isize - *pos;
David Howells93614012006-09-30 20:45:40 +02002149#else
2150 return -EPERM;
2151#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152 }
2153 return 0;
2154}
2155EXPORT_SYMBOL(generic_write_checks);
2156
Nick Pigginafddba42007-10-16 01:25:01 -07002157int pagecache_write_begin(struct file *file, struct address_space *mapping,
2158 loff_t pos, unsigned len, unsigned flags,
2159 struct page **pagep, void **fsdata)
2160{
2161 const struct address_space_operations *aops = mapping->a_ops;
2162
Nick Piggin4e02ed42008-10-29 14:00:55 -07002163 return aops->write_begin(file, mapping, pos, len, flags,
Nick Pigginafddba42007-10-16 01:25:01 -07002164 pagep, fsdata);
Nick Pigginafddba42007-10-16 01:25:01 -07002165}
2166EXPORT_SYMBOL(pagecache_write_begin);
2167
2168int pagecache_write_end(struct file *file, struct address_space *mapping,
2169 loff_t pos, unsigned len, unsigned copied,
2170 struct page *page, void *fsdata)
2171{
2172 const struct address_space_operations *aops = mapping->a_ops;
Nick Pigginafddba42007-10-16 01:25:01 -07002173
Nick Piggin4e02ed42008-10-29 14:00:55 -07002174 mark_page_accessed(page);
2175 return aops->write_end(file, mapping, pos, len, copied, page, fsdata);
Nick Pigginafddba42007-10-16 01:25:01 -07002176}
2177EXPORT_SYMBOL(pagecache_write_end);
2178
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179ssize_t
2180generic_file_direct_write(struct kiocb *iocb, const struct iovec *iov,
2181 unsigned long *nr_segs, loff_t pos, loff_t *ppos,
2182 size_t count, size_t ocount)
2183{
2184 struct file *file = iocb->ki_filp;
2185 struct address_space *mapping = file->f_mapping;
2186 struct inode *inode = mapping->host;
2187 ssize_t written;
Christoph Hellwiga969e902008-07-23 21:27:04 -07002188 size_t write_len;
2189 pgoff_t end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190
2191 if (count != ocount)
2192 *nr_segs = iov_shorten((struct iovec *)iov, *nr_segs, count);
2193
Christoph Hellwiga969e902008-07-23 21:27:04 -07002194 write_len = iov_length(iov, *nr_segs);
2195 end = (pos + write_len - 1) >> PAGE_CACHE_SHIFT;
Christoph Hellwiga969e902008-07-23 21:27:04 -07002196
Nick Piggin48b47c52009-01-06 14:40:22 -08002197 written = filemap_write_and_wait_range(mapping, pos, pos + write_len - 1);
Christoph Hellwiga969e902008-07-23 21:27:04 -07002198 if (written)
2199 goto out;
2200
2201 /*
2202 * After a write we want buffered reads to be sure to go to disk to get
2203 * the new data. We invalidate clean cached page from the region we're
2204 * about to write. We do this *before* the write so that we can return
Hisashi Hifumi6ccfa802008-09-02 14:35:40 -07002205 * without clobbering -EIOCBQUEUED from ->direct_IO().
Christoph Hellwiga969e902008-07-23 21:27:04 -07002206 */
2207 if (mapping->nrpages) {
2208 written = invalidate_inode_pages2_range(mapping,
2209 pos >> PAGE_CACHE_SHIFT, end);
Hisashi Hifumi6ccfa802008-09-02 14:35:40 -07002210 /*
2211 * If a page can not be invalidated, return 0 to fall back
2212 * to buffered write.
2213 */
2214 if (written) {
2215 if (written == -EBUSY)
2216 return 0;
Christoph Hellwiga969e902008-07-23 21:27:04 -07002217 goto out;
Hisashi Hifumi6ccfa802008-09-02 14:35:40 -07002218 }
Christoph Hellwiga969e902008-07-23 21:27:04 -07002219 }
2220
2221 written = mapping->a_ops->direct_IO(WRITE, iocb, iov, pos, *nr_segs);
2222
2223 /*
2224 * Finally, try again to invalidate clean pages which might have been
2225 * cached by non-direct readahead, or faulted in by get_user_pages()
2226 * if the source of the write was an mmap'ed region of the file
2227 * we're writing. Either one is a pretty crazy thing to do,
2228 * so we don't support it 100%. If this invalidation
2229 * fails, tough, the write still worked...
2230 */
2231 if (mapping->nrpages) {
2232 invalidate_inode_pages2_range(mapping,
2233 pos >> PAGE_CACHE_SHIFT, end);
2234 }
2235
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236 if (written > 0) {
Namhyung Kim01166512010-10-26 14:21:58 -07002237 pos += written;
2238 if (pos > i_size_read(inode) && !S_ISBLK(inode->i_mode)) {
2239 i_size_write(inode, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240 mark_inode_dirty(inode);
2241 }
Namhyung Kim01166512010-10-26 14:21:58 -07002242 *ppos = pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 }
Christoph Hellwiga969e902008-07-23 21:27:04 -07002244out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 return written;
2246}
2247EXPORT_SYMBOL(generic_file_direct_write);
2248
Nick Piggineb2be182007-10-16 01:24:57 -07002249/*
2250 * Find or create a page at the given pagecache position. Return the locked
2251 * page. This function is specifically for buffered writes.
2252 */
Nick Piggin54566b22009-01-04 12:00:53 -08002253struct page *grab_cache_page_write_begin(struct address_space *mapping,
2254 pgoff_t index, unsigned flags)
Nick Piggineb2be182007-10-16 01:24:57 -07002255{
2256 int status;
Johannes Weiner0faa70c2012-01-10 15:07:53 -08002257 gfp_t gfp_mask;
Nick Piggineb2be182007-10-16 01:24:57 -07002258 struct page *page;
Nick Piggin54566b22009-01-04 12:00:53 -08002259 gfp_t gfp_notmask = 0;
Johannes Weiner0faa70c2012-01-10 15:07:53 -08002260
Fengguang Wu1010bb12012-03-21 16:34:08 -07002261 gfp_mask = mapping_gfp_mask(mapping);
2262 if (mapping_cap_account_dirty(mapping))
2263 gfp_mask |= __GFP_WRITE;
Nick Piggin54566b22009-01-04 12:00:53 -08002264 if (flags & AOP_FLAG_NOFS)
2265 gfp_notmask = __GFP_FS;
Nick Piggineb2be182007-10-16 01:24:57 -07002266repeat:
2267 page = find_lock_page(mapping, index);
Steven Rostedtc585a262011-01-13 15:46:18 -08002268 if (page)
Darrick J. Wong3d08bcc2011-05-27 12:23:34 -07002269 goto found;
Nick Piggineb2be182007-10-16 01:24:57 -07002270
Johannes Weiner0faa70c2012-01-10 15:07:53 -08002271 page = __page_cache_alloc(gfp_mask & ~gfp_notmask);
Nick Piggineb2be182007-10-16 01:24:57 -07002272 if (!page)
2273 return NULL;
Nick Piggin54566b22009-01-04 12:00:53 -08002274 status = add_to_page_cache_lru(page, mapping, index,
2275 GFP_KERNEL & ~gfp_notmask);
Nick Piggineb2be182007-10-16 01:24:57 -07002276 if (unlikely(status)) {
2277 page_cache_release(page);
2278 if (status == -EEXIST)
2279 goto repeat;
2280 return NULL;
2281 }
Darrick J. Wong3d08bcc2011-05-27 12:23:34 -07002282found:
Darrick J. Wong1d1d1a72013-02-21 16:42:51 -08002283 wait_for_stable_page(page);
Nick Piggineb2be182007-10-16 01:24:57 -07002284 return page;
2285}
Nick Piggin54566b22009-01-04 12:00:53 -08002286EXPORT_SYMBOL(grab_cache_page_write_begin);
Nick Piggineb2be182007-10-16 01:24:57 -07002287
Nick Pigginafddba42007-10-16 01:25:01 -07002288static ssize_t generic_perform_write(struct file *file,
2289 struct iov_iter *i, loff_t pos)
2290{
2291 struct address_space *mapping = file->f_mapping;
2292 const struct address_space_operations *a_ops = mapping->a_ops;
2293 long status = 0;
2294 ssize_t written = 0;
Nick Piggin674b8922007-10-16 01:25:03 -07002295 unsigned int flags = 0;
2296
2297 /*
2298 * Copies from kernel address space cannot fail (NFSD is a big user).
2299 */
2300 if (segment_eq(get_fs(), KERNEL_DS))
2301 flags |= AOP_FLAG_UNINTERRUPTIBLE;
Nick Pigginafddba42007-10-16 01:25:01 -07002302
2303 do {
2304 struct page *page;
Nick Pigginafddba42007-10-16 01:25:01 -07002305 unsigned long offset; /* Offset into pagecache page */
2306 unsigned long bytes; /* Bytes to write to page */
2307 size_t copied; /* Bytes copied from user */
2308 void *fsdata;
2309
2310 offset = (pos & (PAGE_CACHE_SIZE - 1));
Nick Pigginafddba42007-10-16 01:25:01 -07002311 bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset,
2312 iov_iter_count(i));
2313
2314again:
Nick Pigginafddba42007-10-16 01:25:01 -07002315 /*
2316 * Bring in the user page that we will copy from _first_.
2317 * Otherwise there's a nasty deadlock on copying from the
2318 * same page as we're writing to, without it being marked
2319 * up-to-date.
2320 *
2321 * Not only is this an optimisation, but it is also required
2322 * to check that the address is actually valid, when atomic
2323 * usercopies are used, below.
2324 */
2325 if (unlikely(iov_iter_fault_in_readable(i, bytes))) {
2326 status = -EFAULT;
2327 break;
2328 }
2329
Nick Piggin674b8922007-10-16 01:25:03 -07002330 status = a_ops->write_begin(file, mapping, pos, bytes, flags,
Nick Pigginafddba42007-10-16 01:25:01 -07002331 &page, &fsdata);
2332 if (unlikely(status))
2333 break;
2334
anfei zhou931e80e2010-02-02 13:44:02 -08002335 if (mapping_writably_mapped(mapping))
2336 flush_dcache_page(page);
2337
Nick Pigginafddba42007-10-16 01:25:01 -07002338 pagefault_disable();
2339 copied = iov_iter_copy_from_user_atomic(page, i, offset, bytes);
2340 pagefault_enable();
2341 flush_dcache_page(page);
2342
Josef Bacikc8236db2009-07-05 12:08:18 -07002343 mark_page_accessed(page);
Nick Pigginafddba42007-10-16 01:25:01 -07002344 status = a_ops->write_end(file, mapping, pos, bytes, copied,
2345 page, fsdata);
2346 if (unlikely(status < 0))
2347 break;
2348 copied = status;
2349
2350 cond_resched();
2351
Nick Piggin124d3b72008-02-02 15:01:17 +01002352 iov_iter_advance(i, copied);
Nick Pigginafddba42007-10-16 01:25:01 -07002353 if (unlikely(copied == 0)) {
2354 /*
2355 * If we were unable to copy any data at all, we must
2356 * fall back to a single segment length write.
2357 *
2358 * If we didn't fallback here, we could livelock
2359 * because not all segments in the iov can be copied at
2360 * once without a pagefault.
2361 */
2362 bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset,
2363 iov_iter_single_seg_count(i));
2364 goto again;
2365 }
Nick Pigginafddba42007-10-16 01:25:01 -07002366 pos += copied;
2367 written += copied;
2368
2369 balance_dirty_pages_ratelimited(mapping);
Jan Karaa50527b2011-12-02 09:17:02 +08002370 if (fatal_signal_pending(current)) {
2371 status = -EINTR;
2372 break;
2373 }
Nick Pigginafddba42007-10-16 01:25:01 -07002374 } while (iov_iter_count(i));
2375
2376 return written ? written : status;
2377}
2378
2379ssize_t
2380generic_file_buffered_write(struct kiocb *iocb, const struct iovec *iov,
2381 unsigned long nr_segs, loff_t pos, loff_t *ppos,
2382 size_t count, ssize_t written)
2383{
2384 struct file *file = iocb->ki_filp;
Nick Pigginafddba42007-10-16 01:25:01 -07002385 ssize_t status;
2386 struct iov_iter i;
2387
2388 iov_iter_init(&i, iov, nr_segs, count, written);
Nick Piggin4e02ed42008-10-29 14:00:55 -07002389 status = generic_perform_write(file, &i, pos);
Nick Pigginafddba42007-10-16 01:25:01 -07002390
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391 if (likely(status >= 0)) {
Nick Pigginafddba42007-10-16 01:25:01 -07002392 written += status;
2393 *ppos = pos + status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394 }
2395
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396 return written ? written : status;
2397}
2398EXPORT_SYMBOL(generic_file_buffered_write);
2399
Jan Karae4dd9de2009-08-17 18:10:06 +02002400/**
2401 * __generic_file_aio_write - write data to a file
2402 * @iocb: IO state structure (file, offset, etc.)
2403 * @iov: vector with data to write
2404 * @nr_segs: number of segments in the vector
2405 * @ppos: position where to write
2406 *
2407 * This function does all the work needed for actually writing data to a
2408 * file. It does all basic checks, removes SUID from the file, updates
2409 * modification times and calls proper subroutines depending on whether we
2410 * do direct IO or a standard buffered write.
2411 *
2412 * It expects i_mutex to be grabbed unless we work on a block device or similar
2413 * object which does not need locking at all.
2414 *
2415 * This function does *not* take care of syncing data in case of O_SYNC write.
2416 * A caller has to handle it. This is mainly due to the fact that we want to
2417 * avoid syncing under i_mutex.
2418 */
2419ssize_t __generic_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
2420 unsigned long nr_segs, loff_t *ppos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421{
2422 struct file *file = iocb->ki_filp;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002423 struct address_space * mapping = file->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424 size_t ocount; /* original count */
2425 size_t count; /* after file limit checks */
2426 struct inode *inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427 loff_t pos;
2428 ssize_t written;
2429 ssize_t err;
2430
2431 ocount = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07002432 err = generic_segment_checks(iov, &nr_segs, &ocount, VERIFY_READ);
2433 if (err)
2434 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435
2436 count = ocount;
2437 pos = *ppos;
2438
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439 /* We can write back this queue in page reclaim */
2440 current->backing_dev_info = mapping->backing_dev_info;
2441 written = 0;
2442
2443 err = generic_write_checks(file, &pos, &count, S_ISBLK(inode->i_mode));
2444 if (err)
2445 goto out;
2446
2447 if (count == 0)
2448 goto out;
2449
Miklos Szeredi2f1936b2008-06-24 16:50:14 +02002450 err = file_remove_suid(file);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451 if (err)
2452 goto out;
2453
Josef Bacikc3b2da32012-03-26 09:59:21 -04002454 err = file_update_time(file);
2455 if (err)
2456 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457
2458 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
2459 if (unlikely(file->f_flags & O_DIRECT)) {
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002460 loff_t endbyte;
2461 ssize_t written_buffered;
2462
2463 written = generic_file_direct_write(iocb, iov, &nr_segs, pos,
2464 ppos, count, ocount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 if (written < 0 || written == count)
2466 goto out;
2467 /*
2468 * direct-io write to a hole: fall through to buffered I/O
2469 * for completing the rest of the request.
2470 */
2471 pos += written;
2472 count -= written;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002473 written_buffered = generic_file_buffered_write(iocb, iov,
2474 nr_segs, pos, ppos, count,
2475 written);
2476 /*
2477 * If generic_file_buffered_write() retuned a synchronous error
2478 * then we want to return the number of bytes which were
2479 * direct-written, or the error code if that was zero. Note
2480 * that this differs from normal direct-io semantics, which
2481 * will return -EFOO even if some bytes were written.
2482 */
2483 if (written_buffered < 0) {
2484 err = written_buffered;
2485 goto out;
2486 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002488 /*
2489 * We need to ensure that the page cache pages are written to
2490 * disk and invalidated to preserve the expected O_DIRECT
2491 * semantics.
2492 */
2493 endbyte = pos + written_buffered - written - 1;
Christoph Hellwigc05c4ed2009-09-23 15:07:30 +02002494 err = filemap_write_and_wait_range(file->f_mapping, pos, endbyte);
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002495 if (err == 0) {
2496 written = written_buffered;
2497 invalidate_mapping_pages(mapping,
2498 pos >> PAGE_CACHE_SHIFT,
2499 endbyte >> PAGE_CACHE_SHIFT);
2500 } else {
2501 /*
2502 * We don't know how much we wrote, so just return
2503 * the number of bytes which were direct-written
2504 */
2505 }
2506 } else {
2507 written = generic_file_buffered_write(iocb, iov, nr_segs,
2508 pos, ppos, count, written);
2509 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510out:
2511 current->backing_dev_info = NULL;
2512 return written ? written : err;
2513}
Jan Karae4dd9de2009-08-17 18:10:06 +02002514EXPORT_SYMBOL(__generic_file_aio_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515
Jan Karae4dd9de2009-08-17 18:10:06 +02002516/**
2517 * generic_file_aio_write - write data to a file
2518 * @iocb: IO state structure
2519 * @iov: vector with data to write
2520 * @nr_segs: number of segments in the vector
2521 * @pos: position in file where to write
2522 *
2523 * This is a wrapper around __generic_file_aio_write() to be used by most
2524 * filesystems. It takes care of syncing the file in case of O_SYNC file
2525 * and acquires i_mutex as needed.
2526 */
Badari Pulavarty027445c2006-09-30 23:28:46 -07002527ssize_t generic_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
2528 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529{
2530 struct file *file = iocb->ki_filp;
Jan Kara148f9482009-08-17 19:52:36 +02002531 struct inode *inode = file->f_mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 ssize_t ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533
2534 BUG_ON(iocb->ki_pos != pos);
2535
Jan Kara14da9202012-06-12 16:20:37 +02002536 sb_start_write(inode->i_sb);
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002537 mutex_lock(&inode->i_mutex);
Jan Karae4dd9de2009-08-17 18:10:06 +02002538 ret = __generic_file_aio_write(iocb, iov, nr_segs, &iocb->ki_pos);
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002539 mutex_unlock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540
Jan Kara148f9482009-08-17 19:52:36 +02002541 if (ret > 0 || ret == -EIOCBQUEUED) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 ssize_t err;
2543
Jan Kara148f9482009-08-17 19:52:36 +02002544 err = generic_write_sync(file, pos, ret);
Jan Karac7b50db2009-08-18 16:18:20 +02002545 if (err < 0 && ret > 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 ret = err;
2547 }
Jan Kara14da9202012-06-12 16:20:37 +02002548 sb_end_write(inode->i_sb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549 return ret;
2550}
2551EXPORT_SYMBOL(generic_file_aio_write);
2552
David Howellscf9a2ae2006-08-29 19:05:54 +01002553/**
2554 * try_to_release_page() - release old fs-specific metadata on a page
2555 *
2556 * @page: the page which the kernel is trying to free
2557 * @gfp_mask: memory allocation flags (and I/O mode)
2558 *
2559 * The address_space is to try to release any data against the page
2560 * (presumably at page->private). If the release was successful, return `1'.
2561 * Otherwise return zero.
2562 *
David Howells266cf652009-04-03 16:42:36 +01002563 * This may also be called if PG_fscache is set on a page, indicating that the
2564 * page is known to the local caching routines.
2565 *
David Howellscf9a2ae2006-08-29 19:05:54 +01002566 * The @gfp_mask argument specifies whether I/O may be performed to release
Mingming Cao3f31fdd2008-07-25 01:46:22 -07002567 * this page (__GFP_IO), and whether the call may block (__GFP_WAIT & __GFP_FS).
David Howellscf9a2ae2006-08-29 19:05:54 +01002568 *
David Howellscf9a2ae2006-08-29 19:05:54 +01002569 */
2570int try_to_release_page(struct page *page, gfp_t gfp_mask)
2571{
2572 struct address_space * const mapping = page->mapping;
2573
2574 BUG_ON(!PageLocked(page));
2575 if (PageWriteback(page))
2576 return 0;
2577
2578 if (mapping && mapping->a_ops->releasepage)
2579 return mapping->a_ops->releasepage(page, gfp_mask);
2580 return try_to_free_buffers(page);
2581}
2582
2583EXPORT_SYMBOL(try_to_release_page);