From: adilger Date: Wed, 22 Jan 2003 10:10:25 +0000 (+0000) Subject: Fixes for several bugs: X-Git-Tag: v1_7_100~1^94~150 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5baf8de473b9d7fef723241e4fde36f453e12722;p=fs%2Flustre-release.git Fixes for several bugs: - bug 670 (extN orphan inode assertion when fs is full - didn't dput enough) - bug 445 (get file size before file write to avoid ll_prepare_write zero) - we need to optimize ll_file_size() so we don't do getattr RPCs when we don't really need to (i.e. if we are already holding the size lock) - added testcases to sanityN.sh for this bug - bug 607 (set/get mtime on OST instead of MDS) - need to use osc_setattr and lov_setattr for the first time to allow mtime setattrs into the past (for tar or touch-with-a-time), but not used under normal usage because the OST updates the time locally for each write --- diff --git a/lustre/kernel_patches/series/hp-pnnl b/lustre/kernel_patches/series/hp-pnnl index 8196162..6cda31d 100644 --- a/lustre/kernel_patches/series/hp-pnnl +++ b/lustre/kernel_patches/series/hp-pnnl @@ -1,6 +1,6 @@ dev_read_only_hp.patch exports.patch kmem_cache_validate_hp.patch -jbd-transno-cb +jbd-transno-cb.patch lustre_version.patch vfs_intent_hp.patch diff --git a/lustre/kernel_patches/series/vanilla-2.4.19 b/lustre/kernel_patches/series/vanilla-2.4.19 index 636fe33..07ac2f9 100644 --- a/lustre/kernel_patches/series/vanilla-2.4.19 +++ b/lustre/kernel_patches/series/vanilla-2.4.19 @@ -1,2 +1,2 @@ -vanilla-2.4.19 -jbd-transno-cb +vanilla-2.4.19.patch +jbd-transno-cb.patch