On Thu, 21 Dec 2000, Chris Mason wrote: > Obvious bug, block_write_full_page zeros out the bits past the end of > file every time. This should not be needed for normal file writes. Unfortunately, it _is_ needed for pageout path. mmap() the last page of file. Dirty the data past the EOF (MMU will not catch that access). Let the pageout send the page to disk. You don't want to have the data past EOF end up on the backstore. Al, slowly getting back to life and sanity. Fsck the flu... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Test12 ll_rw_block error. Linus Torvalds
- Re: Test12 ll_rw_block error. Russell Cattelan
- Re: Test12 ll_rw_block error. Stephen C. Tweedie
- Re: Test12 ll_rw_block error. Marcelo Tosatti
- Re: Test12 ll_rw_block error. Stephen C. Tweedie
- Re: Test12 ll_rw_block error. Marcelo Tosatti
- Re: Test12 ll_rw_block error. Daniel Phillips
- Re: Test12 ll_rw_block error. Christoph Hellwig
- Re: Test12 ll_rw_block error. Marcelo Tosatti
- [RFC] changes to buffer.c (was Test12 ... Chris Mason
- Re: [RFC] changes to buffer.c (wa... Alexander Viro
- Re: [RFC] changes to buffer.c (wa... Chris Mason
- Re: [RFC] changes to buffer.c (wa... Marcelo Tosatti
- Re: [RFC] changes to buffer.c (wa... Andreas Dilger
- Re: [RFC] changes to buffer.c (wa... Marcelo Tosatti
- Re: [RFC] changes to buffer.c (wa... Chris Mason
- Re: [RFC] changes to buffer.c (wa... Daniel Phillips
- Re: [RFC] changes to buffer.c (wa... Chris Mason
- Re: [RFC] changes to buffer.c (wa... Chris Mason
- Re: Test12 ll_rw_block error. Russell Cattelan
- Re: Test12 ll_rw_block error. Russell Cattelan