Skip to content
Snippets Groups Projects
  1. Mar 29, 2005
  2. Mar 25, 2005
  3. Mar 21, 2005
  4. Mar 19, 2005
  5. Mar 16, 2005
  6. Mar 15, 2005
  7. Mar 14, 2005
  8. Mar 13, 2005
  9. Mar 12, 2005
  10. Mar 11, 2005
  11. Mar 10, 2005
    • alex's avatar
      b=5209 · 4156b32e
      alex authored
        __journal_refile_buffer() shouldn't file buffer
        on metadata list if the buffer is clean
      4156b32e
  12. Mar 09, 2005
    • Wang Di's avatar
      Branch: HEAD · fa83c889
      Wang Di authored
      Log:
      we should lock the ino not fid in mds_lock_new_child, for protect ino being reused after unlink.
      b:5843
      r:alex
      fa83c889
  13. Mar 08, 2005
  14. Mar 06, 2005
  15. Mar 03, 2005
    • alex's avatar
      b=5599 · 80184d8e
      alex authored
      serialize orphan cleanups between OSTs
      80184d8e
  16. Mar 02, 2005
  17. Mar 01, 2005
  18. 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
Loading