User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2018/01/05 23:57]
Darrick Wong [XFS Filesystem structure]
start [2021/07/02 12:22] (current)
Anthony Iliopoulos [Talk with Us!]
Line 4: Line 4:
  
 NOTE: the old wiki [[http://​xfs.org|XFS.org]] is being migrated to this wiki, if you don't find here what you are looking for, please refer to the old wiki. NOTE: the old wiki [[http://​xfs.org|XFS.org]] is being migrated to this wiki, if you don't find here what you are looking for, please refer to the old wiki.
 +
 +===== Talk with Us! =====
 +
 +Our project uses 1990s-era communication systems:
 +
 +email: [[linux-xfs@vger.kernel.org|send email]], [[http://​vger.kernel.org/​vger-lists.html#​linux-xfs|subscribe to the list]], or [[https://​marc.info/?​l=linux-xfs|browse list archives]].
 +
 +IRC: #xfs on oftc
 +
 ===== Documentation ===== ===== Documentation =====
 +
 +Various parts of the XFS design and on-disk artifacts are documented in a git repository.
  
 git: [[https://​git.kernel.org/​pub/​scm/​fs/​xfs/​xfs-documentation.git/​]] git: [[https://​git.kernel.org/​pub/​scm/​fs/​xfs/​xfs-documentation.git/​]]
Line 10: Line 21:
 disk format guide: [[https://​www.kernel.org/​pub/​linux/​utils/​fs/​xfs/​docs/​xfs_filesystem_structure.pdf|PDF]] disk format guide: [[https://​www.kernel.org/​pub/​linux/​utils/​fs/​xfs/​docs/​xfs_filesystem_structure.pdf|PDF]]
  
 +===== Kernel Source =====
 +
 +Latest source code that's (probably) going into upstream Linux soon.
 +
 +development git: [[https://​git.kernel.org/​pub/​scm/​fs/​xfs/​xfs-linux.git/​]]
 ===== Userspace Utilities ===== ===== Userspace Utilities =====
  
 xfsprogs are the userspace utilities that manage XFS filesystems. xfsprogs are the userspace utilities that manage XFS filesystems.
  
-git: [[https://​git.kernel.org/​pub/​scm/​fs/​xfs/​xfsprogs-dev.git/​]]+xfsprogs ​git: [[https://​git.kernel.org/​pub/​scm/​fs/​xfs/​xfsprogs-dev.git/​]] 
 + 
 +xfsprogs release tarballs: [[https://​www.kernel.org/​pub/​linux/​utils/​fs/​xfs/​xfsprogs/​]] 
 + 
 +xfsdump tools create and restore backups of directory trees on XFS filesystems. 
 + 
 +xfsdump git: [[https://​git.kernel.org/​pub/​scm/​fs/​xfs/​xfsdump-dev.git/​]] 
 + 
 +xfsdump release tarballs: [[https://​www.kernel.org/​pub/​linux/​utils/​fs/​xfs/​xfsdump/​]] 
 + 
 +===== Test Suite ==== 
 + 
 +[x]fstests is the test suite for the userspace interfaces to filesystems. ​ Originally developed for XFS, they have grown to cover ext[2-4], btrfs, overlayfs, cifs, f2fs, nfs, ocfs2, and udf.
  
-release tarballs: [[https://www.kernel.org/​pub/​linux/utils/fs/xfs/xfsprogs/]]+xfstests git: [[https://git.kernel.org/​pub/​scm/fs/xfs/xfstests-dev.git/]]
start.1515196654.txt.gz · Last modified: 2018/01/05 23:57 by Darrick Wong