> Now, if you want to speed up accesses, there are things you can do. You > can lay out the filesystem in the access order - trace the IO accesses at > bootup ("which file, which offset, which metadata block?") and lay out the > blocks of the files in exactly the right order. Then you will get linear > reads _without_ doing any "dd" at all. iso9660 alas doesn't allow you to do that. You can speed it up by reading the entire file into memory rather than paging it in (or reading it in and then executing it). iso9660 layout is pretty constrained and designed for linear file reads - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] SMP race in ext2 ... Richard Gooch
- Re: [PATCH] SMP race in ext2 ... Alexander Viro
- Re: [PATCH] SMP race in ext2 ... Richard Gooch
- Re: [PATCH] SMP race in ext2 ... Alexander Viro
- Re: [PATCH] SMP race in ext2 ... Richard Gooch
- Re: [PATCH] SMP race in ext2 ... Jens Axboe
- Re: [PATCH] SMP race in ext2 ... Rogier Wolff
- Re: [PATCH] SMP race in ext2 ... Richard Gooch
- Re: [PATCH] SMP race in ext2 ... volodya
- Re: [PATCH] SMP race in ext2 ... Helge Hafting
- Re: [PATCH] SMP race in ext2 ... Alan Cox
- Re: [PATCH] SMP race in ext2 ... Linus Torvalds
- Re: [PATCH] SMP race in ext2 ... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 ... Linus Torvalds
- Re: [PATCH] SMP race in ext2 ... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 ... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadat... Richard B. Johnson
- Re: [PATCH] SMP race in ext2 - me... Alexander Viro
- Re: [PATCH] SMP race in ext2 ... Richard B. Johnson
- Re: [PATCH] SMP race in ext2 - metadata co... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadata corruption. Linus Torvalds