summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/f2fs.txt
diff options
context:
space:
mode:
authorJaegeuk Kim2012-11-27 06:36:14 +0100
committerJaegeuk Kim2012-12-11 05:43:42 +0100
commit5bb446a2890f4dfd62ce4d9fcc982f8ea3c20010 (patch)
tree13bce8726006ea9df81fa47f186ee6faa5200f2c /Documentation/filesystems/f2fs.txt
parentf2fs: update Kconfig and Makefile (diff)
downloadkernel-qcow2-linux-5bb446a2890f4dfd62ce4d9fcc982f8ea3c20010.tar.gz
kernel-qcow2-linux-5bb446a2890f4dfd62ce4d9fcc982f8ea3c20010.tar.xz
kernel-qcow2-linux-5bb446a2890f4dfd62ce4d9fcc982f8ea3c20010.zip
f2fs: update the f2fs document
I moved the f2fs-tools.git into kernel.org. And I added a new mailing list, linux-f2fs-devel@lists.sourceforge.net. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'Documentation/filesystems/f2fs.txt')
-rw-r--r--Documentation/filesystems/f2fs.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index 6ce540717dc4..dee3960982b8 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -19,7 +19,11 @@ F2FS and its tools support various parameters not only for configuring on-disk
layout, but also for selecting allocation and cleaning algorithms.
The file system formatting tool, "mkfs.f2fs", is available from the following
-download page: http://sourceforge.net/projects/f2fs-tools/
+git tree:
+>> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
+
+For reporting bugs and sending patches, please use the following mailing list:
+>> linux-f2fs-devel@lists.sourceforge.net
================================================================================
BACKGROUND AND DESIGN ISSUES