Skip to content
Snippets Groups Projects
  1. Mar 04, 2005
  2. Mar 03, 2005
  3. Mar 02, 2005
  4. Mar 01, 2005
  5. Feb 28, 2005
    • Yury Umanets's avatar
      - returned back OBD_MD_FID. For many reasons its removal was wrong. · dd69b18a
      Yury Umanets authored
      - fixed declation of OBD_MD.. flags. They should be declared like the following:
      #define OBD_MD_FLALL (0xffffffffffffffffLL)
      
      to show compiller explicitly that they are 64bit value and should considered as such.
      
      - fixed md_reint_rename(). It should first check if objects are the same then check if tgt is subdir of src because for the same inodes is_subdir() returns 1 and mds_reint_rename() for renaming object into itself it returned -EINVAL;
      
      - added asserts in LMV checking if body->valid contains valid fid before accessing it to check if object is splitted.
      
      - in lmv_intent.c after md_intent_lock() checking not only error code, but also disposition, because there are cases when we're interested in name which does not exist, lock is not taken and policy_res2 is cleared in mds_intent_policy(). In this case we should do nothing (especially access body->id1 in LMV), but exit. This is because body->id1 is zero and (body->valid & OBD_MD_FID) == 0 because say mds_getattr_lock() failed before filling out as inode is not found.
      dd69b18a
    • Yury Umanets's avatar
    • Yury Umanets's avatar
      - small fix in ll_update_inode() · 82291972
      Yury Umanets authored
      82291972
    • Mikhail Pershin's avatar
      initial release · 053e522d
      Mikhail Pershin authored
      053e522d
  6. Feb 27, 2005
    • Oleg Drokin's avatar
      b=5230 · 2082db42
      Oleg Drokin authored
      r=adilger
      Do not rehash dentries in ll_inode_revalidate_it(), it is only supposed to
      update inodes.
      2082db42
  7. Feb 26, 2005
  8. Feb 25, 2005
  9. Feb 24, 2005
  10. Feb 23, 2005
Loading