Re: Selective Compression/Encryption

2008-12-12 Thread Chris Mason
On Thu, 2008-12-11 at 17:03 -0500, Lee Trager wrote: > On Tue, Dec 09, 2008 at 03:22:29PM -0500, jim owens wrote: > > Joshua J. Berry wrote: > >> On Tuesday 09 December 2008 08:35:16 Chris Mason wrote: > >>> On Tue, 2008-12-09 at 09:59 -0500, Lee Trager wrote: > Currently compression and I ass

Re: PROBLEM: oops when running fsstress against compressed btrfs filesystem

2008-12-12 Thread Chris Mason
On Thu, 2008-12-04 at 17:59 -0500, Eric Whitney wrote: > Chris: > > I'm consistently getting oopses when running fsstress against both > single and multiple device compressed btrfs filesystems using kernels > built from the current btrfs-unstable. > Sorry it took so long to reply to this one,

Re: PROBLEM: oops when running fsstress against compressed btrfs filesystem

2008-12-12 Thread Chris Mason
On Fri, 2008-12-12 at 09:25 -0500, Chris Mason wrote: > On Thu, 2008-12-04 at 17:59 -0500, Eric Whitney wrote: > > Chris: > > > > I'm consistently getting oopses when running fsstress against both > > single and multiple device compressed btrfs filesystems using kernels > > built from the curren

[PATCH] fix wrong value returned from btrfs_listxattr when buffer is too small

2008-12-12 Thread Yehuda Sadeh Weinraub
Fix bug, btrfs_listxattr doesn't return an error when the buffer size is too small (ret was overridden). Signed-off-by: Yehuda Sadeh --- fs/btrfs/xattr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c index adb4b32..4146f07 100644 --