Results:
References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\s+1\/1\]\s+XFS\:\s+Replace\s+custom\s+AIL\s+linked\-list\s+code\s+with\s+struct\s+list_head\s*$/: 31 ]
Total 31 documents matching your query.
- 1. [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Mon, 04 Feb 2008 01:28:08 -0500
- Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> This patch assumes you already have Dave Chinner's patch for xfsidbg_xlogitem and xfsidbg_xaildump is needed. Changes since V1: - Pass around
- /archives/xfs/2008-02/msg00013.html (21,962 bytes)
- 2. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: Christoph Hellwig <hch@xxxxxx>
- Date: Mon, 4 Feb 2008 15:52:30 -0500
- Does it work with XFS_TRANS_DEBUG defined aswell? Care to remove these useless braces in all the places you touch while you're at it?
- /archives/xfs/2008-02/msg00023.html (9,255 bytes)
- 3. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Mon, 4 Feb 2008 18:39:46 -0500
- With XFS_TRANS_DEBUG on, other places in XFS don't compile, but this does and works (xfsqa ran fine). Will do. Josef 'Jeff' Sipek. -- The box said "Windows XP or better required". So I installed Lin
- /archives/xfs/2008-02/msg00025.html (9,663 bytes)
- 4. [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Tue, 05 Feb 2008 23:44:51 -0500
- Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> This patch assumes you already have Dave Chinner's patch for xfsidbg_xlogitem and xfsidbg_xaildump is needed. Changes since V2: - remove extr
- /archives/xfs/2008-02/msg00045.html (22,150 bytes)
- 5. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Fri, 22 Feb 2008 01:24:20 -0500
- -- Linux, n.: Generous programmers from around the world all join forces to help you shoot yourself in the foot for free.
- /archives/xfs/2008-02/msg00292.html (26,523 bytes)
- 6. [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Mon, 04 Feb 2008 01:28:08 -0500
- Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> This patch assumes you already have Dave Chinner's patch for xfsidbg_xlogitem and xfsidbg_xaildump is needed. Changes since V1: - Pass around
- /archives/xfs/2008-02/msg00429.html (21,962 bytes)
- 7. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: Christoph Hellwig <hch@xxxxxx>
- Date: Mon, 4 Feb 2008 15:52:30 -0500
- Does it work with XFS_TRANS_DEBUG defined aswell? Care to remove these useless braces in all the places you touch while you're at it?
- /archives/xfs/2008-02/msg00439.html (9,255 bytes)
- 8. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Mon, 4 Feb 2008 18:39:46 -0500
- With XFS_TRANS_DEBUG on, other places in XFS don't compile, but this does and works (xfsqa ran fine). Will do. Josef 'Jeff' Sipek. -- The box said "Windows XP or better required". So I installed Lin
- /archives/xfs/2008-02/msg00441.html (9,663 bytes)
- 9. [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Tue, 05 Feb 2008 23:44:51 -0500
- Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> This patch assumes you already have Dave Chinner's patch for xfsidbg_xlogitem and xfsidbg_xaildump is needed. Changes since V2: - remove extr
- /archives/xfs/2008-02/msg00461.html (22,150 bytes)
- 10. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx>
- Date: Fri, 22 Feb 2008 01:24:20 -0500
- -- Linux, n.: Generous programmers from around the world all join forces to help you shoot yourself in the foot for free.
- /archives/xfs/2008-02/msg00708.html (26,523 bytes)
- 11. [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Sun, 20 Jan 2008 19:35:57 -0500
- Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> I tested it with xfsqa, and things work as well as they do without it. -- fs/xfs/xfs_mount.h | 2 +- fs/xfs/xfs_trans.h | 7 +-- fs/xfs/xfs_tra
- /archives/xfs/2008-01/msg00136.html (16,467 bytes)
- 12. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Mon, 21 Jan 2008 04:04:23 +0000
- I like this a lot, but I think Dave has plans to replace the linked list with a more efficient data structure soon, so it might not actually be worth applying.
- /archives/xfs/2008-01/msg00148.html (9,113 bytes)
- 13. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Sun, 20 Jan 2008 23:07:40 -0500
- I've spoken with him about this, and he wants to have a tree where the leaves have linked lists (if I understood correctly). So this just makes it easier/cleaner for him. Josef 'Jeff' Sipek. -- Hegh
- /archives/xfs/2008-01/msg00149.html (9,635 bytes)
- 14. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Mon, 21 Jan 2008 15:12:58 +1100
- Doesn't really make any difference to me - i've got to rebase the patch on the xfsaild thread commit anyway.... Cheers, Dave. -- Dave Chinner Principal Engineer SGI Australian Software Group
- /archives/xfs/2008-01/msg00150.html (9,562 bytes)
- 15. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Mon, 21 Jan 2008 06:54:42 +0000
- Ok, then I'm all for putting it in. Especially as it should help detangling the header mess. IIRC after this patch there is no need anymore to pull in xfs_trans.h before xfs_mount.h anymore.
- /archives/xfs/2008-01/msg00165.html (9,476 bytes)
- 16. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Mon, 21 Jan 2008 18:10:16 +1100
- Ok, I'll look at that.... Cheers, Dave. -- Dave Chinner Principal Engineer SGI Australian Software Group
- /archives/xfs/2008-01/msg00167.html (9,738 bytes)
- 17. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Fri, 25 Jan 2008 18:08:00 +1100
- Sort of. Few things that really should be done in this first patch. Rather than passing listheads to the xfs_ail_*() functions, it should really be changed to pass the xfs_ail_t to those functions. T
- /archives/xfs/2008-01/msg00212.html (15,165 bytes)
- 18. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author:
- Date: Fri, 25 Jan 2008 02:36:38 -0500
- Agreed. I'm going to send a fixed up version of the patch sometime tomorrow. Lesson learned...compile with XFS_DEBUG on. Josef 'Jeff' Sipek. -- Real Programmers consider "what you see is what you ge
- /archives/xfs/2008-01/msg00214.html (10,149 bytes)
- 19. [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: >
- Date: Sun, 20 Jan 2008 19:35:57 -0500
- Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> I tested it with xfsqa, and things work as well as they do without it. -- fs/xfs/xfs_mount.h | 2 +- fs/xfs/xfs_trans.h | 7 +-- fs/xfs/xfs_tra
- /archives/xfs/2008-01/msg00375.html (16,467 bytes)
- 20. Re: [PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head (score: 1)
- Author: >
- Date: Mon, 21 Jan 2008 04:04:23 +0000
- I like this a lot, but I think Dave has plans to replace the linked list with a more efficient data structure soon, so it might not actually be worth applying.
- /archives/xfs/2008-01/msg00387.html (9,113 bytes)
Current List: 1 - 20
Page: [1] [2]
This search system is powered by
Namazu