From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30146 invoked by alias); 17 Nov 2006 20:39:25 -0000 Received: (qmail 30124 invoked by uid 9572); 17 Nov 2006 20:39:24 -0000 Date: Fri, 17 Nov 2006 20:39:00 -0000 Message-ID: <20061117203924.30123.qmail@sourceware.org> From: wcheng@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs-kernel/src/gfs ops_file.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00466.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: wcheng@sourceware.org 2006-11-17 20:39:24 Modified files: gfs-kernel/src/gfs: ops_file.c Log message: Bugzilla 216209: GFS has been splitting large writes into smaller atomic transactions. This would generate multiple aio completion calls (one for each transaction) that falsely notify application about data completion. Problem is reported by QA team while doing RHEL5 testing. Issue affects aio io size > 4MB. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_file.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.16.6.2.2.5&r2=1.16.6.2.2.6