Skip to content
Snippets Groups Projects
  1. Jun 08, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · b7b3dd0f
      Andreas Dilger authored
      Remove the extra checkstat call, which should have been removed with the
      landing of the original patch.
      b=10818 b=12623
      i=scjody
      i=nathan
      b7b3dd0f
    • mjmac's avatar
      b=12348 · aca469a4
      mjmac authored
      i=scjody
      i=adilger
      
      * Create a lustre-tests RPM that includes stuff from lustre/tests
      aca469a4
    • Johann Lombardi's avatar
      Branch b1_6 · 4ae4b7ee
      Johann Lombardi authored
      remove fs_prep_san_write operation
      
      b=11039
      i=adilger
      i=nathan
      4ae4b7ee
    • Johann Lombardi's avatar
      Branch b1_6 · 977ecf04
      Johann Lombardi authored
      use PF_SYNCWRITE only with kernels having this flag
      
      attachment 10735
      b=11039
      i=adilger
      i=shadow
      977ecf04
  2. Jun 07, 2007
    • scjody's avatar
      version -> 1.6.0.92 · efb7eba7
      scjody authored
      efb7eba7
    • Nathan Rutman's avatar
      i=adilger · 4d4045d4
      Nathan Rutman authored
      fix 2.6.10 uml compile
      4d4045d4
    • komaln's avatar
      b=10968 · bd8421b4
      komaln authored
      i= Nathan, Kalpak
      
      1) merged vfs_stats to stats file.
      2) changed stats file to be used under differebt modes (all process, specific GID, PID or PPID)
      3) replaced ll_lock by new locks for ll_rw_stats_tally.
      4) Turn on collection of statistics ll_rw_stats_tally only when a special
      character is echoed into any of the extents_stats, extents_stats_per_process,
      offset_stats files.
      bd8421b4
    • kalpak's avatar
      b=12597 · 4d0c25fe
      kalpak authored
      i=nathan, komal
      
      brw_stats were being printed as log2 but all of them were not recorded as log2. Also remove some code duplication arising from filter_tally_{read,write}.
      4d0c25fe
    • Wang Di's avatar
      Branch:b1_6 · f2af8948
      Wang Di authored
      The catlog should be initialized anyway even in recovery.
      b=12086
      i=nathan
      i=adilger
      f2af8948
  3. Jun 06, 2007
    • Oleg Drokin's avatar
      b=11706 · 787a4292
      Oleg Drokin authored
      r=eeb,adilger,nic(original author)
      
      Insert cond_resched in ptlrpc_main to give other threads a chance to use some cp
      u.
      787a4292
  4. Jun 05, 2007
    • scjody's avatar
      Branch b1_6 · 9cc67d09
      scjody authored
      Update to match reality
      9cc67d09
    • Johann Lombardi's avatar
      Branch b1_6 · 2b0b8c01
      Johann Lombardi authored
      Release the module reference in ll_kern_mount()
      
      b=12546
      i=green
      i=shadow
      2b0b8c01
  5. Jun 02, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · ce79c818
      Andreas Dilger authored
      Fix up error message for the case where a client hits a bogus checksum
      error.  This only happens during mmap IO, and can be seen when the
      client-side checksum matches the new checksum found on the server,
      or has changed again since the message was originally sent.
      
      In preparation for turning checksumming on by default.
      b=11742
      i=scjody
      i=adilger (behlendorf original patch)
      ce79c818
  6. Jun 01, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · f6ed9c07
      Andreas Dilger authored
      Update supported patchless client list.
      b=11547
      f6ed9c07
    • komaln's avatar
      b=12475 · 78c23e9d
      komaln authored
      r=Adilger, Nathan.
      
      Prevent machine freeze when echo into proc/fs/lustre/llite/*/extents_stats
      78c23e9d
    • Andreas Dilger's avatar
      Branch b1_6 · 1f4ad316
      Andreas Dilger authored
      Don't actually need a cast for this.
      1f4ad316
  7. May 31, 2007
    • Nathan Rutman's avatar
      5bbf34e5
    • Andreas Dilger's avatar
      Branch b1_6 · 2584a9ba
      Andreas Dilger authored
      Always send IO to OST_IO_PORTAL regardless of what the default portal is.
      Was previously broken for echo_client on catamount, but would also break
      on 1.8 once the default request portal is REQPORTAL.
      
      Detect if OST_WRITE or OST_READ requests go to non-IO portals, as that
      would LBUG the server due to lack of IO buffers.
      b=11813
      i=green
      i=shadow
      2584a9ba
    • Andreas Dilger's avatar
      Branch b1_6 · 64989076
      Andreas Dilger authored
      Return errors from ioctl(), unlike setup_obd_uuids().
      b=11757
      i=kalpak
      64989076
    • deen's avatar
      - dev_clear_rdonly(bdev) must be called in kill_bdev() instead · 2734662c
      deen authored
      of blkdev_put().
      - revome ext3-wantedi-misc-2.6-suse.patch from fc5/fc3 series.
      
      b=11971
      i=adilger
      i=nathan
      2734662c
    • Andreas Dilger's avatar
      Branch b1_6 · f7eccfd8
      Andreas Dilger authored
      Don't even try to connect to the MGC if we are passed an old-style profile.
      b=11691
      i=nathan
      f7eccfd8
    • Nathan Rutman's avatar
      add some debug detail · 6f97b637
      Nathan Rutman authored
      6f97b637
    • Nathan Rutman's avatar
      b=12586 · bbfc21ff
      Nathan Rutman authored
      check for mount err. Bad nathan, no inspection.
      bbfc21ff
    • Wang Di's avatar
      Branch b1_6 · 915d242a
      Wang Di authored
      typo fixes in test_60c
      915d242a
    • Wang Di's avatar
      Branch:b1_6 · 5917601d
      Wang Di authored
      Add test case for b12556.
      b=12556
      i=green
      i=nathan
      5917601d
    • Wang Di's avatar
      Branch: b1_6 · 8b0824f4
      Wang Di authored
      Branch:b1_4
      set cat log bitmap only after create log success
      b=12556
      i=green
      i=nathan
      8b0824f4
    • Wang Di's avatar
      Branch:b1_6 · 48fa414c
      Wang Di authored
      Checking intent error before release open handle.
      b=11935
      i=adilger
      i=green
      48fa414c
  8. May 30, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 2ce16380
      Andreas Dilger authored
      Connect the echo client with the separate REQPORTAL feature.
      This ensures that IO requests are sent to the IO portal, since liblustre
      clients (and eventually 1.8) default to connecting to the REQPORTAL and
      will send IO requests there incorrectly.
      b=11813
      i=green
      i=shadow
      2ce16380
    • scjody's avatar
      Branch b1_6 · 7c442c43
      scjody authored
      Accept the old ost_num_threads parameter but warn that it
      is deprecated, and fix an off-by-one error that caused an LBUG.
      
      Original patch by adilger.
      
      b=12470
      i=nathan
      i=scjody
      7c442c43
    • Nathan Rutman's avatar
      b=12571 · fa8d097d
      Nathan Rutman authored
      i=nathan
      i=adilger
      don't unlock twice.  patch by wangdi
      fa8d097d
    • Nathan Rutman's avatar
      b=11217 · f25c468d
      Nathan Rutman authored
      i=scjody
      i=brian
      modify do_node to work remotely
      f25c468d
    • Wang Di's avatar
      Branch:b1_6 · d4288bbc
      Wang Di authored
      Add grant check in sanityN.sh for each test case.
      b=11662
      i=adilger
      i=green
      d4288bbc
    • Wang Di's avatar
      Branch b1_6 · 981121cb
      Wang Di authored
      Grant the space immediately for ungrant I/O req to avoid grant space > left
      available space.
      b=11662
      i=adilger
      i=green
      981121cb
    • Wang Di's avatar
      Branch:b1_6 · ab8c140d
      Wang Di authored
      clear grant info when osc do resent and replay bulk write.
      b=11662
      i=adilger
      i=green
      ab8c140d
    • kalpak's avatar
      b=12528 · 2bc14227
      kalpak authored
      i=adilger
      i=Johann
      
      Remove the #ifdef HAVE_DISK_INODE_VERSION in lustre_fsfilt.h and have the fsfilt_{get, set}_version return -EOPNOTSUPP if the operation is not supported.
      2bc14227
    • Wang Di's avatar
      Branch:b1_6 · 8fc1110b
      Wang Di authored
      Branch: b1_6
      The dir might have multi-aliases, the subdir of all of these aliases should
      be iterated and its subdir negative dentries should be dropped.
      b=12123
      i=green
      i=shadow
      8fc1110b
    • Johann Lombardi's avatar
      Branch b1_6 · 9b0a68f8
      Johann Lombardi authored
      Use ext3_journal_start/stop (through fsfilt_ext3_journal_start/stop())
      instead of journal_start/stop.
      + Fix SLES9 build issue.
      
      b=11743
      i=alex
      i=adilger
      9b0a68f8
  9. May 29, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 5fdeef3b
      Andreas Dilger authored
      Minor cleanups to tests, improved error messages.
      b=12560
      i=scjody
      5fdeef3b
    • Andreas Dilger's avatar
      Branch b1_6 · 98b83e59
      Andreas Dilger authored
      Fix /proc/fs/lustre/devices on PPC systems.
      b=12234
      i=nathan
      i=scjody
      98b83e59
    • Nathan Rutman's avatar
      b=12461 · eee0d286
      Nathan Rutman authored
      better "options lnet" grabbing
      eee0d286
Loading