Re: Write-back from inside FS - need suggestions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Artem Bityutskiy
Date: Saturday, September 29, 2007 - 2:56 am

Andrew Morton wrote:

(For some reasons I haven't got your answer in my mailbox, found it in
archives)

Thank you for these pointers. I was looking at ext4 code and found haven't
found what they do in these cases. I think I need some hints to realize
what's going on there. Our FS is so different from traditional ones
- e.g., we do not use buffer heads, we do not have block device
underneath, etc, so I even doubt I can borrow anything from ext4.

I have impression that I just have to implement my own list of
inodes and my own victim-picking policies. Although I still think it
should better be done on VFS level, because it has all these LRU lists,
and I'd duplicate things.

Nevertheless, I add Teo on CC in a hope he'll give me some pointers.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Write-back from inside FS - need suggestions, Artem Bityutskiy, (Fri Sep 28, 2:16 am)
Re: Write-back from inside FS - need suggestions, Andrew Morton, (Fri Sep 28, 3:29 am)
Re: Write-back from inside FS - need suggestions, Artem Bityutskiy, (Sat Sep 29, 2:56 am)
Re: Write-back from inside FS - need suggestions, Andrew Morton, (Sat Sep 29, 3:39 am)
Re: Write-back from inside FS - need suggestions, Artem Bityutskiy, (Sat Sep 29, 3:44 am)
Re: Write-back from inside FS - need suggestions, Artem Bityutskiy, (Sat Sep 29, 12:10 pm)
Re: Write-back from inside FS - need suggestions, Andrew Morton, (Sat Sep 29, 1:00 pm)
Re: Write-back from inside FS - need suggestions, Artem Bityutskiy, (Sun Sep 30, 1:40 am)