public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* TAKE 959978 - growing an XFS filesystem by more than 2TB is broken
@ 2007-01-10  4:54 David Chinner
  0 siblings, 0 replies; only message in thread
From: David Chinner @ 2007-01-10  4:54 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Make growfs work for amounts greater than 2TB

The free block modification code has a 32bit interface, limiting
the size the filesystem can be grown even on 64 bit machines.
On 32 bit machines, there are other 32bit variables in transaction
structures and interfaces that need to be expanded to allow this
to work.

Date:  Wed Jan 10 15:53:25 AEDT 2007
Workarea:  chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by:  hch@infradead.org

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:27894a
fs/xfs/xfs_mount.h - 1.231 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.231&r2=text&tr2=1.230&f=h
	- Update xfs_mod_sb_t to 64bit deltas.

fs/xfs/xfs_mount.c - 1.390 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.390&r2=text&tr2=1.389&f=h
	- Modify the core superblock modification code to handle 64 bit
	  deltas so as to allow single modifications of greater than 2TB.

fs/xfs/xfs_trans.c - 1.177 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_trans.c.diff?r1=text&tr1=1.177&r2=text&tr2=1.176&f=h
	- Superblock modification deltas changed to 64 bit types to allow
	  single modifications of greater than 32 bits on 32 bit platforms.

fs/xfs/xfs_trans.h - 1.143 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_trans.h.diff?r1=text&tr1=1.143&r2=text&tr2=1.142&f=h
	- Transaction deltas converted to explicit 64bit types.

fs/xfs/xfs_bmap.c - 1.361 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap.c.diff?r1=text&tr1=1.361&r2=text&tr2=1.360&f=h
	- Change free block modifications to use 64 bit type casts.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-10  4:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-10  4:54 TAKE 959978 - growing an XFS filesystem by more than 2TB is broken David Chinner

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