Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1743131
| From | Florian Weimer <fweimer@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH RFC] mm: implement write-behind policy for sequential file writes |
| Date | 2017-10-02 13:30 +0200 |
| Message-ID | <uw758-6FT-17@gated-at.bofh.it> (permalink) |
| References | <uw5G2-5HV-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/02/2017 11:54 AM, Konstantin Khlebnikov wrote: > This patch implements write-behind policy which tracks sequential writes > and starts background writeback when have enough dirty pages in a row. Does this apply to data for files which have never been written to disk before? I think one of the largest benefits of the extensive write-back caching in Linux is that the cache is discarded if the file is deleted before it is ever written to disk. (But maybe I'm wrong about this.) Thanks, Florian
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH RFC] mm: implement write-behind policy for sequential file writes Konstantin Khlebnikov <khlebnikov@yandex-team.ru> - 2017-10-02 12:00 +0200
Re: [PATCH RFC] mm: implement write-behind policy for sequential file writes Florian Weimer <fweimer@redhat.com> - 2017-10-02 13:30 +0200
Re: [PATCH RFC] mm: implement write-behind policy for sequential file writes Konstantin Khlebnikov <khlebnikov@yandex-team.ru> - 2017-10-02 14:00 +0200
csiph-web