grub-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ f2fs: 212 ]

Total 212 documents matching your query.

1. Re: [2.02] Re: [f2fs-dev] [PATCH v8] F2FS support (score: 98)
Author: HIDDEN
Date: Thu, 3 Mar 2016 13:36:53 -0800
Change log from v7: - fix an offset bug in read_file -- >8 -- "F2FS (Flash-Friendly File System) is flash-friendly file system which was merged into Linux kernel v3.8 in 2013. The motive for F2FS was
/archive/html/grub-devel/2016-03/msg00080.html (49,593 bytes)

2. Re: [2.02] Re: [f2fs-dev] [PATCH v7] F2FS support (score: 98)
Author: HIDDEN
Date: Thu, 3 Mar 2016 13:35:30 -0800
Oops. Thank you for taking a look at this. Thanks,
/archive/html/grub-devel/2016-03/msg00079.html (84,212 bytes)

3. Re: [2.02] Re: [f2fs-dev] [PATCH v7] F2FS support (score: 98)
Author: HIDDEN
Date: Thu, 3 Mar 2016 00:20:30 +0100
I found a bug in the 'grub_f2fs_read_file' function. It fails when the file position is not 0. to fix it: -      grub_memcpy (buf + pos, inline_addr + pos, len); +      grub_memcpy (buf, inline
/archive/html/grub-devel/2016-03/msg00060.html (67,329 bytes)

4. [2.02] Re: [f2fs-dev] [PATCH v7] F2FS support (score: 98)
Author: HIDDEN
Date: Tue, 1 Mar 2016 22:52:09 +0300
ACK from my side. It is leaf code that does not affect anything so should not cause any regression. 22.02.2016 21:25, Jaegeuk Kim пишет:
/archive/html/grub-devel/2016-03/msg00027.html (67,680 bytes)

5. Re: [PATCH] F2FS support (score: 89)
Author: HIDDEN
Date: Thu, 29 Mar 2018 17:08:42 +0100
Hi Daniel, Thanks for reviewing the patch. Here's a v2 that takes your comments into account. Regards, /Pete On 2018.03.28 13:04, Daniel Kiper wrote: On Thu, Mar 22, 2018 at 04:47:47PM +0000, Pete Ba
/archive/html/grub-devel/2018-03/msg00149.html (79,101 bytes)

6. Re: [f2fs-dev] [PATCH v2] F2FS support (score: 89)
Author: HIDDEN
Date: Wed, 29 Apr 2015 13:48:21 -0700
Hi folks, Any comments on this patch? Thanks,
/archive/html/grub-devel/2015-04/msg00142.html (68,708 bytes)

7. Re: [f2fs-dev] [2.02] Re: [PATCH v8] F2FS support (score: 86)
Author: HIDDEN
Date: Fri, 5 Aug 2016 21:17:25 +0200
Okay, I can wait for 2.02. ;) BTW, I've heard that openmandriva adopted this patch to support F2FS in their installer. Thanks, ______________________________ _________________ Grub-devel mailing lis
/archive/html/grub-devel/2016-08/msg00017.html (83,485 bytes)

8. Re: [f2fs-dev] [PATCH v5] F2FS support (score: 86)
Author: HIDDEN
Date: Thu, 7 Jan 2016 20:37:25 +0100
I've tried to compile this for ARM(using gcc 5.2.0) and there are a few warnings: In file included from grub/include/grub/file.h:22:0,                  from grub/grub-core/fs/f2fs.c:22: grub
/archive/html/grub-devel/2016-01/msg00012.html (59,925 bytes)

9. Re: [f2fs-dev] [2.02] Re: [PATCH v8] F2FS support (score: 84)
Author: HIDDEN
Date: Fri, 5 Aug 2016 11:07:37 -0700
Okay, I can wait for 2.02. ;) BTW, I've heard that openmandriva adopted this patch to support F2FS in their installer. Thanks,
/archive/html/grub-devel/2016-08/msg00016.html (83,414 bytes)

10. Re: [f2fs-dev] [2.02] Re: [PATCH v8] F2FS support (score: 83)
Author: HIDDEN
Date: Fri, 5 Aug 2016 13:57:37 +0300
Vladimir prefers to postpone new features until 2.02 is out. From my side I think it is isolated enough and new code so low regression risk. Vladimir has the final word as maintainer :)
/archive/html/grub-devel/2016-08/msg00013.html (75,305 bytes)

