Re: [PATCH] btrfs: Correct assignment of pos

2017-07-04 Thread Marc Dionne
On Tue, Jul 4, 2017 at 9:02 PM, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > Assigning pos for usage early messes up in append mode, where > the pos is re-assigned in generic_write_checks(). Re-assign > pos to get the correct position to write from iocb->ki_pos. > > Fixes: edf064e7c6fe

Re: Lockups with btrfs on 3.16-rc1 - bisected

2014-06-18 Thread Marc Dionne
On Wed, Jun 18, 2014 at 8:41 PM, Marc Dionne wrote: > On Wed, Jun 18, 2014 at 8:08 PM, Waiman Long wrote: >> On 06/18/2014 08:03 PM, Marc Dionne wrote: >>> >>> On Wed, Jun 18, 2014 at 7:53 PM, Chris Mason wrote: >>>> >>>> On 06/18/2014 07:30

Re: Lockups with btrfs on 3.16-rc1 - bisected

2014-06-18 Thread Marc Dionne
On Wed, Jun 18, 2014 at 8:08 PM, Waiman Long wrote: > On 06/18/2014 08:03 PM, Marc Dionne wrote: >> >> On Wed, Jun 18, 2014 at 7:53 PM, Chris Mason wrote: >>> >>> On 06/18/2014 07:30 PM, Waiman Long wrote: >>>> >>>> On 06/18/2014 07:27

Re: Lockups with btrfs on 3.16-rc1 - bisected

2014-06-18 Thread Marc Dionne
t;>>>> On 06/18/2014 03:47 PM, Waiman Long wrote: >>>>>> On 06/18/2014 06:27 PM, Josef Bacik wrote: >>>>>>> >>>>>>> On 06/18/2014 03:17 PM, Waiman Long wrote: >>>>>>>> On 06/18/2014 04:57 PM, Marc Dionne wrote:

Lockups with btrfs on 3.16-rc1 - bisected

2014-06-18 Thread Marc Dionne
Hi, I've been seeing very reproducible soft lockups with 3.16-rc1 similar to what is reported here: http://marc.info/?l=linux-btrfs&m=140290088532203&w=2 , along with the occasional hard lockup, making it impossible to complete a parallel build on a btrfs filesystem for the package I work on. Thi