* [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue
@ 2008-02-02 16:27 Jeff at locomotive.unixthugs.org
2008-02-02 16:27 ` [Ocfs2-devel] [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control Jeff at locomotive.unixthugs.org
` (15 more replies)
0 siblings, 16 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:27 UTC (permalink / raw)
To: ocfs2-devel
Here is the original set of fixes, split out into 14 individual ones.
In addition to splitting them out, I also changed the ones that were
HAS_* to NO_* as requested. The last two patches are needed to build
on openSUSE 10.3 which is based on 2.6.22. I used it as a sanity check
and found those failures.
-Jeff
--
Jeff Mahoney
SUSE Labs
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:27 ` Jeff at locomotive.unixthugs.org
2008-02-04 19:16 ` [Ocfs2-devel] " Sunil Mushran
2008-02-02 16:27 ` [Ocfs2-devel] [patch 02/16] ocfs2: Add check for missing SYNC_FILE_* flags Jeff at locomotive.unixthugs.org
` (14 subsequent siblings)
15 siblings, 1 reply; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:27 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-writeback-range-prefix
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/c6566c48/attachment.ksh
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 02/16] ocfs2: Add check for missing SYNC_FILE_* flags
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
2008-02-02 16:27 ` [Ocfs2-devel] [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:27 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 03/16] ocfs2: Add check for missing blkcnt_t Jeff at locomotive.unixthugs.org
` (13 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:27 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-missing-SYNC_FILE-flags
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/b0342a60/attachment.asc
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 03/16] ocfs2: Add check for missing blkcnt_t
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
2008-02-02 16:27 ` [Ocfs2-devel] [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control Jeff at locomotive.unixthugs.org
2008-02-02 16:27 ` [Ocfs2-devel] [patch 02/16] ocfs2: Add check for missing SYNC_FILE_* flags Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 05/16] ocfs2: Add check for missing ->page_mkwrite Jeff at locomotive.unixthugs.org
` (12 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-missing-blkcnt_t
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/67ba5e2a/attachment.ksh
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 05/16] ocfs2: Add check for missing ->page_mkwrite
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (2 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 03/16] ocfs2: Add check for missing blkcnt_t Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 07/16] ocfs2: Add check for missing read_mapping_page Jeff at locomotive.unixthugs.org
` (11 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-missing-page_mkwrite
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/558e0bdd/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 07/16] ocfs2: Add check for missing read_mapping_page
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (3 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 05/16] ocfs2: Add check for missing ->page_mkwrite Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 09/16] ocfs2: Add check for invalidatepage returning int Jeff at locomotive.unixthugs.org
` (10 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-missing-read_mapping_page
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/0f81eb76/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 08/16] ocfs2: Add check for ino_t in filldir callback
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (5 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 09/16] ocfs2: Add check for invalidatepage returning int Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 10/16] ocfs2: Add check for max_blocks in direct IO get_blocks() Jeff at locomotive.unixthugs.org
` (8 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-ino_t-in-filldir
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/bb90ebc6/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 09/16] ocfs2: Add check for invalidatepage returning int
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (4 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 07/16] ocfs2: Add check for missing read_mapping_page Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 08/16] ocfs2: Add check for ino_t in filldir callback Jeff at locomotive.unixthugs.org
` (9 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-invalidate-page-returns-int
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/88a7433b/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 10/16] ocfs2: Add check for max_blocks in direct IO get_blocks()
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (6 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 08/16] ocfs2: Add check for ino_t in filldir callback Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 12/16] ocfs2: Fix ocfs2_file_aio_{read, write} check Jeff at locomotive.unixthugs.org
` (7 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-get_blocks-with-max_blocks
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/b62db16b/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 11/16] ocfs2: Add check for missing linux/uaccess.h
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (8 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 12/16] ocfs2: Fix ocfs2_file_aio_{read, write} check Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 14/16] ocfs2: Add missing includes Jeff at locomotive.unixthugs.org
` (5 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-missing-linux-uaccess-h
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/ba324179/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 12/16] ocfs2: Fix ocfs2_file_aio_{read, write} check
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (7 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 10/16] ocfs2: Add check for max_blocks in direct IO get_blocks() Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 11/16] ocfs2: Add check for missing linux/uaccess.h Jeff at locomotive.unixthugs.org
` (6 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-aio-ops
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/20372171/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 14/16] ocfs2: Add missing includes
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (9 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 11/16] ocfs2: Add check for missing linux/uaccess.h Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 13/16] ocfs2: Fix kmem_cache_create check Jeff at locomotive.unixthugs.org
` (4 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-missing-includes
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/07f83b5d/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 13/16] ocfs2: Fix kmem_cache_create check
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (10 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 14/16] ocfs2: Add missing includes Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 15/16] ocfs2: Fix kapi_subsystem check Jeff at locomotive.unixthugs.org
` (3 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-kmem_cache_create-check
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/f0ee9901/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 15/16] ocfs2: Fix kapi_subsystem check
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (11 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 13/16] ocfs2: Fix kmem_cache_create check Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 16/16] ocfs2: Add check for system_utsname Jeff at locomotive.unixthugs.org
` (2 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-subsystem-check
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/51d82b37/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 16/16] ocfs2: Add check for system_utsname
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (12 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 15/16] ocfs2: Fix kapi_subsystem check Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 04/16] ocfs2: Add check for missing i_private Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 06/16] ocfs2: workaround for old 5-argument get_sb_bdev() Jeff at locomotive.unixthugs.org
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-system_utsname-check
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/3923d425/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 04/16] ocfs2: Add check for missing i_private
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (13 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 16/16] ocfs2: Add check for system_utsname Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 06/16] ocfs2: workaround for old 5-argument get_sb_bdev() Jeff at locomotive.unixthugs.org
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-missing-i_private
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/dd0c6b77/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] [patch 06/16] ocfs2: workaround for old 5-argument get_sb_bdev()
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
` (14 preceding siblings ...)
2008-02-02 16:28 ` [Ocfs2-devel] [patch 04/16] ocfs2: Add check for missing i_private Jeff at locomotive.unixthugs.org
@ 2008-02-02 16:28 ` Jeff at locomotive.unixthugs.org
15 siblings, 0 replies; 19+ messages in thread
From: Jeff at locomotive.unixthugs.org @ 2008-02-02 16:28 UTC (permalink / raw)
To: ocfs2-devel
An embedded and charset-unspecified text was scrubbed...
Name: ocfs2-5-arg-get_sb_bdev
Url: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080202/0970c9e6/attachment.pl
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] Re: [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control
2008-02-02 16:27 ` [Ocfs2-devel] [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control Jeff at locomotive.unixthugs.org
@ 2008-02-04 19:16 ` Sunil Mushran
2008-02-04 20:37 ` Jeff Mahoney
0 siblings, 1 reply; 19+ messages in thread
From: Sunil Mushran @ 2008-02-04 19:16 UTC (permalink / raw)
To: ocfs2-devel
Jeff@locomotive.unixthugs.org wrote:
> --- a/fs/ocfs2/Makefile 2008-02-02 10:36:14.000000000 -0500
> +++ b/fs/ocfs2/Makefile 2008-02-02 10:36:24.000000000 -0500
> @@ -116,6 +116,10 @@ ifdef NO_MANDATORY_LOCK
> EXTRA_CFLAGS += -DNO_MANDATORY_LOCK
> endif
>
> +ifdef WRITEBACK_CONTROL_NO_RANGE_PREFIX
> +EXTRA_CFLAGS += -DWRITEBACK_CONTROL_NO_RANGE_PREFIX
> +endif
> +
>
If it's ok, I am changing EXTRA_CFLAGS to
CFLAGS_compat_sync_mapping_range.o instead.
More targeted.
Rest all the patches look good. If no one objects, I will push these
tomorrow.
Sunil
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Ocfs2-devel] Re: [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control
2008-02-04 19:16 ` [Ocfs2-devel] " Sunil Mushran
@ 2008-02-04 20:37 ` Jeff Mahoney
0 siblings, 0 replies; 19+ messages in thread
From: Jeff Mahoney @ 2008-02-04 20:37 UTC (permalink / raw)
To: ocfs2-devel
Works for me.
Thanks.
-Jeff
--
Jeff Mahoney (mobile)
SUSE Labs
On Feb 4, 2008, at 10:15 PM, Sunil Mushran <Sunil.Mushran@oracle.com>
wrote:
> Jeff@locomotive.unixthugs.org wrote:
>> --- a/fs/ocfs2/Makefile 2008-02-02 10:36:14.000000000 -0500
>> +++ b/fs/ocfs2/Makefile 2008-02-02 10:36:24.000000000 -0500
>> @@ -116,6 +116,10 @@ ifdef NO_MANDATORY_LOCK
>> EXTRA_CFLAGS += -DNO_MANDATORY_LOCK
>> endif
>> +ifdef WRITEBACK_CONTROL_NO_RANGE_PREFIX
>> +EXTRA_CFLAGS += -DWRITEBACK_CONTROL_NO_RANGE_PREFIX
>> +endif
>> +
>>
>
> If it's ok, I am changing EXTRA_CFLAGS to
> CFLAGS_compat_sync_mapping_range.o instead.
> More targeted.
>
> Rest all the patches look good. If no one objects, I will push these
> tomorrow.
>
> Sunil
>
>
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2008-02-04 20:37 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 16:27 [Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue Jeff at locomotive.unixthugs.org
2008-02-02 16:27 ` [Ocfs2-devel] [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control Jeff at locomotive.unixthugs.org
2008-02-04 19:16 ` [Ocfs2-devel] " Sunil Mushran
2008-02-04 20:37 ` Jeff Mahoney
2008-02-02 16:27 ` [Ocfs2-devel] [patch 02/16] ocfs2: Add check for missing SYNC_FILE_* flags Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 03/16] ocfs2: Add check for missing blkcnt_t Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 05/16] ocfs2: Add check for missing ->page_mkwrite Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 07/16] ocfs2: Add check for missing read_mapping_page Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 09/16] ocfs2: Add check for invalidatepage returning int Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 08/16] ocfs2: Add check for ino_t in filldir callback Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 10/16] ocfs2: Add check for max_blocks in direct IO get_blocks() Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 12/16] ocfs2: Fix ocfs2_file_aio_{read, write} check Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 11/16] ocfs2: Add check for missing linux/uaccess.h Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 14/16] ocfs2: Add missing includes Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 13/16] ocfs2: Fix kmem_cache_create check Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 15/16] ocfs2: Fix kapi_subsystem check Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 16/16] ocfs2: Add check for system_utsname Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 04/16] ocfs2: Add check for missing i_private Jeff at locomotive.unixthugs.org
2008-02-02 16:28 ` [Ocfs2-devel] [patch 06/16] ocfs2: workaround for old 5-argument get_sb_bdev() Jeff at locomotive.unixthugs.org
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.