Skip to content
Snippets Groups Projects
  1. May 15, 2018
  2. May 04, 2018
  3. May 03, 2018
  4. Oct 26, 2017
  5. Oct 25, 2017
  6. Oct 24, 2017
  7. Sep 15, 2017
  8. Sep 06, 2017
  9. Aug 08, 2017
  10. Jun 07, 2017
  11. Jun 03, 2017
  12. May 29, 2017
  13. May 24, 2017
  14. May 20, 2017
  15. May 09, 2017
  16. Apr 28, 2017
  17. Apr 18, 2017
  18. Apr 13, 2017
  19. Apr 06, 2017
  20. Mar 23, 2017
  21. Mar 14, 2017
  22. Mar 09, 2017
  23. Feb 07, 2017
  24. Feb 03, 2017
  25. Jan 31, 2017
  26. Jan 18, 2017
  27. Dec 17, 2016
  28. Nov 18, 2016
    • Christopher J. Morrone's avatar
      LU-8534 ldiskfs: Add patch series for RHEL7.3 · adc9592d
      Christopher J. Morrone authored
      
      Add the new ldiskfs patch series file ldiskfs-3.10-rhel7.3.series which
      supports the RHEL7.3 kernel.  Three patch files needed contextual updates
      to allow them to apply.
      
      Note that the new RHEL7.3 kernel contains a backport of the
      upstream linux kernel commit 923ae0ff9250430133b3310fe62c47538cf1cbc1,
      which introduces DAX to ext4.  This adds the flag EXT4_MOUNT_DAX
      with value 0x00200.  This conflicted with ext4-data-in-dirent.patch's
      EXT4_MOUNT_DIRDATA flag value.  Therefore, for RHEL7.3 the value of the
      EXT4_MOUNT_DIRDATA flag is changed to 0x00002.
      
      The ext4-corrupted-inode-block-bitmaps-handling-patches.patch needed
      updating for two problems:
      
      In ext4_validate_block_bitmap(), the patch removes the
      struct ext4_group_info *grp declaration.  The upstream kernel now
      has the following at the beginning of the function:
      
              if (buffer_verified(bh) || EXT4_MB_GRP_BBITMAP_CORRUPT(grp))
                      return;
      
      The declaration/definion of grp is reintroduced to address that
      use.
      
      Change-Id: Ia1a2455c1f353b59202b48ce6cdaad801a7f42d2
      Signed-off-by: default avatarChristopher J. Morrone <morrone2@llnl.gov>
      Reviewed-on: http://review.whamcloud.com/22113
      
      
      Tested-by: Jenkins
      Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
      Reviewed-by: default avatarMinh Diep <minh.diep@intel.com>
      Reviewed-by: default avatarYang Sheng <yang.sheng@intel.com>
      Reviewed-by: default avatarJames Simmons <uja.ornl@yahoo.com>
      Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
      adc9592d
  29. Oct 05, 2016
  30. Sep 10, 2016
  31. Jun 22, 2016
  32. Jun 14, 2016
  33. Jun 02, 2016
  34. May 04, 2016
  35. May 02, 2016
Loading