[f2fs-dev] [PATCH 1/2] lib, mkfs: fix endian conversion for crc calculation

2013-06-19 Thread Jaegeuk Kim
From 860da681961e6891d625abffa02d6df7dea4f5b2 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim jaegeuk@samsung.com Date: Wed, 19 Jun 2013 20:49:47 +0900 Subject: [PATCH 1/2] lib, mkfs: fix endian conversion for crc calculation Cc: linux-fsde...@vger.kernel.org, linux-ker...@vger.kernel.org,

[f2fs-dev] [PATCH] f2fs: fix crc endian conversion

2013-06-19 Thread Jaegeuk Kim
From ed1e92d596f5356ff2f8f8af2818d36ca31f5cf1 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim jaegeuk@samsung.com Date: Wed, 19 Jun 2013 20:47:19 +0900 Subject: [PATCH] f2fs: fix crc endian conversion Cc: linux-fsde...@vger.kernel.org, linux-ker...@vger.kernel.org,

Re: [f2fs-dev] Kernel BUG when writing to f2fs drive, PowerPC, SD card, USB3

2013-06-19 Thread Oded Gabbay
Hi, I tried your patches and they seem to work :) I fixed umount flag yesterday but the CRC was the keypoint. Thanks. I will now stress-test the SD card on my board and let you know the results. Best regards, Oded On 06/19/2013 03:43 PM, Jaegeuk Kim wrote: Hi, Could you test the following

Re: [f2fs-dev] Kernel BUG when writing to f2fs drive, PowerPC, SD card, USB3

2013-06-19 Thread Oded Gabbay
Hi, After stress-testing the F2FS on SD card and iNAND, and doing multiple mounts/umounts, I believe I can say the fix is working for the powerpc. Thanks for all the help Oded. On 06/19/2013 03:43 PM, Jaegeuk Kim wrote: Hi, Could you test the following three patches sent right after this