lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 26 May 2008 16:20:10 +0900
From:	Hisashi Hifumi <hifumi.hisashi@....ntt.co.jp>
To:	Jan Kara <jack@...e.cz>, Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] VFS: Pagecache usage optimization on pagesize
  !=blocksize environment


>  But I'm slightly confused that the patch helps because I've always
>thought that mpage_readpage() (which is what we end up calling from
>do_generic_mapping_read()) always reads the whole page. Thus either all
>buffers in the page or none of them are uptodate... So what do I miss
>here?
>
>								Honza

On ext3/4, a file is written through buffer/block. So if a page has multiple 
buffers, buffers can be uptodate partially especially under random write workloads.
See __block_prepare_write and __block_commit_write.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