Skip to content
Snippets Groups Projects
  1. Sep 25, 2008
    • Elena Gryaznova's avatar
      b=17056 · d34ba181
      Elena Gryaznova authored
      i=Tappro
      several clients config fixed
      d34ba181
    • Yang Sheng's avatar
      Branch HEAD · 3208eb95
      Yang Sheng authored
      b=16771
      
      Fixed incompatible pointer cause by previous commit.
      3208eb95
    • Yang Sheng's avatar
      Branch HEAD · 02275be1
      Yang Sheng authored
      b=16771
      i=adilger, johann
      
      Use fix size timestamp instead of time_t in the cfg_marker and keep
      compitibility for old cfg_marker on 32bit system.
      02275be1
    • Bobi Jam's avatar
      Branch HEAD · a29e7953
      Bobi Jam authored
      b=16929
      
      make it easier to read.
      a29e7953
    • Bobi Jam's avatar
      Branch HEAD · 16e62b21
      Bobi Jam authored
      b=16929
      
      quench the "defined but not called" compiler warnings.
      16e62b21
    • Bobi Jam's avatar
      Branch HEAD · 8efa0212
      Bobi Jam authored
      o=adilger
      i=johann
      i=tom.wang (wangdi)
      
      Disable file join on production releases.
      8efa0212
  2. Sep 24, 2008
  3. Sep 23, 2008
    • Elena Gryaznova's avatar
      b=15521 · 4bc28400
      Elena Gryaznova authored
      i=Robert.Read
      i=Nathan.Rutman
      test_127 fix
      4bc28400
    • Nathan Rutman's avatar
      b=14836 · 87d57fbf
      Nathan Rutman authored
      i=johann (att 19293)
      i=nathan (att 19334)
      i=jc.lafoucriere
      att 19293: locking fixes, error condition checks, remove alloc/free in
      qos_calc_rr
      att 19334: remove code duplication between llapi_file_create{,_pool};
      deprecate positional setstripe params
      87d57fbf
    • Elena Gryaznova's avatar
      b=14471 · a0e902b3
      Elena Gryaznova authored
      i=Adilger
      get rid of LPROC
      a0e902b3
    • Bobi Jam's avatar
      Branch HEAD · d4fd062b
      Bobi Jam authored
      b=15966
      o=komal.nawandar
      i=adilger
      i=zhenyu.xu (bobijam)
      
      Description: Re-disable certain /proc logging
      Details    : Enable and disable client's offset_stats, extents_stats and
                   extents_stats_per_process stats logging on the fly.
      d4fd062b
  4. Sep 22, 2008
  5. Sep 19, 2008
    • Nathan Rutman's avatar
      b=14836 · a9a6e6c9
      Nathan Rutman authored
      i=jc.lafoucriere
      i=johann
      attachments 19188, 19189
      pools fix missing unlock
      qos remove extra putref
      a9a6e6c9
    • Yury Umanets's avatar
      b=16776 · cb84e877
      Yury Umanets authored
      r=shadow
      
      - final part of 16776 being already landed to 1.6.x after shadow's inspection.
      cb84e877
    • Yury Umanets's avatar
      b=17110 · c429895e
      Yury Umanets authored
      r=shadow,wangdi
      
      - fixes wrong checking for obd_stopping in recov_thread which prevents recov_thread from sending llcds to
      mds in disconnect time because obd_stopping is set before filter_disconnect() is called.
      
      This causes issues like this:
      
      LustreError: 6912:0:(filter.c:2446:filter_disconnect()) error flushing logs to MDS: rc -19
      c429895e
    • Terry Rutledge's avatar
      Updated for 2.0 Build 02. · 9bd8867b
      Terry Rutledge authored
      9bd8867b
  6. Sep 18, 2008
    • Eric Mei's avatar
      branch: HEAD · 1940e679
      Eric Mei authored
      - fix race of handling early reply in sptlrpc.
      - port AT api changes from b1_8 (b16972)
      b=16999
      r=rread
      r=wangdi
      1940e679
    • Elena Gryaznova's avatar
      b=16799 · 45ba2acb
      Elena Gryaznova authored
      i=Adilger
      cleanup_obdclass () fix; check_mem_leak t-f fn
      45ba2acb
    • deen's avatar
      Show more info on assertion. · 1b11b008
      deen authored
      b=16206
      i=deen
      i=johann
      1b11b008
  7. Sep 17, 2008
    • Elena Gryaznova's avatar
      b=15521 · 31a0adf1
      Elena Gryaznova authored
      i=Adilger
      force test_127 to fail if no read|write bytes eq 0
      31a0adf1
    • Eric Mei's avatar
      branch: HEAD · 526bdbe9
      Eric Mei authored
      change proc entry name srpc.xxx to srpc_xxx to satisfy 'lctl get_param'.
      b=14471
      r=wangdi
      526bdbe9
    • Elena Gryaznova's avatar
      b=14471 · 4102e149
      Elena Gryaznova authored
      i=Adilger
      replace proc with lctl [set|get]_param
      4102e149
    • Yang Sheng's avatar
      Branch HEAD · 86c7aebf
      Yang Sheng authored
      b=16953
      i=johann, robert.read
      
      Add mount retry support for liblustre.
      86c7aebf
    • Yong Fan's avatar
      Branch HEAD · 2ea0ed98
      Yong Fan authored
      b=16303
      i=nikita
      i=johann
      
      Remove old patch.
      2ea0ed98
    • Yong Fan's avatar
      Branch HEAD · 23c5ffd0
      Yong Fan authored
      b=16303
      i=nikita
      i=johann
      
      Do not drop reference count for the dentry from VFS when lookup,
      VFS will do that by itself.
      23c5ffd0
  8. Sep 16, 2008
    • Wang Di's avatar
      Branch: HEAD · 7068276e
      Wang Di authored
      format fixes in commit 16717
      7068276e
    • Johann Lombardi's avatar
      Branch HEAD · 8ac25a15
      Johann Lombardi authored
      b=17024
      i=shadow
      i=bobijam
      
      Description: Lustre GPF in {:ptlrpc:ptlrpc_server_free_request+373}
      Details    : In case of memory pressure, list_del() can be called twice on
      	     req->rq_history_list, causing a kernel oops.
      8ac25a15
    • deen's avatar
      Get an error from right dentry. · fa023cd9
      deen authored
      b=15574
      i=johann
      i=alexey.lyashkov
      fa023cd9
    • Jian Yu's avatar
      Branch HEAD · 29d24e4a
      Jian Yu authored
      b=14095
      i=nathan.rutman
      i=brian
      
      1) add lustre_start utility to start or stop multiple Lustre servers
         from a CSV file
      2) fix the utility path issue in bug 14094
      3) use 'error_output()' to format error messages
      4) move common variables and functions to lc_common
      5) fix the "lustre_config -h" issue in bug 14133
      6) fix the module_opts issue in bug 14092
      7) remove the duplicates from checking lnet connectivity to MGS node
      29d24e4a
    • Wang Di's avatar
      Branch: HEAD · 5ab23f67
      Wang Di authored
      Add full conf log tests for bug 16717.
      Fixes for llog_test, and readd it to sanity.
      b=16717
      i=Nathan,Umka
      5ab23f67
    • Bobi Jam's avatar
      Branch HEAD · feb80fe0
      Bobi Jam authored
      b=16788
      i=adilger
      i=nathan.rutman
      
      add per-nid statistics on HEAD.
      feb80fe0
  9. Sep 15, 2008
    • Nathan Rutman's avatar
      b=14836 · 665e36b7
      Nathan Rutman authored
      i=nathan
      i=adilger
      OST pools on HEAD, comprehensive patch including 17054:19007;
      16935:18918,19012,19089,19128; 16978:18872
      665e36b7
    • Johann Lombardi's avatar
      Branch HEAD · 3b54655c
      Johann Lombardi authored
      Branch b_release_1_6_6
      b=16303
      i=adilger
      Description: Oops in statahead when CONFIG_SLUB is enabled
      Details    : Disable statahead by default on systems with CONFIG_SLUB enabled,
                   until such a time as problem is understood.
      3b54655c
  10. Sep 13, 2008
    • Yury Umanets's avatar
      b=16777 · 8073f0e4
      Yury Umanets authored
      r=adilger,robert
      
      - fixes server side scalability issue which became visible with lru resize work landed.
      It replcaes linear list of held locks on server with hash table from class_hash.c which improves lock find time drastically for case when one client holds ~limit of server locks (quite a big number for big servers) which is very possible if all clients are idle and one compiles kernel, etc.
      8073f0e4
  11. Sep 12, 2008
  12. Sep 11, 2008
  13. Sep 10, 2008
    • Bobi Jam's avatar
      Branch HEAD · 3c569428
      Bobi Jam authored
      b=17023
      o=adilger
      i=zhenyu.xu (bobijam)
      i=johann
      
      per-nid statistics are collected incorrectly.
      3c569428
Loading