Re: [PATCH RESEND] Btrfs: add autodefrag inode flag

2015-07-01 Thread Austin S Hemmelgarn
On 2015-06-30 17:45, Dave Chinner wrote: On Tue, Jun 30, 2015 at 09:32:20AM -0700, Omar Sandoval wrote: In some cases, we may not want to enable automatic defragmentation for the whole filesystem with the "autodefrag" mount option but we still want to defragment specific files or directories. Ad

Re: [PATCH RESEND] Btrfs: add autodefrag inode flag

2015-06-30 Thread Dave Chinner
On Tue, Jun 30, 2015 at 09:32:20AM -0700, Omar Sandoval wrote: > In some cases, we may not want to enable automatic defragmentation for > the whole filesystem with the "autodefrag" mount option but we still > want to defragment specific files or directories. Add an inode flag > which allows us to d

[PATCH RESEND] Btrfs: add autodefrag inode flag

2015-06-30 Thread Omar Sandoval
In some cases, we may not want to enable automatic defragmentation for the whole filesystem with the "autodefrag" mount option but we still want to defragment specific files or directories. Add an inode flag which allows us to do specify that. Signed-off-by: Omar Sandoval --- Resending this becau