Whamcloud - gitweb
Branch b_release_1_4_6
authoradilger <adilger>
Tue, 7 Feb 2006 01:10:35 +0000 (01:10 +0000)
committeradilger <adilger>
Tue, 7 Feb 2006 01:10:35 +0000 (01:10 +0000)
commit5d183611552f1dcbe6ad4ae6e0218d33dbfade74
treed7964612fc2c004005edc1d6b62fe684655a27e5
parentb0addad4823638d895b0ab786d34f6ed3f0aa22f
Branch b_release_1_4_6
Description: OST may deadlock under high load on fragmented files
Details    : If there was a heavy load and highly-fragmented OST filesystems
     it was possible to have all the OST threads deadlock waiting on
     allocation of biovecs, because the biovecs were not released
     until the entire RPC IO was completed.  Instead, release biovecs
     as soon as they are complete to ensure forward IO progress.
b=10076
r=adilger, r=alex (original patch from Brian B.)
lustre/ChangeLog
lustre/obdfilter/filter_io_26.c