public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* oss git tree busted....
@ 2008-04-17  3:51 David Chinner
  2008-04-17  6:36 ` Lachlan McIlroy
  0 siblings, 1 reply; 4+ messages in thread
From: David Chinner @ 2008-04-17  3:51 UTC (permalink / raw)
  To: xfs-dev; +Cc: xfs-oss

Lachlan,

Looks like the last update fom the ptools tree missed a bunch of mods.

This (log of all changes with fs/xfs):

http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs-2.6.git;a=history;f=fs/xfs;hb=HEAD

Shows:

  6 days ago  Eric Sandeen  [XFS] Ensure "both" features2 slots are consistent
  6 days ago  David Chinner  [XFS] Fix superblock features2 field alignment problem
  6 days ago  Eric Sandeen  [XFS] remove shouting-indirection macros from xfs_sb.h
  7 days ago  David Chinner  [XFS] Catch log unmount failures.
  7 days ago  David Chinner  [XFS] Sanitise xfs_log_force error checking.
  7 days ago  David Chinner  [XFS] Check for errors when changing buffer pointers.
  7 days ago  David Chinner  [XFS] Don't allow silent errors in xfs_inactive().
  7 days ago  David Chinner  [XFS] Catch errors from xfs_imap().
  7 days ago  David Chinner  [XFS] xaiki@sgi.com xfs_bulkstat_one_dinode() never ...
  7 days ago  David Chinner  [XFS] xfs_iflush_fork() never returns an error.
  7 days ago  David Chinner  [XFS] Catch unwritten extent conversion errors.
  7 days ago  David Chinner  [XFS] xfs_bdwrite() does not return errors.
....

It appears that most of the error checking changes I made have been
pushed. Note that there's an error in one fo the titles that the
scripts have not caught (the reviewers email address!). Can you fix
this commit up?

However the real problem is that there are several mods that have
not been pushed:

	xfs-linux-melb:xfs-kern:30836a
	xfs-linux-melb:xfs-kern:30838a
	xfs-linux-melb:xfs-kern:30845a

These are fixes to my original series, and without them you
cannot mount an XFS filesystem at all. Can you please push these
to the git tree ASAP?

Cheers,

Dave.
-- 
Dave Chinner
Principal Engineer
SGI Australian Software Group

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oss git tree busted....
  2008-04-17  3:51 oss git tree busted David Chinner
@ 2008-04-17  6:36 ` Lachlan McIlroy
  2008-04-17  7:13   ` Lachlan McIlroy
  2008-04-17  9:00   ` David Chinner
  0 siblings, 2 replies; 4+ messages in thread
From: Lachlan McIlroy @ 2008-04-17  6:36 UTC (permalink / raw)
  To: David Chinner; +Cc: xfs-dev, xfs-oss

I pushed all available changes, at the time I did the merge, into the master
branch so all these changes must have been checked in after (or during) the
last merge.  I'll run another merge now.

