Whamcloud - gitweb
Fixes for several bugs:
authoradilger <adilger>
Wed, 22 Jan 2003 10:10:25 +0000 (10:10 +0000)
committeradilger <adilger>
Wed, 22 Jan 2003 10:10:25 +0000 (10:10 +0000)
- 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

lustre/kernel_patches/series/hp-pnnl
lustre/kernel_patches/series/vanilla-2.4.19

index 8196162..6cda31d 100644 (file)
@@ -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
index 636fe33..07ac2f9 100644 (file)
@@ -1,2 +1,2 @@
-vanilla-2.4.19
-jbd-transno-cb
+vanilla-2.4.19.patch
+jbd-transno-cb.patch