Skip to content
Snippets Groups Projects
  1. Sep 14, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 2621384c
      Johann Lombardi authored
      b=13181
      i=alex
      i=nikita
      
      Don't take the BKL in fsfilt_ext3_setattr() for 2.6 kernels.
      It causes scheduling issues when removing large files.
      2621384c
  2. Sep 13, 2007
    • kalpak's avatar
      b=10555 · 1417f277
      kalpak authored
      Use correct structure name.
      1417f277
    • Liu Ying's avatar
      Branch b1_6 · 1a6f67d4
      Liu Ying authored
      b=2369
      i=johann, deen
      
      replace inode->i_size access with i_size_read/write
      1a6f67d4
  3. Aug 31, 2007
    • kalpak's avatar
      b=10555 · de84b44f
      kalpak authored
      i=adilger, girish
      
      Small change in ldiskfs/Makefile.in for new fiemap.h file.
      
      Also fiemap patch chanegs the definition of ext3_prepare_callback, so effect the change in fsfilt_ext3.c.
      de84b44f
  4. Aug 23, 2007
    • Bobi Jam's avatar
      Branch b1_6 · ddfaea52
      Bobi Jam authored
      b=12211
      i=green, johann
      
      suppress every allocation attempt message noise, and shut off a compile
      warning on x86_64 in obd_alloc_fail(), due to size_t being unsigned long
      there.
      ddfaea52
  5. Aug 02, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · ed514965
      Johann Lombardi authored
      b=11802
      i=green
      i=scjody
      
      attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
      ed514965
    • Bobi Jam's avatar
      Branch:b1_6 · 819db3d5
      Bobi Jam authored
      b=12606
      i=shadow, nikita
      
      Description: don't use GFP_* in generic Lustre code.
      Details    : Use cfs_alloc_* functions and CFS_* flags for code portability.
      819db3d5
  6. Jul 26, 2007
    • Bobi Jam's avatar
      Branch b1_6 · 07f1efe4
      Bobi Jam authored
      b=12211
      i=adilger
      i=green
      
      fix LTS AutoBuild error.
      07f1efe4
    • Bobi Jam's avatar
      Branch b1_6 · 5b6be598
      Bobi Jam authored
      b=12211
      i=adilger
      i=green
      
      Description: randomly memory allocation failure util
      Details    : Make lustre randomly failed allocating memory for testing purpose.
      5b6be598
  7. Jul 19, 2007
    • scjody's avatar
      Branch b1_6 · 6be44b74
      scjody authored
      To improve performance, disable most logging (for debug purposes)
      by default.  VFSTRACE, RPCTRACE, and DLMTRACE are now off by
      default, and HA includes contains fewer messages.
      
      Original patch by adilger.
      
      b=12417
      i=scjody
      i=green
      6be44b74
  8. Jul 17, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 2cdcfa44
      Johann Lombardi authored
      b=11039
      i=adilger
      i=alex
      i=kalpak
      
      attachment 10893 / fsfilt_ext3: mainline extents support
      2cdcfa44
  9. Jul 05, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 38fcd950
      Andreas Dilger authored
      Quiet verbose error message on read-only filesystem.  We will already have
      been notified of this.
      b=10595
      i=behlendo
      38fcd950
  10. Jun 21, 2007
  11. Jun 12, 2007
    • scjody's avatar
      Branch b1_6 · 8d2a096f
      scjody authored
      Move ldiskfs to its own package and CVS module.
      
      b=12068
      i=mjmac
      i=brian
      8d2a096f
  12. Jun 08, 2007
  13. May 30, 2007
    • 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
  14. May 25, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 383e6721
      Johann Lombardi authored
      Reverve patch from bug 11743 since it breaks SLES9 build.
      For the record, the revision associated to the commit was 1.176.2.14.
      
      b=11743
      383e6721
    • Johann Lombardi's avatar
      Branch b1_6 · d8cd7c8d
      Johann Lombardi authored
      Add the QUOTA mount option on the fly for kernel newer than 2.6.12.
      Add a call to fsfilt_setup() in filter_common_setup().
      
      b=12538
      i=alex
      i=adilger
      d8cd7c8d
    • Johann Lombardi's avatar
      Branch b1_6 · 6c71b1bc
      Johann Lombardi authored
      Use ext3_journal_start/stop (through fsfilt_ext3_journal_start/stop())
      instead of journal_start/stop
      
      b=11743
      i=alex
      i=adilger
      6c71b1bc
  15. May 15, 2007
    • kalpak's avatar
      b=10768 · decec51b
      kalpak authored
      i=adilger
      i=green
      
      Lustre methods to set/get the inode version. Only sles10 and 2.6.18 have inode version support and older kernels may not need this support. Hence added a HAVE_DISK_INODE_VERSION in ext3_fs_i.h, so that lustre can decide whether to compile inode-version code or not without requiring a cnfigure time check.
      decec51b
  16. May 11, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 4f3121c3
      Andreas Dilger authored
      Add uninit_groups (fast fsck) support.
      b=11264
      i=kalpak
      i=alex
      
      Add improved mballoc support.
      i=alex (original patch)
      i=adilger
      4f3121c3
  17. Mar 31, 2007
    • scjody's avatar
      Branch HEAD · 85e4fee3
      scjody authored
      Add new ldiskfs2 module based on ldiskfs.
      
      b=11981
      r=adilger
      r=nathan
      85e4fee3
    • scjody's avatar
      Branch HEAD · 1539f9cf
      scjody authored
      Move quota support from ldiskfs to lvfs.
      
      b=11981
      r=adilger
      r=nathan
      1539f9cf
  18. Mar 22, 2007
    • Nathan Rutman's avatar
      b=11973 · 492125c2
      Nathan Rutman authored
      i=green
      atomic copy remote log instead of appending records -- earlier records may
      have been modfied, and record count was wrong anyhow.
      492125c2
  19. Mar 01, 2007
    • Nathan Rutman's avatar
      b=11752 · 4a0a4f7c
      Nathan Rutman authored
      assert possibly caused by uninitialized var
      4a0a4f7c
  20. Feb 20, 2007
    • Nathan Rutman's avatar
      b=10719 · c45208f0
      Nathan Rutman authored
      r=adilger
      set external journal device read-only
      c45208f0
  21. Feb 15, 2007
  22. Feb 10, 2007
  23. Sep 15, 2005
    • alex's avatar
      b=7272 · 1b1e975b
      alex authored
       - very messy debug bits to check for double direntries
      1b1e975b
  24. Sep 14, 2005
  25. Sep 05, 2005
  26. Sep 01, 2005
  27. Aug 14, 2005
    • Wang Di's avatar
      Branch: HEAD · d6b7a798
      Wang Di authored
      should reset the mem to 0, if not get the indicated next block.
      which should fix the audit log oops.
      d6b7a798
  28. Aug 13, 2005
    • alex's avatar
      b=7049 · a8899581
      alex authored
      b=7085
      
       - port old fixes from b1_4 to HEAD (extents related)
       - unify extents & fsfilt codebase with fsfilt
      a8899581
  29. Aug 12, 2005
    • Yury Umanets's avatar
      - many fixes about using ENTRY, RETURN, GOTO and EXIT. · b77699e7
      Yury Umanets authored
      - md_close() chnaged to use mdc_op_data like other md_* functions instead of using obdo.
      - fixed prototype declaration for llapi_lov_get_uuids() - bug #6900
      - fixed error message in ll_gns_mount_object() - bug #7146
      
      - a lot of fixes about memory allocation/freeing:
        - checks is memory is actually allocated by OBD_ALLOC() before sing it and do appropriate
          actions otherwise.
      
        - fixed many leaks on error paths.
        - fixed missed OBD_FREE(capa_hash) in capa_cache_cleanup()
      
      - fixed few on stack allocatoins of mdc_op_data in new landed stuff.
      
      - in smfs_mount_cache() fixes correct cleanup in the cases of memory allocation failures.
        Do mntput() for new mounted cache_mnt on error path.
      
      - in smfs_umount_cache() nullify smb->smsi_cache_ftype and smb->smsi_ftype after freeing
        them, to prevent attempt to free again if smfs_umount_cache() is called second time.
      b77699e7
  30. Aug 11, 2005
  31. Aug 08, 2005
Loading