David Chinner
33a266dda9
[PATCH] Make BH_Unwritten a first class bufferhead flag V2
...
Currently, XFS uses BH_PrivateStart for flagging unwritten extent state in a
bufferhead. Recently, I found the long standing mmap/unwritten extent
conversion bug, and it was to do with partial page invalidation not clearing
the unwritten flag from bufferheads attached to the page but beyond EOF. See
here for a full explaination:
http://oss.sgi.com/archives/xfs/2006-12/msg00196.html
The solution I have checked into the XFS dev tree involves duplicating code
from block_invalidatepage to clear the unwritten flag from the bufferhead(s),
and then calling block_invalidatepage() to do the rest.
Christoph suggested that this would be better solved by pushing the unwritten
flag into the common buffer head flags and just adding the call to
discard_buffer():
http://oss.sgi.com/archives/xfs/2006-12/msg00239.html
The following patch makes BH_Unwritten a first class citizen.
Signed-off-by: Dave Chinner <dgc@sgi.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:27 -08:00
..
2007-02-11 10:51:34 -08:00
2006-12-13 09:05:52 -08:00
2007-02-04 20:54:10 +01:00
2007-01-10 14:58:42 +02:00
2007-02-08 12:39:16 -08:00
2007-01-09 14:33:11 -08:00
2007-02-08 12:39:22 -08:00
2007-02-08 12:39:23 -08:00
2007-01-26 13:51:00 -08:00
2007-02-09 09:25:47 -08:00
2007-02-10 01:26:32 -05:00
2007-02-09 09:25:47 -08:00
2007-02-07 15:44:33 -08:00
2007-02-02 21:14:29 -05:00
2006-12-13 09:05:50 -08:00
2007-02-09 17:08:57 +00:00
2007-02-09 17:39:39 -05:00
2007-02-08 16:01:09 -08:00
2006-12-20 01:42:19 -05:00
2006-12-13 09:05:50 -08:00
2007-01-26 13:51:00 -08:00
2006-12-08 08:28:39 -08:00
2007-02-11 23:14:44 +01:00
2007-02-12 09:48:27 -08:00
2006-12-08 08:28:39 -08:00
2007-01-30 08:26:45 -08:00
2007-02-11 10:51:24 -08:00
2006-12-10 09:57:22 -08:00
2006-12-13 09:05:58 -08:00
2007-02-11 10:51:35 -08:00
2006-12-12 19:28:50 +01:00
2006-12-12 20:05:50 +01:00
2006-12-18 01:53:58 -08:00
2007-02-11 10:51:24 -08:00
2007-02-11 10:51:27 -08:00
2006-12-07 08:59:11 -08:00
2006-12-30 10:56:43 -08:00
2006-12-08 08:28:39 -08:00
2007-02-07 09:21:02 +11:00
2006-12-11 14:35:00 -08:00
2006-12-22 08:55:48 -08:00
2006-12-08 08:29:09 -08:00
2007-02-09 17:39:36 -05:00
2006-12-08 08:29:09 -08:00
2007-02-09 17:39:36 -05:00
2007-02-09 17:39:36 -05:00
2007-02-11 11:18:07 -08:00
2007-02-01 16:17:06 -08:00
2007-02-09 16:23:18 +00:00
2006-12-20 11:04:12 +01:00
2006-12-07 08:39:48 -08:00
2006-12-08 08:29:03 -08:00
2006-12-13 09:05:55 -08:00
2006-12-22 08:55:50 -08:00
2006-12-13 09:05:49 -08:00
2006-12-08 08:28:40 -08:00
2007-02-11 10:51:31 -08:00
2006-12-10 23:26:16 -06:00
2006-12-08 08:28:41 -08:00
2006-12-10 09:55:41 -08:00
2006-12-13 09:05:52 -08:00
2006-12-08 08:28:57 -08:00
2007-02-11 11:37:45 -08:00
2007-02-11 10:51:18 -08:00
2007-01-30 08:26:45 -08:00
2007-02-05 10:00:38 +01:00
2007-02-07 15:44:36 -08:00
2007-01-08 19:49:54 +00:00
2006-12-10 21:21:33 +01:00
2006-12-10 21:21:33 +01:00
2006-12-10 21:21:33 +01:00
2006-12-10 21:21:33 +01:00
2007-02-09 09:00:22 +01:00
2006-12-10 21:21:29 +01:00
2006-12-10 21:21:31 +01:00
2007-01-30 08:26:45 -08:00
2007-02-07 19:32:36 -08:00
2006-12-08 17:19:33 -08:00
2006-12-22 08:55:50 -08:00
2006-12-08 17:19:33 -08:00
2007-02-08 12:38:46 -08:00
2007-01-23 22:17:23 -08:00
2006-12-13 09:05:47 -08:00
2007-02-11 10:51:32 -08:00
2006-12-14 13:37:24 +01:00
2007-02-09 17:39:36 -05:00
2007-02-11 11:18:07 -08:00
2007-02-09 17:39:36 -05:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2007-02-07 15:50:08 -08:00
2006-12-08 08:28:57 -08:00
2006-12-08 08:29:00 -08:00
2007-02-11 11:18:05 -08:00
2007-02-11 10:51:34 -08:00
2006-12-07 15:39:22 -08:00
2007-02-11 10:51:32 -08:00
2007-02-07 10:37:14 -08:00
2007-02-11 10:51:24 -08:00
2007-02-11 10:51:32 -08:00
2007-01-26 13:50:57 -08:00
2007-02-09 17:39:40 -05:00
2007-02-11 10:51:32 -08:00
2007-02-11 10:51:26 -08:00
2007-02-07 14:03:19 +11:00
2007-01-05 23:55:21 -08:00
2007-02-11 10:51:32 -08:00
2007-02-11 10:51:17 -08:00
2007-02-12 09:48:27 -08:00
2007-02-11 10:51:18 -08:00
2006-12-08 08:28:51 -08:00
2007-02-07 10:37:12 -08:00
2007-02-11 10:51:25 -08:00
2007-02-07 15:50:08 -08:00
2007-01-23 00:34:54 -05:00
2007-01-26 13:51:00 -08:00
2006-12-13 09:05:53 -08:00
2006-12-08 08:28:40 -08:00
2006-12-07 08:39:47 -08:00
2006-12-13 09:05:53 -08:00
2007-02-08 13:51:54 -08:00
2007-02-08 12:39:06 -08:00
2006-12-13 16:54:25 -08:00
2006-12-13 16:54:25 -08:00
2006-12-13 16:54:25 -08:00
2007-01-24 12:31:06 -08:00
2007-01-30 13:35:18 -08:00
2006-12-21 09:19:57 -08:00
2007-02-09 08:06:14 -08:00
2007-02-11 10:51:33 -08:00
2006-12-20 10:54:43 -08:00
2007-02-11 11:18:07 -08:00
2007-02-08 15:25:18 -08:00
2007-01-30 13:40:36 -08:00
2006-12-08 08:28:52 -08:00
2006-12-13 09:05:48 -08:00
2006-12-08 08:28:38 -08:00
2006-12-13 15:38:46 -08:00
2007-02-11 10:51:28 -08:00
2007-01-11 18:18:21 -08:00
2006-12-13 09:05:49 -08:00
2007-01-23 07:52:06 -08:00
2006-12-08 08:28:40 -08:00
2007-02-11 11:18:05 -08:00
2007-02-11 10:51:28 -08:00
2007-02-11 11:18:07 -08:00
2006-12-22 08:55:49 -08:00
2006-12-10 09:55:40 -08:00
2007-01-26 13:51:00 -08:00
2006-12-08 17:19:27 -08:00
2007-02-11 11:18:07 -08:00
2006-12-22 11:12:04 -08:00
2007-02-11 11:18:06 -08:00
2006-12-12 08:10:44 -08:00
2006-12-08 08:28:57 -08:00
2007-02-07 10:37:12 -08:00
2007-02-11 10:51:18 -08:00
2006-12-13 09:05:49 -08:00
2006-12-13 09:05:53 -08:00
2007-02-11 10:51:26 -08:00
2007-02-11 11:18:07 -08:00
2006-12-08 08:28:59 -08:00
2007-02-11 10:51:26 -08:00
2007-02-11 10:51:18 -08:00
2007-02-08 13:34:36 -08:00
2007-02-07 14:03:19 +11:00
2007-02-07 10:37:14 -08:00
2006-12-13 09:05:50 -08:00
2006-12-10 09:55:41 -08:00
2006-12-10 09:55:41 -08:00
2006-12-10 09:55:41 -08:00
2007-02-09 16:23:15 +00:00
2007-02-08 12:38:49 -08:00
2006-12-11 14:34:42 -08:00
2007-02-04 20:54:10 +01:00
2007-02-11 10:51:31 -08:00
2007-01-26 13:51:00 -08:00
2007-02-11 10:51:31 -08:00
2006-12-10 09:55:43 -08:00
2006-12-08 08:28:56 -08:00
2006-12-08 08:28:56 -08:00
2007-02-11 10:51:26 -08:00
2006-12-07 08:59:11 -08:00
2007-02-09 09:25:46 -08:00
2006-12-15 08:47:51 -08:00
2007-02-07 15:44:32 -08:00
2007-02-07 19:23:21 -08:00
2006-12-20 01:46:41 -05:00
2007-01-15 16:33:51 -02:00
2007-02-11 10:51:25 -08:00
2007-02-08 12:38:54 -08:00
2006-12-16 09:53:50 -08:00
2007-02-11 11:18:05 -08:00
2007-02-08 13:11:42 -08:00