Skip to content
Snippets Groups Projects
  1. May 20, 2008
    • komaln's avatar
      b=14471 · 1ba0debc
      komaln authored
      r=Adilger
      
      Changed replay-single.sh to use 'lctl {get,set}_param'
      1ba0debc
    • Yong Fan's avatar
      Branch b1_6 · 402b4e5b
      Yong Fan authored
      b=15828
      i=adilger
      i=umka
      
      return "-EIO" when write to read only proc interface which "write_proc" is NULL.
      402b4e5b
    • Bobi Jam's avatar
      Branch b1_6 · 4ebaed2b
      Bobi Jam authored
      b=15575
      i=wangdi, johann, green, shadow
      
      Description: Stack overflow during MDS log replay
      Details    : ease stack pressure by using a thread dealing llog_process.
      4ebaed2b
  2. May 18, 2008
    • bwzhou's avatar
      Branch b1_6 · dba16bbd
      bwzhou authored
      b=13285
      
      revert the libexec patch since it hasn't got permissions yet.
      dba16bbd
    • bwzhou's avatar
      Branch b1_6 · 0ce9212e
      bwzhou authored
      b=13285
      r=green, bobijam (libexec)
      r=johann, deen (gcc)
      
      1. Use the common libexec convention;
      2. Quiet remaining gcc warnings.
      0ce9212e
  3. May 17, 2008
    • bwzhou's avatar
      Branch b1_6 · 025ddef1
      bwzhou authored
      b=13380
      r=green, bwzhou
      
      Mountpoint references were being leaked during open reply reconstruction after
      an MDS restart. Drop mountpoint reference in reconstruct_open() and free dentry
      reference also.
      025ddef1
  4. May 16, 2008
  5. May 15, 2008
  6. May 14, 2008
    • Andreas Dilger's avatar
      Branch b1_6 · 95f197eb
      Andreas Dilger authored
      Description: MDS may lose file striping (and hence file data) in some cases
      Details    : If there are additional extended attributes stored on the MDS,
      	     in particular ACLs, SELinux, or user attributes (if user_xattr
      	     is specified for the client mount options) then there is a risk
      	     of attribute loss.  Additionally, the Lustre file striping
      	     needs to be larger than default (e.g. striped over all OSTs),
      	     and an additional attribute must be stored initially in the
      	     inode and then increase in size enough to be moved to the
      	     external attribute block (e.g. ACL growing in size) for file
      	     data to be lost.
      i=kalpak.shah
      i=alex.zhuravlev
      b=15777
      
      Sync ChangeLog from b_release_1_6_5.
      95f197eb
    • deen's avatar
      Refactor start to encapsulate facet specific data. · 737cb961
      deen authored
      b=12375
      i=deen
      i=grev
      737cb961
    • Andreas Dilger's avatar
      Branch b1_6 · bfb8ca81
      Andreas Dilger authored
      Merge ChangeLog entries from b_release_1_6_5 to b1_6.
      bfb8ca81
  7. May 13, 2008
    • Elena Gryaznova's avatar
      b=15738 · 75abc13c
      Elena Gryaznova authored
      i=Adilger
      
      sanity test_118* fixes; set fail loc on all oss nodes
      75abc13c
    • Andrew Perepechko's avatar
      Branch b1_6 · 564a3650
      Andrew Perepechko authored
      b=15238
      i=shadow
      i=tianzy
      
      refactoring of quota code
      564a3650
    • bwzhou's avatar
      Branch b1_6 · 64093482
      bwzhou authored
      b=14740
      r=adilger, bobijam
      
      break a single big chunk of memory allocation for lprocfs_stats into separately
      allocated small chunks to prevent kmalloc failure in a huge cluster
      64093482
    • Bobi Jam's avatar
      Branch b1_6 · 128fd4f7
      Bobi Jam authored
      b=12888
      i=johann, green
      
      Description: mds_mfd_close() ASSERTION(rc == 0)
      Details    : In mds_mfd_close(), we need protect inode's writecount change
                   within its orphan write semaphore to prevent possible races.
      128fd4f7
  8. May 12, 2008
    • Elena Gryaznova's avatar
      b=15745 · 3521ec81
      Elena Gryaznova authored
      i=Adilger
      
      the minor cleanup of the previous fix:
      -- after we get rid of $tdir we do not need to create $tmpdir, because
         unzip -d <dir> does not need <dir> exists, it needs the parent directory
         of <dir> exists; unzip creates <dir> if it does not exists.
      3521ec81
    • Andrew Perepechko's avatar
      Branch b1_6 · 2e5f5fc8
      Andrew Perepechko authored
      b=14790
      i=Johann
      i=ZhiYong
      
      additional test. check if setting limits twice doesn't break oplimits.
      2e5f5fc8
    • kalpak's avatar
      · 064fd164
      kalpak authored
      Reinitialize optind to 0 on each lfs_* call, in case lfs is being used interactively.  Most lfs_* functions do this already, but a few (find, setstripe, quotachown) do not.
       b=15212
       i=rupesh
       i=johann
      064fd164
    • tianzy's avatar
      Branch b1_6 · 51efeb67
      tianzy authored
      change the time of ost informing osc out of quota in order to get more
      accurate quota
      b=14909
      i=johann, andrew
      51efeb67
    • Andreas Dilger's avatar
      Branch b1_6 · 17e18eca
      Andreas Dilger authored
      Fix typo in error message.
      17e18eca
  9. May 11, 2008
    • bwzhou's avatar
      Branch b1_6 · 53cd434c
      bwzhou authored
      b=15521
      r=adilger, grev
      
      the test case for bug 15521
      53cd434c
  10. May 10, 2008
    • Walter Poxon's avatar
      b=15732 · 42cda5a9
      Walter Poxon authored
      i=walter
      
      Land andreas' fix for catamount build errors
      42cda5a9
    • Walter Poxon's avatar
      b=15732 · 6a33da12
      Walter Poxon authored
      i=adilger
      
      fix build warnings which are treated as errors
      during Cray XT3 catamount build
      6a33da12
  11. May 09, 2008
  12. May 08, 2008
  13. May 07, 2008
    • Andreas Dilger's avatar
      Branch b_release_1_6_5 · f9948966
      Andreas Dilger authored
      Update client side RPC messages to match those on the server, as changed
      previously on the server in bug 13537, allowing the same :pid:xid: string
      to be searched in both client and server logs.
      b=13537
      f9948966
    • Bobi Jam's avatar
      Branch b1_6 · da63a6e1
      Bobi Jam authored
      b=15575
      i=wangdi, johann
      
      Description: Stack overflow during MDS log replay
      Details    : ease stack pressure by using a thread dealing llog_process.
      da63a6e1
  14. May 06, 2008
  15. May 05, 2008
    • bwzhou's avatar
      Branch b1_6 · 3b0620d6
      bwzhou authored
      b=14219
      r=adilger, shadow
      
      use punch instead of setattr to change file size
      3b0620d6
  16. May 02, 2008
    • Johann Lombardi's avatar
      Branch b1_6 · 18d07a56
      Johann Lombardi authored
      b=15517
      i=johann
      i=umka
      
      Fix compile warnings on i686.
      18d07a56
    • Johann Lombardi's avatar
      Branch b1_6 · 8c414c1f
      Johann Lombardi authored
      b=15069
      i=rread
      i=wangdi
      
      remove LASSERT in ptlrpc_invalidate_import() since ping req can be queued even
      imp_invalid is set. See also bug 15716.
      8c414c1f
    • Johann Lombardi's avatar
      Branch b1_6 · be7f2079
      Johann Lombardi authored
      b=15069
      i=rread
      i=wangdi
      
      Skip the "sleep until imp_inflight == 0" part when invalidating an mgc import
      which is already invalid.
      be7f2079
    • Johann Lombardi's avatar
      Branch b1_6 · 943e3b15
      Johann Lombardi authored
      b=13904
      i=johann
      i=tianzy
      
      Quota data should not be stored in a 32-bit variable. Use __u64 instead.
      943e3b15
  17. Apr 30, 2008
Loading