Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Thu, 1 Sep 2005 18:09:27 +0000 (18:09 +0000)
committeradilger <adilger>
Thu, 1 Sep 2005 18:09:27 +0000 (18:09 +0000)
commit4af03add5fd555ca0a82a5251b8b49a29ddac194
treea7fe53270dff659fd05e99f5a0cc019ea5f8fc76
parente609da90421aec6f0de24f86cb740844e9cd86da
Branch b1_4
Description: 2.6 OST async journal commit and locking fix to improve performance
Details    : The filter_direct_io()+filter_commitrw_write() journal commits for
             2.6 kernels are now async as they already were in 2.4 kernels so
             that they can commit concurrently with the network bulk transfer.
             For block-allocated files the filter allocation semaphore is held
             to avoid filesystem fragmentation during allocation.  BKL lock
     removed for 2.6 xattr operations where it is no longer needed.
b=7116
r=alex, tested at HP
lustre/ChangeLog
lustre/lvfs/fsfilt_ext3.c
lustre/obdfilter/filter.c
lustre/obdfilter/filter_io_26.c