Tags give the ability to mark specific points in history as being important
-
-
-
-
-
iomap-5.7-merge-3
457df33e · ·Bug fixes for 5.7: - Fix a problem in readahead where we can crash if we can't allocate a full bio due to GFP_NORETRY.
-
-
xfs-5.7-merge-11
d9fdd0ad · ·(More) new code for 5.7: - Validate the realtime geometry in the superblock when mounting - Refactor a bunch of tricky flag handling in the log code - Flush the CIL more judiciously so that we don't wait until there are millions of log items consuming a lot of memory. - Throttle transaction commits to prevent the xfs frontend from flooding the CIL with too many log items. - Account metadata buffers correctly for memory reclaim. - Mark slabs properly for memory reclaim. These should help reclaim run more effectively when XFS is using a lot of memory. - Don't write a garbage log record at unmount time if we're trying to trigger summary counter recalculation at next mount. - Don't block the AIL on locked dquot/inode buffers; instead trigger its backoff mechanism to give the lock holder a chance to finish up. - Ratelimit writeback flushing when buffered writes encounter ENOSPC. - Other minor cleanups.
-
-
-
-
-
x86-urgent-2020-04-02
1651e700 · ·A single fix addressing Sparse warnings. <asm/bitops.h> is changed non-trivially to avoid the warnings, but generated code is not supposed to be affected. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
x86-asm-2020-04-02
1651e700 · ·Only a single change, which fixes Sparse warnings. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
x86-asm-for-linus-v5.7
183ef7ad · ·Misc updates: - Remove last remaining calls to exception_enter/exception_exit() and simplify the entry code some more. - Remove force_iret() - Add support for "Fast Short Rep Mov", which is available starting with Ice Lake Intel CPUs - and make the x86 assembly version of memmove() use REP MOV for all sizes when FSRM is available. - Micro-optimize/simplify the 32-bit boot code a bit. - Use a more future-proof SYSRET instruction mnemonic Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
-
-
-
-
-