From 83cf8c890670a0bae8cda1741aa4b44109126228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sankar=20=E0=AE=9A=E0=AE=99=E0=AF=8D=E0=AE=95=E0=AE=B0?= =?UTF-8?q?=E0=AF=8D?= Date: Thu, 15 Aug 2013 14:51:20 +0530 Subject: [PATCH] Update README --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index f53ebc9..31e40a4 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ Memory leaks may (will ?) exist. Credits -------- -All the source code is written by me (Sankar P) until this point. +The initial source code is written by psankar and patches are contributed by other github members. azat being the first contributor. An O_LARGETHANKS to the guidance of VijaiBabu M and Santosh Venugopal. Their excellent talks on filesystems motivated me to implement a file system from the scratch. Without their inspirational speeches, I would not have focussed on filesystems. @@ -36,6 +36,14 @@ A big thanks should go to the kernelnewbies mailing list for helping me with cla Special thanks to Ankit Jain who provides interesting conversations to help my intellectual curiosities. +Patch Submission +----------------- +Please send a merge request only if you are ready to publish your changes in the same creative commons zero license. + +We would like to keep the filesystem simple and minimal so that it can be used as a good teaching material. + +We are not planning to use this filesystem in a production machine. So some design choices are driven by learning/teaching simplicity over performance/scalability. This is intentional. So do not try to fix those things :) + TODO ----- - After the 1.0 release, start with support for extents, which on completion will be 2.0