Jonas 'Sortie' Termansen
577323b950
Update the ioleast family to current coding conventions.
2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen
ebb75f656c
Honor O_EXCL only if O_CREAT.
2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen
a22cca77f5
Fix extfs O_DIRECTORY error codes.
2015-02-06 14:56:35 +01:00
Jonas 'Sortie' Termansen
22a510e957
Fix extfs uninitialized inode members.
2015-02-06 14:56:31 +01:00
Jonas 'Sortie' Termansen
3d6fc8438a
Fix extfs chmod never succeeding.
2015-02-06 14:55:36 +01:00
Jonas 'Sortie' Termansen
3754dbd5cd
Fix extfs fuse frontend not compiling.
2015-02-06 14:55:36 +01:00
Jonas 'Sortie' Termansen
231f73c4f9
Fix extfs symbolic link access and truncation bugs.
2015-02-06 14:55:36 +01:00
Jonas 'Sortie' Termansen
00f9af4bf3
Fix extfs filesystem typo.
2015-02-06 14:55:35 +01:00
Jonas 'Sortie' Termansen
d890d3082d
Add umount(2) and unmountat(2).
2014-12-26 21:45:29 +01:00
Jonas 'Sortie' Termansen
60305cc589
Implement modified time in extfs.
2014-12-08 18:18:52 +01:00
Jonas 'Sortie' Termansen
1119aa695c
Notes on extfs speedup.
2014-12-08 18:18:52 +01:00
Jonas 'Sortie' Termansen
677435aa94
Hash extfs inode cache lookup.
2014-12-08 18:18:51 +01:00
Jonas 'Sortie' Termansen
dc213256c0
Optimize extfs syncing blocks.
2014-12-08 18:18:51 +01:00
Jonas 'Sortie' Termansen
8f0db0f541
Optimize extfs syncing inodes.
2014-12-08 18:18:51 +01:00
Jonas 'Sortie' Termansen
572481098a
Add uuid support to extfs.
2014-12-08 18:18:51 +01:00
Jonas 'Sortie' Termansen
f6b1056de8
Update extfs to current coding conventions.
2014-12-08 18:18:51 +01:00
Jonas 'Sortie' Termansen
bb3f591057
Add symbolic links.
2014-12-02 17:36:36 +01:00
Jonas 'Sortie' Termansen
2586685061
Ongoing build system maintainance.
2014-12-02 17:09:28 +01:00
Jonas 'Sortie' Termansen
87be32b948
Remove obsolete uninstall Makefile target from projects.
2014-11-24 21:32:24 +01:00
Jonas 'Sortie' Termansen
9e6148f6ff
Refactor default compiler options logic.
2014-11-24 17:10:50 +01:00
Jonas 'Sortie' Termansen
26c9b266b8
Fix extfs rename between directories.
2014-10-18 15:30:10 +02:00
Jonas 'Sortie' Termansen
1e671aa8cd
Rename struct kernel_dirent::d_off to d_nextoff.
...
The d_off field exists on other operating systems and the kernel used the
field in an incompatible manner. The easy solution is to call the field
something else and later address the design mistake.
2014-03-01 14:37:40 +01:00
Jonas 'Sortie' Termansen
021256ad8e
Fix struct kernel_dirent::d_namlen being called d_namelen.
2014-01-18 16:30:56 +01:00
Jonas 'Sortie' Termansen
b308c764cf
Add ext2 filesystem implementation.
2013-12-17 14:30:46 +01:00