11. Re: [f2fs-dev] [2.02] Re: [PATCH v8] F2FS support (score: 83)
Author: HIDDEN
Date: Thu, 4 Aug 2016 10:06:05 -0700
Hi Andrei, It's been sitting for a long long time. May I ask whether or not there is any merging plan of this? Thanks,
/archive/html/grub-devel/2016-08/msg00012.html (68,667 bytes)

12. Re: [f2fs-dev] [PATCH v7] F2FS support (score: 82)
Author: HIDDEN
Date: Mon, 22 Feb 2016 10:25:25 -0800
Chang log from v6: o remove redundant filesize check in ->read o check consistency in ->open regarding to inline_data -- >8 -- "F2FS (Flash-Friendly File System) is flash-friendly file system which w
/archive/html/grub-devel/2016-02/msg00247.html (48,910 bytes)

13. Re: [f2fs-dev] [PATCH v6] F2FS support (score: 82)
Author: HIDDEN
Date: Fri, 8 Jan 2016 11:41:32 -0800
Change log from v5: o fix build warning for ARM, reported by Michael Zimmermann Thanks to Michael for testing this patch. -- >8 -- "F2FS (Flash-Friendly File System) is flash-friendly file system whi
/archive/html/grub-devel/2016-01/msg00021.html (48,746 bytes)

14. Re: [f2fs-dev] [PATCH v5] F2FS support (score: 82)
Author: HIDDEN
Date: Tue, 15 Dec 2015 10:14:39 -0800
Change log from v4: o fix grub_test_bit_le() -- >8 -- "F2FS (Flash-Friendly File System) is flash-friendly file system which was merged into Linux kernel v3.8 in 2013. The motive for F2FS was to buil
/archive/html/grub-devel/2015-12/msg00058.html (49,304 bytes)

15. Re: [f2fs-dev] [PATCH v4] F2FS support (score: 82)
Author: HIDDEN
Date: Mon, 14 Dec 2015 16:34:21 -0800
Change log from v3: o add grub_test_bit_le() o fix label handling with utf16 o change some minor concerns -- >8 -- "F2FS (Flash-Friendly File System) is flash-friendly file system which was merged in
/archive/html/grub-devel/2015-12/msg00050.html (49,403 bytes)

16. [PATCH] F2FS support (score: 75)
Author: HIDDEN
Date: Thu, 22 Mar 2018 16:47:47 +0000
Hi, Please find attached a rebased version of the F2FS patch sent by Jaegeuk Kim to this mailing list on 2017.05.04. The original patch was rebased against the latest mainline and we also validated t
/archive/html/grub-devel/2018-03/msg00096.html (51,238 bytes)

17. Re: [PATCH v2] F2FS support (score: 72)
Author: HIDDEN
Date: Fri, 3 Apr 2015 15:49:08 -0700
"F2FS (Flash-Friendly File System) is flash-friendly file system which was merged into Linux kernel v3.8 in 2013. The motive for F2FS was to build a file system that from the start, takes into accoun
/archive/html/grub-devel/2015-04/msg00001.html (49,191 bytes)

18. Re: [PATCH v3] F2FS support (score: 68)
Author: HIDDEN
Date: Fri, 20 Nov 2015 05:28:24 +0800
Hello, Change log from v2: o Enhance the code quality suggested by Andrei Sorry for the long delay. Could you please check this patch? Thank you so much, -- >& -- From: Jaegeuk Kim <address@hidden> D
/archive/html/grub-devel/2015-11/msg00195.html (48,405 bytes)

19. [PATCH] F2FS support (score: 68)
Author: HIDDEN
Date: Tue, 24 Mar 2015 01:19:00 -0700
* Makefile.util.def: Add f2fs.c. * doc/grub.texi: Add f2fs description. * grub-core/Makefile.core.def: Add f2fs module. * grub-core/fs/f2fs.c: New file. * tests/f2fs_test.in: New file. * tests/util/g
/archive/html/grub-devel/2015-03/msg00034.html (48,853 bytes)

20. [PATCH] F2FS support (score: 65)
Author: HIDDEN
Date: Thu, 4 May 2017 11:12:40 -0700
"F2FS (Flash-Friendly File System) is flash-friendly file system which was merged into Linux kernel v3.8 in 2013. The motive for F2FS was to build a file system that from the start, takes into accoun
/archive/html/grub-devel/2017-05/msg00008.html (48,327 bytes)


This search system is powered by Namazu