Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 17:20:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 205816] [ext2fs] [patch] EXT4 sparse blocks unsupported, contain garbage when read
Message-ID:  <bug-205816-3630-AWfe63uryg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205816-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205816-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205816

Damjan Jovanovic <damjan.jov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #165234|0                           |1
        is obsolete|                            |

--- Comment #6 from Damjan Jovanovic <damjan.jov@gmail.com> ---
Created attachment 165366
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165366&action=
=3Dedit
support for EXT4 sparse files, version 3

New version of the patch with these changes:
* Dropped the (int) cast from the second argument in uiomove().
* Curly braces now match the code style of surrounding code.
* ep_sparse_ext and ep_ext are now in a union, since only 1 can be valid.
* Read ahead for mmap has been implemented, and the performance of reading =
from
large memory mapped files has improved more than 400 fold, from 251 kB/seco=
nd
to 106 MB/second :)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205816-3630-AWfe63uryg>