blob: 6a5bdb4f7c73fc9515d88af288a498eaecc62755 [file] [log] [blame]
Thomas Gleixner457c8992019-05-19 13:08:55 +01001// SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * linux/mm/filemap.c
4 *
5 * Copyright (C) 1994-1999 Linus Torvalds
6 */
7
8/*
9 * This file handles the generic file mmap semantics used by
10 * most "normal" filesystems (but you don't /have/ to use this:
11 * the NFS filesystem used to do this differently, for example)
12 */
Paul Gortmakerb95f1b312011-10-16 02:01:52 -040013#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <linux/compiler.h>
Ross Zwislerf9fe48b2016-01-22 15:10:40 -080015#include <linux/dax.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <linux/fs.h>
Ingo Molnar3f07c012017-02-08 18:51:30 +010017#include <linux/sched/signal.h>
Hiro Yoshiokac22ce142006-06-23 02:04:16 -070018#include <linux/uaccess.h>
Randy.Dunlapc59ede72006-01-11 12:17:46 -080019#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/kernel_stat.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090021#include <linux/gfp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/mm.h>
23#include <linux/swap.h>
24#include <linux/mman.h>
25#include <linux/pagemap.h>
26#include <linux/file.h>
27#include <linux/uio.h>
Josef Bacikcfcbfb12019-05-13 17:21:04 -070028#include <linux/error-injection.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <linux/hash.h>
30#include <linux/writeback.h>
Linus Torvalds53253382007-10-18 14:47:32 -070031#include <linux/backing-dev.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include <linux/pagevec.h>
33#include <linux/blkdev.h>
34#include <linux/security.h>
Paul Jackson44110fe2006-03-24 03:16:04 -080035#include <linux/cpuset.h>
Johannes Weiner00501b52014-08-08 14:19:20 -070036#include <linux/hugetlb.h>
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080037#include <linux/memcontrol.h>
Dan Magenheimerc515e1f2011-05-26 10:01:43 -060038#include <linux/cleancache.h>
Mel Gormanc7df8ad2017-11-15 17:37:41 -080039#include <linux/shmem_fs.h>
Kirill A. Shutemovf1820362014-04-07 15:37:19 -070040#include <linux/rmap.h>
Johannes Weinerb1d29ba2018-10-26 15:06:08 -070041#include <linux/delayacct.h>
Johannes Weinereb414682018-10-26 15:06:27 -070042#include <linux/psi.h>
Ben Dooksd0e6a582019-10-18 20:20:20 -070043#include <linux/ramfs.h>
Yang Shib9306a72020-08-06 23:19:55 -070044#include <linux/page_idle.h>
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +030045#include <asm/pgalloc.h>
Will Deaconde591a82021-02-10 11:15:11 +000046#include <asm/tlbflush.h>
Nick Piggin0f8053a2006-03-22 00:08:33 -080047#include "internal.h"
48
Robert Jarzmikfe0bfaa2013-04-29 15:06:10 -070049#define CREATE_TRACE_POINTS
50#include <trace/events/filemap.h>
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 * FIXME: remove all knowledge of the buffer layer from the core VM
54 */
Jan Kara148f9482009-08-17 19:52:36 +020055#include <linux/buffer_head.h> /* for try_to_free_buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Linus Torvalds1da177e2005-04-16 15:20:36 -070057#include <asm/mman.h>
58
59/*
60 * Shared mappings implemented 30.11.1994. It's not fully working yet,
61 * though.
62 *
63 * Shared mappings now work. 15.8.1995 Bruno.
64 *
65 * finished 'unifying' the page and buffer cache and SMP-threaded the
66 * page-cache, 21.05.1999, Ingo Molnar <mingo@redhat.com>
67 *
68 * SMP-threaded pagemap-LRU 1999, Andrea Arcangeli <andrea@suse.de>
69 */
70
71/*
72 * Lock ordering:
73 *
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -080074 * ->i_mmap_rwsem (truncate_pagecache)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 * ->private_lock (__free_pte->__set_page_dirty_buffers)
Hugh Dickins5d337b92005-09-03 15:54:41 -070076 * ->swap_lock (exclusive_swap_page, others)
Matthew Wilcoxb93b0162018-04-10 16:36:56 -070077 * ->i_pages lock
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 *
Jan Kara96087032021-04-12 15:50:21 +020079 * ->i_rwsem
Jan Kara730633f2021-01-28 19:19:45 +010080 * ->invalidate_lock (acquired by fs in truncate path)
81 * ->i_mmap_rwsem (truncate->unmap_mapping_range)
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 *
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -070083 * ->mmap_lock
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -080084 * ->i_mmap_rwsem
Hugh Dickinsb8072f02005-10-29 18:16:41 -070085 * ->page_table_lock or pte_lock (various, mainly in memory.c)
Matthew Wilcoxb93b0162018-04-10 16:36:56 -070086 * ->i_pages lock (arch-dependent flush_dcache_mmap_lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 *
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -070088 * ->mmap_lock
Jan Kara730633f2021-01-28 19:19:45 +010089 * ->invalidate_lock (filemap_fault)
90 * ->lock_page (filemap_fault, access_process_vm)
Linus Torvalds1da177e2005-04-16 15:20:36 -070091 *
Jan Kara96087032021-04-12 15:50:21 +020092 * ->i_rwsem (generic_perform_write)
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -070093 * ->mmap_lock (fault_in_pages_readable->do_page_fault)
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 *
Christoph Hellwigf758eea2011-04-21 18:19:44 -060095 * bdi->wb.list_lock
Dave Chinnera66979a2011-03-22 22:23:41 +110096 * sb_lock (fs/fs-writeback.c)
Matthew Wilcoxb93b0162018-04-10 16:36:56 -070097 * ->i_pages lock (__sync_single_inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 *
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -080099 * ->i_mmap_rwsem
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 * ->anon_vma.lock (vma_adjust)
101 *
102 * ->anon_vma.lock
Hugh Dickinsb8072f02005-10-29 18:16:41 -0700103 * ->page_table_lock or pte_lock (anon_vma_prepare and various)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 *
Hugh Dickinsb8072f02005-10-29 18:16:41 -0700105 * ->page_table_lock or pte_lock
Hugh Dickins5d337b92005-09-03 15:54:41 -0700106 * ->swap_lock (try_to_unmap_one)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 * ->private_lock (try_to_unmap_one)
Matthew Wilcoxb93b0162018-04-10 16:36:56 -0700108 * ->i_pages lock (try_to_unmap_one)
Hugh Dickins15b44732020-12-15 14:21:31 -0800109 * ->lruvec->lru_lock (follow_page->mark_page_accessed)
110 * ->lruvec->lru_lock (check_pte_range->isolate_lru_page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 * ->private_lock (page_remove_rmap->set_page_dirty)
Matthew Wilcoxb93b0162018-04-10 16:36:56 -0700112 * ->i_pages lock (page_remove_rmap->set_page_dirty)
Christoph Hellwigf758eea2011-04-21 18:19:44 -0600113 * bdi.wb->list_lock (page_remove_rmap->set_page_dirty)
Dave Chinner250df6e2011-03-22 22:23:36 +1100114 * ->inode->i_lock (page_remove_rmap->set_page_dirty)
Johannes Weiner81f8c3a2016-03-15 14:57:04 -0700115 * ->memcg->move_lock (page_remove_rmap->lock_page_memcg)
Christoph Hellwigf758eea2011-04-21 18:19:44 -0600116 * bdi.wb->list_lock (zap_pte_range->set_page_dirty)
Dave Chinner250df6e2011-03-22 22:23:36 +1100117 * ->inode->i_lock (zap_pte_range->set_page_dirty)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 * ->private_lock (zap_pte_range->__set_page_dirty_buffers)
119 *
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -0800120 * ->i_mmap_rwsem
Andi Kleen9a3c5312012-03-21 16:34:09 -0700121 * ->tasklist_lock (memory_failure, collect_procs_ao)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 */
123
Matthew Wilcox5c024e6a2017-11-21 09:17:59 -0500124static void page_cache_delete(struct address_space *mapping,
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700125 struct page *page, void *shadow)
126{
Matthew Wilcox5c024e6a2017-11-21 09:17:59 -0500127 XA_STATE(xas, &mapping->i_pages, page->index);
128 unsigned int nr = 1;
Kirill A. Shutemovc70b6472016-12-12 16:43:17 -0800129
Matthew Wilcox5c024e6a2017-11-21 09:17:59 -0500130 mapping_set_update(&xas, mapping);
131
132 /* hugetlb pages are represented by a single entry in the xarray */
133 if (!PageHuge(page)) {
134 xas_set_order(&xas, page->index, compound_order(page));
Matthew Wilcox (Oracle)d8c65462019-09-23 15:34:30 -0700135 nr = compound_nr(page);
Matthew Wilcox5c024e6a2017-11-21 09:17:59 -0500136 }
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700137
Kirill A. Shutemov83929372016-07-26 15:26:04 -0700138 VM_BUG_ON_PAGE(!PageLocked(page), page);
139 VM_BUG_ON_PAGE(PageTail(page), page);
140 VM_BUG_ON_PAGE(nr != 1 && shadow, page);
Johannes Weiner449dd692014-04-03 14:47:56 -0700141
Matthew Wilcox5c024e6a2017-11-21 09:17:59 -0500142 xas_store(&xas, shadow);
143 xas_init_marks(&xas);
Johannes Weinerd3798ae2016-10-04 22:02:08 +0200144
Jan Kara23006382017-11-15 17:37:26 -0800145 page->mapping = NULL;
146 /* Leave page->index set: truncation lookup relies upon it */
Johannes Weinerd3798ae2016-10-04 22:02:08 +0200147 mapping->nrpages -= nr;
Johannes Weiner91b0abe2014-04-03 14:47:49 -0700148}
149
Jan Kara5ecc4d82017-11-15 17:37:29 -0800150static void unaccount_page_cache_page(struct address_space *mapping,
151 struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152{
Jan Kara5ecc4d82017-11-15 17:37:29 -0800153 int nr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154
Dan Magenheimerc515e1f2011-05-26 10:01:43 -0600155 /*
156 * if we're uptodate, flush out into the cleancache, otherwise
157 * invalidate any existing cleancache entries. We can't leave
158 * stale data around in the cleancache once our page is gone
159 */
160 if (PageUptodate(page) && PageMappedToDisk(page))
161 cleancache_put_page(page);
162 else
Dan Magenheimer31677602011-09-21 11:56:28 -0400163 cleancache_invalidate_page(mapping, page);
Dan Magenheimerc515e1f2011-05-26 10:01:43 -0600164
Kirill A. Shutemov83929372016-07-26 15:26:04 -0700165 VM_BUG_ON_PAGE(PageTail(page), page);
Hugh Dickins06b241f2016-03-09 14:08:07 -0800166 VM_BUG_ON_PAGE(page_mapped(page), page);
167 if (!IS_ENABLED(CONFIG_DEBUG_VM) && unlikely(page_mapped(page))) {
168 int mapcount;
169
170 pr_alert("BUG: Bad page cache in process %s pfn:%05lx\n",
171 current->comm, page_to_pfn(page));
172 dump_page(page, "still mapped when deleted");
173 dump_stack();
174 add_taint(TAINT_BAD_PAGE, LOCKDEP_NOW_UNRELIABLE);
175
176 mapcount = page_mapcount(page);
177 if (mapping_exiting(mapping) &&
178 page_count(page) >= mapcount + 2) {
179 /*
180 * All vmas have already been torn down, so it's
181 * a good bet that actually the page is unmapped,
182 * and we'd prefer not to leak it: if we're wrong,
183 * some other bad page check should catch it later.
184 */
185 page_mapcount_reset(page);
Joonsoo Kim6d061f92016-05-19 17:10:46 -0700186 page_ref_sub(page, mapcount);
Hugh Dickins06b241f2016-03-09 14:08:07 -0800187 }
188 }
189
Jan Kara76253fb2017-11-15 17:37:22 -0800190 /* hugetlb pages do not participate in page cache accounting. */
Jan Kara5ecc4d82017-11-15 17:37:29 -0800191 if (PageHuge(page))
192 return;
Jan Kara76253fb2017-11-15 17:37:22 -0800193
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700194 nr = thp_nr_pages(page);
Jan Kara5ecc4d82017-11-15 17:37:29 -0800195
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700196 __mod_lruvec_page_state(page, NR_FILE_PAGES, -nr);
Jan Kara5ecc4d82017-11-15 17:37:29 -0800197 if (PageSwapBacked(page)) {
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700198 __mod_lruvec_page_state(page, NR_SHMEM, -nr);
Jan Kara5ecc4d82017-11-15 17:37:29 -0800199 if (PageTransHuge(page))
Muchun Song57b28472021-02-24 12:03:31 -0800200 __mod_lruvec_page_state(page, NR_SHMEM_THPS, -nr);
Song Liu99cb0db2019-09-23 15:38:00 -0700201 } else if (PageTransHuge(page)) {
Muchun Songbf9ecea2021-02-24 12:03:27 -0800202 __mod_lruvec_page_state(page, NR_FILE_THPS, -nr);
Song Liu09d91cd2019-09-23 15:38:03 -0700203 filemap_nr_thps_dec(mapping);
Jan Kara76253fb2017-11-15 17:37:22 -0800204 }
Jan Kara5ecc4d82017-11-15 17:37:29 -0800205
206 /*
207 * At this point page must be either written or cleaned by
208 * truncate. Dirty page here signals a bug and loss of
209 * unwritten data.
210 *
211 * This fixes dirty accounting after removing the page entirely
212 * but leaves PageDirty set: it has no effect for truncated
213 * page and anyway will be cleared before returning page into
214 * buddy allocator.
215 */
216 if (WARN_ON_ONCE(PageDirty(page)))
217 account_page_cleaned(page, mapping, inode_to_wb(mapping->host));
218}
219
220/*
221 * Delete a page from the page cache and free it. Caller has to make
222 * sure the page is locked and that nobody else uses it - or that usage
Matthew Wilcoxb93b0162018-04-10 16:36:56 -0700223 * is safe. The caller must hold the i_pages lock.
Jan Kara5ecc4d82017-11-15 17:37:29 -0800224 */
225void __delete_from_page_cache(struct page *page, void *shadow)
226{
227 struct address_space *mapping = page->mapping;
228
229 trace_mm_filemap_delete_from_page_cache(page);
230
231 unaccount_page_cache_page(mapping, page);
Matthew Wilcox5c024e6a2017-11-21 09:17:59 -0500232 page_cache_delete(mapping, page, shadow);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233}
234
Jan Kara59c66c52017-11-15 17:37:18 -0800235static void page_cache_free_page(struct address_space *mapping,
236 struct page *page)
237{
238 void (*freepage)(struct page *);
239
240 freepage = mapping->a_ops->freepage;
241 if (freepage)
242 freepage(page);
243
244 if (PageTransHuge(page) && !PageHuge(page)) {
Matthew Wilcox (Oracle)887b22c2020-10-15 20:05:23 -0700245 page_ref_sub(page, thp_nr_pages(page));
Jan Kara59c66c52017-11-15 17:37:18 -0800246 VM_BUG_ON_PAGE(page_count(page) <= 0, page);
247 } else {
248 put_page(page);
249 }
250}
251
Minchan Kim702cfbf2011-03-22 16:32:43 -0700252/**
253 * delete_from_page_cache - delete page from page cache
254 * @page: the page which the kernel is trying to remove from page cache
255 *
256 * This must be called only on pages that have been verified to be in the page
257 * cache and locked. It will never put the page into the free list, the caller
258 * has a reference on the page.
259 */
260void delete_from_page_cache(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261{
Kirill A. Shutemov83929372016-07-26 15:26:04 -0700262 struct address_space *mapping = page_mapping(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263
Matt Mackallcd7619d2005-05-01 08:59:01 -0700264 BUG_ON(!PageLocked(page));
Johannes Weiner30472502021-09-02 14:53:18 -0700265 xa_lock_irq(&mapping->i_pages);
Johannes Weiner62cccb82016-03-15 14:57:22 -0700266 __delete_from_page_cache(page, NULL);
Johannes Weiner30472502021-09-02 14:53:18 -0700267 xa_unlock_irq(&mapping->i_pages);
Linus Torvalds6072d132010-12-01 13:35:19 -0500268
Jan Kara59c66c52017-11-15 17:37:18 -0800269 page_cache_free_page(mapping, page);
Minchan Kim97cecb52011-03-22 16:30:53 -0700270}
271EXPORT_SYMBOL(delete_from_page_cache);
272
Jan Karaaa65c292017-11-15 17:37:33 -0800273/*
Matthew Wilcoxef8e5712017-12-04 03:59:45 -0500274 * page_cache_delete_batch - delete several pages from page cache
Jan Karaaa65c292017-11-15 17:37:33 -0800275 * @mapping: the mapping to which pages belong
276 * @pvec: pagevec with pages to delete
277 *
Matthew Wilcoxb93b0162018-04-10 16:36:56 -0700278 * The function walks over mapping->i_pages and removes pages passed in @pvec
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700279 * from the mapping. The function expects @pvec to be sorted by page index
280 * and is optimised for it to be dense.
Matthew Wilcoxb93b0162018-04-10 16:36:56 -0700281 * It tolerates holes in @pvec (mapping entries at those indices are not
Jan Karaaa65c292017-11-15 17:37:33 -0800282 * modified). The function expects only THP head pages to be present in the
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700283 * @pvec.
Jan Karaaa65c292017-11-15 17:37:33 -0800284 *
Matthew Wilcoxb93b0162018-04-10 16:36:56 -0700285 * The function expects the i_pages lock to be held.
Jan Karaaa65c292017-11-15 17:37:33 -0800286 */
Matthew Wilcoxef8e5712017-12-04 03:59:45 -0500287static void page_cache_delete_batch(struct address_space *mapping,
Jan Karaaa65c292017-11-15 17:37:33 -0800288 struct pagevec *pvec)
289{
Matthew Wilcoxef8e5712017-12-04 03:59:45 -0500290 XA_STATE(xas, &mapping->i_pages, pvec->pages[0]->index);
Jan Karaaa65c292017-11-15 17:37:33 -0800291 int total_pages = 0;
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700292 int i = 0;
Jan Karaaa65c292017-11-15 17:37:33 -0800293 struct page *page;
Jan Karaaa65c292017-11-15 17:37:33 -0800294
Matthew Wilcoxef8e5712017-12-04 03:59:45 -0500295 mapping_set_update(&xas, mapping);
296 xas_for_each(&xas, page, ULONG_MAX) {
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700297 if (i >= pagevec_count(pvec))
Jan Karaaa65c292017-11-15 17:37:33 -0800298 break;
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700299
300 /* A swap/dax/shadow entry got inserted? Skip it. */
Matthew Wilcox3159f942017-11-03 13:30:42 -0400301 if (xa_is_value(page))
Jan Karaaa65c292017-11-15 17:37:33 -0800302 continue;
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700303 /*
304 * A page got inserted in our range? Skip it. We have our
305 * pages locked so they are protected from being removed.
306 * If we see a page whose index is higher than ours, it
307 * means our page has been removed, which shouldn't be
308 * possible because we're holding the PageLock.
309 */
310 if (page != pvec->pages[i]) {
311 VM_BUG_ON_PAGE(page->index > pvec->pages[i]->index,
312 page);
313 continue;
Linus Torvalds69bf4b62019-07-05 19:55:18 -0700314 }
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700315
316 WARN_ON_ONCE(!PageLocked(page));
317
318 if (page->index == xas.xa_index)
319 page->mapping = NULL;
320 /* Leave page->index set: truncation lookup relies on it */
321
322 /*
323 * Move to the next page in the vector if this is a regular
324 * page or the index is of the last sub-page of this compound
325 * page.
326 */
327 if (page->index + compound_nr(page) - 1 == xas.xa_index)
328 i++;
Matthew Wilcoxef8e5712017-12-04 03:59:45 -0500329 xas_store(&xas, NULL);
Jan Karaaa65c292017-11-15 17:37:33 -0800330 total_pages++;
331 }
332 mapping->nrpages -= total_pages;
333}
334
335void delete_from_page_cache_batch(struct address_space *mapping,
336 struct pagevec *pvec)
337{
338 int i;
Jan Karaaa65c292017-11-15 17:37:33 -0800339
340 if (!pagevec_count(pvec))
341 return;
342
Johannes Weiner30472502021-09-02 14:53:18 -0700343 xa_lock_irq(&mapping->i_pages);
Jan Karaaa65c292017-11-15 17:37:33 -0800344 for (i = 0; i < pagevec_count(pvec); i++) {
345 trace_mm_filemap_delete_from_page_cache(pvec->pages[i]);
346
347 unaccount_page_cache_page(mapping, pvec->pages[i]);
348 }
Matthew Wilcoxef8e5712017-12-04 03:59:45 -0500349 page_cache_delete_batch(mapping, pvec);
Johannes Weiner30472502021-09-02 14:53:18 -0700350 xa_unlock_irq(&mapping->i_pages);
Jan Karaaa65c292017-11-15 17:37:33 -0800351
352 for (i = 0; i < pagevec_count(pvec); i++)
353 page_cache_free_page(mapping, pvec->pages[i]);
354}
355
Miklos Szeredid72d9e22016-07-29 14:10:57 +0200356int filemap_check_errors(struct address_space *mapping)
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700357{
358 int ret = 0;
359 /* Check for outstanding write errors */
Jens Axboe7fcbbaf2014-05-22 11:54:16 -0700360 if (test_bit(AS_ENOSPC, &mapping->flags) &&
361 test_and_clear_bit(AS_ENOSPC, &mapping->flags))
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700362 ret = -ENOSPC;
Jens Axboe7fcbbaf2014-05-22 11:54:16 -0700363 if (test_bit(AS_EIO, &mapping->flags) &&
364 test_and_clear_bit(AS_EIO, &mapping->flags))
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700365 ret = -EIO;
366 return ret;
367}
Miklos Szeredid72d9e22016-07-29 14:10:57 +0200368EXPORT_SYMBOL(filemap_check_errors);
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700369
Jeff Layton76341ca2017-07-06 07:02:22 -0400370static int filemap_check_and_keep_errors(struct address_space *mapping)
371{
372 /* Check for outstanding write errors */
373 if (test_bit(AS_EIO, &mapping->flags))
374 return -EIO;
375 if (test_bit(AS_ENOSPC, &mapping->flags))
376 return -ENOSPC;
377 return 0;
378}
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380/**
Josef Bacik5a798492021-07-14 14:47:22 -0400381 * filemap_fdatawrite_wbc - start writeback on mapping dirty pages in range
382 * @mapping: address space structure to write
383 * @wbc: the writeback_control controlling the writeout
384 *
385 * Call writepages on the mapping using the provided wbc to control the
386 * writeout.
387 *
388 * Return: %0 on success, negative error code otherwise.
389 */
390int filemap_fdatawrite_wbc(struct address_space *mapping,
391 struct writeback_control *wbc)
392{
393 int ret;
394
395 if (!mapping_can_writeback(mapping) ||
396 !mapping_tagged(mapping, PAGECACHE_TAG_DIRTY))
397 return 0;
398
399 wbc_attach_fdatawrite_inode(wbc, mapping->host);
400 ret = do_writepages(mapping, wbc);
401 wbc_detach_inode(wbc);
402 return ret;
403}
404EXPORT_SYMBOL(filemap_fdatawrite_wbc);
405
406/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700407 * __filemap_fdatawrite_range - start writeback on mapping dirty pages in range
Martin Waitz67be2dd2005-05-01 08:59:26 -0700408 * @mapping: address space structure to write
409 * @start: offset in bytes where the range starts
Andrew Morton469eb4d2006-03-24 03:17:45 -0800410 * @end: offset in bytes where the range ends (inclusive)
Martin Waitz67be2dd2005-05-01 08:59:26 -0700411 * @sync_mode: enable synchronous operation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 *
Randy Dunlap485bb992006-06-23 02:03:49 -0700413 * Start writeback against all of a mapping's dirty pages that lie
414 * within the byte offsets <start, end> inclusive.
415 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416 * If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
Randy Dunlap485bb992006-06-23 02:03:49 -0700417 * opposed to a regular memory cleansing writeback. The difference between
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 * these two operations is that if a dirty page/buffer is encountered, it must
419 * be waited upon, and not just skipped over.
Mike Rapoporta862f682019-03-05 15:48:42 -0800420 *
421 * Return: %0 on success, negative error code otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 */
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800423int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
424 loff_t end, int sync_mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426 struct writeback_control wbc = {
427 .sync_mode = sync_mode,
Nick Piggin05fe4782009-01-06 14:39:08 -0800428 .nr_to_write = LONG_MAX,
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700429 .range_start = start,
430 .range_end = end,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431 };
432
Josef Bacik5a798492021-07-14 14:47:22 -0400433 return filemap_fdatawrite_wbc(mapping, &wbc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434}
435
436static inline int __filemap_fdatawrite(struct address_space *mapping,
437 int sync_mode)
438{
OGAWA Hirofumi111ebb62006-06-23 02:03:26 -0700439 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440}
441
442int filemap_fdatawrite(struct address_space *mapping)
443{
444 return __filemap_fdatawrite(mapping, WB_SYNC_ALL);
445}
446EXPORT_SYMBOL(filemap_fdatawrite);
447
Jan Karaf4c0a0f2008-07-11 19:27:31 -0400448int filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
Andrew Mortonebcf28e2006-03-24 03:18:04 -0800449 loff_t end)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450{
451 return __filemap_fdatawrite_range(mapping, start, end, WB_SYNC_ALL);
452}
Jan Karaf4c0a0f2008-07-11 19:27:31 -0400453EXPORT_SYMBOL(filemap_fdatawrite_range);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454
Randy Dunlap485bb992006-06-23 02:03:49 -0700455/**
456 * filemap_flush - mostly a non-blocking flush
457 * @mapping: target address_space
458 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 * This is a mostly non-blocking flush. Not suitable for data-integrity
460 * purposes - I/O may not be started against all dirty pages.
Mike Rapoporta862f682019-03-05 15:48:42 -0800461 *
462 * Return: %0 on success, negative error code otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 */
464int filemap_flush(struct address_space *mapping)
465{
466 return __filemap_fdatawrite(mapping, WB_SYNC_NONE);
467}
468EXPORT_SYMBOL(filemap_flush);
469
Goldwyn Rodrigues7fc9e472017-06-20 07:05:41 -0500470/**
471 * filemap_range_has_page - check if a page exists in range.
472 * @mapping: address space within which to check
473 * @start_byte: offset in bytes where the range starts
474 * @end_byte: offset in bytes where the range ends (inclusive)
475 *
476 * Find at least one page in the range supplied, usually used to check if
477 * direct writing in this range will trigger a writeback.
Mike Rapoporta862f682019-03-05 15:48:42 -0800478 *
479 * Return: %true if at least one page exists in the specified range,
480 * %false otherwise.
Goldwyn Rodrigues7fc9e472017-06-20 07:05:41 -0500481 */
482bool filemap_range_has_page(struct address_space *mapping,
483 loff_t start_byte, loff_t end_byte)
484{
Jan Karaf7b68042017-09-06 16:21:40 -0700485 struct page *page;
Matthew Wilcox8fa8e532018-01-16 06:26:49 -0500486 XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT);
487 pgoff_t max = end_byte >> PAGE_SHIFT;
Goldwyn Rodrigues7fc9e472017-06-20 07:05:41 -0500488
489 if (end_byte < start_byte)
490 return false;
491
Matthew Wilcox8fa8e532018-01-16 06:26:49 -0500492 rcu_read_lock();
493 for (;;) {
494 page = xas_find(&xas, max);
495 if (xas_retry(&xas, page))
496 continue;
497 /* Shadow entries don't count */
498 if (xa_is_value(page))
499 continue;
500 /*
501 * We don't need to try to pin this page; we're about to
502 * release the RCU lock anyway. It is enough to know that
503 * there was a page here recently.
504 */
505 break;
506 }
507 rcu_read_unlock();
Goldwyn Rodrigues7fc9e472017-06-20 07:05:41 -0500508
Matthew Wilcox8fa8e532018-01-16 06:26:49 -0500509 return page != NULL;
Goldwyn Rodrigues7fc9e472017-06-20 07:05:41 -0500510}
511EXPORT_SYMBOL(filemap_range_has_page);
512
Jeff Layton5e8fcc12017-07-06 07:02:24 -0400513static void __filemap_fdatawait_range(struct address_space *mapping,
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800514 loff_t start_byte, loff_t end_byte)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515{
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300516 pgoff_t index = start_byte >> PAGE_SHIFT;
517 pgoff_t end = end_byte >> PAGE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 struct pagevec pvec;
519 int nr_pages;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200521 if (end_byte < start_byte)
Jeff Layton5e8fcc12017-07-06 07:02:24 -0400522 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523
Mel Gorman86679822017-11-15 17:37:52 -0800524 pagevec_init(&pvec);
Jan Kara312e9d22017-11-15 17:35:05 -0800525 while (index <= end) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 unsigned i;
527
Jan Kara312e9d22017-11-15 17:35:05 -0800528 nr_pages = pagevec_lookup_range_tag(&pvec, mapping, &index,
Jan Kara67fd7072017-11-15 17:35:19 -0800529 end, PAGECACHE_TAG_WRITEBACK);
Jan Kara312e9d22017-11-15 17:35:05 -0800530 if (!nr_pages)
531 break;
532
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 for (i = 0; i < nr_pages; i++) {
534 struct page *page = pvec.pages[i];
535
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 wait_on_page_writeback(page);
Jeff Layton5e8fcc12017-07-06 07:02:24 -0400537 ClearPageError(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 }
539 pagevec_release(&pvec);
540 cond_resched();
541 }
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800542}
543
544/**
545 * filemap_fdatawait_range - wait for writeback to complete
546 * @mapping: address space structure to wait for
547 * @start_byte: offset in bytes where the range starts
548 * @end_byte: offset in bytes where the range ends (inclusive)
549 *
550 * Walk the list of under-writeback pages of the given address space
551 * in the given range and wait for all of them. Check error status of
552 * the address space and return it.
553 *
554 * Since the error status of the address space is cleared by this function,
555 * callers are responsible for checking the return value and handling and/or
556 * reporting the error.
Mike Rapoporta862f682019-03-05 15:48:42 -0800557 *
558 * Return: error status of the address space.
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800559 */
560int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte,
561 loff_t end_byte)
562{
Jeff Layton5e8fcc12017-07-06 07:02:24 -0400563 __filemap_fdatawait_range(mapping, start_byte, end_byte);
564 return filemap_check_errors(mapping);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565}
Jan Karad3bccb6f2009-08-17 19:30:27 +0200566EXPORT_SYMBOL(filemap_fdatawait_range);
567
568/**
Ross Zwisleraa0bfcd2019-06-20 17:05:37 -0400569 * filemap_fdatawait_range_keep_errors - wait for writeback to complete
570 * @mapping: address space structure to wait for
571 * @start_byte: offset in bytes where the range starts
572 * @end_byte: offset in bytes where the range ends (inclusive)
573 *
574 * Walk the list of under-writeback pages of the given address space in the
575 * given range and wait for all of them. Unlike filemap_fdatawait_range(),
576 * this function does not clear error status of the address space.
577 *
578 * Use this function if callers don't handle errors themselves. Expected
579 * call sites are system-wide / filesystem-wide data flushers: e.g. sync(2),
580 * fsfreeze(8)
581 */
582int filemap_fdatawait_range_keep_errors(struct address_space *mapping,
583 loff_t start_byte, loff_t end_byte)
584{
585 __filemap_fdatawait_range(mapping, start_byte, end_byte);
586 return filemap_check_and_keep_errors(mapping);
587}
588EXPORT_SYMBOL(filemap_fdatawait_range_keep_errors);
589
590/**
Jeff Laytona823e452017-07-28 07:24:43 -0400591 * file_fdatawait_range - wait for writeback to complete
592 * @file: file pointing to address space structure to wait for
593 * @start_byte: offset in bytes where the range starts
594 * @end_byte: offset in bytes where the range ends (inclusive)
595 *
596 * Walk the list of under-writeback pages of the address space that file
597 * refers to, in the given range and wait for all of them. Check error
598 * status of the address space vs. the file->f_wb_err cursor and return it.
599 *
600 * Since the error status of the file is advanced by this function,
601 * callers are responsible for checking the return value and handling and/or
602 * reporting the error.
Mike Rapoporta862f682019-03-05 15:48:42 -0800603 *
604 * Return: error status of the address space vs. the file->f_wb_err cursor.
Jeff Laytona823e452017-07-28 07:24:43 -0400605 */
606int file_fdatawait_range(struct file *file, loff_t start_byte, loff_t end_byte)
607{
608 struct address_space *mapping = file->f_mapping;
609
610 __filemap_fdatawait_range(mapping, start_byte, end_byte);
611 return file_check_and_advance_wb_err(file);
612}
613EXPORT_SYMBOL(file_fdatawait_range);
614
615/**
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800616 * filemap_fdatawait_keep_errors - wait for writeback without clearing errors
617 * @mapping: address space structure to wait for
618 *
619 * Walk the list of under-writeback pages of the given address space
620 * and wait for all of them. Unlike filemap_fdatawait(), this function
621 * does not clear error status of the address space.
622 *
623 * Use this function if callers don't handle errors themselves. Expected
624 * call sites are system-wide / filesystem-wide data flushers: e.g. sync(2),
625 * fsfreeze(8)
Mike Rapoporta862f682019-03-05 15:48:42 -0800626 *
627 * Return: error status of the address space.
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800628 */
Jeff Layton76341ca2017-07-06 07:02:22 -0400629int filemap_fdatawait_keep_errors(struct address_space *mapping)
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800630{
Jeff Laytonffb959b2017-07-31 10:29:38 -0400631 __filemap_fdatawait_range(mapping, 0, LLONG_MAX);
Jeff Layton76341ca2017-07-06 07:02:22 -0400632 return filemap_check_and_keep_errors(mapping);
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800633}
Jeff Layton76341ca2017-07-06 07:02:22 -0400634EXPORT_SYMBOL(filemap_fdatawait_keep_errors);
Junichi Nomuraaa750fd2015-11-05 18:47:23 -0800635
Konstantin Khlebnikov875d91b2019-09-23 15:34:48 -0700636/* Returns true if writeback might be needed or already in progress. */
Jeff Layton9326c9b2017-07-26 10:21:11 -0400637static bool mapping_needs_writeback(struct address_space *mapping)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638{
Konstantin Khlebnikov875d91b2019-09-23 15:34:48 -0700639 return mapping->nrpages;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
Randy Dunlap485bb992006-06-23 02:03:49 -0700642/**
Jens Axboe63135aa2021-04-29 22:55:18 -0700643 * filemap_range_needs_writeback - check if range potentially needs writeback
644 * @mapping: address space within which to check
645 * @start_byte: offset in bytes where the range starts
646 * @end_byte: offset in bytes where the range ends (inclusive)
647 *
648 * Find at least one page in the range supplied, usually used to check if
649 * direct writing in this range will trigger a writeback. Used by O_DIRECT
650 * read/write with IOCB_NOWAIT, to see if the caller needs to do
651 * filemap_write_and_wait_range() before proceeding.
652 *
653 * Return: %true if the caller should do filemap_write_and_wait_range() before
654 * doing O_DIRECT to a page in this range, %false otherwise.
655 */
656bool filemap_range_needs_writeback(struct address_space *mapping,
657 loff_t start_byte, loff_t end_byte)
658{
659 XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT);
660 pgoff_t max = end_byte >> PAGE_SHIFT;
661 struct page *page;
662
663 if (!mapping_needs_writeback(mapping))
664 return false;
665 if (!mapping_tagged(mapping, PAGECACHE_TAG_DIRTY) &&
666 !mapping_tagged(mapping, PAGECACHE_TAG_WRITEBACK))
667 return false;
668 if (end_byte < start_byte)
669 return false;
670
671 rcu_read_lock();
672 xas_for_each(&xas, page, max) {
673 if (xas_retry(&xas, page))
674 continue;
675 if (xa_is_value(page))
676 continue;
677 if (PageDirty(page) || PageLocked(page) || PageWriteback(page))
678 break;
679 }
680 rcu_read_unlock();
681 return page != NULL;
682}
683EXPORT_SYMBOL_GPL(filemap_range_needs_writeback);
684
685/**
Randy Dunlap485bb992006-06-23 02:03:49 -0700686 * filemap_write_and_wait_range - write out & wait on a file range
687 * @mapping: the address_space for the pages
688 * @lstart: offset in bytes where the range starts
689 * @lend: offset in bytes where the range ends (inclusive)
690 *
Andrew Morton469eb4d2006-03-24 03:17:45 -0800691 * Write out and wait upon file offsets lstart->lend, inclusive.
692 *
mchehab@s-opensource.com0e056eb2017-03-30 17:11:36 -0300693 * Note that @lend is inclusive (describes the last byte to be written) so
Andrew Morton469eb4d2006-03-24 03:17:45 -0800694 * that this function can be used to write to the very end-of-file (end = -1).
Mike Rapoporta862f682019-03-05 15:48:42 -0800695 *
696 * Return: error status of the address space.
Andrew Morton469eb4d2006-03-24 03:17:45 -0800697 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698int filemap_write_and_wait_range(struct address_space *mapping,
699 loff_t lstart, loff_t lend)
700{
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800701 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702
Jeff Layton9326c9b2017-07-26 10:21:11 -0400703 if (mapping_needs_writeback(mapping)) {
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800704 err = __filemap_fdatawrite_range(mapping, lstart, lend,
705 WB_SYNC_ALL);
Ira Weinyddf8f372020-01-30 22:12:07 -0800706 /*
707 * Even if the above returned error, the pages may be
708 * written partially (e.g. -ENOSPC), so we wait for it.
709 * But the -EIO is special case, it may indicate the worst
710 * thing (e.g. bug) happened, so we avoid waiting for it.
711 */
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800712 if (err != -EIO) {
Christoph Hellwig94004ed2009-09-30 22:16:33 +0200713 int err2 = filemap_fdatawait_range(mapping,
714 lstart, lend);
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800715 if (!err)
716 err = err2;
Jeff Laytoncbeaf952017-07-06 07:02:23 -0400717 } else {
718 /* Clear any previously stored errors */
719 filemap_check_errors(mapping);
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800720 }
Dmitry Monakhov865ffef32013-04-29 15:08:42 -0700721 } else {
722 err = filemap_check_errors(mapping);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 }
OGAWA Hirofumi28fd1292006-01-08 01:02:14 -0800724 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725}
Chris Masonf6995582009-04-15 13:22:37 -0400726EXPORT_SYMBOL(filemap_write_and_wait_range);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727
Jeff Layton5660e132017-07-06 07:02:25 -0400728void __filemap_set_wb_err(struct address_space *mapping, int err)
729{
Jeff Layton3acdfd22017-07-24 06:22:15 -0400730 errseq_t eseq = errseq_set(&mapping->wb_err, err);
Jeff Layton5660e132017-07-06 07:02:25 -0400731
732 trace_filemap_set_wb_err(mapping, eseq);
733}
734EXPORT_SYMBOL(__filemap_set_wb_err);
735
736/**
737 * file_check_and_advance_wb_err - report wb error (if any) that was previously
738 * and advance wb_err to current one
739 * @file: struct file on which the error is being reported
740 *
741 * When userland calls fsync (or something like nfsd does the equivalent), we
742 * want to report any writeback errors that occurred since the last fsync (or
743 * since the file was opened if there haven't been any).
744 *
745 * Grab the wb_err from the mapping. If it matches what we have in the file,
746 * then just quickly return 0. The file is all caught up.
747 *
748 * If it doesn't match, then take the mapping value, set the "seen" flag in
749 * it and try to swap it into place. If it works, or another task beat us
750 * to it with the new value, then update the f_wb_err and return the error
751 * portion. The error at this point must be reported via proper channels
752 * (a'la fsync, or NFS COMMIT operation, etc.).
753 *
754 * While we handle mapping->wb_err with atomic operations, the f_wb_err
755 * value is protected by the f_lock since we must ensure that it reflects
756 * the latest value swapped in for this file descriptor.
Mike Rapoporta862f682019-03-05 15:48:42 -0800757 *
758 * Return: %0 on success, negative error code otherwise.
Jeff Layton5660e132017-07-06 07:02:25 -0400759 */
760int file_check_and_advance_wb_err(struct file *file)
761{
762 int err = 0;
763 errseq_t old = READ_ONCE(file->f_wb_err);
764 struct address_space *mapping = file->f_mapping;
765
766 /* Locklessly handle the common case where nothing has changed */
767 if (errseq_check(&mapping->wb_err, old)) {
768 /* Something changed, must use slow path */
769 spin_lock(&file->f_lock);
770 old = file->f_wb_err;
771 err = errseq_check_and_advance(&mapping->wb_err,
772 &file->f_wb_err);
773 trace_file_check_and_advance_wb_err(file, old);
774 spin_unlock(&file->f_lock);
775 }
Jeff Laytonf4e222c2017-10-03 16:15:25 -0700776
777 /*
778 * We're mostly using this function as a drop in replacement for
779 * filemap_check_errors. Clear AS_EIO/AS_ENOSPC to emulate the effect
780 * that the legacy code would have had on these flags.
781 */
782 clear_bit(AS_EIO, &mapping->flags);
783 clear_bit(AS_ENOSPC, &mapping->flags);
Jeff Layton5660e132017-07-06 07:02:25 -0400784 return err;
785}
786EXPORT_SYMBOL(file_check_and_advance_wb_err);
787
788/**
789 * file_write_and_wait_range - write out & wait on a file range
790 * @file: file pointing to address_space with pages
791 * @lstart: offset in bytes where the range starts
792 * @lend: offset in bytes where the range ends (inclusive)
793 *
794 * Write out and wait upon file offsets lstart->lend, inclusive.
795 *
796 * Note that @lend is inclusive (describes the last byte to be written) so
797 * that this function can be used to write to the very end-of-file (end = -1).
798 *
799 * After writing out and waiting on the data, we check and advance the
800 * f_wb_err cursor to the latest value, and return any errors detected there.
Mike Rapoporta862f682019-03-05 15:48:42 -0800801 *
802 * Return: %0 on success, negative error code otherwise.
Jeff Layton5660e132017-07-06 07:02:25 -0400803 */
804int file_write_and_wait_range(struct file *file, loff_t lstart, loff_t lend)
805{
806 int err = 0, err2;
807 struct address_space *mapping = file->f_mapping;
808
Jeff Layton9326c9b2017-07-26 10:21:11 -0400809 if (mapping_needs_writeback(mapping)) {
Jeff Layton5660e132017-07-06 07:02:25 -0400810 err = __filemap_fdatawrite_range(mapping, lstart, lend,
811 WB_SYNC_ALL);
812 /* See comment of filemap_write_and_wait() */
813 if (err != -EIO)
814 __filemap_fdatawait_range(mapping, lstart, lend);
815 }
816 err2 = file_check_and_advance_wb_err(file);
817 if (!err)
818 err = err2;
819 return err;
820}
821EXPORT_SYMBOL(file_write_and_wait_range);
822
Randy Dunlap485bb992006-06-23 02:03:49 -0700823/**
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700824 * replace_page_cache_page - replace a pagecache page with a new one
825 * @old: page to be replaced
826 * @new: page to replace with
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700827 *
828 * This function replaces a page in the pagecache with a new one. On
829 * success it acquires the pagecache reference for the new page and
830 * drops it for the old page. Both the old and new pages must be
831 * locked. This function does not add the new page to the LRU, the
832 * caller must do that.
833 *
Matthew Wilcox74d60952017-11-17 10:01:45 -0500834 * The remove + add is atomic. This function cannot fail.
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700835 */
Baolin Wang1f7ef652021-02-24 12:01:42 -0800836void replace_page_cache_page(struct page *old, struct page *new)
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700837{
Matthew Wilcox74d60952017-11-17 10:01:45 -0500838 struct address_space *mapping = old->mapping;
839 void (*freepage)(struct page *) = mapping->a_ops->freepage;
840 pgoff_t offset = old->index;
841 XA_STATE(xas, &mapping->i_pages, offset);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700842
Sasha Levin309381fea2014-01-23 15:52:54 -0800843 VM_BUG_ON_PAGE(!PageLocked(old), old);
844 VM_BUG_ON_PAGE(!PageLocked(new), new);
845 VM_BUG_ON_PAGE(new->mapping, new);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700846
Matthew Wilcox74d60952017-11-17 10:01:45 -0500847 get_page(new);
848 new->mapping = mapping;
849 new->index = offset;
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700850
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700851 mem_cgroup_migrate(old, new);
852
Johannes Weiner30472502021-09-02 14:53:18 -0700853 xas_lock_irq(&xas);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500854 xas_store(&xas, new);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700855
Matthew Wilcox74d60952017-11-17 10:01:45 -0500856 old->mapping = NULL;
857 /* hugetlb pages do not participate in page cache accounting. */
858 if (!PageHuge(old))
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700859 __dec_lruvec_page_state(old, NR_FILE_PAGES);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500860 if (!PageHuge(new))
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700861 __inc_lruvec_page_state(new, NR_FILE_PAGES);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500862 if (PageSwapBacked(old))
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700863 __dec_lruvec_page_state(old, NR_SHMEM);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500864 if (PageSwapBacked(new))
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700865 __inc_lruvec_page_state(new, NR_SHMEM);
Johannes Weiner30472502021-09-02 14:53:18 -0700866 xas_unlock_irq(&xas);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500867 if (freepage)
868 freepage(old);
869 put_page(old);
Miklos Szeredief6a3c62011-03-22 16:30:52 -0700870}
871EXPORT_SYMBOL_GPL(replace_page_cache_page);
872
Andrew Morton16c0cc02020-12-11 13:36:27 -0800873noinline int __add_to_page_cache_locked(struct page *page,
Alexei Starovoitov76cd6172020-08-27 15:01:10 -0700874 struct address_space *mapping,
Linus Torvaldsc4cf4982020-10-16 11:31:55 -0700875 pgoff_t offset, gfp_t gfp,
Alexei Starovoitov76cd6172020-08-27 15:01:10 -0700876 void **shadowp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877{
Matthew Wilcox74d60952017-11-17 10:01:45 -0500878 XA_STATE(xas, &mapping->i_pages, offset);
Johannes Weiner00501b52014-08-08 14:19:20 -0700879 int huge = PageHuge(page);
Nick Piggine2867812008-07-25 19:45:30 -0700880 int error;
Waiman Longda742402021-02-04 18:32:45 -0800881 bool charged = false;
Nick Piggine2867812008-07-25 19:45:30 -0700882
Sasha Levin309381fea2014-01-23 15:52:54 -0800883 VM_BUG_ON_PAGE(!PageLocked(page), page);
884 VM_BUG_ON_PAGE(PageSwapBacked(page), page);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500885 mapping_set_update(&xas, mapping);
Nick Piggine2867812008-07-25 19:45:30 -0700886
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300887 get_page(page);
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700888 page->mapping = mapping;
889 page->index = offset;
890
Johannes Weiner3fea5a42020-06-03 16:01:41 -0700891 if (!huge) {
Dan Schatzberg04f94e32021-06-28 19:38:18 -0700892 error = mem_cgroup_charge(page, NULL, gfp);
Johannes Weiner3fea5a42020-06-03 16:01:41 -0700893 if (error)
894 goto error;
Waiman Longda742402021-02-04 18:32:45 -0800895 charged = true;
Johannes Weiner3fea5a42020-06-03 16:01:41 -0700896 }
897
Matthew Wilcox (Oracle)198b62f2020-10-15 20:05:20 -0700898 gfp &= GFP_RECLAIM_MASK;
899
Matthew Wilcox74d60952017-11-17 10:01:45 -0500900 do {
Matthew Wilcox (Oracle)198b62f2020-10-15 20:05:20 -0700901 unsigned int order = xa_get_order(xas.xa, xas.xa_index);
902 void *entry, *old = NULL;
903
904 if (order > thp_order(page))
905 xas_split_alloc(&xas, xa_load(xas.xa, xas.xa_index),
906 order, gfp);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500907 xas_lock_irq(&xas);
Matthew Wilcox (Oracle)198b62f2020-10-15 20:05:20 -0700908 xas_for_each_conflict(&xas, entry) {
909 old = entry;
910 if (!xa_is_value(entry)) {
911 xas_set_err(&xas, -EEXIST);
912 goto unlock;
913 }
914 }
915
916 if (old) {
917 if (shadowp)
918 *shadowp = old;
919 /* entry may have been split before we acquired lock */
920 order = xa_get_order(xas.xa, xas.xa_index);
921 if (order > thp_order(page)) {
922 xas_split(&xas, old, order);
923 xas_reset(&xas);
924 }
925 }
926
Matthew Wilcox74d60952017-11-17 10:01:45 -0500927 xas_store(&xas, page);
928 if (xas_error(&xas))
929 goto unlock;
Michal Hocko4165b9b42015-06-24 16:57:24 -0700930
Matthew Wilcox74d60952017-11-17 10:01:45 -0500931 mapping->nrpages++;
932
933 /* hugetlb pages do not participate in page cache accounting */
934 if (!huge)
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700935 __inc_lruvec_page_state(page, NR_FILE_PAGES);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500936unlock:
937 xas_unlock_irq(&xas);
Matthew Wilcox (Oracle)198b62f2020-10-15 20:05:20 -0700938 } while (xas_nomem(&xas, gfp));
Matthew Wilcox74d60952017-11-17 10:01:45 -0500939
Johannes Weiner3fea5a42020-06-03 16:01:41 -0700940 if (xas_error(&xas)) {
941 error = xas_error(&xas);
Waiman Longda742402021-02-04 18:32:45 -0800942 if (charged)
943 mem_cgroup_uncharge(page);
Matthew Wilcox74d60952017-11-17 10:01:45 -0500944 goto error;
Johannes Weiner3fea5a42020-06-03 16:01:41 -0700945 }
Matthew Wilcox74d60952017-11-17 10:01:45 -0500946
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700947 trace_mm_filemap_add_to_page_cache(page);
948 return 0;
Matthew Wilcox74d60952017-11-17 10:01:45 -0500949error:
Kirill A. Shutemov66a0c8e2013-09-12 15:13:59 -0700950 page->mapping = NULL;
951 /* Leave page->index set: truncation relies upon it */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300952 put_page(page);
Johannes Weiner3fea5a42020-06-03 16:01:41 -0700953 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954}
Josef Bacikcfcbfb12019-05-13 17:21:04 -0700955ALLOW_ERROR_INJECTION(__add_to_page_cache_locked, ERRNO);
Johannes Weinera5289102014-04-03 14:47:51 -0700956
957/**
958 * add_to_page_cache_locked - add a locked page to the pagecache
959 * @page: page to add
960 * @mapping: the page's address_space
961 * @offset: page index
962 * @gfp_mask: page allocation mode
963 *
964 * This function is used to add a page to the pagecache. It must be locked.
965 * This function does not add the page to the LRU. The caller must do that.
Mike Rapoporta862f682019-03-05 15:48:42 -0800966 *
967 * Return: %0 on success, negative error code otherwise.
Johannes Weinera5289102014-04-03 14:47:51 -0700968 */
969int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
970 pgoff_t offset, gfp_t gfp_mask)
971{
972 return __add_to_page_cache_locked(page, mapping, offset,
973 gfp_mask, NULL);
974}
Nick Piggine2867812008-07-25 19:45:30 -0700975EXPORT_SYMBOL(add_to_page_cache_locked);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976
977int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
Al Viro6daa0e22005-10-21 03:18:50 -0400978 pgoff_t offset, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979{
Johannes Weinera5289102014-04-03 14:47:51 -0700980 void *shadow = NULL;
Rik van Riel4f98a2f2008-10-18 20:26:32 -0700981 int ret;
982
Kirill A. Shutemov48c935a2016-01-15 16:51:24 -0800983 __SetPageLocked(page);
Johannes Weinera5289102014-04-03 14:47:51 -0700984 ret = __add_to_page_cache_locked(page, mapping, offset,
985 gfp_mask, &shadow);
986 if (unlikely(ret))
Kirill A. Shutemov48c935a2016-01-15 16:51:24 -0800987 __ClearPageLocked(page);
Johannes Weinera5289102014-04-03 14:47:51 -0700988 else {
989 /*
990 * The page might have been evicted from cache only
991 * recently, in which case it should be activated like
992 * any other repeatedly accessed page.
Rik van Rielf0281a02016-05-20 16:56:25 -0700993 * The exception is pages getting rewritten; evicting other
994 * data from the working set, only to cache data that will
995 * get overwritten with something else, is a waste of memory.
Johannes Weinera5289102014-04-03 14:47:51 -0700996 */
Johannes Weiner1899ad12018-10-26 15:06:04 -0700997 WARN_ON_ONCE(PageActive(page));
998 if (!(gfp_mask & __GFP_WRITE) && shadow)
999 workingset_refault(page, shadow);
Johannes Weinera5289102014-04-03 14:47:51 -07001000 lru_cache_add(page);
1001 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002 return ret;
1003}
Evgeniy Polyakov18bc0bb2009-02-09 17:02:42 +03001004EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005
Paul Jackson44110fe2006-03-24 03:16:04 -08001006#ifdef CONFIG_NUMA
Nick Piggin2ae88142006-10-28 10:38:23 -07001007struct page *__page_cache_alloc(gfp_t gfp)
Paul Jackson44110fe2006-03-24 03:16:04 -08001008{
Miao Xiec0ff7452010-05-24 14:32:08 -07001009 int n;
1010 struct page *page;
1011
Paul Jackson44110fe2006-03-24 03:16:04 -08001012 if (cpuset_do_page_mem_spread()) {
Mel Gormancc9a6c82012-03-21 16:34:11 -07001013 unsigned int cpuset_mems_cookie;
1014 do {
Mel Gormand26914d2014-04-03 14:47:24 -07001015 cpuset_mems_cookie = read_mems_allowed_begin();
Mel Gormancc9a6c82012-03-21 16:34:11 -07001016 n = cpuset_mem_spread_node();
Vlastimil Babka96db8002015-09-08 15:03:50 -07001017 page = __alloc_pages_node(n, gfp, 0);
Mel Gormand26914d2014-04-03 14:47:24 -07001018 } while (!page && read_mems_allowed_retry(cpuset_mems_cookie));
Mel Gormancc9a6c82012-03-21 16:34:11 -07001019
Miao Xiec0ff7452010-05-24 14:32:08 -07001020 return page;
Paul Jackson44110fe2006-03-24 03:16:04 -08001021 }
Nick Piggin2ae88142006-10-28 10:38:23 -07001022 return alloc_pages(gfp, 0);
Paul Jackson44110fe2006-03-24 03:16:04 -08001023}
Nick Piggin2ae88142006-10-28 10:38:23 -07001024EXPORT_SYMBOL(__page_cache_alloc);
Paul Jackson44110fe2006-03-24 03:16:04 -08001025#endif
1026
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027/*
Jan Kara7506ae62021-05-24 13:02:30 +02001028 * filemap_invalidate_lock_two - lock invalidate_lock for two mappings
1029 *
1030 * Lock exclusively invalidate_lock of any passed mapping that is not NULL.
1031 *
1032 * @mapping1: the first mapping to lock
1033 * @mapping2: the second mapping to lock
1034 */
1035void filemap_invalidate_lock_two(struct address_space *mapping1,
1036 struct address_space *mapping2)
1037{
1038 if (mapping1 > mapping2)
1039 swap(mapping1, mapping2);
1040 if (mapping1)
1041 down_write(&mapping1->invalidate_lock);
1042 if (mapping2 && mapping1 != mapping2)
1043 down_write_nested(&mapping2->invalidate_lock, 1);
1044}
1045EXPORT_SYMBOL(filemap_invalidate_lock_two);
1046
1047/*
1048 * filemap_invalidate_unlock_two - unlock invalidate_lock for two mappings
1049 *
1050 * Unlock exclusive invalidate_lock of any passed mapping that is not NULL.
1051 *
1052 * @mapping1: the first mapping to unlock
1053 * @mapping2: the second mapping to unlock
1054 */
1055void filemap_invalidate_unlock_two(struct address_space *mapping1,
1056 struct address_space *mapping2)
1057{
1058 if (mapping1)
1059 up_write(&mapping1->invalidate_lock);
1060 if (mapping2 && mapping1 != mapping2)
1061 up_write(&mapping2->invalidate_lock);
1062}
1063EXPORT_SYMBOL(filemap_invalidate_unlock_two);
1064
1065/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066 * In order to wait for pages to become available there must be
1067 * waitqueues associated with pages. By using a hash table of
1068 * waitqueues where the bucket discipline is to maintain all
1069 * waiters on the same queue and wake all when any of the pages
1070 * become available, and for the woken contexts to check to be
1071 * sure the appropriate page became available, this saves space
1072 * at a cost of "thundering herd" phenomena during rare hash
1073 * collisions.
1074 */
Nicholas Piggin62906022016-12-25 13:00:30 +10001075#define PAGE_WAIT_TABLE_BITS 8
1076#define PAGE_WAIT_TABLE_SIZE (1 << PAGE_WAIT_TABLE_BITS)
1077static wait_queue_head_t page_wait_table[PAGE_WAIT_TABLE_SIZE] __cacheline_aligned;
1078
1079static wait_queue_head_t *page_waitqueue(struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080{
Nicholas Piggin62906022016-12-25 13:00:30 +10001081 return &page_wait_table[hash_ptr(page, PAGE_WAIT_TABLE_BITS)];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082}
Nicholas Piggin62906022016-12-25 13:00:30 +10001083
1084void __init pagecache_init(void)
1085{
1086 int i;
1087
1088 for (i = 0; i < PAGE_WAIT_TABLE_SIZE; i++)
1089 init_waitqueue_head(&page_wait_table[i]);
1090
1091 page_writeback_init();
1092}
1093
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001094/*
1095 * The page wait code treats the "wait->flags" somewhat unusually, because
Linus Torvalds5868ec22020-09-20 10:38:47 -07001096 * we have multiple different kinds of waits, not just the usual "exclusive"
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001097 * one.
1098 *
1099 * We have:
1100 *
1101 * (a) no special bits set:
1102 *
1103 * We're just waiting for the bit to be released, and when a waker
1104 * calls the wakeup function, we set WQ_FLAG_WOKEN and wake it up,
1105 * and remove it from the wait queue.
1106 *
1107 * Simple and straightforward.
1108 *
1109 * (b) WQ_FLAG_EXCLUSIVE:
1110 *
1111 * The waiter is waiting to get the lock, and only one waiter should
1112 * be woken up to avoid any thundering herd behavior. We'll set the
1113 * WQ_FLAG_WOKEN bit, wake it up, and remove it from the wait queue.
1114 *
1115 * This is the traditional exclusive wait.
1116 *
Linus Torvalds5868ec22020-09-20 10:38:47 -07001117 * (c) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM:
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001118 *
1119 * The waiter is waiting to get the bit, and additionally wants the
1120 * lock to be transferred to it for fair lock behavior. If the lock
1121 * cannot be taken, we stop walking the wait queue without waking
1122 * the waiter.
1123 *
1124 * This is the "fair lock handoff" case, and in addition to setting
1125 * WQ_FLAG_WOKEN, we set WQ_FLAG_DONE to let the waiter easily see
1126 * that it now has the lock.
1127 */
Ingo Molnarac6424b2017-06-20 12:06:13 +02001128static int wake_page_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *arg)
Nicholas Piggin62906022016-12-25 13:00:30 +10001129{
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001130 unsigned int flags;
Nicholas Piggin62906022016-12-25 13:00:30 +10001131 struct wait_page_key *key = arg;
1132 struct wait_page_queue *wait_page
1133 = container_of(wait, struct wait_page_queue, wait);
1134
Linus Torvaldscdc8fcb2020-08-03 13:01:22 -07001135 if (!wake_page_match(wait_page, key))
Nicholas Piggin62906022016-12-25 13:00:30 +10001136 return 0;
Linus Torvalds3510ca22017-08-27 13:55:12 -07001137
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001138 /*
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001139 * If it's a lock handoff wait, we get the bit for it, and
1140 * stop walking (and do not wake it up) if we can't.
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001141 */
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001142 flags = wait->flags;
1143 if (flags & WQ_FLAG_EXCLUSIVE) {
1144 if (test_bit(key->bit_nr, &key->page->flags))
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001145 return -1;
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001146 if (flags & WQ_FLAG_CUSTOM) {
1147 if (test_and_set_bit(key->bit_nr, &key->page->flags))
1148 return -1;
1149 flags |= WQ_FLAG_DONE;
1150 }
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001151 }
Nicholas Piggin62906022016-12-25 13:00:30 +10001152
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001153 /*
1154 * We are holding the wait-queue lock, but the waiter that
1155 * is waiting for this will be checking the flags without
1156 * any locking.
1157 *
1158 * So update the flags atomically, and wake up the waiter
1159 * afterwards to avoid any races. This store-release pairs
1160 * with the load-acquire in wait_on_page_bit_common().
1161 */
1162 smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN);
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001163 wake_up_state(wait->private, mode);
1164
1165 /*
1166 * Ok, we have successfully done what we're waiting for,
1167 * and we can unconditionally remove the wait entry.
1168 *
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001169 * Note that this pairs with the "finish_wait()" in the
1170 * waiter, and has to be the absolute last thing we do.
1171 * After this list_del_init(&wait->entry) the wait entry
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001172 * might be de-allocated and the process might even have
1173 * exited.
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001174 */
Linus Torvaldsc6fe44d2020-07-23 12:33:41 -07001175 list_del_init_careful(&wait->entry);
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001176 return (flags & WQ_FLAG_EXCLUSIVE) != 0;
Nicholas Piggin62906022016-12-25 13:00:30 +10001177}
1178
Nicholas Piggin74d81bf2017-02-22 15:44:41 -08001179static void wake_up_page_bit(struct page *page, int bit_nr)
Nicholas Piggin62906022016-12-25 13:00:30 +10001180{
1181 wait_queue_head_t *q = page_waitqueue(page);
1182 struct wait_page_key key;
1183 unsigned long flags;
Tim Chen11a19c72017-08-25 09:13:55 -07001184 wait_queue_entry_t bookmark;
Nicholas Piggin62906022016-12-25 13:00:30 +10001185
1186 key.page = page;
1187 key.bit_nr = bit_nr;
1188 key.page_match = 0;
1189
Tim Chen11a19c72017-08-25 09:13:55 -07001190 bookmark.flags = 0;
1191 bookmark.private = NULL;
1192 bookmark.func = NULL;
1193 INIT_LIST_HEAD(&bookmark.entry);
1194
Nicholas Piggin62906022016-12-25 13:00:30 +10001195 spin_lock_irqsave(&q->lock, flags);
Tim Chen11a19c72017-08-25 09:13:55 -07001196 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark);
1197
1198 while (bookmark.flags & WQ_FLAG_BOOKMARK) {
1199 /*
1200 * Take a breather from holding the lock,
1201 * allow pages that finish wake up asynchronously
1202 * to acquire the lock and remove themselves
1203 * from wait queue
1204 */
1205 spin_unlock_irqrestore(&q->lock, flags);
1206 cpu_relax();
1207 spin_lock_irqsave(&q->lock, flags);
1208 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark);
1209 }
1210
Nicholas Piggin62906022016-12-25 13:00:30 +10001211 /*
1212 * It is possible for other pages to have collided on the waitqueue
1213 * hash, so in that case check for a page match. That prevents a long-
1214 * term waiter
1215 *
1216 * It is still possible to miss a case here, when we woke page waiters
1217 * and removed them from the waitqueue, but there are still other
1218 * page waiters.
1219 */
1220 if (!waitqueue_active(q) || !key.page_match) {
1221 ClearPageWaiters(page);
1222 /*
1223 * It's possible to miss clearing Waiters here, when we woke
1224 * our page waiters, but the hashed waitqueue has waiters for
1225 * other pages on it.
1226 *
1227 * That's okay, it's a rare case. The next waker will clear it.
1228 */
1229 }
1230 spin_unlock_irqrestore(&q->lock, flags);
1231}
Nicholas Piggin74d81bf2017-02-22 15:44:41 -08001232
1233static void wake_up_page(struct page *page, int bit)
1234{
1235 if (!PageWaiters(page))
1236 return;
1237 wake_up_page_bit(page, bit);
1238}
Nicholas Piggin62906022016-12-25 13:00:30 +10001239
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001240/*
1241 * A choice of three behaviors for wait_on_page_bit_common():
1242 */
1243enum behavior {
1244 EXCLUSIVE, /* Hold ref to page and take the bit when woken, like
Matthew Wilcox (Oracle)7c23c782021-03-01 19:38:25 -05001245 * __folio_lock() waiting on then setting PG_locked.
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001246 */
1247 SHARED, /* Hold ref to page and check the bit when woken, like
1248 * wait_on_page_writeback() waiting on PG_writeback.
1249 */
1250 DROP, /* Drop ref to page before wait, no check when woken,
1251 * like put_and_wait_on_page_locked() on PG_locked.
1252 */
1253};
1254
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001255/*
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001256 * Attempt to check (or get) the page bit, and mark us done
1257 * if successful.
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001258 */
1259static inline bool trylock_page_bit_common(struct page *page, int bit_nr,
1260 struct wait_queue_entry *wait)
1261{
1262 if (wait->flags & WQ_FLAG_EXCLUSIVE) {
1263 if (test_and_set_bit(bit_nr, &page->flags))
1264 return false;
1265 } else if (test_bit(bit_nr, &page->flags))
1266 return false;
1267
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001268 wait->flags |= WQ_FLAG_WOKEN | WQ_FLAG_DONE;
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001269 return true;
1270}
1271
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001272/* How many times do we accept lock stealing from under a waiter? */
1273int sysctl_page_lock_unfairness = 5;
1274
Nicholas Piggin62906022016-12-25 13:00:30 +10001275static inline int wait_on_page_bit_common(wait_queue_head_t *q,
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001276 struct page *page, int bit_nr, int state, enum behavior behavior)
Nicholas Piggin62906022016-12-25 13:00:30 +10001277{
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001278 int unfairness = sysctl_page_lock_unfairness;
Nicholas Piggin62906022016-12-25 13:00:30 +10001279 struct wait_page_queue wait_page;
Ingo Molnarac6424b2017-06-20 12:06:13 +02001280 wait_queue_entry_t *wait = &wait_page.wait;
Johannes Weinerb1d29ba2018-10-26 15:06:08 -07001281 bool thrashing = false;
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001282 bool delayacct = false;
Johannes Weinereb414682018-10-26 15:06:27 -07001283 unsigned long pflags;
Nicholas Piggin62906022016-12-25 13:00:30 +10001284
Johannes Weinereb414682018-10-26 15:06:27 -07001285 if (bit_nr == PG_locked &&
Johannes Weinerb1d29ba2018-10-26 15:06:08 -07001286 !PageUptodate(page) && PageWorkingset(page)) {
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001287 if (!PageSwapBacked(page)) {
Johannes Weinereb414682018-10-26 15:06:27 -07001288 delayacct_thrashing_start();
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001289 delayacct = true;
1290 }
Johannes Weinereb414682018-10-26 15:06:27 -07001291 psi_memstall_enter(&pflags);
Johannes Weinerb1d29ba2018-10-26 15:06:08 -07001292 thrashing = true;
1293 }
1294
Nicholas Piggin62906022016-12-25 13:00:30 +10001295 init_wait(wait);
1296 wait->func = wake_page_function;
1297 wait_page.page = page;
1298 wait_page.bit_nr = bit_nr;
1299
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001300repeat:
1301 wait->flags = 0;
1302 if (behavior == EXCLUSIVE) {
1303 wait->flags = WQ_FLAG_EXCLUSIVE;
1304 if (--unfairness < 0)
1305 wait->flags |= WQ_FLAG_CUSTOM;
1306 }
1307
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001308 /*
1309 * Do one last check whether we can get the
1310 * page bit synchronously.
1311 *
1312 * Do the SetPageWaiters() marking before that
1313 * to let any waker we _just_ missed know they
1314 * need to wake us up (otherwise they'll never
1315 * even go to the slow case that looks at the
1316 * page queue), and add ourselves to the wait
1317 * queue if we need to sleep.
1318 *
1319 * This part needs to be done under the queue
1320 * lock to avoid races.
1321 */
1322 spin_lock_irq(&q->lock);
1323 SetPageWaiters(page);
1324 if (!trylock_page_bit_common(page, bit_nr, wait))
1325 __add_wait_queue_entry_tail(q, wait);
1326 spin_unlock_irq(&q->lock);
1327
1328 /*
1329 * From now on, all the logic will be based on
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001330 * the WQ_FLAG_WOKEN and WQ_FLAG_DONE flag, to
1331 * see whether the page bit testing has already
1332 * been done by the wake function.
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001333 *
1334 * We can drop our reference to the page.
1335 */
1336 if (behavior == DROP)
1337 put_page(page);
1338
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001339 /*
1340 * Note that until the "finish_wait()", or until
1341 * we see the WQ_FLAG_WOKEN flag, we need to
1342 * be very careful with the 'wait->flags', because
1343 * we may race with a waker that sets them.
1344 */
Nicholas Piggin62906022016-12-25 13:00:30 +10001345 for (;;) {
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001346 unsigned int flags;
1347
Nicholas Piggin62906022016-12-25 13:00:30 +10001348 set_current_state(state);
1349
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001350 /* Loop until we've been woken or interrupted */
1351 flags = smp_load_acquire(&wait->flags);
1352 if (!(flags & WQ_FLAG_WOKEN)) {
1353 if (signal_pending_state(state, current))
1354 break;
1355
1356 io_schedule();
1357 continue;
1358 }
1359
1360 /* If we were non-exclusive, we're done */
1361 if (behavior != EXCLUSIVE)
Linus Torvaldsa8b169a2017-08-27 16:25:09 -07001362 break;
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001363
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001364 /* If the waker got the lock for us, we're done */
1365 if (flags & WQ_FLAG_DONE)
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001366 break;
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001367
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001368 /*
1369 * Otherwise, if we're getting the lock, we need to
1370 * try to get it ourselves.
1371 *
1372 * And if that fails, we'll have to retry this all.
1373 */
1374 if (unlikely(test_and_set_bit(bit_nr, &page->flags)))
1375 goto repeat;
1376
1377 wait->flags |= WQ_FLAG_DONE;
1378 break;
Nicholas Piggin62906022016-12-25 13:00:30 +10001379 }
1380
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001381 /*
1382 * If a signal happened, this 'finish_wait()' may remove the last
1383 * waiter from the wait-queues, but the PageWaiters bit will remain
1384 * set. That's ok. The next wakeup will take care of it, and trying
1385 * to do it here would be difficult and prone to races.
1386 */
Nicholas Piggin62906022016-12-25 13:00:30 +10001387 finish_wait(q, wait);
1388
Johannes Weinereb414682018-10-26 15:06:27 -07001389 if (thrashing) {
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001390 if (delayacct)
Johannes Weinereb414682018-10-26 15:06:27 -07001391 delayacct_thrashing_end();
1392 psi_memstall_leave(&pflags);
1393 }
Johannes Weinerb1d29ba2018-10-26 15:06:08 -07001394
Nicholas Piggin62906022016-12-25 13:00:30 +10001395 /*
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001396 * NOTE! The wait->flags weren't stable until we've done the
1397 * 'finish_wait()', and we could have exited the loop above due
1398 * to a signal, and had a wakeup event happen after the signal
1399 * test but before the 'finish_wait()'.
1400 *
1401 * So only after the finish_wait() can we reliably determine
1402 * if we got woken up or not, so we can now figure out the final
1403 * return value based on that state without races.
1404 *
1405 * Also note that WQ_FLAG_WOKEN is sufficient for a non-exclusive
1406 * waiter, but an exclusive one requires WQ_FLAG_DONE.
Nicholas Piggin62906022016-12-25 13:00:30 +10001407 */
Linus Torvalds5ef64cc2020-09-13 14:05:35 -07001408 if (behavior == EXCLUSIVE)
1409 return wait->flags & WQ_FLAG_DONE ? 0 : -EINTR;
Nicholas Piggin62906022016-12-25 13:00:30 +10001410
Linus Torvalds2a9127f2020-07-23 10:16:49 -07001411 return wait->flags & WQ_FLAG_WOKEN ? 0 : -EINTR;
Nicholas Piggin62906022016-12-25 13:00:30 +10001412}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413
Harvey Harrison920c7a52008-02-04 22:29:26 -08001414void wait_on_page_bit(struct page *page, int bit_nr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415{
Nicholas Piggin62906022016-12-25 13:00:30 +10001416 wait_queue_head_t *q = page_waitqueue(page);
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001417 wait_on_page_bit_common(q, page, bit_nr, TASK_UNINTERRUPTIBLE, SHARED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418}
1419EXPORT_SYMBOL(wait_on_page_bit);
1420
KOSAKI Motohirof62e00c2011-05-24 17:11:29 -07001421int wait_on_page_bit_killable(struct page *page, int bit_nr)
1422{
Nicholas Piggin62906022016-12-25 13:00:30 +10001423 wait_queue_head_t *q = page_waitqueue(page);
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001424 return wait_on_page_bit_common(q, page, bit_nr, TASK_KILLABLE, SHARED);
KOSAKI Motohirof62e00c2011-05-24 17:11:29 -07001425}
David Howells4343d002017-11-02 15:27:52 +00001426EXPORT_SYMBOL(wait_on_page_bit_killable);
KOSAKI Motohirof62e00c2011-05-24 17:11:29 -07001427
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428/**
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001429 * put_and_wait_on_page_locked - Drop a reference and wait for it to be unlocked
1430 * @page: The page to wait for.
Matthew Wilcox (Oracle)48054622021-02-24 12:02:02 -08001431 * @state: The sleep state (TASK_KILLABLE, TASK_UNINTERRUPTIBLE, etc).
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001432 *
1433 * The caller should hold a reference on @page. They expect the page to
1434 * become unlocked relatively soon, but do not wish to hold up migration
1435 * (for example) by holding the reference while waiting for the page to
1436 * come unlocked. After this function returns, the caller should not
1437 * dereference @page.
Matthew Wilcox (Oracle)48054622021-02-24 12:02:02 -08001438 *
1439 * Return: 0 if the page was unlocked or -EINTR if interrupted by a signal.
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001440 */
Matthew Wilcox (Oracle)48054622021-02-24 12:02:02 -08001441int put_and_wait_on_page_locked(struct page *page, int state)
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001442{
1443 wait_queue_head_t *q;
1444
1445 page = compound_head(page);
1446 q = page_waitqueue(page);
Matthew Wilcox (Oracle)48054622021-02-24 12:02:02 -08001447 return wait_on_page_bit_common(q, page, PG_locked, state, DROP);
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001448}
1449
1450/**
David Howells385e1ca5f2009-04-03 16:42:39 +01001451 * add_page_wait_queue - Add an arbitrary waiter to a page's wait queue
Randy Dunlap697f6192009-04-13 14:39:54 -07001452 * @page: Page defining the wait queue of interest
1453 * @waiter: Waiter to add to the queue
David Howells385e1ca5f2009-04-03 16:42:39 +01001454 *
1455 * Add an arbitrary @waiter to the wait queue for the nominated @page.
1456 */
Ingo Molnarac6424b2017-06-20 12:06:13 +02001457void add_page_wait_queue(struct page *page, wait_queue_entry_t *waiter)
David Howells385e1ca5f2009-04-03 16:42:39 +01001458{
1459 wait_queue_head_t *q = page_waitqueue(page);
1460 unsigned long flags;
1461
1462 spin_lock_irqsave(&q->lock, flags);
Linus Torvalds9c3a8152017-08-28 16:45:40 -07001463 __add_wait_queue_entry_tail(q, waiter);
Nicholas Piggin62906022016-12-25 13:00:30 +10001464 SetPageWaiters(page);
David Howells385e1ca5f2009-04-03 16:42:39 +01001465 spin_unlock_irqrestore(&q->lock, flags);
1466}
1467EXPORT_SYMBOL_GPL(add_page_wait_queue);
1468
Linus Torvaldsb91e1302016-12-27 11:40:38 -08001469#ifndef clear_bit_unlock_is_negative_byte
1470
1471/*
1472 * PG_waiters is the high bit in the same byte as PG_lock.
1473 *
1474 * On x86 (and on many other architectures), we can clear PG_lock and
1475 * test the sign bit at the same time. But if the architecture does
1476 * not support that special operation, we just do this all by hand
1477 * instead.
1478 *
1479 * The read of PG_waiters has to be after (or concurrently with) PG_locked
Ethon Paulffceeb62020-06-04 16:49:22 -07001480 * being cleared, but a memory barrier should be unnecessary since it is
Linus Torvaldsb91e1302016-12-27 11:40:38 -08001481 * in the same byte as PG_locked.
1482 */
1483static inline bool clear_bit_unlock_is_negative_byte(long nr, volatile void *mem)
1484{
1485 clear_bit_unlock(nr, mem);
1486 /* smp_mb__after_atomic(); */
Olof Johansson98473f92016-12-29 14:16:07 -08001487 return test_bit(PG_waiters, mem);
Linus Torvaldsb91e1302016-12-27 11:40:38 -08001488}
1489
1490#endif
1491
David Howells385e1ca5f2009-04-03 16:42:39 +01001492/**
Matthew Wilcox (Oracle)4e136422020-12-07 15:44:35 -05001493 * folio_unlock - Unlock a locked folio.
1494 * @folio: The folio.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 *
Matthew Wilcox (Oracle)4e136422020-12-07 15:44:35 -05001496 * Unlocks the folio and wakes up any thread sleeping on the page lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497 *
Matthew Wilcox (Oracle)4e136422020-12-07 15:44:35 -05001498 * Context: May be called from interrupt or process context. May not be
1499 * called from NMI context.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500 */
Matthew Wilcox (Oracle)4e136422020-12-07 15:44:35 -05001501void folio_unlock(struct folio *folio)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502{
Matthew Wilcox (Oracle)4e136422020-12-07 15:44:35 -05001503 /* Bit 7 allows x86 to check the byte's sign bit */
Linus Torvaldsb91e1302016-12-27 11:40:38 -08001504 BUILD_BUG_ON(PG_waiters != 7);
Matthew Wilcox (Oracle)4e136422020-12-07 15:44:35 -05001505 BUILD_BUG_ON(PG_locked > 7);
1506 VM_BUG_ON_FOLIO(!folio_test_locked(folio), folio);
1507 if (clear_bit_unlock_is_negative_byte(PG_locked, folio_flags(folio, 0)))
1508 wake_up_page_bit(&folio->page, PG_locked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509}
Matthew Wilcox (Oracle)4e136422020-12-07 15:44:35 -05001510EXPORT_SYMBOL(folio_unlock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511
Randy Dunlap485bb992006-06-23 02:03:49 -07001512/**
David Howells73e10de2020-02-10 10:00:21 +00001513 * end_page_private_2 - Clear PG_private_2 and release any waiters
1514 * @page: The page
1515 *
1516 * Clear the PG_private_2 bit on a page and wake up any sleepers waiting for
1517 * this. The page ref held for PG_private_2 being set is released.
1518 *
1519 * This is, for example, used when a netfs page is being written to a local
1520 * disk cache, thereby allowing writes to the cache for the same page to be
1521 * serialised.
1522 */
1523void end_page_private_2(struct page *page)
1524{
1525 page = compound_head(page);
1526 VM_BUG_ON_PAGE(!PagePrivate2(page), page);
1527 clear_bit_unlock(PG_private_2, &page->flags);
1528 wake_up_page_bit(page, PG_private_2);
1529 put_page(page);
1530}
1531EXPORT_SYMBOL(end_page_private_2);
1532
1533/**
1534 * wait_on_page_private_2 - Wait for PG_private_2 to be cleared on a page
1535 * @page: The page to wait on
1536 *
1537 * Wait for PG_private_2 (aka PG_fscache) to be cleared on a page.
1538 */
1539void wait_on_page_private_2(struct page *page)
1540{
1541 page = compound_head(page);
1542 while (PagePrivate2(page))
1543 wait_on_page_bit(page, PG_private_2);
1544}
1545EXPORT_SYMBOL(wait_on_page_private_2);
1546
1547/**
1548 * wait_on_page_private_2_killable - Wait for PG_private_2 to be cleared on a page
1549 * @page: The page to wait on
1550 *
1551 * Wait for PG_private_2 (aka PG_fscache) to be cleared on a page or until a
1552 * fatal signal is received by the calling task.
1553 *
1554 * Return:
1555 * - 0 if successful.
1556 * - -EINTR if a fatal signal was encountered.
1557 */
1558int wait_on_page_private_2_killable(struct page *page)
1559{
1560 int ret = 0;
1561
1562 page = compound_head(page);
1563 while (PagePrivate2(page)) {
1564 ret = wait_on_page_bit_killable(page, PG_private_2);
1565 if (ret < 0)
1566 break;
1567 }
1568
1569 return ret;
1570}
1571EXPORT_SYMBOL(wait_on_page_private_2_killable);
1572
1573/**
Randy Dunlap485bb992006-06-23 02:03:49 -07001574 * end_page_writeback - end writeback against a page
1575 * @page: the page
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576 */
1577void end_page_writeback(struct page *page)
1578{
Mel Gorman888cf2d2014-06-04 16:10:34 -07001579 /*
1580 * TestClearPageReclaim could be used here but it is an atomic
1581 * operation and overkill in this particular case. Failing to
1582 * shuffle a page marked for immediate reclaim is too mild to
1583 * justify taking an atomic operation penalty at the end of
1584 * ever page writeback.
1585 */
1586 if (PageReclaim(page)) {
Matthew Wilcox (Oracle)575ced12020-12-08 01:25:39 -05001587 struct folio *folio = page_folio(page);
Mel Gorman888cf2d2014-06-04 16:10:34 -07001588 ClearPageReclaim(page);
Matthew Wilcox (Oracle)575ced12020-12-08 01:25:39 -05001589 folio_rotate_reclaimable(folio);
Mel Gorman888cf2d2014-06-04 16:10:34 -07001590 }
Miklos Szerediac6aadb2008-04-28 02:12:38 -07001591
Hugh Dickins073861e2020-11-24 08:46:43 -08001592 /*
1593 * Writeback does not hold a page reference of its own, relying
1594 * on truncation to wait for the clearing of PG_writeback.
1595 * But here we must make sure that the page is not freed and
1596 * reused before the wake_up_page().
1597 */
1598 get_page(page);
Miklos Szerediac6aadb2008-04-28 02:12:38 -07001599 if (!test_clear_page_writeback(page))
1600 BUG();
1601
Peter Zijlstra4e857c52014-03-17 18:06:10 +01001602 smp_mb__after_atomic();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603 wake_up_page(page, PG_writeback);
Hugh Dickins073861e2020-11-24 08:46:43 -08001604 put_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605}
1606EXPORT_SYMBOL(end_page_writeback);
1607
Matthew Wilcox57d99842014-06-04 16:07:45 -07001608/*
1609 * After completing I/O on a page, call this routine to update the page
1610 * flags appropriately
1611 */
Jens Axboec11f0c02016-08-05 08:11:04 -06001612void page_endio(struct page *page, bool is_write, int err)
Matthew Wilcox57d99842014-06-04 16:07:45 -07001613{
Jens Axboec11f0c02016-08-05 08:11:04 -06001614 if (!is_write) {
Matthew Wilcox57d99842014-06-04 16:07:45 -07001615 if (!err) {
1616 SetPageUptodate(page);
1617 } else {
1618 ClearPageUptodate(page);
1619 SetPageError(page);
1620 }
1621 unlock_page(page);
Mike Christieabf54542016-08-04 14:23:34 -06001622 } else {
Matthew Wilcox57d99842014-06-04 16:07:45 -07001623 if (err) {
Minchan Kimdd8416c2017-02-24 14:59:59 -08001624 struct address_space *mapping;
1625
Matthew Wilcox57d99842014-06-04 16:07:45 -07001626 SetPageError(page);
Minchan Kimdd8416c2017-02-24 14:59:59 -08001627 mapping = page_mapping(page);
1628 if (mapping)
1629 mapping_set_error(mapping, err);
Matthew Wilcox57d99842014-06-04 16:07:45 -07001630 }
1631 end_page_writeback(page);
1632 }
1633}
1634EXPORT_SYMBOL_GPL(page_endio);
1635
Randy Dunlap485bb992006-06-23 02:03:49 -07001636/**
Matthew Wilcox (Oracle)7c23c782021-03-01 19:38:25 -05001637 * __folio_lock - Get a lock on the folio, assuming we need to sleep to get it.
1638 * @folio: The folio to lock
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639 */
Matthew Wilcox (Oracle)7c23c782021-03-01 19:38:25 -05001640void __folio_lock(struct folio *folio)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641{
Matthew Wilcox (Oracle)7c23c782021-03-01 19:38:25 -05001642 wait_queue_head_t *q = page_waitqueue(&folio->page);
1643 wait_on_page_bit_common(q, &folio->page, PG_locked, TASK_UNINTERRUPTIBLE,
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001644 EXCLUSIVE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645}
Matthew Wilcox (Oracle)7c23c782021-03-01 19:38:25 -05001646EXPORT_SYMBOL(__folio_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647
Matthew Wilcox (Oracle)af7f29d2020-12-08 00:07:31 -05001648int __folio_lock_killable(struct folio *folio)
Matthew Wilcox2687a352007-12-06 11:18:49 -05001649{
Matthew Wilcox (Oracle)af7f29d2020-12-08 00:07:31 -05001650 wait_queue_head_t *q = page_waitqueue(&folio->page);
1651 return wait_on_page_bit_common(q, &folio->page, PG_locked, TASK_KILLABLE,
Hugh Dickins9a1ea432018-12-28 00:36:14 -08001652 EXCLUSIVE);
Matthew Wilcox2687a352007-12-06 11:18:49 -05001653}
Matthew Wilcox (Oracle)af7f29d2020-12-08 00:07:31 -05001654EXPORT_SYMBOL_GPL(__folio_lock_killable);
Matthew Wilcox2687a352007-12-06 11:18:49 -05001655
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05001656static int __folio_lock_async(struct folio *folio, struct wait_page_queue *wait)
Jens Axboedd3e6d52020-05-22 09:12:09 -06001657{
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05001658 struct wait_queue_head *q = page_waitqueue(&folio->page);
Matthew Wilcox (Oracle)f32b5dd2021-02-24 12:02:09 -08001659 int ret = 0;
1660
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05001661 wait->page = &folio->page;
Matthew Wilcox (Oracle)f32b5dd2021-02-24 12:02:09 -08001662 wait->bit_nr = PG_locked;
1663
1664 spin_lock_irq(&q->lock);
1665 __add_wait_queue_entry_tail(q, &wait->wait);
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05001666 folio_set_waiters(folio);
1667 ret = !folio_trylock(folio);
Matthew Wilcox (Oracle)f32b5dd2021-02-24 12:02:09 -08001668 /*
1669 * If we were successful now, we know we're still on the
1670 * waitqueue as we're still under the lock. This means it's
1671 * safe to remove and return success, we know the callback
1672 * isn't going to trigger.
1673 */
1674 if (!ret)
1675 __remove_wait_queue(q, &wait->wait);
1676 else
1677 ret = -EIOCBQUEUED;
1678 spin_unlock_irq(&q->lock);
1679 return ret;
Jens Axboedd3e6d52020-05-22 09:12:09 -06001680}
1681
Paul Cassella9a95f3c2014-08-06 16:07:24 -07001682/*
1683 * Return values:
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001684 * true - folio is locked; mmap_lock is still held.
1685 * false - folio is not locked.
Michel Lespinasse3e4e28c2020-06-08 21:33:51 -07001686 * mmap_lock has been released (mmap_read_unlock(), unless flags had both
Paul Cassella9a95f3c2014-08-06 16:07:24 -07001687 * FAULT_FLAG_ALLOW_RETRY and FAULT_FLAG_RETRY_NOWAIT set, in
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07001688 * which case mmap_lock is still held.
Paul Cassella9a95f3c2014-08-06 16:07:24 -07001689 *
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001690 * If neither ALLOW_RETRY nor KILLABLE are set, will always return true
1691 * with the folio locked and the mmap_lock unperturbed.
Paul Cassella9a95f3c2014-08-06 16:07:24 -07001692 */
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001693bool __folio_lock_or_retry(struct folio *folio, struct mm_struct *mm,
Michel Lespinassed065bd82010-10-26 14:21:57 -07001694 unsigned int flags)
1695{
Peter Xu4064b982020-04-01 21:08:45 -07001696 if (fault_flag_allow_retry_first(flags)) {
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -07001697 /*
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07001698 * CAUTION! In this case, mmap_lock is not released
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -07001699 * even though return 0.
1700 */
1701 if (flags & FAULT_FLAG_RETRY_NOWAIT)
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001702 return false;
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -07001703
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001704 mmap_read_unlock(mm);
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -07001705 if (flags & FAULT_FLAG_KILLABLE)
Matthew Wilcox (Oracle)6baa8d62021-03-04 10:21:02 -05001706 folio_wait_locked_killable(folio);
KOSAKI Motohiro37b23e02011-05-24 17:11:30 -07001707 else
Matthew Wilcox (Oracle)6baa8d62021-03-04 10:21:02 -05001708 folio_wait_locked(folio);
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001709 return false;
Michel Lespinassed065bd82010-10-26 14:21:57 -07001710 }
Hailong Liu800bca72020-12-14 19:05:02 -08001711 if (flags & FAULT_FLAG_KILLABLE) {
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001712 bool ret;
Hailong Liu800bca72020-12-14 19:05:02 -08001713
Matthew Wilcox (Oracle)af7f29d2020-12-08 00:07:31 -05001714 ret = __folio_lock_killable(folio);
Hailong Liu800bca72020-12-14 19:05:02 -08001715 if (ret) {
1716 mmap_read_unlock(mm);
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001717 return false;
Hailong Liu800bca72020-12-14 19:05:02 -08001718 }
1719 } else {
Matthew Wilcox (Oracle)af7f29d2020-12-08 00:07:31 -05001720 __folio_lock(folio);
Hailong Liu800bca72020-12-14 19:05:02 -08001721 }
Hailong Liu800bca72020-12-14 19:05:02 -08001722
Matthew Wilcox (Oracle)9138e472021-03-18 21:39:45 -04001723 return true;
Michel Lespinassed065bd82010-10-26 14:21:57 -07001724}
1725
Randy Dunlap485bb992006-06-23 02:03:49 -07001726/**
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001727 * page_cache_next_miss() - Find the next gap in the page cache.
1728 * @mapping: Mapping.
1729 * @index: Index.
1730 * @max_scan: Maximum range to search.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001731 *
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001732 * Search the range [index, min(index + max_scan - 1, ULONG_MAX)] for the
1733 * gap with the lowest index.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001734 *
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001735 * This function may be called under the rcu_read_lock. However, this will
1736 * not atomically search a snapshot of the cache at a single point in time.
1737 * For example, if a gap is created at index 5, then subsequently a gap is
1738 * created at index 10, page_cache_next_miss covering both indices may
1739 * return 10 if called under the rcu_read_lock.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001740 *
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001741 * Return: The index of the gap if found, otherwise an index outside the
1742 * range specified (in which case 'return - index >= max_scan' will be true).
1743 * In the rare case of index wrap-around, 0 will be returned.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001744 */
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001745pgoff_t page_cache_next_miss(struct address_space *mapping,
Johannes Weinere7b563b2014-04-03 14:47:44 -07001746 pgoff_t index, unsigned long max_scan)
1747{
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001748 XA_STATE(xas, &mapping->i_pages, index);
Johannes Weinere7b563b2014-04-03 14:47:44 -07001749
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001750 while (max_scan--) {
1751 void *entry = xas_next(&xas);
1752 if (!entry || xa_is_value(entry))
Johannes Weinere7b563b2014-04-03 14:47:44 -07001753 break;
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001754 if (xas.xa_index == 0)
Johannes Weinere7b563b2014-04-03 14:47:44 -07001755 break;
1756 }
1757
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001758 return xas.xa_index;
Johannes Weinere7b563b2014-04-03 14:47:44 -07001759}
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001760EXPORT_SYMBOL(page_cache_next_miss);
Johannes Weinere7b563b2014-04-03 14:47:44 -07001761
1762/**
Laurent Dufour2346a562019-05-13 17:21:29 -07001763 * page_cache_prev_miss() - Find the previous gap in the page cache.
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001764 * @mapping: Mapping.
1765 * @index: Index.
1766 * @max_scan: Maximum range to search.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001767 *
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001768 * Search the range [max(index - max_scan + 1, 0), index] for the
1769 * gap with the highest index.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001770 *
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001771 * This function may be called under the rcu_read_lock. However, this will
1772 * not atomically search a snapshot of the cache at a single point in time.
1773 * For example, if a gap is created at index 10, then subsequently a gap is
1774 * created at index 5, page_cache_prev_miss() covering both indices may
1775 * return 5 if called under the rcu_read_lock.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001776 *
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001777 * Return: The index of the gap if found, otherwise an index outside the
1778 * range specified (in which case 'index - return >= max_scan' will be true).
1779 * In the rare case of wrap-around, ULONG_MAX will be returned.
Johannes Weinere7b563b2014-04-03 14:47:44 -07001780 */
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001781pgoff_t page_cache_prev_miss(struct address_space *mapping,
Johannes Weinere7b563b2014-04-03 14:47:44 -07001782 pgoff_t index, unsigned long max_scan)
1783{
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001784 XA_STATE(xas, &mapping->i_pages, index);
Johannes Weinere7b563b2014-04-03 14:47:44 -07001785
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001786 while (max_scan--) {
1787 void *entry = xas_prev(&xas);
1788 if (!entry || xa_is_value(entry))
Johannes Weinere7b563b2014-04-03 14:47:44 -07001789 break;
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001790 if (xas.xa_index == ULONG_MAX)
Johannes Weinere7b563b2014-04-03 14:47:44 -07001791 break;
1792 }
1793
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001794 return xas.xa_index;
Johannes Weinere7b563b2014-04-03 14:47:44 -07001795}
Matthew Wilcox0d3f9292017-11-21 14:07:06 -05001796EXPORT_SYMBOL(page_cache_prev_miss);
Johannes Weinere7b563b2014-04-03 14:47:44 -07001797
Matthew Wilcox (Oracle)44835d22021-02-25 17:15:36 -08001798/*
Matthew Wilcox (Oracle)020853b2021-05-10 16:33:22 -04001799 * Lockless page cache protocol:
1800 * On the lookup side:
1801 * 1. Load the folio from i_pages
1802 * 2. Increment the refcount if it's not zero
1803 * 3. If the folio is not found by xas_reload(), put the refcount and retry
1804 *
1805 * On the removal side:
1806 * A. Freeze the page (by zeroing the refcount if nobody else has a reference)
1807 * B. Remove the page from i_pages
1808 * C. Return the page to the page allocator
1809 *
1810 * This means that any page may have its reference count temporarily
1811 * increased by a speculative page cache (or fast GUP) lookup as it can
1812 * be allocated by another user before the RCU grace period expires.
1813 * Because the refcount temporarily acquired here may end up being the
1814 * last refcount on the page, any page allocation must be freeable by
1815 * folio_put().
1816 */
1817
1818/*
Matthew Wilcox (Oracle)bc5a3012021-02-25 17:15:40 -08001819 * mapping_get_entry - Get a page cache entry.
Randy Dunlap485bb992006-06-23 02:03:49 -07001820 * @mapping: the address_space to search
Matthew Wilcox (Oracle)a6de4b42020-10-13 16:51:34 -07001821 * @index: The page cache index.
Randy Dunlap485bb992006-06-23 02:03:49 -07001822 *
Rui Sun4b17f032021-04-29 22:55:38 -07001823 * Looks up the page cache slot at @mapping & @index. If there is a
Matthew Wilcox (Oracle)a6de4b42020-10-13 16:51:34 -07001824 * page cache page, the head page is returned with an increased refcount.
Johannes Weiner0cd61442014-04-03 14:47:46 -07001825 *
Johannes Weiner139b6a62014-05-06 12:50:05 -07001826 * If the slot holds a shadow entry of a previously evicted page, or a
1827 * swap entry from shmem/tmpfs, it is returned.
Johannes Weiner0cd61442014-04-03 14:47:46 -07001828 *
Matthew Wilcox (Oracle)a6de4b42020-10-13 16:51:34 -07001829 * Return: The head page or shadow entry, %NULL if nothing is found.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 */
Matthew Wilcox (Oracle)bc5a3012021-02-25 17:15:40 -08001831static struct page *mapping_get_entry(struct address_space *mapping,
1832 pgoff_t index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833{
Matthew Wilcox (Oracle)a6de4b42020-10-13 16:51:34 -07001834 XA_STATE(xas, &mapping->i_pages, index);
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07001835 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836
Nick Piggina60637c2008-07-25 19:45:31 -07001837 rcu_read_lock();
1838repeat:
Matthew Wilcox4c7472c2018-05-16 16:12:50 -04001839 xas_reset(&xas);
1840 page = xas_load(&xas);
1841 if (xas_retry(&xas, page))
1842 goto repeat;
1843 /*
1844 * A shadow entry of a recently evicted page, or a swap entry from
1845 * shmem/tmpfs. Return it without attempting to raise page count.
1846 */
1847 if (!page || xa_is_value(page))
1848 goto out;
Kirill A. Shutemov83929372016-07-26 15:26:04 -07001849
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07001850 if (!page_cache_get_speculative(page))
Matthew Wilcox4c7472c2018-05-16 16:12:50 -04001851 goto repeat;
Nick Piggina60637c2008-07-25 19:45:31 -07001852
Matthew Wilcox4c7472c2018-05-16 16:12:50 -04001853 /*
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07001854 * Has the page moved or been split?
Matthew Wilcox4c7472c2018-05-16 16:12:50 -04001855 * This is part of the lockless pagecache protocol. See
1856 * include/linux/pagemap.h for details.
1857 */
1858 if (unlikely(page != xas_reload(&xas))) {
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07001859 put_page(page);
Matthew Wilcox4c7472c2018-05-16 16:12:50 -04001860 goto repeat;
Nick Piggina60637c2008-07-25 19:45:31 -07001861 }
Nick Piggin27d20fd2010-11-11 14:05:19 -08001862out:
Nick Piggina60637c2008-07-25 19:45:31 -07001863 rcu_read_unlock();
1864
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 return page;
1866}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867
Randy Dunlap485bb992006-06-23 02:03:49 -07001868/**
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001869 * pagecache_get_page - Find and get a reference to a page.
1870 * @mapping: The address_space to search.
1871 * @index: The page index.
1872 * @fgp_flags: %FGP flags modify how the page is returned.
1873 * @gfp_mask: Memory allocation flags to use if %FGP_CREAT is specified.
Johannes Weiner0cd61442014-04-03 14:47:46 -07001874 *
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001875 * Looks up the page cache entry at @mapping & @index.
Johannes Weiner0cd61442014-04-03 14:47:46 -07001876 *
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001877 * @fgp_flags can be zero or more of these flags:
Johannes Weiner0cd61442014-04-03 14:47:46 -07001878 *
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001879 * * %FGP_ACCESSED - The page will be marked accessed.
1880 * * %FGP_LOCK - The page is returned locked.
Matthew Wilcox (Oracle)a8cf7f22020-10-13 16:51:41 -07001881 * * %FGP_HEAD - If the page is present and a THP, return the head page
1882 * rather than the exact page specified by the index.
Matthew Wilcox (Oracle)44835d22021-02-25 17:15:36 -08001883 * * %FGP_ENTRY - If there is a shadow / swap / DAX entry, return it
1884 * instead of allocating a new page to replace it.
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001885 * * %FGP_CREAT - If no page is present then a new page is allocated using
1886 * @gfp_mask and added to the page cache and the VM's LRU list.
1887 * The page is returned locked and with an increased refcount.
1888 * * %FGP_FOR_MMAP - The caller wants to do its own locking dance if the
1889 * page is already in cache. If the page was allocated, unlock it before
1890 * returning so the caller can do the same dance.
Yang Shi605cad82020-08-06 23:19:58 -07001891 * * %FGP_WRITE - The page will be written
1892 * * %FGP_NOFS - __GFP_FS will get cleared in gfp mask
1893 * * %FGP_NOWAIT - Don't get blocked by page lock
mchehab@s-opensource.com0e056eb2017-03-30 17:11:36 -03001894 *
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001895 * If %FGP_LOCK or %FGP_CREAT are specified then the function may sleep even
1896 * if the %GFP flags specified for %FGP_CREAT are atomic.
Mel Gorman2457aec2014-06-04 16:10:31 -07001897 *
1898 * If there is a page cache page, it is returned with an increased refcount.
Mike Rapoporta862f682019-03-05 15:48:42 -08001899 *
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001900 * Return: The found page or %NULL otherwise.
Johannes Weiner0cd61442014-04-03 14:47:46 -07001901 */
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001902struct page *pagecache_get_page(struct address_space *mapping, pgoff_t index,
1903 int fgp_flags, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904{
Nick Piggineb2be182007-10-16 01:24:57 -07001905 struct page *page;
Mel Gorman2457aec2014-06-04 16:10:31 -07001906
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907repeat:
Matthew Wilcox (Oracle)bc5a3012021-02-25 17:15:40 -08001908 page = mapping_get_entry(mapping, index);
Matthew Wilcox (Oracle)44835d22021-02-25 17:15:36 -08001909 if (xa_is_value(page)) {
1910 if (fgp_flags & FGP_ENTRY)
1911 return page;
Mel Gorman2457aec2014-06-04 16:10:31 -07001912 page = NULL;
Matthew Wilcox (Oracle)44835d22021-02-25 17:15:36 -08001913 }
Mel Gorman2457aec2014-06-04 16:10:31 -07001914 if (!page)
1915 goto no_page;
1916
1917 if (fgp_flags & FGP_LOCK) {
1918 if (fgp_flags & FGP_NOWAIT) {
1919 if (!trylock_page(page)) {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001920 put_page(page);
Mel Gorman2457aec2014-06-04 16:10:31 -07001921 return NULL;
1922 }
1923 } else {
1924 lock_page(page);
1925 }
1926
1927 /* Has the page been truncated? */
Matthew Wilcox (Oracle)a8cf7f22020-10-13 16:51:41 -07001928 if (unlikely(page->mapping != mapping)) {
Mel Gorman2457aec2014-06-04 16:10:31 -07001929 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001930 put_page(page);
Mel Gorman2457aec2014-06-04 16:10:31 -07001931 goto repeat;
1932 }
Matthew Wilcox (Oracle)a8cf7f22020-10-13 16:51:41 -07001933 VM_BUG_ON_PAGE(!thp_contains(page, index), page);
Mel Gorman2457aec2014-06-04 16:10:31 -07001934 }
1935
Kirill Tkhaic16eb002018-12-28 00:37:35 -08001936 if (fgp_flags & FGP_ACCESSED)
Mel Gorman2457aec2014-06-04 16:10:31 -07001937 mark_page_accessed(page);
Yang Shib9306a72020-08-06 23:19:55 -07001938 else if (fgp_flags & FGP_WRITE) {
1939 /* Clear idle flag for buffer write */
1940 if (page_is_idle(page))
1941 clear_page_idle(page);
1942 }
Matthew Wilcox (Oracle)a8cf7f22020-10-13 16:51:41 -07001943 if (!(fgp_flags & FGP_HEAD))
1944 page = find_subpage(page, index);
Mel Gorman2457aec2014-06-04 16:10:31 -07001945
1946no_page:
1947 if (!page && (fgp_flags & FGP_CREAT)) {
1948 int err;
Christoph Hellwigf56753a2020-09-24 08:51:40 +02001949 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping))
Michal Hocko45f87de2014-12-29 20:30:35 +01001950 gfp_mask |= __GFP_WRITE;
1951 if (fgp_flags & FGP_NOFS)
1952 gfp_mask &= ~__GFP_FS;
Mel Gorman2457aec2014-06-04 16:10:31 -07001953
Michal Hocko45f87de2014-12-29 20:30:35 +01001954 page = __page_cache_alloc(gfp_mask);
Nick Piggineb2be182007-10-16 01:24:57 -07001955 if (!page)
1956 return NULL;
Mel Gorman2457aec2014-06-04 16:10:31 -07001957
Josef Bacika75d4c32019-03-13 11:44:14 -07001958 if (WARN_ON_ONCE(!(fgp_flags & (FGP_LOCK | FGP_FOR_MMAP))))
Mel Gorman2457aec2014-06-04 16:10:31 -07001959 fgp_flags |= FGP_LOCK;
1960
Hugh Dickinseb39d612014-08-06 16:06:43 -07001961 /* Init accessed so avoid atomic mark_page_accessed later */
Mel Gorman2457aec2014-06-04 16:10:31 -07001962 if (fgp_flags & FGP_ACCESSED)
Hugh Dickinseb39d612014-08-06 16:06:43 -07001963 __SetPageReferenced(page);
Mel Gorman2457aec2014-06-04 16:10:31 -07001964
Matthew Wilcox (Oracle)2294b322020-04-01 21:05:07 -07001965 err = add_to_page_cache_lru(page, mapping, index, gfp_mask);
Nick Piggineb2be182007-10-16 01:24:57 -07001966 if (unlikely(err)) {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001967 put_page(page);
Nick Piggineb2be182007-10-16 01:24:57 -07001968 page = NULL;
1969 if (err == -EEXIST)
1970 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971 }
Josef Bacika75d4c32019-03-13 11:44:14 -07001972
1973 /*
1974 * add_to_page_cache_lru locks the page, and for mmap we expect
1975 * an unlocked page.
1976 */
1977 if (page && (fgp_flags & FGP_FOR_MMAP))
1978 unlock_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979 }
Mel Gorman2457aec2014-06-04 16:10:31 -07001980
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 return page;
1982}
Mel Gorman2457aec2014-06-04 16:10:31 -07001983EXPORT_SYMBOL(pagecache_get_page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984
Matthew Wilcox (Oracle)c7bad632021-02-25 17:15:44 -08001985static inline struct page *find_get_entry(struct xa_state *xas, pgoff_t max,
1986 xa_mark_t mark)
1987{
1988 struct page *page;
1989
1990retry:
1991 if (mark == XA_PRESENT)
1992 page = xas_find(xas, max);
1993 else
1994 page = xas_find_marked(xas, max, mark);
1995
1996 if (xas_retry(xas, page))
1997 goto retry;
1998 /*
1999 * A shadow entry of a recently evicted page, a swap
2000 * entry from shmem/tmpfs or a DAX entry. Return it
2001 * without attempting to raise page count.
2002 */
2003 if (!page || xa_is_value(page))
2004 return page;
2005
2006 if (!page_cache_get_speculative(page))
2007 goto reset;
2008
2009 /* Has the page moved or been split? */
2010 if (unlikely(page != xas_reload(xas))) {
2011 put_page(page);
2012 goto reset;
2013 }
2014
2015 return page;
2016reset:
2017 xas_reset(xas);
2018 goto retry;
2019}
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021/**
Johannes Weiner0cd61442014-04-03 14:47:46 -07002022 * find_get_entries - gang pagecache lookup
2023 * @mapping: The address_space to search
2024 * @start: The starting page cache index
Matthew Wilcox (Oracle)ca122fe42021-02-25 17:16:00 -08002025 * @end: The final page index (inclusive).
Matthew Wilcox (Oracle)cf2039a2021-02-25 17:16:11 -08002026 * @pvec: Where the resulting entries are placed.
Johannes Weiner0cd61442014-04-03 14:47:46 -07002027 * @indices: The cache indices corresponding to the entries in @entries
2028 *
Matthew Wilcox (Oracle)cf2039a2021-02-25 17:16:11 -08002029 * find_get_entries() will search for and return a batch of entries in
2030 * the mapping. The entries are placed in @pvec. find_get_entries()
2031 * takes a reference on any actual pages it returns.
Johannes Weiner0cd61442014-04-03 14:47:46 -07002032 *
2033 * The search returns a group of mapping-contiguous page cache entries
2034 * with ascending indexes. There may be holes in the indices due to
2035 * not-present pages.
2036 *
Johannes Weiner139b6a62014-05-06 12:50:05 -07002037 * Any shadow entries of evicted pages, or swap entries from
2038 * shmem/tmpfs, are included in the returned array.
Johannes Weiner0cd61442014-04-03 14:47:46 -07002039 *
Hugh Dickins71725ed2020-04-06 20:07:57 -07002040 * If it finds a Transparent Huge Page, head or tail, find_get_entries()
2041 * stops at that page: the caller is likely to have a better way to handle
2042 * the compound page as a whole, and then skip its extent, than repeatedly
2043 * calling find_get_entries() to return all its tails.
2044 *
Mike Rapoporta862f682019-03-05 15:48:42 -08002045 * Return: the number of pages and shadow entries which were found.
Johannes Weiner0cd61442014-04-03 14:47:46 -07002046 */
Matthew Wilcox (Oracle)ca122fe42021-02-25 17:16:00 -08002047unsigned find_get_entries(struct address_space *mapping, pgoff_t start,
Matthew Wilcox (Oracle)cf2039a2021-02-25 17:16:11 -08002048 pgoff_t end, struct pagevec *pvec, pgoff_t *indices)
Johannes Weiner0cd61442014-04-03 14:47:46 -07002049{
Matthew Wilcoxf280bf02018-05-16 17:20:45 -04002050 XA_STATE(xas, &mapping->i_pages, start);
2051 struct page *page;
Johannes Weiner0cd61442014-04-03 14:47:46 -07002052 unsigned int ret = 0;
Matthew Wilcox (Oracle)cf2039a2021-02-25 17:16:11 -08002053 unsigned nr_entries = PAGEVEC_SIZE;
Johannes Weiner0cd61442014-04-03 14:47:46 -07002054
2055 rcu_read_lock();
Matthew Wilcox (Oracle)ca122fe42021-02-25 17:16:00 -08002056 while ((page = find_get_entry(&xas, end, XA_PRESENT))) {
Hugh Dickins71725ed2020-04-06 20:07:57 -07002057 /*
2058 * Terminate early on finding a THP, to allow the caller to
2059 * handle it all at once; but continue if this is hugetlbfs.
2060 */
Matthew Wilcox (Oracle)c7bad632021-02-25 17:15:44 -08002061 if (!xa_is_value(page) && PageTransHuge(page) &&
2062 !PageHuge(page)) {
Hugh Dickins71725ed2020-04-06 20:07:57 -07002063 page = find_subpage(page, xas.xa_index);
2064 nr_entries = ret + 1;
2065 }
Matthew Wilcox (Oracle)c7bad632021-02-25 17:15:44 -08002066
Matthew Wilcoxf280bf02018-05-16 17:20:45 -04002067 indices[ret] = xas.xa_index;
Matthew Wilcox (Oracle)cf2039a2021-02-25 17:16:11 -08002068 pvec->pages[ret] = page;
Johannes Weiner0cd61442014-04-03 14:47:46 -07002069 if (++ret == nr_entries)
2070 break;
2071 }
2072 rcu_read_unlock();
Matthew Wilcox (Oracle)cf2039a2021-02-25 17:16:11 -08002073
2074 pvec->nr = ret;
Johannes Weiner0cd61442014-04-03 14:47:46 -07002075 return ret;
2076}
2077
2078/**
Matthew Wilcox (Oracle)5c211ba2021-02-25 17:15:56 -08002079 * find_lock_entries - Find a batch of pagecache entries.
2080 * @mapping: The address_space to search.
2081 * @start: The starting page cache index.
2082 * @end: The final page index (inclusive).
2083 * @pvec: Where the resulting entries are placed.
2084 * @indices: The cache indices of the entries in @pvec.
2085 *
2086 * find_lock_entries() will return a batch of entries from @mapping.
2087 * Swap, shadow and DAX entries are included. Pages are returned
2088 * locked and with an incremented refcount. Pages which are locked by
2089 * somebody else or under writeback are skipped. Only the head page of
2090 * a THP is returned. Pages which are partially outside the range are
2091 * not returned.
2092 *
2093 * The entries have ascending indexes. The indices may not be consecutive
2094 * due to not-present entries, THP pages, pages which could not be locked
2095 * or pages under writeback.
2096 *
2097 * Return: The number of entries which were found.
2098 */
2099unsigned find_lock_entries(struct address_space *mapping, pgoff_t start,
2100 pgoff_t end, struct pagevec *pvec, pgoff_t *indices)
2101{
2102 XA_STATE(xas, &mapping->i_pages, start);
2103 struct page *page;
2104
2105 rcu_read_lock();
2106 while ((page = find_get_entry(&xas, end, XA_PRESENT))) {
2107 if (!xa_is_value(page)) {
2108 if (page->index < start)
2109 goto put;
2110 VM_BUG_ON_PAGE(page->index != xas.xa_index, page);
2111 if (page->index + thp_nr_pages(page) - 1 > end)
2112 goto put;
2113 if (!trylock_page(page))
2114 goto put;
2115 if (page->mapping != mapping || PageWriteback(page))
2116 goto unlock;
2117 VM_BUG_ON_PAGE(!thp_contains(page, xas.xa_index),
2118 page);
2119 }
2120 indices[pvec->nr] = xas.xa_index;
2121 if (!pagevec_add(pvec, page))
2122 break;
2123 goto next;
2124unlock:
2125 unlock_page(page);
2126put:
2127 put_page(page);
2128next:
Hugh Dickins2d11e732021-04-23 14:28:57 -07002129 if (!xa_is_value(page) && PageTransHuge(page)) {
2130 unsigned int nr_pages = thp_nr_pages(page);
2131
2132 /* Final THP may cross MAX_LFS_FILESIZE on 32-bit */
2133 xas_set(&xas, page->index + nr_pages);
2134 if (xas.xa_index < nr_pages)
2135 break;
2136 }
Matthew Wilcox (Oracle)5c211ba2021-02-25 17:15:56 -08002137 }
2138 rcu_read_unlock();
2139
2140 return pagevec_count(pvec);
2141}
2142
2143/**
Jan Karab947cee2017-09-06 16:21:21 -07002144 * find_get_pages_range - gang pagecache lookup
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145 * @mapping: The address_space to search
2146 * @start: The starting page index
Jan Karab947cee2017-09-06 16:21:21 -07002147 * @end: The final page index (inclusive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 * @nr_pages: The maximum number of pages
2149 * @pages: Where the resulting pages are placed
2150 *
Jan Karab947cee2017-09-06 16:21:21 -07002151 * find_get_pages_range() will search for and return a group of up to @nr_pages
2152 * pages in the mapping starting at index @start and up to index @end
2153 * (inclusive). The pages are placed at @pages. find_get_pages_range() takes
2154 * a reference against the returned pages.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155 *
2156 * The search returns a group of mapping-contiguous pages with ascending
2157 * indexes. There may be holes in the indices due to not-present pages.
Jan Karad72dc8a2017-09-06 16:21:18 -07002158 * We also update @start to index the next page for the traversal.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159 *
Mike Rapoporta862f682019-03-05 15:48:42 -08002160 * Return: the number of pages which were found. If this number is
2161 * smaller than @nr_pages, the end of specified range has been
Jan Karab947cee2017-09-06 16:21:21 -07002162 * reached.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 */
Jan Karab947cee2017-09-06 16:21:21 -07002164unsigned find_get_pages_range(struct address_space *mapping, pgoff_t *start,
2165 pgoff_t end, unsigned int nr_pages,
2166 struct page **pages)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167{
Matthew Wilcoxfd1b3ce2018-05-16 17:38:56 -04002168 XA_STATE(xas, &mapping->i_pages, *start);
2169 struct page *page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07002170 unsigned ret = 0;
2171
2172 if (unlikely(!nr_pages))
2173 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
Nick Piggina60637c2008-07-25 19:45:31 -07002175 rcu_read_lock();
Matthew Wilcox (Oracle)c7bad632021-02-25 17:15:44 -08002176 while ((page = find_get_entry(&xas, end, XA_PRESENT))) {
Matthew Wilcoxfd1b3ce2018-05-16 17:38:56 -04002177 /* Skip over shadow, swap and DAX entries */
2178 if (xa_is_value(page))
Hugh Dickins8079b1c2011-08-03 16:21:28 -07002179 continue;
Nick Piggina60637c2008-07-25 19:45:31 -07002180
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07002181 pages[ret] = find_subpage(page, xas.xa_index);
Jan Karab947cee2017-09-06 16:21:21 -07002182 if (++ret == nr_pages) {
Yu Zhao5d3ee422019-03-05 15:49:17 -08002183 *start = xas.xa_index + 1;
Jan Karab947cee2017-09-06 16:21:21 -07002184 goto out;
2185 }
Nick Piggina60637c2008-07-25 19:45:31 -07002186 }
Hugh Dickins5b280c02011-03-22 16:33:07 -07002187
Jan Karab947cee2017-09-06 16:21:21 -07002188 /*
2189 * We come here when there is no page beyond @end. We take care to not
2190 * overflow the index @start as it confuses some of the callers. This
Matthew Wilcoxfd1b3ce2018-05-16 17:38:56 -04002191 * breaks the iteration when there is a page at index -1 but that is
Jan Karab947cee2017-09-06 16:21:21 -07002192 * already broken anyway.
2193 */
2194 if (end == (pgoff_t)-1)
2195 *start = (pgoff_t)-1;
2196 else
2197 *start = end + 1;
2198out:
Nick Piggina60637c2008-07-25 19:45:31 -07002199 rcu_read_unlock();
Jan Karad72dc8a2017-09-06 16:21:18 -07002200
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201 return ret;
2202}
2203
Jens Axboeebf43502006-04-27 08:46:01 +02002204/**
2205 * find_get_pages_contig - gang contiguous pagecache lookup
2206 * @mapping: The address_space to search
2207 * @index: The starting page index
2208 * @nr_pages: The maximum number of pages
2209 * @pages: Where the resulting pages are placed
2210 *
2211 * find_get_pages_contig() works exactly like find_get_pages(), except
2212 * that the returned number of pages are guaranteed to be contiguous.
2213 *
Mike Rapoporta862f682019-03-05 15:48:42 -08002214 * Return: the number of pages which were found.
Jens Axboeebf43502006-04-27 08:46:01 +02002215 */
2216unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index,
2217 unsigned int nr_pages, struct page **pages)
2218{
Matthew Wilcox3ece58a2018-05-16 18:00:33 -04002219 XA_STATE(xas, &mapping->i_pages, index);
2220 struct page *page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07002221 unsigned int ret = 0;
2222
2223 if (unlikely(!nr_pages))
2224 return 0;
Jens Axboeebf43502006-04-27 08:46:01 +02002225
Nick Piggina60637c2008-07-25 19:45:31 -07002226 rcu_read_lock();
Matthew Wilcox3ece58a2018-05-16 18:00:33 -04002227 for (page = xas_load(&xas); page; page = xas_next(&xas)) {
Matthew Wilcox3ece58a2018-05-16 18:00:33 -04002228 if (xas_retry(&xas, page))
2229 continue;
2230 /*
2231 * If the entry has been swapped out, we can stop looking.
2232 * No current caller is looking for DAX entries.
2233 */
2234 if (xa_is_value(page))
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07002235 break;
Hugh Dickins9d8aa4e2011-03-22 16:33:06 -07002236
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07002237 if (!page_cache_get_speculative(page))
Matthew Wilcox3ece58a2018-05-16 18:00:33 -04002238 goto retry;
Nick Piggina60637c2008-07-25 19:45:31 -07002239
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07002240 /* Has the page moved or been split? */
Matthew Wilcox3ece58a2018-05-16 18:00:33 -04002241 if (unlikely(page != xas_reload(&xas)))
2242 goto put_page;
Nick Piggina60637c2008-07-25 19:45:31 -07002243
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07002244 pages[ret] = find_subpage(page, xas.xa_index);
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07002245 if (++ret == nr_pages)
2246 break;
Matthew Wilcox3ece58a2018-05-16 18:00:33 -04002247 continue;
2248put_page:
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -07002249 put_page(page);
Matthew Wilcox3ece58a2018-05-16 18:00:33 -04002250retry:
2251 xas_reset(&xas);
Jens Axboeebf43502006-04-27 08:46:01 +02002252 }
Nick Piggina60637c2008-07-25 19:45:31 -07002253 rcu_read_unlock();
2254 return ret;
Jens Axboeebf43502006-04-27 08:46:01 +02002255}
David Howellsef71c152007-05-09 02:33:44 -07002256EXPORT_SYMBOL(find_get_pages_contig);
Jens Axboeebf43502006-04-27 08:46:01 +02002257
Randy Dunlap485bb992006-06-23 02:03:49 -07002258/**
Matthew Wilcox (Oracle)c49f50d2021-02-25 17:15:25 -08002259 * find_get_pages_range_tag - Find and return head pages matching @tag.
Randy Dunlap485bb992006-06-23 02:03:49 -07002260 * @mapping: the address_space to search
2261 * @index: the starting page index
Jan Kara72b045a2017-11-15 17:34:33 -08002262 * @end: The final page index (inclusive)
Randy Dunlap485bb992006-06-23 02:03:49 -07002263 * @tag: the tag index
2264 * @nr_pages: the maximum number of pages
2265 * @pages: where the resulting pages are placed
2266 *
Matthew Wilcox (Oracle)c49f50d2021-02-25 17:15:25 -08002267 * Like find_get_pages(), except we only return head pages which are tagged
2268 * with @tag. @index is updated to the index immediately after the last
2269 * page we return, ready for the next iteration.
Mike Rapoporta862f682019-03-05 15:48:42 -08002270 *
2271 * Return: the number of pages which were found.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272 */
Jan Kara72b045a2017-11-15 17:34:33 -08002273unsigned find_get_pages_range_tag(struct address_space *mapping, pgoff_t *index,
Matthew Wilcoxa6906972018-05-16 18:12:54 -04002274 pgoff_t end, xa_mark_t tag, unsigned int nr_pages,
Jan Kara72b045a2017-11-15 17:34:33 -08002275 struct page **pages)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276{
Matthew Wilcoxa6906972018-05-16 18:12:54 -04002277 XA_STATE(xas, &mapping->i_pages, *index);
2278 struct page *page;
Konstantin Khlebnikov0fc9d102012-03-28 14:42:54 -07002279 unsigned ret = 0;
2280
2281 if (unlikely(!nr_pages))
2282 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283
Nick Piggina60637c2008-07-25 19:45:31 -07002284 rcu_read_lock();
Matthew Wilcox (Oracle)c7bad632021-02-25 17:15:44 -08002285 while ((page = find_get_entry(&xas, end, tag))) {
Matthew Wilcoxa6906972018-05-16 18:12:54 -04002286 /*
2287 * Shadow entries should never be tagged, but this iteration
2288 * is lockless so there is a window for page reclaim to evict
2289 * a page we saw tagged. Skip over it.
2290 */
2291 if (xa_is_value(page))
Johannes Weiner139b6a62014-05-06 12:50:05 -07002292 continue;
Nick Piggina60637c2008-07-25 19:45:31 -07002293
Matthew Wilcox (Oracle)c49f50d2021-02-25 17:15:25 -08002294 pages[ret] = page;
Jan Kara72b045a2017-11-15 17:34:33 -08002295 if (++ret == nr_pages) {
Matthew Wilcox (Oracle)c49f50d2021-02-25 17:15:25 -08002296 *index = page->index + thp_nr_pages(page);
Jan Kara72b045a2017-11-15 17:34:33 -08002297 goto out;
2298 }
Nick Piggina60637c2008-07-25 19:45:31 -07002299 }
Hugh Dickins5b280c02011-03-22 16:33:07 -07002300
Jan Kara72b045a2017-11-15 17:34:33 -08002301 /*
Matthew Wilcoxa6906972018-05-16 18:12:54 -04002302 * We come here when we got to @end. We take care to not overflow the
Jan Kara72b045a2017-11-15 17:34:33 -08002303 * index @index as it confuses some of the callers. This breaks the
Matthew Wilcoxa6906972018-05-16 18:12:54 -04002304 * iteration when there is a page at index -1 but that is already
2305 * broken anyway.
Jan Kara72b045a2017-11-15 17:34:33 -08002306 */
2307 if (end == (pgoff_t)-1)
2308 *index = (pgoff_t)-1;
2309 else
2310 *index = end + 1;
2311out:
Nick Piggina60637c2008-07-25 19:45:31 -07002312 rcu_read_unlock();
2313
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314 return ret;
2315}
Jan Kara72b045a2017-11-15 17:34:33 -08002316EXPORT_SYMBOL(find_get_pages_range_tag);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317
Wu Fengguang76d42bd2006-06-25 05:48:43 -07002318/*
2319 * CD/DVDs are error prone. When a medium error occurs, the driver may fail
2320 * a _large_ part of the i/o request. Imagine the worst scenario:
2321 *
2322 * ---R__________________________________________B__________
2323 * ^ reading here ^ bad block(assume 4k)
2324 *
2325 * read(R) => miss => readahead(R...B) => media error => frustrating retries
2326 * => failing the whole request => read(R) => read(R+1) =>
2327 * readahead(R+1...B+1) => bang => read(R+2) => read(R+3) =>
2328 * readahead(R+3...B+2) => bang => read(R+3) => read(R+4) =>
2329 * readahead(R+4...B+3) => bang => read(R+4) => read(R+5) => ......
2330 *
2331 * It is going insane. Fix it by quickly scaling down the readahead size.
2332 */
Souptick Joarder0f8e2db2020-04-01 21:04:50 -07002333static void shrink_readahead_size_eio(struct file_ra_state *ra)
Wu Fengguang76d42bd2006-06-25 05:48:43 -07002334{
Wu Fengguang76d42bd2006-06-25 05:48:43 -07002335 ra->ra_pages /= 4;
Wu Fengguang76d42bd2006-06-25 05:48:43 -07002336}
2337
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002338/*
2339 * filemap_get_read_batch - Get a batch of pages for read
2340 *
2341 * Get a batch of pages which represent a contiguous range of bytes
2342 * in the file. No tail pages will be returned. If @index is in the
2343 * middle of a THP, the entire THP will be returned. The last page in
2344 * the batch may have Readahead set or be not Uptodate so that the
2345 * caller can take the appropriate action.
2346 */
2347static void filemap_get_read_batch(struct address_space *mapping,
2348 pgoff_t index, pgoff_t max, struct pagevec *pvec)
2349{
2350 XA_STATE(xas, &mapping->i_pages, index);
2351 struct page *head;
2352
2353 rcu_read_lock();
2354 for (head = xas_load(&xas); head; head = xas_next(&xas)) {
2355 if (xas_retry(&xas, head))
2356 continue;
2357 if (xas.xa_index > max || xa_is_value(head))
2358 break;
2359 if (!page_cache_get_speculative(head))
2360 goto retry;
2361
2362 /* Has the page moved or been split? */
2363 if (unlikely(head != xas_reload(&xas)))
2364 goto put_page;
2365
2366 if (!pagevec_add(pvec, head))
2367 break;
2368 if (!PageUptodate(head))
2369 break;
2370 if (PageReadahead(head))
2371 break;
2372 xas.xa_index = head->index + thp_nr_pages(head) - 1;
2373 xas.xa_offset = (xas.xa_index >> xas.xa_shift) & XA_CHUNK_MASK;
2374 continue;
2375put_page:
2376 put_page(head);
2377retry:
2378 xas_reset(&xas);
2379 }
2380 rcu_read_unlock();
2381}
2382
Matthew Wilcox (Oracle)68430302021-02-24 12:02:15 -08002383static int filemap_read_page(struct file *file, struct address_space *mapping,
2384 struct page *page)
Kent Overstreet723ef242020-12-14 19:04:52 -08002385{
Kent Overstreet723ef242020-12-14 19:04:52 -08002386 int error;
2387
Kent Overstreet723ef242020-12-14 19:04:52 -08002388 /*
Matthew Wilcox (Oracle)68430302021-02-24 12:02:15 -08002389 * A previous I/O error may have been due to temporary failures,
2390 * eg. multipath errors. PG_error will be set again if readpage
2391 * fails.
Kent Overstreet723ef242020-12-14 19:04:52 -08002392 */
2393 ClearPageError(page);
2394 /* Start the actual read. The read will unlock the page. */
Matthew Wilcox (Oracle)68430302021-02-24 12:02:15 -08002395 error = mapping->a_ops->readpage(file, page);
2396 if (error)
2397 return error;
Kent Overstreet723ef242020-12-14 19:04:52 -08002398
Matthew Wilcox (Oracle)aa1ec2f2021-02-24 12:02:38 -08002399 error = wait_on_page_locked_killable(page);
Matthew Wilcox (Oracle)68430302021-02-24 12:02:15 -08002400 if (error)
2401 return error;
Matthew Wilcox (Oracle)aa1ec2f2021-02-24 12:02:38 -08002402 if (PageUptodate(page))
2403 return 0;
Matthew Wilcox (Oracle)aa1ec2f2021-02-24 12:02:38 -08002404 shrink_readahead_size_eio(&file->f_ra);
2405 return -EIO;
Kent Overstreet723ef242020-12-14 19:04:52 -08002406}
2407
Matthew Wilcox (Oracle)fce70da2021-02-24 12:02:28 -08002408static bool filemap_range_uptodate(struct address_space *mapping,
2409 loff_t pos, struct iov_iter *iter, struct page *page)
2410{
2411 int count;
2412
2413 if (PageUptodate(page))
2414 return true;
2415 /* pipes can't handle partially uptodate pages */
2416 if (iov_iter_is_pipe(iter))
2417 return false;
2418 if (!mapping->a_ops->is_partially_uptodate)
2419 return false;
2420 if (mapping->host->i_blkbits >= (PAGE_SHIFT + thp_order(page)))
2421 return false;
2422
2423 count = iter->count;
2424 if (page_offset(page) > pos) {
2425 count -= page_offset(page) - pos;
2426 pos = 0;
2427 } else {
2428 pos -= page_offset(page);
2429 }
2430
2431 return mapping->a_ops->is_partially_uptodate(page, pos, count);
2432}
2433
Matthew Wilcox (Oracle)4612aee2021-02-24 12:02:22 -08002434static int filemap_update_page(struct kiocb *iocb,
2435 struct address_space *mapping, struct iov_iter *iter,
Matthew Wilcox (Oracle)fce70da2021-02-24 12:02:28 -08002436 struct page *page)
Kent Overstreet723ef242020-12-14 19:04:52 -08002437{
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002438 struct folio *folio = page_folio(page);
Kent Overstreet723ef242020-12-14 19:04:52 -08002439 int error;
2440
Jan Kara730633f2021-01-28 19:19:45 +01002441 if (iocb->ki_flags & IOCB_NOWAIT) {
2442 if (!filemap_invalidate_trylock_shared(mapping))
Matthew Wilcox (Oracle)87d1d7b2021-02-24 12:02:25 -08002443 return -EAGAIN;
Jan Kara730633f2021-01-28 19:19:45 +01002444 } else {
2445 filemap_invalidate_lock_shared(mapping);
2446 }
2447
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002448 if (!folio_trylock(folio)) {
Jan Kara730633f2021-01-28 19:19:45 +01002449 error = -EAGAIN;
2450 if (iocb->ki_flags & (IOCB_NOWAIT | IOCB_NOIO))
2451 goto unlock_mapping;
Matthew Wilcox (Oracle)87d1d7b2021-02-24 12:02:25 -08002452 if (!(iocb->ki_flags & IOCB_WAITQ)) {
Jan Kara730633f2021-01-28 19:19:45 +01002453 filemap_invalidate_unlock_shared(mapping);
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002454 put_and_wait_on_page_locked(&folio->page, TASK_KILLABLE);
Matthew Wilcox (Oracle)4612aee2021-02-24 12:02:22 -08002455 return AOP_TRUNCATED_PAGE;
Matthew Wilcox (Oracle)bd8a1f32021-02-24 12:02:05 -08002456 }
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002457 error = __folio_lock_async(folio, iocb->ki_waitq);
Matthew Wilcox (Oracle)87d1d7b2021-02-24 12:02:25 -08002458 if (error)
Jan Kara730633f2021-01-28 19:19:45 +01002459 goto unlock_mapping;
Kent Overstreet723ef242020-12-14 19:04:52 -08002460 }
Kent Overstreet723ef242020-12-14 19:04:52 -08002461
Jan Kara730633f2021-01-28 19:19:45 +01002462 error = AOP_TRUNCATED_PAGE;
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002463 if (!folio->mapping)
Jan Kara730633f2021-01-28 19:19:45 +01002464 goto unlock;
Kent Overstreet723ef242020-12-14 19:04:52 -08002465
Matthew Wilcox (Oracle)fce70da2021-02-24 12:02:28 -08002466 error = 0;
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002467 if (filemap_range_uptodate(mapping, iocb->ki_pos, iter, &folio->page))
Matthew Wilcox (Oracle)fce70da2021-02-24 12:02:28 -08002468 goto unlock;
2469
2470 error = -EAGAIN;
2471 if (iocb->ki_flags & (IOCB_NOIO | IOCB_NOWAIT | IOCB_WAITQ))
2472 goto unlock;
2473
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002474 error = filemap_read_page(iocb->ki_filp, mapping, &folio->page);
Jan Kara730633f2021-01-28 19:19:45 +01002475 goto unlock_mapping;
Matthew Wilcox (Oracle)fce70da2021-02-24 12:02:28 -08002476unlock:
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002477 folio_unlock(folio);
Jan Kara730633f2021-01-28 19:19:45 +01002478unlock_mapping:
2479 filemap_invalidate_unlock_shared(mapping);
2480 if (error == AOP_TRUNCATED_PAGE)
Matthew Wilcox (Oracle)ffdc8da2020-12-30 17:58:40 -05002481 folio_put(folio);
Matthew Wilcox (Oracle)fce70da2021-02-24 12:02:28 -08002482 return error;
Kent Overstreet723ef242020-12-14 19:04:52 -08002483}
2484
Matthew Wilcox (Oracle)f253e182021-02-24 12:02:18 -08002485static int filemap_create_page(struct file *file,
2486 struct address_space *mapping, pgoff_t index,
2487 struct pagevec *pvec)
Kent Overstreet723ef242020-12-14 19:04:52 -08002488{
Kent Overstreet723ef242020-12-14 19:04:52 -08002489 struct page *page;
2490 int error;
2491
Kent Overstreet723ef242020-12-14 19:04:52 -08002492 page = page_cache_alloc(mapping);
2493 if (!page)
Matthew Wilcox (Oracle)f253e182021-02-24 12:02:18 -08002494 return -ENOMEM;
Kent Overstreet723ef242020-12-14 19:04:52 -08002495
Jan Kara730633f2021-01-28 19:19:45 +01002496 /*
2497 * Protect against truncate / hole punch. Grabbing invalidate_lock here
2498 * assures we cannot instantiate and bring uptodate new pagecache pages
2499 * after evicting page cache during truncate and before actually
2500 * freeing blocks. Note that we could release invalidate_lock after
2501 * inserting the page into page cache as the locked page would then be
2502 * enough to synchronize with hole punching. But there are code paths
2503 * such as filemap_update_page() filling in partially uptodate pages or
2504 * ->readpages() that need to hold invalidate_lock while mapping blocks
2505 * for IO so let's hold the lock here as well to keep locking rules
2506 * simple.
2507 */
2508 filemap_invalidate_lock_shared(mapping);
Kent Overstreet723ef242020-12-14 19:04:52 -08002509 error = add_to_page_cache_lru(page, mapping, index,
Matthew Wilcox (Oracle)f253e182021-02-24 12:02:18 -08002510 mapping_gfp_constraint(mapping, GFP_KERNEL));
2511 if (error == -EEXIST)
2512 error = AOP_TRUNCATED_PAGE;
2513 if (error)
2514 goto error;
2515
2516 error = filemap_read_page(file, mapping, page);
2517 if (error)
2518 goto error;
2519
Jan Kara730633f2021-01-28 19:19:45 +01002520 filemap_invalidate_unlock_shared(mapping);
Matthew Wilcox (Oracle)f253e182021-02-24 12:02:18 -08002521 pagevec_add(pvec, page);
2522 return 0;
2523error:
Jan Kara730633f2021-01-28 19:19:45 +01002524 filemap_invalidate_unlock_shared(mapping);
Matthew Wilcox (Oracle)68430302021-02-24 12:02:15 -08002525 put_page(page);
Matthew Wilcox (Oracle)f253e182021-02-24 12:02:18 -08002526 return error;
Kent Overstreet723ef242020-12-14 19:04:52 -08002527}
2528
Matthew Wilcox (Oracle)5963fe02021-02-24 12:02:32 -08002529static int filemap_readahead(struct kiocb *iocb, struct file *file,
2530 struct address_space *mapping, struct page *page,
2531 pgoff_t last_index)
2532{
2533 if (iocb->ki_flags & IOCB_NOIO)
2534 return -EAGAIN;
2535 page_cache_async_readahead(mapping, &file->f_ra, file, page,
2536 page->index, last_index - page->index);
2537 return 0;
2538}
2539
Matthew Wilcox (Oracle)3a6bae42021-02-24 12:01:49 -08002540static int filemap_get_pages(struct kiocb *iocb, struct iov_iter *iter,
Matthew Wilcox (Oracle)ff993ba2021-02-24 12:01:55 -08002541 struct pagevec *pvec)
Kent Overstreet06c04442020-12-14 19:04:56 -08002542{
2543 struct file *filp = iocb->ki_filp;
2544 struct address_space *mapping = filp->f_mapping;
2545 struct file_ra_state *ra = &filp->f_ra;
2546 pgoff_t index = iocb->ki_pos >> PAGE_SHIFT;
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002547 pgoff_t last_index;
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002548 struct page *page;
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002549 int err = 0;
Kent Overstreet06c04442020-12-14 19:04:56 -08002550
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002551 last_index = DIV_ROUND_UP(iocb->ki_pos + iter->count, PAGE_SIZE);
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002552retry:
Kent Overstreet06c04442020-12-14 19:04:56 -08002553 if (fatal_signal_pending(current))
2554 return -EINTR;
2555
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002556 filemap_get_read_batch(mapping, index, last_index, pvec);
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002557 if (!pagevec_count(pvec)) {
2558 if (iocb->ki_flags & IOCB_NOIO)
2559 return -EAGAIN;
2560 page_cache_sync_readahead(mapping, ra, filp, index,
2561 last_index - index);
2562 filemap_get_read_batch(mapping, index, last_index, pvec);
2563 }
Matthew Wilcox (Oracle)f253e182021-02-24 12:02:18 -08002564 if (!pagevec_count(pvec)) {
2565 if (iocb->ki_flags & (IOCB_NOWAIT | IOCB_WAITQ))
2566 return -EAGAIN;
2567 err = filemap_create_page(filp, mapping,
2568 iocb->ki_pos >> PAGE_SHIFT, pvec);
2569 if (err == AOP_TRUNCATED_PAGE)
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002570 goto retry;
Matthew Wilcox (Oracle)f253e182021-02-24 12:02:18 -08002571 return err;
2572 }
Kent Overstreet06c04442020-12-14 19:04:56 -08002573
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002574 page = pvec->pages[pagevec_count(pvec) - 1];
2575 if (PageReadahead(page)) {
2576 err = filemap_readahead(iocb, filp, mapping, page, last_index);
2577 if (err)
2578 goto err;
2579 }
2580 if (!PageUptodate(page)) {
2581 if ((iocb->ki_flags & IOCB_WAITQ) && pagevec_count(pvec) > 1)
2582 iocb->ki_flags |= IOCB_NOWAIT;
2583 err = filemap_update_page(iocb, mapping, iter, page);
2584 if (err)
2585 goto err;
Kent Overstreet06c04442020-12-14 19:04:56 -08002586 }
2587
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002588 return 0;
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002589err:
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002590 if (err < 0)
2591 put_page(page);
2592 if (likely(--pvec->nr))
Matthew Wilcox (Oracle)ff993ba2021-02-24 12:01:55 -08002593 return 0;
Matthew Wilcox (Oracle)4612aee2021-02-24 12:02:22 -08002594 if (err == AOP_TRUNCATED_PAGE)
Matthew Wilcox (Oracle)2642fca2021-02-24 12:02:35 -08002595 goto retry;
2596 return err;
Kent Overstreet06c04442020-12-14 19:04:56 -08002597}
2598
Randy Dunlap485bb992006-06-23 02:03:49 -07002599/**
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002600 * filemap_read - Read data from the page cache.
2601 * @iocb: The iocb to read.
2602 * @iter: Destination for the data.
2603 * @already_read: Number of bytes already read by the caller.
Randy Dunlap485bb992006-06-23 02:03:49 -07002604 *
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002605 * Copies data from the page cache. If the data is not currently present,
2606 * uses the readahead and readpage address_space operations to fetch it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607 *
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002608 * Return: Total number of bytes copied, including those already read by
2609 * the caller. If an error happens before any bytes are copied, returns
2610 * a negative error number.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611 */
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002612ssize_t filemap_read(struct kiocb *iocb, struct iov_iter *iter,
2613 ssize_t already_read)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002614{
Christoph Hellwig47c27bc2017-08-29 16:13:18 +02002615 struct file *filp = iocb->ki_filp;
Kent Overstreet06c04442020-12-14 19:04:56 -08002616 struct file_ra_state *ra = &filp->f_ra;
Christoph Hellwig36e78912008-02-08 04:21:24 -08002617 struct address_space *mapping = filp->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618 struct inode *inode = mapping->host;
Matthew Wilcox (Oracle)ff993ba2021-02-24 12:01:55 -08002619 struct pagevec pvec;
2620 int i, error = 0;
Kent Overstreet06c04442020-12-14 19:04:56 -08002621 bool writably_mapped;
2622 loff_t isize, end_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623
Kent Overstreet723ef242020-12-14 19:04:52 -08002624 if (unlikely(iocb->ki_pos >= inode->i_sb->s_maxbytes))
Linus Torvaldsd05c5f72016-12-14 12:45:25 -08002625 return 0;
Kent Overstreet3644e2d2020-12-18 04:07:11 -05002626 if (unlikely(!iov_iter_count(iter)))
2627 return 0;
2628
Wei Fangc2a97372016-10-07 17:01:52 -07002629 iov_iter_truncate(iter, inode->i_sb->s_maxbytes);
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002630 pagevec_init(&pvec);
Wei Fangc2a97372016-10-07 17:01:52 -07002631
Kent Overstreet06c04442020-12-14 19:04:56 -08002632 do {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633 cond_resched();
Kent Overstreet06c04442020-12-14 19:04:56 -08002634
2635 /*
2636 * If we've already successfully copied some data, then we
2637 * can no longer safely return -EIOCBQUEUED. Hence mark
2638 * an async read NOWAIT at that point.
2639 */
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002640 if ((iocb->ki_flags & IOCB_WAITQ) && already_read)
Kent Overstreet06c04442020-12-14 19:04:56 -08002641 iocb->ki_flags |= IOCB_NOWAIT;
2642
Matthew Wilcox (Oracle)ff993ba2021-02-24 12:01:55 -08002643 error = filemap_get_pages(iocb, iter, &pvec);
2644 if (error < 0)
Kent Overstreet06c04442020-12-14 19:04:56 -08002645 break;
Michal Hocko5abf1862017-02-03 13:13:29 -08002646
Kent Overstreet723ef242020-12-14 19:04:52 -08002647 /*
Kent Overstreet06c04442020-12-14 19:04:56 -08002648 * i_size must be checked after we know the pages are Uptodate.
2649 *
2650 * Checking i_size after the check allows us to calculate
2651 * the correct value for "nr", which means the zero-filled
2652 * part of the page is not copied back to userspace (unless
2653 * another truncate extends the file - this is desired though).
Kent Overstreet723ef242020-12-14 19:04:52 -08002654 */
Kent Overstreet06c04442020-12-14 19:04:56 -08002655 isize = i_size_read(inode);
2656 if (unlikely(iocb->ki_pos >= isize))
2657 goto put_pages;
Kent Overstreet06c04442020-12-14 19:04:56 -08002658 end_offset = min_t(loff_t, isize, iocb->ki_pos + iter->count);
2659
Kent Overstreet06c04442020-12-14 19:04:56 -08002660 /*
2661 * Once we start copying data, we don't want to be touching any
2662 * cachelines that might be contended:
2663 */
2664 writably_mapped = mapping_writably_mapped(mapping);
2665
2666 /*
2667 * When a sequential read accesses a page several times, only
2668 * mark it as accessed the first time.
2669 */
2670 if (iocb->ki_pos >> PAGE_SHIFT !=
2671 ra->prev_pos >> PAGE_SHIFT)
Matthew Wilcox (Oracle)ff993ba2021-02-24 12:01:55 -08002672 mark_page_accessed(pvec.pages[0]);
Kent Overstreet06c04442020-12-14 19:04:56 -08002673
Matthew Wilcox (Oracle)ff993ba2021-02-24 12:01:55 -08002674 for (i = 0; i < pagevec_count(&pvec); i++) {
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002675 struct page *page = pvec.pages[i];
2676 size_t page_size = thp_size(page);
2677 size_t offset = iocb->ki_pos & (page_size - 1);
2678 size_t bytes = min_t(loff_t, end_offset - iocb->ki_pos,
2679 page_size - offset);
2680 size_t copied;
Kent Overstreet06c04442020-12-14 19:04:56 -08002681
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002682 if (end_offset < page_offset(page))
2683 break;
2684 if (i > 0)
2685 mark_page_accessed(page);
Kent Overstreet06c04442020-12-14 19:04:56 -08002686 /*
2687 * If users can be writing to this page using arbitrary
2688 * virtual addresses, take care about potential aliasing
2689 * before reading the page on the kernel side.
2690 */
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002691 if (writably_mapped) {
2692 int j;
Kent Overstreet06c04442020-12-14 19:04:56 -08002693
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002694 for (j = 0; j < thp_nr_pages(page); j++)
2695 flush_dcache_page(page + j);
2696 }
2697
2698 copied = copy_page_to_iter(page, offset, bytes, iter);
Kent Overstreet06c04442020-12-14 19:04:56 -08002699
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002700 already_read += copied;
Kent Overstreet06c04442020-12-14 19:04:56 -08002701 iocb->ki_pos += copied;
2702 ra->prev_pos = iocb->ki_pos;
2703
2704 if (copied < bytes) {
2705 error = -EFAULT;
2706 break;
Kent Overstreet723ef242020-12-14 19:04:52 -08002707 }
Fengguang Wu3ea89ee2007-07-19 01:48:02 -07002708 }
Kent Overstreet06c04442020-12-14 19:04:56 -08002709put_pages:
Matthew Wilcox (Oracle)ff993ba2021-02-24 12:01:55 -08002710 for (i = 0; i < pagevec_count(&pvec); i++)
2711 put_page(pvec.pages[i]);
Matthew Wilcox (Oracle)cbd59c42021-02-24 12:01:59 -08002712 pagevec_reinit(&pvec);
Kent Overstreet06c04442020-12-14 19:04:56 -08002713 } while (iov_iter_count(iter) && iocb->ki_pos < isize && !error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714
Krishna Kumar0c6aa262008-10-15 22:01:13 -07002715 file_accessed(filp);
Kent Overstreet06c04442020-12-14 19:04:56 -08002716
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002717 return already_read ? already_read : error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718}
Christoph Hellwig87fa0f32021-02-24 12:02:42 -08002719EXPORT_SYMBOL_GPL(filemap_read);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720
Randy Dunlap485bb992006-06-23 02:03:49 -07002721/**
Al Viro6abd2322014-04-04 14:20:57 -04002722 * generic_file_read_iter - generic filesystem read routine
Randy Dunlap485bb992006-06-23 02:03:49 -07002723 * @iocb: kernel I/O control block
Al Viro6abd2322014-04-04 14:20:57 -04002724 * @iter: destination for the data read
Randy Dunlap485bb992006-06-23 02:03:49 -07002725 *
Al Viro6abd2322014-04-04 14:20:57 -04002726 * This is the "read_iter()" routine for all filesystems
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727 * that can use the page cache directly.
Andreas Gruenbacher41da51b2019-11-21 23:25:07 +00002728 *
2729 * The IOCB_NOWAIT flag in iocb->ki_flags indicates that -EAGAIN shall
2730 * be returned when no data can be read without waiting for I/O requests
2731 * to complete; it doesn't prevent readahead.
2732 *
2733 * The IOCB_NOIO flag in iocb->ki_flags indicates that no new I/O
2734 * requests shall be made for the read or for readahead. When no data
2735 * can be read, -EAGAIN shall be returned. When readahead would be
2736 * triggered, a partial, possibly empty read shall be returned.
2737 *
Mike Rapoporta862f682019-03-05 15:48:42 -08002738 * Return:
2739 * * number of bytes copied, even for partial reads
Andreas Gruenbacher41da51b2019-11-21 23:25:07 +00002740 * * negative error code (or 0 if IOCB_NOIO) if nothing was read
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741 */
2742ssize_t
Al Viroed978a82014-03-05 22:53:04 -05002743generic_file_read_iter(struct kiocb *iocb, struct iov_iter *iter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744{
Nicolai Stangee7080a42016-03-25 14:22:14 -07002745 size_t count = iov_iter_count(iter);
Christoph Hellwig47c27bc2017-08-29 16:13:18 +02002746 ssize_t retval = 0;
Nicolai Stangee7080a42016-03-25 14:22:14 -07002747
2748 if (!count)
Christoph Hellwig826ea862021-02-24 12:02:45 -08002749 return 0; /* skip atime */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750
Al Viro2ba48ce2015-04-09 13:52:01 -04002751 if (iocb->ki_flags & IOCB_DIRECT) {
Christoph Hellwig47c27bc2017-08-29 16:13:18 +02002752 struct file *file = iocb->ki_filp;
Al Viroed978a82014-03-05 22:53:04 -05002753 struct address_space *mapping = file->f_mapping;
2754 struct inode *inode = mapping->host;
Badari Pulavarty543ade12006-09-30 23:28:48 -07002755 loff_t size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757 size = i_size_read(inode);
Goldwyn Rodrigues6be96d32017-06-20 07:05:44 -05002758 if (iocb->ki_flags & IOCB_NOWAIT) {
Jens Axboe7a60d6d2021-04-29 22:55:21 -07002759 if (filemap_range_needs_writeback(mapping, iocb->ki_pos,
2760 iocb->ki_pos + count - 1))
Goldwyn Rodrigues6be96d32017-06-20 07:05:44 -05002761 return -EAGAIN;
2762 } else {
2763 retval = filemap_write_and_wait_range(mapping,
2764 iocb->ki_pos,
2765 iocb->ki_pos + count - 1);
2766 if (retval < 0)
Christoph Hellwig826ea862021-02-24 12:02:45 -08002767 return retval;
Goldwyn Rodrigues6be96d32017-06-20 07:05:44 -05002768 }
Al Viroed978a82014-03-05 22:53:04 -05002769
Christoph Hellwig0d5b0cf2016-10-03 09:48:08 +11002770 file_accessed(file);
2771
Al Viro5ecda132017-04-13 14:13:36 -04002772 retval = mapping->a_ops->direct_IO(iocb, iter);
Al Viroc3a69022016-10-10 13:26:27 -04002773 if (retval >= 0) {
Christoph Hellwigc64fb5c2016-04-07 08:51:55 -07002774 iocb->ki_pos += retval;
Al Viro5ecda132017-04-13 14:13:36 -04002775 count -= retval;
Steven Whitehouse9fe55ee2014-01-24 14:42:22 +00002776 }
Pavel Begunkovab2125d2021-02-24 12:01:45 -08002777 if (retval != -EIOCBQUEUED)
2778 iov_iter_revert(iter, count - iov_iter_count(iter));
Josef Bacik66f998f2010-05-23 11:00:54 -04002779
Steven Whitehouse9fe55ee2014-01-24 14:42:22 +00002780 /*
2781 * Btrfs can have a short DIO read if we encounter
2782 * compressed extents, so if there was an error, or if
2783 * we've already read everything we wanted to, or if
2784 * there was a short read because we hit EOF, go ahead
2785 * and return. Otherwise fallthrough to buffered io for
Matthew Wilcoxfbbbad42015-02-16 15:58:53 -08002786 * the rest of the read. Buffered reads will not work for
2787 * DAX files, so don't bother trying.
Steven Whitehouse9fe55ee2014-01-24 14:42:22 +00002788 */
Al Viro5ecda132017-04-13 14:13:36 -04002789 if (retval < 0 || !count || iocb->ki_pos >= size ||
Christoph Hellwig0d5b0cf2016-10-03 09:48:08 +11002790 IS_DAX(inode))
Christoph Hellwig826ea862021-02-24 12:02:45 -08002791 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792 }
2793
Christoph Hellwig826ea862021-02-24 12:02:45 -08002794 return filemap_read(iocb, iter, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795}
Al Viroed978a82014-03-05 22:53:04 -05002796EXPORT_SYMBOL(generic_file_read_iter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797
Matthew Wilcox (Oracle)54fa39a2021-02-25 17:15:52 -08002798static inline loff_t page_seek_hole_data(struct xa_state *xas,
2799 struct address_space *mapping, struct page *page,
2800 loff_t start, loff_t end, bool seek_data)
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002801{
Matthew Wilcox (Oracle)54fa39a2021-02-25 17:15:52 -08002802 const struct address_space_operations *ops = mapping->a_ops;
2803 size_t offset, bsz = i_blocksize(mapping->host);
2804
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002805 if (xa_is_value(page) || PageUptodate(page))
Matthew Wilcox (Oracle)54fa39a2021-02-25 17:15:52 -08002806 return seek_data ? start : end;
2807 if (!ops->is_partially_uptodate)
2808 return seek_data ? end : start;
2809
2810 xas_pause(xas);
2811 rcu_read_unlock();
2812 lock_page(page);
2813 if (unlikely(page->mapping != mapping))
2814 goto unlock;
2815
2816 offset = offset_in_thp(page, start) & ~(bsz - 1);
2817
2818 do {
2819 if (ops->is_partially_uptodate(page, offset, bsz) == seek_data)
2820 break;
2821 start = (start + bsz) & ~(bsz - 1);
2822 offset += bsz;
2823 } while (offset < thp_size(page));
2824unlock:
2825 unlock_page(page);
2826 rcu_read_lock();
2827 return start;
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002828}
2829
2830static inline
2831unsigned int seek_page_size(struct xa_state *xas, struct page *page)
2832{
2833 if (xa_is_value(page))
2834 return PAGE_SIZE << xa_get_order(xas->xa, xas->xa_index);
2835 return thp_size(page);
2836}
2837
2838/**
2839 * mapping_seek_hole_data - Seek for SEEK_DATA / SEEK_HOLE in the page cache.
2840 * @mapping: Address space to search.
2841 * @start: First byte to consider.
2842 * @end: Limit of search (exclusive).
2843 * @whence: Either SEEK_HOLE or SEEK_DATA.
2844 *
2845 * If the page cache knows which blocks contain holes and which blocks
2846 * contain data, your filesystem can use this function to implement
2847 * SEEK_HOLE and SEEK_DATA. This is useful for filesystems which are
2848 * entirely memory-based such as tmpfs, and filesystems which support
2849 * unwritten extents.
2850 *
Ingo Molnarf0953a12021-05-06 18:06:47 -07002851 * Return: The requested offset on success, or -ENXIO if @whence specifies
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002852 * SEEK_DATA and there is no data after @start. There is an implicit hole
2853 * after @end - 1, so SEEK_HOLE returns @end if all the bytes between @start
2854 * and @end contain data.
2855 */
2856loff_t mapping_seek_hole_data(struct address_space *mapping, loff_t start,
2857 loff_t end, int whence)
2858{
2859 XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT);
Hugh Dickinsed98b012021-04-23 14:29:00 -07002860 pgoff_t max = (end - 1) >> PAGE_SHIFT;
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002861 bool seek_data = (whence == SEEK_DATA);
2862 struct page *page;
2863
2864 if (end <= start)
2865 return -ENXIO;
2866
2867 rcu_read_lock();
2868 while ((page = find_get_entry(&xas, max, XA_PRESENT))) {
Hugh Dickinsed98b012021-04-23 14:29:00 -07002869 loff_t pos = (u64)xas.xa_index << PAGE_SHIFT;
2870 unsigned int seek_size;
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002871
2872 if (start < pos) {
2873 if (!seek_data)
2874 goto unlock;
2875 start = pos;
2876 }
2877
Hugh Dickinsed98b012021-04-23 14:29:00 -07002878 seek_size = seek_page_size(&xas, page);
2879 pos = round_up(pos + 1, seek_size);
Matthew Wilcox (Oracle)54fa39a2021-02-25 17:15:52 -08002880 start = page_seek_hole_data(&xas, mapping, page, start, pos,
2881 seek_data);
2882 if (start < pos)
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002883 goto unlock;
Hugh Dickinsed98b012021-04-23 14:29:00 -07002884 if (start >= end)
2885 break;
2886 if (seek_size > PAGE_SIZE)
2887 xas_set(&xas, pos >> PAGE_SHIFT);
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002888 if (!xa_is_value(page))
2889 put_page(page);
2890 }
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002891 if (seek_data)
Hugh Dickinsed98b012021-04-23 14:29:00 -07002892 start = -ENXIO;
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002893unlock:
2894 rcu_read_unlock();
Hugh Dickinsed98b012021-04-23 14:29:00 -07002895 if (page && !xa_is_value(page))
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002896 put_page(page);
Matthew Wilcox (Oracle)41139aa2021-02-25 17:15:48 -08002897 if (start > end)
2898 return end;
2899 return start;
2900}
2901
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902#ifdef CONFIG_MMU
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903#define MMAP_LOTSAMISS (100)
Linus Torvaldsef00e082009-06-16 15:31:25 -07002904/*
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002905 * lock_page_maybe_drop_mmap - lock the page, possibly dropping the mmap_lock
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002906 * @vmf - the vm_fault for this fault.
2907 * @page - the page to lock.
2908 * @fpin - the pointer to the file we may pin (or is already pinned).
2909 *
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002910 * This works similar to lock_page_or_retry in that it can drop the mmap_lock.
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002911 * It differs in that it actually returns the page locked if it returns 1 and 0
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002912 * if it couldn't lock the page. If we did have to drop the mmap_lock then fpin
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002913 * will point to the pinned file and needs to be fput()'ed at a later point.
Linus Torvaldsef00e082009-06-16 15:31:25 -07002914 */
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002915static int lock_page_maybe_drop_mmap(struct vm_fault *vmf, struct page *page,
2916 struct file **fpin)
2917{
Matthew Wilcox (Oracle)7c23c782021-03-01 19:38:25 -05002918 struct folio *folio = page_folio(page);
2919
2920 if (folio_trylock(folio))
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002921 return 1;
2922
Linus Torvalds8b0f9fa2019-03-15 11:26:07 -07002923 /*
2924 * NOTE! This will make us return with VM_FAULT_RETRY, but with
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002925 * the mmap_lock still held. That's how FAULT_FLAG_RETRY_NOWAIT
Linus Torvalds8b0f9fa2019-03-15 11:26:07 -07002926 * is supposed to work. We have way too many special cases..
2927 */
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002928 if (vmf->flags & FAULT_FLAG_RETRY_NOWAIT)
2929 return 0;
2930
2931 *fpin = maybe_unlock_mmap_for_io(vmf, *fpin);
2932 if (vmf->flags & FAULT_FLAG_KILLABLE) {
Matthew Wilcox (Oracle)af7f29d2020-12-08 00:07:31 -05002933 if (__folio_lock_killable(folio)) {
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002934 /*
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002935 * We didn't have the right flags to drop the mmap_lock,
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002936 * but all fault_handlers only check for fatal signals
2937 * if we return VM_FAULT_RETRY, so we need to drop the
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002938 * mmap_lock here and return 0 if we don't have a fpin.
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002939 */
2940 if (*fpin == NULL)
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07002941 mmap_read_unlock(vmf->vma->vm_mm);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002942 return 0;
2943 }
2944 } else
Matthew Wilcox (Oracle)7c23c782021-03-01 19:38:25 -05002945 __folio_lock(folio);
2946
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002947 return 1;
2948}
2949
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002950/*
2951 * Synchronous readahead happens when we don't even find a page in the page
2952 * cache at all. We don't want to perform IO under the mmap sem, so if we have
2953 * to drop the mmap sem we return the file that was pinned in order for us to do
2954 * that. If we didn't pin a file then we return NULL. The file that is
2955 * returned needs to be fput()'ed when we're done with it.
2956 */
2957static struct file *do_sync_mmap_readahead(struct vm_fault *vmf)
Linus Torvaldsef00e082009-06-16 15:31:25 -07002958{
Josef Bacik2a1180f2019-03-13 11:44:18 -07002959 struct file *file = vmf->vma->vm_file;
2960 struct file_ra_state *ra = &file->f_ra;
Linus Torvaldsef00e082009-06-16 15:31:25 -07002961 struct address_space *mapping = file->f_mapping;
Matthew Wilcox (Oracle)fcd9ae42021-04-07 21:18:55 +01002962 DEFINE_READAHEAD(ractl, file, ra, mapping, vmf->pgoff);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002963 struct file *fpin = NULL;
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07002964 unsigned int mmap_miss;
Linus Torvaldsef00e082009-06-16 15:31:25 -07002965
2966 /* If we don't want any read-ahead, don't bother */
Josef Bacik2a1180f2019-03-13 11:44:18 -07002967 if (vmf->vma->vm_flags & VM_RAND_READ)
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002968 return fpin;
Wu Fengguang275b12b2011-05-24 17:12:28 -07002969 if (!ra->ra_pages)
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002970 return fpin;
Linus Torvaldsef00e082009-06-16 15:31:25 -07002971
Josef Bacik2a1180f2019-03-13 11:44:18 -07002972 if (vmf->vma->vm_flags & VM_SEQ_READ) {
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002973 fpin = maybe_unlock_mmap_for_io(vmf, fpin);
Matthew Wilcox (Oracle)fcd9ae42021-04-07 21:18:55 +01002974 page_cache_sync_ra(&ractl, ra->ra_pages);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002975 return fpin;
Linus Torvaldsef00e082009-06-16 15:31:25 -07002976 }
2977
Andi Kleen207d04b2011-05-24 17:12:29 -07002978 /* Avoid banging the cache line if not needed */
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07002979 mmap_miss = READ_ONCE(ra->mmap_miss);
2980 if (mmap_miss < MMAP_LOTSAMISS * 10)
2981 WRITE_ONCE(ra->mmap_miss, ++mmap_miss);
Linus Torvaldsef00e082009-06-16 15:31:25 -07002982
2983 /*
2984 * Do we miss much more than hit in this file? If so,
2985 * stop bothering with read-ahead. It will only hurt.
2986 */
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07002987 if (mmap_miss > MMAP_LOTSAMISS)
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002988 return fpin;
Linus Torvaldsef00e082009-06-16 15:31:25 -07002989
Wu Fengguangd30a1102009-06-16 15:31:30 -07002990 /*
2991 * mmap read-around
2992 */
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002993 fpin = maybe_unlock_mmap_for_io(vmf, fpin);
David Howellsdb660d42020-10-15 20:06:31 -07002994 ra->start = max_t(long, 0, vmf->pgoff - ra->ra_pages / 2);
Roman Gushchin600e19a2015-11-05 18:47:08 -08002995 ra->size = ra->ra_pages;
2996 ra->async_size = ra->ra_pages / 4;
David Howellsdb660d42020-10-15 20:06:31 -07002997 ractl._index = ra->start;
2998 do_page_cache_ra(&ractl, ra->size, ra->async_size);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07002999 return fpin;
Linus Torvaldsef00e082009-06-16 15:31:25 -07003000}
3001
3002/*
3003 * Asynchronous readahead happens when we find the page and PG_readahead,
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003004 * so we want to possibly extend the readahead further. We return the file that
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07003005 * was pinned if we have to drop the mmap_lock in order to do IO.
Linus Torvaldsef00e082009-06-16 15:31:25 -07003006 */
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003007static struct file *do_async_mmap_readahead(struct vm_fault *vmf,
3008 struct page *page)
Linus Torvaldsef00e082009-06-16 15:31:25 -07003009{
Josef Bacik2a1180f2019-03-13 11:44:18 -07003010 struct file *file = vmf->vma->vm_file;
3011 struct file_ra_state *ra = &file->f_ra;
Linus Torvaldsef00e082009-06-16 15:31:25 -07003012 struct address_space *mapping = file->f_mapping;
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003013 struct file *fpin = NULL;
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07003014 unsigned int mmap_miss;
Josef Bacik2a1180f2019-03-13 11:44:18 -07003015 pgoff_t offset = vmf->pgoff;
Linus Torvaldsef00e082009-06-16 15:31:25 -07003016
3017 /* If we don't want any read-ahead, don't bother */
Jan Kara5c72fee2020-04-01 21:04:40 -07003018 if (vmf->vma->vm_flags & VM_RAND_READ || !ra->ra_pages)
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003019 return fpin;
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07003020 mmap_miss = READ_ONCE(ra->mmap_miss);
3021 if (mmap_miss)
3022 WRITE_ONCE(ra->mmap_miss, --mmap_miss);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003023 if (PageReadahead(page)) {
3024 fpin = maybe_unlock_mmap_for_io(vmf, fpin);
Wu Fengguang2fad6f52009-06-16 15:31:29 -07003025 page_cache_async_readahead(mapping, ra, file,
3026 page, offset, ra->ra_pages);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003027 }
3028 return fpin;
Linus Torvaldsef00e082009-06-16 15:31:25 -07003029}
3030
Randy Dunlap485bb992006-06-23 02:03:49 -07003031/**
Nick Piggin54cb8822007-07-19 01:46:59 -07003032 * filemap_fault - read in file data for page fault handling
Nick Piggind0217ac2007-07-19 01:47:03 -07003033 * @vmf: struct vm_fault containing details of the fault
Randy Dunlap485bb992006-06-23 02:03:49 -07003034 *
Nick Piggin54cb8822007-07-19 01:46:59 -07003035 * filemap_fault() is invoked via the vma operations vector for a
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036 * mapped memory region to read in file data during a page fault.
3037 *
3038 * The goto's are kind of ugly, but this streamlines the normal case of having
3039 * it in the page cache, and handles the special cases reasonably without
3040 * having a lot of duplicated code.
Paul Cassella9a95f3c2014-08-06 16:07:24 -07003041 *
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07003042 * vma->vm_mm->mmap_lock must be held on entry.
Paul Cassella9a95f3c2014-08-06 16:07:24 -07003043 *
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07003044 * If our return value has VM_FAULT_RETRY set, it's because the mmap_lock
Yang Shia4985832019-07-11 20:55:29 -07003045 * may be dropped before doing I/O or by lock_page_maybe_drop_mmap().
Paul Cassella9a95f3c2014-08-06 16:07:24 -07003046 *
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07003047 * If our return value does not have VM_FAULT_RETRY set, the mmap_lock
Paul Cassella9a95f3c2014-08-06 16:07:24 -07003048 * has not been released.
3049 *
3050 * We never return with VM_FAULT_RETRY and a bit from VM_FAULT_ERROR set.
Mike Rapoporta862f682019-03-05 15:48:42 -08003051 *
3052 * Return: bitwise-OR of %VM_FAULT_ codes.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053 */
Souptick Joarder2bcd6452018-06-07 17:08:00 -07003054vm_fault_t filemap_fault(struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055{
3056 int error;
Dave Jiang11bac802017-02-24 14:56:41 -08003057 struct file *file = vmf->vma->vm_file;
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003058 struct file *fpin = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059 struct address_space *mapping = file->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060 struct inode *inode = mapping->host;
Linus Torvaldsef00e082009-06-16 15:31:25 -07003061 pgoff_t offset = vmf->pgoff;
Matthew Wilcox9ab25942017-05-03 14:53:29 -07003062 pgoff_t max_off;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063 struct page *page;
Souptick Joarder2bcd6452018-06-07 17:08:00 -07003064 vm_fault_t ret = 0;
Jan Kara730633f2021-01-28 19:19:45 +01003065 bool mapping_locked = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066
Matthew Wilcox9ab25942017-05-03 14:53:29 -07003067 max_off = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE);
3068 if (unlikely(offset >= max_off))
Linus Torvalds5307cc12007-10-31 09:19:46 -07003069 return VM_FAULT_SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071 /*
Johannes Weiner49426422013-10-16 13:46:59 -07003072 * Do we have something in the page cache already?
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073 */
Linus Torvaldsef00e082009-06-16 15:31:25 -07003074 page = find_get_page(mapping, offset);
Jan Kara730633f2021-01-28 19:19:45 +01003075 if (likely(page)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076 /*
Jan Kara730633f2021-01-28 19:19:45 +01003077 * We found the page, so try async readahead before waiting for
3078 * the lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079 */
Jan Kara730633f2021-01-28 19:19:45 +01003080 if (!(vmf->flags & FAULT_FLAG_TRIED))
3081 fpin = do_async_mmap_readahead(vmf, page);
3082 if (unlikely(!PageUptodate(page))) {
3083 filemap_invalidate_lock_shared(mapping);
3084 mapping_locked = true;
3085 }
3086 } else {
Linus Torvaldsef00e082009-06-16 15:31:25 -07003087 /* No page in the page cache at all */
Linus Torvaldsef00e082009-06-16 15:31:25 -07003088 count_vm_event(PGMAJFAULT);
Roman Gushchin22621852017-07-06 15:40:25 -07003089 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT);
Linus Torvaldsef00e082009-06-16 15:31:25 -07003090 ret = VM_FAULT_MAJOR;
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003091 fpin = do_sync_mmap_readahead(vmf);
Linus Torvaldsef00e082009-06-16 15:31:25 -07003092retry_find:
Jan Kara730633f2021-01-28 19:19:45 +01003093 /*
3094 * See comment in filemap_create_page() why we need
3095 * invalidate_lock
3096 */
3097 if (!mapping_locked) {
3098 filemap_invalidate_lock_shared(mapping);
3099 mapping_locked = true;
3100 }
Josef Bacika75d4c32019-03-13 11:44:14 -07003101 page = pagecache_get_page(mapping, offset,
3102 FGP_CREAT|FGP_FOR_MMAP,
3103 vmf->gfp_mask);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003104 if (!page) {
3105 if (fpin)
3106 goto out_retry;
Jan Kara730633f2021-01-28 19:19:45 +01003107 filemap_invalidate_unlock_shared(mapping);
Matthew Wilcox (Oracle)e520e932020-04-01 21:04:53 -07003108 return VM_FAULT_OOM;
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003109 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110 }
3111
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003112 if (!lock_page_maybe_drop_mmap(vmf, page, &fpin))
3113 goto out_retry;
Michel Lespinasseb522c942010-10-26 14:21:56 -07003114
3115 /* Did it get truncated? */
Song Liu585e5a72019-09-23 15:37:44 -07003116 if (unlikely(compound_head(page)->mapping != mapping)) {
Michel Lespinasseb522c942010-10-26 14:21:56 -07003117 unlock_page(page);
3118 put_page(page);
3119 goto retry_find;
3120 }
Song Liu520e5ba2019-09-23 15:37:50 -07003121 VM_BUG_ON_PAGE(page_to_pgoff(page) != offset, page);
Michel Lespinasseb522c942010-10-26 14:21:56 -07003122
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123 /*
Nick Piggind00806b2007-07-19 01:46:57 -07003124 * We have a locked page in the page cache, now we need to check
3125 * that it's up-to-date. If not, it is going to be due to an error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126 */
Jan Kara730633f2021-01-28 19:19:45 +01003127 if (unlikely(!PageUptodate(page))) {
3128 /*
3129 * The page was in cache and uptodate and now it is not.
3130 * Strange but possible since we didn't hold the page lock all
3131 * the time. Let's drop everything get the invalidate lock and
3132 * try again.
3133 */
3134 if (!mapping_locked) {
3135 unlock_page(page);
3136 put_page(page);
3137 goto retry_find;
3138 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139 goto page_not_uptodate;
Jan Kara730633f2021-01-28 19:19:45 +01003140 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141
Linus Torvaldsef00e082009-06-16 15:31:25 -07003142 /*
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07003143 * We've made it this far and we had to drop our mmap_lock, now is the
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003144 * time to return to the upper layer and have it re-find the vma and
3145 * redo the fault.
3146 */
3147 if (fpin) {
3148 unlock_page(page);
3149 goto out_retry;
3150 }
Jan Kara730633f2021-01-28 19:19:45 +01003151 if (mapping_locked)
3152 filemap_invalidate_unlock_shared(mapping);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003153
3154 /*
Linus Torvaldsef00e082009-06-16 15:31:25 -07003155 * Found the page and have a reference on it.
3156 * We must recheck i_size under page lock.
3157 */
Matthew Wilcox9ab25942017-05-03 14:53:29 -07003158 max_off = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE);
3159 if (unlikely(offset >= max_off)) {
Nick Piggind00806b2007-07-19 01:46:57 -07003160 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003161 put_page(page);
Linus Torvalds5307cc12007-10-31 09:19:46 -07003162 return VM_FAULT_SIGBUS;
Nick Piggind00806b2007-07-19 01:46:57 -07003163 }
3164
Nick Piggind0217ac2007-07-19 01:47:03 -07003165 vmf->page = page;
Nick Piggin83c54072007-07-19 01:47:05 -07003166 return ret | VM_FAULT_LOCKED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168page_not_uptodate:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169 /*
3170 * Umm, take care of errors if the page isn't up-to-date.
3171 * Try to re-read it _once_. We do this synchronously,
3172 * because there really aren't any performance issues here
3173 * and we need to check for errors.
3174 */
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003175 fpin = maybe_unlock_mmap_for_io(vmf, fpin);
Matthew Wilcox (Oracle)d31fa862021-04-29 22:55:26 -07003176 error = filemap_read_page(file, mapping, page);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003177 if (fpin)
3178 goto out_retry;
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003179 put_page(page);
Nick Piggind00806b2007-07-19 01:46:57 -07003180
3181 if (!error || error == AOP_TRUNCATED_PAGE)
3182 goto retry_find;
Jan Kara730633f2021-01-28 19:19:45 +01003183 filemap_invalidate_unlock_shared(mapping);
Nick Piggind00806b2007-07-19 01:46:57 -07003184
Nick Piggind0217ac2007-07-19 01:47:03 -07003185 return VM_FAULT_SIGBUS;
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003186
3187out_retry:
3188 /*
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07003189 * We dropped the mmap_lock, we need to return to the fault handler to
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003190 * re-find the vma and come back and find our hopefully still populated
3191 * page.
3192 */
3193 if (page)
3194 put_page(page);
Jan Kara730633f2021-01-28 19:19:45 +01003195 if (mapping_locked)
3196 filemap_invalidate_unlock_shared(mapping);
Josef Bacik6b4c9f42019-03-13 11:44:22 -07003197 if (fpin)
3198 fput(fpin);
3199 return ret | VM_FAULT_RETRY;
Nick Piggin54cb8822007-07-19 01:46:59 -07003200}
3201EXPORT_SYMBOL(filemap_fault);
3202
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003203static bool filemap_map_pmd(struct vm_fault *vmf, struct page *page)
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003204{
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003205 struct mm_struct *mm = vmf->vma->vm_mm;
3206
3207 /* Huge page is mapped? No need to proceed. */
3208 if (pmd_trans_huge(*vmf->pmd)) {
3209 unlock_page(page);
3210 put_page(page);
3211 return true;
3212 }
3213
3214 if (pmd_none(*vmf->pmd) && PageTransHuge(page)) {
3215 vm_fault_t ret = do_set_pmd(vmf, page);
3216 if (!ret) {
3217 /* The page is mapped successfully, reference consumed. */
3218 unlock_page(page);
3219 return true;
3220 }
3221 }
3222
3223 if (pmd_none(*vmf->pmd)) {
3224 vmf->ptl = pmd_lock(mm, vmf->pmd);
3225 if (likely(pmd_none(*vmf->pmd))) {
3226 mm_inc_nr_ptes(mm);
3227 pmd_populate(mm, vmf->pmd, vmf->prealloc_pte);
3228 vmf->prealloc_pte = NULL;
3229 }
3230 spin_unlock(vmf->ptl);
3231 }
3232
3233 /* See comment in handle_pte_fault() */
3234 if (pmd_devmap_trans_unstable(vmf->pmd)) {
3235 unlock_page(page);
3236 put_page(page);
3237 return true;
3238 }
3239
3240 return false;
3241}
3242
3243static struct page *next_uptodate_page(struct page *page,
3244 struct address_space *mapping,
3245 struct xa_state *xas, pgoff_t end_pgoff)
3246{
3247 unsigned long max_idx;
3248
3249 do {
3250 if (!page)
3251 return NULL;
3252 if (xas_retry(xas, page))
3253 continue;
3254 if (xa_is_value(page))
3255 continue;
3256 if (PageLocked(page))
3257 continue;
3258 if (!page_cache_get_speculative(page))
3259 continue;
3260 /* Has the page moved or been split? */
3261 if (unlikely(page != xas_reload(xas)))
3262 goto skip;
3263 if (!PageUptodate(page) || PageReadahead(page))
3264 goto skip;
3265 if (PageHWPoison(page))
3266 goto skip;
3267 if (!trylock_page(page))
3268 goto skip;
3269 if (page->mapping != mapping)
3270 goto unlock;
3271 if (!PageUptodate(page))
3272 goto unlock;
3273 max_idx = DIV_ROUND_UP(i_size_read(mapping->host), PAGE_SIZE);
3274 if (xas->xa_index >= max_idx)
3275 goto unlock;
3276 return page;
3277unlock:
3278 unlock_page(page);
3279skip:
3280 put_page(page);
3281 } while ((page = xas_next_entry(xas, end_pgoff)) != NULL);
3282
3283 return NULL;
3284}
3285
3286static inline struct page *first_map_page(struct address_space *mapping,
3287 struct xa_state *xas,
3288 pgoff_t end_pgoff)
3289{
3290 return next_uptodate_page(xas_find(xas, end_pgoff),
3291 mapping, xas, end_pgoff);
3292}
3293
3294static inline struct page *next_map_page(struct address_space *mapping,
3295 struct xa_state *xas,
3296 pgoff_t end_pgoff)
3297{
3298 return next_uptodate_page(xas_next_entry(xas, end_pgoff),
3299 mapping, xas, end_pgoff);
3300}
3301
3302vm_fault_t filemap_map_pages(struct vm_fault *vmf,
3303 pgoff_t start_pgoff, pgoff_t end_pgoff)
3304{
3305 struct vm_area_struct *vma = vmf->vma;
3306 struct file *file = vma->vm_file;
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003307 struct address_space *mapping = file->f_mapping;
Kirill A. Shutemovbae473a2016-07-26 15:25:20 -07003308 pgoff_t last_pgoff = start_pgoff;
Will Deacon9d3af4b2021-01-14 15:24:19 +00003309 unsigned long addr;
Matthew Wilcox070e8072018-05-17 00:08:30 -04003310 XA_STATE(xas, &mapping->i_pages, start_pgoff);
Matthew Wilcox (Oracle)27a83a62020-10-13 16:51:44 -07003311 struct page *head, *page;
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07003312 unsigned int mmap_miss = READ_ONCE(file->f_ra.mmap_miss);
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003313 vm_fault_t ret = 0;
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003314
3315 rcu_read_lock();
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003316 head = first_map_page(mapping, &xas, end_pgoff);
3317 if (!head)
3318 goto out;
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003319
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003320 if (filemap_map_pmd(vmf, head)) {
3321 ret = VM_FAULT_NOPAGE;
3322 goto out;
3323 }
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003324
Will Deacon9d3af4b2021-01-14 15:24:19 +00003325 addr = vma->vm_start + ((start_pgoff - vma->vm_pgoff) << PAGE_SHIFT);
3326 vmf->pte = pte_offset_map_lock(vma->vm_mm, vmf->pmd, addr, &vmf->ptl);
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003327 do {
Matthew Wilcox (Oracle)27a83a62020-10-13 16:51:44 -07003328 page = find_subpage(head, xas.xa_index);
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003329 if (PageHWPoison(page))
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003330 goto unlock;
3331
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07003332 if (mmap_miss > 0)
3333 mmap_miss--;
Kirill A. Shutemov7267ec002016-07-26 15:25:23 -07003334
Will Deacon9d3af4b2021-01-14 15:24:19 +00003335 addr += (xas.xa_index - last_pgoff) << PAGE_SHIFT;
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003336 vmf->pte += xas.xa_index - last_pgoff;
Matthew Wilcox070e8072018-05-17 00:08:30 -04003337 last_pgoff = xas.xa_index;
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003338
3339 if (!pte_none(*vmf->pte))
Kirill A. Shutemov7267ec002016-07-26 15:25:23 -07003340 goto unlock;
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003341
Will Deacon46bdb422020-11-24 18:48:26 +00003342 /* We're about to handle the fault */
Will Deacon9d3af4b2021-01-14 15:24:19 +00003343 if (vmf->address == addr)
Will Deacon46bdb422020-11-24 18:48:26 +00003344 ret = VM_FAULT_NOPAGE;
Will Deacon46bdb422020-11-24 18:48:26 +00003345
Will Deacon9d3af4b2021-01-14 15:24:19 +00003346 do_set_pte(vmf, page, addr);
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003347 /* no need to invalidate: a not-present page won't be cached */
Will Deacon9d3af4b2021-01-14 15:24:19 +00003348 update_mmu_cache(vma, addr, vmf->pte);
Matthew Wilcox (Oracle)27a83a62020-10-13 16:51:44 -07003349 unlock_page(head);
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003350 continue;
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003351unlock:
Matthew Wilcox (Oracle)27a83a62020-10-13 16:51:44 -07003352 unlock_page(head);
Matthew Wilcox (Oracle)27a83a62020-10-13 16:51:44 -07003353 put_page(head);
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003354 } while ((head = next_map_page(mapping, &xas, end_pgoff)) != NULL);
3355 pte_unmap_unlock(vmf->pte, vmf->ptl);
3356out:
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003357 rcu_read_unlock();
Kirill A. Shutemove630bfa2020-08-14 17:31:27 -07003358 WRITE_ONCE(file->f_ra.mmap_miss, mmap_miss);
Kirill A. Shutemovf9ce0be2020-12-19 15:19:23 +03003359 return ret;
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003360}
3361EXPORT_SYMBOL(filemap_map_pages);
3362
Souptick Joarder2bcd6452018-06-07 17:08:00 -07003363vm_fault_t filemap_page_mkwrite(struct vm_fault *vmf)
Jan Kara4fcf1c62012-06-12 16:20:29 +02003364{
Christoph Hellwig5df1a672020-11-16 14:33:37 +01003365 struct address_space *mapping = vmf->vma->vm_file->f_mapping;
Jan Kara4fcf1c62012-06-12 16:20:29 +02003366 struct page *page = vmf->page;
Souptick Joarder2bcd6452018-06-07 17:08:00 -07003367 vm_fault_t ret = VM_FAULT_LOCKED;
Jan Kara4fcf1c62012-06-12 16:20:29 +02003368
Christoph Hellwig5df1a672020-11-16 14:33:37 +01003369 sb_start_pagefault(mapping->host->i_sb);
Dave Jiang11bac802017-02-24 14:56:41 -08003370 file_update_time(vmf->vma->vm_file);
Jan Kara4fcf1c62012-06-12 16:20:29 +02003371 lock_page(page);
Christoph Hellwig5df1a672020-11-16 14:33:37 +01003372 if (page->mapping != mapping) {
Jan Kara4fcf1c62012-06-12 16:20:29 +02003373 unlock_page(page);
3374 ret = VM_FAULT_NOPAGE;
3375 goto out;
3376 }
Jan Kara14da9202012-06-12 16:20:37 +02003377 /*
3378 * We mark the page dirty already here so that when freeze is in
3379 * progress, we are guaranteed that writeback during freezing will
3380 * see the dirty page and writeprotect it again.
3381 */
3382 set_page_dirty(page);
Darrick J. Wong1d1d1a72013-02-21 16:42:51 -08003383 wait_for_stable_page(page);
Jan Kara4fcf1c62012-06-12 16:20:29 +02003384out:
Christoph Hellwig5df1a672020-11-16 14:33:37 +01003385 sb_end_pagefault(mapping->host->i_sb);
Jan Kara4fcf1c62012-06-12 16:20:29 +02003386 return ret;
3387}
Jan Kara4fcf1c62012-06-12 16:20:29 +02003388
Alexey Dobriyanf0f37e2f2009-09-27 22:29:37 +04003389const struct vm_operations_struct generic_file_vm_ops = {
Nick Piggin54cb8822007-07-19 01:46:59 -07003390 .fault = filemap_fault,
Kirill A. Shutemovf1820362014-04-07 15:37:19 -07003391 .map_pages = filemap_map_pages,
Jan Kara4fcf1c62012-06-12 16:20:29 +02003392 .page_mkwrite = filemap_page_mkwrite,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393};
3394
3395/* This is used for a general mmap of a disk file */
3396
Zhiyuan Dai68d68ff2021-05-04 18:40:12 -07003397int generic_file_mmap(struct file *file, struct vm_area_struct *vma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398{
3399 struct address_space *mapping = file->f_mapping;
3400
3401 if (!mapping->a_ops->readpage)
3402 return -ENOEXEC;
3403 file_accessed(file);
3404 vma->vm_ops = &generic_file_vm_ops;
3405 return 0;
3406}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407
3408/*
3409 * This is for filesystems which do not implement ->writepage.
3410 */
3411int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma)
3412{
3413 if ((vma->vm_flags & VM_SHARED) && (vma->vm_flags & VM_MAYWRITE))
3414 return -EINVAL;
3415 return generic_file_mmap(file, vma);
3416}
3417#else
Souptick Joarder4b96a372018-10-26 15:04:03 -07003418vm_fault_t filemap_page_mkwrite(struct vm_fault *vmf)
Arnd Bergmann453972282018-04-13 15:35:27 -07003419{
Souptick Joarder4b96a372018-10-26 15:04:03 -07003420 return VM_FAULT_SIGBUS;
Arnd Bergmann453972282018-04-13 15:35:27 -07003421}
Zhiyuan Dai68d68ff2021-05-04 18:40:12 -07003422int generic_file_mmap(struct file *file, struct vm_area_struct *vma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423{
3424 return -ENOSYS;
3425}
Zhiyuan Dai68d68ff2021-05-04 18:40:12 -07003426int generic_file_readonly_mmap(struct file *file, struct vm_area_struct *vma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427{
3428 return -ENOSYS;
3429}
3430#endif /* CONFIG_MMU */
3431
Arnd Bergmann453972282018-04-13 15:35:27 -07003432EXPORT_SYMBOL(filemap_page_mkwrite);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433EXPORT_SYMBOL(generic_file_mmap);
3434EXPORT_SYMBOL(generic_file_readonly_mmap);
3435
Sasha Levin67f9fd92014-04-03 14:48:18 -07003436static struct page *wait_on_page_read(struct page *page)
3437{
3438 if (!IS_ERR(page)) {
3439 wait_on_page_locked(page);
3440 if (!PageUptodate(page)) {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003441 put_page(page);
Sasha Levin67f9fd92014-04-03 14:48:18 -07003442 page = ERR_PTR(-EIO);
3443 }
3444 }
3445 return page;
3446}
3447
Mel Gorman32b63522016-03-15 14:55:36 -07003448static struct page *do_read_cache_page(struct address_space *mapping,
Fengguang Wu57f6b962007-10-16 01:24:37 -07003449 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07003450 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003451 void *data,
3452 gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453{
Nick Piggineb2be182007-10-16 01:24:57 -07003454 struct page *page;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455 int err;
3456repeat:
3457 page = find_get_page(mapping, index);
3458 if (!page) {
Mel Gorman453f85d2017-11-15 17:38:03 -08003459 page = __page_cache_alloc(gfp);
Nick Piggineb2be182007-10-16 01:24:57 -07003460 if (!page)
3461 return ERR_PTR(-ENOMEM);
Dave Kleikampe6f67b82011-12-21 11:05:48 -06003462 err = add_to_page_cache_lru(page, mapping, index, gfp);
Nick Piggineb2be182007-10-16 01:24:57 -07003463 if (unlikely(err)) {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003464 put_page(page);
Nick Piggineb2be182007-10-16 01:24:57 -07003465 if (err == -EEXIST)
3466 goto repeat;
Matthew Wilcox22ecdb42017-12-04 04:02:00 -05003467 /* Presumably ENOMEM for xarray node */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468 return ERR_PTR(err);
3469 }
Mel Gorman32b63522016-03-15 14:55:36 -07003470
3471filler:
Christoph Hellwig6c45b452019-07-11 20:55:20 -07003472 if (filler)
3473 err = filler(data, page);
3474 else
3475 err = mapping->a_ops->readpage(data, page);
3476
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477 if (err < 0) {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003478 put_page(page);
Mel Gorman32b63522016-03-15 14:55:36 -07003479 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480 }
Mel Gorman32b63522016-03-15 14:55:36 -07003481
3482 page = wait_on_page_read(page);
3483 if (IS_ERR(page))
3484 return page;
3485 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487 if (PageUptodate(page))
3488 goto out;
3489
Mel Gormanebded022016-03-15 14:55:39 -07003490 /*
Miaohe Lin0e9aa672020-10-15 20:09:58 -07003491 * Page is not up to date and may be locked due to one of the following
Mel Gormanebded022016-03-15 14:55:39 -07003492 * case a: Page is being filled and the page lock is held
3493 * case b: Read/write error clearing the page uptodate status
3494 * case c: Truncation in progress (page locked)
3495 * case d: Reclaim in progress
3496 *
3497 * Case a, the page will be up to date when the page is unlocked.
3498 * There is no need to serialise on the page lock here as the page
3499 * is pinned so the lock gives no additional protection. Even if the
Randy Dunlapce89fddf2020-08-11 18:32:53 -07003500 * page is truncated, the data is still valid if PageUptodate as
Mel Gormanebded022016-03-15 14:55:39 -07003501 * it's a race vs truncate race.
3502 * Case b, the page will not be up to date
3503 * Case c, the page may be truncated but in itself, the data may still
3504 * be valid after IO completes as it's a read vs truncate race. The
3505 * operation must restart if the page is not uptodate on unlock but
3506 * otherwise serialising on page lock to stabilise the mapping gives
3507 * no additional guarantees to the caller as the page lock is
3508 * released before return.
3509 * Case d, similar to truncation. If reclaim holds the page lock, it
3510 * will be a race with remove_mapping that determines if the mapping
3511 * is valid on unlock but otherwise the data is valid and there is
3512 * no need to serialise with page lock.
3513 *
3514 * As the page lock gives no additional guarantee, we optimistically
3515 * wait on the page to be unlocked and check if it's up to date and
3516 * use the page if it is. Otherwise, the page lock is required to
3517 * distinguish between the different cases. The motivation is that we
3518 * avoid spurious serialisations and wakeups when multiple processes
3519 * wait on the same page for IO to complete.
3520 */
3521 wait_on_page_locked(page);
3522 if (PageUptodate(page))
3523 goto out;
3524
3525 /* Distinguish between all the cases under the safety of the lock */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526 lock_page(page);
Mel Gormanebded022016-03-15 14:55:39 -07003527
3528 /* Case c or d, restart the operation */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529 if (!page->mapping) {
3530 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003531 put_page(page);
Mel Gorman32b63522016-03-15 14:55:36 -07003532 goto repeat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533 }
Mel Gormanebded022016-03-15 14:55:39 -07003534
3535 /* Someone else locked and filled the page in a very small window */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536 if (PageUptodate(page)) {
3537 unlock_page(page);
3538 goto out;
3539 }
Xianting Tianfaffdfa2020-04-01 21:04:47 -07003540
3541 /*
3542 * A previous I/O error may have been due to temporary
3543 * failures.
3544 * Clear page error before actual read, PG_error will be
3545 * set again if read page fails.
3546 */
3547 ClearPageError(page);
Mel Gorman32b63522016-03-15 14:55:36 -07003548 goto filler;
3549
David Howellsc855ff32007-05-09 13:42:20 +01003550out:
Nick Piggin6fe69002007-05-06 14:49:04 -07003551 mark_page_accessed(page);
3552 return page;
3553}
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003554
3555/**
Sasha Levin67f9fd92014-04-03 14:48:18 -07003556 * read_cache_page - read into page cache, fill it if needed
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003557 * @mapping: the page's address_space
3558 * @index: the page index
3559 * @filler: function to perform the read
Hugh Dickins5e5358e2011-07-25 17:12:23 -07003560 * @data: first arg to filler(data, page) function, often left as NULL
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003561 *
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003562 * Read into the page cache. If a page already exists, and PageUptodate() is
Sasha Levin67f9fd92014-04-03 14:48:18 -07003563 * not set, try to fill the page and wait for it to become unlocked.
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003564 *
3565 * If the page does not get brought uptodate, return -EIO.
Mike Rapoporta862f682019-03-05 15:48:42 -08003566 *
Jan Kara730633f2021-01-28 19:19:45 +01003567 * The function expects mapping->invalidate_lock to be already held.
3568 *
Mike Rapoporta862f682019-03-05 15:48:42 -08003569 * Return: up to date page on success, ERR_PTR() on failure.
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003570 */
Sasha Levin67f9fd92014-04-03 14:48:18 -07003571struct page *read_cache_page(struct address_space *mapping,
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003572 pgoff_t index,
Hugh Dickins5e5358e2011-07-25 17:12:23 -07003573 int (*filler)(void *, struct page *),
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003574 void *data)
3575{
Christoph Hellwigd322a8e2019-07-11 20:55:17 -07003576 return do_read_cache_page(mapping, index, filler, data,
3577 mapping_gfp_mask(mapping));
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003578}
Sasha Levin67f9fd92014-04-03 14:48:18 -07003579EXPORT_SYMBOL(read_cache_page);
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003580
3581/**
3582 * read_cache_page_gfp - read into page cache, using specified page allocation flags.
3583 * @mapping: the page's address_space
3584 * @index: the page index
3585 * @gfp: the page allocator flags to use if allocating
3586 *
3587 * This is the same as "read_mapping_page(mapping, index, NULL)", but with
Dave Kleikampe6f67b82011-12-21 11:05:48 -06003588 * any new page allocations done using the specified allocation flags.
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003589 *
3590 * If the page does not get brought uptodate, return -EIO.
Mike Rapoporta862f682019-03-05 15:48:42 -08003591 *
Jan Kara730633f2021-01-28 19:19:45 +01003592 * The function expects mapping->invalidate_lock to be already held.
3593 *
Mike Rapoporta862f682019-03-05 15:48:42 -08003594 * Return: up to date page on success, ERR_PTR() on failure.
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003595 */
3596struct page *read_cache_page_gfp(struct address_space *mapping,
3597 pgoff_t index,
3598 gfp_t gfp)
3599{
Christoph Hellwig6c45b452019-07-11 20:55:20 -07003600 return do_read_cache_page(mapping, index, NULL, NULL, gfp);
Linus Torvalds0531b2a2010-01-27 09:20:03 -08003601}
3602EXPORT_SYMBOL(read_cache_page_gfp);
3603
Nick Pigginafddba42007-10-16 01:25:01 -07003604int pagecache_write_begin(struct file *file, struct address_space *mapping,
3605 loff_t pos, unsigned len, unsigned flags,
3606 struct page **pagep, void **fsdata)
3607{
3608 const struct address_space_operations *aops = mapping->a_ops;
3609
Nick Piggin4e02ed42008-10-29 14:00:55 -07003610 return aops->write_begin(file, mapping, pos, len, flags,
Nick Pigginafddba42007-10-16 01:25:01 -07003611 pagep, fsdata);
Nick Pigginafddba42007-10-16 01:25:01 -07003612}
3613EXPORT_SYMBOL(pagecache_write_begin);
3614
3615int pagecache_write_end(struct file *file, struct address_space *mapping,
3616 loff_t pos, unsigned len, unsigned copied,
3617 struct page *page, void *fsdata)
3618{
3619 const struct address_space_operations *aops = mapping->a_ops;
Nick Pigginafddba42007-10-16 01:25:01 -07003620
Nick Piggin4e02ed42008-10-29 14:00:55 -07003621 return aops->write_end(file, mapping, pos, len, copied, page, fsdata);
Nick Pigginafddba42007-10-16 01:25:01 -07003622}
3623EXPORT_SYMBOL(pagecache_write_end);
3624
Konstantin Khlebnikova92853b2019-11-30 17:49:44 -08003625/*
3626 * Warn about a page cache invalidation failure during a direct I/O write.
3627 */
3628void dio_warn_stale_pagecache(struct file *filp)
3629{
3630 static DEFINE_RATELIMIT_STATE(_rs, 86400 * HZ, DEFAULT_RATELIMIT_BURST);
3631 char pathname[128];
Konstantin Khlebnikova92853b2019-11-30 17:49:44 -08003632 char *path;
3633
Christoph Hellwig5df1a672020-11-16 14:33:37 +01003634 errseq_set(&filp->f_mapping->wb_err, -EIO);
Konstantin Khlebnikova92853b2019-11-30 17:49:44 -08003635 if (__ratelimit(&_rs)) {
3636 path = file_path(filp, pathname, sizeof(pathname));
3637 if (IS_ERR(path))
3638 path = "(unknown)";
3639 pr_crit("Page cache invalidation failure on direct I/O. Possible data corruption due to collision with buffered I/O!\n");
3640 pr_crit("File: %s PID: %d Comm: %.20s\n", path, current->pid,
3641 current->comm);
3642 }
3643}
3644
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645ssize_t
Christoph Hellwig1af5bb42016-04-07 08:51:56 -07003646generic_file_direct_write(struct kiocb *iocb, struct iov_iter *from)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647{
3648 struct file *file = iocb->ki_filp;
3649 struct address_space *mapping = file->f_mapping;
3650 struct inode *inode = mapping->host;
Christoph Hellwig1af5bb42016-04-07 08:51:56 -07003651 loff_t pos = iocb->ki_pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652 ssize_t written;
Christoph Hellwiga969e902008-07-23 21:27:04 -07003653 size_t write_len;
3654 pgoff_t end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655
Al Viro0c949332014-03-22 06:51:37 -04003656 write_len = iov_iter_count(from);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003657 end = (pos + write_len - 1) >> PAGE_SHIFT;
Christoph Hellwiga969e902008-07-23 21:27:04 -07003658
Goldwyn Rodrigues6be96d32017-06-20 07:05:44 -05003659 if (iocb->ki_flags & IOCB_NOWAIT) {
3660 /* If there are pages to writeback, return */
Christoph Hellwig5df1a672020-11-16 14:33:37 +01003661 if (filemap_range_has_page(file->f_mapping, pos,
zhengbin35f12f02019-03-05 15:44:21 -08003662 pos + write_len - 1))
Goldwyn Rodrigues6be96d32017-06-20 07:05:44 -05003663 return -EAGAIN;
3664 } else {
3665 written = filemap_write_and_wait_range(mapping, pos,
3666 pos + write_len - 1);
3667 if (written)
3668 goto out;
3669 }
Christoph Hellwiga969e902008-07-23 21:27:04 -07003670
3671 /*
3672 * After a write we want buffered reads to be sure to go to disk to get
3673 * the new data. We invalidate clean cached page from the region we're
3674 * about to write. We do this *before* the write so that we can return
Hisashi Hifumi6ccfa802008-09-02 14:35:40 -07003675 * without clobbering -EIOCBQUEUED from ->direct_IO().
Christoph Hellwiga969e902008-07-23 21:27:04 -07003676 */
Andrey Ryabinin55635ba2017-05-03 14:55:59 -07003677 written = invalidate_inode_pages2_range(mapping,
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003678 pos >> PAGE_SHIFT, end);
Andrey Ryabinin55635ba2017-05-03 14:55:59 -07003679 /*
3680 * If a page can not be invalidated, return 0 to fall back
3681 * to buffered write.
3682 */
3683 if (written) {
3684 if (written == -EBUSY)
3685 return 0;
3686 goto out;
Christoph Hellwiga969e902008-07-23 21:27:04 -07003687 }
3688
Al Viro639a93a52017-04-13 14:10:15 -04003689 written = mapping->a_ops->direct_IO(iocb, from);
Christoph Hellwiga969e902008-07-23 21:27:04 -07003690
3691 /*
3692 * Finally, try again to invalidate clean pages which might have been
3693 * cached by non-direct readahead, or faulted in by get_user_pages()
3694 * if the source of the write was an mmap'ed region of the file
3695 * we're writing. Either one is a pretty crazy thing to do,
3696 * so we don't support it 100%. If this invalidation
3697 * fails, tough, the write still worked...
Lukas Czerner332391a2017-09-21 08:16:29 -06003698 *
3699 * Most of the time we do not need this since dio_complete() will do
3700 * the invalidation for us. However there are some file systems that
3701 * do not end up with dio_complete() being called, so let's not break
Konstantin Khlebnikov80c1fe92019-11-30 17:49:41 -08003702 * them by removing it completely.
3703 *
Konstantin Khlebnikov9266a142019-11-30 17:49:47 -08003704 * Noticeable example is a blkdev_direct_IO().
3705 *
Konstantin Khlebnikov80c1fe92019-11-30 17:49:41 -08003706 * Skip invalidation for async writes or if mapping has no pages.
Christoph Hellwiga969e902008-07-23 21:27:04 -07003707 */
Konstantin Khlebnikov9266a142019-11-30 17:49:47 -08003708 if (written > 0 && mapping->nrpages &&
3709 invalidate_inode_pages2_range(mapping, pos >> PAGE_SHIFT, end))
3710 dio_warn_stale_pagecache(file);
Christoph Hellwiga969e902008-07-23 21:27:04 -07003711
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712 if (written > 0) {
Namhyung Kim01166512010-10-26 14:21:58 -07003713 pos += written;
Al Viro639a93a52017-04-13 14:10:15 -04003714 write_len -= written;
Namhyung Kim01166512010-10-26 14:21:58 -07003715 if (pos > i_size_read(inode) && !S_ISBLK(inode->i_mode)) {
3716 i_size_write(inode, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717 mark_inode_dirty(inode);
3718 }
Al Viro5cb6c6c2014-02-11 20:58:20 -05003719 iocb->ki_pos = pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720 }
Pavel Begunkovab2125d2021-02-24 12:01:45 -08003721 if (written != -EIOCBQUEUED)
3722 iov_iter_revert(from, write_len - iov_iter_count(from));
Christoph Hellwiga969e902008-07-23 21:27:04 -07003723out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724 return written;
3725}
3726EXPORT_SYMBOL(generic_file_direct_write);
3727
Nick Piggineb2be182007-10-16 01:24:57 -07003728/*
3729 * Find or create a page at the given pagecache position. Return the locked
3730 * page. This function is specifically for buffered writes.
3731 */
Nick Piggin54566b22009-01-04 12:00:53 -08003732struct page *grab_cache_page_write_begin(struct address_space *mapping,
3733 pgoff_t index, unsigned flags)
Nick Piggineb2be182007-10-16 01:24:57 -07003734{
Nick Piggineb2be182007-10-16 01:24:57 -07003735 struct page *page;
Johannes Weinerbbddabe2016-05-20 16:56:28 -07003736 int fgp_flags = FGP_LOCK|FGP_WRITE|FGP_CREAT;
Johannes Weiner0faa70c2012-01-10 15:07:53 -08003737
Nick Piggin54566b22009-01-04 12:00:53 -08003738 if (flags & AOP_FLAG_NOFS)
Mel Gorman2457aec2014-06-04 16:10:31 -07003739 fgp_flags |= FGP_NOFS;
Nick Piggineb2be182007-10-16 01:24:57 -07003740
Mel Gorman2457aec2014-06-04 16:10:31 -07003741 page = pagecache_get_page(mapping, index, fgp_flags,
Michal Hocko45f87de2014-12-29 20:30:35 +01003742 mapping_gfp_mask(mapping));
Mel Gorman2457aec2014-06-04 16:10:31 -07003743 if (page)
3744 wait_for_stable_page(page);
3745
Nick Piggineb2be182007-10-16 01:24:57 -07003746 return page;
3747}
Nick Piggin54566b22009-01-04 12:00:53 -08003748EXPORT_SYMBOL(grab_cache_page_write_begin);
Nick Piggineb2be182007-10-16 01:24:57 -07003749
Al Viro3b93f912014-02-11 21:34:08 -05003750ssize_t generic_perform_write(struct file *file,
Nick Pigginafddba42007-10-16 01:25:01 -07003751 struct iov_iter *i, loff_t pos)
3752{
3753 struct address_space *mapping = file->f_mapping;
3754 const struct address_space_operations *a_ops = mapping->a_ops;
3755 long status = 0;
3756 ssize_t written = 0;
Nick Piggin674b8922007-10-16 01:25:03 -07003757 unsigned int flags = 0;
3758
Nick Pigginafddba42007-10-16 01:25:01 -07003759 do {
3760 struct page *page;
Nick Pigginafddba42007-10-16 01:25:01 -07003761 unsigned long offset; /* Offset into pagecache page */
3762 unsigned long bytes; /* Bytes to write to page */
3763 size_t copied; /* Bytes copied from user */
3764 void *fsdata;
3765
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003766 offset = (pos & (PAGE_SIZE - 1));
3767 bytes = min_t(unsigned long, PAGE_SIZE - offset,
Nick Pigginafddba42007-10-16 01:25:01 -07003768 iov_iter_count(i));
3769
3770again:
Linus Torvalds00a3d662015-10-07 08:32:38 +01003771 /*
3772 * Bring in the user page that we will copy from _first_.
3773 * Otherwise there's a nasty deadlock on copying from the
3774 * same page as we're writing to, without it being marked
3775 * up-to-date.
Linus Torvalds00a3d662015-10-07 08:32:38 +01003776 */
3777 if (unlikely(iov_iter_fault_in_readable(i, bytes))) {
3778 status = -EFAULT;
3779 break;
3780 }
3781
Jan Kara296291c2015-10-22 13:32:21 -07003782 if (fatal_signal_pending(current)) {
3783 status = -EINTR;
3784 break;
3785 }
3786
Nick Piggin674b8922007-10-16 01:25:03 -07003787 status = a_ops->write_begin(file, mapping, pos, bytes, flags,
Nick Pigginafddba42007-10-16 01:25:01 -07003788 &page, &fsdata);
Mel Gorman2457aec2014-06-04 16:10:31 -07003789 if (unlikely(status < 0))
Nick Pigginafddba42007-10-16 01:25:01 -07003790 break;
3791
anfei zhou931e80e2010-02-02 13:44:02 -08003792 if (mapping_writably_mapped(mapping))
3793 flush_dcache_page(page);
Linus Torvalds00a3d662015-10-07 08:32:38 +01003794
Al Virof0b65f32021-04-30 10:26:41 -04003795 copied = copy_page_from_iter_atomic(page, offset, bytes, i);
Nick Pigginafddba42007-10-16 01:25:01 -07003796 flush_dcache_page(page);
3797
3798 status = a_ops->write_end(file, mapping, pos, bytes, copied,
3799 page, fsdata);
Al Virof0b65f32021-04-30 10:26:41 -04003800 if (unlikely(status != copied)) {
3801 iov_iter_revert(i, copied - max(status, 0L));
3802 if (unlikely(status < 0))
3803 break;
3804 }
Nick Pigginafddba42007-10-16 01:25:01 -07003805 cond_resched();
3806
Al Virobc1bb412021-05-31 00:32:44 -04003807 if (unlikely(status == 0)) {
Nick Pigginafddba42007-10-16 01:25:01 -07003808 /*
Al Virobc1bb412021-05-31 00:32:44 -04003809 * A short copy made ->write_end() reject the
3810 * thing entirely. Might be memory poisoning
3811 * halfway through, might be a race with munmap,
3812 * might be severe memory pressure.
Nick Pigginafddba42007-10-16 01:25:01 -07003813 */
Al Virobc1bb412021-05-31 00:32:44 -04003814 if (copied)
3815 bytes = copied;
Nick Pigginafddba42007-10-16 01:25:01 -07003816 goto again;
3817 }
Al Virof0b65f32021-04-30 10:26:41 -04003818 pos += status;
3819 written += status;
Nick Pigginafddba42007-10-16 01:25:01 -07003820
3821 balance_dirty_pages_ratelimited(mapping);
Nick Pigginafddba42007-10-16 01:25:01 -07003822 } while (iov_iter_count(i));
3823
3824 return written ? written : status;
3825}
Al Viro3b93f912014-02-11 21:34:08 -05003826EXPORT_SYMBOL(generic_perform_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827
Jan Karae4dd9de2009-08-17 18:10:06 +02003828/**
Al Viro81742022014-04-03 03:17:43 -04003829 * __generic_file_write_iter - write data to a file
Jan Karae4dd9de2009-08-17 18:10:06 +02003830 * @iocb: IO state structure (file, offset, etc.)
Al Viro81742022014-04-03 03:17:43 -04003831 * @from: iov_iter with data to write
Jan Karae4dd9de2009-08-17 18:10:06 +02003832 *
3833 * This function does all the work needed for actually writing data to a
3834 * file. It does all basic checks, removes SUID from the file, updates
3835 * modification times and calls proper subroutines depending on whether we
3836 * do direct IO or a standard buffered write.
3837 *
Jan Kara96087032021-04-12 15:50:21 +02003838 * It expects i_rwsem to be grabbed unless we work on a block device or similar
Jan Karae4dd9de2009-08-17 18:10:06 +02003839 * object which does not need locking at all.
3840 *
3841 * This function does *not* take care of syncing data in case of O_SYNC write.
3842 * A caller has to handle it. This is mainly due to the fact that we want to
Jan Kara96087032021-04-12 15:50:21 +02003843 * avoid syncing under i_rwsem.
Mike Rapoporta862f682019-03-05 15:48:42 -08003844 *
3845 * Return:
3846 * * number of bytes written, even for truncated writes
3847 * * negative error code if no data has been written at all
Jan Karae4dd9de2009-08-17 18:10:06 +02003848 */
Al Viro81742022014-04-03 03:17:43 -04003849ssize_t __generic_file_write_iter(struct kiocb *iocb, struct iov_iter *from)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850{
3851 struct file *file = iocb->ki_filp;
Zhiyuan Dai68d68ff2021-05-04 18:40:12 -07003852 struct address_space *mapping = file->f_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853 struct inode *inode = mapping->host;
Al Viro3b93f912014-02-11 21:34:08 -05003854 ssize_t written = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855 ssize_t err;
Al Viro3b93f912014-02-11 21:34:08 -05003856 ssize_t status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858 /* We can write back this queue in page reclaim */
Christoph Hellwigde1414a2015-01-14 10:42:36 +01003859 current->backing_dev_info = inode_to_bdi(inode);
Jan Kara5fa8e0a2015-05-21 16:05:53 +02003860 err = file_remove_privs(file);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861 if (err)
3862 goto out;
3863
Josef Bacikc3b2da32012-03-26 09:59:21 -04003864 err = file_update_time(file);
3865 if (err)
3866 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867
Al Viro2ba48ce2015-04-09 13:52:01 -04003868 if (iocb->ki_flags & IOCB_DIRECT) {
Al Viro0b8def92015-04-07 10:22:53 -04003869 loff_t pos, endbyte;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003870
Christoph Hellwig1af5bb42016-04-07 08:51:56 -07003871 written = generic_file_direct_write(iocb, from);
Matthew Wilcoxfbbbad42015-02-16 15:58:53 -08003872 /*
3873 * If the write stopped short of completing, fall back to
3874 * buffered writes. Some filesystems do this for writes to
3875 * holes, for example. For DAX files, a buffered write will
3876 * not succeed (even if it did, DAX does not handle dirty
3877 * page-cache pages correctly).
3878 */
Al Viro0b8def92015-04-07 10:22:53 -04003879 if (written < 0 || !iov_iter_count(from) || IS_DAX(inode))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880 goto out;
Al Viro3b93f912014-02-11 21:34:08 -05003881
Al Viro0b8def92015-04-07 10:22:53 -04003882 status = generic_perform_write(file, from, pos = iocb->ki_pos);
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003883 /*
Al Viro3b93f912014-02-11 21:34:08 -05003884 * If generic_perform_write() returned a synchronous error
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003885 * then we want to return the number of bytes which were
3886 * direct-written, or the error code if that was zero. Note
3887 * that this differs from normal direct-io semantics, which
3888 * will return -EFOO even if some bytes were written.
3889 */
Al Viro60bb4522014-08-08 12:39:16 -04003890 if (unlikely(status < 0)) {
Al Viro3b93f912014-02-11 21:34:08 -05003891 err = status;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003892 goto out;
3893 }
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003894 /*
3895 * We need to ensure that the page cache pages are written to
3896 * disk and invalidated to preserve the expected O_DIRECT
3897 * semantics.
3898 */
Al Viro3b93f912014-02-11 21:34:08 -05003899 endbyte = pos + status - 1;
Al Viro0b8def92015-04-07 10:22:53 -04003900 err = filemap_write_and_wait_range(mapping, pos, endbyte);
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003901 if (err == 0) {
Al Viro0b8def92015-04-07 10:22:53 -04003902 iocb->ki_pos = endbyte + 1;
Al Viro3b93f912014-02-11 21:34:08 -05003903 written += status;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003904 invalidate_mapping_pages(mapping,
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003905 pos >> PAGE_SHIFT,
3906 endbyte >> PAGE_SHIFT);
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003907 } else {
3908 /*
3909 * We don't know how much we wrote, so just return
3910 * the number of bytes which were direct-written
3911 */
3912 }
3913 } else {
Al Viro0b8def92015-04-07 10:22:53 -04003914 written = generic_perform_write(file, from, iocb->ki_pos);
3915 if (likely(written > 0))
3916 iocb->ki_pos += written;
Jeff Moyerfb5527e2006-10-19 23:28:13 -07003917 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918out:
3919 current->backing_dev_info = NULL;
3920 return written ? written : err;
3921}
Al Viro81742022014-04-03 03:17:43 -04003922EXPORT_SYMBOL(__generic_file_write_iter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923
Jan Karae4dd9de2009-08-17 18:10:06 +02003924/**
Al Viro81742022014-04-03 03:17:43 -04003925 * generic_file_write_iter - write data to a file
Jan Karae4dd9de2009-08-17 18:10:06 +02003926 * @iocb: IO state structure
Al Viro81742022014-04-03 03:17:43 -04003927 * @from: iov_iter with data to write
Jan Karae4dd9de2009-08-17 18:10:06 +02003928 *
Al Viro81742022014-04-03 03:17:43 -04003929 * This is a wrapper around __generic_file_write_iter() to be used by most
Jan Karae4dd9de2009-08-17 18:10:06 +02003930 * filesystems. It takes care of syncing the file in case of O_SYNC file
Jan Kara96087032021-04-12 15:50:21 +02003931 * and acquires i_rwsem as needed.
Mike Rapoporta862f682019-03-05 15:48:42 -08003932 * Return:
3933 * * negative error code if no data has been written at all of
3934 * vfs_fsync_range() failed for a synchronous write
3935 * * number of bytes written, even for truncated writes
Jan Karae4dd9de2009-08-17 18:10:06 +02003936 */
Al Viro81742022014-04-03 03:17:43 -04003937ssize_t generic_file_write_iter(struct kiocb *iocb, struct iov_iter *from)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938{
3939 struct file *file = iocb->ki_filp;
Jan Kara148f9482009-08-17 19:52:36 +02003940 struct inode *inode = file->f_mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941 ssize_t ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942
Al Viro59551022016-01-22 15:40:57 -05003943 inode_lock(inode);
Al Viro3309dd02015-04-09 12:55:47 -04003944 ret = generic_write_checks(iocb, from);
3945 if (ret > 0)
Al Viro5f380c72015-04-07 11:28:12 -04003946 ret = __generic_file_write_iter(iocb, from);
Al Viro59551022016-01-22 15:40:57 -05003947 inode_unlock(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948
Christoph Hellwige2592212016-04-07 08:52:01 -07003949 if (ret > 0)
3950 ret = generic_write_sync(iocb, ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951 return ret;
3952}
Al Viro81742022014-04-03 03:17:43 -04003953EXPORT_SYMBOL(generic_file_write_iter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954
David Howellscf9a2ae2006-08-29 19:05:54 +01003955/**
3956 * try_to_release_page() - release old fs-specific metadata on a page
3957 *
3958 * @page: the page which the kernel is trying to free
3959 * @gfp_mask: memory allocation flags (and I/O mode)
3960 *
3961 * The address_space is to try to release any data against the page
Mike Rapoporta862f682019-03-05 15:48:42 -08003962 * (presumably at page->private).
David Howellscf9a2ae2006-08-29 19:05:54 +01003963 *
David Howells266cf652009-04-03 16:42:36 +01003964 * This may also be called if PG_fscache is set on a page, indicating that the
3965 * page is known to the local caching routines.
3966 *
David Howellscf9a2ae2006-08-29 19:05:54 +01003967 * The @gfp_mask argument specifies whether I/O may be performed to release
Mel Gorman71baba42015-11-06 16:28:28 -08003968 * this page (__GFP_IO), and whether the call may block (__GFP_RECLAIM & __GFP_FS).
David Howellscf9a2ae2006-08-29 19:05:54 +01003969 *
Mike Rapoporta862f682019-03-05 15:48:42 -08003970 * Return: %1 if the release was successful, otherwise return zero.
David Howellscf9a2ae2006-08-29 19:05:54 +01003971 */
3972int try_to_release_page(struct page *page, gfp_t gfp_mask)
3973{
3974 struct address_space * const mapping = page->mapping;
3975
3976 BUG_ON(!PageLocked(page));
3977 if (PageWriteback(page))
3978 return 0;
3979
3980 if (mapping && mapping->a_ops->releasepage)
3981 return mapping->a_ops->releasepage(page, gfp_mask);
3982 return try_to_free_buffers(page);
3983}
3984
3985EXPORT_SYMBOL(try_to_release_page);