summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds2022-08-1314-25/+1822
|\
| * MAINTAINERS: add PCI Endpoint NTB drivers to NTB filesJon Mason2022-08-121-0/+1
| * NTB: EPF: Tidy up some bounds checksDan Carpenter2022-08-091-2/+9
| * NTB: EPF: Fix error code in epf_ntb_bind()Dan Carpenter2022-08-091-1/+2
| * PCI: endpoint: pci-epf-vntb: reduce several globals to staticsTom Rix2022-08-091-3/+3
| * PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Yang Yingliang2022-08-091-5/+15
| * PCI: endpoint: Fix Kconfig dependencyRen Zhijie2022-08-091-0/+1
| * NTB: EPF: set pointer addr to null using NULL rather than 0Colin Ian King2022-08-091-1/+1
| * Documentation: PCI: extend subheading underline for "lspci output" sectionBagas Sanjaya2022-08-091-1/+1
| * Documentation: PCI: Use code-block block for scratchpad registers diagramBagas Sanjaya2022-08-091-1/+4
| * Documentation: PCI: Add specification for the PCI vNTB function deviceFrank Li2022-08-093-0/+295
| * PCI: endpoint: Support NTB transfer between RC and EPFrank Li2022-08-093-0/+1436
| * NTB: epf: Allow more flexibility in the memory BAR map methodFrank Li2022-08-091-13/+35
| * PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li2022-08-091-1/+9
| * ntb: intel: add GNR support for Intel PCIe gen5 NTBDave Jiang2022-08-093-5/+16
| * NTB: ntb_tool: uninitialized heap data in tool_fn_write()Dan Carpenter2022-08-091-3/+5
| * ntb: idt: fix clang -Wformat warningsJustin Stitt2022-08-091-3/+3
* | Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-135-46/+193
|\ \
| * | xfs: fix inode reservation space for removing transactionhexiaole2022-08-101-1/+1
| * | xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R2022-08-051-35/+163
| * | xfs: fix intermittent hang during quotacheckDarrick J. Wong2022-08-051-0/+5
| * | xfs: check return codes when flushing block devicesDarrick J. Wong2022-08-052-10/+24
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-1321-99/+124
|\ \ \
| * | | scsi: pm8001: Fix typo 'the the' in commentSlark Xiao2022-08-011-1/+1
| * | | scsi: megaraid_sas: Remove redundant variable cmd_typeColin Ian King2022-08-011-2/+1
| * | | scsi: FlashPoint: Remove redundant variable bm_int_stColin Ian King2022-08-011-2/+2
| * | | scsi: zfcp: Fix missing auto port scan and thus missing target portsSteffen Maier2022-08-013-13/+26
| * | | scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche2022-08-011-5/+5
| * | | scsi: core: Simplify LLD module reference countingMing Lei2022-08-012-12/+6
| * | | scsi: core: Make sure that hosts outlive targetsMing Lei2022-08-013-0/+18
| * | | scsi: core: Make sure that targets outlive devicesBart Van Assche2022-08-013-3/+21
| * | | scsi: ufs: ufs-pci: Correct check for RESET DSMDaniil Lunev2022-08-011-4/+13
| * | | scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov2022-08-016-49/+27
| * | | scsi: target: core: Fix race during ACL removalDmitry Bogdanov2022-08-011-3/+0
| * | | scsi: ufs: core: Correct ufshcd_shutdown() flowPeter Wang2022-08-011-5/+1
| * | | scsi: ufs: core: Increase the maximum data buffer sizeBart Van Assche2022-08-011-0/+1
| * | | scsi: lpfc: Check the return value of alloc_workqueue()William Dean2022-08-011-0/+2
* | | | Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-136-7/+19
|\ \ \ \
| * | | | block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca2022-08-121-3/+1
| * | | | Merge tag 'nvme-6.0-2022-08-11' of git://git.infradead.org/nvme into block-6.0Jens Axboe2022-08-115-4/+18
| |\ \ \ \
| | * | | | nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem2022-08-111-0/+2
| | * | | | nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi2022-08-101-0/+3
| | * | | | nvme-fabrics: Fix a typo in an error messageChristophe JAILLET2022-08-101-1/+1
| | * | | | nvme-fabrics: parse nvme connect Linux error codesAmit Engel2022-08-101-0/+6
| | * | | | nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu2022-08-101-2/+2
| | * | | | nvme-fc: fix the fc_appid_store return valueChristoph Hellwig2022-08-101-1/+2
| | * | | | nvme-fc: restart admin queue if the caller needs to restart queueMing Lei2022-08-101-0/+2
| |/ / / /
* | | | | Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-1326-183/+178
|\ \ \ \ \
| * | | | | io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fieldsStefan Metzmacher2022-08-122-3/+19
| * | | | | io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-1220-129/+134