]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
Allow tools to use direct IO on Linux when reading from the device, if teh device...
authorNathan Scott <nathans@sgi.com>
Tue, 8 Aug 2006 15:32:10 +0000 (15:32 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 8 Aug 2006 15:32:10 +0000 (15:32 +0000)
commitb74a1f6a9fae86ae782fd3968d5ab52d14d13f3a
tree0d632b46af3942e05e8c36e6da0374b478a979a3
parenta1d54891e5d4ed071d163ecf103ec144f2111030
Allow tools to use direct IO on Linux when reading from the device, if teh device supports it, and if the tools is OK with that (most are).  Mainly for xfs_repair speedups, now that libxfs caches metadata buffers internally.
Merge of master-melb:xfs-cmds:26728a by kenmcd.
19 files changed:
copy/xfs_copy.c
include/libxfs.h
libxfs/darwin.c
libxfs/freebsd.c
libxfs/init.c
libxfs/init.h
libxfs/irix.c
libxfs/linux.c
libxfs/rdwr.c
mkfs/xfs_mkfs.c
po/Makefile
repair/Makefile
repair/globals.h
repair/init.c
repair/io.c [deleted file]
repair/phase1.c
repair/protos.h
repair/sb.c
repair/xfs_repair.c