David Chinner wrote:
> Lachlan,
> 
> Looks like the last update fom the ptools tree missed a bunch of mods.
> 
> This (log of all changes with fs/xfs):
> 
> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs-2.6.git;a=history;f=fs/xfs;hb=HEAD
> 
> Shows:
> 
>   6 days ago  Eric Sandeen  [XFS] Ensure "both" features2 slots are consistent
>   6 days ago  David Chinner  [XFS] Fix superblock features2 field alignment problem
>   6 days ago  Eric Sandeen  [XFS] remove shouting-indirection macros from xfs_sb.h
>   7 days ago  David Chinner  [XFS] Catch log unmount failures.
>   7 days ago  David Chinner  [XFS] Sanitise xfs_log_force error checking.
>   7 days ago  David Chinner  [XFS] Check for errors when changing buffer pointers.
>   7 days ago  David Chinner  [XFS] Don't allow silent errors in xfs_inactive().
>   7 days ago  David Chinner  [XFS] Catch errors from xfs_imap().
>   7 days ago  David Chinner  [XFS] xaiki@sgi.com xfs_bulkstat_one_dinode() never ...
>   7 days ago  David Chinner  [XFS] xfs_iflush_fork() never returns an error.
>   7 days ago  David Chinner  [XFS] Catch unwritten extent conversion errors.
>   7 days ago  David Chinner  [XFS] xfs_bdwrite() does not return errors.
> ....
> 
> It appears that most of the error checking changes I made have been
> pushed. Note that there's an error in one fo the titles that the
> scripts have not caught (the reviewers email address!). Can you fix
> this commit up?
> 
> However the real problem is that there are several mods that have
> not been pushed:
> 
> 	xfs-linux-melb:xfs-kern:30836a
> 	xfs-linux-melb:xfs-kern:30838a
> 	xfs-linux-melb:xfs-kern:30845a
> 
> These are fixes to my original series, and without them you
> cannot mount an XFS filesystem at all. Can you please push these
> to the git tree ASAP?
> 
> Cheers,
> 
> Dave.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oss git tree busted....
  2008-04-17  6:36 ` Lachlan McIlroy
@ 2008-04-17  7:13   ` Lachlan McIlroy
  2008-04-17  9:00   ` David Chinner
  1 sibling, 0 replies; 4+ messages in thread
From: Lachlan McIlroy @ 2008-04-17  7:13 UTC (permalink / raw)
  To: lachlan; +Cc: David Chinner, xfs-dev, xfs-oss

The master branch should now be fully up-to-date.  The three mods listed
below were in the merge.

Lachlan McIlroy wrote:
> I pushed all available changes, at the time I did the merge, into the 
> master
> branch so all these changes must have been checked in after (or during) the
> last merge.  I'll run another merge now.
> 
> David Chinner wrote:
>> Lachlan,
>>
>> Looks like the last update fom the ptools tree missed a bunch of mods.
>>
>> This (log of all changes with fs/xfs):
>>
>> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs-2.6.git;a=history;f=fs/xfs;hb=HEAD 
>>
>>
>> Shows:
>>
>>   6 days ago  Eric Sandeen  [XFS] Ensure "both" features2 slots are 
>> consistent
>>   6 days ago  David Chinner  [XFS] Fix superblock features2 field 
>> alignment problem
>>   6 days ago  Eric Sandeen  [XFS] remove shouting-indirection macros 
>> from xfs_sb.h
>>   7 days ago  David Chinner  [XFS] Catch log unmount failures.
>>   7 days ago  David Chinner  [XFS] Sanitise xfs_log_force error checking.
>>   7 days ago  David Chinner  [XFS] Check for errors when changing 
>> buffer pointers.
>>   7 days ago  David Chinner  [XFS] Don't allow silent errors in 
>> xfs_inactive().
>>   7 days ago  David Chinner  [XFS] Catch errors from xfs_imap().
>>   7 days ago  David Chinner  [XFS] xaiki@sgi.com 
>> xfs_bulkstat_one_dinode() never ...
>>   7 days ago  David Chinner  [XFS] xfs_iflush_fork() never returns an 
>> error.
>>   7 days ago  David Chinner  [XFS] Catch unwritten extent conversion 
>> errors.
>>   7 days ago  David Chinner  [XFS] xfs_bdwrite() does not return errors.
>> ....
>>
>> It appears that most of the error checking changes I made have been
>> pushed. Note that there's an error in one fo the titles that the
>> scripts have not caught (the reviewers email address!). Can you fix
>> this commit up?
>>
>> However the real problem is that there are several mods that have
>> not been pushed:
>>
>>     xfs-linux-melb:xfs-kern:30836a
>>     xfs-linux-melb:xfs-kern:30838a
>>     xfs-linux-melb:xfs-kern:30845a
>>
>> These are fixes to my original series, and without them you
>> cannot mount an XFS filesystem at all. Can you please push these
>> to the git tree ASAP?
>>
>> Cheers,
>>
>> Dave.
> 
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oss git tree busted....
  2008-04-17  6:36 ` Lachlan McIlroy
  2008-04-17  7:13   ` Lachlan McIlroy
@ 2008-04-17  9:00   ` David Chinner
  1 sibling, 0 replies; 4+ messages in thread
From: David Chinner @ 2008-04-17  9:00 UTC (permalink / raw)
  To: Lachlan McIlroy; +Cc: David Chinner, xfs-dev, xfs-oss

On Thu, Apr 17, 2008 at 04:36:40PM +1000, Lachlan McIlroy wrote:
> I pushed all available changes, at the time I did the merge, into the master
> branch so all these changes must have been checked in after (or during) the
> last merge.  I'll run another merge now.

Interesting - one of the bug fixes went in in the middle of the series,
but it was missed while all the subsequent mods were picked up. Very
strange....

Anyway, looks like it's all up to date now. Thanks.

Cheers,

Dave.
-- 
Dave Chinner
Principal Engineer
SGI Australian Software Group

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-17  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17  3:51 oss git tree busted David Chinner
2008-04-17  6:36 ` Lachlan McIlroy
2008-04-17  7:13   ` Lachlan McIlroy
2008-04-17  9:00   ` David Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox