Skip to content
Snippets Groups Projects
  1. Sep 04, 2008
    • Bobi Jam's avatar
      Branch HEAD · 16bc9cb7
      Bobi Jam authored
      b=16561
      
      add doxygen doc for modified function.
      16bc9cb7
    • Bobi Jam's avatar
      Branch HEAD · 15730f2f
      Bobi Jam authored
      b=16561
      i=Oleg Drokin (green)
      i=johann
      
      Description: Hitting mdc_commit_close() ASSERTION
      Details    : Properly handle request reference release in
                   ll_release_openhandle().
      15730f2f
  2. Sep 03, 2008
    • Yury Umanets's avatar
      b=15260 · aa7dc66a
      Yury Umanets authored
      r=umka,tappro
      
      - fix flock support for HEAD (original patch from Oleg Drokin aka green)
      aa7dc66a
  3. Aug 26, 2008
    • Vladimir Saveliev's avatar
      Branch HEAD · a69df236
      Vladimir Saveliev authored
      b=16274
      i=nikita.danilov, yury.umanets
      
      ll_file_open error handling is corrected
      a69df236
  4. Aug 08, 2008
    • kalpak's avatar
      · 7a92b518
      kalpak authored
      b=10555
      i=adilger
      i=green
      i=nikita
      i=girish
      
      add ldiskfs patches and lustre support for FIEMAP ioctl
      7a92b518
  5. Aug 07, 2008
    • kalpak's avatar
      · 6869932b
      kalpak authored
      b=16098
      
      Add URL for GPLv2 license in copyright headers
      6869932b
  6. Jul 31, 2008
    • kalpak's avatar
      · 1b065084
      kalpak authored
      b=16227
      
      i=adilger
      i=shadow
      
      add lsm argument to obd_get_info. For some get_info calls the lsm was being sent as part of the key which was a hack. Now lsm can be sent as an argument.
      1b065084
  7. Jul 29, 2008
    • Yang Sheng's avatar
      Branch HEAD · 30ac162f
      Yang Sheng authored
      b=15308
      i=johann, shadow, zhenyu.xu, brian
      
      Update to SLES10 SP2 kernel-2.6.16.60-0.23 and OFED-1.3.1.
      30ac162f
  8. Jul 27, 2008
    • kalpak's avatar
      · 70e80ade
      kalpak authored
      b=16098
      
      change CFS license headers to Sun headers
      70e80ade
  9. Jul 22, 2008
    • huanghua's avatar
      Branch HEAD · 06bf3d4a
      huanghua authored
      b=16368
      i=adilger
      i=alex.zhuravlev
      
      - put object group in ldlm_res_id.name[1]
      06bf3d4a
  10. Jul 15, 2008
    • Andrew Perepechko's avatar
      Branch HEAD · 1ad64953
      Andrew Perepechko authored
      b=14010
      i=Mike Pershin (tappro)
      i=Andreas Dilger (adilger)
      
      Doxygen comments (the missing ones)
      1ad64953
  11. Jul 09, 2008
    • Bobi Jam's avatar
      Branch HEAD · 5a9aa440
      Bobi Jam authored
      b=15825
      o=green
      i=shadow, bobijam
      
      Description: Kernel BUG tries to release flock
      Details    : Lustre does not destroy flock lock before last reference goes
                   away. So always drop flock locks when client is evicted and
                   perform unlock regardless of successfulness of speaking to MDS.
      5a9aa440
  12. Jul 03, 2008
  13. Jul 02, 2008
  14. Jun 05, 2008
  15. May 21, 2008
  16. May 16, 2008
  17. May 08, 2008
    • Alexander Zarochentsev's avatar
      b=11270 · e628a59a
      Alexander Zarochentsev authored
      i=vitaly.vertman
      i=oleg.drokin
      
      Lockless i/o and lockless truncate code and sanityN tests.
      e628a59a
  18. Apr 15, 2008
    • Vitaly Fertman's avatar
      Branch HEAD · 6b4fbaef
      Vitaly Fertman authored
      b=14910
      i=umka
      i=tappro
      
      update lock on lookup for aged files
      6b4fbaef
  19. Feb 07, 2008
    • huanghua's avatar
      b=14149 · fd908da9
      huanghua authored
      i=yong.fan
      i=rahul.deshmukh
      i=nikita.danilov
      
      - use req_capsule interface for client.
      - add some interoperability support on server side.
      fd908da9
    • Yang Sheng's avatar
      Branch HEAD · 5e72bf17
      Yang Sheng authored
      b=14482
      i=aidlger
      i=umka
      
      Add RHEL5 support to HEAD.
      5e72bf17
  20. Jan 29, 2008
    • Eric Mei's avatar
      land b_colibri_devel on HEAD: · 3192e52a
      Eric Mei authored
      - redesigned remote acl support, by FanYong
        b=11842
        r=pravin.shelar, eric.mei
      - new sptlrpc configure interface
        b=13642
        r=yong.fan, rahul.deshmukh
      - split kerberos keytab for lustre_root
        b=13873
        r=yong.fan, h.huang
      - fix setuid for gss with linux keyring
        b=13899
        r=yong.fan, h.huang
      3192e52a
  21. Jan 22, 2008
  22. Jan 18, 2008
  23. Nov 29, 2007
  24. Nov 22, 2007
    • Bobi Jam's avatar
      Branch HEAD · 27dd14f3
      Bobi Jam authored
      b=11791
      i=adilger, nathan.rutman
      
      Description: Inconsistent usage of lustre_pack_reply()
      Details    : Standardize the usage of lustre_pack_reply() such that it
                   always generate a CERROR on failure.
      27dd14f3
  25. Oct 25, 2007
    • Vitaly Fertman's avatar
      Branch HEAD · a25adb47
      Vitaly Fertman authored
      b=13622
      i=tappro
      i=green
      
      1) make class_handle_hash_back() to work;
      2) ll_update_inode() checks UPDATE ibit lock still presents before setting LLIF_MDS_SIZE_LOCK;
      3) ldlm_lock_match() returns the matched mode instead of 1; pass bitwise sets of modes into;
      a25adb47
    • Bobi Jam's avatar
      Branch HEAD · f50d3d56
      Bobi Jam authored
      b=13497
      i=deen
      i=johann
      
      Description: LASSERT_{REQ,REP}SWAB macros are buggy
      Details    : If SWAB_PARANOIA is disabled, the LASSERT_REQSWAB and
                   LASSERT_REPSWAB macros become no-ops, which is incorrect. Drop
                   these macros and replace them with their difinitions instead.
      f50d3d56
  26. Oct 23, 2007
  27. Oct 16, 2007
    • Yang Sheng's avatar
      Branch HEAD · 5900da44
      Yang Sheng authored
      b=13568
      i=adilger
      i=green
      
      Remove 2.4 kernel check from 1.8.0 for llite subsystem.
      5900da44
  28. Oct 02, 2007
  29. Sep 28, 2007
    • Jinshan Xiong's avatar
      b=5498 · e4deafd3
      Jinshan Xiong authored
      r=andreas,wangdi
      
      lustre loop device emulator support.
      e4deafd3
  30. Sep 23, 2007
    • Yong Fan's avatar
      Branch HEAD · b3fa6d54
      Yong Fan authored
      b=12763
      i=tappro
      i=ericm
      Disable uid in capa struct and capa sanity test.
      b3fa6d54
  31. Sep 19, 2007
    • Vitaly Fertman's avatar
      Branch HEAD · 995c1fbb
      Vitaly Fertman authored
      b=13581
      i=tappro
      i=huanghua
      
      Replay Size-on-MDS related RPCs properly.
      995c1fbb
  32. Sep 13, 2007
  33. Aug 30, 2007
    • Bobi Jam's avatar
      Branch HEAD · e40533f9
      Bobi Jam authored
      b=13030
      i=green, shadow
      
      Description: "ll_intent_file_open()) lock enqueue: err: -13" with nfs
      Details    : with NFS, the anon dentry's parent was set to itself in
                   d_alloc_anon(), so in MDS, we use rec->ur_fid1 to find the
                   corresponding dentry other than use rec->ur_name.
      e40533f9
  34. Aug 12, 2007
    • Oleg Drokin's avatar
      · 8b86d868
      Oleg Drokin authored
      fix compile time warning aboutuninitialised retval usage.
      8b86d868
    • Oleg Drokin's avatar
      b=13276 · 0b720f02
      Oleg Drokin authored
      r=shadow,wangdi
      
      check return value of ll_node_from_inode in ll_file_read and ll_file_sendfile,
      do not try to access uninitialised locks tree on error exit from
      ll_file_write
      0b720f02
  35. Aug 10, 2007
Loading