aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-01nvmet-auth: return the error code to the nvmet_auth_host_hash() callersGravatar Maurizio Lombardi 1-1/+1
2024-05-01nvme: find numa distance only if controller has valid numa idGravatar Nilay Shroff 1-1/+2
2024-04-11nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHGravatar Yi Zhang 1-1/+1
2024-04-08Merge tag 'md-6.9-20240408' of https://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Jens Axboe 1-1/+1
2024-04-07block: allow device to have both virt_boundary_mask and max segment sizeGravatar Ming Lei 1-10/+6
2024-04-07block: fix q->blkg_list corruption during disk rebindGravatar Ming Lei 3-3/+10
2024-04-05blk-iocost: avoid out of bounds shiftGravatar Rik van Riel 1-3/+4
2024-04-04Merge tag 'nvme-6.9-2024-04-04' of git://git.infradead.org/nvme into block-6.9Gravatar Jens Axboe 7-33/+128
2024-04-04nvme-fc: rename free_ctrl callback to match name patternGravatar Daniel Wagner 1-2/+2
2024-04-04nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsGravatar Daniel Wagner 1-7/+10
2024-04-04nvmet: implement unique discovery NQNGravatar Hannes Reinecke 2-0/+54
2024-04-04nvme: don't create a multipath node for zero capacity devicesGravatar Christoph Hellwig 1-1/+1
2024-04-02nvme: split nvme_update_zone_infoGravatar Christoph Hellwig 3-23/+41
2024-04-02nvme-multipath: don't inherit LBA-related fields for the multipath nodeGravatar Christoph Hellwig 1-0/+20
2024-04-02block: fix overflow in blk_ioctl_discard()Gravatar Li Nan 1-2/+3
2024-04-02nullblk: Fix cleanup order in null_add_dev() error pathGravatar Damien Le Moal 1-2/+2
2024-03-31Linux 6.9-rc2v6.9-rc2Gravatar Linus Torvalds 1-1/+1
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 31-87/+66
2024-03-31Merge tag 'edac_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-18/+43
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-4/+12
2024-03-31Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-16/+62
2024-03-31Merge tag 'timers_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+27
2024-03-31Merge tag 'objtool_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2024-03-31Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 16-64/+64
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTGravatar Isak Ellmer 8-14/+14
2024-03-31Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newerGravatar Nathan Chancellor 1-1/+1
2024-03-31kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesGravatar Borislav Petkov (AMD) 1-1/+1
2024-03-31kbuild: make -Woverride-init warnings more consistentGravatar Arnd Bergmann 13-23/+18
2024-03-30objtool: Fix compile failure when using the x32 compilerGravatar Mikulas Patocka 1-1/+1
2024-03-30Merge tag 'xfs-6.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-32/+41
2024-03-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 47-355/+479
2024-03-30Merge tag 'i2c-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+4
2024-03-30Merge tag 'usb-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 27-160/+376
2024-03-30Merge tag 'staging-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3
2024-03-30Merge tag 'i2c-host-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Wolfram Sang 1-3/+4
2024-03-30x86/build: Use obj-y to descend into arch/x86/virt/Gravatar Masahiro Yamada 3-4/+2
2024-03-29Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 74-448/+565
2024-03-29Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 3-2/+5
2024-03-29Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+1
2024-03-29selftests: dmabuf-heap: add config file for the testGravatar Muhammad Usama Anjum 1-0/+3
2024-03-29selftests/seccomp: Try to fit runtime of benchmark into timeoutGravatar Mark Brown 1-1/+1
2024-03-29selftests/ftrace: Fix event filter target_func selectionGravatar Mark Rutland 1-1/+1
2024-03-30Merge tag 'drm-intel-fixes-2024-03-28' of https://anongit.freedesktop.org/git...Gravatar Dave Airlie 22-63/+161
2024-03-29x86/bugs: Fix the SRSO mitigation on Zen3/4Gravatar Borislav Petkov (AMD) 3-10/+23
2024-03-29Merge tag '6.9-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-2/+27
2024-03-29Merge tag 'thermal-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-18/+3
2024-03-29Merge tag 'acpi-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-3/+7
2024-03-29mm: clean up populate_vma_page_range() FOLL_* flag handlingGravatar Linus Torvalds 1-6/+8
2024-03-29Merge branch 'acpica'Gravatar Rafael J. Wysocki 1-2/+6
2024-03-29Merge tag 'efi-fixes-for-v6.9-3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-6/+17