diff options
Diffstat (limited to 'open_issues/performance/io_system/read-ahead.mdwn')
-rw-r--r-- | open_issues/performance/io_system/read-ahead.mdwn | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/open_issues/performance/io_system/read-ahead.mdwn b/open_issues/performance/io_system/read-ahead.mdwn index cd39328f..711f7691 100644 --- a/open_issues/performance/io_system/read-ahead.mdwn +++ b/open_issues/performance/io_system/read-ahead.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011, 2012, 2013 Free Software Foundation, +[[!meta copyright="Copyright © 2011, 2012, 2013, 2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -3031,3 +3031,36 @@ License|/fdl]]."]]"""]] <mcsim> so, add? <braunr> if that's what you want to do, ok <braunr> i'll think about your initial question tomorrow + + +## IRC, freenode, #hurd, 2013-09-30 + + <antrik> talking about which... did the clustered I/O work ever get + concluded? + <braunr> antrik: yes, mcsim was able to finish clustered pageins, and it's + still on my TODO list + <braunr> it will get merged eventually, now that the large store patch has + also been applied + + +## IRC, freenode, #hurd, 2013-12-31 + + <braunr> mcsim: do you think you'll have time during january to work out + your clustered pagein work again ? :) + <mcsim> braunr: hello. yes, I think. Depends how much time :) + <braunr> shouldn't be much i guess + <mcsim> what exactly should be done there? + <braunr> probably a rebase, and once the review and tests have been + completed, writing the full changelogs + <mcsim> ok + <braunr> the libpager notification on eviction patch has been pushed in as + part of the merge of the ext2fs large store patch + <braunr> i have to review neal's rework patch again, and merge it + <braunr> and then i'll test your work and make debian packages for + darnassus + <braunr> play with it a bit, see how itgoes + <braunr> mcsim: i guess you could start with + 62004794b01e9e712af4943e02d889157ea9163f (Fix bugs and warnings in + mach-defpager) + <braunr> rebase it, send it as a patch on bug-hurd, it should be + straightforward and short |