Tags

Tags give the ability to mark specific points in history as being important
  • xfs-5.7-merge-6

    New code for 5.7:
     - Fix a hard to trigger race between iclog error checking and log shutdown.
     - Strengthen the AGF verifier.
     - Ratelimit some of the more spammy error messages.
     - Remove the icdinode uid/gid members and just use the ones in the vfs inode.
     - Hold ILOCK across insert/collapse range.
     - Clean up the extended attribute interfaces.
     - Clean up the attr flags mess.
     - Restore PF_MEMALLOC after exiting xfsaild thread to avoid triggering
       warnings in the process accounting code.
     - Remove the flexibly-sized array from struct xfs_agfl to eliminate
       compiler warnings about unaligned pointers and packed structures.
     - Various macro and typedef removals.
     - Stale metadata buffers if we decide they're corrupt outside of a
       verifier.
     - Check directory data/block/free block owners.
     - Fix a UAF when aborting inactivation of a corrupt xattr fork.
     - Teach online scrub to report failed directory and attr name lookups
       as a metadata corruption instead of a runtime error.
     - Avoid potential buffer overflows in sysfs files by using scnprintf.
     - Fix a regression in getdents lookups due to a mistake in pointer
       arithmetic.
     - Refactor btree cursor private data structures to use anonymous
       unions.
     - Cleanups in the log unmounting code.
     - Fix a potential mishandling of ENOMEM errors on multi-block directory
       buffer lookups.
     - Fix an incorrect test in the block allocation code.
     - Cleanups and name prefix shortening in the scrub code.
     - Introduce btree bulk loading code for online repair and scrub.
     - Fix a quotaoff log item leak (and hang) when the fs goes down midway
       through a quotaoff operation.
     - Remove di_version from the incore inode.
    
  • xfs-5.7-merge-5

    New code for 5.7:
     - Fix a hard to trigger race between iclog error checking and log shutdown.
     - Strengthen the AGF verifier.
     - Ratelimit some of the more spammy error messages.
     - Remove the icdinode uid/gid members and just use the ones in the vfs inode.
     - Hold ILOCK across insert/collapse range.
     - Clean up the extended attribute interfaces.
     - Clean up the attr flags mess.
     - Restore PF_MEMALLOC after exiting xfsaild thread to avoid triggering
       warnings in the process accounting code.
     - Remove the flexibly-sized array from struct xfs_agfl to eliminate
       compiler warnings about unaligned pointers and packed structures.
     - Various macro and typedef removals.
     - Stale metadata buffers if we decide they're corrupt outside of a
       verifier.
     - Check directory data/block/free block owners.
     - Fix a UAF when aborting inactivation of a corrupt xattr fork.
     - Teach online scrub to report failed directory and attr name lookups
       as a metadata corruption instead of a runtime error.
     - Avoid potential buffer overflows in sysfs files by using scnprintf.
     - Fix a regression in getdents lookups due to a mistake in pointer
       arithmetic.
     - Refactor btree cursor private data structures to use anonymous
       unions.
     - Cleanups in the log unmounting code.
     - Fix a potential mishandling of ENOMEM errors on multi-block directory
       buffer lookups.
     - Fix an incorrect test in the block allocation code.
     - Cleanups and name prefix shortening in the scrub code.
     - Introduce btree bulk loading code for online repair and scrub.
     - Fix a quotaoff log item leak (and hang) when the fs goes down midway
       through a quotaoff operation.
    
  • iomap-5.7-merge-2

    New iomap code for 5.7:
    - Fix a broken tracepoint
    - Fix a broken comment
    
  • s922_9.0.0_64_20200318

    ODROID-N2 64-bit 2020 03 18
    
  • v5.5.10

    7ee76f16 · Linux 5.5.10 ·
    This is the 5.5.10 stable release
    
  • v5.4.26

    257edc6d · Linux 5.4.26 ·
    This is the 5.4.26 stable release
    
  • v4.19.111

    93556fb2 · Linux 4.19.111 ·
    This is the 4.19.111 stable release
    
  • v4.19.110

    339485c9 · Linux 4.19.110 ·
    This is the 4.19.110 stable release
    
  • v5.6-rc6

    fb33c651 · Linux 5.6-rc6 ·
    Linux 5.6-rc6
    
  • xfs-5.7-merge-4

    New code for 5.7:
     - Fix a hard to trigger race between iclog error checking and log shutdown.
     - Strengthen the AGF verifier.
     - Ratelimit some of the more spammy error messages.
     - Remove the icdinode uid/gid members and just use the ones in the vfs inode.
     - Hold ILOCK across insert/collapse range.
     - Clean up the extended attribute interfaces.
     - Clean up the attr flags mess.
     - Restore PF_MEMALLOC after exiting xfsaild thread to avoid triggering
       warnings in the process accounting code.
     - Remove the flexibly-sized array from struct xfs_agfl to eliminate
       compiler warnings about unaligned pointers and packed structures.
     - Various macro and typedef removals.
     - Stale metadata buffers if we decide they're corrupt outside of a
       verifier.
     - Check directory data/block/free block owners.
     - Fix a UAF when aborting inactivation of a corrupt xattr fork.
     - Teach online scrub to report failed directory and attr name lookups
       as a metadata corruption instead of a runtime error.
     - Avoid potential buffer overflows in sysfs files by using scnprintf.
     - Fix a regression in getdents lookups due to a mistake in pointer
       arithmetic.
     - Refactor btree cursor private data structures to use anonymous
       unions.
     - Cleanups in the log unmounting code.
     - Fix a potential mishandling of ENOMEM errors on multi-block directory
       buffer lookups.
    
  • x86-urgent-2020-03-15

    Two fixes for x86:
    
      - Map EFI runtime service data as encrypted when SEV is enabled otherwise
        e.g. SMBIOS data cannot be properly decoded by dmidecode.
    
      - Remove the warning in the vector management code which triggered when a
        managed interrupt affinity changed outside of a CPU hotplug
        operation. The warning was correct until the recent core code change
        that introduced a CPU isolation feature which needs to migrate managed
        interrupts away from online CPUs under certain conditions to achieve the
        isolation.
    
  • timers-urgent-2020-03-15

    A single fix adding the missing time namespace adjustment in sys/sysinfo
    which caused sys/sysinfo to be inconsistent with /proc/uptime when read
    from a task inside a time namespace.