Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ventoy/efifs

EFI FileSystem drivers
https://github.com/ventoy/efifs

remove the need for custom GUIDs

* Create individual GUIDs according to the filesystem name

0ff928ccb23f4312a42178bf0eabb58b399ba069 authored over 10 years ago
split sources into logical units

6472929565970fc88fbad479c5973898c3275235 authored over 10 years ago
fix a crash on driver unload

* Also make use of EFI constructs like _CR()
* Also decrease severity of read-only related log m...

58c72d3c0bd3886e6ee2995616a07afef065bd4a authored over 10 years ago
GRUB encapsulation - part 3

* Use our own UTF-8 conversion calls

a3e8909b7d96656de7978628ebe9ce6dc98522b9 authored over 10 years ago
GRUB encapsulation - part 2

ff00b7d4a1be774eb9d1cef90b3b7dd8c85b51e0 authored over 10 years ago
more removal of GRUB calls and cleanup

* Also add a micro to our version

58fe5e97516cd09df5a504d7c6748ab5187d75ef authored over 10 years ago
add gitattributes to ensure line ending consistancy

91551c2062283a1d8bb16d3d5c66fe19c9b93abc authored over 10 years ago
fix unwanted display of error messages

* PrintStatusError() was set to display the VPrint part regardless of our log level
* Also ensure...

1d4ce952e96365ad9050b80aca800e8c43a23605 authored over 10 years ago
GRUB encapsulation - part 1

e9971b0a606fb94dc7d3eb4bde87a856a966271d authored over 10 years ago
add compression for NTFS and support for a bunch of other drivers

* NB: btrfs currently doesn't compile

52a86efa674107977c6715626134c9f9c5c9be35 authored over 10 years ago
update ChangeLog

81c130079f2a3da89992885c76a2a797af95be8e authored over 10 years ago
add support for building multiple filesystems and add exFAT

7c1dc607a12de4fa69048650264818307098c90f authored over 10 years ago
fix detection and handling of non NTFS filesystem

* grub_errno must be reset before the calling a GRUB fs entrypoint
* Also move the building of f...

c879a694ea503e96543ed9ccacecaedf0c012383 authored over 10 years ago
use the MediaId for disk accesses

* Also add a GUID for XFS
* Also correct the Media block size if set to zero

24611af82111a56c6eae95077ee87e741c5914ef authored over 10 years ago
add grub_realloc

* The existing memory management calls also need to be modified
on account that the EFI reallo...

2ca60cd16cc62a339844bbe13706e636b2e35a7e authored over 10 years ago
fix copying of files

* You'd think that GRUB would increment the file offset automatically...
but you'd be wrong.

5cfbf1b5ce514a6c3bc4a177225d76966b953142 authored over 10 years ago
add provision for separate filesystem GUIDs

1a2a730cd953797a91879316ed057e8740c5f066 authored over 10 years ago
build a proper driver version for the EFI Component Name

* Also simplify setup for grub_<fs>_init/grub_<fs>_fini calls

caeb77faec330747cf45869a2487a961d5609d5c authored over 10 years ago
...and we now have a functional NTFS driver ;)

* Of course you need to return the basename for ALL GetInfo() queries!
* Also set default log le...

ac0490dc9bf77a37ff119a3a86d12333d98ac7fe authored over 10 years ago
add partial directory listing

6b4203116404905b52dd3d199cf70d7aff0323df authored over 10 years ago
add file read and file info from root directory

* also fix volume information

f48b1a96940e0494aa2afdaad8b932d40de12b46 authored over 10 years ago
full root directory listing at last, including filesizes

19ef278223d20efe0e23e139ea923d176a042afa authored over 10 years ago
add directory listing, with timestamps, for root directory

a7dae7627f34346faabb18648e725ce3e53d6076 authored over 10 years ago
update file structure for GRUB

bbab924cec9a41df519bd130d9299355650ba0b9 authored over 10 years ago
library and driver cleanup

36a28f9f4b8258a00bfb71f899a491b00715d56e authored over 10 years ago
use the same volume probing as GRUB and set up make dependencies

* See http://scottmcpeak.com/autodepend/autodepend.html

0c95860abe4f5f9a1ab1b73516f3ec70210040d7 authored over 10 years ago
start to use the grub drivers to mount and access the filesystem

22099609e502e045fca29b148f510847476adae2 authored over 10 years ago
add grub dependency

9595117eb904059a30dbef10e02c9e8af9b874da authored over 10 years ago
allocate private intances for each file system

45332b1d04b8480138df91b903cd1b0d28dc0790 authored over 10 years ago
use block IO to read the magic and fix driver unload

c80da76bed3f92f73bae25a49dde66813a5a40bd authored over 10 years ago
use a global mutex to prevent double instantiation of the driver

38609cf622a4fb262a3ca5773e9d68520124f522 authored over 10 years ago
add header and cleanup logging

aa52c5669f4c7d75a278c30ba088125043f5fe31 authored over 10 years ago
add logging and remove unwanted efi binary

7ba87bb7c403ff70c5f912f43378825891e16d13 authored over 10 years ago
fix README typos

ad2f30c7f10f8e8914e3905c184f234eef0964cf authored over 10 years ago
fix Markdown syntax in README

de249832c05b04a0d5c8c237a22e86173e6660db authored over 10 years ago
initial test driver

747cbb769e1e1f4e805292906a579a73ae59db96 authored over 10 years ago
Initial commit

855dbf8779fe8875507b716e7696c0583308387d authored over 10 years ago