Skip to content
Snippets Groups Projects
  1. Nov 21, 2007
    • kalpak's avatar
      b=13128 · b0e49f31
      kalpak authored
      i=adilger, rupesh
      
      check MDS timestamp only after stat of file.
      b0e49f31
  2. Nov 06, 2007
    • komaln's avatar
      b=11694 · 67de02dd
      komaln authored
      r=Nathan, Adilger
      
      Improve 'lfs getstripe' functionality to return default values for directories instead of "no stripe info".
      67de02dd
  3. Oct 25, 2007
    • Bobi Jam's avatar
      Branch b1_6 · 4fcb2c2a
      Bobi Jam authored
      b=13564
      i=johann
      i=nathan
      
      error handling cleanup.
      4fcb2c2a
  4. Oct 17, 2007
    • kalpak's avatar
      b=13128 · d52ea68f
      kalpak authored
      i=adilger, johann
      
      Enhance lfs find by adding filetype and filesize parameters. Also multiple OBDs can now be specified for the --obd option.
      d52ea68f
  5. Oct 12, 2007
    • kalpak's avatar
      b=13128 · 8a03b36b
      kalpak authored
      i=kalpak, rupesh (patch by adilger)
      
      add -type option to lfs find
      8a03b36b
  6. Sep 27, 2007
    • Bobi Jam's avatar
      Branch b1_6 · b7292703
      Bobi Jam authored
      b=12948
      i= wangdi, johann
      
      Description: buffer overruns could theoretically occur
      Details    : llapi_semantic_traverse() modifies the "path" argument by
                   appending values to the end of the origin string, and a buffer
                   overrun may occur. Adding buffer overrun check in liblustreapi.
      b7292703
  7. Sep 25, 2007
  8. Sep 13, 2007
    • Bobi Jam's avatar
      Branch b1_6 · f1c226bc
      Bobi Jam authored
      b=13600
      i=kalpak, bobijam
      
      original patch by adilger.
      
      Description: "lfs find -obd UUID" prints directories
      Details    : "lfs find -obd UUID" will return all directory names instead
                   of just file names. It is incorrect because the directories
                   do not reside on the OSTs.
      f1c226bc
  9. Aug 30, 2007
  10. Aug 16, 2007
    • Bobi Jam's avatar
      Branch b1_6 · fbf12730
      Bobi Jam authored
      b=12836
      i=adilger, komaln
      
      Description: lfs find on -1 stripe looping in lsm_lmm_verify_common()
      Details    : Avoid lov_verify_lmm_common() on directory with -1 stripe count.
      fbf12730
    • Liu Ying's avatar
      Branch b1_6 · 124abb51
      Liu Ying authored
      b=12192
      i=adilger, green
      
      add llapi_file_open()
      124abb51
  11. Jul 16, 2007
  12. Jun 01, 2007
  13. May 31, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 64989076
      Andreas Dilger authored
      Return errors from ioctl(), unlike setup_obd_uuids().
      b=11757
      i=kalpak
      64989076
  14. May 17, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · c9ae221d
      Andreas Dilger authored
      Quiet compiler warnings due to printing __u8 instead of char.
      c9ae221d
  15. May 10, 2007
  16. May 03, 2007
    • kalpak's avatar
      b=11757 · 77471c15
      kalpak authored
      i=adilger
      i=girish
      
      Change llapi_lov_get_uuids() to read the UUIDs from /proc instead
      of using an ioctl. This allows lfsck for > 160 OSTs to succeed.
      77471c15
  17. Mar 21, 2007
    • scjody's avatar
      Branch HEAD · 9e1de69f
      scjody authored
      Merge the following changes from b1_4:
      
      lfs quotachown <file system> deletes security relevant setuid bit
      b=11463
      r=Adilger
      (Committed by tianzy)
      
      Land kernel config changes for 2.4 kernels from b_release_1_4_8 to b1_4.
      (Committed by adilger)
      
      b=10736
      Add getattr on lookup operation for NFS, so that it can properl revalidate
      file attributes.
      (Committed by green)
      
      r=adilger
      r=green
      r=nathan
      9e1de69f
  18. Mar 17, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 177a3899
      Andreas Dilger authored
      Add llapi_is_lustre_mnt() to check for client filesystems, so that we
      can keep the API of llapi_is_lustre_mnttype() the same.
      b=10747
      r=nathan
      177a3899
  19. Feb 10, 2007
  20. Aug 11, 2005
  21. Aug 10, 2005
  22. Jul 31, 2005
  23. May 29, 2005
  24. Apr 04, 2005
  25. Nov 11, 2004
  26. Oct 23, 2004
  27. Aug 07, 2004
  28. Jun 16, 2004
  29. Jun 02, 2004
  30. May 17, 2004
  31. May 13, 2004
  32. Apr 14, 2004
  33. Mar 22, 2004
    • Zach Brown's avatar
      b=2979 · a8f99c57
      Zach Brown authored
      r=adilger
      
      Tweak lfs a little so that lfs find can use open(O_DIRECTORY) to detect
      directories when libc doesn't implement readdir64() in a way that
      returns d_type.  This lets sanity hobble along on some x86-64
      installations.
      a8f99c57
  34. Mar 19, 2004
  35. Feb 24, 2004
    • youfeng's avatar
      b 2295 · 71c9168c
      youfeng authored
      r Adilger
      
      move defination IOC_MDC_GETSTRIPE and declaration op_create_file() to lustre_user.h cause it is needed for user-space apps.
      
      add a funcation int get_file_stripe(char *path, struct lov_user_md *lum) in liblustreapi.c, which is used by user apps want to get Lustre files' stripe info
      71c9168c
  36. Feb 11, 2004
    • wangchao's avatar
      b=2079 · b86b39cc
      wangchao authored
      r=shaver
      
      replace OBD_IOC_LIST ioctl with reading /proc/fs/lustre/devices
      b86b39cc
  37. Jan 16, 2004
  38. Jan 15, 2004
    • wangchao's avatar
      b=2510 · 55343c0b
      wangchao authored
      r=adilger
      Fix "lfs find --obd" to limit the output as it should.
      55343c0b
Loading