summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvmet: make nvmet_wq unboundSagi Grimberg2024-05-071-1/+2
* nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi2024-05-071-1/+1
* nvme-pci: Add quirk for broken MSIsSean Anderson2024-05-072-3/+16
* block: set default max segment size in case of virt_boundaryMing Lei2024-05-061-1/+4
* Merge commit '50abcc179e0c9ca667feb223b26ea406d5c4c556' of git://git.infradea...Jens Axboe2024-05-0210-38/+65
|\
| * nvme-tcp: strict pdu pacing to avoid send stalls on TLSHannes Reinecke2024-05-011-2/+8
| * nvmet: fix nvme status code when namespace is disabledSagi Grimberg2024-05-013-1/+18
| * nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg2024-05-011-7/+4
| * nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff2024-05-013-22/+28
| * nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi2024-05-011-3/+3
| * nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi2024-05-011-1/+1
| * nvme: find numa distance only if controller has valid numa idNilay Shroff2024-05-011-1/+2
| * nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHYi Zhang2024-04-111-1/+1
* | ublk: remove segment count and size limitsUday Shankar2024-04-301-1/+2
* | blk-iocost: do not WARN if iocg was already offlinedLi Nan2024-04-191-2/+5
* | block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig2024-04-183-11/+23
* | block: fix that blk_time_get_ns() doesn't update time after scheduleYu Kuai2024-04-121-0/+1
|/
* Merge tag 'md-6.9-20240408' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-04-081-1/+1
|\
| * raid1: fix use-after-free for original bio in raid1_write_request()Yu Kuai2024-03-081-1/+1
* | block: allow device to have both virt_boundary_mask and max segment sizeMing Lei2024-04-071-10/+6
* | block: fix q->blkg_list corruption during disk rebindMing Lei2024-04-073-3/+10
* | blk-iocost: avoid out of bounds shiftRik van Riel2024-04-051-3/+4
* | Merge tag 'nvme-6.9-2024-04-04' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-04-047-33/+128
|\ \
| * | nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner2024-04-041-2/+2
| * | nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner2024-04-041-7/+10
| * | nvmet: implement unique discovery NQNHannes Reinecke2024-04-042-0/+54
| * | nvme: don't create a multipath node for zero capacity devicesChristoph Hellwig2024-04-041-1/+1
| * | nvme: split nvme_update_zone_infoChristoph Hellwig2024-04-023-23/+41
| * | nvme-multipath: don't inherit LBA-related fields for the multipath nodeChristoph Hellwig2024-04-021-0/+20
|/ /
* | block: fix overflow in blk_ioctl_discard()Li Nan2024-04-021-2/+3
* | nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal2024-04-021-2/+2
* | Linux 6.9-rc2v6.9-rc2Linus Torvalds2024-03-311-1/+1
* | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-3131-87/+66
|\ \
| * | kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer2024-03-318-14/+14
| * | Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newerNathan Chancellor2024-03-311-1/+1
| * | kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesBorislav Petkov (AMD)2024-03-311-1/+1
| * | kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-3113-23/+18
| * | modpost: do not make find_tosym() return NULLMasahiro Yamada2024-03-281-2/+5
| * | export.h: remove include/asm-generic/export.hMasahiro Yamada2024-03-281-11/+0
| * | kconfig: do not reparent the menu inside a choice blockMasahiro Yamada2024-03-284-13/+18
| * | MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choiceMasahiro Yamada2024-03-271-9/+9
| * | cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/KconfigMasahiro Yamada2024-03-271-13/+0
* | | Merge tag 'edac_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-312-18/+43
|\ \ \
| * | | RAS: Avoid build errors when CONFIG_DEBUG_FS=nYazen Ghannam2024-03-261-0/+4
| * | | RAS/AMD/FMPM: Safely handle saved records of various sizesYazen Ghannam2024-03-251-18/+37
| * | | RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()Yazen Ghannam2024-03-251-1/+3
| |/ /
* | | Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-314-4/+12
|\ \ \
| * | | irqchip/armada-370-xp: Suppress unused-function warningArnd Bergmann2024-03-261-1/+1
| * | | genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki2024-03-253-3/+11
| |/ /
* | | Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-317-16/+62
|\ \ \