summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-20scsi: pmcraid: Fix typo in commentsHugo Villeneuve
2026-04-20scsi: scsi_dh_alua: Increase default ALUA timeout to maximum spec valueBrian Bunker
2026-04-20scsi: smartpqi: Silence a recursive lock warningTomas Henzl
2026-04-20scsi: mpt3sas: Limit NVMe request size to 2 MiBRanjan Kumar
2026-04-20scsi: sg: Don't use GFP_ATOMIC in sg_start_req()Christoph Hellwig
2026-04-21btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone
2026-04-21btrfs: check return value of btrfs_partially_delete_raid_extent()robbieko
2026-04-21btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointerrobbieko
2026-04-21btrfs: replace ASSERT with proper error handling in stripe lookup fallbackrobbieko
2026-04-21btrfs: fix wrong min_objectid in btrfs_previous_item() callrobbieko
2026-04-21btrfs: fix raid stripe search missing entries at leaf boundariesrobbieko
2026-04-21btrfs: copy devid in btrfs_partially_delete_raid_extent()robbieko
2026-04-21btrfs: handle unexpected free-space-tree key typesDavid Sterba
2026-04-21btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana
2026-04-21btrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone
2026-04-21btrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo
2026-04-21btrfs: apply first key check for readahead when possibleQu Wenruo
2026-04-21btrfs: abort transaction in do_remap_reloc_trans() on failureMark Harmstone
2026-04-21btrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone
2026-04-21btrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone
2026-04-20tracing: tell git to ignore the generated 'undefsyms_base.c' fileLinus Torvalds
2026-04-20Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2026-04-20Merge tag 'sh-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-20Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-20Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2026-04-20Merge tag 'timers-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-21rtmutex: Use waiter::task instead of current in remove_waiter()Keenan Dong
2026-04-20Merge tag 'core-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...Sean Christopherson
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack
2026-04-20KVM: selftests: Use gpa_t for GPAs in Hyper-V selftestsDavid Matlack
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack
2026-04-20netfilter: nfnetlink_osf: fix potential NULL dereference in ttl checkFernando Fernandez Mancera
2026-04-20netfilter: nfnetlink_osf: fix out-of-bounds read on option matchingFernando Fernandez Mancera