Jeff at locomotive.unixthugs.org
2008-Feb-02 16:27 UTC
[Ocfs2-devel] [patch 00/16] ocfs2: SLES10 compatibility patch queue
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:27 UTC
[Ocfs2-devel] [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:27 UTC
[Ocfs2-devel] [patch 02/16] ocfs2: Add check for missing SYNC_FILE_* flags
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 03/16] ocfs2: Add check for missing blkcnt_t
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 05/16] ocfs2: Add check for missing ->page_mkwrite
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 07/16] ocfs2: Add check for missing read_mapping_page
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 08/16] ocfs2: Add check for ino_t in filldir callback
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 09/16] ocfs2: Add check for invalidatepage returning int
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 10/16] ocfs2: Add check for max_blocks in direct IO get_blocks()
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 11/16] ocfs2: Add check for missing linux/uaccess.h
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 12/16] ocfs2: Fix ocfs2_file_aio_{read, write} check
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 14/16] ocfs2: Add missing includes
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 13/16] ocfs2: Fix kmem_cache_create check
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 15/16] ocfs2: Fix kapi_subsystem check
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 16/16] ocfs2: Add check for system_utsname
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 04/16] ocfs2: Add check for missing i_private
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
Jeff at locomotive.unixthugs.org
2008-Feb-02 16:28 UTC
[Ocfs2-devel] [patch 06/16] ocfs2: workaround for old 5-argument get_sb_bdev()
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
Possibly Parallel Threads
- [RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
- [nbdkit PATCH] cc: Allow configuration without absolute paths
- [RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
- [nbdkit PATCH] cc: Allow configuration without absolute paths
- [PATCH 1/4] ocfs2: Fixes pipe_buf_operations->pin switch to confirm in 2.6.23.