Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Feb 26, 2005
  4. Feb 25, 2005
  5. Feb 24, 2005
  6. Feb 23, 2005
  7. Feb 22, 2005
  8. Feb 04, 2005
  9. Jan 28, 2005
  10. Jan 27, 2005
  11. Jan 26, 2005
  12. Jan 20, 2005
    • Wang Di's avatar
      Branch: HEAD · 8f598794
      Wang Di authored
      set o_fid in mdc_obj_create for LBUG in mdt_obj_create
      b:5234
      8f598794
  13. Jan 19, 2005
    • alex's avatar
      b=5209 · bbdfa143
      alex authored
      the patch contains:
        1) journal_release_buffer() doesn't cause journal overflow
        2) journal_commit_thread() uses persistent buffer instead of local wbuf
           (could cause journal overflow also)
        3) optimization in journal_forget() allows to avoid needless commits
      bbdfa143
    • alex's avatar
      - minor correction to the patch for gcc-3.4.2 · e5a76797
      alex authored
      e5a76797
  14. Jan 17, 2005
  15. Dec 22, 2004
  16. Dec 20, 2004
  17. Dec 19, 2004
  18. Dec 17, 2004
Loading