[f2fs-dev] fstrim fails on F2FS device

2014-06-28 Thread Brian Chadwick
Hi there running fstrim on a F2FS partition gives the following output: fstrim: /home: discard operation not supported. kernel 3.16.0-rc2 Is this normal? Cheers Brian -- Open source business process management suite

[f2fs-dev] [PATCH] f2fs: check bdi-dirty_exceeded when trying to skip data writes

2014-06-28 Thread Jaegeuk Kim
If we don't check the current backing device status, balance_dirty_pages can fall into infinite pausing routine. This can be occurred when a lot of directories make a small number of dirty dentry pages including files. Reported-by: Brian Chadwick brianc...@westnet.com.au Signed-off-by: Jaegeuk

Re: [f2fs-dev] fstrim fails on F2FS device

2014-06-28 Thread Jaegeuk Kim
Exactly, it's correct. Thanks Chao, :) On Sat, Jun 28, 2014 at 04:36:34PM +0800, Chao Yu wrote: Hi Brian, -Original Message- From: Brian Chadwick [mailto:brianc...@westnet.com.au] Sent: Saturday, June 28, 2014 2:44 PM To: linux-f2fs-devel@lists.sourceforge.net Subject: