blob: 9196f2a270daac4d8d4612be27a0bd8288657335 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/fs/buffer.c
3 *
4 * Copyright (C) 1991, 1992, 2002 Linus Torvalds
5 */
6
7/*
8 * Start bdflush() with kernel_thread not syscall - Paul Gortmaker, 12/95
9 *
10 * Removed a lot of unnecessary code and simplified things now that
11 * the buffer cache isn't our primary cache - Andrew Tridgell 12/96
12 *
13 * Speed up hash, lru, and free list operations. Use gfp() for allocating
14 * hash table, use SLAB cache for buffer heads. SMP threading. -DaveM
15 *
16 * Added 32k buffer block sizes - these are required older ARM systems. - RMK
17 *
18 * async buffer flushing, 1999 Andrea Arcangeli <andrea@suse.de>
19 */
20
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/kernel.h>
Ingo Molnarf361bf42017-02-03 23:47:37 +010022#include <linux/sched/signal.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <linux/syscalls.h>
24#include <linux/fs.h>
Christoph Hellwigae259a92016-06-21 09:23:11 +100025#include <linux/iomap.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include <linux/mm.h>
27#include <linux/percpu.h>
28#include <linux/slab.h>
Randy Dunlap16f7e0f2006-01-11 12:17:46 -080029#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <linux/blkdev.h>
31#include <linux/file.h>
32#include <linux/quotaops.h>
33#include <linux/highmem.h>
Paul Gortmaker630d9c42011-11-16 23:57:37 -050034#include <linux/export.h>
Tejun Heobafc0db2015-06-02 08:37:23 -060035#include <linux/backing-dev.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include <linux/writeback.h>
37#include <linux/hash.h>
38#include <linux/suspend.h>
39#include <linux/buffer_head.h>
Andrew Morton55e829a2006-12-10 02:19:27 -080040#include <linux/task_io_accounting_ops.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <linux/bio.h>
42#include <linux/notifier.h>
43#include <linux/cpu.h>
44#include <linux/bitops.h>
45#include <linux/mpage.h>
Ingo Molnarfb1c8f92005-09-10 00:25:56 -070046#include <linux/bit_spinlock.h>
Jan Kara29f3ad72016-11-04 18:08:11 +010047#include <linux/pagevec.h>
Tejun Heo5305cb82013-01-11 13:06:36 -080048#include <trace/events/block.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
50static int fsync_buffers_list(spinlock_t *lock, struct list_head *list);
Mike Christie2a222ca2016-06-05 14:31:43 -050051static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
Tejun Heob16b1de2015-06-02 08:39:48 -060052 unsigned long bio_flags,
53 struct writeback_control *wbc);
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
55#define BH_ENTRY(list) list_entry((list), struct buffer_head, b_assoc_buffers)
56
Yan Honga3f3c292012-12-12 13:52:15 -080057void init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private)
Linus Torvalds1da177e2005-04-16 15:20:36 -070058{
59 bh->b_end_io = handler;
60 bh->b_private = private;
61}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -070062EXPORT_SYMBOL(init_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
Tejun Heof0059af2013-01-11 13:06:35 -080064inline void touch_buffer(struct buffer_head *bh)
65{
Tejun Heo5305cb82013-01-11 13:06:36 -080066 trace_block_touch_buffer(bh);
Tejun Heof0059af2013-01-11 13:06:35 -080067 mark_page_accessed(bh->b_page);
68}
69EXPORT_SYMBOL(touch_buffer);
70
Harvey Harrisonfc9b52c2008-02-08 04:19:52 -080071void __lock_buffer(struct buffer_head *bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -070072{
NeilBrown74316202014-07-07 15:16:04 +100073 wait_on_bit_lock_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -070074}
75EXPORT_SYMBOL(__lock_buffer);
76
Harvey Harrisonfc9b52c2008-02-08 04:19:52 -080077void unlock_buffer(struct buffer_head *bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -070078{
Nick Piggin51b07fc2008-10-18 20:27:00 -070079 clear_bit_unlock(BH_Lock, &bh->b_state);
Peter Zijlstra4e857c52014-03-17 18:06:10 +010080 smp_mb__after_atomic();
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 wake_up_bit(&bh->b_state, BH_Lock);
82}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -070083EXPORT_SYMBOL(unlock_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -070084
85/*
Mel Gormanb4597222013-07-03 15:02:05 -070086 * Returns if the page has dirty or writeback buffers. If all the buffers
87 * are unlocked and clean then the PageDirty information is stale. If
88 * any of the pages are locked, it is assumed they are locked for IO.
89 */
90void buffer_check_dirty_writeback(struct page *page,
91 bool *dirty, bool *writeback)
92{
93 struct buffer_head *head, *bh;
94 *dirty = false;
95 *writeback = false;
96
97 BUG_ON(!PageLocked(page));
98
99 if (!page_has_buffers(page))
100 return;
101
102 if (PageWriteback(page))
103 *writeback = true;
104
105 head = page_buffers(page);
106 bh = head;
107 do {
108 if (buffer_locked(bh))
109 *writeback = true;
110
111 if (buffer_dirty(bh))
112 *dirty = true;
113
114 bh = bh->b_this_page;
115 } while (bh != head);
116}
117EXPORT_SYMBOL(buffer_check_dirty_writeback);
118
119/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 * Block until a buffer comes unlocked. This doesn't stop it
121 * from becoming locked again - you have to lock it yourself
122 * if you want to preserve its state.
123 */
124void __wait_on_buffer(struct buffer_head * bh)
125{
NeilBrown74316202014-07-07 15:16:04 +1000126 wait_on_bit_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -0700128EXPORT_SYMBOL(__wait_on_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129
130static void
131__clear_page_buffers(struct page *page)
132{
133 ClearPagePrivate(page);
Hugh Dickins4c21e2f2005-10-29 18:16:40 -0700134 set_page_private(page, 0);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300135 put_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136}
137
Robert Elliottb744c2a2014-10-21 13:55:09 -0600138static void buffer_io_error(struct buffer_head *bh, char *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139{
Robert Elliott432f16e2014-10-21 13:55:11 -0600140 if (!test_bit(BH_Quiet, &bh->b_state))
141 printk_ratelimited(KERN_ERR
Dmitry Monakhova1c6f0572015-04-13 16:31:37 +0400142 "Buffer I/O error on dev %pg, logical block %llu%s\n",
143 bh->b_bdev, (unsigned long long)bh->b_blocknr, msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144}
145
146/*
Dmitry Monakhov68671f32007-10-16 01:24:47 -0700147 * End-of-IO handler helper function which does not touch the bh after
148 * unlocking it.
149 * Note: unlock_buffer() sort-of does touch the bh after unlocking it, but
150 * a race there is benign: unlock_buffer() only use the bh's address for
151 * hashing after unlocking the buffer, so it doesn't actually touch the bh
152 * itself.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 */
Dmitry Monakhov68671f32007-10-16 01:24:47 -0700154static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155{
156 if (uptodate) {
157 set_buffer_uptodate(bh);
158 } else {
Christoph Hellwig70246282016-07-19 11:28:41 +0200159 /* This happens, due to failed read-ahead attempts. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 clear_buffer_uptodate(bh);
161 }
162 unlock_buffer(bh);
Dmitry Monakhov68671f32007-10-16 01:24:47 -0700163}
164
165/*
166 * Default synchronous end-of-IO handler.. Just mark it up-to-date and
167 * unlock the buffer. This is what ll_rw_block uses too.
168 */
169void end_buffer_read_sync(struct buffer_head *bh, int uptodate)
170{
171 __end_buffer_read_notouch(bh, uptodate);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 put_bh(bh);
173}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -0700174EXPORT_SYMBOL(end_buffer_read_sync);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175
176void end_buffer_write_sync(struct buffer_head *bh, int uptodate)
177{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 if (uptodate) {
179 set_buffer_uptodate(bh);
180 } else {
Robert Elliott432f16e2014-10-21 13:55:11 -0600181 buffer_io_error(bh, ", lost sync page write");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 set_buffer_write_io_error(bh);
183 clear_buffer_uptodate(bh);
184 }
185 unlock_buffer(bh);
186 put_bh(bh);
187}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -0700188EXPORT_SYMBOL(end_buffer_write_sync);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
190/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 * Various filesystems appear to want __find_get_block to be non-blocking.
192 * But it's the page lock which protects the buffers. To get around this,
193 * we get exclusion from try_to_free_buffers with the blockdev mapping's
194 * private_lock.
195 *
196 * Hack idea: for the blockdev mapping, i_bufferlist_lock contention
197 * may be quite high. This code could TryLock the page, and if that
198 * succeeds, there is no need to take private_lock. (But if
199 * private_lock is contended then so is mapping->tree_lock).
200 */
201static struct buffer_head *
Coywolf Qi Hunt385fd4c2005-11-07 00:59:39 -0800202__find_get_block_slow(struct block_device *bdev, sector_t block)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203{
204 struct inode *bd_inode = bdev->bd_inode;
205 struct address_space *bd_mapping = bd_inode->i_mapping;
206 struct buffer_head *ret = NULL;
207 pgoff_t index;
208 struct buffer_head *bh;
209 struct buffer_head *head;
210 struct page *page;
211 int all_mapped = 1;
212
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300213 index = block >> (PAGE_SHIFT - bd_inode->i_blkbits);
Mel Gorman2457aec2014-06-04 16:10:31 -0700214 page = find_get_page_flags(bd_mapping, index, FGP_ACCESSED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 if (!page)
216 goto out;
217
218 spin_lock(&bd_mapping->private_lock);
219 if (!page_has_buffers(page))
220 goto out_unlock;
221 head = page_buffers(page);
222 bh = head;
223 do {
Nikanth Karthikesan97f76d32009-04-02 16:56:46 -0700224 if (!buffer_mapped(bh))
225 all_mapped = 0;
226 else if (bh->b_blocknr == block) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227 ret = bh;
228 get_bh(bh);
229 goto out_unlock;
230 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 bh = bh->b_this_page;
232 } while (bh != head);
233
234 /* we might be here because some of the buffers on this page are
235 * not mapped. This is due to various races between
236 * file io on the block device and getblk. It gets dealt with
237 * elsewhere, don't buffer_error if we had some unmapped buffers
238 */
239 if (all_mapped) {
240 printk("__find_get_block_slow() failed. "
241 "block=%llu, b_blocknr=%llu\n",
Badari Pulavarty205f87f2006-03-26 01:38:00 -0800242 (unsigned long long)block,
243 (unsigned long long)bh->b_blocknr);
244 printk("b_state=0x%08lx, b_size=%zu\n",
245 bh->b_state, bh->b_size);
Dmitry Monakhova1c6f0572015-04-13 16:31:37 +0400246 printk("device %pg blocksize: %d\n", bdev,
Tao Ma72a2ebd2011-10-31 17:09:00 -0700247 1 << bd_inode->i_blkbits);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 }
249out_unlock:
250 spin_unlock(&bd_mapping->private_lock);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300251 put_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252out:
253 return ret;
254}
255
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256/*
Jens Axboe5b0830c2009-09-23 19:37:09 +0200257 * Kick the writeback threads then try to free up some ZONE_NORMAL memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 */
259static void free_more_memory(void)
260{
Mel Gormanc33d6c02016-05-19 17:14:10 -0700261 struct zoneref *z;
Mel Gorman0e884602008-04-28 02:12:14 -0700262 int nid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263
Curt Wohlgemuth0e175a12011-10-07 21:54:10 -0600264 wakeup_flusher_threads(1024, WB_REASON_FREE_MORE_MEM);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 yield();
266
Mel Gorman0e884602008-04-28 02:12:14 -0700267 for_each_online_node(nid) {
Mel Gormanc33d6c02016-05-19 17:14:10 -0700268
269 z = first_zones_zonelist(node_zonelist(nid, GFP_NOFS),
270 gfp_zone(GFP_NOFS), NULL);
271 if (z->zone)
Mel Gorman54a6eb52008-04-28 02:12:16 -0700272 try_to_free_pages(node_zonelist(nid, GFP_NOFS), 0,
KAMEZAWA Hiroyuki327c0e92009-03-31 15:23:31 -0700273 GFP_NOFS, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 }
275}
276
277/*
278 * I/O completion handler for block_read_full_page() - pages
279 * which come unlocked at the end of I/O.
280 */
281static void end_buffer_async_read(struct buffer_head *bh, int uptodate)
282{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283 unsigned long flags;
Nick Piggina3972202005-07-07 17:56:56 -0700284 struct buffer_head *first;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 struct buffer_head *tmp;
286 struct page *page;
287 int page_uptodate = 1;
288
289 BUG_ON(!buffer_async_read(bh));
290
291 page = bh->b_page;
292 if (uptodate) {
293 set_buffer_uptodate(bh);
294 } else {
295 clear_buffer_uptodate(bh);
Robert Elliott432f16e2014-10-21 13:55:11 -0600296 buffer_io_error(bh, ", async page read");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 SetPageError(page);
298 }
299
300 /*
301 * Be _very_ careful from here on. Bad things can happen if
302 * two buffer heads end IO at almost the same time and both
303 * decide that the page is now completely done.
304 */
Nick Piggina3972202005-07-07 17:56:56 -0700305 first = page_buffers(page);
306 local_irq_save(flags);
307 bit_spin_lock(BH_Uptodate_Lock, &first->b_state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 clear_buffer_async_read(bh);
309 unlock_buffer(bh);
310 tmp = bh;
311 do {
312 if (!buffer_uptodate(tmp))
313 page_uptodate = 0;
314 if (buffer_async_read(tmp)) {
315 BUG_ON(!buffer_locked(tmp));
316 goto still_busy;
317 }
318 tmp = tmp->b_this_page;
319 } while (tmp != bh);
Nick Piggina3972202005-07-07 17:56:56 -0700320 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state);
321 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322
323 /*
324 * If none of the buffers had errors and they are all
325 * uptodate then we can set the page uptodate.
326 */
327 if (page_uptodate && !PageError(page))
328 SetPageUptodate(page);
329 unlock_page(page);
330 return;
331
332still_busy:
Nick Piggina3972202005-07-07 17:56:56 -0700333 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state);
334 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 return;
336}
337
338/*
339 * Completion handler for block_write_full_page() - pages which are unlocked
340 * during I/O, and which have PageWriteback cleared upon I/O completion.
341 */
Chris Mason35c80d52009-04-15 13:22:38 -0400342void end_buffer_async_write(struct buffer_head *bh, int uptodate)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 unsigned long flags;
Nick Piggina3972202005-07-07 17:56:56 -0700345 struct buffer_head *first;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 struct buffer_head *tmp;
347 struct page *page;
348
349 BUG_ON(!buffer_async_write(bh));
350
351 page = bh->b_page;
352 if (uptodate) {
353 set_buffer_uptodate(bh);
354 } else {
Robert Elliott432f16e2014-10-21 13:55:11 -0600355 buffer_io_error(bh, ", lost async page write");
Michal Hocko5114a972016-10-11 13:56:01 -0700356 mapping_set_error(page->mapping, -EIO);
Jan Kara58ff4072006-10-17 00:10:19 -0700357 set_buffer_write_io_error(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 clear_buffer_uptodate(bh);
359 SetPageError(page);
360 }
361
Nick Piggina3972202005-07-07 17:56:56 -0700362 first = page_buffers(page);
363 local_irq_save(flags);
364 bit_spin_lock(BH_Uptodate_Lock, &first->b_state);
365
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366 clear_buffer_async_write(bh);
367 unlock_buffer(bh);
368 tmp = bh->b_this_page;
369 while (tmp != bh) {
370 if (buffer_async_write(tmp)) {
371 BUG_ON(!buffer_locked(tmp));
372 goto still_busy;
373 }
374 tmp = tmp->b_this_page;
375 }
Nick Piggina3972202005-07-07 17:56:56 -0700376 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state);
377 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378 end_page_writeback(page);
379 return;
380
381still_busy:
Nick Piggina3972202005-07-07 17:56:56 -0700382 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state);
383 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 return;
385}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -0700386EXPORT_SYMBOL(end_buffer_async_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
388/*
389 * If a page's buffers are under async readin (end_buffer_async_read
390 * completion) then there is a possibility that another thread of
391 * control could lock one of the buffers after it has completed
392 * but while some of the other buffers have not completed. This
393 * locked buffer would confuse end_buffer_async_read() into not unlocking
394 * the page. So the absence of BH_Async_Read tells end_buffer_async_read()
395 * that this buffer is not under async I/O.
396 *
397 * The page comes unlocked when it has no locked buffer_async buffers
398 * left.
399 *
400 * PageLocked prevents anyone starting new async I/O reads any of
401 * the buffers.
402 *
403 * PageWriteback is used to prevent simultaneous writeout of the same
404 * page.
405 *
406 * PageLocked prevents anyone from starting writeback of a page which is
407 * under read I/O (PageWriteback is only ever set against a locked page).
408 */
409static void mark_buffer_async_read(struct buffer_head *bh)
410{
411 bh->b_end_io = end_buffer_async_read;
412 set_buffer_async_read(bh);
413}
414
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -0700415static void mark_buffer_async_write_endio(struct buffer_head *bh,
416 bh_end_io_t *handler)
Chris Mason35c80d52009-04-15 13:22:38 -0400417{
418 bh->b_end_io = handler;
419 set_buffer_async_write(bh);
420}
421
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422void mark_buffer_async_write(struct buffer_head *bh)
423{
Chris Mason35c80d52009-04-15 13:22:38 -0400424 mark_buffer_async_write_endio(bh, end_buffer_async_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425}
426EXPORT_SYMBOL(mark_buffer_async_write);
427
428
429/*
430 * fs/buffer.c contains helper functions for buffer-backed address space's
431 * fsync functions. A common requirement for buffer-based filesystems is
432 * that certain data from the backing blockdev needs to be written out for
433 * a successful fsync(). For example, ext2 indirect blocks need to be
434 * written back and waited upon before fsync() returns.
435 *
436 * The functions mark_buffer_inode_dirty(), fsync_inode_buffers(),
437 * inode_has_buffers() and invalidate_inode_buffers() are provided for the
438 * management of a list of dependent buffers at ->i_mapping->private_list.
439 *
440 * Locking is a little subtle: try_to_free_buffers() will remove buffers
441 * from their controlling inode's queue when they are being freed. But
442 * try_to_free_buffers() will be operating against the *blockdev* mapping
443 * at the time, not against the S_ISREG file which depends on those buffers.
444 * So the locking for private_list is via the private_lock in the address_space
445 * which backs the buffers. Which is different from the address_space
446 * against which the buffers are listed. So for a particular address_space,
447 * mapping->private_lock does *not* protect mapping->private_list! In fact,
448 * mapping->private_list will always be protected by the backing blockdev's
449 * ->private_lock.
450 *
451 * Which introduces a requirement: all buffers on an address_space's
452 * ->private_list must be from the same address_space: the blockdev's.
453 *
454 * address_spaces which do not place buffers at ->private_list via these
455 * utility functions are free to use private_lock and private_list for
456 * whatever they want. The only requirement is that list_empty(private_list)
457 * be true at clear_inode() time.
458 *
459 * FIXME: clear_inode should not call invalidate_inode_buffers(). The
460 * filesystems should do that. invalidate_inode_buffers() should just go
461 * BUG_ON(!list_empty).
462 *
463 * FIXME: mark_buffer_dirty_inode() is a data-plane operation. It should
464 * take an address_space, not an inode. And it should be called
465 * mark_buffer_dirty_fsync() to clearly define why those buffers are being
466 * queued up.
467 *
468 * FIXME: mark_buffer_dirty_inode() doesn't need to add the buffer to the
469 * list if it is already on a list. Because if the buffer is on a list,
470 * it *must* already be on the right one. If not, the filesystem is being
471 * silly. This will save a ton of locking. But first we have to ensure
472 * that buffers are taken *off* the old inode's list when they are freed
473 * (presumably in truncate). That requires careful auditing of all
474 * filesystems (do it inside bforget()). It could also be done by bringing
475 * b_inode back.
476 */
477
478/*
479 * The buffer's backing address_space's private_lock must be held
480 */
Thomas Petazzonidbacefc2008-07-29 22:33:47 -0700481static void __remove_assoc_queue(struct buffer_head *bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482{
483 list_del_init(&bh->b_assoc_buffers);
Jan Kara58ff4072006-10-17 00:10:19 -0700484 WARN_ON(!bh->b_assoc_map);
485 if (buffer_write_io_error(bh))
486 set_bit(AS_EIO, &bh->b_assoc_map->flags);
487 bh->b_assoc_map = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488}
489
490int inode_has_buffers(struct inode *inode)
491{
492 return !list_empty(&inode->i_data.private_list);
493}
494
495/*
496 * osync is designed to support O_SYNC io. It waits synchronously for
497 * all already-submitted IO to complete, but does not queue any new
498 * writes to the disk.
499 *
500 * To do O_SYNC writes, just queue the buffer writes with ll_rw_block as
501 * you dirty the buffers, and then use osync_inode_buffers to wait for
502 * completion. Any other dirty buffers which are not yet queued for
503 * write will not be flushed to disk by the osync.
504 */
505static int osync_buffers_list(spinlock_t *lock, struct list_head *list)
506{
507 struct buffer_head *bh;
508 struct list_head *p;
509 int err = 0;
510
511 spin_lock(lock);
512repeat:
513 list_for_each_prev(p, list) {
514 bh = BH_ENTRY(p);
515 if (buffer_locked(bh)) {
516 get_bh(bh);
517 spin_unlock(lock);
518 wait_on_buffer(bh);
519 if (!buffer_uptodate(bh))
520 err = -EIO;
521 brelse(bh);
522 spin_lock(lock);
523 goto repeat;
524 }
525 }
526 spin_unlock(lock);
527 return err;
528}
529
Al Viro01a05b32010-03-23 06:06:58 -0400530static void do_thaw_one(struct super_block *sb, void *unused)
531{
Al Viro01a05b32010-03-23 06:06:58 -0400532 while (sb->s_bdev && !thaw_bdev(sb->s_bdev, sb))
Dmitry Monakhova1c6f0572015-04-13 16:31:37 +0400533 printk(KERN_WARNING "Emergency Thaw on %pg\n", sb->s_bdev);
Al Viro01a05b32010-03-23 06:06:58 -0400534}
535
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -0700536static void do_thaw_all(struct work_struct *work)
Eric Sandeenc2d75432009-03-31 15:23:46 -0700537{
Al Viro01a05b32010-03-23 06:06:58 -0400538 iterate_supers(do_thaw_one, NULL);
Jens Axboe053c5252009-04-08 13:44:08 +0200539 kfree(work);
Eric Sandeenc2d75432009-03-31 15:23:46 -0700540 printk(KERN_WARNING "Emergency Thaw complete\n");
541}
542
543/**
544 * emergency_thaw_all -- forcibly thaw every frozen filesystem
545 *
546 * Used for emergency unfreeze of all filesystems via SysRq
547 */
548void emergency_thaw_all(void)
549{
Jens Axboe053c5252009-04-08 13:44:08 +0200550 struct work_struct *work;
551
552 work = kmalloc(sizeof(*work), GFP_ATOMIC);
553 if (work) {
554 INIT_WORK(work, do_thaw_all);
555 schedule_work(work);
556 }
Eric Sandeenc2d75432009-03-31 15:23:46 -0700557}
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559/**
Randy Dunlap78a4a502008-02-29 22:02:31 -0800560 * sync_mapping_buffers - write out & wait upon a mapping's "associated" buffers
Martin Waitz67be2dd2005-05-01 08:59:26 -0700561 * @mapping: the mapping which wants those buffers written
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 *
563 * Starts I/O against the buffers at mapping->private_list, and waits upon
564 * that I/O.
565 *
Martin Waitz67be2dd2005-05-01 08:59:26 -0700566 * Basically, this is a convenience function for fsync().
567 * @mapping is a file or directory which needs those buffers to be written for
568 * a successful fsync().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 */
570int sync_mapping_buffers(struct address_space *mapping)
571{
Rafael Aquini252aa6f2012-12-11 16:02:35 -0800572 struct address_space *buffer_mapping = mapping->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573
574 if (buffer_mapping == NULL || list_empty(&mapping->private_list))
575 return 0;
576
577 return fsync_buffers_list(&buffer_mapping->private_lock,
578 &mapping->private_list);
579}
580EXPORT_SYMBOL(sync_mapping_buffers);
581
582/*
583 * Called when we've recently written block `bblock', and it is known that
584 * `bblock' was for a buffer_boundary() buffer. This means that the block at
585 * `bblock + 1' is probably a dirty indirect block. Hunt it down and, if it's
586 * dirty, schedule it for IO. So that indirects merge nicely with their data.
587 */
588void write_boundary_block(struct block_device *bdev,
589 sector_t bblock, unsigned blocksize)
590{
591 struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize);
592 if (bh) {
593 if (buffer_dirty(bh))
Mike Christiedfec8a12016-06-05 14:31:44 -0500594 ll_rw_block(REQ_OP_WRITE, 0, 1, &bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 put_bh(bh);
596 }
597}
598
599void mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode)
600{
601 struct address_space *mapping = inode->i_mapping;
602 struct address_space *buffer_mapping = bh->b_page->mapping;
603
604 mark_buffer_dirty(bh);
Rafael Aquini252aa6f2012-12-11 16:02:35 -0800605 if (!mapping->private_data) {
606 mapping->private_data = buffer_mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 } else {
Rafael Aquini252aa6f2012-12-11 16:02:35 -0800608 BUG_ON(mapping->private_data != buffer_mapping);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 }
Jan Kara535ee2f2008-02-08 04:21:59 -0800610 if (!bh->b_assoc_map) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 spin_lock(&buffer_mapping->private_lock);
612 list_move_tail(&bh->b_assoc_buffers,
613 &mapping->private_list);
Jan Kara58ff4072006-10-17 00:10:19 -0700614 bh->b_assoc_map = mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615 spin_unlock(&buffer_mapping->private_lock);
616 }
617}
618EXPORT_SYMBOL(mark_buffer_dirty_inode);
619
620/*
Nick Piggin787d2212007-07-17 04:03:34 -0700621 * Mark the page dirty, and set it dirty in the radix tree, and mark the inode
622 * dirty.
623 *
624 * If warn is true, then emit a warning if the page is not uptodate and has
625 * not been truncated.
Greg Thelenc4843a72015-05-22 17:13:16 -0400626 *
Johannes Weiner81f8c3a2016-03-15 14:57:04 -0700627 * The caller must hold lock_page_memcg().
Nick Piggin787d2212007-07-17 04:03:34 -0700628 */
Greg Thelenc4843a72015-05-22 17:13:16 -0400629static void __set_page_dirty(struct page *page, struct address_space *mapping,
Johannes Weiner62cccb82016-03-15 14:57:22 -0700630 int warn)
Nick Piggin787d2212007-07-17 04:03:34 -0700631{
KOSAKI Motohiro227d53b32014-02-06 12:04:28 -0800632 unsigned long flags;
633
634 spin_lock_irqsave(&mapping->tree_lock, flags);
Nick Piggin787d2212007-07-17 04:03:34 -0700635 if (page->mapping) { /* Race with truncate? */
636 WARN_ON_ONCE(warn && !PageUptodate(page));
Johannes Weiner62cccb82016-03-15 14:57:22 -0700637 account_page_dirtied(page, mapping);
Nick Piggin787d2212007-07-17 04:03:34 -0700638 radix_tree_tag_set(&mapping->page_tree,
639 page_index(page), PAGECACHE_TAG_DIRTY);
640 }
KOSAKI Motohiro227d53b32014-02-06 12:04:28 -0800641 spin_unlock_irqrestore(&mapping->tree_lock, flags);
Nick Piggin787d2212007-07-17 04:03:34 -0700642}
643
644/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 * Add a page to the dirty page list.
646 *
647 * It is a sad fact of life that this function is called from several places
648 * deeply under spinlocking. It may not sleep.
649 *
650 * If the page has buffers, the uptodate buffers are set dirty, to preserve
651 * dirty-state coherency between the page and the buffers. It the page does
652 * not have buffers then when they are later attached they will all be set
653 * dirty.
654 *
655 * The buffers are dirtied before the page is dirtied. There's a small race
656 * window in which a writepage caller may see the page cleanness but not the
657 * buffer dirtiness. That's fine. If this code were to set the page dirty
658 * before the buffers, a concurrent writepage caller could clear the page dirty
659 * bit, see a bunch of clean buffers and we'd end up with dirty buffers/clean
660 * page on the dirty page list.
661 *
662 * We use private_lock to lock against try_to_free_buffers while using the
663 * page's buffer list. Also use this to protect against clean buffers being
664 * added to the page after it was set dirty.
665 *
666 * FIXME: may need to call ->reservepage here as well. That's rather up to the
667 * address_space though.
668 */
669int __set_page_dirty_buffers(struct page *page)
670{
Linus Torvaldsa8e7d492009-03-19 11:32:05 -0700671 int newly_dirty;
Nick Piggin787d2212007-07-17 04:03:34 -0700672 struct address_space *mapping = page_mapping(page);
Nick Pigginebf7a222006-10-10 04:36:54 +0200673
674 if (unlikely(!mapping))
675 return !TestSetPageDirty(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676
677 spin_lock(&mapping->private_lock);
678 if (page_has_buffers(page)) {
679 struct buffer_head *head = page_buffers(page);
680 struct buffer_head *bh = head;
681
682 do {
683 set_buffer_dirty(bh);
684 bh = bh->b_this_page;
685 } while (bh != head);
686 }
Greg Thelenc4843a72015-05-22 17:13:16 -0400687 /*
Johannes Weiner81f8c3a2016-03-15 14:57:04 -0700688 * Lock out page->mem_cgroup migration to keep PageDirty
689 * synchronized with per-memcg dirty page counters.
Greg Thelenc4843a72015-05-22 17:13:16 -0400690 */
Johannes Weiner62cccb82016-03-15 14:57:22 -0700691 lock_page_memcg(page);
Linus Torvaldsa8e7d492009-03-19 11:32:05 -0700692 newly_dirty = !TestSetPageDirty(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693 spin_unlock(&mapping->private_lock);
694
Linus Torvaldsa8e7d492009-03-19 11:32:05 -0700695 if (newly_dirty)
Johannes Weiner62cccb82016-03-15 14:57:22 -0700696 __set_page_dirty(page, mapping, 1);
Greg Thelenc4843a72015-05-22 17:13:16 -0400697
Johannes Weiner62cccb82016-03-15 14:57:22 -0700698 unlock_page_memcg(page);
Greg Thelenc4843a72015-05-22 17:13:16 -0400699
700 if (newly_dirty)
701 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES);
702
Linus Torvaldsa8e7d492009-03-19 11:32:05 -0700703 return newly_dirty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704}
705EXPORT_SYMBOL(__set_page_dirty_buffers);
706
707/*
708 * Write out and wait upon a list of buffers.
709 *
710 * We have conflicting pressures: we want to make sure that all
711 * initially dirty buffers get waited on, but that any subsequently
712 * dirtied buffers don't. After all, we don't want fsync to last
713 * forever if somebody is actively writing to the file.
714 *
715 * Do this in two main stages: first we copy dirty buffers to a
716 * temporary inode list, queueing the writes as we go. Then we clean
717 * up, waiting for those writes to complete.
718 *
719 * During this second stage, any subsequent updates to the file may end
720 * up refiling the buffer on the original inode's dirty list again, so
721 * there is a chance we will end up with a buffer queued for write but
722 * not yet completed on that list. So, as a final cleanup we go through
723 * the osync code to catch these locked, dirty buffers without requeuing
724 * any newly dirty buffers for write.
725 */
726static int fsync_buffers_list(spinlock_t *lock, struct list_head *list)
727{
728 struct buffer_head *bh;
729 struct list_head tmp;
Jens Axboe7eaceac2011-03-10 08:52:07 +0100730 struct address_space *mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731 int err = 0, err2;
Jens Axboe4ee24912011-03-17 10:51:40 +0100732 struct blk_plug plug;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733
734 INIT_LIST_HEAD(&tmp);
Jens Axboe4ee24912011-03-17 10:51:40 +0100735 blk_start_plug(&plug);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736
737 spin_lock(lock);
738 while (!list_empty(list)) {
739 bh = BH_ENTRY(list->next);
Jan Kara535ee2f2008-02-08 04:21:59 -0800740 mapping = bh->b_assoc_map;
Jan Kara58ff4072006-10-17 00:10:19 -0700741 __remove_assoc_queue(bh);
Jan Kara535ee2f2008-02-08 04:21:59 -0800742 /* Avoid race with mark_buffer_dirty_inode() which does
743 * a lockless check and we rely on seeing the dirty bit */
744 smp_mb();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 if (buffer_dirty(bh) || buffer_locked(bh)) {
746 list_add(&bh->b_assoc_buffers, &tmp);
Jan Kara535ee2f2008-02-08 04:21:59 -0800747 bh->b_assoc_map = mapping;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748 if (buffer_dirty(bh)) {
749 get_bh(bh);
750 spin_unlock(lock);
751 /*
752 * Ensure any pending I/O completes so that
Christoph Hellwig9cb569d2010-08-11 17:06:24 +0200753 * write_dirty_buffer() actually writes the
754 * current contents - it is a noop if I/O is
755 * still in flight on potentially older
756 * contents.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 */
Christoph Hellwig70fd7612016-11-01 07:40:10 -0600758 write_dirty_buffer(bh, REQ_SYNC);
Jens Axboe9cf6b722009-04-06 14:48:03 +0200759
760 /*
761 * Kick off IO for the previous mapping. Note
762 * that we will not run the very last mapping,
763 * wait_on_buffer() will do that for us
764 * through sync_buffer().
765 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766 brelse(bh);
767 spin_lock(lock);
768 }
769 }
770 }
771
Jens Axboe4ee24912011-03-17 10:51:40 +0100772 spin_unlock(lock);
773 blk_finish_plug(&plug);
774 spin_lock(lock);
775
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 while (!list_empty(&tmp)) {
777 bh = BH_ENTRY(tmp.prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778 get_bh(bh);
Jan Kara535ee2f2008-02-08 04:21:59 -0800779 mapping = bh->b_assoc_map;
780 __remove_assoc_queue(bh);
781 /* Avoid race with mark_buffer_dirty_inode() which does
782 * a lockless check and we rely on seeing the dirty bit */
783 smp_mb();
784 if (buffer_dirty(bh)) {
785 list_add(&bh->b_assoc_buffers,
Jan Karae3892292008-03-04 14:28:33 -0800786 &mapping->private_list);
Jan Kara535ee2f2008-02-08 04:21:59 -0800787 bh->b_assoc_map = mapping;
788 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789 spin_unlock(lock);
790 wait_on_buffer(bh);
791 if (!buffer_uptodate(bh))
792 err = -EIO;
793 brelse(bh);
794 spin_lock(lock);
795 }
796
797 spin_unlock(lock);
798 err2 = osync_buffers_list(lock, list);
799 if (err)
800 return err;
801 else
802 return err2;
803}
804
805/*
806 * Invalidate any and all dirty buffers on a given inode. We are
807 * probably unmounting the fs, but that doesn't mean we have already
808 * done a sync(). Just drop the buffers from the inode list.
809 *
810 * NOTE: we take the inode's blockdev's mapping's private_lock. Which
811 * assumes that all the buffers are against the blockdev. Not true
812 * for reiserfs.
813 */
814void invalidate_inode_buffers(struct inode *inode)
815{
816 if (inode_has_buffers(inode)) {
817 struct address_space *mapping = &inode->i_data;
818 struct list_head *list = &mapping->private_list;
Rafael Aquini252aa6f2012-12-11 16:02:35 -0800819 struct address_space *buffer_mapping = mapping->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820
821 spin_lock(&buffer_mapping->private_lock);
822 while (!list_empty(list))
823 __remove_assoc_queue(BH_ENTRY(list->next));
824 spin_unlock(&buffer_mapping->private_lock);
825 }
826}
Jan Kara52b19ac2008-09-23 18:24:08 +0200827EXPORT_SYMBOL(invalidate_inode_buffers);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828
829/*
830 * Remove any clean buffers from the inode's buffer list. This is called
831 * when we're trying to free the inode itself. Those buffers can pin it.
832 *
833 * Returns true if all buffers were removed.
834 */
835int remove_inode_buffers(struct inode *inode)
836{
837 int ret = 1;
838
839 if (inode_has_buffers(inode)) {
840 struct address_space *mapping = &inode->i_data;
841 struct list_head *list = &mapping->private_list;
Rafael Aquini252aa6f2012-12-11 16:02:35 -0800842 struct address_space *buffer_mapping = mapping->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843
844 spin_lock(&buffer_mapping->private_lock);
845 while (!list_empty(list)) {
846 struct buffer_head *bh = BH_ENTRY(list->next);
847 if (buffer_dirty(bh)) {
848 ret = 0;
849 break;
850 }
851 __remove_assoc_queue(bh);
852 }
853 spin_unlock(&buffer_mapping->private_lock);
854 }
855 return ret;
856}
857
858/*
859 * Create the appropriate buffers when given a page for data area and
860 * the size of each buffer.. Use the bh->b_this_page linked list to
861 * follow the buffers created. Return NULL if unable to create more
862 * buffers.
863 *
864 * The retry flag is used to differentiate async IO (paging, swapping)
865 * which may not fail from ordinary buffer allocations.
866 */
867struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
868 int retry)
869{
870 struct buffer_head *bh, *head;
871 long offset;
872
873try_again:
874 head = NULL;
875 offset = PAGE_SIZE;
876 while ((offset -= size) >= 0) {
877 bh = alloc_buffer_head(GFP_NOFS);
878 if (!bh)
879 goto no_grow;
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 bh->b_this_page = head;
882 bh->b_blocknr = -1;
883 head = bh;
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 bh->b_size = size;
886
887 /* Link the buffer to its page */
888 set_bh_page(bh, page, offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 }
890 return head;
891/*
892 * In case anything failed, we just free everything we got.
893 */
894no_grow:
895 if (head) {
896 do {
897 bh = head;
898 head = head->b_this_page;
899 free_buffer_head(bh);
900 } while (head);
901 }
902
903 /*
904 * Return failure for non-async IO requests. Async IO requests
905 * are not allowed to fail, so we have to wait until buffer heads
906 * become available. But we don't want tasks sleeping with
907 * partially complete buffers, so all were released above.
908 */
909 if (!retry)
910 return NULL;
911
912 /* We're _really_ low on memory. Now we just
913 * wait for old buffer heads to become free due to
914 * finishing IO. Since this is an async request and
915 * the reserve list is empty, we're sure there are
916 * async buffer heads in use.
917 */
918 free_more_memory();
919 goto try_again;
920}
921EXPORT_SYMBOL_GPL(alloc_page_buffers);
922
923static inline void
924link_dev_buffers(struct page *page, struct buffer_head *head)
925{
926 struct buffer_head *bh, *tail;
927
928 bh = head;
929 do {
930 tail = bh;
931 bh = bh->b_this_page;
932 } while (bh);
933 tail->b_this_page = head;
934 attach_page_buffers(page, head);
935}
936
Linus Torvaldsbbec02702012-11-29 12:31:52 -0800937static sector_t blkdev_max_block(struct block_device *bdev, unsigned int size)
938{
939 sector_t retval = ~((sector_t)0);
940 loff_t sz = i_size_read(bdev->bd_inode);
941
942 if (sz) {
943 unsigned int sizebits = blksize_bits(size);
944 retval = (sz >> sizebits);
945 }
946 return retval;
947}
948
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949/*
950 * Initialise the state of a blockdev page's buffers.
951 */
Hugh Dickins676ce6d2012-08-23 12:17:36 +0200952static sector_t
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953init_page_buffers(struct page *page, struct block_device *bdev,
954 sector_t block, int size)
955{
956 struct buffer_head *head = page_buffers(page);
957 struct buffer_head *bh = head;
958 int uptodate = PageUptodate(page);
Linus Torvaldsbbec02702012-11-29 12:31:52 -0800959 sector_t end_block = blkdev_max_block(I_BDEV(bdev->bd_inode), size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960
961 do {
962 if (!buffer_mapped(bh)) {
963 init_buffer(bh, NULL, NULL);
964 bh->b_bdev = bdev;
965 bh->b_blocknr = block;
966 if (uptodate)
967 set_buffer_uptodate(bh);
Jeff Moyer080399a2012-05-11 16:34:10 +0200968 if (block < end_block)
969 set_buffer_mapped(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970 }
971 block++;
972 bh = bh->b_this_page;
973 } while (bh != head);
Hugh Dickins676ce6d2012-08-23 12:17:36 +0200974
975 /*
976 * Caller needs to validate requested block against end of device.
977 */
978 return end_block;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979}
980
981/*
982 * Create the page-cache page that contains the requested block.
983 *
Hugh Dickins676ce6d2012-08-23 12:17:36 +0200984 * This is used purely for blockdev mappings.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 */
Hugh Dickins676ce6d2012-08-23 12:17:36 +0200986static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987grow_dev_page(struct block_device *bdev, sector_t block,
Gioh Kim3b5e6452014-09-04 22:04:42 -0400988 pgoff_t index, int size, int sizebits, gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989{
990 struct inode *inode = bdev->bd_inode;
991 struct page *page;
992 struct buffer_head *bh;
Hugh Dickins676ce6d2012-08-23 12:17:36 +0200993 sector_t end_block;
994 int ret = 0; /* Will call free_more_memory() */
Johannes Weiner84235de2013-10-16 13:47:00 -0700995 gfp_t gfp_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996
Michal Hockoc62d2552015-11-06 16:28:49 -0800997 gfp_mask = mapping_gfp_constraint(inode->i_mapping, ~__GFP_FS) | gfp;
Gioh Kim3b5e6452014-09-04 22:04:42 -0400998
Johannes Weiner84235de2013-10-16 13:47:00 -0700999 /*
1000 * XXX: __getblk_slow() can not really deal with failure and
1001 * will endlessly loop on improvised global reclaim. Prefer
1002 * looping in the allocator rather than here, at least that
1003 * code knows what it's doing.
1004 */
1005 gfp_mask |= __GFP_NOFAIL;
1006
1007 page = find_or_create_page(inode->i_mapping, index, gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 if (!page)
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001009 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010
Eric Sesterhenne827f922006-03-26 18:24:46 +02001011 BUG_ON(!PageLocked(page));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012
1013 if (page_has_buffers(page)) {
1014 bh = page_buffers(page);
1015 if (bh->b_size == size) {
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001016 end_block = init_page_buffers(page, bdev,
Anton Altaparmakovf2d5a942014-09-22 01:53:03 +01001017 (sector_t)index << sizebits,
1018 size);
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001019 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020 }
1021 if (!try_to_free_buffers(page))
1022 goto failed;
1023 }
1024
1025 /*
1026 * Allocate some buffers for this page
1027 */
1028 bh = alloc_page_buffers(page, size, 0);
1029 if (!bh)
1030 goto failed;
1031
1032 /*
1033 * Link the page to the buffers and initialise them. Take the
1034 * lock to be atomic wrt __find_get_block(), which does not
1035 * run under the page lock.
1036 */
1037 spin_lock(&inode->i_mapping->private_lock);
1038 link_dev_buffers(page, bh);
Anton Altaparmakovf2d5a942014-09-22 01:53:03 +01001039 end_block = init_page_buffers(page, bdev, (sector_t)index << sizebits,
1040 size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 spin_unlock(&inode->i_mapping->private_lock);
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001042done:
1043 ret = (block < end_block) ? 1 : -ENXIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044failed:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001046 put_page(page);
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001047 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048}
1049
1050/*
1051 * Create buffers for the specified block device block's page. If
1052 * that page was dirty, the buffers are set dirty also.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 */
Arjan van de Ven858119e2006-01-14 13:20:43 -08001054static int
Gioh Kim3b5e6452014-09-04 22:04:42 -04001055grow_buffers(struct block_device *bdev, sector_t block, int size, gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057 pgoff_t index;
1058 int sizebits;
1059
1060 sizebits = -1;
1061 do {
1062 sizebits++;
1063 } while ((size << sizebits) < PAGE_SIZE);
1064
1065 index = block >> sizebits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066
Andrew Mortone5657932006-10-11 01:21:46 -07001067 /*
1068 * Check for a block which wants to lie outside our maximum possible
1069 * pagecache index. (this comparison is done using sector_t types).
1070 */
1071 if (unlikely(index != block >> sizebits)) {
Andrew Mortone5657932006-10-11 01:21:46 -07001072 printk(KERN_ERR "%s: requested out-of-range block %llu for "
Dmitry Monakhova1c6f0572015-04-13 16:31:37 +04001073 "device %pg\n",
Harvey Harrison8e24eea2008-04-30 00:55:09 -07001074 __func__, (unsigned long long)block,
Dmitry Monakhova1c6f0572015-04-13 16:31:37 +04001075 bdev);
Andrew Mortone5657932006-10-11 01:21:46 -07001076 return -EIO;
1077 }
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079 /* Create a page with the proper size buffers.. */
Gioh Kim3b5e6452014-09-04 22:04:42 -04001080 return grow_dev_page(bdev, block, index, size, sizebits, gfp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081}
1082
Eric Biggers0026ba42016-09-12 13:30:41 -07001083static struct buffer_head *
Gioh Kim3b5e6452014-09-04 22:04:42 -04001084__getblk_slow(struct block_device *bdev, sector_t block,
1085 unsigned size, gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086{
1087 /* Size must be multiple of hard sectorsize */
Martin K. Petersene1defc42009-05-22 17:17:49 -04001088 if (unlikely(size & (bdev_logical_block_size(bdev)-1) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 (size < 512 || size > PAGE_SIZE))) {
1090 printk(KERN_ERR "getblk(): invalid block size %d requested\n",
1091 size);
Martin K. Petersene1defc42009-05-22 17:17:49 -04001092 printk(KERN_ERR "logical block size: %d\n",
1093 bdev_logical_block_size(bdev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094
1095 dump_stack();
1096 return NULL;
1097 }
1098
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001099 for (;;) {
1100 struct buffer_head *bh;
1101 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102
1103 bh = __find_get_block(bdev, block, size);
1104 if (bh)
1105 return bh;
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001106
Gioh Kim3b5e6452014-09-04 22:04:42 -04001107 ret = grow_buffers(bdev, block, size, gfp);
Hugh Dickins676ce6d2012-08-23 12:17:36 +02001108 if (ret < 0)
1109 return NULL;
1110 if (ret == 0)
1111 free_more_memory();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112 }
1113}
1114
1115/*
1116 * The relationship between dirty buffers and dirty pages:
1117 *
1118 * Whenever a page has any dirty buffers, the page's dirty bit is set, and
1119 * the page is tagged dirty in its radix tree.
1120 *
1121 * At all times, the dirtiness of the buffers represents the dirtiness of
1122 * subsections of the page. If the page has buffers, the page dirty bit is
1123 * merely a hint about the true dirty state.
1124 *
1125 * When a page is set dirty in its entirety, all its buffers are marked dirty
1126 * (if the page has buffers).
1127 *
1128 * When a buffer is marked dirty, its page is dirtied, but the page's other
1129 * buffers are not.
1130 *
1131 * Also. When blockdev buffers are explicitly read with bread(), they
1132 * individually become uptodate. But their backing page remains not
1133 * uptodate - even if all of its buffers are uptodate. A subsequent
1134 * block_read_full_page() against that page will discover all the uptodate
1135 * buffers, will set the page uptodate and will perform no I/O.
1136 */
1137
1138/**
1139 * mark_buffer_dirty - mark a buffer_head as needing writeout
Martin Waitz67be2dd2005-05-01 08:59:26 -07001140 * @bh: the buffer_head to mark dirty
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 *
1142 * mark_buffer_dirty() will set the dirty bit against the buffer, then set its
1143 * backing page dirty, then tag the page as dirty in its address_space's radix
1144 * tree and then attach the address_space's inode to its superblock's dirty
1145 * inode list.
1146 *
1147 * mark_buffer_dirty() is atomic. It takes bh->b_page->mapping->private_lock,
Dave Chinner250df6e2011-03-22 22:23:36 +11001148 * mapping->tree_lock and mapping->host->i_lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149 */
Harvey Harrisonfc9b52c2008-02-08 04:19:52 -08001150void mark_buffer_dirty(struct buffer_head *bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151{
Nick Piggin787d2212007-07-17 04:03:34 -07001152 WARN_ON_ONCE(!buffer_uptodate(bh));
Linus Torvalds1be62dc2008-04-04 14:38:17 -07001153
Tejun Heo5305cb82013-01-11 13:06:36 -08001154 trace_block_dirty_buffer(bh);
1155
Linus Torvalds1be62dc2008-04-04 14:38:17 -07001156 /*
1157 * Very *carefully* optimize the it-is-already-dirty case.
1158 *
1159 * Don't let the final "is it dirty" escape to before we
1160 * perhaps modified the buffer.
1161 */
1162 if (buffer_dirty(bh)) {
1163 smp_mb();
1164 if (buffer_dirty(bh))
1165 return;
1166 }
1167
Linus Torvaldsa8e7d492009-03-19 11:32:05 -07001168 if (!test_set_buffer_dirty(bh)) {
1169 struct page *page = bh->b_page;
Greg Thelenc4843a72015-05-22 17:13:16 -04001170 struct address_space *mapping = NULL;
Greg Thelenc4843a72015-05-22 17:13:16 -04001171
Johannes Weiner62cccb82016-03-15 14:57:22 -07001172 lock_page_memcg(page);
Linus Torvalds8e9d78e2009-08-21 17:40:08 -07001173 if (!TestSetPageDirty(page)) {
Greg Thelenc4843a72015-05-22 17:13:16 -04001174 mapping = page_mapping(page);
Linus Torvalds8e9d78e2009-08-21 17:40:08 -07001175 if (mapping)
Johannes Weiner62cccb82016-03-15 14:57:22 -07001176 __set_page_dirty(page, mapping, 0);
Linus Torvalds8e9d78e2009-08-21 17:40:08 -07001177 }
Johannes Weiner62cccb82016-03-15 14:57:22 -07001178 unlock_page_memcg(page);
Greg Thelenc4843a72015-05-22 17:13:16 -04001179 if (mapping)
1180 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES);
Linus Torvaldsa8e7d492009-03-19 11:32:05 -07001181 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07001183EXPORT_SYMBOL(mark_buffer_dirty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184
1185/*
1186 * Decrement a buffer_head's reference count. If all buffers against a page
1187 * have zero reference count, are clean and unlocked, and if the page is clean
1188 * and unlocked then try_to_free_buffers() may strip the buffers from the page
1189 * in preparation for freeing it (sometimes, rarely, buffers are removed from
1190 * a page but it ends up not being freed, and buffers may later be reattached).
1191 */
1192void __brelse(struct buffer_head * buf)
1193{
1194 if (atomic_read(&buf->b_count)) {
1195 put_bh(buf);
1196 return;
1197 }
Arjan van de Ven5c752ad2008-07-25 19:45:40 -07001198 WARN(1, KERN_ERR "VFS: brelse: Trying to free free buffer\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07001200EXPORT_SYMBOL(__brelse);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201
1202/*
1203 * bforget() is like brelse(), except it discards any
1204 * potentially dirty data.
1205 */
1206void __bforget(struct buffer_head *bh)
1207{
1208 clear_buffer_dirty(bh);
Jan Kara535ee2f2008-02-08 04:21:59 -08001209 if (bh->b_assoc_map) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 struct address_space *buffer_mapping = bh->b_page->mapping;
1211
1212 spin_lock(&buffer_mapping->private_lock);
1213 list_del_init(&bh->b_assoc_buffers);
Jan Kara58ff4072006-10-17 00:10:19 -07001214 bh->b_assoc_map = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 spin_unlock(&buffer_mapping->private_lock);
1216 }
1217 __brelse(bh);
1218}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07001219EXPORT_SYMBOL(__bforget);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220
1221static struct buffer_head *__bread_slow(struct buffer_head *bh)
1222{
1223 lock_buffer(bh);
1224 if (buffer_uptodate(bh)) {
1225 unlock_buffer(bh);
1226 return bh;
1227 } else {
1228 get_bh(bh);
1229 bh->b_end_io = end_buffer_read_sync;
Mike Christie2a222ca2016-06-05 14:31:43 -05001230 submit_bh(REQ_OP_READ, 0, bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231 wait_on_buffer(bh);
1232 if (buffer_uptodate(bh))
1233 return bh;
1234 }
1235 brelse(bh);
1236 return NULL;
1237}
1238
1239/*
1240 * Per-cpu buffer LRU implementation. To reduce the cost of __find_get_block().
1241 * The bhs[] array is sorted - newest buffer is at bhs[0]. Buffers have their
1242 * refcount elevated by one when they're in an LRU. A buffer can only appear
1243 * once in a particular CPU's LRU. A single buffer can be present in multiple
1244 * CPU's LRUs at the same time.
1245 *
1246 * This is a transparent caching front-end to sb_bread(), sb_getblk() and
1247 * sb_find_get_block().
1248 *
1249 * The LRUs themselves only need locking against invalidate_bh_lrus. We use
1250 * a local interrupt disable for that.
1251 */
1252
Sebastien Buisson86cf78d2014-10-09 15:29:38 -07001253#define BH_LRU_SIZE 16
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254
1255struct bh_lru {
1256 struct buffer_head *bhs[BH_LRU_SIZE];
1257};
1258
1259static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }};
1260
1261#ifdef CONFIG_SMP
1262#define bh_lru_lock() local_irq_disable()
1263#define bh_lru_unlock() local_irq_enable()
1264#else
1265#define bh_lru_lock() preempt_disable()
1266#define bh_lru_unlock() preempt_enable()
1267#endif
1268
1269static inline void check_irqs_on(void)
1270{
1271#ifdef irqs_disabled
1272 BUG_ON(irqs_disabled());
1273#endif
1274}
1275
1276/*
1277 * The LRU management algorithm is dopey-but-simple. Sorry.
1278 */
1279static void bh_lru_install(struct buffer_head *bh)
1280{
1281 struct buffer_head *evictee = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
1283 check_irqs_on();
1284 bh_lru_lock();
Christoph Lameterc7b92512010-12-06 11:16:28 -06001285 if (__this_cpu_read(bh_lrus.bhs[0]) != bh) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 struct buffer_head *bhs[BH_LRU_SIZE];
1287 int in;
1288 int out = 0;
1289
1290 get_bh(bh);
1291 bhs[out++] = bh;
1292 for (in = 0; in < BH_LRU_SIZE; in++) {
Christoph Lameterc7b92512010-12-06 11:16:28 -06001293 struct buffer_head *bh2 =
1294 __this_cpu_read(bh_lrus.bhs[in]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
1296 if (bh2 == bh) {
1297 __brelse(bh2);
1298 } else {
1299 if (out >= BH_LRU_SIZE) {
1300 BUG_ON(evictee != NULL);
1301 evictee = bh2;
1302 } else {
1303 bhs[out++] = bh2;
1304 }
1305 }
1306 }
1307 while (out < BH_LRU_SIZE)
1308 bhs[out++] = NULL;
Christoph Lameterca6673b02013-12-03 17:32:53 -06001309 memcpy(this_cpu_ptr(&bh_lrus.bhs), bhs, sizeof(bhs));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 }
1311 bh_lru_unlock();
1312
1313 if (evictee)
1314 __brelse(evictee);
1315}
1316
1317/*
1318 * Look up the bh in this cpu's LRU. If it's there, move it to the head.
1319 */
Arjan van de Ven858119e2006-01-14 13:20:43 -08001320static struct buffer_head *
Tomasz Kvarsin3991d3b2007-02-12 00:52:14 -08001321lookup_bh_lru(struct block_device *bdev, sector_t block, unsigned size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322{
1323 struct buffer_head *ret = NULL;
Tomasz Kvarsin3991d3b2007-02-12 00:52:14 -08001324 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325
1326 check_irqs_on();
1327 bh_lru_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 for (i = 0; i < BH_LRU_SIZE; i++) {
Christoph Lameterc7b92512010-12-06 11:16:28 -06001329 struct buffer_head *bh = __this_cpu_read(bh_lrus.bhs[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330
Zach Brown9470dd52014-10-13 15:55:05 -07001331 if (bh && bh->b_blocknr == block && bh->b_bdev == bdev &&
1332 bh->b_size == size) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 if (i) {
1334 while (i) {
Christoph Lameterc7b92512010-12-06 11:16:28 -06001335 __this_cpu_write(bh_lrus.bhs[i],
1336 __this_cpu_read(bh_lrus.bhs[i - 1]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337 i--;
1338 }
Christoph Lameterc7b92512010-12-06 11:16:28 -06001339 __this_cpu_write(bh_lrus.bhs[0], bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 }
1341 get_bh(bh);
1342 ret = bh;
1343 break;
1344 }
1345 }
1346 bh_lru_unlock();
1347 return ret;
1348}
1349
1350/*
1351 * Perform a pagecache lookup for the matching buffer. If it's there, refresh
1352 * it in the LRU and mark it as accessed. If it is not present then return
1353 * NULL
1354 */
1355struct buffer_head *
Tomasz Kvarsin3991d3b2007-02-12 00:52:14 -08001356__find_get_block(struct block_device *bdev, sector_t block, unsigned size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357{
1358 struct buffer_head *bh = lookup_bh_lru(bdev, block, size);
1359
1360 if (bh == NULL) {
Mel Gorman2457aec2014-06-04 16:10:31 -07001361 /* __find_get_block_slow will mark the page accessed */
Coywolf Qi Hunt385fd4c2005-11-07 00:59:39 -08001362 bh = __find_get_block_slow(bdev, block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 if (bh)
1364 bh_lru_install(bh);
Mel Gorman2457aec2014-06-04 16:10:31 -07001365 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366 touch_buffer(bh);
Mel Gorman2457aec2014-06-04 16:10:31 -07001367
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 return bh;
1369}
1370EXPORT_SYMBOL(__find_get_block);
1371
1372/*
Gioh Kim3b5e6452014-09-04 22:04:42 -04001373 * __getblk_gfp() will locate (and, if necessary, create) the buffer_head
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374 * which corresponds to the passed block_device, block and size. The
1375 * returned buffer has its reference count incremented.
1376 *
Gioh Kim3b5e6452014-09-04 22:04:42 -04001377 * __getblk_gfp() will lock up the machine if grow_dev_page's
1378 * try_to_free_buffers() attempt is failing. FIXME, perhaps?
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379 */
1380struct buffer_head *
Gioh Kim3b5e6452014-09-04 22:04:42 -04001381__getblk_gfp(struct block_device *bdev, sector_t block,
1382 unsigned size, gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383{
1384 struct buffer_head *bh = __find_get_block(bdev, block, size);
1385
1386 might_sleep();
1387 if (bh == NULL)
Gioh Kim3b5e6452014-09-04 22:04:42 -04001388 bh = __getblk_slow(bdev, block, size, gfp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 return bh;
1390}
Gioh Kim3b5e6452014-09-04 22:04:42 -04001391EXPORT_SYMBOL(__getblk_gfp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392
1393/*
1394 * Do async read-ahead on a buffer..
1395 */
Tomasz Kvarsin3991d3b2007-02-12 00:52:14 -08001396void __breadahead(struct block_device *bdev, sector_t block, unsigned size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397{
1398 struct buffer_head *bh = __getblk(bdev, block, size);
Andrew Mortona3e713b2005-10-30 15:03:15 -08001399 if (likely(bh)) {
Christoph Hellwig70246282016-07-19 11:28:41 +02001400 ll_rw_block(REQ_OP_READ, REQ_RAHEAD, 1, &bh);
Andrew Mortona3e713b2005-10-30 15:03:15 -08001401 brelse(bh);
1402 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403}
1404EXPORT_SYMBOL(__breadahead);
1405
1406/**
Gioh Kim3b5e6452014-09-04 22:04:42 -04001407 * __bread_gfp() - reads a specified block and returns the bh
Martin Waitz67be2dd2005-05-01 08:59:26 -07001408 * @bdev: the block_device to read from
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 * @block: number of block
1410 * @size: size (in bytes) to read
Gioh Kim3b5e6452014-09-04 22:04:42 -04001411 * @gfp: page allocation flag
1412 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 * Reads a specified block, and returns buffer head that contains it.
Gioh Kim3b5e6452014-09-04 22:04:42 -04001414 * The page cache can be allocated from non-movable area
1415 * not to prevent page migration if you set gfp to zero.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 * It returns NULL if the block was unreadable.
1417 */
1418struct buffer_head *
Gioh Kim3b5e6452014-09-04 22:04:42 -04001419__bread_gfp(struct block_device *bdev, sector_t block,
1420 unsigned size, gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421{
Gioh Kim3b5e6452014-09-04 22:04:42 -04001422 struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423
Andrew Mortona3e713b2005-10-30 15:03:15 -08001424 if (likely(bh) && !buffer_uptodate(bh))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425 bh = __bread_slow(bh);
1426 return bh;
1427}
Gioh Kim3b5e6452014-09-04 22:04:42 -04001428EXPORT_SYMBOL(__bread_gfp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429
1430/*
1431 * invalidate_bh_lrus() is called rarely - but not only at unmount.
1432 * This doesn't race because it runs in each cpu either in irq
1433 * or with preempt disabled.
1434 */
1435static void invalidate_bh_lru(void *arg)
1436{
1437 struct bh_lru *b = &get_cpu_var(bh_lrus);
1438 int i;
1439
1440 for (i = 0; i < BH_LRU_SIZE; i++) {
1441 brelse(b->bhs[i]);
1442 b->bhs[i] = NULL;
1443 }
1444 put_cpu_var(bh_lrus);
1445}
Gilad Ben-Yossef42be35d2012-03-28 14:42:45 -07001446
1447static bool has_bh_in_lru(int cpu, void *dummy)
1448{
1449 struct bh_lru *b = per_cpu_ptr(&bh_lrus, cpu);
1450 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451
Gilad Ben-Yossef42be35d2012-03-28 14:42:45 -07001452 for (i = 0; i < BH_LRU_SIZE; i++) {
1453 if (b->bhs[i])
1454 return 1;
1455 }
1456
1457 return 0;
1458}
1459
Peter Zijlstraf9a14392007-05-06 14:49:55 -07001460void invalidate_bh_lrus(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461{
Gilad Ben-Yossef42be35d2012-03-28 14:42:45 -07001462 on_each_cpu_cond(has_bh_in_lru, invalidate_bh_lru, NULL, 1, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463}
Nick Piggin9db55792008-02-08 04:19:49 -08001464EXPORT_SYMBOL_GPL(invalidate_bh_lrus);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465
1466void set_bh_page(struct buffer_head *bh,
1467 struct page *page, unsigned long offset)
1468{
1469 bh->b_page = page;
Eric Sesterhenne827f922006-03-26 18:24:46 +02001470 BUG_ON(offset >= PAGE_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471 if (PageHighMem(page))
1472 /*
1473 * This catches illegal uses and preserves the offset:
1474 */
1475 bh->b_data = (char *)(0 + offset);
1476 else
1477 bh->b_data = page_address(page) + offset;
1478}
1479EXPORT_SYMBOL(set_bh_page);
1480
1481/*
1482 * Called when truncating a buffer on a page completely.
1483 */
Mel Gormane7470ee2014-06-04 16:10:29 -07001484
1485/* Bits that are cleared during an invalidate */
1486#define BUFFER_FLAGS_DISCARD \
1487 (1 << BH_Mapped | 1 << BH_New | 1 << BH_Req | \
1488 1 << BH_Delay | 1 << BH_Unwritten)
1489
Arjan van de Ven858119e2006-01-14 13:20:43 -08001490static void discard_buffer(struct buffer_head * bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491{
Mel Gormane7470ee2014-06-04 16:10:29 -07001492 unsigned long b_state, b_state_old;
1493
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 lock_buffer(bh);
1495 clear_buffer_dirty(bh);
1496 bh->b_bdev = NULL;
Mel Gormane7470ee2014-06-04 16:10:29 -07001497 b_state = bh->b_state;
1498 for (;;) {
1499 b_state_old = cmpxchg(&bh->b_state, b_state,
1500 (b_state & ~BUFFER_FLAGS_DISCARD));
1501 if (b_state_old == b_state)
1502 break;
1503 b_state = b_state_old;
1504 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 unlock_buffer(bh);
1506}
1507
1508/**
Wang Sheng-Hui814e1d22011-09-01 08:22:57 +08001509 * block_invalidatepage - invalidate part or all of a buffer-backed page
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 *
1511 * @page: the page which is affected
Lukas Czernerd47992f2013-05-21 23:17:23 -04001512 * @offset: start of the range to invalidate
1513 * @length: length of the range to invalidate
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514 *
1515 * block_invalidatepage() is called when all or part of the page has become
Wang Sheng-Hui814e1d22011-09-01 08:22:57 +08001516 * invalidated by a truncate operation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517 *
1518 * block_invalidatepage() does not have to release all buffers, but it must
1519 * ensure that no dirty buffer is left outside @offset and that no I/O
1520 * is underway against any of the blocks which are outside the truncation
1521 * point. Because the caller is about to free (and possibly reuse) those
1522 * blocks on-disk.
1523 */
Lukas Czernerd47992f2013-05-21 23:17:23 -04001524void block_invalidatepage(struct page *page, unsigned int offset,
1525 unsigned int length)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526{
1527 struct buffer_head *head, *bh, *next;
1528 unsigned int curr_off = 0;
Lukas Czernerd47992f2013-05-21 23:17:23 -04001529 unsigned int stop = length + offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530
1531 BUG_ON(!PageLocked(page));
1532 if (!page_has_buffers(page))
1533 goto out;
1534
Lukas Czernerd47992f2013-05-21 23:17:23 -04001535 /*
1536 * Check for overflow
1537 */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001538 BUG_ON(stop > PAGE_SIZE || stop < length);
Lukas Czernerd47992f2013-05-21 23:17:23 -04001539
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540 head = page_buffers(page);
1541 bh = head;
1542 do {
1543 unsigned int next_off = curr_off + bh->b_size;
1544 next = bh->b_this_page;
1545
1546 /*
Lukas Czernerd47992f2013-05-21 23:17:23 -04001547 * Are we still fully in range ?
1548 */
1549 if (next_off > stop)
1550 goto out;
1551
1552 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 * is this block fully invalidated?
1554 */
1555 if (offset <= curr_off)
1556 discard_buffer(bh);
1557 curr_off = next_off;
1558 bh = next;
1559 } while (bh != head);
1560
1561 /*
1562 * We release buffers only if the entire page is being invalidated.
1563 * The get_block cached value has been unconditionally invalidated,
1564 * so real IO is not possible anymore.
1565 */
1566 if (offset == 0)
NeilBrown2ff28e22006-03-26 01:37:18 -08001567 try_to_release_page(page, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568out:
NeilBrown2ff28e22006-03-26 01:37:18 -08001569 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570}
1571EXPORT_SYMBOL(block_invalidatepage);
1572
Lukas Czernerd47992f2013-05-21 23:17:23 -04001573
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574/*
1575 * We attach and possibly dirty the buffers atomically wrt
1576 * __set_page_dirty_buffers() via private_lock. try_to_free_buffers
1577 * is already excluded via the page lock.
1578 */
1579void create_empty_buffers(struct page *page,
1580 unsigned long blocksize, unsigned long b_state)
1581{
1582 struct buffer_head *bh, *head, *tail;
1583
1584 head = alloc_page_buffers(page, blocksize, 1);
1585 bh = head;
1586 do {
1587 bh->b_state |= b_state;
1588 tail = bh;
1589 bh = bh->b_this_page;
1590 } while (bh);
1591 tail->b_this_page = head;
1592
1593 spin_lock(&page->mapping->private_lock);
1594 if (PageUptodate(page) || PageDirty(page)) {
1595 bh = head;
1596 do {
1597 if (PageDirty(page))
1598 set_buffer_dirty(bh);
1599 if (PageUptodate(page))
1600 set_buffer_uptodate(bh);
1601 bh = bh->b_this_page;
1602 } while (bh != head);
1603 }
1604 attach_page_buffers(page, head);
1605 spin_unlock(&page->mapping->private_lock);
1606}
1607EXPORT_SYMBOL(create_empty_buffers);
1608
Jan Kara29f3ad72016-11-04 18:08:11 +01001609/**
1610 * clean_bdev_aliases: clean a range of buffers in block device
1611 * @bdev: Block device to clean buffers in
1612 * @block: Start of a range of blocks to clean
1613 * @len: Number of blocks to clean
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 *
Jan Kara29f3ad72016-11-04 18:08:11 +01001615 * We are taking a range of blocks for data and we don't want writeback of any
1616 * buffer-cache aliases starting from return from this function and until the
1617 * moment when something will explicitly mark the buffer dirty (hopefully that
1618 * will not happen until we will free that block ;-) We don't even need to mark
1619 * it not-uptodate - nobody can expect anything from a newly allocated buffer
1620 * anyway. We used to use unmap_buffer() for such invalidation, but that was
1621 * wrong. We definitely don't want to mark the alias unmapped, for example - it
1622 * would confuse anyone who might pick it with bread() afterwards...
1623 *
1624 * Also.. Note that bforget() doesn't lock the buffer. So there can be
1625 * writeout I/O going on against recently-freed buffers. We don't wait on that
1626 * I/O in bforget() - it's more efficient to wait on the I/O only if we really
1627 * need to. That happens here.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628 */
Jan Kara29f3ad72016-11-04 18:08:11 +01001629void clean_bdev_aliases(struct block_device *bdev, sector_t block, sector_t len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630{
Jan Kara29f3ad72016-11-04 18:08:11 +01001631 struct inode *bd_inode = bdev->bd_inode;
1632 struct address_space *bd_mapping = bd_inode->i_mapping;
1633 struct pagevec pvec;
1634 pgoff_t index = block >> (PAGE_SHIFT - bd_inode->i_blkbits);
1635 pgoff_t end;
1636 int i;
1637 struct buffer_head *bh;
1638 struct buffer_head *head;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639
Jan Kara29f3ad72016-11-04 18:08:11 +01001640 end = (block + len - 1) >> (PAGE_SHIFT - bd_inode->i_blkbits);
1641 pagevec_init(&pvec, 0);
1642 while (index <= end && pagevec_lookup(&pvec, bd_mapping, index,
1643 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1)) {
1644 for (i = 0; i < pagevec_count(&pvec); i++) {
1645 struct page *page = pvec.pages[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646
Jan Kara29f3ad72016-11-04 18:08:11 +01001647 index = page->index;
1648 if (index > end)
1649 break;
1650 if (!page_has_buffers(page))
1651 continue;
1652 /*
1653 * We use page lock instead of bd_mapping->private_lock
1654 * to pin buffers here since we can afford to sleep and
1655 * it scales better than a global spinlock lock.
1656 */
1657 lock_page(page);
1658 /* Recheck when the page is locked which pins bhs */
1659 if (!page_has_buffers(page))
1660 goto unlock_page;
1661 head = page_buffers(page);
1662 bh = head;
1663 do {
Chandan Rajendra6c006a92016-12-25 19:01:03 +05301664 if (!buffer_mapped(bh) || (bh->b_blocknr < block))
Jan Kara29f3ad72016-11-04 18:08:11 +01001665 goto next;
1666 if (bh->b_blocknr >= block + len)
1667 break;
1668 clear_buffer_dirty(bh);
1669 wait_on_buffer(bh);
1670 clear_buffer_req(bh);
1671next:
1672 bh = bh->b_this_page;
1673 } while (bh != head);
1674unlock_page:
1675 unlock_page(page);
1676 }
1677 pagevec_release(&pvec);
1678 cond_resched();
1679 index++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680 }
1681}
Jan Kara29f3ad72016-11-04 18:08:11 +01001682EXPORT_SYMBOL(clean_bdev_aliases);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683
1684/*
Linus Torvalds45bce8f2012-11-29 10:21:43 -08001685 * Size is a power-of-two in the range 512..PAGE_SIZE,
1686 * and the case we care about most is PAGE_SIZE.
1687 *
1688 * So this *could* possibly be written with those
1689 * constraints in mind (relevant mostly if some
1690 * architecture has a slow bit-scan instruction)
1691 */
1692static inline int block_size_bits(unsigned int blocksize)
1693{
1694 return ilog2(blocksize);
1695}
1696
1697static struct buffer_head *create_page_buffers(struct page *page, struct inode *inode, unsigned int b_state)
1698{
1699 BUG_ON(!PageLocked(page));
1700
1701 if (!page_has_buffers(page))
1702 create_empty_buffers(page, 1 << ACCESS_ONCE(inode->i_blkbits), b_state);
1703 return page_buffers(page);
1704}
1705
1706/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 * NOTE! All mapped/uptodate combinations are valid:
1708 *
1709 * Mapped Uptodate Meaning
1710 *
1711 * No No "unknown" - must do get_block()
1712 * No Yes "hole" - zero-filled
1713 * Yes No "allocated" - allocated on disk, not read in
1714 * Yes Yes "valid" - allocated and up-to-date in memory.
1715 *
1716 * "Dirty" is valid only with the last case (mapped+uptodate).
1717 */
1718
1719/*
1720 * While block_write_full_page is writing back the dirty buffers under
1721 * the page lock, whoever dirtied the buffers may decide to clean them
1722 * again at any time. We handle that by only looking at the buffer
1723 * state inside lock_buffer().
1724 *
1725 * If block_write_full_page() is called for regular writeback
1726 * (wbc->sync_mode == WB_SYNC_NONE) then it will redirty a page which has a
1727 * locked buffer. This only can happen if someone has written the buffer
1728 * directly, with submit_bh(). At the address_space level PageWriteback
1729 * prevents this contention from occurring.
Theodore Ts'o6e34eed2009-04-07 18:12:43 -04001730 *
1731 * If block_write_full_page() is called with wbc->sync_mode ==
Christoph Hellwig70fd7612016-11-01 07:40:10 -06001732 * WB_SYNC_ALL, the writes are posted using REQ_SYNC; this
Jens Axboe721a9602011-03-09 11:56:30 +01001733 * causes the writes to be flagged as synchronous writes.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 */
Benjamin Marzinskib4bba382016-06-27 09:58:40 -05001735int __block_write_full_page(struct inode *inode, struct page *page,
Chris Mason35c80d52009-04-15 13:22:38 -04001736 get_block_t *get_block, struct writeback_control *wbc,
1737 bh_end_io_t *handler)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738{
1739 int err;
1740 sector_t block;
1741 sector_t last_block;
Andrew Mortonf0fbd5f2005-05-05 16:15:48 -07001742 struct buffer_head *bh, *head;
Linus Torvalds45bce8f2012-11-29 10:21:43 -08001743 unsigned int blocksize, bbits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744 int nr_underway = 0;
Jens Axboe76372412016-11-01 10:00:38 -06001745 int write_flags = wbc_to_write_flags(wbc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746
Linus Torvalds45bce8f2012-11-29 10:21:43 -08001747 head = create_page_buffers(page, inode,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 (1 << BH_Dirty)|(1 << BH_Uptodate));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749
1750 /*
1751 * Be very careful. We have no exclusion from __set_page_dirty_buffers
1752 * here, and the (potentially unmapped) buffers may become dirty at
1753 * any time. If a buffer becomes dirty here after we've inspected it
1754 * then we just miss that fact, and the page stays dirty.
1755 *
1756 * Buffers outside i_size may be dirtied by __set_page_dirty_buffers;
1757 * handle that here by just cleaning them.
1758 */
1759
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 bh = head;
Linus Torvalds45bce8f2012-11-29 10:21:43 -08001761 blocksize = bh->b_size;
1762 bbits = block_size_bits(blocksize);
1763
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001764 block = (sector_t)page->index << (PAGE_SHIFT - bbits);
Linus Torvalds45bce8f2012-11-29 10:21:43 -08001765 last_block = (i_size_read(inode) - 1) >> bbits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
1767 /*
1768 * Get all the dirty buffers mapped to disk addresses and
1769 * handle any aliases from the underlying blockdev's mapping.
1770 */
1771 do {
1772 if (block > last_block) {
1773 /*
1774 * mapped buffers outside i_size will occur, because
1775 * this page can be outside i_size when there is a
1776 * truncate in progress.
1777 */
1778 /*
1779 * The buffer was zeroed by block_write_full_page()
1780 */
1781 clear_buffer_dirty(bh);
1782 set_buffer_uptodate(bh);
Alex Tomas29a814d2008-07-11 19:27:31 -04001783 } else if ((!buffer_mapped(bh) || buffer_delay(bh)) &&
1784 buffer_dirty(bh)) {
Badari Pulavartyb0cf2322006-03-26 01:38:00 -08001785 WARN_ON(bh->b_size != blocksize);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786 err = get_block(inode, block, bh, 1);
1787 if (err)
1788 goto recover;
Alex Tomas29a814d2008-07-11 19:27:31 -04001789 clear_buffer_delay(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790 if (buffer_new(bh)) {
1791 /* blockdev mappings never come here */
1792 clear_buffer_new(bh);
Jan Karae64855c2016-11-04 18:08:15 +01001793 clean_bdev_bh_alias(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 }
1795 }
1796 bh = bh->b_this_page;
1797 block++;
1798 } while (bh != head);
1799
1800 do {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 if (!buffer_mapped(bh))
1802 continue;
1803 /*
1804 * If it's a fully non-blocking write attempt and we cannot
1805 * lock the buffer then redirty the page. Note that this can
Jens Axboe5b0830c2009-09-23 19:37:09 +02001806 * potentially cause a busy-wait loop from writeback threads
1807 * and kswapd activity, but those code paths have their own
1808 * higher-level throttling.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809 */
Wu Fengguang1b430be2010-10-26 14:21:26 -07001810 if (wbc->sync_mode != WB_SYNC_NONE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 lock_buffer(bh);
Nick Pigginca5de402008-08-02 12:02:13 +02001812 } else if (!trylock_buffer(bh)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 redirty_page_for_writepage(wbc, page);
1814 continue;
1815 }
1816 if (test_clear_buffer_dirty(bh)) {
Chris Mason35c80d52009-04-15 13:22:38 -04001817 mark_buffer_async_write_endio(bh, handler);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818 } else {
1819 unlock_buffer(bh);
1820 }
1821 } while ((bh = bh->b_this_page) != head);
1822
1823 /*
1824 * The page and its buffers are protected by PageWriteback(), so we can
1825 * drop the bh refcounts early.
1826 */
1827 BUG_ON(PageWriteback(page));
1828 set_page_writeback(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829
1830 do {
1831 struct buffer_head *next = bh->b_this_page;
1832 if (buffer_async_write(bh)) {
Mike Christie2a222ca2016-06-05 14:31:43 -05001833 submit_bh_wbc(REQ_OP_WRITE, write_flags, bh, 0, wbc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834 nr_underway++;
1835 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 bh = next;
1837 } while (bh != head);
Andrew Morton05937ba2005-05-05 16:15:47 -07001838 unlock_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839
1840 err = 0;
1841done:
1842 if (nr_underway == 0) {
1843 /*
1844 * The page was marked dirty, but the buffers were
1845 * clean. Someone wrote them back by hand with
1846 * ll_rw_block/submit_bh. A rare case.
1847 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 end_page_writeback(page);
Nick Piggin3d67f2d2007-05-06 14:49:05 -07001849
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850 /*
1851 * The page and buffer_heads can be released at any time from
1852 * here on.
1853 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854 }
1855 return err;
1856
1857recover:
1858 /*
1859 * ENOSPC, or some other error. We may already have added some
1860 * blocks to the file, so we need to write these out to avoid
1861 * exposing stale data.
1862 * The page is currently locked and not marked for writeback
1863 */
1864 bh = head;
1865 /* Recovery: lock and submit the mapped buffers */
1866 do {
Alex Tomas29a814d2008-07-11 19:27:31 -04001867 if (buffer_mapped(bh) && buffer_dirty(bh) &&
1868 !buffer_delay(bh)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869 lock_buffer(bh);
Chris Mason35c80d52009-04-15 13:22:38 -04001870 mark_buffer_async_write_endio(bh, handler);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871 } else {
1872 /*
1873 * The buffer may have been set dirty during
1874 * attachment to a dirty page.
1875 */
1876 clear_buffer_dirty(bh);
1877 }
1878 } while ((bh = bh->b_this_page) != head);
1879 SetPageError(page);
1880 BUG_ON(PageWriteback(page));
Andrew Morton7e4c3692007-05-08 00:23:27 -07001881 mapping_set_error(page->mapping, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 set_page_writeback(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883 do {
1884 struct buffer_head *next = bh->b_this_page;
1885 if (buffer_async_write(bh)) {
1886 clear_buffer_dirty(bh);
Mike Christie2a222ca2016-06-05 14:31:43 -05001887 submit_bh_wbc(REQ_OP_WRITE, write_flags, bh, 0, wbc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 nr_underway++;
1889 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890 bh = next;
1891 } while (bh != head);
Nick Pigginffda9d32007-02-20 13:57:54 -08001892 unlock_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 goto done;
1894}
Benjamin Marzinskib4bba382016-06-27 09:58:40 -05001895EXPORT_SYMBOL(__block_write_full_page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896
Nick Pigginafddba42007-10-16 01:25:01 -07001897/*
1898 * If a page has any new buffers, zero them out here, and mark them uptodate
1899 * and dirty so they'll be written out (in order to prevent uninitialised
1900 * block data from leaking). And clear the new bit.
1901 */
1902void page_zero_new_buffers(struct page *page, unsigned from, unsigned to)
1903{
1904 unsigned int block_start, block_end;
1905 struct buffer_head *head, *bh;
1906
1907 BUG_ON(!PageLocked(page));
1908 if (!page_has_buffers(page))
1909 return;
1910
1911 bh = head = page_buffers(page);
1912 block_start = 0;
1913 do {
1914 block_end = block_start + bh->b_size;
1915
1916 if (buffer_new(bh)) {
1917 if (block_end > from && block_start < to) {
1918 if (!PageUptodate(page)) {
1919 unsigned start, size;
1920
1921 start = max(from, block_start);
1922 size = min(to, block_end) - start;
1923
Christoph Lametereebd2aa2008-02-04 22:28:29 -08001924 zero_user(page, start, size);
Nick Pigginafddba42007-10-16 01:25:01 -07001925 set_buffer_uptodate(bh);
1926 }
1927
1928 clear_buffer_new(bh);
1929 mark_buffer_dirty(bh);
1930 }
1931 }
1932
1933 block_start = block_end;
1934 bh = bh->b_this_page;
1935 } while (bh != head);
1936}
1937EXPORT_SYMBOL(page_zero_new_buffers);
1938
Christoph Hellwigae259a92016-06-21 09:23:11 +10001939static void
1940iomap_to_bh(struct inode *inode, sector_t block, struct buffer_head *bh,
1941 struct iomap *iomap)
1942{
1943 loff_t offset = block << inode->i_blkbits;
1944
1945 bh->b_bdev = iomap->bdev;
1946
1947 /*
1948 * Block points to offset in file we need to map, iomap contains
1949 * the offset at which the map starts. If the map ends before the
1950 * current block, then do not map the buffer and let the caller
1951 * handle it.
1952 */
1953 BUG_ON(offset >= iomap->offset + iomap->length);
1954
1955 switch (iomap->type) {
1956 case IOMAP_HOLE:
1957 /*
1958 * If the buffer is not up to date or beyond the current EOF,
1959 * we need to mark it as new to ensure sub-block zeroing is
1960 * executed if necessary.
1961 */
1962 if (!buffer_uptodate(bh) ||
1963 (offset >= i_size_read(inode)))
1964 set_buffer_new(bh);
1965 break;
1966 case IOMAP_DELALLOC:
1967 if (!buffer_uptodate(bh) ||
1968 (offset >= i_size_read(inode)))
1969 set_buffer_new(bh);
1970 set_buffer_uptodate(bh);
1971 set_buffer_mapped(bh);
1972 set_buffer_delay(bh);
1973 break;
1974 case IOMAP_UNWRITTEN:
1975 /*
1976 * For unwritten regions, we always need to ensure that
1977 * sub-block writes cause the regions in the block we are not
1978 * writing to are zeroed. Set the buffer as new to ensure this.
1979 */
1980 set_buffer_new(bh);
1981 set_buffer_unwritten(bh);
1982 /* FALLTHRU */
1983 case IOMAP_MAPPED:
1984 if (offset >= i_size_read(inode))
1985 set_buffer_new(bh);
1986 bh->b_blocknr = (iomap->blkno >> (inode->i_blkbits - 9)) +
1987 ((offset - iomap->offset) >> inode->i_blkbits);
1988 set_buffer_mapped(bh);
1989 break;
1990 }
1991}
1992
1993int __block_write_begin_int(struct page *page, loff_t pos, unsigned len,
1994 get_block_t *get_block, struct iomap *iomap)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995{
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001996 unsigned from = pos & (PAGE_SIZE - 1);
Christoph Hellwigebdec242010-10-06 10:47:23 +02001997 unsigned to = from + len;
Christoph Hellwig6e1db882010-06-04 11:29:57 +02001998 struct inode *inode = page->mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999 unsigned block_start, block_end;
2000 sector_t block;
2001 int err = 0;
2002 unsigned blocksize, bbits;
2003 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait;
2004
2005 BUG_ON(!PageLocked(page));
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002006 BUG_ON(from > PAGE_SIZE);
2007 BUG_ON(to > PAGE_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008 BUG_ON(from > to);
2009
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002010 head = create_page_buffers(page, inode, 0);
2011 blocksize = head->b_size;
2012 bbits = block_size_bits(blocksize);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002014 block = (sector_t)page->index << (PAGE_SHIFT - bbits);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015
2016 for(bh = head, block_start = 0; bh != head || !block_start;
2017 block++, block_start=block_end, bh = bh->b_this_page) {
2018 block_end = block_start + blocksize;
2019 if (block_end <= from || block_start >= to) {
2020 if (PageUptodate(page)) {
2021 if (!buffer_uptodate(bh))
2022 set_buffer_uptodate(bh);
2023 }
2024 continue;
2025 }
2026 if (buffer_new(bh))
2027 clear_buffer_new(bh);
2028 if (!buffer_mapped(bh)) {
Badari Pulavartyb0cf2322006-03-26 01:38:00 -08002029 WARN_ON(bh->b_size != blocksize);
Christoph Hellwigae259a92016-06-21 09:23:11 +10002030 if (get_block) {
2031 err = get_block(inode, block, bh, 1);
2032 if (err)
2033 break;
2034 } else {
2035 iomap_to_bh(inode, block, bh, iomap);
2036 }
2037
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038 if (buffer_new(bh)) {
Jan Karae64855c2016-11-04 18:08:15 +01002039 clean_bdev_bh_alias(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 if (PageUptodate(page)) {
Nick Piggin637aff42007-10-16 01:25:00 -07002041 clear_buffer_new(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042 set_buffer_uptodate(bh);
Nick Piggin637aff42007-10-16 01:25:00 -07002043 mark_buffer_dirty(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044 continue;
2045 }
Christoph Lametereebd2aa2008-02-04 22:28:29 -08002046 if (block_end > to || block_start < from)
2047 zero_user_segments(page,
2048 to, block_end,
2049 block_start, from);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050 continue;
2051 }
2052 }
2053 if (PageUptodate(page)) {
2054 if (!buffer_uptodate(bh))
2055 set_buffer_uptodate(bh);
2056 continue;
2057 }
2058 if (!buffer_uptodate(bh) && !buffer_delay(bh) &&
David Chinner33a266d2007-02-12 00:51:41 -08002059 !buffer_unwritten(bh) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 (block_start < from || block_end > to)) {
Mike Christiedfec8a12016-06-05 14:31:44 -05002061 ll_rw_block(REQ_OP_READ, 0, 1, &bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062 *wait_bh++=bh;
2063 }
2064 }
2065 /*
2066 * If we issued read requests - let them complete.
2067 */
2068 while(wait_bh > wait) {
2069 wait_on_buffer(*--wait_bh);
2070 if (!buffer_uptodate(*wait_bh))
Nick Pigginf3ddbdc2005-05-05 16:15:45 -07002071 err = -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072 }
Jan Karaf9f07b62011-06-14 00:58:27 +02002073 if (unlikely(err))
Nick Pigginafddba42007-10-16 01:25:01 -07002074 page_zero_new_buffers(page, from, to);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 return err;
2076}
Christoph Hellwigae259a92016-06-21 09:23:11 +10002077
2078int __block_write_begin(struct page *page, loff_t pos, unsigned len,
2079 get_block_t *get_block)
2080{
2081 return __block_write_begin_int(page, pos, len, get_block, NULL);
2082}
Christoph Hellwigebdec242010-10-06 10:47:23 +02002083EXPORT_SYMBOL(__block_write_begin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084
2085static int __block_commit_write(struct inode *inode, struct page *page,
2086 unsigned from, unsigned to)
2087{
2088 unsigned block_start, block_end;
2089 int partial = 0;
2090 unsigned blocksize;
2091 struct buffer_head *bh, *head;
2092
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002093 bh = head = page_buffers(page);
2094 blocksize = bh->b_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002096 block_start = 0;
2097 do {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 block_end = block_start + blocksize;
2099 if (block_end <= from || block_start >= to) {
2100 if (!buffer_uptodate(bh))
2101 partial = 1;
2102 } else {
2103 set_buffer_uptodate(bh);
2104 mark_buffer_dirty(bh);
2105 }
Nick Pigginafddba42007-10-16 01:25:01 -07002106 clear_buffer_new(bh);
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002107
2108 block_start = block_end;
2109 bh = bh->b_this_page;
2110 } while (bh != head);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111
2112 /*
2113 * If this is a partial write which happened to make all buffers
2114 * uptodate then we can optimize away a bogus readpage() for
2115 * the next read(). Here we 'discover' whether the page went
2116 * uptodate as a result of this (potentially partial) write.
2117 */
2118 if (!partial)
2119 SetPageUptodate(page);
2120 return 0;
2121}
2122
2123/*
Christoph Hellwig155130a2010-06-04 11:29:58 +02002124 * block_write_begin takes care of the basic task of block allocation and
2125 * bringing partial write blocks uptodate first.
2126 *
npiggin@suse.de7bb46a62010-05-27 01:05:33 +10002127 * The filesystem needs to handle block truncation upon failure.
Nick Pigginafddba42007-10-16 01:25:01 -07002128 */
Christoph Hellwig155130a2010-06-04 11:29:58 +02002129int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
2130 unsigned flags, struct page **pagep, get_block_t *get_block)
Nick Pigginafddba42007-10-16 01:25:01 -07002131{
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002132 pgoff_t index = pos >> PAGE_SHIFT;
Nick Pigginafddba42007-10-16 01:25:01 -07002133 struct page *page;
Christoph Hellwig6e1db882010-06-04 11:29:57 +02002134 int status;
Nick Pigginafddba42007-10-16 01:25:01 -07002135
Christoph Hellwig6e1db882010-06-04 11:29:57 +02002136 page = grab_cache_page_write_begin(mapping, index, flags);
2137 if (!page)
2138 return -ENOMEM;
Nick Pigginafddba42007-10-16 01:25:01 -07002139
Christoph Hellwig6e1db882010-06-04 11:29:57 +02002140 status = __block_write_begin(page, pos, len, get_block);
Nick Pigginafddba42007-10-16 01:25:01 -07002141 if (unlikely(status)) {
Christoph Hellwig6e1db882010-06-04 11:29:57 +02002142 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002143 put_page(page);
Christoph Hellwig6e1db882010-06-04 11:29:57 +02002144 page = NULL;
Nick Pigginafddba42007-10-16 01:25:01 -07002145 }
2146
Christoph Hellwig6e1db882010-06-04 11:29:57 +02002147 *pagep = page;
Nick Pigginafddba42007-10-16 01:25:01 -07002148 return status;
2149}
2150EXPORT_SYMBOL(block_write_begin);
2151
2152int block_write_end(struct file *file, struct address_space *mapping,
2153 loff_t pos, unsigned len, unsigned copied,
2154 struct page *page, void *fsdata)
2155{
2156 struct inode *inode = mapping->host;
2157 unsigned start;
2158
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002159 start = pos & (PAGE_SIZE - 1);
Nick Pigginafddba42007-10-16 01:25:01 -07002160
2161 if (unlikely(copied < len)) {
2162 /*
2163 * The buffers that were written will now be uptodate, so we
2164 * don't have to worry about a readpage reading them and
2165 * overwriting a partial write. However if we have encountered
2166 * a short write and only partially written into a buffer, it
2167 * will not be marked uptodate, so a readpage might come in and
2168 * destroy our partial write.
2169 *
2170 * Do the simplest thing, and just treat any short write to a
2171 * non uptodate page as a zero-length write, and force the
2172 * caller to redo the whole thing.
2173 */
2174 if (!PageUptodate(page))
2175 copied = 0;
2176
2177 page_zero_new_buffers(page, start+copied, start+len);
2178 }
2179 flush_dcache_page(page);
2180
2181 /* This could be a short (even 0-length) commit */
2182 __block_commit_write(inode, page, start, start+copied);
2183
2184 return copied;
2185}
2186EXPORT_SYMBOL(block_write_end);
2187
2188int generic_write_end(struct file *file, struct address_space *mapping,
2189 loff_t pos, unsigned len, unsigned copied,
2190 struct page *page, void *fsdata)
2191{
2192 struct inode *inode = mapping->host;
Jan Kara90a80202014-10-01 21:49:18 -04002193 loff_t old_size = inode->i_size;
Jan Karac7d206b2008-07-11 19:27:31 -04002194 int i_size_changed = 0;
Nick Pigginafddba42007-10-16 01:25:01 -07002195
2196 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
2197
2198 /*
2199 * No need to use i_size_read() here, the i_size
2200 * cannot change under us because we hold i_mutex.
2201 *
2202 * But it's important to update i_size while still holding page lock:
2203 * page writeout could otherwise come in and zero beyond i_size.
2204 */
2205 if (pos+copied > inode->i_size) {
2206 i_size_write(inode, pos+copied);
Jan Karac7d206b2008-07-11 19:27:31 -04002207 i_size_changed = 1;
Nick Pigginafddba42007-10-16 01:25:01 -07002208 }
2209
2210 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002211 put_page(page);
Nick Pigginafddba42007-10-16 01:25:01 -07002212
Jan Kara90a80202014-10-01 21:49:18 -04002213 if (old_size < pos)
2214 pagecache_isize_extended(inode, old_size, pos);
Jan Karac7d206b2008-07-11 19:27:31 -04002215 /*
2216 * Don't mark the inode dirty under page lock. First, it unnecessarily
2217 * makes the holding time of page lock longer. Second, it forces lock
2218 * ordering of page lock and transaction start for journaling
2219 * filesystems.
2220 */
2221 if (i_size_changed)
2222 mark_inode_dirty(inode);
2223
Nick Pigginafddba42007-10-16 01:25:01 -07002224 return copied;
2225}
2226EXPORT_SYMBOL(generic_write_end);
2227
2228/*
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07002229 * block_is_partially_uptodate checks whether buffers within a page are
2230 * uptodate or not.
2231 *
2232 * Returns true if all buffers which correspond to a file portion
2233 * we want to read are uptodate.
2234 */
Al Viroc186afb42014-02-02 21:16:54 -05002235int block_is_partially_uptodate(struct page *page, unsigned long from,
2236 unsigned long count)
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07002237{
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07002238 unsigned block_start, block_end, blocksize;
2239 unsigned to;
2240 struct buffer_head *bh, *head;
2241 int ret = 1;
2242
2243 if (!page_has_buffers(page))
2244 return 0;
2245
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002246 head = page_buffers(page);
2247 blocksize = head->b_size;
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002248 to = min_t(unsigned, PAGE_SIZE - from, count);
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07002249 to = from + to;
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002250 if (from < blocksize && to > PAGE_SIZE - blocksize)
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07002251 return 0;
2252
Hisashi Hifumi8ab22b92008-07-28 15:46:36 -07002253 bh = head;
2254 block_start = 0;
2255 do {
2256 block_end = block_start + blocksize;
2257 if (block_end > from && block_start < to) {
2258 if (!buffer_uptodate(bh)) {
2259 ret = 0;
2260 break;
2261 }
2262 if (block_end >= to)
2263 break;
2264 }
2265 block_start = block_end;
2266 bh = bh->b_this_page;
2267 } while (bh != head);
2268
2269 return ret;
2270}
2271EXPORT_SYMBOL(block_is_partially_uptodate);
2272
2273/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274 * Generic "read page" function for block devices that have the normal
2275 * get_block functionality. This is most of the block device filesystems.
2276 * Reads the page asynchronously --- the unlock_buffer() and
2277 * set/clear_buffer_uptodate() functions propagate buffer state into the
2278 * page struct once IO has completed.
2279 */
2280int block_read_full_page(struct page *page, get_block_t *get_block)
2281{
2282 struct inode *inode = page->mapping->host;
2283 sector_t iblock, lblock;
2284 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE];
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002285 unsigned int blocksize, bbits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286 int nr, i;
2287 int fully_mapped = 1;
2288
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002289 head = create_page_buffers(page, inode, 0);
2290 blocksize = head->b_size;
2291 bbits = block_size_bits(blocksize);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002293 iblock = (sector_t)page->index << (PAGE_SHIFT - bbits);
Linus Torvalds45bce8f2012-11-29 10:21:43 -08002294 lblock = (i_size_read(inode)+blocksize-1) >> bbits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 bh = head;
2296 nr = 0;
2297 i = 0;
2298
2299 do {
2300 if (buffer_uptodate(bh))
2301 continue;
2302
2303 if (!buffer_mapped(bh)) {
Andrew Mortonc64610b2005-05-16 21:53:49 -07002304 int err = 0;
2305
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306 fully_mapped = 0;
2307 if (iblock < lblock) {
Badari Pulavartyb0cf2322006-03-26 01:38:00 -08002308 WARN_ON(bh->b_size != blocksize);
Andrew Mortonc64610b2005-05-16 21:53:49 -07002309 err = get_block(inode, iblock, bh, 0);
2310 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311 SetPageError(page);
2312 }
2313 if (!buffer_mapped(bh)) {
Christoph Lametereebd2aa2008-02-04 22:28:29 -08002314 zero_user(page, i * blocksize, blocksize);
Andrew Mortonc64610b2005-05-16 21:53:49 -07002315 if (!err)
2316 set_buffer_uptodate(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 continue;
2318 }
2319 /*
2320 * get_block() might have updated the buffer
2321 * synchronously
2322 */
2323 if (buffer_uptodate(bh))
2324 continue;
2325 }
2326 arr[nr++] = bh;
2327 } while (i++, iblock++, (bh = bh->b_this_page) != head);
2328
2329 if (fully_mapped)
2330 SetPageMappedToDisk(page);
2331
2332 if (!nr) {
2333 /*
2334 * All buffers are uptodate - we can set the page uptodate
2335 * as well. But not if get_block() returned an error.
2336 */
2337 if (!PageError(page))
2338 SetPageUptodate(page);
2339 unlock_page(page);
2340 return 0;
2341 }
2342
2343 /* Stage two: lock the buffers */
2344 for (i = 0; i < nr; i++) {
2345 bh = arr[i];
2346 lock_buffer(bh);
2347 mark_buffer_async_read(bh);
2348 }
2349
2350 /*
2351 * Stage 3: start the IO. Check for uptodateness
2352 * inside the buffer lock in case another process reading
2353 * the underlying blockdev brought it uptodate (the sct fix).
2354 */
2355 for (i = 0; i < nr; i++) {
2356 bh = arr[i];
2357 if (buffer_uptodate(bh))
2358 end_buffer_async_read(bh, 1);
2359 else
Mike Christie2a222ca2016-06-05 14:31:43 -05002360 submit_bh(REQ_OP_READ, 0, bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361 }
2362 return 0;
2363}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07002364EXPORT_SYMBOL(block_read_full_page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365
2366/* utility function for filesystems that need to do work on expanding
Nick Piggin89e10782007-10-16 01:25:07 -07002367 * truncates. Uses filesystem pagecache writes to allow the filesystem to
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 * deal with the hole.
2369 */
Nick Piggin89e10782007-10-16 01:25:07 -07002370int generic_cont_expand_simple(struct inode *inode, loff_t size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371{
2372 struct address_space *mapping = inode->i_mapping;
2373 struct page *page;
Nick Piggin89e10782007-10-16 01:25:07 -07002374 void *fsdata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375 int err;
2376
npiggin@suse.dec08d3b02009-08-21 02:35:06 +10002377 err = inode_newsize_ok(inode, size);
2378 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 goto out;
2380
Nick Piggin89e10782007-10-16 01:25:07 -07002381 err = pagecache_write_begin(NULL, mapping, size, 0,
2382 AOP_FLAG_UNINTERRUPTIBLE|AOP_FLAG_CONT_EXPAND,
2383 &page, &fsdata);
2384 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385 goto out;
OGAWA Hirofumi05eb0b52006-01-08 01:02:13 -08002386
Nick Piggin89e10782007-10-16 01:25:07 -07002387 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata);
2388 BUG_ON(err > 0);
OGAWA Hirofumi05eb0b52006-01-08 01:02:13 -08002389
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390out:
2391 return err;
2392}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07002393EXPORT_SYMBOL(generic_cont_expand_simple);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394
Adrian Bunkf1e3af72008-04-29 00:59:01 -07002395static int cont_expand_zero(struct file *file, struct address_space *mapping,
2396 loff_t pos, loff_t *bytes)
OGAWA Hirofumi05eb0b52006-01-08 01:02:13 -08002397{
Nick Piggin89e10782007-10-16 01:25:07 -07002398 struct inode *inode = mapping->host;
Fabian Frederick93407472017-02-27 14:28:32 -08002399 unsigned int blocksize = i_blocksize(inode);
Nick Piggin89e10782007-10-16 01:25:07 -07002400 struct page *page;
2401 void *fsdata;
2402 pgoff_t index, curidx;
2403 loff_t curpos;
2404 unsigned zerofrom, offset, len;
2405 int err = 0;
OGAWA Hirofumi05eb0b52006-01-08 01:02:13 -08002406
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002407 index = pos >> PAGE_SHIFT;
2408 offset = pos & ~PAGE_MASK;
Nick Piggin89e10782007-10-16 01:25:07 -07002409
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002410 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) {
2411 zerofrom = curpos & ~PAGE_MASK;
Nick Piggin89e10782007-10-16 01:25:07 -07002412 if (zerofrom & (blocksize-1)) {
2413 *bytes |= (blocksize-1);
2414 (*bytes)++;
2415 }
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002416 len = PAGE_SIZE - zerofrom;
Nick Piggin89e10782007-10-16 01:25:07 -07002417
2418 err = pagecache_write_begin(file, mapping, curpos, len,
2419 AOP_FLAG_UNINTERRUPTIBLE,
2420 &page, &fsdata);
2421 if (err)
2422 goto out;
Christoph Lametereebd2aa2008-02-04 22:28:29 -08002423 zero_user(page, zerofrom, len);
Nick Piggin89e10782007-10-16 01:25:07 -07002424 err = pagecache_write_end(file, mapping, curpos, len, len,
2425 page, fsdata);
2426 if (err < 0)
2427 goto out;
2428 BUG_ON(err != len);
2429 err = 0;
OGAWA Hirofumi061e9742008-04-28 02:16:28 -07002430
2431 balance_dirty_pages_ratelimited(mapping);
Mikulas Patockac2ca0fc2014-07-27 13:00:41 -04002432
2433 if (unlikely(fatal_signal_pending(current))) {
2434 err = -EINTR;
2435 goto out;
2436 }
Nick Piggin89e10782007-10-16 01:25:07 -07002437 }
2438
2439 /* page covers the boundary, find the boundary offset */
2440 if (index == curidx) {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002441 zerofrom = curpos & ~PAGE_MASK;
Nick Piggin89e10782007-10-16 01:25:07 -07002442 /* if we will expand the thing last block will be filled */
2443 if (offset <= zerofrom) {
2444 goto out;
2445 }
2446 if (zerofrom & (blocksize-1)) {
2447 *bytes |= (blocksize-1);
2448 (*bytes)++;
2449 }
2450 len = offset - zerofrom;
2451
2452 err = pagecache_write_begin(file, mapping, curpos, len,
2453 AOP_FLAG_UNINTERRUPTIBLE,
2454 &page, &fsdata);
2455 if (err)
2456 goto out;
Christoph Lametereebd2aa2008-02-04 22:28:29 -08002457 zero_user(page, zerofrom, len);
Nick Piggin89e10782007-10-16 01:25:07 -07002458 err = pagecache_write_end(file, mapping, curpos, len, len,
2459 page, fsdata);
2460 if (err < 0)
2461 goto out;
2462 BUG_ON(err != len);
2463 err = 0;
2464 }
2465out:
2466 return err;
OGAWA Hirofumi05eb0b52006-01-08 01:02:13 -08002467}
2468
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469/*
2470 * For moronic filesystems that do not allow holes in file.
2471 * We may have to extend the file.
2472 */
Christoph Hellwig282dc172010-06-04 11:29:55 +02002473int cont_write_begin(struct file *file, struct address_space *mapping,
Nick Piggin89e10782007-10-16 01:25:07 -07002474 loff_t pos, unsigned len, unsigned flags,
2475 struct page **pagep, void **fsdata,
2476 get_block_t *get_block, loff_t *bytes)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478 struct inode *inode = mapping->host;
Fabian Frederick93407472017-02-27 14:28:32 -08002479 unsigned int blocksize = i_blocksize(inode);
2480 unsigned int zerofrom;
Nick Piggin89e10782007-10-16 01:25:07 -07002481 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482
Nick Piggin89e10782007-10-16 01:25:07 -07002483 err = cont_expand_zero(file, mapping, pos, bytes);
2484 if (err)
Christoph Hellwig155130a2010-06-04 11:29:58 +02002485 return err;
Nick Piggin89e10782007-10-16 01:25:07 -07002486
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002487 zerofrom = *bytes & ~PAGE_MASK;
Nick Piggin89e10782007-10-16 01:25:07 -07002488 if (pos+len > *bytes && zerofrom & (blocksize-1)) {
2489 *bytes |= (blocksize-1);
2490 (*bytes)++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491 }
2492
Christoph Hellwig155130a2010-06-04 11:29:58 +02002493 return block_write_begin(mapping, pos, len, flags, pagep, get_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07002495EXPORT_SYMBOL(cont_write_begin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497int block_commit_write(struct page *page, unsigned from, unsigned to)
2498{
2499 struct inode *inode = page->mapping->host;
2500 __block_commit_write(inode,page,from,to);
2501 return 0;
2502}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07002503EXPORT_SYMBOL(block_commit_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504
David Chinner54171692007-07-19 17:39:55 +10002505/*
2506 * block_page_mkwrite() is not allowed to change the file size as it gets
2507 * called from a page fault handler when a page is first dirtied. Hence we must
2508 * be careful to check for EOF conditions here. We set the page up correctly
2509 * for a written page which means we get ENOSPC checking when writing into
2510 * holes and correct delalloc and unwritten extent mapping on filesystems that
2511 * support these features.
2512 *
2513 * We are not allowed to take the i_mutex here so we have to play games to
2514 * protect against truncate races as the page could now be beyond EOF. Because
npiggin@suse.de7bb46a62010-05-27 01:05:33 +10002515 * truncate writes the inode size before removing pages, once we have the
David Chinner54171692007-07-19 17:39:55 +10002516 * page lock we can determine safely if the page is beyond EOF. If it is not
2517 * beyond EOF, then the page is guaranteed safe against truncation until we
2518 * unlock the page.
Jan Karaea13a862011-05-24 00:23:35 +02002519 *
Jan Kara14da9202012-06-12 16:20:37 +02002520 * Direct callers of this function should protect against filesystem freezing
Ross Zwisler5c500022015-10-13 16:51:02 -06002521 * using sb_start_pagefault() - sb_end_pagefault() functions.
David Chinner54171692007-07-19 17:39:55 +10002522 */
Ross Zwisler5c500022015-10-13 16:51:02 -06002523int block_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf,
Jan Kara24da4fa2011-05-24 00:23:34 +02002524 get_block_t get_block)
David Chinner54171692007-07-19 17:39:55 +10002525{
Nick Pigginc2ec1752009-03-31 15:23:21 -07002526 struct page *page = vmf->page;
Al Viro496ad9a2013-01-23 17:07:38 -05002527 struct inode *inode = file_inode(vma->vm_file);
David Chinner54171692007-07-19 17:39:55 +10002528 unsigned long end;
2529 loff_t size;
Jan Kara24da4fa2011-05-24 00:23:34 +02002530 int ret;
David Chinner54171692007-07-19 17:39:55 +10002531
2532 lock_page(page);
2533 size = i_size_read(inode);
2534 if ((page->mapping != inode->i_mapping) ||
Nick Piggin18336332007-07-20 00:31:45 -07002535 (page_offset(page) > size)) {
Jan Kara24da4fa2011-05-24 00:23:34 +02002536 /* We overload EFAULT to mean page got truncated */
2537 ret = -EFAULT;
2538 goto out_unlock;
David Chinner54171692007-07-19 17:39:55 +10002539 }
2540
2541 /* page is wholly or partially inside EOF */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002542 if (((page->index + 1) << PAGE_SHIFT) > size)
2543 end = size & ~PAGE_MASK;
David Chinner54171692007-07-19 17:39:55 +10002544 else
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002545 end = PAGE_SIZE;
David Chinner54171692007-07-19 17:39:55 +10002546
Christoph Hellwigebdec242010-10-06 10:47:23 +02002547 ret = __block_write_begin(page, 0, end, get_block);
David Chinner54171692007-07-19 17:39:55 +10002548 if (!ret)
2549 ret = block_commit_write(page, 0, end);
2550
Jan Kara24da4fa2011-05-24 00:23:34 +02002551 if (unlikely(ret < 0))
2552 goto out_unlock;
Jan Karaea13a862011-05-24 00:23:35 +02002553 set_page_dirty(page);
Darrick J. Wong1d1d1a72013-02-21 16:42:51 -08002554 wait_for_stable_page(page);
Jan Kara24da4fa2011-05-24 00:23:34 +02002555 return 0;
2556out_unlock:
2557 unlock_page(page);
David Chinner54171692007-07-19 17:39:55 +10002558 return ret;
2559}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07002560EXPORT_SYMBOL(block_page_mkwrite);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561
2562/*
Nick Piggin03158cd2007-10-16 01:25:25 -07002563 * nobh_write_begin()'s prereads are special: the buffer_heads are freed
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 * immediately, while under the page lock. So it needs a special end_io
2565 * handler which does not touch the bh after unlocking it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566 */
2567static void end_buffer_read_nobh(struct buffer_head *bh, int uptodate)
2568{
Dmitry Monakhov68671f32007-10-16 01:24:47 -07002569 __end_buffer_read_notouch(bh, uptodate);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570}
2571
2572/*
Nick Piggin03158cd2007-10-16 01:25:25 -07002573 * Attach the singly-linked list of buffers created by nobh_write_begin, to
2574 * the page (converting it to circular linked list and taking care of page
2575 * dirty races).
2576 */
2577static void attach_nobh_buffers(struct page *page, struct buffer_head *head)
2578{
2579 struct buffer_head *bh;
2580
2581 BUG_ON(!PageLocked(page));
2582
2583 spin_lock(&page->mapping->private_lock);
2584 bh = head;
2585 do {
2586 if (PageDirty(page))
2587 set_buffer_dirty(bh);
2588 if (!bh->b_this_page)
2589 bh->b_this_page = head;
2590 bh = bh->b_this_page;
2591 } while (bh != head);
2592 attach_page_buffers(page, head);
2593 spin_unlock(&page->mapping->private_lock);
2594}
2595
2596/*
Christoph Hellwigea0f04e2010-06-04 11:29:54 +02002597 * On entry, the page is fully not uptodate.
2598 * On exit the page is fully uptodate in the areas outside (from,to)
npiggin@suse.de7bb46a62010-05-27 01:05:33 +10002599 * The filesystem needs to handle block truncation upon failure.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600 */
Christoph Hellwigea0f04e2010-06-04 11:29:54 +02002601int nobh_write_begin(struct address_space *mapping,
Nick Piggin03158cd2007-10-16 01:25:25 -07002602 loff_t pos, unsigned len, unsigned flags,
2603 struct page **pagep, void **fsdata,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604 get_block_t *get_block)
2605{
Nick Piggin03158cd2007-10-16 01:25:25 -07002606 struct inode *inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607 const unsigned blkbits = inode->i_blkbits;
2608 const unsigned blocksize = 1 << blkbits;
Nick Piggina4b06722007-10-16 01:24:48 -07002609 struct buffer_head *head, *bh;
Nick Piggin03158cd2007-10-16 01:25:25 -07002610 struct page *page;
2611 pgoff_t index;
2612 unsigned from, to;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613 unsigned block_in_page;
Nick Piggina4b06722007-10-16 01:24:48 -07002614 unsigned block_start, block_end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615 sector_t block_in_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616 int nr_reads = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617 int ret = 0;
2618 int is_mapped_to_disk = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002620 index = pos >> PAGE_SHIFT;
2621 from = pos & (PAGE_SIZE - 1);
Nick Piggin03158cd2007-10-16 01:25:25 -07002622 to = from + len;
2623
Nick Piggin54566b22009-01-04 12:00:53 -08002624 page = grab_cache_page_write_begin(mapping, index, flags);
Nick Piggin03158cd2007-10-16 01:25:25 -07002625 if (!page)
2626 return -ENOMEM;
2627 *pagep = page;
2628 *fsdata = NULL;
2629
2630 if (page_has_buffers(page)) {
Namhyung Kim309f77a2010-10-25 15:01:12 +09002631 ret = __block_write_begin(page, pos, len, get_block);
2632 if (unlikely(ret))
2633 goto out_release;
2634 return ret;
Nick Piggin03158cd2007-10-16 01:25:25 -07002635 }
Nick Piggina4b06722007-10-16 01:24:48 -07002636
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637 if (PageMappedToDisk(page))
2638 return 0;
2639
Nick Piggina4b06722007-10-16 01:24:48 -07002640 /*
2641 * Allocate buffers so that we can keep track of state, and potentially
2642 * attach them to the page if an error occurs. In the common case of
2643 * no error, they will just be freed again without ever being attached
2644 * to the page (which is all OK, because we're under the page lock).
2645 *
2646 * Be careful: the buffer linked list is a NULL terminated one, rather
2647 * than the circular one we're used to.
2648 */
2649 head = alloc_page_buffers(page, blocksize, 0);
Nick Piggin03158cd2007-10-16 01:25:25 -07002650 if (!head) {
2651 ret = -ENOMEM;
2652 goto out_release;
2653 }
Nick Piggina4b06722007-10-16 01:24:48 -07002654
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002655 block_in_file = (sector_t)page->index << (PAGE_SHIFT - blkbits);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656
2657 /*
2658 * We loop across all blocks in the page, whether or not they are
2659 * part of the affected region. This is so we can discover if the
2660 * page is fully mapped-to-disk.
2661 */
Nick Piggina4b06722007-10-16 01:24:48 -07002662 for (block_start = 0, block_in_page = 0, bh = head;
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002663 block_start < PAGE_SIZE;
Nick Piggina4b06722007-10-16 01:24:48 -07002664 block_in_page++, block_start += blocksize, bh = bh->b_this_page) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665 int create;
2666
Nick Piggina4b06722007-10-16 01:24:48 -07002667 block_end = block_start + blocksize;
2668 bh->b_state = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669 create = 1;
2670 if (block_start >= to)
2671 create = 0;
2672 ret = get_block(inode, block_in_file + block_in_page,
Nick Piggina4b06722007-10-16 01:24:48 -07002673 bh, create);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674 if (ret)
2675 goto failed;
Nick Piggina4b06722007-10-16 01:24:48 -07002676 if (!buffer_mapped(bh))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 is_mapped_to_disk = 0;
Nick Piggina4b06722007-10-16 01:24:48 -07002678 if (buffer_new(bh))
Jan Karae64855c2016-11-04 18:08:15 +01002679 clean_bdev_bh_alias(bh);
Nick Piggina4b06722007-10-16 01:24:48 -07002680 if (PageUptodate(page)) {
2681 set_buffer_uptodate(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682 continue;
Nick Piggina4b06722007-10-16 01:24:48 -07002683 }
2684 if (buffer_new(bh) || !buffer_mapped(bh)) {
Christoph Lametereebd2aa2008-02-04 22:28:29 -08002685 zero_user_segments(page, block_start, from,
2686 to, block_end);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687 continue;
2688 }
Nick Piggina4b06722007-10-16 01:24:48 -07002689 if (buffer_uptodate(bh))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690 continue; /* reiserfs does this */
2691 if (block_start < from || block_end > to) {
Nick Piggina4b06722007-10-16 01:24:48 -07002692 lock_buffer(bh);
2693 bh->b_end_io = end_buffer_read_nobh;
Mike Christie2a222ca2016-06-05 14:31:43 -05002694 submit_bh(REQ_OP_READ, 0, bh);
Nick Piggina4b06722007-10-16 01:24:48 -07002695 nr_reads++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696 }
2697 }
2698
2699 if (nr_reads) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 /*
2701 * The page is locked, so these buffers are protected from
2702 * any VM or truncate activity. Hence we don't need to care
2703 * for the buffer_head refcounts.
2704 */
Nick Piggina4b06722007-10-16 01:24:48 -07002705 for (bh = head; bh; bh = bh->b_this_page) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 wait_on_buffer(bh);
2707 if (!buffer_uptodate(bh))
2708 ret = -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709 }
2710 if (ret)
2711 goto failed;
2712 }
2713
2714 if (is_mapped_to_disk)
2715 SetPageMappedToDisk(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716
Nick Piggin03158cd2007-10-16 01:25:25 -07002717 *fsdata = head; /* to be released by nobh_write_end */
Nick Piggina4b06722007-10-16 01:24:48 -07002718
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719 return 0;
2720
2721failed:
Nick Piggin03158cd2007-10-16 01:25:25 -07002722 BUG_ON(!ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723 /*
Nick Piggina4b06722007-10-16 01:24:48 -07002724 * Error recovery is a bit difficult. We need to zero out blocks that
2725 * were newly allocated, and dirty them to ensure they get written out.
2726 * Buffers need to be attached to the page at this point, otherwise
2727 * the handling of potential IO errors during writeout would be hard
2728 * (could try doing synchronous writeout, but what if that fails too?)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729 */
Nick Piggin03158cd2007-10-16 01:25:25 -07002730 attach_nobh_buffers(page, head);
2731 page_zero_new_buffers(page, from, to);
Nick Piggina4b06722007-10-16 01:24:48 -07002732
Nick Piggin03158cd2007-10-16 01:25:25 -07002733out_release:
2734 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002735 put_page(page);
Nick Piggin03158cd2007-10-16 01:25:25 -07002736 *pagep = NULL;
Nick Piggina4b06722007-10-16 01:24:48 -07002737
npiggin@suse.de7bb46a62010-05-27 01:05:33 +10002738 return ret;
2739}
Nick Piggin03158cd2007-10-16 01:25:25 -07002740EXPORT_SYMBOL(nobh_write_begin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741
Nick Piggin03158cd2007-10-16 01:25:25 -07002742int nobh_write_end(struct file *file, struct address_space *mapping,
2743 loff_t pos, unsigned len, unsigned copied,
2744 struct page *page, void *fsdata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745{
2746 struct inode *inode = page->mapping->host;
Nick Pigginefdc3132007-10-21 06:57:41 +02002747 struct buffer_head *head = fsdata;
Nick Piggin03158cd2007-10-16 01:25:25 -07002748 struct buffer_head *bh;
Dmitri Monakhov5b41e742008-03-28 14:15:52 -07002749 BUG_ON(fsdata != NULL && page_has_buffers(page));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750
Dave Kleikampd4cf1092009-02-06 14:59:26 -06002751 if (unlikely(copied < len) && head)
Dmitri Monakhov5b41e742008-03-28 14:15:52 -07002752 attach_nobh_buffers(page, head);
2753 if (page_has_buffers(page))
2754 return generic_write_end(file, mapping, pos, len,
2755 copied, page, fsdata);
Nick Piggina4b06722007-10-16 01:24:48 -07002756
Nick Piggin22c8ca72007-02-20 13:58:09 -08002757 SetPageUptodate(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758 set_page_dirty(page);
Nick Piggin03158cd2007-10-16 01:25:25 -07002759 if (pos+copied > inode->i_size) {
2760 i_size_write(inode, pos+copied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761 mark_inode_dirty(inode);
2762 }
Nick Piggin03158cd2007-10-16 01:25:25 -07002763
2764 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002765 put_page(page);
Nick Piggin03158cd2007-10-16 01:25:25 -07002766
Nick Piggin03158cd2007-10-16 01:25:25 -07002767 while (head) {
2768 bh = head;
2769 head = head->b_this_page;
2770 free_buffer_head(bh);
2771 }
2772
2773 return copied;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774}
Nick Piggin03158cd2007-10-16 01:25:25 -07002775EXPORT_SYMBOL(nobh_write_end);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776
2777/*
2778 * nobh_writepage() - based on block_full_write_page() except
2779 * that it tries to operate without attaching bufferheads to
2780 * the page.
2781 */
2782int nobh_writepage(struct page *page, get_block_t *get_block,
2783 struct writeback_control *wbc)
2784{
2785 struct inode * const inode = page->mapping->host;
2786 loff_t i_size = i_size_read(inode);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002787 const pgoff_t end_index = i_size >> PAGE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788 unsigned offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789 int ret;
2790
2791 /* Is the page fully inside i_size? */
2792 if (page->index < end_index)
2793 goto out;
2794
2795 /* Is the page fully outside i_size? (truncate in progress) */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002796 offset = i_size & (PAGE_SIZE-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797 if (page->index >= end_index+1 || !offset) {
2798 /*
2799 * The page may have dirty, unmapped buffers. For example,
2800 * they may have been added in ext3_writepage(). Make them
2801 * freeable here, so the page does not leak.
2802 */
2803#if 0
2804 /* Not really sure about this - do we need this ? */
2805 if (page->mapping->a_ops->invalidatepage)
2806 page->mapping->a_ops->invalidatepage(page, offset);
2807#endif
2808 unlock_page(page);
2809 return 0; /* don't care */
2810 }
2811
2812 /*
2813 * The page straddles i_size. It must be zeroed out on each and every
2814 * writepage invocation because it may be mmapped. "A file is mapped
2815 * in multiples of the page size. For a file that is not a multiple of
2816 * the page size, the remaining memory is zeroed when mapped, and
2817 * writes to that region are not written out to the file."
2818 */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002819 zero_user_segment(page, offset, PAGE_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820out:
2821 ret = mpage_writepage(page, get_block, wbc);
2822 if (ret == -EAGAIN)
Chris Mason35c80d52009-04-15 13:22:38 -04002823 ret = __block_write_full_page(inode, page, get_block, wbc,
2824 end_buffer_async_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825 return ret;
2826}
2827EXPORT_SYMBOL(nobh_writepage);
2828
Nick Piggin03158cd2007-10-16 01:25:25 -07002829int nobh_truncate_page(struct address_space *mapping,
2830 loff_t from, get_block_t *get_block)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831{
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002832 pgoff_t index = from >> PAGE_SHIFT;
2833 unsigned offset = from & (PAGE_SIZE-1);
Nick Piggin03158cd2007-10-16 01:25:25 -07002834 unsigned blocksize;
2835 sector_t iblock;
2836 unsigned length, pos;
2837 struct inode *inode = mapping->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838 struct page *page;
Nick Piggin03158cd2007-10-16 01:25:25 -07002839 struct buffer_head map_bh;
2840 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841
Fabian Frederick93407472017-02-27 14:28:32 -08002842 blocksize = i_blocksize(inode);
Nick Piggin03158cd2007-10-16 01:25:25 -07002843 length = offset & (blocksize - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844
Nick Piggin03158cd2007-10-16 01:25:25 -07002845 /* Block boundary? Nothing to do */
2846 if (!length)
2847 return 0;
2848
2849 length = blocksize - length;
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002850 iblock = (sector_t)index << (PAGE_SHIFT - inode->i_blkbits);
Nick Piggin03158cd2007-10-16 01:25:25 -07002851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852 page = grab_cache_page(mapping, index);
Nick Piggin03158cd2007-10-16 01:25:25 -07002853 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854 if (!page)
2855 goto out;
2856
Nick Piggin03158cd2007-10-16 01:25:25 -07002857 if (page_has_buffers(page)) {
2858has_buffers:
2859 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002860 put_page(page);
Nick Piggin03158cd2007-10-16 01:25:25 -07002861 return block_truncate_page(mapping, from, get_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862 }
Nick Piggin03158cd2007-10-16 01:25:25 -07002863
2864 /* Find the buffer that contains "offset" */
2865 pos = blocksize;
2866 while (offset >= pos) {
2867 iblock++;
2868 pos += blocksize;
2869 }
2870
Theodore Ts'o460bcf52009-05-12 07:37:56 -04002871 map_bh.b_size = blocksize;
2872 map_bh.b_state = 0;
Nick Piggin03158cd2007-10-16 01:25:25 -07002873 err = get_block(inode, iblock, &map_bh, 0);
2874 if (err)
2875 goto unlock;
2876 /* unmapped? It's a hole - nothing to do */
2877 if (!buffer_mapped(&map_bh))
2878 goto unlock;
2879
2880 /* Ok, it's mapped. Make sure it's up-to-date */
2881 if (!PageUptodate(page)) {
2882 err = mapping->a_ops->readpage(NULL, page);
2883 if (err) {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002884 put_page(page);
Nick Piggin03158cd2007-10-16 01:25:25 -07002885 goto out;
2886 }
2887 lock_page(page);
2888 if (!PageUptodate(page)) {
2889 err = -EIO;
2890 goto unlock;
2891 }
2892 if (page_has_buffers(page))
2893 goto has_buffers;
2894 }
Christoph Lametereebd2aa2008-02-04 22:28:29 -08002895 zero_user(page, offset, length);
Nick Piggin03158cd2007-10-16 01:25:25 -07002896 set_page_dirty(page);
2897 err = 0;
2898
2899unlock:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002901 put_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902out:
Nick Piggin03158cd2007-10-16 01:25:25 -07002903 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904}
2905EXPORT_SYMBOL(nobh_truncate_page);
2906
2907int block_truncate_page(struct address_space *mapping,
2908 loff_t from, get_block_t *get_block)
2909{
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002910 pgoff_t index = from >> PAGE_SHIFT;
2911 unsigned offset = from & (PAGE_SIZE-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912 unsigned blocksize;
Andrew Morton54b21a72006-01-08 01:03:05 -08002913 sector_t iblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914 unsigned length, pos;
2915 struct inode *inode = mapping->host;
2916 struct page *page;
2917 struct buffer_head *bh;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918 int err;
2919
Fabian Frederick93407472017-02-27 14:28:32 -08002920 blocksize = i_blocksize(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921 length = offset & (blocksize - 1);
2922
2923 /* Block boundary? Nothing to do */
2924 if (!length)
2925 return 0;
2926
2927 length = blocksize - length;
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002928 iblock = (sector_t)index << (PAGE_SHIFT - inode->i_blkbits);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929
2930 page = grab_cache_page(mapping, index);
2931 err = -ENOMEM;
2932 if (!page)
2933 goto out;
2934
2935 if (!page_has_buffers(page))
2936 create_empty_buffers(page, blocksize, 0);
2937
2938 /* Find the buffer that contains "offset" */
2939 bh = page_buffers(page);
2940 pos = blocksize;
2941 while (offset >= pos) {
2942 bh = bh->b_this_page;
2943 iblock++;
2944 pos += blocksize;
2945 }
2946
2947 err = 0;
2948 if (!buffer_mapped(bh)) {
Badari Pulavartyb0cf2322006-03-26 01:38:00 -08002949 WARN_ON(bh->b_size != blocksize);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950 err = get_block(inode, iblock, bh, 0);
2951 if (err)
2952 goto unlock;
2953 /* unmapped? It's a hole - nothing to do */
2954 if (!buffer_mapped(bh))
2955 goto unlock;
2956 }
2957
2958 /* Ok, it's mapped. Make sure it's up-to-date */
2959 if (PageUptodate(page))
2960 set_buffer_uptodate(bh);
2961
David Chinner33a266d2007-02-12 00:51:41 -08002962 if (!buffer_uptodate(bh) && !buffer_delay(bh) && !buffer_unwritten(bh)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963 err = -EIO;
Mike Christiedfec8a12016-06-05 14:31:44 -05002964 ll_rw_block(REQ_OP_READ, 0, 1, &bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965 wait_on_buffer(bh);
2966 /* Uhhuh. Read error. Complain and punt. */
2967 if (!buffer_uptodate(bh))
2968 goto unlock;
2969 }
2970
Christoph Lametereebd2aa2008-02-04 22:28:29 -08002971 zero_user(page, offset, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972 mark_buffer_dirty(bh);
2973 err = 0;
2974
2975unlock:
2976 unlock_page(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002977 put_page(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978out:
2979 return err;
2980}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07002981EXPORT_SYMBOL(block_truncate_page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982
2983/*
2984 * The generic ->writepage function for buffer-backed address_spaces
2985 */
Matthew Wilcox1b938c02014-06-04 16:07:43 -07002986int block_write_full_page(struct page *page, get_block_t *get_block,
2987 struct writeback_control *wbc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988{
2989 struct inode * const inode = page->mapping->host;
2990 loff_t i_size = i_size_read(inode);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002991 const pgoff_t end_index = i_size >> PAGE_SHIFT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992 unsigned offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993
2994 /* Is the page fully inside i_size? */
2995 if (page->index < end_index)
Chris Mason35c80d52009-04-15 13:22:38 -04002996 return __block_write_full_page(inode, page, get_block, wbc,
Matthew Wilcox1b938c02014-06-04 16:07:43 -07002997 end_buffer_async_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998
2999 /* Is the page fully outside i_size? (truncate in progress) */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003000 offset = i_size & (PAGE_SIZE-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001 if (page->index >= end_index+1 || !offset) {
3002 /*
3003 * The page may have dirty, unmapped buffers. For example,
3004 * they may have been added in ext3_writepage(). Make them
3005 * freeable here, so the page does not leak.
3006 */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003007 do_invalidatepage(page, 0, PAGE_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008 unlock_page(page);
3009 return 0; /* don't care */
3010 }
3011
3012 /*
3013 * The page straddles i_size. It must be zeroed out on each and every
Adam Buchbinder2a61aa42009-12-11 16:35:40 -05003014 * writepage invocation because it may be mmapped. "A file is mapped
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 * in multiples of the page size. For a file that is not a multiple of
3016 * the page size, the remaining memory is zeroed when mapped, and
3017 * writes to that region are not written out to the file."
3018 */
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003019 zero_user_segment(page, offset, PAGE_SIZE);
Matthew Wilcox1b938c02014-06-04 16:07:43 -07003020 return __block_write_full_page(inode, page, get_block, wbc,
3021 end_buffer_async_write);
Chris Mason35c80d52009-04-15 13:22:38 -04003022}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07003023EXPORT_SYMBOL(block_write_full_page);
Chris Mason35c80d52009-04-15 13:22:38 -04003024
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025sector_t generic_block_bmap(struct address_space *mapping, sector_t block,
3026 get_block_t *get_block)
3027{
3028 struct buffer_head tmp;
3029 struct inode *inode = mapping->host;
3030 tmp.b_state = 0;
3031 tmp.b_blocknr = 0;
Fabian Frederick93407472017-02-27 14:28:32 -08003032 tmp.b_size = i_blocksize(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033 get_block(inode, block, &tmp, 0);
3034 return tmp.b_blocknr;
3035}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07003036EXPORT_SYMBOL(generic_block_bmap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02003038static void end_bio_bh_io_sync(struct bio *bio)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039{
3040 struct buffer_head *bh = bio->bi_private;
3041
Jens Axboeb7c44ed2015-07-24 12:37:59 -06003042 if (unlikely(bio_flagged(bio, BIO_QUIET)))
Keith Mannthey08bafc02008-11-25 10:24:35 +01003043 set_bit(BH_Quiet, &bh->b_state);
3044
Christoph Hellwig4246a0b2015-07-20 15:29:37 +02003045 bh->b_end_io(bh, !bio->bi_error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046 bio_put(bio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047}
3048
Linus Torvalds57302e02012-12-04 08:25:11 -08003049/*
3050 * This allows us to do IO even on the odd last sectors
Akinobu Mita59d43912014-10-09 15:26:53 -07003051 * of a device, even if the block size is some multiple
Linus Torvalds57302e02012-12-04 08:25:11 -08003052 * of the physical sector size.
3053 *
3054 * We'll just truncate the bio to the size of the device,
3055 * and clear the end of the buffer head manually.
3056 *
3057 * Truly out-of-range accesses will turn into actual IO
3058 * errors, this only handles the "we need to be able to
3059 * do IO at the final sector" case.
3060 */
Mike Christie2a222ca2016-06-05 14:31:43 -05003061void guard_bio_eod(int op, struct bio *bio)
Linus Torvalds57302e02012-12-04 08:25:11 -08003062{
3063 sector_t maxsector;
Akinobu Mita59d43912014-10-09 15:26:53 -07003064 struct bio_vec *bvec = &bio->bi_io_vec[bio->bi_vcnt - 1];
3065 unsigned truncated_bytes;
Linus Torvalds57302e02012-12-04 08:25:11 -08003066
3067 maxsector = i_size_read(bio->bi_bdev->bd_inode) >> 9;
3068 if (!maxsector)
3069 return;
3070
3071 /*
3072 * If the *whole* IO is past the end of the device,
3073 * let it through, and the IO layer will turn it into
3074 * an EIO.
3075 */
Kent Overstreet4f024f32013-10-11 15:44:27 -07003076 if (unlikely(bio->bi_iter.bi_sector >= maxsector))
Linus Torvalds57302e02012-12-04 08:25:11 -08003077 return;
3078
Kent Overstreet4f024f32013-10-11 15:44:27 -07003079 maxsector -= bio->bi_iter.bi_sector;
Akinobu Mita59d43912014-10-09 15:26:53 -07003080 if (likely((bio->bi_iter.bi_size >> 9) <= maxsector))
Linus Torvalds57302e02012-12-04 08:25:11 -08003081 return;
3082
Akinobu Mita59d43912014-10-09 15:26:53 -07003083 /* Uhhuh. We've got a bio that straddles the device size! */
3084 truncated_bytes = bio->bi_iter.bi_size - (maxsector << 9);
Linus Torvalds57302e02012-12-04 08:25:11 -08003085
3086 /* Truncate the bio.. */
Akinobu Mita59d43912014-10-09 15:26:53 -07003087 bio->bi_iter.bi_size -= truncated_bytes;
3088 bvec->bv_len -= truncated_bytes;
Linus Torvalds57302e02012-12-04 08:25:11 -08003089
3090 /* ..and clear the end of the buffer for reads */
Mike Christie2a222ca2016-06-05 14:31:43 -05003091 if (op == REQ_OP_READ) {
Akinobu Mita59d43912014-10-09 15:26:53 -07003092 zero_user(bvec->bv_page, bvec->bv_offset + bvec->bv_len,
3093 truncated_bytes);
Linus Torvalds57302e02012-12-04 08:25:11 -08003094 }
3095}
3096
Mike Christie2a222ca2016-06-05 14:31:43 -05003097static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
Tejun Heob16b1de2015-06-02 08:39:48 -06003098 unsigned long bio_flags, struct writeback_control *wbc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099{
3100 struct bio *bio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101
3102 BUG_ON(!buffer_locked(bh));
3103 BUG_ON(!buffer_mapped(bh));
3104 BUG_ON(!bh->b_end_io);
Aneesh Kumar K.V8fb0e342009-05-12 16:22:37 -04003105 BUG_ON(buffer_delay(bh));
3106 BUG_ON(buffer_unwritten(bh));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107
Jens Axboe48fd4f92008-08-22 10:00:36 +02003108 /*
Jens Axboe48fd4f92008-08-22 10:00:36 +02003109 * Only clear out a write error when rewriting
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110 */
Mike Christie2a222ca2016-06-05 14:31:43 -05003111 if (test_set_buffer_req(bh) && (op == REQ_OP_WRITE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112 clear_buffer_write_io_error(bh);
3113
3114 /*
3115 * from here on down, it's all bio -- do the initial mapping,
3116 * submit_bio -> generic_make_request may further map this bio around
3117 */
3118 bio = bio_alloc(GFP_NOIO, 1);
3119
Tejun Heo2a814902015-05-28 14:50:51 -04003120 if (wbc) {
Tejun Heob16b1de2015-06-02 08:39:48 -06003121 wbc_init_bio(wbc, bio);
Tejun Heo2a814902015-05-28 14:50:51 -04003122 wbc_account_io(wbc, bh->b_page, bh->b_size);
3123 }
Tejun Heobafc0db2015-06-02 08:37:23 -06003124
Kent Overstreet4f024f32013-10-11 15:44:27 -07003125 bio->bi_iter.bi_sector = bh->b_blocknr * (bh->b_size >> 9);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126 bio->bi_bdev = bh->b_bdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127
Kent Overstreet6cf66b42014-12-22 12:48:42 +01003128 bio_add_page(bio, bh->b_page, bh->b_size, bh_offset(bh));
3129 BUG_ON(bio->bi_iter.bi_size != bh->b_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130
3131 bio->bi_end_io = end_bio_bh_io_sync;
3132 bio->bi_private = bh;
Darrick J. Wong7136851112013-04-29 15:07:25 -07003133 bio->bi_flags |= bio_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134
Linus Torvalds57302e02012-12-04 08:25:11 -08003135 /* Take care of bh's that straddle the end of the device */
Mike Christie2a222ca2016-06-05 14:31:43 -05003136 guard_bio_eod(op, bio);
Linus Torvalds57302e02012-12-04 08:25:11 -08003137
Theodore Ts'o877f9622013-04-20 19:58:37 -04003138 if (buffer_meta(bh))
Mike Christie2a222ca2016-06-05 14:31:43 -05003139 op_flags |= REQ_META;
Theodore Ts'o877f9622013-04-20 19:58:37 -04003140 if (buffer_prio(bh))
Mike Christie2a222ca2016-06-05 14:31:43 -05003141 op_flags |= REQ_PRIO;
3142 bio_set_op_attrs(bio, op, op_flags);
Theodore Ts'o877f9622013-04-20 19:58:37 -04003143
Mike Christie4e49ea42016-06-05 14:31:41 -05003144 submit_bio(bio);
Julia Lawallf6454b02015-05-26 21:59:53 +02003145 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146}
Tejun Heobafc0db2015-06-02 08:37:23 -06003147
Mike Christie2a222ca2016-06-05 14:31:43 -05003148int _submit_bh(int op, int op_flags, struct buffer_head *bh,
3149 unsigned long bio_flags)
Tejun Heobafc0db2015-06-02 08:37:23 -06003150{
Mike Christie2a222ca2016-06-05 14:31:43 -05003151 return submit_bh_wbc(op, op_flags, bh, bio_flags, NULL);
Tejun Heobafc0db2015-06-02 08:37:23 -06003152}
Darrick J. Wong7136851112013-04-29 15:07:25 -07003153EXPORT_SYMBOL_GPL(_submit_bh);
3154
Mike Christie2a222ca2016-06-05 14:31:43 -05003155int submit_bh(int op, int op_flags, struct buffer_head *bh)
Darrick J. Wong7136851112013-04-29 15:07:25 -07003156{
Mike Christie2a222ca2016-06-05 14:31:43 -05003157 return submit_bh_wbc(op, op_flags, bh, 0, NULL);
Darrick J. Wong7136851112013-04-29 15:07:25 -07003158}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07003159EXPORT_SYMBOL(submit_bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160
3161/**
3162 * ll_rw_block: low-level access to block devices (DEPRECATED)
Mike Christiedfec8a12016-06-05 14:31:44 -05003163 * @op: whether to %READ or %WRITE
Christoph Hellwigef295ec2016-10-28 08:48:16 -06003164 * @op_flags: req_flag_bits
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165 * @nr: number of &struct buffer_heads in the array
3166 * @bhs: array of pointers to &struct buffer_head
3167 *
Jan Karaa7662232005-09-06 15:19:10 -07003168 * ll_rw_block() takes an array of pointers to &struct buffer_heads, and
Christoph Hellwig70246282016-07-19 11:28:41 +02003169 * requests an I/O operation on them, either a %REQ_OP_READ or a %REQ_OP_WRITE.
3170 * @op_flags contains flags modifying the detailed I/O behavior, most notably
3171 * %REQ_RAHEAD.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172 *
3173 * This function drops any buffer that it cannot get a lock on (with the
Christoph Hellwig9cb569d2010-08-11 17:06:24 +02003174 * BH_Lock state bit), any buffer that appears to be clean when doing a write
3175 * request, and any buffer that appears to be up-to-date when doing read
3176 * request. Further it marks as clean buffers that are processed for
3177 * writing (the buffer cache won't assume that they are actually clean
3178 * until the buffer gets unlocked).
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179 *
3180 * ll_rw_block sets b_end_io to simple completion handler that marks
Masanari Iidae2278672014-02-18 22:54:36 +09003181 * the buffer up-to-date (if appropriate), unlocks the buffer and wakes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182 * any waiters.
3183 *
3184 * All of the buffers must be for the same device, and must also be a
3185 * multiple of the current approved size for the device.
3186 */
Mike Christiedfec8a12016-06-05 14:31:44 -05003187void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[])
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188{
3189 int i;
3190
3191 for (i = 0; i < nr; i++) {
3192 struct buffer_head *bh = bhs[i];
3193
Christoph Hellwig9cb569d2010-08-11 17:06:24 +02003194 if (!trylock_buffer(bh))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195 continue;
Mike Christiedfec8a12016-06-05 14:31:44 -05003196 if (op == WRITE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197 if (test_clear_buffer_dirty(bh)) {
akpm@osdl.org76c30732005-04-16 15:24:07 -07003198 bh->b_end_io = end_buffer_write_sync;
OGAWA Hirofumie60e5c52006-02-03 03:04:43 -08003199 get_bh(bh);
Mike Christiedfec8a12016-06-05 14:31:44 -05003200 submit_bh(op, op_flags, bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201 continue;
3202 }
3203 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 if (!buffer_uptodate(bh)) {
akpm@osdl.org76c30732005-04-16 15:24:07 -07003205 bh->b_end_io = end_buffer_read_sync;
OGAWA Hirofumie60e5c52006-02-03 03:04:43 -08003206 get_bh(bh);
Mike Christiedfec8a12016-06-05 14:31:44 -05003207 submit_bh(op, op_flags, bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208 continue;
3209 }
3210 }
3211 unlock_buffer(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212 }
3213}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07003214EXPORT_SYMBOL(ll_rw_block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215
Mike Christie2a222ca2016-06-05 14:31:43 -05003216void write_dirty_buffer(struct buffer_head *bh, int op_flags)
Christoph Hellwig9cb569d2010-08-11 17:06:24 +02003217{
3218 lock_buffer(bh);
3219 if (!test_clear_buffer_dirty(bh)) {
3220 unlock_buffer(bh);
3221 return;
3222 }
3223 bh->b_end_io = end_buffer_write_sync;
3224 get_bh(bh);
Mike Christie2a222ca2016-06-05 14:31:43 -05003225 submit_bh(REQ_OP_WRITE, op_flags, bh);
Christoph Hellwig9cb569d2010-08-11 17:06:24 +02003226}
3227EXPORT_SYMBOL(write_dirty_buffer);
3228
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229/*
3230 * For a data-integrity writeout, we need to wait upon any in-progress I/O
3231 * and then start new I/O and then wait upon it. The caller must have a ref on
3232 * the buffer_head.
3233 */
Mike Christie2a222ca2016-06-05 14:31:43 -05003234int __sync_dirty_buffer(struct buffer_head *bh, int op_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235{
3236 int ret = 0;
3237
3238 WARN_ON(atomic_read(&bh->b_count) < 1);
3239 lock_buffer(bh);
3240 if (test_clear_buffer_dirty(bh)) {
3241 get_bh(bh);
3242 bh->b_end_io = end_buffer_write_sync;
Mike Christie2a222ca2016-06-05 14:31:43 -05003243 ret = submit_bh(REQ_OP_WRITE, op_flags, bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244 wait_on_buffer(bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 if (!ret && !buffer_uptodate(bh))
3246 ret = -EIO;
3247 } else {
3248 unlock_buffer(bh);
3249 }
3250 return ret;
3251}
Christoph Hellwig87e99512010-08-11 17:05:45 +02003252EXPORT_SYMBOL(__sync_dirty_buffer);
3253
3254int sync_dirty_buffer(struct buffer_head *bh)
3255{
Christoph Hellwig70fd7612016-11-01 07:40:10 -06003256 return __sync_dirty_buffer(bh, REQ_SYNC);
Christoph Hellwig87e99512010-08-11 17:05:45 +02003257}
H Hartley Sweeten1fe72ea2009-09-22 16:43:51 -07003258EXPORT_SYMBOL(sync_dirty_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259
3260/*
3261 * try_to_free_buffers() checks if all the buffers on this particular page
3262 * are unused, and releases them if so.
3263 *
3264 * Exclusion against try_to_free_buffers may be obtained by either
3265 * locking the page or by holding its mapping's private_lock.
3266 *
3267 * If the page is dirty but all the buffers are clean then we need to
3268 * be sure to mark the page clean as well. This is because the page
3269 * may be against a block device, and a later reattachment of buffers
3270 * to a dirty page will set *all* buffers dirty. Which would corrupt
3271 * filesystem data on the same device.
3272 *
3273 * The same applies to regular filesystem pages: if all the buffers are
3274 * clean then we set the page clean and proceed. To do that, we require
3275 * total exclusion from __set_page_dirty_buffers(). That is obtained with
3276 * private_lock.
3277 *
3278 * try_to_free_buffers() is non-blocking.
3279 */
3280static inline int buffer_busy(struct buffer_head *bh)
3281{
3282 return atomic_read(&bh->b_count) |
3283 (bh->b_state & ((1 << BH_Dirty) | (1 << BH_Lock)));
3284}
3285
3286static int
3287drop_buffers(struct page *page, struct buffer_head **buffers_to_free)
3288{
3289 struct buffer_head *head = page_buffers(page);
3290 struct buffer_head *bh;
3291
3292 bh = head;
3293 do {
akpm@osdl.orgde7d5a32005-05-01 08:58:39 -07003294 if (buffer_write_io_error(bh) && page->mapping)
Michal Hocko5114a972016-10-11 13:56:01 -07003295 mapping_set_error(page->mapping, -EIO);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296 if (buffer_busy(bh))
3297 goto failed;
3298 bh = bh->b_this_page;
3299 } while (bh != head);
3300
3301 do {
3302 struct buffer_head *next = bh->b_this_page;
3303
Jan Kara535ee2f2008-02-08 04:21:59 -08003304 if (bh->b_assoc_map)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305 __remove_assoc_queue(bh);
3306 bh = next;
3307 } while (bh != head);
3308 *buffers_to_free = head;
3309 __clear_page_buffers(page);
3310 return 1;
3311failed:
3312 return 0;
3313}
3314
3315int try_to_free_buffers(struct page *page)
3316{
3317 struct address_space * const mapping = page->mapping;
3318 struct buffer_head *buffers_to_free = NULL;
3319 int ret = 0;
3320
3321 BUG_ON(!PageLocked(page));
Linus Torvaldsecdfc972007-01-26 12:47:06 -08003322 if (PageWriteback(page))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323 return 0;
3324
3325 if (mapping == NULL) { /* can this still happen? */
3326 ret = drop_buffers(page, &buffers_to_free);
3327 goto out;
3328 }
3329
3330 spin_lock(&mapping->private_lock);
3331 ret = drop_buffers(page, &buffers_to_free);
Linus Torvaldsecdfc972007-01-26 12:47:06 -08003332
3333 /*
3334 * If the filesystem writes its buffers by hand (eg ext3)
3335 * then we can have clean buffers against a dirty page. We
3336 * clean the page here; otherwise the VM will never notice
3337 * that the filesystem did any IO at all.
3338 *
3339 * Also, during truncate, discard_buffer will have marked all
3340 * the page's buffers clean. We discover that here and clean
3341 * the page also.
Nick Piggin87df7242007-01-30 14:36:27 +11003342 *
3343 * private_lock must be held over this entire operation in order
3344 * to synchronise against __set_page_dirty_buffers and prevent the
3345 * dirty bit from being lost.
Linus Torvaldsecdfc972007-01-26 12:47:06 -08003346 */
Tejun Heo11f81be2015-05-22 17:13:15 -04003347 if (ret)
3348 cancel_dirty_page(page);
Nick Piggin87df7242007-01-30 14:36:27 +11003349 spin_unlock(&mapping->private_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350out:
3351 if (buffers_to_free) {
3352 struct buffer_head *bh = buffers_to_free;
3353
3354 do {
3355 struct buffer_head *next = bh->b_this_page;
3356 free_buffer_head(bh);
3357 bh = next;
3358 } while (bh != buffers_to_free);
3359 }
3360 return ret;
3361}
3362EXPORT_SYMBOL(try_to_free_buffers);
3363
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364/*
3365 * There are no bdflush tunables left. But distributions are
3366 * still running obsolete flush daemons, so we terminate them here.
3367 *
3368 * Use of bdflush() is deprecated and will be removed in a future kernel.
Jens Axboe5b0830c2009-09-23 19:37:09 +02003369 * The `flush-X' kernel threads fully replace bdflush daemons and this call.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370 */
Heiko Carstensbdc480e2009-01-14 14:14:12 +01003371SYSCALL_DEFINE2(bdflush, int, func, long, data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372{
3373 static int msg_count;
3374
3375 if (!capable(CAP_SYS_ADMIN))
3376 return -EPERM;
3377
3378 if (msg_count < 5) {
3379 msg_count++;
3380 printk(KERN_INFO
3381 "warning: process `%s' used the obsolete bdflush"
3382 " system call\n", current->comm);
3383 printk(KERN_INFO "Fix your initscripts?\n");
3384 }
3385
3386 if (func == 1)
3387 do_exit(0);
3388 return 0;
3389}
3390
3391/*
3392 * Buffer-head allocation
3393 */
Shai Fultheima0a9b042012-05-15 12:29:52 +03003394static struct kmem_cache *bh_cachep __read_mostly;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395
3396/*
3397 * Once the number of bh's in the machine exceeds this level, we start
3398 * stripping them in writeback.
3399 */
Zhang Yanfei43be5942013-02-22 16:35:46 -08003400static unsigned long max_buffer_heads;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401
3402int buffer_heads_over_limit;
3403
3404struct bh_accounting {
3405 int nr; /* Number of live bh's */
3406 int ratelimit; /* Limit cacheline bouncing */
3407};
3408
3409static DEFINE_PER_CPU(struct bh_accounting, bh_accounting) = {0, 0};
3410
3411static void recalc_bh_state(void)
3412{
3413 int i;
3414 int tot = 0;
3415
Christoph Lameteree1be862010-12-06 11:40:05 -06003416 if (__this_cpu_inc_return(bh_accounting.ratelimit) - 1 < 4096)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417 return;
Christoph Lameterc7b92512010-12-06 11:16:28 -06003418 __this_cpu_write(bh_accounting.ratelimit, 0);
Eric Dumazet8a143422006-03-24 03:18:10 -08003419 for_each_online_cpu(i)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420 tot += per_cpu(bh_accounting, i).nr;
3421 buffer_heads_over_limit = (tot > max_buffer_heads);
3422}
Christoph Lameterc7b92512010-12-06 11:16:28 -06003423
Al Virodd0fc662005-10-07 07:46:04 +01003424struct buffer_head *alloc_buffer_head(gfp_t gfp_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425{
Richard Kennedy019b4d12010-03-10 15:20:33 -08003426 struct buffer_head *ret = kmem_cache_zalloc(bh_cachep, gfp_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427 if (ret) {
Christoph Lametera35afb82007-05-16 22:10:57 -07003428 INIT_LIST_HEAD(&ret->b_assoc_buffers);
Christoph Lameterc7b92512010-12-06 11:16:28 -06003429 preempt_disable();
3430 __this_cpu_inc(bh_accounting.nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431 recalc_bh_state();
Christoph Lameterc7b92512010-12-06 11:16:28 -06003432 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433 }
3434 return ret;
3435}
3436EXPORT_SYMBOL(alloc_buffer_head);
3437
3438void free_buffer_head(struct buffer_head *bh)
3439{
3440 BUG_ON(!list_empty(&bh->b_assoc_buffers));
3441 kmem_cache_free(bh_cachep, bh);
Christoph Lameterc7b92512010-12-06 11:16:28 -06003442 preempt_disable();
3443 __this_cpu_dec(bh_accounting.nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444 recalc_bh_state();
Christoph Lameterc7b92512010-12-06 11:16:28 -06003445 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446}
3447EXPORT_SYMBOL(free_buffer_head);
3448
Sebastian Andrzej Siewiorfc4d24c2016-11-03 15:49:57 +01003449static int buffer_exit_cpu_dead(unsigned int cpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450{
3451 int i;
3452 struct bh_lru *b = &per_cpu(bh_lrus, cpu);
3453
3454 for (i = 0; i < BH_LRU_SIZE; i++) {
3455 brelse(b->bhs[i]);
3456 b->bhs[i] = NULL;
3457 }
Christoph Lameterc7b92512010-12-06 11:16:28 -06003458 this_cpu_add(bh_accounting.nr, per_cpu(bh_accounting, cpu).nr);
Eric Dumazet8a143422006-03-24 03:18:10 -08003459 per_cpu(bh_accounting, cpu).nr = 0;
Sebastian Andrzej Siewiorfc4d24c2016-11-03 15:49:57 +01003460 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462
Aneesh Kumar K.V389d1b02008-01-28 23:58:26 -05003463/**
Randy Dunlapa6b91912008-03-19 17:01:00 -07003464 * bh_uptodate_or_lock - Test whether the buffer is uptodate
Aneesh Kumar K.V389d1b02008-01-28 23:58:26 -05003465 * @bh: struct buffer_head
3466 *
3467 * Return true if the buffer is up-to-date and false,
3468 * with the buffer locked, if not.
3469 */
3470int bh_uptodate_or_lock(struct buffer_head *bh)
3471{
3472 if (!buffer_uptodate(bh)) {
3473 lock_buffer(bh);
3474 if (!buffer_uptodate(bh))
3475 return 0;
3476 unlock_buffer(bh);
3477 }
3478 return 1;
3479}
3480EXPORT_SYMBOL(bh_uptodate_or_lock);
3481
3482/**
Randy Dunlapa6b91912008-03-19 17:01:00 -07003483 * bh_submit_read - Submit a locked buffer for reading
Aneesh Kumar K.V389d1b02008-01-28 23:58:26 -05003484 * @bh: struct buffer_head
3485 *
3486 * Returns zero on success and -EIO on error.
3487 */
3488int bh_submit_read(struct buffer_head *bh)
3489{
3490 BUG_ON(!buffer_locked(bh));
3491
3492 if (buffer_uptodate(bh)) {
3493 unlock_buffer(bh);
3494 return 0;
3495 }
3496
3497 get_bh(bh);
3498 bh->b_end_io = end_buffer_read_sync;
Mike Christie2a222ca2016-06-05 14:31:43 -05003499 submit_bh(REQ_OP_READ, 0, bh);
Aneesh Kumar K.V389d1b02008-01-28 23:58:26 -05003500 wait_on_buffer(bh);
3501 if (buffer_uptodate(bh))
3502 return 0;
3503 return -EIO;
3504}
3505EXPORT_SYMBOL(bh_submit_read);
3506
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507void __init buffer_init(void)
3508{
Zhang Yanfei43be5942013-02-22 16:35:46 -08003509 unsigned long nrpages;
Sebastian Andrzej Siewiorfc4d24c2016-11-03 15:49:57 +01003510 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511
Christoph Lameterb98938c2008-02-04 22:28:36 -08003512 bh_cachep = kmem_cache_create("buffer_head",
3513 sizeof(struct buffer_head), 0,
3514 (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC|
3515 SLAB_MEM_SPREAD),
Richard Kennedy019b4d12010-03-10 15:20:33 -08003516 NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517
3518 /*
3519 * Limit the bh occupancy to 10% of ZONE_NORMAL
3520 */
3521 nrpages = (nr_free_buffer_pages() * 10) / 100;
3522 max_buffer_heads = nrpages * (PAGE_SIZE / sizeof(struct buffer_head));
Sebastian Andrzej Siewiorfc4d24c2016-11-03 15:49:57 +01003523 ret = cpuhp_setup_state_nocalls(CPUHP_FS_BUFF_DEAD, "fs/buffer:dead",
3524 NULL, buffer_exit_cpu_dead);
3525 WARN_ON(ret < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526}