Skip to content
Snippets Groups Projects
  1. Nov 12, 2008
    • Yang Sheng's avatar
      Branch HEAD · 0c8f7070
      Yang Sheng authored
      b=17379
      
      As adilger asked, remove the "out_release:" entirely.
      0c8f7070
  2. Nov 10, 2008
  3. Nov 07, 2008
  4. Nov 04, 2008
    • tianzy's avatar
      Branch HEAD · 6002acd2
      tianzy authored
      Replace LBUG with RETURN(-EINVAL) to avoid crashing
      b=5135
      i=adilger
      i=johann
      6002acd2
  5. Nov 01, 2008
    • alex's avatar
      b=17397 · f481de80
      alex authored
      i=adilger
      
       - always flush page left by partial truncate
      f481de80
  6. Oct 31, 2008
    • Yang Sheng's avatar
      Branch HEAD · 1097ff21
      Yang Sheng authored
      b=17379
      1097ff21
    • Yang Sheng's avatar
      Branch HEAD · 2be8b5ce
      Yang Sheng authored
      b=17379
      i=Brian(LLNL), johann
      
      Set recursive symlink depth to 5 when kernel has 4K stack.
      2be8b5ce
  7. Oct 30, 2008
    • Wang Di's avatar
      Branch: HEAD · 5dc37c61
      Wang Di authored
      Once the unmatched stride IO mode is detected, shrink the stride-ahead window to 0.
      if it does hit cache miss, and read-pattern is still stride-io mode,
      does not reset the stride window, but also does not increase the stride
      window length in this case.
      b=17197
      i=Nikita
      i=Andreas
      5dc37c61
  8. Oct 28, 2008
    • kalpak's avatar
      · 32d982a2
      kalpak authored
      b=17187
      i=nathan
      i=manoj
      
      Add "lfs path2fid" to get fid from path
      32d982a2
  9. Oct 22, 2008
    • Andreas Dilger's avatar
      Branch HEAD · bbac6b83
      Andreas Dilger authored
      Make releasepage check failsafe for newer kernels, per Robert's suggestion.
      bbac6b83
    • Andreas Dilger's avatar
      Branch HEAD · 9fcca5c3
      Andreas Dilger authored
      copy_{to,from}_user() do not return an error code, but rather the number
      of uncopied bytes (0 if all bytes were copied).  Storing this return value
      into "rc" is misleading because it then seems this should be returned to
      the caller of the function.
      
      Code was audited to remote storing of the return value into "rc" and
      several incorrect uses were found.
      9fcca5c3
    • Andreas Dilger's avatar
      Branch HEAD · ecd4ceb2
      Andreas Dilger authored
      Fix compile warning for 2.6.9 kernels that define gfp_t but don't use
      it in the ->releasepage() prototype.
      Make the AC_MSG_RESULT() output consistent.
      ecd4ceb2
  10. Oct 18, 2008
  11. Oct 14, 2008
    • Yong Fan's avatar
      Branch HEAD · 48aba8c6
      Yong Fan authored
      b=16947
      i=huanghua
      i=johann
      
      Code cleanup and possible race conditions fix when statahead startup.
      48aba8c6
  12. Oct 07, 2008
    • mattwu's avatar
      · 353d73e7
      mattwu authored
      b=16150
      i=nikita
      i=robert
      winnt libcfs/lnetcleanup
      353d73e7
    • Bobi Jam's avatar
      Branch HEAD · 5ca10545
      Bobi Jam authored
      b=17038
      o=johann
      i=alexey.lyashkov (shadow)
      i=zhenyu.xu (bobijam)
      
      return ENODATA for getxattr upon files which are neither regular files nor directories.
      5ca10545
  13. Oct 03, 2008
  14. Sep 27, 2008
    • Yury Umanets's avatar
      b=16727 · 54e6e244
      Yury Umanets authored
      r=adilger,shadow
      
      - various CMD related fixes.
      54e6e244
  15. Sep 25, 2008
    • 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
  16. Sep 23, 2008
    • 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
  17. Sep 17, 2008
    • 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
  18. 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
  19. Sep 10, 2008
    • Bobi Jam's avatar
      Branch HEAD · b182f9a1
      Bobi Jam authored
      b=16561
      o=oleg.drokin (green)
      i=johann
      i=zhenyu.xu (bobijam)
      
      Description: Hitting mdc_commit_close() ASSERTION
      Details    : Properly handle request reference release in
                   ll_release_openhandle().
      b182f9a1
  20. Sep 09, 2008
  21. Sep 08, 2008
  22. Sep 04, 2008
    • girish's avatar
      ia64 warning fixes. · c4b74bf9
      girish authored
      b=15981
      i=adilger
      i=rread
      i=nathan.rutman
      c4b74bf9
    • Bobi Jam's avatar
      Branch HEAD · 6bb4e597
      Bobi Jam authored
      b=16561
      
      roll back, (cannot finish sanitN.sh)
      6bb4e597
    • 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
  23. Sep 03, 2008
    • Yury Umanets's avatar
      b=16772 · 5ff981d4
      Yury Umanets authored
      r=adilger,shadow
      
      - fixed using get_uuid2int() in llite which breaked cmd
      5ff981d4
    • 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
    • Yang Sheng's avatar
      Branch HEAD · 13832778
      Yang Sheng authored
      b=15593
      i=nikita, yury
      
      Restore the ATTR_KILL_SUID and bypass permission check in the case.
      13832778
  24. 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
  25. Aug 20, 2008
    • huanghua's avatar
      Branch HEAD · e42415db
      huanghua authored
      b=16248
      i=yury.umanets
      i=nikita.danilov
      i=oleg.drokin
      
      limit inode number within 2^32
      e42415db
Loading