Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+Fix\s+reference\s+counting\s+race\s+on\s+log\s+buffers\s*$/: 33 ]

Total 33 documents matching your query.

1. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Thu, 14 Aug 2008 14:06:03 -0400
Btw, while this patch made it to mainline it never went into the oss cvs tree (and thus probably the ptools tree). There also are a lot of other difference between the trees, I'll see how to get them
/archives/xfs/2008-08/msg00251.html (7,930 bytes)

2. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: Lachlan McIlroy <lachlan@xxxxxxx>
Date: Fri, 15 Aug 2008 11:25:29 +1000
Christoph Hellwig wrote: Btw, while this patch made it to mainline it never went into the oss cvs tree (and thus probably the ptools tree). There also are a lot of other difference between the trees,
/archives/xfs/2008-08/msg00269.html (8,756 bytes)

3. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Thu, 14 Aug 2008 21:28:07 -0400
I think I have most of them covered: - log reace - the endianess helpers patch I sent a note out about - the mnt_want_write patches I've sent today - just yesterday the creds preparation in mainline
/archives/xfs/2008-08/msg00270.html (9,899 bytes)

4. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: Lachlan McIlroy <lachlan@xxxxxxx>
Date: Fri, 15 Aug 2008 13:21:02 +1000
Christoph Hellwig wrote: On Fri, Aug 15, 2008 at 11:25:29AM +1000, Lachlan McIlroy wrote: Christoph Hellwig wrote: Btw, while this patch made it to mainline it never went into the oss cvs tree (and t
/archives/xfs/2008-08/msg00271.html (11,508 bytes)

5. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Fri, 15 Aug 2008 18:07:01 -0400
No, sorry for the stupid typo. I meant now with kgdb in maybe the kdb folks can get their act together and try to submit it, at which point xfsidbg could go upstream. Ok, I'll prepare something. Yeah
/archives/xfs/2008-08/msg00279.html (9,947 bytes)

6. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xx>
Date: Thu, 14 Aug 2008 14:06:03 -0400
Btw, while this patch made it to mainline it never went into the oss cvs tree (and thus probably the ptools tree). There also are a lot of other difference between the trees, I'll see how to get them
/archives/xfs/2008-08/msg00699.html (7,930 bytes)

7. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xx>
Date: Fri, 15 Aug 2008 11:25:29 +1000
Christoph Hellwig wrote: Btw, while this patch made it to mainline it never went into the oss cvs tree (and thus probably the ptools tree). There also are a lot of other difference between the trees,
/archives/xfs/2008-08/msg00717.html (8,756 bytes)

8. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xx>
Date: Thu, 14 Aug 2008 21:28:07 -0400
I think I have most of them covered: - log reace - the endianess helpers patch I sent a note out about - the mnt_want_write patches I've sent today - just yesterday the creds preparation in mainline
/archives/xfs/2008-08/msg00718.html (9,899 bytes)

9. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xx>
Date: Fri, 15 Aug 2008 13:21:02 +1000
Christoph Hellwig wrote: On Fri, Aug 15, 2008 at 11:25:29AM +1000, Lachlan McIlroy wrote: Christoph Hellwig wrote: Btw, while this patch made it to mainline it never went into the oss cvs tree (and t
/archives/xfs/2008-08/msg00719.html (11,508 bytes)

10. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xx>
Date: Fri, 15 Aug 2008 18:07:01 -0400
No, sorry for the stupid typo. I meant now with kgdb in maybe the kdb folks can get their act together and try to submit it, at which point xfsidbg could go upstream. Ok, I'll prepare something. Yeah
/archives/xfs/2008-08/msg00727.html (9,947 bytes)

11. [PATCH] Fix reference counting race on log buffers (score: 1)
Author:
Date: Fri, 11 Jul 2008 15:01:21 +1000
When we release the iclog, we do an atomic_dec_and_lock to determine if we are the last reference to enable update of log headers and writeout. however, in xlog_state_get_iclog_space() we need to che
/archives/xfs/2008-07/msg00194.html (9,581 bytes)

12. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author:
Date: Fri, 11 Jul 2008 15:25:43 +1000
Yeah, looks good. Thanks. (My personal preference is for reversing if/else than using ! as it is easier to read but whatever :) But will need Eric's result before checking it in. --Tim
/archives/xfs/2008-07/msg00195.html (10,906 bytes)

13. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author:
Date: Fri, 11 Jul 2008 15:30:52 +1000
And please push straight to Linus as I won't be able to check it in today as about to go to QLD. Thanks, --Tim
/archives/xfs/2008-07/msg00196.html (8,370 bytes)

14. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author:
Date: Fri, 11 Jul 2008 01:28:14 -0500
Tested-by: Eric Sandeen <sandeen@xxxxxxxxxxx> Passes the fs_mark testcase I hit this on, 18 million inodes & counting. Thanks, -Eric
/archives/xfs/2008-07/msg00201.html (10,898 bytes)

15. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author:
Date: Fri, 11 Jul 2008 16:53:41 +1000
Eric Sandeen wrote: Dave Chinner wrote: When we release the iclog, we do an atomic_dec_and_lock to determine if we are the last reference to enable update of log headers and writeout. however, in xlo
/archives/xfs/2008-07/msg00202.html (11,928 bytes)

16. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author:
Date: Fri, 11 Jul 2008 17:19:53 +1000
Thanks, Tim - I'll add the right tags and send it to Linus. It looked funny with one line in the upper branch, and I added the comment inside the if() because it wasn't obvious from the code (either
/archives/xfs/2008-07/msg00203.html (8,992 bytes)

17. [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xxxxxx>
Date: Fri, 11 Jul 2008 15:01:21 +1000
When we release the iclog, we do an atomic_dec_and_lock to determine if we are the last reference to enable update of log headers and writeout. however, in xlog_state_get_iclog_space() we need to che
/archives/xfs/2008-07/msg00817.html (9,581 bytes)

18. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xxxxxx>
Date: Fri, 11 Jul 2008 15:25:43 +1000
Yeah, looks good. Thanks. (My personal preference is for reversing if/else than using ! as it is easier to read but whatever :) But will need Eric's result before checking it in. --Tim
/archives/xfs/2008-07/msg00818.html (10,906 bytes)

19. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xxxxxx>
Date: Fri, 11 Jul 2008 15:30:52 +1000
And please push straight to Linus as I won't be able to check it in today as about to go to QLD. Thanks, --Tim
/archives/xfs/2008-07/msg00819.html (8,370 bytes)

20. Re: [PATCH] Fix reference counting race on log buffers (score: 1)
Author: xxxxxx>
Date: Fri, 11 Jul 2008 01:28:14 -0500
Tested-by: Eric Sandeen <sandeen@xxxxxxxxxxx> Passes the fs_mark testcase I hit this on, 18 million inodes & counting. Thanks, -Eric
/archives/xfs/2008-07/msg00824.html (10,898 bytes)


This search system is powered by Namazu