Folks, there is a pretty strange detail of the allocation policy -
if cylinder group has no free blocks past the goal ext2 tries very hard to
avoid allocation in the beginning of the group. I.e. order looks so:
* goal
* goal .. (goal+63) & ~63
* goal .. end of cylinder group
* cylinder groups past one that contains goal
* cylinder groups before one that contains goal
* beginning of cylinder group..goal-1
It looks somewhat fishy. What's the reason for such policy?
Cheers,
Al
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- [CFT][RFC] ext2_new_inode() fixes and cleanup Alexander Viro
- Re: [CFT][RFC] ext2_new_inode() fixes and cleanup Theodore Y. Ts'o
- Re: [CFT][RFC] ext2_new_inode() fixes and clea... Alexander Viro
- Re: [CFT][RFC] ext2_new_inode() fixes and cleanup Andreas Dilger
- Re: [CFT][RFC] ext2_new_inode() fixes and clea... Alexander Viro
- Re: [RFC] ext2_new_block() behaviour Alexander Viro
- Re: [RFC] ext2_new_block() behaviour Andreas Dilger
- Re: [RFC] ext2_new_block() behaviour Alexander Viro
- Re: [Ext2-devel] Re: [RFC] ext2_n... Stephen C. Tweedie
- Re: [Ext2-devel] Re: [RFC] ex... Alexander Viro
- Re: [Ext2-devel] Re: [RFC... Oliver Xymoron
- Re: [Ext2-devel] Re: [RFC... Alexander Viro
- Re: [Ext2-devel] Re: [RFC... Oliver Xymoron
- Re: [Ext2-devel] Re: [RFC... Stephen C. Tweedie
- Re: [Ext2-devel] Re: [RFC... Alexander Viro
- -bird tree Re: [Ext2-deve... Marcelo Tosatti

