]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - mkfs/xfs_mkfs.c
Implement buffer and inode caching in libxfs, groundwork for a parallel version of...
authorNathan Scott <nathans@sgi.com>
Thu, 18 May 2006 15:52:04 +0000 (15:52 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 18 May 2006 15:52:04 +0000 (15:52 +0000)
commitf1b058f9473a5b0cc8bbf65d59c9fc686148ca43
treedda7f2a6de0e8c6dfe0dd9e5ee28c92b25018029
parentcb4deb22fb25e3908b4f266908e691b75c12b9f7
Implement buffer and inode caching in libxfs, groundwork for a parallel version of xfs_repair.
Merge of master-melb:xfs-cmds:25967a by kenmcd.
13 files changed:
include/libxfs.h
include/libxlog.h
libxfs/init.c
libxfs/rdwr.c
libxfs/trans.c
libxfs/util.c
libxfs/xfs.h
libxfs/xfs_inode.c
libxfs/xfs_mount.c
mkfs/xfs_mkfs.c
repair/phase6.c
repair/scan.c
repair/xfs_repair.c