Re: [PATCH 04/10] AXFS: axfs_inode.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnd Bergmann
Date: Thursday, August 21, 2008 - 5:17 am

On Thursday 21 August 2008, Jared Hulbert wrote:

This looks very nice, but could use some comments about how the data is
actually stored on disk. It took me some time to figure out that it actually
allows to do tail merging into compressed blocks, which I was about to suggest
you implement ;-). Cramfs doesn't have them, and I found that they are the
main reason why squashfs compresses better than cramfs, besides the default
block size, which you can change on either one.

Have you seen any benefit of the rwsem over a simple mutex? I would guess
that you can never even get into the situation where you get concurrent
readers since I haven't found a single down_read() in your code, only
downgrade_write().

	Arnd <><
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 04/10] AXFS: axfs_inode.c, Jared Hulbert, (Wed Aug 20, 10:45 pm)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Carsten Otte, (Thu Aug 21, 1:35 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Arnd Bergmann, (Thu Aug 21, 4:35 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Arnd Bergmann, (Thu Aug 21, 5:17 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Jared Hulbert, (Thu Aug 21, 8:06 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Arnd Bergmann, (Thu Aug 21, 8:12 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Phillip Lougher, (Thu Aug 21, 5:21 pm)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Phillip Lougher, (Thu Aug 21, 7:22 pm)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Jared Hulbert, (Thu Aug 21, 8:23 pm)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Jared Hulbert, (Thu Aug 21, 8:27 pm)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Phillip Lougher, (Thu Aug 21, 8:29 pm)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Phillip Lougher, (Thu Aug 21, 8:46 pm)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Arnd Bergmann, (Fri Aug 22, 3:00 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Phillip Lougher, (Fri Aug 22, 10:08 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Jörn, (Fri Aug 22, 10:19 am)
Re: [PATCH 04/10] AXFS: axfs_inode.c, Jared Hulbert, (Fri Aug 22, 11:04 am)