Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1252503
| From | Ian Kent <raven@themaw.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC] A couple of questions about the paged I/O sub system |
| Date | 2015-10-21 08:50 +0200 |
| Message-ID | <qlVnH-3sZ-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all, I've been looking through some of the page reclaim code and at truncate_inode_pages(). I'm not familiar with the code and I'm struggling to understand it. One thing that is puzzling me right now is, if a file has pages that have been modified and are swapped out when pagevec_lookup_entries() is called will they be found? If not then how does truncate_inode_pages(_range)() handle waiting for these pages to be swapped back in to perform the writeback and truncation? Anyone, please? Ian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC] A couple of questions about the paged I/O sub system Ian Kent <raven@themaw.net> - 2015-10-21 08:50 +0200
Re: [RFC] A couple of questions about the paged I/O sub system Hugh Dickins <hughd@google.com> - 2015-10-21 22:00 +0200
Re: [RFC] A couple of questions about the paged I/O sub system Ian Kent <raven@themaw.net> - 2015-10-22 03:40 +0200
Re: [RFC] A couple of questions about the paged I/O sub system Hugh Dickins <hughd@google.com> - 2015-10-23 04:00 +0200
Re: [RFC] A couple of questions about the paged I/O sub system Ian Kent <raven@themaw.net> - 2015-10-23 09:50 +0200
csiph-web