Tags give the ability to mark specific points in history as being important
-
x86_urgent_for_v5.16_rc7
57690554 · ·- Prevent potential undefined behavior due to shifting pkey constants into the sign bit - Move the EFI memory reservation code *after* the efi= cmdline parsing has happened - Revert two commits which turned out to be the wrong direction to chase when accommodating early memblock reservations consolidation and command line parameters parsing
-
objtool_urgent_for_v5.16_rc7
dcce50e6 · ·- Prevent clang from reordering the reachable annotation in an inline asm statement without inputs - Fix objtool builds on non-glibc systems due to undefined __always_inline
-
-
xfs-5.16-fixes-4
983d8e60 · ·Fixes for 5.16-rc8: - Make the old ALLOCSP ioctl behave in a consistent manner with newer syscalls like fallocate.
-
-
-
-
-
-
-
-
xfs-5.17-merge-1
6ed6356b · ·New code for 5.17: - Fix log recovery with da btree buffers when metauuid is in use. - Fix type coercion problems in xattr buffer size validation. - Fix a bug in online scrub dir leaf bestcount checking. - Only run COW recovery when recovering the log. - Fix symlink target buffer UAF problems and symlink locking problems by not exposing xfs innards to the VFS. - Fix incorrect quotaoff lock usage. - Don't let transactions cancel cleanly if they have deferred work items attached.
-
5.4.167-236
2f0f4268 · · -
-
-
irq_urgent_for_v5.16_rc6
94185adb · ·- Clear the PCI_MSIX_FLAGS_MASKALL bit too on the error path so that it is restored to its reset state - Mask MSI-X vectors late on the init path in order to handle out-of-spec Marvell NVME devices which apparently look at the MSI-X mask even when MSI-X is disabled
-
timers_urgent_for_v5.16_rc6
4e8c11b6 · ·- Make sure the CLOCK_REALTIME to CLOCK_MONOTONIC offset is never positive
-
locking_urgent_for_v5.16_rc6
8f556a32 · ·- Fix the condition checking when the optimistic spinning of a waiter needs to be terminated
-
core_urgent_for_v5.16_rc6
6c3118c3 · ·- Prevent lock contention on the new sigaltstack lock on the common-case path, when no changes have been made to the alternative signal stack.
-
iomap-folio-5.17e
67958013 · ·Convert fs/iomap to use folios These patches prepare XFS to use large folios to cache files. There are some preliminary patches to add folio interfaces to the block layer & buffer layer, then all the iomap functions are converted to use folios instead of pages.