Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-11-30 Thread Pedro Falcato
Pushed to edk2-platforms as 2c6da5c2cb5b3bd13aad5b6dd535a241c83e4b8a. On Fri, Oct 29, 2021 at 2:04 AM Pedro Falcato via groups.io wrote: > Uninitialized extents are special extents that have blocks allocated, > but are specified as uninitialized and therefore, reads behave the > same as file

回复: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-11-22 Thread gaoliming
19日 4:31 收件人: edk2-devel-groups-io mailto:devel@edk2.groups.io> >; Pedro Falcato mailto:pedro.falc...@gmail.com> > 抄送: Leif Lindholm mailto:l...@nuviainc.com> >; Michael D Kinney mailto:michael.d.kin...@intel.com> > 主题: Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add u

Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-11-18 Thread Michael D Kinney
-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support It's been over two weeks and a quick Rb would be great, since this patch is relatively trivial and it would fix a bug. Again, if I'm doing anything wrong, please let me know. Thanks, Pedro On Mon, Nov 1, 2021 at 9:29 PM

Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-11-18 Thread Pedro Falcato
gmail.com> > *抄送:* Leif Lindholm ; Michael D Kinney < > michael.d.kin...@intel.com> > *主题:* Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized > extents support > > > > It's been over two weeks and a quick Rb would be great, since this patch &g

回复: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-11-18 Thread gaoliming
-groups-io ; Pedro Falcato 抄送: Leif Lindholm ; Michael D Kinney 主题: Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support It's been over two weeks and a quick Rb would be great, since this patch is relatively trivial and it would fix a bug. Again, if I'm doing

Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-11-18 Thread Pedro Falcato
It's been over two weeks and a quick Rb would be great, since this patch is relatively trivial and it would fix a bug. Again, if I'm doing anything wrong, please let me know. Thanks, Pedro On Mon, Nov 1, 2021 at 9:29 PM Pedro Falcato wrote: > Quick PS: I CC'd the edk2-platforms stewards on

Re: [edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-11-01 Thread Pedro Falcato
Quick PS: I CC'd the edk2-platforms stewards on the patch because there's no co-maintainer, and from what I gathered, that's what I'm supposed to do. If I'm mistaken, please let me know. Thanks, Pedro On Fri, Oct 29, 2021 at 2:04 AM Pedro Falcato via groups.io wrote: > Uninitialized extents

[edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-10-28 Thread Pedro Falcato
Uninitialized extents are special extents that have blocks allocated, but are specified as uninitialized and therefore, reads behave the same as file holes (reads 0), while writes already have blocks allocated. Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Pedro Falcato ---