blob: 05c44aa44188e8dbb5fe62c342bd8c63cdd2f4b5 [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
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700110static void page_cache_tree_delete(struct address_space *mapping,
111 struct page *page, void *shadow)
112{
113 if (shadow) {
114 void **slot;
115
116 slot = radix_tree_lookup_slot(&mapping->page_tree, page->index);
117 radix_tree_replace_slot(slot, shadow);
118 mapping->nrshadows++;
119 /*
120 * Make sure the nrshadows update is committed before
121 * the nrpages update so that final truncate racing
122 * with reclaim does not see both counters 0 at the
123 * same time and miss a shadow entry.
124 */
125 smp_wmb();
126 } else
127 radix_tree_delete(&mapping->page_tree, page->index);
128 mapping->nrpages--;
129}
130
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131/*
Minchan Kime64a7822011-03-22 16:32:44 -0700132 * Delete a page from the page cache and free it. Caller has to make
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133 * sure the page is locked and that nobody else uses it - or that usage
Nick Piggin19fd6232008-07-25 19:45:32 -0700134 * is safe. The caller must hold the mapping's tree_lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135 */
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700136void __delete_from_page_cache(struct page *page, void *shadow)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137{
138 struct address_space *mapping = page->mapping;
139
Robert Jarzmikfe0bfaa2013-04-29 15:06:10 -0700140 trace_mm_filemap_delete_from_page_cache(page);
Dan Magenheimerc515e1f2011-05-26 10:01:43 -0600141 /*
142 * if we're uptodate, flush out into the cleancache, otherwise
143 * invalidate any existing cleancache entries. We can't leave
144 * stale data around in the cleancache once our page is gone
145 */
146 if (PageUptodate(page) && PageMappedToDisk(page))
147 cleancache_put_page(page);
148 else
Dan Magenheimer31677602011-09-21 11:56:28 -0400149 cleancache_invalidate_page(mapping, page);
Dan Magenheimerc515e1f2011-05-26 10:01:43 -0600150
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700151 page_cache_tree_delete(mapping, page, shadow);
152
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 page->mapping = NULL;
Hugh Dickinsb85e0ef2011-07-25 17:12:25 -0700154 /* Leave page->index set: truncation lookup relies upon it */
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700155
Christoph Lameter347ce432006-06-30 01:55:35 -0700156 __dec_zone_page_state(page, NR_FILE_PAGES);
KOSAKI Motohiro4b021082009-09-21 17:01:33 -0700157 if (PageSwapBacked(page))
158 __dec_zone_page_state(page, NR_SHMEM);
Nick Piggin45426812007-07-15 23:38:12 -0700159 BUG_ON(page_mapped(page));
Linus Torvalds3a692792007-12-19 14:05:13 -0800160
161 /*
162 * Some filesystems seem to re-dirty the page even after
163 * the VM has canceled the dirty bit (eg ext3 journaling).
164 *
165 * Fix it up by doing a final dirty accounting check after
166 * having removed the page entirely.
167 */
168 if (PageDirty(page) && mapping_cap_account_dirty(mapping)) {
169 dec_zone_page_state(page, NR_FILE_DIRTY);
170 dec_bdi_stat(mapping->backing_dev_info, BDI_RECLAIMABLE);
171 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172}
173
Minchan Kim702cfbf2011-03-22 16:32:43 -0700174/**
175 * delete_from_page_cache - delete page from page cache
176 * @page: the page which the kernel is trying to remove from page cache
177 *
178 * This must be called only on pages that have been verified to be in the page
179 * cache and locked. It will never put the page into the free list, the caller
180 * has a reference on the page.
181 */
182void delete_from_page_cache(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183{
184 struct address_space *mapping = page->mapping;
Linus Torvalds6072d132010-12-01 13:35:19 -0500185 void (*freepage)(struct page *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186
Matt Mackallcd7619d2005-05-01 08:59:01 -0700187 BUG_ON(!PageLocked(page));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188
Linus Torvalds6072d132010-12-01 13:35:19 -0500189 freepage = mapping->a_ops->freepage;
Nick Piggin19fd6232008-07-25 19:45:32 -0700190 spin_lock_irq(&mapping->tree_lock);
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700191 __delete_from_page_cache(page, NULL);
Nick Piggin19fd6232008-07-25 19:45:32 -0700192 spin_unlock_irq(&mapping->tree_lock);
Daisuke Nishimurae767e052009-05-28 14:34:28 -0700193 mem_cgroup_uncharge_cache_page(page);
Linus Torvalds6072d132010-12-01 13:35:19 -0500194
195 if (freepage)
196 freepage(page);
Minchan Kim97cecb52011-03-22 16:30:53 -0700197 page_cache_release(page);
198}
199EXPORT_SYMBOL(delete_from_page_cache);
200
Jens Axboe7eaceac2011-03-10 08:52:07 +0100201static int sleep_on_page(void *word)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203 io_schedule();
204 return 0;
205}
206
Jens Axboe7eaceac2011-03-10 08:52:07 +0100207static int sleep_on_page_killable(void *word)
Matthew Wilcox2687a352007-12-06 11:18:49 -0500208{
Jens Axboe7eaceac2011-03-10 08:52:07 +0100209 sleep_on_page(word);
Matthew Wilcox2687a352007-12-06 11:18:49 -0500210 return fatal_signal_pending(current) ? -EINTR : 0;
211}
212
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700213static int filemap_check_errors(struct address_space *mapping)
214{
215 int ret = 0;
216 /* Check for outstanding write errors */
217 if (test_and_clear_bit(AS_ENOSPC, &mapping->flags))
218 ret = -ENOSPC;
219 if (test_and_clear_bit(AS_EIO, &mapping->flags))
220 ret = -EIO;
221 return ret;
222}
223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700225 * __filemap_fdatawrite_range - start writeback on mapping dirty pages in range
Martin Waitz67be2dd2005-05-01 08:59:26 -0700226 * @mapping: address space structure to write
227 * @start: offset in bytes where the range starts
Andrew Morton469eb4d2006-03-24 03:17:45 -0800228 * @end: offset in bytes where the range ends (inclusive)
Martin Waitz67be2dd2005-05-01 08:59:26 -0700229 * @sync_mode: enable synchronous operation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700231 * Start writeback against all of a mapping's dirty pages that lie
232 * within the byte offsets <start, end> inclusive.
233 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 * If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
Randy Dunlap485bb992006-06-23 02:03:49 -0700235 * opposed to a regular memory cleansing writeback. The difference between
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 * these two operations is that if a dirty page/buffer is encountered, it must
237 * be waited upon, and not just skipped over.
238 */
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800239int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
240 loff_t end, int sync_mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241{
242 int ret;
243 struct writeback_control wbc = {
244 .sync_mode = sync_mode,
Nick Piggin05fe4782009-01-06 14:39:08 -0800245 .nr_to_write = LONG_MAX,
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700246 .range_start = start,
247 .range_end = end,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 };
249
250 if (!mapping_cap_writeback_dirty(mapping))
251 return 0;
252
253 ret = do_writepages(mapping, &wbc);
254 return ret;
255}
256
257static inline int __filemap_fdatawrite(struct address_space *mapping,
258 int sync_mode)
259{
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700260 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261}
262
263int filemap_fdatawrite(struct address_space *mapping)
264{
265 return __filemap_fdatawrite(mapping, WB_SYNC_ALL);
266}
267EXPORT_SYMBOL(filemap_fdatawrite);
268
Jan Karaf4c0a0f2008-07-11 19:27:31 -0400269int filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800270 loff_t end)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271{
272 return __filemap_fdatawrite_range(mapping, start, end, WB_SYNC_ALL);
273}
Jan Karaf4c0a0f2008-07-11 19:27:31 -0400274EXPORT_SYMBOL(filemap_fdatawrite_range);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275
Randy Dunlap485bb992006-06-23 02:03:49 -0700276/**
277 * filemap_flush - mostly a non-blocking flush
278 * @mapping: target address_space
279 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 * This is a mostly non-blocking flush. Not suitable for data-integrity
281 * purposes - I/O may not be started against all dirty pages.
282 */
283int filemap_flush(struct address_space *mapping)
284{
285 return __filemap_fdatawrite(mapping, WB_SYNC_NONE);
286}
287EXPORT_SYMBOL(filemap_flush);
288
Randy Dunlap485bb992006-06-23 02:03:49 -0700289/**
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200290 * filemap_fdatawait_range - wait for writeback to complete
291 * @mapping: address space structure to wait for
292 * @start_byte: offset in bytes where the range starts
293 * @end_byte: offset in bytes where the range ends (inclusive)
Randy Dunlap485bb992006-06-23 02:03:49 -0700294 *
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200295 * Walk the list of under-writeback pages of the given address space
296 * in the given range and wait for all of them.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 */
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200298int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte,
299 loff_t end_byte)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300{
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200301 pgoff_t index = start_byte >> PAGE_CACHE_SHIFT;
302 pgoff_t end = end_byte >> PAGE_CACHE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303 struct pagevec pvec;
304 int nr_pages;
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700305 int ret2, ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200307 if (end_byte < start_byte)
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700308 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309
310 pagevec_init(&pvec, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 while ((index <= end) &&
312 (nr_pages = pagevec_lookup_tag(&pvec, mapping, &index,
313 PAGECACHE_TAG_WRITEBACK,
314 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) {
315 unsigned i;
316
317 for (i = 0; i < nr_pages; i++) {
318 struct page *page = pvec.pages[i];
319
320 /* until radix tree lookup accepts end_index */
321 if (page->index > end)
322 continue;
323
324 wait_on_page_writeback(page);
Rik van Riel212260a2011-01-13 15:46:06 -0800325 if (TestClearPageError(page))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 ret = -EIO;
327 }
328 pagevec_release(&pvec);
329 cond_resched();
330 }
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700331out:
332 ret2 = filemap_check_errors(mapping);
333 if (!ret)
334 ret = ret2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335
336 return ret;
337}
Jan Karad3bccb6f2009-08-17 19:30:27 +0200338EXPORT_SYMBOL(filemap_fdatawait_range);
339
340/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700341 * filemap_fdatawait - wait for all under-writeback pages to complete
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 * @mapping: address space structure to wait for
Randy Dunlap485bb992006-06-23 02:03:49 -0700343 *
344 * Walk the list of under-writeback pages of the given address space
345 * and wait for all of them.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 */
347int filemap_fdatawait(struct address_space *mapping)
348{
349 loff_t i_size = i_size_read(mapping->host);
350
351 if (i_size == 0)
352 return 0;
353
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200354 return filemap_fdatawait_range(mapping, 0, i_size - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355}
356EXPORT_SYMBOL(filemap_fdatawait);
357
358int filemap_write_and_wait(struct address_space *mapping)
359{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800360 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361
362 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800363 err = filemap_fdatawrite(mapping);
364 /*
365 * Even if the above returned error, the pages may be
366 * written partially (e.g. -ENOSPC), so we wait for it.
367 * But the -EIO is special case, it may indicate the worst
368 * thing (e.g. bug) happened, so we avoid waiting for it.
369 */
370 if (err != -EIO) {
371 int err2 = filemap_fdatawait(mapping);
372 if (!err)
373 err = err2;
374 }
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700375 } else {
376 err = filemap_check_errors(mapping);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800378 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379}
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800380EXPORT_SYMBOL(filemap_write_and_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381
Randy Dunlap485bb992006-06-23 02:03:49 -0700382/**
383 * filemap_write_and_wait_range - write out & wait on a file range
384 * @mapping: the address_space for the pages
385 * @lstart: offset in bytes where the range starts
386 * @lend: offset in bytes where the range ends (inclusive)
387 *
Andrew Morton469eb4d2006-03-24 03:17:45 -0800388 * Write out and wait upon file offsets lstart->lend, inclusive.
389 *
390 * Note that `lend' is inclusive (describes the last byte to be written) so
391 * that this function can be used to write to the very end-of-file (end = -1).
392 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393int filemap_write_and_wait_range(struct address_space *mapping,
394 loff_t lstart, loff_t lend)
395{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800396 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397
398 if (mapping->nrpages) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800399 err = __filemap_fdatawrite_range(mapping, lstart, lend,
400 WB_SYNC_ALL);
401 /* See comment of filemap_write_and_wait() */
402 if (err != -EIO) {
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200403 int err2 = filemap_fdatawait_range(mapping,
404 lstart, lend);
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800405 if (!err)
406 err = err2;
407 }
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700408 } else {
409 err = filemap_check_errors(mapping);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800411 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412}
Chris Masonf6995582009-04-15 13:22:37 -0400413EXPORT_SYMBOL(filemap_write_and_wait_range);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414
Randy Dunlap485bb992006-06-23 02:03:49 -0700415/**
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700416 * replace_page_cache_page - replace a pagecache page with a new one
417 * @old: page to be replaced
418 * @new: page to replace with
419 * @gfp_mask: allocation mode
420 *
421 * This function replaces a page in the pagecache with a new one. On
422 * success it acquires the pagecache reference for the new page and
423 * drops it for the old page. Both the old and new pages must be
424 * locked. This function does not add the new page to the LRU, the
425 * caller must do that.
426 *
427 * The remove + add is atomic. The only way this function can fail is
428 * memory allocation failure.
429 */
430int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask)
431{
432 int error;
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700433
Sasha Levin309381fea2014-01-23 15:52:54 -0800434 VM_BUG_ON_PAGE(!PageLocked(old), old);
435 VM_BUG_ON_PAGE(!PageLocked(new), new);
436 VM_BUG_ON_PAGE(new->mapping, new);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700437
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700438 error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM);
439 if (!error) {
440 struct address_space *mapping = old->mapping;
441 void (*freepage)(struct page *);
442
443 pgoff_t offset = old->index;
444 freepage = mapping->a_ops->freepage;
445
446 page_cache_get(new);
447 new->mapping = mapping;
448 new->index = offset;
449
450 spin_lock_irq(&mapping->tree_lock);
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700451 __delete_from_page_cache(old, NULL);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700452 error = radix_tree_insert(&mapping->page_tree, offset, new);
453 BUG_ON(error);
454 mapping->nrpages++;
455 __inc_zone_page_state(new, NR_FILE_PAGES);
456 if (PageSwapBacked(new))
457 __inc_zone_page_state(new, NR_SHMEM);
458 spin_unlock_irq(&mapping->tree_lock);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -0800459 /* mem_cgroup codes must not be called under tree_lock */
460 mem_cgroup_replace_page_cache(old, new);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700461 radix_tree_preload_end();
462 if (freepage)
463 freepage(old);
464 page_cache_release(old);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700465 }
466
467 return error;
468}
469EXPORT_SYMBOL_GPL(replace_page_cache_page);
470
Johannes Weiner0cd61442014-04-03 14:47:46 -0700471static int page_cache_tree_insert(struct address_space *mapping,
472 struct page *page)
473{
474 void **slot;
475 int error;
476
477 slot = radix_tree_lookup_slot(&mapping->page_tree, page->index);
478 if (slot) {
479 void *p;
480
481 p = radix_tree_deref_slot_protected(slot, &mapping->tree_lock);
482 if (!radix_tree_exceptional_entry(p))
483 return -EEXIST;
484 radix_tree_replace_slot(slot, page);
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700485 mapping->nrshadows--;
Johannes Weiner0cd61442014-04-03 14:47:46 -0700486 mapping->nrpages++;
487 return 0;
488 }
489 error = radix_tree_insert(&mapping->page_tree, page->index, page);
490 if (!error)
491 mapping->nrpages++;
492 return error;
493}
494
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700495/**
Nick Piggine2867812008-07-25 19:45:30 -0700496 * add_to_page_cache_locked - add a locked page to the pagecache
Randy Dunlap485bb992006-06-23 02:03:49 -0700497 * @page: page to add
498 * @mapping: the page's address_space
499 * @offset: page index
500 * @gfp_mask: page allocation mode
501 *
Nick Piggine2867812008-07-25 19:45:30 -0700502 * This function is used to add a page to the pagecache. It must be locked.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 * This function does not add the page to the LRU. The caller must do that.
504 */
Nick Piggine2867812008-07-25 19:45:30 -0700505int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400506 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507{
Nick Piggine2867812008-07-25 19:45:30 -0700508 int error;
509
Sasha Levin309381fea2014-01-23 15:52:54 -0800510 VM_BUG_ON_PAGE(!PageLocked(page), page);
511 VM_BUG_ON_PAGE(PageSwapBacked(page), page);
Nick Piggine2867812008-07-25 19:45:30 -0700512
513 error = mem_cgroup_cache_charge(page, current->mm,
KAMEZAWA Hiroyuki2c26fdd2009-01-07 18:08:10 -0800514 gfp_mask & GFP_RECLAIM_MASK);
Balbir Singh35c754d2008-02-07 00:14:05 -0800515 if (error)
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700516 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517
Jan Kara5e4c0d972013-09-11 14:26:05 -0700518 error = radix_tree_maybe_preload(gfp_mask & ~__GFP_HIGHMEM);
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700519 if (error) {
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -0700520 mem_cgroup_uncharge_cache_page(page);
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700521 return error;
522 }
523
524 page_cache_get(page);
525 page->mapping = mapping;
526 page->index = offset;
527
528 spin_lock_irq(&mapping->tree_lock);
Johannes Weiner0cd61442014-04-03 14:47:46 -0700529 error = page_cache_tree_insert(mapping, page);
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700530 radix_tree_preload_end();
531 if (unlikely(error))
532 goto err_insert;
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700533 __inc_zone_page_state(page, NR_FILE_PAGES);
534 spin_unlock_irq(&mapping->tree_lock);
535 trace_mm_filemap_add_to_page_cache(page);
536 return 0;
537err_insert:
538 page->mapping = NULL;
539 /* Leave page->index set: truncation relies upon it */
540 spin_unlock_irq(&mapping->tree_lock);
541 mem_cgroup_uncharge_cache_page(page);
542 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543 return error;
544}
Nick Piggine2867812008-07-25 19:45:30 -0700545EXPORT_SYMBOL(add_to_page_cache_locked);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546
547int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400548 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549{
Rik van Riel4f98a2f2008-10-18 20:26:32 -0700550 int ret;
551
Rik van Riel4f98a2f2008-10-18 20:26:32 -0700552 ret = add_to_page_cache(page, mapping, offset, gfp_mask);
Hugh Dickins31475dd2011-08-03 16:21:27 -0700553 if (ret == 0)
554 lru_cache_add_file(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555 return ret;
556}
Evgeniy Polyakov18bc0bb2009-02-09 17:02:42 +0300557EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558
Paul Jackson44110fe2006-03-24 03:16:04 -0800559#ifdef CONFIG_NUMA
Nick Piggin2ae88142006-10-28 10:38:23 -0700560struct page *__page_cache_alloc(gfp_t gfp)
Paul Jackson44110fe2006-03-24 03:16:04 -0800561{
Miao Xiec0ff7452010-05-24 14:32:08 -0700562 int n;
563 struct page *page;
564
Paul Jackson44110fe2006-03-24 03:16:04 -0800565 if (cpuset_do_page_mem_spread()) {
Mel Gormancc9a6c82012-03-21 16:34:11 -0700566 unsigned int cpuset_mems_cookie;
567 do {
Mel Gormand26914d2014-04-03 14:47:24 -0700568 cpuset_mems_cookie = read_mems_allowed_begin();
Mel Gormancc9a6c82012-03-21 16:34:11 -0700569 n = cpuset_mem_spread_node();
570 page = alloc_pages_exact_node(n, gfp, 0);
Mel Gormand26914d2014-04-03 14:47:24 -0700571 } while (!page && read_mems_allowed_retry(cpuset_mems_cookie));
Mel Gormancc9a6c82012-03-21 16:34:11 -0700572
Miao Xiec0ff7452010-05-24 14:32:08 -0700573 return page;
Paul Jackson44110fe2006-03-24 03:16:04 -0800574 }
Nick Piggin2ae88142006-10-28 10:38:23 -0700575 return alloc_pages(gfp, 0);
Paul Jackson44110fe2006-03-24 03:16:04 -0800576}
Nick Piggin2ae88142006-10-28 10:38:23 -0700577EXPORT_SYMBOL(__page_cache_alloc);
Paul Jackson44110fe2006-03-24 03:16:04 -0800578#endif
579
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580/*
581 * In order to wait for pages to become available there must be
582 * waitqueues associated with pages. By using a hash table of
583 * waitqueues where the bucket discipline is to maintain all
584 * waiters on the same queue and wake all when any of the pages
585 * become available, and for the woken contexts to check to be
586 * sure the appropriate page became available, this saves space
587 * at a cost of "thundering herd" phenomena during rare hash
588 * collisions.
589 */
590static wait_queue_head_t *page_waitqueue(struct page *page)
591{
592 const struct zone *zone = page_zone(page);
593
594 return &zone->wait_table[hash_ptr(page, zone->wait_table_bits)];
595}
596
597static inline void wake_up_page(struct page *page, int bit)
598{
599 __wake_up_bit(page_waitqueue(page), &page->flags, bit);
600}
601
Harvey Harrison920c7a52008-02-04 22:29:26 -0800602void wait_on_page_bit(struct page *page, int bit_nr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603{
604 DEFINE_WAIT_BIT(wait, &page->flags, bit_nr);
605
606 if (test_bit(bit_nr, &page->flags))
Jens Axboe7eaceac2011-03-10 08:52:07 +0100607 __wait_on_bit(page_waitqueue(page), &wait, sleep_on_page,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 TASK_UNINTERRUPTIBLE);
609}
610EXPORT_SYMBOL(wait_on_page_bit);
611
KOSAKI Motohirof62e00c2011-05-24 17:11:29 -0700612int wait_on_page_bit_killable(struct page *page, int bit_nr)
613{
614 DEFINE_WAIT_BIT(wait, &page->flags, bit_nr);
615
616 if (!test_bit(bit_nr, &page->flags))
617 return 0;
618
619 return __wait_on_bit(page_waitqueue(page), &wait,
620 sleep_on_page_killable, TASK_KILLABLE);
621}
622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623/**
David Howells385e1ca5f2009-04-03 16:42:39 +0100624 * add_page_wait_queue - Add an arbitrary waiter to a page's wait queue
Randy Dunlap697f6192009-04-13 14:39:54 -0700625 * @page: Page defining the wait queue of interest
626 * @waiter: Waiter to add to the queue
David Howells385e1ca5f2009-04-03 16:42:39 +0100627 *
628 * Add an arbitrary @waiter to the wait queue for the nominated @page.
629 */
630void add_page_wait_queue(struct page *page, wait_queue_t *waiter)
631{
632 wait_queue_head_t *q = page_waitqueue(page);
633 unsigned long flags;
634
635 spin_lock_irqsave(&q->lock, flags);
636 __add_wait_queue(q, waiter);
637 spin_unlock_irqrestore(&q->lock, flags);
638}
639EXPORT_SYMBOL_GPL(add_page_wait_queue);
640
641/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700642 * unlock_page - unlock a locked page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 * @page: the page
644 *
645 * Unlocks the page and wakes up sleepers in ___wait_on_page_locked().
646 * Also wakes sleepers in wait_on_page_writeback() because the wakeup
647 * mechananism between PageLocked pages and PageWriteback pages is shared.
648 * But that's OK - sleepers in wait_on_page_writeback() just go back to sleep.
649 *
Nick Piggin8413ac92008-10-18 20:26:59 -0700650 * The mb is necessary to enforce ordering between the clear_bit and the read
651 * of the waitqueue (to avoid SMP races with a parallel wait_on_page_locked()).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 */
Harvey Harrison920c7a52008-02-04 22:29:26 -0800653void unlock_page(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654{
Sasha Levin309381fea2014-01-23 15:52:54 -0800655 VM_BUG_ON_PAGE(!PageLocked(page), page);
Nick Piggin8413ac92008-10-18 20:26:59 -0700656 clear_bit_unlock(PG_locked, &page->flags);
657 smp_mb__after_clear_bit();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658 wake_up_page(page, PG_locked);
659}
660EXPORT_SYMBOL(unlock_page);
661
Randy Dunlap485bb992006-06-23 02:03:49 -0700662/**
663 * end_page_writeback - end writeback against a page
664 * @page: the page
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 */
666void end_page_writeback(struct page *page)
667{
Miklos Szerediac6aadb2008-04-28 02:12:38 -0700668 if (TestClearPageReclaim(page))
669 rotate_reclaimable_page(page);
670
671 if (!test_clear_page_writeback(page))
672 BUG();
673
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 smp_mb__after_clear_bit();
675 wake_up_page(page, PG_writeback);
676}
677EXPORT_SYMBOL(end_page_writeback);
678
Randy Dunlap485bb992006-06-23 02:03:49 -0700679/**
680 * __lock_page - get a lock on the page, assuming we need to sleep to get it
681 * @page: the page to lock
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682 */
Harvey Harrison920c7a52008-02-04 22:29:26 -0800683void __lock_page(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684{
685 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
686
Jens Axboe7eaceac2011-03-10 08:52:07 +0100687 __wait_on_bit_lock(page_waitqueue(page), &wait, sleep_on_page,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 TASK_UNINTERRUPTIBLE);
689}
690EXPORT_SYMBOL(__lock_page);
691
Harvey Harrisonb5606c22008-02-13 15:03:16 -0800692int __lock_page_killable(struct page *page)
Matthew Wilcox2687a352007-12-06 11:18:49 -0500693{
694 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
695
696 return __wait_on_bit_lock(page_waitqueue(page), &wait,
Jens Axboe7eaceac2011-03-10 08:52:07 +0100697 sleep_on_page_killable, TASK_KILLABLE);
Matthew Wilcox2687a352007-12-06 11:18:49 -0500698}
Evgeniy Polyakov18bc0bb2009-02-09 17:02:42 +0300699EXPORT_SYMBOL_GPL(__lock_page_killable);
Matthew Wilcox2687a352007-12-06 11:18:49 -0500700
Michel Lespinassed065bd82010-10-26 14:21:57 -0700701int __lock_page_or_retry(struct page *page, struct mm_struct *mm,
702 unsigned int flags)
703{
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -0700704 if (flags & FAULT_FLAG_ALLOW_RETRY) {
705 /*
706 * CAUTION! In this case, mmap_sem is not released
707 * even though return 0.
708 */
709 if (flags & FAULT_FLAG_RETRY_NOWAIT)
710 return 0;
711
712 up_read(&mm->mmap_sem);
713 if (flags & FAULT_FLAG_KILLABLE)
714 wait_on_page_locked_killable(page);
715 else
Gleb Natapov318b2752011-03-22 16:30:51 -0700716 wait_on_page_locked(page);
Michel Lespinassed065bd82010-10-26 14:21:57 -0700717 return 0;
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -0700718 } else {
719 if (flags & FAULT_FLAG_KILLABLE) {
720 int ret;
721
722 ret = __lock_page_killable(page);
723 if (ret) {
724 up_read(&mm->mmap_sem);
725 return 0;
726 }
727 } else
728 __lock_page(page);
729 return 1;
Michel Lespinassed065bd82010-10-26 14:21:57 -0700730 }
731}
732
Randy Dunlap485bb992006-06-23 02:03:49 -0700733/**
Johannes Weinere7b563b2014-04-03 14:47:44 -0700734 * page_cache_next_hole - find the next hole (not-present entry)
735 * @mapping: mapping
736 * @index: index
737 * @max_scan: maximum range to search
738 *
739 * Search the set [index, min(index+max_scan-1, MAX_INDEX)] for the
740 * lowest indexed hole.
741 *
742 * Returns: the index of the hole if found, otherwise returns an index
743 * outside of the set specified (in which case 'return - index >=
744 * max_scan' will be true). In rare cases of index wrap-around, 0 will
745 * be returned.
746 *
747 * page_cache_next_hole may be called under rcu_read_lock. However,
748 * like radix_tree_gang_lookup, this will not atomically search a
749 * snapshot of the tree at a single point in time. For example, if a
750 * hole is created at index 5, then subsequently a hole is created at
751 * index 10, page_cache_next_hole covering both indexes may return 10
752 * if called under rcu_read_lock.
753 */
754pgoff_t page_cache_next_hole(struct address_space *mapping,
755 pgoff_t index, unsigned long max_scan)
756{
757 unsigned long i;
758
759 for (i = 0; i < max_scan; i++) {
Johannes Weiner0cd61442014-04-03 14:47:46 -0700760 struct page *page;
761
762 page = radix_tree_lookup(&mapping->page_tree, index);
763 if (!page || radix_tree_exceptional_entry(page))
Johannes Weinere7b563b2014-04-03 14:47:44 -0700764 break;
765 index++;
766 if (index == 0)
767 break;
768 }
769
770 return index;
771}
772EXPORT_SYMBOL(page_cache_next_hole);
773
774/**
775 * page_cache_prev_hole - find the prev hole (not-present entry)
776 * @mapping: mapping
777 * @index: index
778 * @max_scan: maximum range to search
779 *
780 * Search backwards in the range [max(index-max_scan+1, 0), index] for
781 * the first hole.
782 *
783 * Returns: the index of the hole if found, otherwise returns an index
784 * outside of the set specified (in which case 'index - return >=
785 * max_scan' will be true). In rare cases of wrap-around, ULONG_MAX
786 * will be returned.
787 *
788 * page_cache_prev_hole may be called under rcu_read_lock. However,
789 * like radix_tree_gang_lookup, this will not atomically search a
790 * snapshot of the tree at a single point in time. For example, if a
791 * hole is created at index 10, then subsequently a hole is created at
792 * index 5, page_cache_prev_hole covering both indexes may return 5 if
793 * called under rcu_read_lock.
794 */
795pgoff_t page_cache_prev_hole(struct address_space *mapping,
796 pgoff_t index, unsigned long max_scan)
797{
798 unsigned long i;
799
800 for (i = 0; i < max_scan; i++) {
Johannes Weiner0cd61442014-04-03 14:47:46 -0700801 struct page *page;
802
803 page = radix_tree_lookup(&mapping->page_tree, index);
804 if (!page || radix_tree_exceptional_entry(page))
Johannes Weinere7b563b2014-04-03 14:47:44 -0700805 break;
806 index--;
807 if (index == ULONG_MAX)
808 break;
809 }
810
811 return index;
812}
813EXPORT_SYMBOL(page_cache_prev_hole);
814
815/**
Johannes Weiner0cd61442014-04-03 14:47:46 -0700816 * find_get_entry - find and get a page cache entry
Randy Dunlap485bb992006-06-23 02:03:49 -0700817 * @mapping: the address_space to search
Johannes Weiner0cd61442014-04-03 14:47:46 -0700818 * @offset: the page cache index
Randy Dunlap485bb992006-06-23 02:03:49 -0700819 *
Johannes Weiner0cd61442014-04-03 14:47:46 -0700820 * Looks up the page cache slot at @mapping & @offset. If there is a
821 * page cache page, it is returned with an increased refcount.
822 *
823 * If the slot holds a shadow entry of a previously evicted page, it
824 * is returned.
825 *
826 * Otherwise, %NULL is returned.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827 */
Johannes Weiner0cd61442014-04-03 14:47:46 -0700828struct page *find_get_entry(struct address_space *mapping, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829{
Nick Piggina60637c2008-07-25 19:45:31 -0700830 void **pagep;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831 struct page *page;
832
Nick Piggina60637c2008-07-25 19:45:31 -0700833 rcu_read_lock();
834repeat:
835 page = NULL;
836 pagep = radix_tree_lookup_slot(&mapping->page_tree, offset);
837 if (pagep) {
838 page = radix_tree_deref_slot(pagep);
Nick Piggin27d20fd2010-11-11 14:05:19 -0800839 if (unlikely(!page))
840 goto out;
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700841 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -0700842 if (radix_tree_deref_retry(page))
843 goto repeat;
844 /*
845 * Otherwise, shmem/tmpfs must be storing a swap entry
846 * here as an exceptional entry: so return it without
847 * attempting to raise page count.
848 */
849 goto out;
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700850 }
Nick Piggina60637c2008-07-25 19:45:31 -0700851 if (!page_cache_get_speculative(page))
852 goto repeat;
853
854 /*
855 * Has the page moved?
856 * This is part of the lockless pagecache protocol. See
857 * include/linux/pagemap.h for details.
858 */
859 if (unlikely(page != *pagep)) {
860 page_cache_release(page);
861 goto repeat;
862 }
863 }
Nick Piggin27d20fd2010-11-11 14:05:19 -0800864out:
Nick Piggina60637c2008-07-25 19:45:31 -0700865 rcu_read_unlock();
866
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 return page;
868}
Johannes Weiner0cd61442014-04-03 14:47:46 -0700869EXPORT_SYMBOL(find_get_entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870
Randy Dunlap485bb992006-06-23 02:03:49 -0700871/**
Johannes Weiner0cd61442014-04-03 14:47:46 -0700872 * find_get_page - find and get a page reference
Martin Waitz67be2dd2005-05-01 08:59:26 -0700873 * @mapping: the address_space to search
874 * @offset: the page index
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 *
Johannes Weiner0cd61442014-04-03 14:47:46 -0700876 * Looks up the page cache slot at @mapping & @offset. If there is a
877 * page cache page, it is returned with an increased refcount.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878 *
Johannes Weiner0cd61442014-04-03 14:47:46 -0700879 * Otherwise, %NULL is returned.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 */
Johannes Weiner0cd61442014-04-03 14:47:46 -0700881struct page *find_get_page(struct address_space *mapping, pgoff_t offset)
882{
883 struct page *page = find_get_entry(mapping, offset);
884
885 if (radix_tree_exceptional_entry(page))
886 page = NULL;
887 return page;
888}
889EXPORT_SYMBOL(find_get_page);
890
891/**
892 * find_lock_entry - locate, pin and lock a page cache entry
893 * @mapping: the address_space to search
894 * @offset: the page cache index
895 *
896 * Looks up the page cache slot at @mapping & @offset. If there is a
897 * page cache page, it is returned locked and with an increased
898 * refcount.
899 *
900 * If the slot holds a shadow entry of a previously evicted page, it
901 * is returned.
902 *
903 * Otherwise, %NULL is returned.
904 *
905 * find_lock_entry() may sleep.
906 */
907struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908{
909 struct page *page;
910
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911repeat:
Johannes Weiner0cd61442014-04-03 14:47:46 -0700912 page = find_get_entry(mapping, offset);
Hugh Dickinsa2c16d62011-08-03 16:21:19 -0700913 if (page && !radix_tree_exception(page)) {
Nick Piggina60637c2008-07-25 19:45:31 -0700914 lock_page(page);
915 /* Has the page been truncated? */
916 if (unlikely(page->mapping != mapping)) {
917 unlock_page(page);
918 page_cache_release(page);
919 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 }
Sasha Levin309381fea2014-01-23 15:52:54 -0800921 VM_BUG_ON_PAGE(page->index != offset, page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923 return page;
924}
Johannes Weiner0cd61442014-04-03 14:47:46 -0700925EXPORT_SYMBOL(find_lock_entry);
926
927/**
928 * find_lock_page - locate, pin and lock a pagecache page
929 * @mapping: the address_space to search
930 * @offset: the page index
931 *
932 * Looks up the page cache slot at @mapping & @offset. If there is a
933 * page cache page, it is returned locked and with an increased
934 * refcount.
935 *
936 * Otherwise, %NULL is returned.
937 *
938 * find_lock_page() may sleep.
939 */
940struct page *find_lock_page(struct address_space *mapping, pgoff_t offset)
941{
942 struct page *page = find_lock_entry(mapping, offset);
943
944 if (radix_tree_exceptional_entry(page))
945 page = NULL;
946 return page;
947}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948EXPORT_SYMBOL(find_lock_page);
949
950/**
951 * find_or_create_page - locate or add a pagecache page
Martin Waitz67be2dd2005-05-01 08:59:26 -0700952 * @mapping: the page's address_space
953 * @index: the page's index into the mapping
954 * @gfp_mask: page allocation mode
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955 *
Johannes Weiner0cd61442014-04-03 14:47:46 -0700956 * Looks up the page cache slot at @mapping & @offset. If there is a
957 * page cache page, it is returned locked and with an increased
958 * refcount.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 *
Johannes Weiner0cd61442014-04-03 14:47:46 -0700960 * If the page is not present, a new page is allocated using @gfp_mask
961 * and added to the page cache and the VM's LRU list. The page is
962 * returned locked and with an increased refcount.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963 *
Johannes Weiner0cd61442014-04-03 14:47:46 -0700964 * On memory exhaustion, %NULL is returned.
965 *
966 * find_or_create_page() may sleep, even if @gfp_flags specifies an
967 * atomic allocation!
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 */
969struct page *find_or_create_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -0700970 pgoff_t index, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971{
Nick Piggineb2be182007-10-16 01:24:57 -0700972 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973 int err;
974repeat:
975 page = find_lock_page(mapping, index);
976 if (!page) {
Nick Piggineb2be182007-10-16 01:24:57 -0700977 page = __page_cache_alloc(gfp_mask);
978 if (!page)
979 return NULL;
Nick Piggin67d58ac2009-01-06 14:40:28 -0800980 /*
981 * We want a regular kernel memory (not highmem or DMA etc)
982 * allocation for the radix tree nodes, but we need to honour
983 * the context-specific requirements the caller has asked for.
984 * GFP_RECLAIM_MASK collects those requirements.
985 */
986 err = add_to_page_cache_lru(page, mapping, index,
987 (gfp_mask & GFP_RECLAIM_MASK));
Nick Piggineb2be182007-10-16 01:24:57 -0700988 if (unlikely(err)) {
989 page_cache_release(page);
990 page = NULL;
991 if (err == -EEXIST)
992 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995 return page;
996}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997EXPORT_SYMBOL(find_or_create_page);
998
999/**
Johannes Weiner0cd61442014-04-03 14:47:46 -07001000 * find_get_entries - gang pagecache lookup
1001 * @mapping: The address_space to search
1002 * @start: The starting page cache index
1003 * @nr_entries: The maximum number of entries
1004 * @entries: Where the resulting entries are placed
1005 * @indices: The cache indices corresponding to the entries in @entries
1006 *
1007 * find_get_entries() will search for and return a group of up to
1008 * @nr_entries entries in the mapping. The entries are placed at
1009 * @entries. find_get_entries() takes a reference against any actual
1010 * pages it returns.
1011 *
1012 * The search returns a group of mapping-contiguous page cache entries
1013 * with ascending indexes. There may be holes in the indices due to
1014 * not-present pages.
1015 *
1016 * Any shadow entries of evicted pages are included in the returned
1017 * array.
1018 *
1019 * find_get_entries() returns the number of pages and shadow entries
1020 * which were found.
1021 */
1022unsigned find_get_entries(struct address_space *mapping,
1023 pgoff_t start, unsigned int nr_entries,
1024 struct page **entries, pgoff_t *indices)
1025{
1026 void **slot;
1027 unsigned int ret = 0;
1028 struct radix_tree_iter iter;
1029
1030 if (!nr_entries)
1031 return 0;
1032
1033 rcu_read_lock();
1034restart:
1035 radix_tree_for_each_slot(slot, &mapping->page_tree, &iter, start) {
1036 struct page *page;
1037repeat:
1038 page = radix_tree_deref_slot(slot);
1039 if (unlikely(!page))
1040 continue;
1041 if (radix_tree_exception(page)) {
1042 if (radix_tree_deref_retry(page))
1043 goto restart;
1044 /*
1045 * Otherwise, we must be storing a swap entry
1046 * here as an exceptional entry: so return it
1047 * without attempting to raise page count.
1048 */
1049 goto export;
1050 }
1051 if (!page_cache_get_speculative(page))
1052 goto repeat;
1053
1054 /* Has the page moved? */
1055 if (unlikely(page != *slot)) {
1056 page_cache_release(page);
1057 goto repeat;
1058 }
1059export:
1060 indices[ret] = iter.index;
1061 entries[ret] = page;
1062 if (++ret == nr_entries)
1063 break;
1064 }
1065 rcu_read_unlock();
1066 return ret;
1067}
1068
1069/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070 * find_get_pages - gang pagecache lookup
1071 * @mapping: The address_space to search
1072 * @start: The starting page index
1073 * @nr_pages: The maximum number of pages
1074 * @pages: Where the resulting pages are placed
1075 *
1076 * find_get_pages() will search for and return a group of up to
1077 * @nr_pages pages in the mapping. The pages are placed at @pages.
1078 * find_get_pages() takes a reference against the returned pages.
1079 *
1080 * The search returns a group of mapping-contiguous pages with ascending
1081 * indexes. There may be holes in the indices due to not-present pages.
1082 *
1083 * find_get_pages() returns the number of pages which were found.
1084 */
1085unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
1086 unsigned int nr_pages, struct page **pages)
1087{
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001088 struct radix_tree_iter iter;
1089 void **slot;
1090 unsigned ret = 0;
1091
1092 if (unlikely(!nr_pages))
1093 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094
Nick Piggina60637c2008-07-25 19:45:31 -07001095 rcu_read_lock();
1096restart:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001097 radix_tree_for_each_slot(slot, &mapping->page_tree, &iter, start) {
Nick Piggina60637c2008-07-25 19:45:31 -07001098 struct page *page;
1099repeat:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001100 page = radix_tree_deref_slot(slot);
Nick Piggina60637c2008-07-25 19:45:31 -07001101 if (unlikely(!page))
1102 continue;
Hugh Dickins9d8aa4e2011-03-22 16:33:06 -07001103
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001104 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001105 if (radix_tree_deref_retry(page)) {
1106 /*
1107 * Transient condition which can only trigger
1108 * when entry at index 0 moves out of or back
1109 * to root: none yet gotten, safe to restart.
1110 */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001111 WARN_ON(iter.index);
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001112 goto restart;
1113 }
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001114 /*
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001115 * Otherwise, shmem/tmpfs must be storing a swap entry
1116 * here as an exceptional entry: so skip over it -
1117 * we only reach this from invalidate_mapping_pages().
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001118 */
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001119 continue;
Nick Piggin27d20fd2010-11-11 14:05:19 -08001120 }
Nick Piggina60637c2008-07-25 19:45:31 -07001121
1122 if (!page_cache_get_speculative(page))
1123 goto repeat;
1124
1125 /* Has the page moved? */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001126 if (unlikely(page != *slot)) {
Nick Piggina60637c2008-07-25 19:45:31 -07001127 page_cache_release(page);
1128 goto repeat;
1129 }
1130
1131 pages[ret] = page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001132 if (++ret == nr_pages)
1133 break;
Nick Piggina60637c2008-07-25 19:45:31 -07001134 }
Hugh Dickins5b280c02011-03-22 16:33:07 -07001135
Nick Piggina60637c2008-07-25 19:45:31 -07001136 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137 return ret;
1138}
1139
Jens Axboeebf43502006-04-27 08:46:01 +02001140/**
1141 * find_get_pages_contig - gang contiguous pagecache lookup
1142 * @mapping: The address_space to search
1143 * @index: The starting page index
1144 * @nr_pages: The maximum number of pages
1145 * @pages: Where the resulting pages are placed
1146 *
1147 * find_get_pages_contig() works exactly like find_get_pages(), except
1148 * that the returned number of pages are guaranteed to be contiguous.
1149 *
1150 * find_get_pages_contig() returns the number of pages which were found.
1151 */
1152unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index,
1153 unsigned int nr_pages, struct page **pages)
1154{
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001155 struct radix_tree_iter iter;
1156 void **slot;
1157 unsigned int ret = 0;
1158
1159 if (unlikely(!nr_pages))
1160 return 0;
Jens Axboeebf43502006-04-27 08:46:01 +02001161
Nick Piggina60637c2008-07-25 19:45:31 -07001162 rcu_read_lock();
1163restart:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001164 radix_tree_for_each_contig(slot, &mapping->page_tree, &iter, index) {
Nick Piggina60637c2008-07-25 19:45:31 -07001165 struct page *page;
1166repeat:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001167 page = radix_tree_deref_slot(slot);
1168 /* The hole, there no reason to continue */
Nick Piggina60637c2008-07-25 19:45:31 -07001169 if (unlikely(!page))
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001170 break;
Hugh Dickins9d8aa4e2011-03-22 16:33:06 -07001171
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001172 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001173 if (radix_tree_deref_retry(page)) {
1174 /*
1175 * Transient condition which can only trigger
1176 * when entry at index 0 moves out of or back
1177 * to root: none yet gotten, safe to restart.
1178 */
1179 goto restart;
1180 }
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001181 /*
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001182 * Otherwise, shmem/tmpfs must be storing a swap entry
1183 * here as an exceptional entry: so stop looking for
1184 * contiguous pages.
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001185 */
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001186 break;
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001187 }
Nick Piggina60637c2008-07-25 19:45:31 -07001188
Nick Piggina60637c2008-07-25 19:45:31 -07001189 if (!page_cache_get_speculative(page))
1190 goto repeat;
1191
1192 /* Has the page moved? */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001193 if (unlikely(page != *slot)) {
Nick Piggina60637c2008-07-25 19:45:31 -07001194 page_cache_release(page);
1195 goto repeat;
1196 }
1197
Nick Piggin9cbb4cb2011-01-13 15:45:51 -08001198 /*
1199 * must check mapping and index after taking the ref.
1200 * otherwise we can get both false positives and false
1201 * negatives, which is just confusing to the caller.
1202 */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001203 if (page->mapping == NULL || page->index != iter.index) {
Nick Piggin9cbb4cb2011-01-13 15:45:51 -08001204 page_cache_release(page);
1205 break;
1206 }
1207
Nick Piggina60637c2008-07-25 19:45:31 -07001208 pages[ret] = page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001209 if (++ret == nr_pages)
1210 break;
Jens Axboeebf43502006-04-27 08:46:01 +02001211 }
Nick Piggina60637c2008-07-25 19:45:31 -07001212 rcu_read_unlock();
1213 return ret;
Jens Axboeebf43502006-04-27 08:46:01 +02001214}
David Howellsef71c152007-05-09 02:33:44 -07001215EXPORT_SYMBOL(find_get_pages_contig);
Jens Axboeebf43502006-04-27 08:46:01 +02001216
Randy Dunlap485bb992006-06-23 02:03:49 -07001217/**
1218 * find_get_pages_tag - find and return pages that match @tag
1219 * @mapping: the address_space to search
1220 * @index: the starting page index
1221 * @tag: the tag index
1222 * @nr_pages: the maximum number of pages
1223 * @pages: where the resulting pages are placed
1224 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225 * Like find_get_pages, except we only return pages which are tagged with
Randy Dunlap485bb992006-06-23 02:03:49 -07001226 * @tag. We update @index to index the next page for the traversal.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 */
1228unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
1229 int tag, unsigned int nr_pages, struct page **pages)
1230{
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001231 struct radix_tree_iter iter;
1232 void **slot;
1233 unsigned ret = 0;
1234
1235 if (unlikely(!nr_pages))
1236 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237
Nick Piggina60637c2008-07-25 19:45:31 -07001238 rcu_read_lock();
1239restart:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001240 radix_tree_for_each_tagged(slot, &mapping->page_tree,
1241 &iter, *index, tag) {
Nick Piggina60637c2008-07-25 19:45:31 -07001242 struct page *page;
1243repeat:
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001244 page = radix_tree_deref_slot(slot);
Nick Piggina60637c2008-07-25 19:45:31 -07001245 if (unlikely(!page))
1246 continue;
Hugh Dickins9d8aa4e2011-03-22 16:33:06 -07001247
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001248 if (radix_tree_exception(page)) {
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001249 if (radix_tree_deref_retry(page)) {
1250 /*
1251 * Transient condition which can only trigger
1252 * when entry at index 0 moves out of or back
1253 * to root: none yet gotten, safe to restart.
1254 */
1255 goto restart;
1256 }
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001257 /*
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001258 * This function is never used on a shmem/tmpfs
1259 * mapping, so a swap entry won't be found here.
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001260 */
Hugh Dickins8079b1c2011-08-03 16:21:28 -07001261 BUG();
Hugh Dickinsa2c16d62011-08-03 16:21:19 -07001262 }
Nick Piggina60637c2008-07-25 19:45:31 -07001263
1264 if (!page_cache_get_speculative(page))
1265 goto repeat;
1266
1267 /* Has the page moved? */
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001268 if (unlikely(page != *slot)) {
Nick Piggina60637c2008-07-25 19:45:31 -07001269 page_cache_release(page);
1270 goto repeat;
1271 }
1272
1273 pages[ret] = page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07001274 if (++ret == nr_pages)
1275 break;
Nick Piggina60637c2008-07-25 19:45:31 -07001276 }
Hugh Dickins5b280c02011-03-22 16:33:07 -07001277
Nick Piggina60637c2008-07-25 19:45:31 -07001278 rcu_read_unlock();
1279
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280 if (ret)
1281 *index = pages[ret - 1]->index + 1;
Nick Piggina60637c2008-07-25 19:45:31 -07001282
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283 return ret;
1284}
David Howellsef71c152007-05-09 02:33:44 -07001285EXPORT_SYMBOL(find_get_pages_tag);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286
Randy Dunlap485bb992006-06-23 02:03:49 -07001287/**
1288 * grab_cache_page_nowait - returns locked page at given index in given cache
1289 * @mapping: target address_space
1290 * @index: the page index
1291 *
Robert P. J. Day72fd4a32007-02-10 01:45:59 -08001292 * Same as grab_cache_page(), but do not wait if the page is unavailable.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293 * This is intended for speculative data generators, where the data can
1294 * be regenerated if the page couldn't be grabbed. This routine should
1295 * be safe to call while holding the lock for another page.
1296 *
1297 * Clear __GFP_FS when allocating the page to avoid recursion into the fs
1298 * and deadlock against the caller's locked page.
1299 */
1300struct page *
Fengguang Wu57f6b962007-10-16 01:24:37 -07001301grab_cache_page_nowait(struct address_space *mapping, pgoff_t index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302{
1303 struct page *page = find_get_page(mapping, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
1305 if (page) {
Nick Piggin529ae9a2008-08-02 12:01:03 +02001306 if (trylock_page(page))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307 return page;
1308 page_cache_release(page);
1309 return NULL;
1310 }
Nick Piggin2ae88142006-10-28 10:38:23 -07001311 page = __page_cache_alloc(mapping_gfp_mask(mapping) & ~__GFP_FS);
Nick Piggin67d58ac2009-01-06 14:40:28 -08001312 if (page && add_to_page_cache_lru(page, mapping, index, GFP_NOFS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313 page_cache_release(page);
1314 page = NULL;
1315 }
1316 return page;
1317}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318EXPORT_SYMBOL(grab_cache_page_nowait);
1319
Wu Fengguang76d42bd2006-06-25 05:48:43 -07001320/*
1321 * CD/DVDs are error prone. When a medium error occurs, the driver may fail
1322 * a _large_ part of the i/o request. Imagine the worst scenario:
1323 *
1324 * ---R__________________________________________B__________
1325 * ^ reading here ^ bad block(assume 4k)
1326 *
1327 * read(R) => miss => readahead(R...B) => media error => frustrating retries
1328 * => failing the whole request => read(R) => read(R+1) =>
1329 * readahead(R+1...B+1) => bang => read(R+2) => read(R+3) =>
1330 * readahead(R+3...B+2) => bang => read(R+3) => read(R+4) =>
1331 * readahead(R+4...B+3) => bang => read(R+4) => read(R+5) => ......
1332 *
1333 * It is going insane. Fix it by quickly scaling down the readahead size.
1334 */
1335static void shrink_readahead_size_eio(struct file *filp,
1336 struct file_ra_state *ra)
1337{
Wu Fengguang76d42bd2006-06-25 05:48:43 -07001338 ra->ra_pages /= 4;
Wu Fengguang76d42bd2006-06-25 05:48:43 -07001339}
1340
Randy Dunlap485bb992006-06-23 02:03:49 -07001341/**
Christoph Hellwig36e78912008-02-08 04:21:24 -08001342 * do_generic_file_read - generic file read routine
Randy Dunlap485bb992006-06-23 02:03:49 -07001343 * @filp: the file to read
1344 * @ppos: current file position
1345 * @desc: read_descriptor
Randy Dunlap485bb992006-06-23 02:03:49 -07001346 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347 * This is a generic file read routine, and uses the
Randy Dunlap485bb992006-06-23 02:03:49 -07001348 * mapping->a_ops->readpage() function for the actual low-level stuff.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349 *
1350 * This is really ugly. But the goto's actually try to clarify some
1351 * of the logic when it comes to error handling etc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352 */
Christoph Hellwig36e78912008-02-08 04:21:24 -08001353static void do_generic_file_read(struct file *filp, loff_t *ppos,
Kirill A. Shutemovb77d88d2013-11-14 14:30:40 -08001354 read_descriptor_t *desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355{
Christoph Hellwig36e78912008-02-08 04:21:24 -08001356 struct address_space *mapping = filp->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357 struct inode *inode = mapping->host;
Christoph Hellwig36e78912008-02-08 04:21:24 -08001358 struct file_ra_state *ra = &filp->f_ra;
Fengguang Wu57f6b962007-10-16 01:24:37 -07001359 pgoff_t index;
1360 pgoff_t last_index;
1361 pgoff_t prev_index;
1362 unsigned long offset; /* offset into pagecache page */
Jan Karaec0f1632007-05-06 14:49:25 -07001363 unsigned int prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366 index = *ppos >> PAGE_CACHE_SHIFT;
Fengguang Wu7ff81072007-10-16 01:24:35 -07001367 prev_index = ra->prev_pos >> PAGE_CACHE_SHIFT;
1368 prev_offset = ra->prev_pos & (PAGE_CACHE_SIZE-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369 last_index = (*ppos + desc->count + PAGE_CACHE_SIZE-1) >> PAGE_CACHE_SHIFT;
1370 offset = *ppos & ~PAGE_CACHE_MASK;
1371
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 for (;;) {
1373 struct page *page;
Fengguang Wu57f6b962007-10-16 01:24:37 -07001374 pgoff_t end_index;
NeilBrowna32ea1e2007-07-17 04:03:04 -07001375 loff_t isize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376 unsigned long nr, ret;
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 cond_resched();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379find_page:
1380 page = find_get_page(mapping, index);
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001381 if (!page) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001382 page_cache_sync_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -07001383 ra, filp,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001384 index, last_index - index);
1385 page = find_get_page(mapping, index);
1386 if (unlikely(page == NULL))
1387 goto no_cached_page;
1388 }
1389 if (PageReadahead(page)) {
Rusty Russellcf914a72007-07-19 01:48:08 -07001390 page_cache_async_readahead(mapping,
Fengguang Wu7ff81072007-10-16 01:24:35 -07001391 ra, filp, page,
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07001392 index, last_index - index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393 }
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001394 if (!PageUptodate(page)) {
1395 if (inode->i_blkbits == PAGE_CACHE_SHIFT ||
1396 !mapping->a_ops->is_partially_uptodate)
1397 goto page_not_up_to_date;
Nick Piggin529ae9a2008-08-02 12:01:03 +02001398 if (!trylock_page(page))
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001399 goto page_not_up_to_date;
Dave Hansen8d056cb2010-11-11 14:05:15 -08001400 /* Did it get truncated before we got the lock? */
1401 if (!page->mapping)
1402 goto page_not_up_to_date_locked;
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001403 if (!mapping->a_ops->is_partially_uptodate(page,
1404 desc, offset))
1405 goto page_not_up_to_date_locked;
1406 unlock_page(page);
1407 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408page_ok:
NeilBrowna32ea1e2007-07-17 04:03:04 -07001409 /*
1410 * i_size must be checked after we know the page is Uptodate.
1411 *
1412 * Checking i_size after the check allows us to calculate
1413 * the correct value for "nr", which means the zero-filled
1414 * part of the page is not copied back to userspace (unless
1415 * another truncate extends the file - this is desired though).
1416 */
1417
1418 isize = i_size_read(inode);
1419 end_index = (isize - 1) >> PAGE_CACHE_SHIFT;
1420 if (unlikely(!isize || index > end_index)) {
1421 page_cache_release(page);
1422 goto out;
1423 }
1424
1425 /* nr is the maximum number of bytes to copy from this page */
1426 nr = PAGE_CACHE_SIZE;
1427 if (index == end_index) {
1428 nr = ((isize - 1) & ~PAGE_CACHE_MASK) + 1;
1429 if (nr <= offset) {
1430 page_cache_release(page);
1431 goto out;
1432 }
1433 }
1434 nr = nr - offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435
1436 /* If users can be writing to this page using arbitrary
1437 * virtual addresses, take care about potential aliasing
1438 * before reading the page on the kernel side.
1439 */
1440 if (mapping_writably_mapped(mapping))
1441 flush_dcache_page(page);
1442
1443 /*
Jan Karaec0f1632007-05-06 14:49:25 -07001444 * When a sequential read accesses a page several times,
1445 * only mark it as accessed the first time.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446 */
Jan Karaec0f1632007-05-06 14:49:25 -07001447 if (prev_index != index || offset != prev_offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448 mark_page_accessed(page);
1449 prev_index = index;
1450
1451 /*
1452 * Ok, we have the page, and it's up-to-date, so
1453 * now we can copy it to user space...
1454 *
Kirill A. Shutemovb77d88d2013-11-14 14:30:40 -08001455 * The file_read_actor routine returns how many bytes were
1456 * actually used..
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457 * NOTE! This may not be the same as how much of a user buffer
1458 * we filled up (we may be padding etc), so we can only update
1459 * "pos" here (the actor routine has to update the user buffer
1460 * pointers and the remaining count).
1461 */
Kirill A. Shutemovb77d88d2013-11-14 14:30:40 -08001462 ret = file_read_actor(desc, page, offset, nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463 offset += ret;
1464 index += offset >> PAGE_CACHE_SHIFT;
1465 offset &= ~PAGE_CACHE_MASK;
Jan Kara6ce745e2007-05-06 14:49:26 -07001466 prev_offset = offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467
1468 page_cache_release(page);
1469 if (ret == nr && desc->count)
1470 continue;
1471 goto out;
1472
1473page_not_up_to_date:
1474 /* Get exclusive access to the page ... */
Oleg Nesterov85462322008-06-08 21:20:43 +04001475 error = lock_page_killable(page);
1476 if (unlikely(error))
1477 goto readpage_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07001479page_not_up_to_date_locked:
Nick Pigginda6052f2006-09-25 23:31:35 -07001480 /* Did it get truncated before we got the lock? */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481 if (!page->mapping) {
1482 unlock_page(page);
1483 page_cache_release(page);
1484 continue;
1485 }
1486
1487 /* Did somebody else fill it already? */
1488 if (PageUptodate(page)) {
1489 unlock_page(page);
1490 goto page_ok;
1491 }
1492
1493readpage:
Jeff Moyer91803b42010-05-26 11:49:40 -04001494 /*
1495 * A previous I/O error may have been due to temporary
1496 * failures, eg. multipath errors.
1497 * PG_error will be set again if readpage fails.
1498 */
1499 ClearPageError(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500 /* Start the actual read. The read will unlock the page. */
1501 error = mapping->a_ops->readpage(filp, page);
1502
Zach Brown994fc28c2005-12-15 14:28:17 -08001503 if (unlikely(error)) {
1504 if (error == AOP_TRUNCATED_PAGE) {
1505 page_cache_release(page);
1506 goto find_page;
1507 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508 goto readpage_error;
Zach Brown994fc28c2005-12-15 14:28:17 -08001509 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510
1511 if (!PageUptodate(page)) {
Oleg Nesterov85462322008-06-08 21:20:43 +04001512 error = lock_page_killable(page);
1513 if (unlikely(error))
1514 goto readpage_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 if (!PageUptodate(page)) {
1516 if (page->mapping == NULL) {
1517 /*
Christoph Hellwig2ecdc822010-01-26 17:27:20 +01001518 * invalidate_mapping_pages got it
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 */
1520 unlock_page(page);
1521 page_cache_release(page);
1522 goto find_page;
1523 }
1524 unlock_page(page);
Fengguang Wu7ff81072007-10-16 01:24:35 -07001525 shrink_readahead_size_eio(filp, ra);
Oleg Nesterov85462322008-06-08 21:20:43 +04001526 error = -EIO;
1527 goto readpage_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528 }
1529 unlock_page(page);
1530 }
1531
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532 goto page_ok;
1533
1534readpage_error:
1535 /* UHHUH! A synchronous read error occurred. Report it */
1536 desc->error = error;
1537 page_cache_release(page);
1538 goto out;
1539
1540no_cached_page:
1541 /*
1542 * Ok, it wasn't cached, so we need to create a new
1543 * page..
1544 */
Nick Piggineb2be182007-10-16 01:24:57 -07001545 page = page_cache_alloc_cold(mapping);
1546 if (!page) {
1547 desc->error = -ENOMEM;
1548 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 }
Nick Piggineb2be182007-10-16 01:24:57 -07001550 error = add_to_page_cache_lru(page, mapping,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551 index, GFP_KERNEL);
1552 if (error) {
Nick Piggineb2be182007-10-16 01:24:57 -07001553 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554 if (error == -EEXIST)
1555 goto find_page;
1556 desc->error = error;
1557 goto out;
1558 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559 goto readpage;
1560 }
1561
1562out:
Fengguang Wu7ff81072007-10-16 01:24:35 -07001563 ra->prev_pos = prev_index;
1564 ra->prev_pos <<= PAGE_CACHE_SHIFT;
1565 ra->prev_pos |= prev_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566
Fengguang Wuf4e6b492007-10-16 01:24:33 -07001567 *ppos = ((loff_t)index << PAGE_CACHE_SHIFT) + offset;
Krishna Kumar0c6aa262008-10-15 22:01:13 -07001568 file_accessed(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570
1571int file_read_actor(read_descriptor_t *desc, struct page *page,
1572 unsigned long offset, unsigned long size)
1573{
1574 char *kaddr;
1575 unsigned long left, count = desc->count;
1576
1577 if (size > count)
1578 size = count;
1579
1580 /*
1581 * Faults on the destination of a read are common, so do it before
1582 * taking the kmap.
1583 */
1584 if (!fault_in_pages_writeable(desc->arg.buf, size)) {
Cong Wang9b04c5f2011-11-25 23:14:39 +08001585 kaddr = kmap_atomic(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586 left = __copy_to_user_inatomic(desc->arg.buf,
1587 kaddr + offset, size);
Cong Wang9b04c5f2011-11-25 23:14:39 +08001588 kunmap_atomic(kaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589 if (left == 0)
1590 goto success;
1591 }
1592
1593 /* Do it the slow way */
1594 kaddr = kmap(page);
1595 left = __copy_to_user(desc->arg.buf, kaddr + offset, size);
1596 kunmap(page);
1597
1598 if (left) {
1599 size -= left;
1600 desc->error = -EFAULT;
1601 }
1602success:
1603 desc->count = count - size;
1604 desc->written += size;
1605 desc->arg.buf += size;
1606 return size;
1607}
1608
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001609/*
1610 * Performs necessary checks before doing a write
1611 * @iov: io vector request
1612 * @nr_segs: number of segments in the iovec
1613 * @count: number of bytes to write
1614 * @access_flags: type of access: %VERIFY_READ or %VERIFY_WRITE
1615 *
1616 * Adjust number of segments and amount of bytes to write (nr_segs should be
1617 * properly initialized first). Returns appropriate error code that caller
1618 * should return or zero in case that write should be allowed.
1619 */
1620int generic_segment_checks(const struct iovec *iov,
1621 unsigned long *nr_segs, size_t *count, int access_flags)
1622{
1623 unsigned long seg;
1624 size_t cnt = 0;
1625 for (seg = 0; seg < *nr_segs; seg++) {
1626 const struct iovec *iv = &iov[seg];
1627
1628 /*
1629 * If any segment has a negative length, or the cumulative
1630 * length ever wraps negative then return -EINVAL.
1631 */
1632 cnt += iv->iov_len;
1633 if (unlikely((ssize_t)(cnt|iv->iov_len) < 0))
1634 return -EINVAL;
1635 if (access_ok(access_flags, iv->iov_base, iv->iov_len))
1636 continue;
1637 if (seg == 0)
1638 return -EFAULT;
1639 *nr_segs = seg;
1640 cnt -= iv->iov_len; /* This segment is no good */
1641 break;
1642 }
1643 *count = cnt;
1644 return 0;
1645}
1646EXPORT_SYMBOL(generic_segment_checks);
1647
Randy Dunlap485bb992006-06-23 02:03:49 -07001648/**
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001649 * generic_file_aio_read - generic filesystem read routine
Randy Dunlap485bb992006-06-23 02:03:49 -07001650 * @iocb: kernel I/O control block
1651 * @iov: io vector request
1652 * @nr_segs: number of segments in the iovec
Henrik Kretzschmarb2abacf2006-10-04 02:15:22 -07001653 * @pos: current file position
Randy Dunlap485bb992006-06-23 02:03:49 -07001654 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655 * This is the "read()" routine for all filesystems
1656 * that can use the page cache directly.
1657 */
1658ssize_t
Badari Pulavarty543ade12006-09-30 23:28:48 -07001659generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
1660 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661{
1662 struct file *filp = iocb->ki_filp;
1663 ssize_t retval;
Josef Bacik66f998f2010-05-23 11:00:54 -04001664 unsigned long seg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665 size_t count;
Badari Pulavarty543ade12006-09-30 23:28:48 -07001666 loff_t *ppos = &iocb->ki_pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667
1668 count = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07001669 retval = generic_segment_checks(iov, &nr_segs, &count, VERIFY_WRITE);
1670 if (retval)
1671 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672
1673 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
1674 if (filp->f_flags & O_DIRECT) {
Badari Pulavarty543ade12006-09-30 23:28:48 -07001675 loff_t size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676 struct address_space *mapping;
1677 struct inode *inode;
1678
1679 mapping = filp->f_mapping;
1680 inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681 if (!count)
1682 goto out; /* skip atime */
1683 size = i_size_read(inode);
Steven Whitehouse9fe55ee2014-01-24 14:42:22 +00001684 retval = filemap_write_and_wait_range(mapping, pos,
Nick Piggin48b47c52009-01-06 14:40:22 -08001685 pos + iov_length(iov, nr_segs) - 1);
Steven Whitehouse9fe55ee2014-01-24 14:42:22 +00001686 if (!retval) {
1687 retval = mapping->a_ops->direct_IO(READ, iocb,
1688 iov, pos, nr_segs);
1689 }
1690 if (retval > 0) {
1691 *ppos = pos + retval;
1692 count -= retval;
1693 }
Josef Bacik66f998f2010-05-23 11:00:54 -04001694
Steven Whitehouse9fe55ee2014-01-24 14:42:22 +00001695 /*
1696 * Btrfs can have a short DIO read if we encounter
1697 * compressed extents, so if there was an error, or if
1698 * we've already read everything we wanted to, or if
1699 * there was a short read because we hit EOF, go ahead
1700 * and return. Otherwise fallthrough to buffered io for
1701 * the rest of the read.
1702 */
1703 if (retval < 0 || !count || *ppos >= size) {
1704 file_accessed(filp);
1705 goto out;
Steven Whitehouse0e0bcae2006-09-27 14:45:07 -04001706 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 }
1708
Josef Bacik66f998f2010-05-23 11:00:54 -04001709 count = retval;
Hugh Dickins11fa977e2008-07-23 21:27:34 -07001710 for (seg = 0; seg < nr_segs; seg++) {
1711 read_descriptor_t desc;
Josef Bacik66f998f2010-05-23 11:00:54 -04001712 loff_t offset = 0;
1713
1714 /*
1715 * If we did a short DIO read we need to skip the section of the
1716 * iov that we've already read data into.
1717 */
1718 if (count) {
1719 if (count > iov[seg].iov_len) {
1720 count -= iov[seg].iov_len;
1721 continue;
1722 }
1723 offset = count;
1724 count = 0;
1725 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726
Hugh Dickins11fa977e2008-07-23 21:27:34 -07001727 desc.written = 0;
Josef Bacik66f998f2010-05-23 11:00:54 -04001728 desc.arg.buf = iov[seg].iov_base + offset;
1729 desc.count = iov[seg].iov_len - offset;
Hugh Dickins11fa977e2008-07-23 21:27:34 -07001730 if (desc.count == 0)
1731 continue;
1732 desc.error = 0;
Kirill A. Shutemovb77d88d2013-11-14 14:30:40 -08001733 do_generic_file_read(filp, ppos, &desc);
Hugh Dickins11fa977e2008-07-23 21:27:34 -07001734 retval += desc.written;
1735 if (desc.error) {
1736 retval = retval ?: desc.error;
1737 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 }
Hugh Dickins11fa977e2008-07-23 21:27:34 -07001739 if (desc.count > 0)
1740 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 }
1742out:
1743 return retval;
1744}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745EXPORT_SYMBOL(generic_file_aio_read);
1746
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747#ifdef CONFIG_MMU
Randy Dunlap485bb992006-06-23 02:03:49 -07001748/**
1749 * page_cache_read - adds requested page to the page cache if not already there
1750 * @file: file to read
1751 * @offset: page index
1752 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 * This adds the requested page to the page cache if it isn't already there,
1754 * and schedules an I/O to read in its contents from disk.
1755 */
Harvey Harrison920c7a52008-02-04 22:29:26 -08001756static int page_cache_read(struct file *file, pgoff_t offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757{
1758 struct address_space *mapping = file->f_mapping;
1759 struct page *page;
Zach Brown994fc28c2005-12-15 14:28:17 -08001760 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761
Zach Brown994fc28c2005-12-15 14:28:17 -08001762 do {
1763 page = page_cache_alloc_cold(mapping);
1764 if (!page)
1765 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
Zach Brown994fc28c2005-12-15 14:28:17 -08001767 ret = add_to_page_cache_lru(page, mapping, offset, GFP_KERNEL);
1768 if (ret == 0)
1769 ret = mapping->a_ops->readpage(file, page);
1770 else if (ret == -EEXIST)
1771 ret = 0; /* losing race to add is OK */
1772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773 page_cache_release(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774
Zach Brown994fc28c2005-12-15 14:28:17 -08001775 } while (ret == AOP_TRUNCATED_PAGE);
1776
1777 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778}
1779
1780#define MMAP_LOTSAMISS (100)
1781
Linus Torvaldsef00e082009-06-16 15:31:25 -07001782/*
1783 * Synchronous readahead happens when we don't even find
1784 * a page in the page cache at all.
1785 */
1786static void do_sync_mmap_readahead(struct vm_area_struct *vma,
1787 struct file_ra_state *ra,
1788 struct file *file,
1789 pgoff_t offset)
1790{
1791 unsigned long ra_pages;
1792 struct address_space *mapping = file->f_mapping;
1793
1794 /* If we don't want any read-ahead, don't bother */
Joe Perches64363aa2013-07-08 16:00:18 -07001795 if (vma->vm_flags & VM_RAND_READ)
Linus Torvaldsef00e082009-06-16 15:31:25 -07001796 return;
Wu Fengguang275b12b2011-05-24 17:12:28 -07001797 if (!ra->ra_pages)
1798 return;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001799
Joe Perches64363aa2013-07-08 16:00:18 -07001800 if (vma->vm_flags & VM_SEQ_READ) {
Wu Fengguang7ffc59b2009-06-16 15:31:38 -07001801 page_cache_sync_readahead(mapping, ra, file, offset,
1802 ra->ra_pages);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001803 return;
1804 }
1805
Andi Kleen207d04b2011-05-24 17:12:29 -07001806 /* Avoid banging the cache line if not needed */
1807 if (ra->mmap_miss < MMAP_LOTSAMISS * 10)
Linus Torvaldsef00e082009-06-16 15:31:25 -07001808 ra->mmap_miss++;
1809
1810 /*
1811 * Do we miss much more than hit in this file? If so,
1812 * stop bothering with read-ahead. It will only hurt.
1813 */
1814 if (ra->mmap_miss > MMAP_LOTSAMISS)
1815 return;
1816
Wu Fengguangd30a1102009-06-16 15:31:30 -07001817 /*
1818 * mmap read-around
1819 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001820 ra_pages = max_sane_readahead(ra->ra_pages);
Wu Fengguang275b12b2011-05-24 17:12:28 -07001821 ra->start = max_t(long, 0, offset - ra_pages / 2);
1822 ra->size = ra_pages;
Wu Fengguang2cbea1d2011-05-24 17:12:30 -07001823 ra->async_size = ra_pages / 4;
Wu Fengguang275b12b2011-05-24 17:12:28 -07001824 ra_submit(ra, mapping, file);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001825}
1826
1827/*
1828 * Asynchronous readahead happens when we find the page and PG_readahead,
1829 * so we want to possibly extend the readahead further..
1830 */
1831static void do_async_mmap_readahead(struct vm_area_struct *vma,
1832 struct file_ra_state *ra,
1833 struct file *file,
1834 struct page *page,
1835 pgoff_t offset)
1836{
1837 struct address_space *mapping = file->f_mapping;
1838
1839 /* If we don't want any read-ahead, don't bother */
Joe Perches64363aa2013-07-08 16:00:18 -07001840 if (vma->vm_flags & VM_RAND_READ)
Linus Torvaldsef00e082009-06-16 15:31:25 -07001841 return;
1842 if (ra->mmap_miss > 0)
1843 ra->mmap_miss--;
1844 if (PageReadahead(page))
Wu Fengguang2fad6f52009-06-16 15:31:29 -07001845 page_cache_async_readahead(mapping, ra, file,
1846 page, offset, ra->ra_pages);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001847}
1848
Randy Dunlap485bb992006-06-23 02:03:49 -07001849/**
Nick Piggin54cb8822007-07-19 01:46:59 -07001850 * filemap_fault - read in file data for page fault handling
Nick Piggind0217ac2007-07-19 01:47:03 -07001851 * @vma: vma in which the fault was taken
1852 * @vmf: struct vm_fault containing details of the fault
Randy Dunlap485bb992006-06-23 02:03:49 -07001853 *
Nick Piggin54cb8822007-07-19 01:46:59 -07001854 * filemap_fault() is invoked via the vma operations vector for a
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 * mapped memory region to read in file data during a page fault.
1856 *
1857 * The goto's are kind of ugly, but this streamlines the normal case of having
1858 * it in the page cache, and handles the special cases reasonably without
1859 * having a lot of duplicated code.
1860 */
Nick Piggind0217ac2007-07-19 01:47:03 -07001861int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862{
1863 int error;
Nick Piggin54cb8822007-07-19 01:46:59 -07001864 struct file *file = vma->vm_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 struct address_space *mapping = file->f_mapping;
1866 struct file_ra_state *ra = &file->f_ra;
1867 struct inode *inode = mapping->host;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001868 pgoff_t offset = vmf->pgoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869 struct page *page;
Jan Kara2004dc82008-02-08 04:20:11 -08001870 pgoff_t size;
Nick Piggin83c54072007-07-19 01:47:05 -07001871 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001874 if (offset >= size)
Linus Torvalds5307cc12007-10-31 09:19:46 -07001875 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877 /*
Johannes Weiner49426422013-10-16 13:46:59 -07001878 * Do we have something in the page cache already?
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001880 page = find_get_page(mapping, offset);
Shaohua Li45cac652012-10-08 16:32:19 -07001881 if (likely(page) && !(vmf->flags & FAULT_FLAG_TRIED)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 /*
Linus Torvaldsef00e082009-06-16 15:31:25 -07001883 * We found the page, so try async readahead before
1884 * waiting for the lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001886 do_async_mmap_readahead(vma, ra, file, page, offset);
Shaohua Li45cac652012-10-08 16:32:19 -07001887 } else if (!page) {
Linus Torvaldsef00e082009-06-16 15:31:25 -07001888 /* No page in the page cache at all */
1889 do_sync_mmap_readahead(vma, ra, file, offset);
1890 count_vm_event(PGMAJFAULT);
Ying Han456f9982011-05-26 16:25:38 -07001891 mem_cgroup_count_vm_event(vma->vm_mm, PGMAJFAULT);
Linus Torvaldsef00e082009-06-16 15:31:25 -07001892 ret = VM_FAULT_MAJOR;
1893retry_find:
Michel Lespinasseb522c942010-10-26 14:21:56 -07001894 page = find_get_page(mapping, offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895 if (!page)
1896 goto no_cached_page;
1897 }
1898
Michel Lespinassed88c0922010-11-02 13:05:18 -07001899 if (!lock_page_or_retry(page, vma->vm_mm, vmf->flags)) {
1900 page_cache_release(page);
Michel Lespinassed065bd82010-10-26 14:21:57 -07001901 return ret | VM_FAULT_RETRY;
Michel Lespinassed88c0922010-11-02 13:05:18 -07001902 }
Michel Lespinasseb522c942010-10-26 14:21:56 -07001903
1904 /* Did it get truncated? */
1905 if (unlikely(page->mapping != mapping)) {
1906 unlock_page(page);
1907 put_page(page);
1908 goto retry_find;
1909 }
Sasha Levin309381fea2014-01-23 15:52:54 -08001910 VM_BUG_ON_PAGE(page->index != offset, page);
Michel Lespinasseb522c942010-10-26 14:21:56 -07001911
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 /*
Nick Piggind00806b2007-07-19 01:46:57 -07001913 * We have a locked page in the page cache, now we need to check
1914 * that it's up-to-date. If not, it is going to be due to an error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 */
Nick Piggind00806b2007-07-19 01:46:57 -07001916 if (unlikely(!PageUptodate(page)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917 goto page_not_uptodate;
1918
Linus Torvaldsef00e082009-06-16 15:31:25 -07001919 /*
1920 * Found the page and have a reference on it.
1921 * We must recheck i_size under page lock.
1922 */
Nick Piggind00806b2007-07-19 01:46:57 -07001923 size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
Linus Torvaldsef00e082009-06-16 15:31:25 -07001924 if (unlikely(offset >= size)) {
Nick Piggind00806b2007-07-19 01:46:57 -07001925 unlock_page(page);
Yan Zheng745ad482007-10-08 10:08:37 -07001926 page_cache_release(page);
Linus Torvalds5307cc12007-10-31 09:19:46 -07001927 return VM_FAULT_SIGBUS;
Nick Piggind00806b2007-07-19 01:46:57 -07001928 }
1929
Nick Piggind0217ac2007-07-19 01:47:03 -07001930 vmf->page = page;
Nick Piggin83c54072007-07-19 01:47:05 -07001931 return ret | VM_FAULT_LOCKED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933no_cached_page:
1934 /*
1935 * We're only likely to ever get here if MADV_RANDOM is in
1936 * effect.
1937 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07001938 error = page_cache_read(file, offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939
1940 /*
1941 * The page we want has now been added to the page cache.
1942 * In the unlikely event that someone removed it in the
1943 * meantime, we'll just come back here and read it again.
1944 */
1945 if (error >= 0)
1946 goto retry_find;
1947
1948 /*
1949 * An error return from page_cache_read can result if the
1950 * system is low on memory, or a problem occurs while trying
1951 * to schedule I/O.
1952 */
1953 if (error == -ENOMEM)
Nick Piggind0217ac2007-07-19 01:47:03 -07001954 return VM_FAULT_OOM;
1955 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956
1957page_not_uptodate:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958 /*
1959 * Umm, take care of errors if the page isn't up-to-date.
1960 * Try to re-read it _once_. We do this synchronously,
1961 * because there really aren't any performance issues here
1962 * and we need to check for errors.
1963 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964 ClearPageError(page);
Zach Brown994fc28c2005-12-15 14:28:17 -08001965 error = mapping->a_ops->readpage(file, page);
Miklos Szeredi3ef0f722008-05-14 16:05:37 -07001966 if (!error) {
1967 wait_on_page_locked(page);
1968 if (!PageUptodate(page))
1969 error = -EIO;
1970 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971 page_cache_release(page);
Nick Piggind00806b2007-07-19 01:46:57 -07001972
1973 if (!error || error == AOP_TRUNCATED_PAGE)
1974 goto retry_find;
1975
1976 /* Things didn't work out. Return zero to tell the mm layer so. */
1977 shrink_readahead_size_eio(file, ra);
Nick Piggind0217ac2007-07-19 01:47:03 -07001978 return VM_FAULT_SIGBUS;
Nick Piggin54cb8822007-07-19 01:46:59 -07001979}
1980EXPORT_SYMBOL(filemap_fault);
1981
Jan Kara4fcf1c62012-06-12 16:20:29 +02001982int filemap_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
1983{
1984 struct page *page = vmf->page;
Al Viro496ad9a2013-01-23 17:07:38 -05001985 struct inode *inode = file_inode(vma->vm_file);
Jan Kara4fcf1c62012-06-12 16:20:29 +02001986 int ret = VM_FAULT_LOCKED;
1987
Jan Kara14da9202012-06-12 16:20:37 +02001988 sb_start_pagefault(inode->i_sb);
Jan Kara4fcf1c62012-06-12 16:20:29 +02001989 file_update_time(vma->vm_file);
1990 lock_page(page);
1991 if (page->mapping != inode->i_mapping) {
1992 unlock_page(page);
1993 ret = VM_FAULT_NOPAGE;
1994 goto out;
1995 }
Jan Kara14da9202012-06-12 16:20:37 +02001996 /*
1997 * We mark the page dirty already here so that when freeze is in
1998 * progress, we are guaranteed that writeback during freezing will
1999 * see the dirty page and writeprotect it again.
2000 */
2001 set_page_dirty(page);
Darrick J. Wong1d1d1a72013-02-21 16:42:51 -08002002 wait_for_stable_page(page);
Jan Kara4fcf1c62012-06-12 16:20:29 +02002003out:
Jan Kara14da9202012-06-12 16:20:37 +02002004 sb_end_pagefault(inode->i_sb);
Jan Kara4fcf1c62012-06-12 16:20:29 +02002005 return ret;
2006}
2007EXPORT_SYMBOL(filemap_page_mkwrite);
2008
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04002009const struct vm_operations_struct generic_file_vm_ops = {
Nick Piggin54cb8822007-07-19 01:46:59 -07002010 .fault = filemap_fault,
Jan Kara4fcf1c62012-06-12 16:20:29 +02002011 .page_mkwrite = filemap_page_mkwrite,
Konstantin Khlebnikov0b173bc2012-10-08 16:28:46 -07002012 .remap_pages = generic_file_remap_pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013};
2014
2015/* This is used for a general mmap of a disk file */
2016
2017int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
2018{
2019 struct address_space *mapping = file->f_mapping;
2020
2021 if (!mapping->a_ops->readpage)
2022 return -ENOEXEC;
2023 file_accessed(file);
2024 vma->vm_ops = &generic_file_vm_ops;
2025 return 0;
2026}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027
2028/*
2029 * This is for filesystems which do not implement ->writepage.
2030 */
2031int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma)
2032{
2033 if ((vma->vm_flags & VM_SHARED) && (vma->vm_flags & VM_MAYWRITE))
2034 return -EINVAL;
2035 return generic_file_mmap(file, vma);
2036}
2037#else
2038int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
2039{
2040 return -ENOSYS;
2041}
2042int generic_file_readonly_mmap(struct file * file, struct vm_area_struct * vma)
2043{
2044 return -ENOSYS;
2045}
2046#endif /* CONFIG_MMU */
2047
2048EXPORT_SYMBOL(generic_file_mmap);
2049EXPORT_SYMBOL(generic_file_readonly_mmap);
2050
Nick Piggin6fe69002007-05-06 14:49:04 -07002051static struct page *__read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07002052 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07002053 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002054 void *data,
2055 gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056{
Nick Piggineb2be182007-10-16 01:24:57 -07002057 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058 int err;
2059repeat:
2060 page = find_get_page(mapping, index);
2061 if (!page) {
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002062 page = __page_cache_alloc(gfp | __GFP_COLD);
Nick Piggineb2be182007-10-16 01:24:57 -07002063 if (!page)
2064 return ERR_PTR(-ENOMEM);
Dave Kleikampe6f67b82011-12-21 11:05:48 -06002065 err = add_to_page_cache_lru(page, mapping, index, gfp);
Nick Piggineb2be182007-10-16 01:24:57 -07002066 if (unlikely(err)) {
2067 page_cache_release(page);
2068 if (err == -EEXIST)
2069 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 /* Presumably ENOMEM for radix tree node */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071 return ERR_PTR(err);
2072 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073 err = filler(data, page);
2074 if (err < 0) {
2075 page_cache_release(page);
2076 page = ERR_PTR(err);
2077 }
2078 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079 return page;
2080}
2081
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002082static struct page *do_read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07002083 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07002084 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002085 void *data,
2086 gfp_t gfp)
2087
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088{
2089 struct page *page;
2090 int err;
2091
2092retry:
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002093 page = __read_cache_page(mapping, index, filler, data, gfp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 if (IS_ERR(page))
David Howellsc855ff32007-05-09 13:42:20 +01002095 return page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 if (PageUptodate(page))
2097 goto out;
2098
2099 lock_page(page);
2100 if (!page->mapping) {
2101 unlock_page(page);
2102 page_cache_release(page);
2103 goto retry;
2104 }
2105 if (PageUptodate(page)) {
2106 unlock_page(page);
2107 goto out;
2108 }
2109 err = filler(data, page);
2110 if (err < 0) {
2111 page_cache_release(page);
David Howellsc855ff32007-05-09 13:42:20 +01002112 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113 }
David Howellsc855ff32007-05-09 13:42:20 +01002114out:
Nick Piggin6fe69002007-05-06 14:49:04 -07002115 mark_page_accessed(page);
2116 return page;
2117}
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002118
2119/**
2120 * read_cache_page_async - read into page cache, fill it if needed
2121 * @mapping: the page's address_space
2122 * @index: the page index
2123 * @filler: function to perform the read
Hugh Dickins5e5358e2011-07-25 17:12:23 -07002124 * @data: first arg to filler(data, page) function, often left as NULL
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002125 *
2126 * Same as read_cache_page, but don't wait for page to become unlocked
2127 * after submitting it to the filler.
2128 *
2129 * Read into the page cache. If a page already exists, and PageUptodate() is
2130 * not set, try to fill the page but don't wait for it to become unlocked.
2131 *
2132 * If the page does not get brought uptodate, return -EIO.
2133 */
2134struct page *read_cache_page_async(struct address_space *mapping,
2135 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07002136 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002137 void *data)
2138{
2139 return do_read_cache_page(mapping, index, filler, data, mapping_gfp_mask(mapping));
2140}
Nick Piggin6fe69002007-05-06 14:49:04 -07002141EXPORT_SYMBOL(read_cache_page_async);
2142
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002143static struct page *wait_on_page_read(struct page *page)
2144{
2145 if (!IS_ERR(page)) {
2146 wait_on_page_locked(page);
2147 if (!PageUptodate(page)) {
2148 page_cache_release(page);
2149 page = ERR_PTR(-EIO);
2150 }
2151 }
2152 return page;
2153}
2154
2155/**
2156 * read_cache_page_gfp - read into page cache, using specified page allocation flags.
2157 * @mapping: the page's address_space
2158 * @index: the page index
2159 * @gfp: the page allocator flags to use if allocating
2160 *
2161 * This is the same as "read_mapping_page(mapping, index, NULL)", but with
Dave Kleikampe6f67b82011-12-21 11:05:48 -06002162 * any new page allocations done using the specified allocation flags.
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002163 *
2164 * If the page does not get brought uptodate, return -EIO.
2165 */
2166struct page *read_cache_page_gfp(struct address_space *mapping,
2167 pgoff_t index,
2168 gfp_t gfp)
2169{
2170 filler_t *filler = (filler_t *)mapping->a_ops->readpage;
2171
2172 return wait_on_page_read(do_read_cache_page(mapping, index, filler, NULL, gfp));
2173}
2174EXPORT_SYMBOL(read_cache_page_gfp);
2175
Nick Piggin6fe69002007-05-06 14:49:04 -07002176/**
2177 * read_cache_page - read into page cache, fill it if needed
2178 * @mapping: the page's address_space
2179 * @index: the page index
2180 * @filler: function to perform the read
Hugh Dickins5e5358e2011-07-25 17:12:23 -07002181 * @data: first arg to filler(data, page) function, often left as NULL
Nick Piggin6fe69002007-05-06 14:49:04 -07002182 *
2183 * Read into the page cache. If a page already exists, and PageUptodate() is
2184 * not set, try to fill the page then wait for it to become unlocked.
2185 *
2186 * If the page does not get brought uptodate, return -EIO.
2187 */
2188struct page *read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07002189 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07002190 int (*filler)(void *, struct page *),
Nick Piggin6fe69002007-05-06 14:49:04 -07002191 void *data)
2192{
Linus Torvalds0531b2a2010-01-27 09:20:03 -08002193 return wait_on_page_read(read_cache_page_async(mapping, index, filler, data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195EXPORT_SYMBOL(read_cache_page);
2196
Nick Piggin2f718ff2007-10-16 01:24:59 -07002197static size_t __iovec_copy_from_user_inatomic(char *vaddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198 const struct iovec *iov, size_t base, size_t bytes)
2199{
Ingo Molnarf1800532009-03-02 11:00:57 +01002200 size_t copied = 0, left = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201
2202 while (bytes) {
2203 char __user *buf = iov->iov_base + base;
2204 int copy = min(bytes, iov->iov_len - base);
2205
2206 base = 0;
Ingo Molnarf1800532009-03-02 11:00:57 +01002207 left = __copy_from_user_inatomic(vaddr, buf, copy);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208 copied += copy;
2209 bytes -= copy;
2210 vaddr += copy;
2211 iov++;
2212
NeilBrown01408c42006-06-25 05:47:58 -07002213 if (unlikely(left))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 }
2216 return copied - left;
2217}
2218
2219/*
Nick Piggin2f718ff2007-10-16 01:24:59 -07002220 * Copy as much as we can into the page and return the number of bytes which
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02002221 * were successfully copied. If a fault is encountered then return the number of
Nick Piggin2f718ff2007-10-16 01:24:59 -07002222 * bytes which were copied.
2223 */
2224size_t iov_iter_copy_from_user_atomic(struct page *page,
2225 struct iov_iter *i, unsigned long offset, size_t bytes)
2226{
2227 char *kaddr;
2228 size_t copied;
2229
2230 BUG_ON(!in_atomic());
Cong Wang9b04c5f2011-11-25 23:14:39 +08002231 kaddr = kmap_atomic(page);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002232 if (likely(i->nr_segs == 1)) {
2233 int left;
2234 char __user *buf = i->iov->iov_base + i->iov_offset;
Ingo Molnarf1800532009-03-02 11:00:57 +01002235 left = __copy_from_user_inatomic(kaddr + offset, buf, bytes);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002236 copied = bytes - left;
2237 } else {
2238 copied = __iovec_copy_from_user_inatomic(kaddr + offset,
2239 i->iov, i->iov_offset, bytes);
2240 }
Cong Wang9b04c5f2011-11-25 23:14:39 +08002241 kunmap_atomic(kaddr);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002242
2243 return copied;
2244}
Nick Piggin89e10782007-10-16 01:25:07 -07002245EXPORT_SYMBOL(iov_iter_copy_from_user_atomic);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002246
2247/*
2248 * This has the same sideeffects and return value as
2249 * iov_iter_copy_from_user_atomic().
2250 * The difference is that it attempts to resolve faults.
2251 * Page must not be locked.
2252 */
2253size_t iov_iter_copy_from_user(struct page *page,
2254 struct iov_iter *i, unsigned long offset, size_t bytes)
2255{
2256 char *kaddr;
2257 size_t copied;
2258
2259 kaddr = kmap(page);
2260 if (likely(i->nr_segs == 1)) {
2261 int left;
2262 char __user *buf = i->iov->iov_base + i->iov_offset;
Ingo Molnarf1800532009-03-02 11:00:57 +01002263 left = __copy_from_user(kaddr + offset, buf, bytes);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002264 copied = bytes - left;
2265 } else {
2266 copied = __iovec_copy_from_user_inatomic(kaddr + offset,
2267 i->iov, i->iov_offset, bytes);
2268 }
2269 kunmap(page);
2270 return copied;
2271}
Nick Piggin89e10782007-10-16 01:25:07 -07002272EXPORT_SYMBOL(iov_iter_copy_from_user);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002273
Nick Pigginf7009262008-03-10 11:43:59 -07002274void iov_iter_advance(struct iov_iter *i, size_t bytes)
Nick Piggin2f718ff2007-10-16 01:24:59 -07002275{
Nick Pigginf7009262008-03-10 11:43:59 -07002276 BUG_ON(i->count < bytes);
2277
Nick Piggin2f718ff2007-10-16 01:24:59 -07002278 if (likely(i->nr_segs == 1)) {
2279 i->iov_offset += bytes;
Nick Pigginf7009262008-03-10 11:43:59 -07002280 i->count -= bytes;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002281 } else {
2282 const struct iovec *iov = i->iov;
2283 size_t base = i->iov_offset;
Jeff Layton39be79c2011-10-27 23:53:08 +02002284 unsigned long nr_segs = i->nr_segs;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002285
Nick Piggin124d3b72008-02-02 15:01:17 +01002286 /*
2287 * The !iov->iov_len check ensures we skip over unlikely
Nick Pigginf7009262008-03-10 11:43:59 -07002288 * zero-length segments (without overruning the iovec).
Nick Piggin124d3b72008-02-02 15:01:17 +01002289 */
Linus Torvalds94ad3742008-07-30 14:45:12 -07002290 while (bytes || unlikely(i->count && !iov->iov_len)) {
Nick Pigginf7009262008-03-10 11:43:59 -07002291 int copy;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002292
Nick Pigginf7009262008-03-10 11:43:59 -07002293 copy = min(bytes, iov->iov_len - base);
2294 BUG_ON(!i->count || i->count < copy);
2295 i->count -= copy;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002296 bytes -= copy;
2297 base += copy;
2298 if (iov->iov_len == base) {
2299 iov++;
Jeff Layton39be79c2011-10-27 23:53:08 +02002300 nr_segs--;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002301 base = 0;
2302 }
2303 }
2304 i->iov = iov;
2305 i->iov_offset = base;
Jeff Layton39be79c2011-10-27 23:53:08 +02002306 i->nr_segs = nr_segs;
Nick Piggin2f718ff2007-10-16 01:24:59 -07002307 }
2308}
Nick Piggin89e10782007-10-16 01:25:07 -07002309EXPORT_SYMBOL(iov_iter_advance);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002310
Nick Pigginafddba42007-10-16 01:25:01 -07002311/*
2312 * Fault in the first iovec of the given iov_iter, to a maximum length
2313 * of bytes. Returns 0 on success, or non-zero if the memory could not be
2314 * accessed (ie. because it is an invalid address).
2315 *
2316 * writev-intensive code may want this to prefault several iovecs -- that
2317 * would be possible (callers must not rely on the fact that _only_ the
2318 * first iovec will be faulted with the current implementation).
2319 */
2320int iov_iter_fault_in_readable(struct iov_iter *i, size_t bytes)
Nick Piggin2f718ff2007-10-16 01:24:59 -07002321{
Nick Piggin2f718ff2007-10-16 01:24:59 -07002322 char __user *buf = i->iov->iov_base + i->iov_offset;
Nick Pigginafddba42007-10-16 01:25:01 -07002323 bytes = min(bytes, i->iov->iov_len - i->iov_offset);
2324 return fault_in_pages_readable(buf, bytes);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002325}
Nick Piggin89e10782007-10-16 01:25:07 -07002326EXPORT_SYMBOL(iov_iter_fault_in_readable);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002327
2328/*
2329 * Return the count of just the current iov_iter segment.
2330 */
Maxim Patlasovd28574e2012-10-26 19:50:04 +04002331size_t iov_iter_single_seg_count(const struct iov_iter *i)
Nick Piggin2f718ff2007-10-16 01:24:59 -07002332{
2333 const struct iovec *iov = i->iov;
2334 if (i->nr_segs == 1)
2335 return i->count;
2336 else
2337 return min(i->count, iov->iov_len - i->iov_offset);
2338}
Nick Piggin89e10782007-10-16 01:25:07 -07002339EXPORT_SYMBOL(iov_iter_single_seg_count);
Nick Piggin2f718ff2007-10-16 01:24:59 -07002340
2341/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342 * Performs necessary checks before doing a write
2343 *
Randy Dunlap485bb992006-06-23 02:03:49 -07002344 * Can adjust writing position or amount of bytes to write.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345 * Returns appropriate error code that caller should return or
2346 * zero in case that write should be allowed.
2347 */
2348inline int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk)
2349{
2350 struct inode *inode = file->f_mapping->host;
Jiri Slaby59e99e52010-03-05 13:41:44 -08002351 unsigned long limit = rlimit(RLIMIT_FSIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352
2353 if (unlikely(*pos < 0))
2354 return -EINVAL;
2355
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356 if (!isblk) {
2357 /* FIXME: this is for backwards compatibility with 2.4 */
2358 if (file->f_flags & O_APPEND)
2359 *pos = i_size_read(inode);
2360
2361 if (limit != RLIM_INFINITY) {
2362 if (*pos >= limit) {
2363 send_sig(SIGXFSZ, current, 0);
2364 return -EFBIG;
2365 }
2366 if (*count > limit - (typeof(limit))*pos) {
2367 *count = limit - (typeof(limit))*pos;
2368 }
2369 }
2370 }
2371
2372 /*
2373 * LFS rule
2374 */
2375 if (unlikely(*pos + *count > MAX_NON_LFS &&
2376 !(file->f_flags & O_LARGEFILE))) {
2377 if (*pos >= MAX_NON_LFS) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378 return -EFBIG;
2379 }
2380 if (*count > MAX_NON_LFS - (unsigned long)*pos) {
2381 *count = MAX_NON_LFS - (unsigned long)*pos;
2382 }
2383 }
2384
2385 /*
2386 * Are we about to exceed the fs block limit ?
2387 *
2388 * If we have written data it becomes a short write. If we have
2389 * exceeded without writing data we send a signal and return EFBIG.
2390 * Linus frestrict idea will clean these up nicely..
2391 */
2392 if (likely(!isblk)) {
2393 if (unlikely(*pos >= inode->i_sb->s_maxbytes)) {
2394 if (*count || *pos > inode->i_sb->s_maxbytes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395 return -EFBIG;
2396 }
2397 /* zero-length writes at ->s_maxbytes are OK */
2398 }
2399
2400 if (unlikely(*pos + *count > inode->i_sb->s_maxbytes))
2401 *count = inode->i_sb->s_maxbytes - *pos;
2402 } else {
David Howells93614012006-09-30 20:45:40 +02002403#ifdef CONFIG_BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404 loff_t isize;
2405 if (bdev_read_only(I_BDEV(inode)))
2406 return -EPERM;
2407 isize = i_size_read(inode);
2408 if (*pos >= isize) {
2409 if (*count || *pos > isize)
2410 return -ENOSPC;
2411 }
2412
2413 if (*pos + *count > isize)
2414 *count = isize - *pos;
David Howells93614012006-09-30 20:45:40 +02002415#else
2416 return -EPERM;
2417#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418 }
2419 return 0;
2420}
2421EXPORT_SYMBOL(generic_write_checks);
2422
Nick Pigginafddba42007-10-16 01:25:01 -07002423int pagecache_write_begin(struct file *file, struct address_space *mapping,
2424 loff_t pos, unsigned len, unsigned flags,
2425 struct page **pagep, void **fsdata)
2426{
2427 const struct address_space_operations *aops = mapping->a_ops;
2428
Nick Piggin4e02ed42008-10-29 14:00:55 -07002429 return aops->write_begin(file, mapping, pos, len, flags,
Nick Pigginafddba42007-10-16 01:25:01 -07002430 pagep, fsdata);
Nick Pigginafddba42007-10-16 01:25:01 -07002431}
2432EXPORT_SYMBOL(pagecache_write_begin);
2433
2434int pagecache_write_end(struct file *file, struct address_space *mapping,
2435 loff_t pos, unsigned len, unsigned copied,
2436 struct page *page, void *fsdata)
2437{
2438 const struct address_space_operations *aops = mapping->a_ops;
Nick Pigginafddba42007-10-16 01:25:01 -07002439
Nick Piggin4e02ed42008-10-29 14:00:55 -07002440 mark_page_accessed(page);
2441 return aops->write_end(file, mapping, pos, len, copied, page, fsdata);
Nick Pigginafddba42007-10-16 01:25:01 -07002442}
2443EXPORT_SYMBOL(pagecache_write_end);
2444
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445ssize_t
2446generic_file_direct_write(struct kiocb *iocb, const struct iovec *iov,
2447 unsigned long *nr_segs, loff_t pos, loff_t *ppos,
2448 size_t count, size_t ocount)
2449{
2450 struct file *file = iocb->ki_filp;
2451 struct address_space *mapping = file->f_mapping;
2452 struct inode *inode = mapping->host;
2453 ssize_t written;
Christoph Hellwiga969e902008-07-23 21:27:04 -07002454 size_t write_len;
2455 pgoff_t end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456
2457 if (count != ocount)
2458 *nr_segs = iov_shorten((struct iovec *)iov, *nr_segs, count);
2459
Christoph Hellwiga969e902008-07-23 21:27:04 -07002460 write_len = iov_length(iov, *nr_segs);
2461 end = (pos + write_len - 1) >> PAGE_CACHE_SHIFT;
Christoph Hellwiga969e902008-07-23 21:27:04 -07002462
Nick Piggin48b47c52009-01-06 14:40:22 -08002463 written = filemap_write_and_wait_range(mapping, pos, pos + write_len - 1);
Christoph Hellwiga969e902008-07-23 21:27:04 -07002464 if (written)
2465 goto out;
2466
2467 /*
2468 * After a write we want buffered reads to be sure to go to disk to get
2469 * the new data. We invalidate clean cached page from the region we're
2470 * about to write. We do this *before* the write so that we can return
Hisashi Hifumi6ccfa802008-09-02 14:35:40 -07002471 * without clobbering -EIOCBQUEUED from ->direct_IO().
Christoph Hellwiga969e902008-07-23 21:27:04 -07002472 */
2473 if (mapping->nrpages) {
2474 written = invalidate_inode_pages2_range(mapping,
2475 pos >> PAGE_CACHE_SHIFT, end);
Hisashi Hifumi6ccfa802008-09-02 14:35:40 -07002476 /*
2477 * If a page can not be invalidated, return 0 to fall back
2478 * to buffered write.
2479 */
2480 if (written) {
2481 if (written == -EBUSY)
2482 return 0;
Christoph Hellwiga969e902008-07-23 21:27:04 -07002483 goto out;
Hisashi Hifumi6ccfa802008-09-02 14:35:40 -07002484 }
Christoph Hellwiga969e902008-07-23 21:27:04 -07002485 }
2486
2487 written = mapping->a_ops->direct_IO(WRITE, iocb, iov, pos, *nr_segs);
2488
2489 /*
2490 * Finally, try again to invalidate clean pages which might have been
2491 * cached by non-direct readahead, or faulted in by get_user_pages()
2492 * if the source of the write was an mmap'ed region of the file
2493 * we're writing. Either one is a pretty crazy thing to do,
2494 * so we don't support it 100%. If this invalidation
2495 * fails, tough, the write still worked...
2496 */
2497 if (mapping->nrpages) {
2498 invalidate_inode_pages2_range(mapping,
2499 pos >> PAGE_CACHE_SHIFT, end);
2500 }
2501
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502 if (written > 0) {
Namhyung Kim01166512010-10-26 14:21:58 -07002503 pos += written;
2504 if (pos > i_size_read(inode) && !S_ISBLK(inode->i_mode)) {
2505 i_size_write(inode, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506 mark_inode_dirty(inode);
2507 }
Namhyung Kim01166512010-10-26 14:21:58 -07002508 *ppos = pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 }
Christoph Hellwiga969e902008-07-23 21:27:04 -07002510out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 return written;
2512}
2513EXPORT_SYMBOL(generic_file_direct_write);
2514
Nick Piggineb2be182007-10-16 01:24:57 -07002515/*
2516 * Find or create a page at the given pagecache position. Return the locked
2517 * page. This function is specifically for buffered writes.
2518 */
Nick Piggin54566b22009-01-04 12:00:53 -08002519struct page *grab_cache_page_write_begin(struct address_space *mapping,
2520 pgoff_t index, unsigned flags)
Nick Piggineb2be182007-10-16 01:24:57 -07002521{
2522 int status;
Johannes Weiner0faa70c2012-01-10 15:07:53 -08002523 gfp_t gfp_mask;
Nick Piggineb2be182007-10-16 01:24:57 -07002524 struct page *page;
Nick Piggin54566b22009-01-04 12:00:53 -08002525 gfp_t gfp_notmask = 0;
Johannes Weiner0faa70c2012-01-10 15:07:53 -08002526
Fengguang Wu1010bb12012-03-21 16:34:08 -07002527 gfp_mask = mapping_gfp_mask(mapping);
2528 if (mapping_cap_account_dirty(mapping))
2529 gfp_mask |= __GFP_WRITE;
Nick Piggin54566b22009-01-04 12:00:53 -08002530 if (flags & AOP_FLAG_NOFS)
2531 gfp_notmask = __GFP_FS;
Nick Piggineb2be182007-10-16 01:24:57 -07002532repeat:
2533 page = find_lock_page(mapping, index);
Steven Rostedtc585a262011-01-13 15:46:18 -08002534 if (page)
Darrick J. Wong3d08bcc2011-05-27 12:23:34 -07002535 goto found;
Nick Piggineb2be182007-10-16 01:24:57 -07002536
Johannes Weiner0faa70c2012-01-10 15:07:53 -08002537 page = __page_cache_alloc(gfp_mask & ~gfp_notmask);
Nick Piggineb2be182007-10-16 01:24:57 -07002538 if (!page)
2539 return NULL;
Nick Piggin54566b22009-01-04 12:00:53 -08002540 status = add_to_page_cache_lru(page, mapping, index,
2541 GFP_KERNEL & ~gfp_notmask);
Nick Piggineb2be182007-10-16 01:24:57 -07002542 if (unlikely(status)) {
2543 page_cache_release(page);
2544 if (status == -EEXIST)
2545 goto repeat;
2546 return NULL;
2547 }
Darrick J. Wong3d08bcc2011-05-27 12:23:34 -07002548found:
Darrick J. Wong1d1d1a72013-02-21 16:42:51 -08002549 wait_for_stable_page(page);
Nick Piggineb2be182007-10-16 01:24:57 -07002550 return page;
2551}
Nick Piggin54566b22009-01-04 12:00:53 -08002552EXPORT_SYMBOL(grab_cache_page_write_begin);
Nick Piggineb2be182007-10-16 01:24:57 -07002553
Nick Pigginafddba42007-10-16 01:25:01 -07002554static ssize_t generic_perform_write(struct file *file,
2555 struct iov_iter *i, loff_t pos)
2556{
2557 struct address_space *mapping = file->f_mapping;
2558 const struct address_space_operations *a_ops = mapping->a_ops;
2559 long status = 0;
2560 ssize_t written = 0;
Nick Piggin674b8922007-10-16 01:25:03 -07002561 unsigned int flags = 0;
2562
2563 /*
2564 * Copies from kernel address space cannot fail (NFSD is a big user).
2565 */
2566 if (segment_eq(get_fs(), KERNEL_DS))
2567 flags |= AOP_FLAG_UNINTERRUPTIBLE;
Nick Pigginafddba42007-10-16 01:25:01 -07002568
2569 do {
2570 struct page *page;
Nick Pigginafddba42007-10-16 01:25:01 -07002571 unsigned long offset; /* Offset into pagecache page */
2572 unsigned long bytes; /* Bytes to write to page */
2573 size_t copied; /* Bytes copied from user */
2574 void *fsdata;
2575
2576 offset = (pos & (PAGE_CACHE_SIZE - 1));
Nick Pigginafddba42007-10-16 01:25:01 -07002577 bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset,
2578 iov_iter_count(i));
2579
2580again:
Nick Pigginafddba42007-10-16 01:25:01 -07002581 /*
2582 * Bring in the user page that we will copy from _first_.
2583 * Otherwise there's a nasty deadlock on copying from the
2584 * same page as we're writing to, without it being marked
2585 * up-to-date.
2586 *
2587 * Not only is this an optimisation, but it is also required
2588 * to check that the address is actually valid, when atomic
2589 * usercopies are used, below.
2590 */
2591 if (unlikely(iov_iter_fault_in_readable(i, bytes))) {
2592 status = -EFAULT;
2593 break;
2594 }
2595
Nick Piggin674b8922007-10-16 01:25:03 -07002596 status = a_ops->write_begin(file, mapping, pos, bytes, flags,
Nick Pigginafddba42007-10-16 01:25:01 -07002597 &page, &fsdata);
2598 if (unlikely(status))
2599 break;
2600
anfei zhou931e80e2010-02-02 13:44:02 -08002601 if (mapping_writably_mapped(mapping))
2602 flush_dcache_page(page);
2603
Nick Pigginafddba42007-10-16 01:25:01 -07002604 pagefault_disable();
2605 copied = iov_iter_copy_from_user_atomic(page, i, offset, bytes);
2606 pagefault_enable();
2607 flush_dcache_page(page);
2608
Josef Bacikc8236db2009-07-05 12:08:18 -07002609 mark_page_accessed(page);
Nick Pigginafddba42007-10-16 01:25:01 -07002610 status = a_ops->write_end(file, mapping, pos, bytes, copied,
2611 page, fsdata);
2612 if (unlikely(status < 0))
2613 break;
2614 copied = status;
2615
2616 cond_resched();
2617
Nick Piggin124d3b72008-02-02 15:01:17 +01002618 iov_iter_advance(i, copied);
Nick Pigginafddba42007-10-16 01:25:01 -07002619 if (unlikely(copied == 0)) {
2620 /*
2621 * If we were unable to copy any data at all, we must
2622 * fall back to a single segment length write.
2623 *
2624 * If we didn't fallback here, we could livelock
2625 * because not all segments in the iov can be copied at
2626 * once without a pagefault.
2627 */
2628 bytes = min_t(unsigned long, PAGE_CACHE_SIZE - offset,
2629 iov_iter_single_seg_count(i));
2630 goto again;
2631 }
Nick Pigginafddba42007-10-16 01:25:01 -07002632 pos += copied;
2633 written += copied;
2634
2635 balance_dirty_pages_ratelimited(mapping);
Jan Karaa50527b2011-12-02 09:17:02 +08002636 if (fatal_signal_pending(current)) {
2637 status = -EINTR;
2638 break;
2639 }
Nick Pigginafddba42007-10-16 01:25:01 -07002640 } while (iov_iter_count(i));
2641
2642 return written ? written : status;
2643}
2644
2645ssize_t
2646generic_file_buffered_write(struct kiocb *iocb, const struct iovec *iov,
2647 unsigned long nr_segs, loff_t pos, loff_t *ppos,
2648 size_t count, ssize_t written)
2649{
2650 struct file *file = iocb->ki_filp;
Nick Pigginafddba42007-10-16 01:25:01 -07002651 ssize_t status;
2652 struct iov_iter i;
2653
2654 iov_iter_init(&i, iov, nr_segs, count, written);
Nick Piggin4e02ed42008-10-29 14:00:55 -07002655 status = generic_perform_write(file, &i, pos);
Nick Pigginafddba42007-10-16 01:25:01 -07002656
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657 if (likely(status >= 0)) {
Nick Pigginafddba42007-10-16 01:25:01 -07002658 written += status;
2659 *ppos = pos + status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660 }
2661
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662 return written ? written : status;
2663}
2664EXPORT_SYMBOL(generic_file_buffered_write);
2665
Jan Karae4dd9de2009-08-17 18:10:06 +02002666/**
2667 * __generic_file_aio_write - write data to a file
2668 * @iocb: IO state structure (file, offset, etc.)
2669 * @iov: vector with data to write
2670 * @nr_segs: number of segments in the vector
2671 * @ppos: position where to write
2672 *
2673 * This function does all the work needed for actually writing data to a
2674 * file. It does all basic checks, removes SUID from the file, updates
2675 * modification times and calls proper subroutines depending on whether we
2676 * do direct IO or a standard buffered write.
2677 *
2678 * It expects i_mutex to be grabbed unless we work on a block device or similar
2679 * object which does not need locking at all.
2680 *
2681 * This function does *not* take care of syncing data in case of O_SYNC write.
2682 * A caller has to handle it. This is mainly due to the fact that we want to
2683 * avoid syncing under i_mutex.
2684 */
2685ssize_t __generic_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
2686 unsigned long nr_segs, loff_t *ppos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687{
2688 struct file *file = iocb->ki_filp;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002689 struct address_space * mapping = file->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690 size_t ocount; /* original count */
2691 size_t count; /* after file limit checks */
2692 struct inode *inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693 loff_t pos;
2694 ssize_t written;
2695 ssize_t err;
2696
2697 ocount = 0;
Dmitriy Monakhov0ceb3312007-05-08 00:23:02 -07002698 err = generic_segment_checks(iov, &nr_segs, &ocount, VERIFY_READ);
2699 if (err)
2700 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701
2702 count = ocount;
2703 pos = *ppos;
2704
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705 /* We can write back this queue in page reclaim */
2706 current->backing_dev_info = mapping->backing_dev_info;
2707 written = 0;
2708
2709 err = generic_write_checks(file, &pos, &count, S_ISBLK(inode->i_mode));
2710 if (err)
2711 goto out;
2712
2713 if (count == 0)
2714 goto out;
2715
Miklos Szeredi2f1936b2008-06-24 16:50:14 +02002716 err = file_remove_suid(file);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717 if (err)
2718 goto out;
2719
Josef Bacikc3b2da32012-03-26 09:59:21 -04002720 err = file_update_time(file);
2721 if (err)
2722 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723
2724 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
2725 if (unlikely(file->f_flags & O_DIRECT)) {
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002726 loff_t endbyte;
2727 ssize_t written_buffered;
2728
2729 written = generic_file_direct_write(iocb, iov, &nr_segs, pos,
2730 ppos, count, ocount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731 if (written < 0 || written == count)
2732 goto out;
2733 /*
2734 * direct-io write to a hole: fall through to buffered I/O
2735 * for completing the rest of the request.
2736 */
2737 pos += written;
2738 count -= written;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002739 written_buffered = generic_file_buffered_write(iocb, iov,
2740 nr_segs, pos, ppos, count,
2741 written);
2742 /*
2743 * If generic_file_buffered_write() retuned a synchronous error
2744 * then we want to return the number of bytes which were
2745 * direct-written, or the error code if that was zero. Note
2746 * that this differs from normal direct-io semantics, which
2747 * will return -EFOO even if some bytes were written.
2748 */
2749 if (written_buffered < 0) {
2750 err = written_buffered;
2751 goto out;
2752 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002754 /*
2755 * We need to ensure that the page cache pages are written to
2756 * disk and invalidated to preserve the expected O_DIRECT
2757 * semantics.
2758 */
2759 endbyte = pos + written_buffered - written - 1;
Christoph Hellwigc05c4ed2009-09-23 15:07:30 +02002760 err = filemap_write_and_wait_range(file->f_mapping, pos, endbyte);
Jeff Moyerfb5527e2006-10-19 23:28:13 -07002761 if (err == 0) {
2762 written = written_buffered;
2763 invalidate_mapping_pages(mapping,
2764 pos >> PAGE_CACHE_SHIFT,
2765 endbyte >> PAGE_CACHE_SHIFT);
2766 } else {
2767 /*
2768 * We don't know how much we wrote, so just return
2769 * the number of bytes which were direct-written
2770 */
2771 }
2772 } else {
2773 written = generic_file_buffered_write(iocb, iov, nr_segs,
2774 pos, ppos, count, written);
2775 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776out:
2777 current->backing_dev_info = NULL;
2778 return written ? written : err;
2779}
Jan Karae4dd9de2009-08-17 18:10:06 +02002780EXPORT_SYMBOL(__generic_file_aio_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781
Jan Karae4dd9de2009-08-17 18:10:06 +02002782/**
2783 * generic_file_aio_write - write data to a file
2784 * @iocb: IO state structure
2785 * @iov: vector with data to write
2786 * @nr_segs: number of segments in the vector
2787 * @pos: position in file where to write
2788 *
2789 * This is a wrapper around __generic_file_aio_write() to be used by most
2790 * filesystems. It takes care of syncing the file in case of O_SYNC file
2791 * and acquires i_mutex as needed.
2792 */
Badari Pulavarty027445c2006-09-30 23:28:46 -07002793ssize_t generic_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
2794 unsigned long nr_segs, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795{
2796 struct file *file = iocb->ki_filp;
Jan Kara148f9482009-08-17 19:52:36 +02002797 struct inode *inode = file->f_mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798 ssize_t ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799
2800 BUG_ON(iocb->ki_pos != pos);
2801
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002802 mutex_lock(&inode->i_mutex);
Jan Karae4dd9de2009-08-17 18:10:06 +02002803 ret = __generic_file_aio_write(iocb, iov, nr_segs, &iocb->ki_pos);
Jes Sorensen1b1dcc12006-01-09 15:59:24 -08002804 mutex_unlock(&inode->i_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805
Christoph Hellwig02afc272013-09-04 15:04:40 +02002806 if (ret > 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807 ssize_t err;
2808
Al Virod311d792014-02-09 15:18:09 -05002809 err = generic_write_sync(file, iocb->ki_pos - ret, ret);
2810 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811 ret = err;
2812 }
2813 return ret;
2814}
2815EXPORT_SYMBOL(generic_file_aio_write);
2816
David Howellscf9a2ae2006-08-29 19:05:54 +01002817/**
2818 * try_to_release_page() - release old fs-specific metadata on a page
2819 *
2820 * @page: the page which the kernel is trying to free
2821 * @gfp_mask: memory allocation flags (and I/O mode)
2822 *
2823 * The address_space is to try to release any data against the page
2824 * (presumably at page->private). If the release was successful, return `1'.
2825 * Otherwise return zero.
2826 *
David Howells266cf652009-04-03 16:42:36 +01002827 * This may also be called if PG_fscache is set on a page, indicating that the
2828 * page is known to the local caching routines.
2829 *
David Howellscf9a2ae2006-08-29 19:05:54 +01002830 * The @gfp_mask argument specifies whether I/O may be performed to release
Mingming Cao3f31fdd2008-07-25 01:46:22 -07002831 * this page (__GFP_IO), and whether the call may block (__GFP_WAIT & __GFP_FS).
David Howellscf9a2ae2006-08-29 19:05:54 +01002832 *
David Howellscf9a2ae2006-08-29 19:05:54 +01002833 */
2834int try_to_release_page(struct page *page, gfp_t gfp_mask)
2835{
2836 struct address_space * const mapping = page->mapping;
2837
2838 BUG_ON(!PageLocked(page));
2839 if (PageWriteback(page))
2840 return 0;
2841
2842 if (mapping && mapping->a_ops->releasepage)
2843 return mapping->a_ops->releasepage(page, gfp_mask);
2844 return try_to_free_buffers(page);
2845}
2846
2847EXPORT_SYMBOL(try_to_release_page);