Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Fri, 16 Feb 2007 08:44:17 +0000 (08:44 +0000)
committeradilger <adilger>
Fri, 16 Feb 2007 08:44:17 +0000 (08:44 +0000)
commitef10eb22e9fbcd45765851f8224470f39ed6d2be
tree9d99e48a222369221f92b27c0d9ece125ee2a9db
parent3ae3fab0968daff7ad02852a59f847235a450bfd
Branch HEAD
Description: large O_DIRECT requests fail under memory pressure/fragmentation
Details    : Large single O_DIRECT read and write calls can fail to allocate
     a sufficiently large buffer to process the request.  In case of
     allocation failure the allocation is retried with a smaller
     buffer and broken into smaller requests.
b=10901
r=vitaly r=green
lustre/ChangeLog
lustre/llite/rw26.c
lustre/tests/sanity.sh