summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme-tcp: fix nvme_tcp_term_pdu to match specCaleb Sander2023-03-221-2/+3
* nvme: send Identify with CNS 06h only to I/O controllersMartin George2023-03-221-1/+2
* block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2023-03-204-28/+38
* block: ublk_drv: mark device as LIVE before adding diskMing Lei2023-03-181-1/+2
* block: remove obsolete config BLOCK_COMPATLukas Bulwahn2023-03-161-3/+0
* Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3Jens Axboe2023-03-166-20/+63
|\
| * nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal2023-03-151-1/+3
| * nvme-trace: show more opcode namesMinwoo Im2023-03-151-0/+5
| * nvme-tcp: add nvme-tcp pdu size build protectionSagi Grimberg2023-03-151-0/+9
| * nvme-tcp: fix opcode reporting in the timeout handlerSagi Grimberg2023-03-151-6/+18
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen2023-03-151-0/+2
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin2023-03-151-0/+2
| * nvme-pci: fixing memory leak in probe teardown pathIrvin Cote2023-03-151-0/+1
| * nvme: fix handling single range discard requestMing Lei2023-03-151-9/+19
| * MAINTAINERS: repair malformed T: entries in NVM EXPRESS DRIVERSLukas Bulwahn2023-03-151-4/+4
* | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2023-03-152-9/+12
|\ \
| * | md: select BLOCK_LEGACY_AUTOLOADNeilBrown2023-03-151-0/+4
| * | md: avoid signed overflow in slot_store()NeilBrown2023-03-131-0/+3
| * | md: Free resources in __md_stopXiao Ni2023-03-131-9/+5
* | | block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-154-20/+15
* | | block: sunvdc: add check for mdesc_grab() returning NULLLiang He2023-03-151-0/+2
| |/ |/|
* | block: null_blk: cleanup null_queue_rq()Damien Le Moal2023-03-151-15/+14
* | block: null_blk: Fix handling of fake timeout requestDamien Le Moal2023-03-151-3/+3
* | blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch...Chris Leech2023-03-141-2/+3
* | loop: Fix use-after-free issuesBart Van Assche2023-03-141-8/+17
* | block: do not reverse request order when flushing plug listJan Kara2023-03-142-2/+9
* | block, bfq: fix uaf for 'stable_merge_bfqq'Yu Kuai2023-03-081-9/+9
* | docs: sysfs-block: document hidden sysfs entrySagi Grimberg2023-03-071-0/+9
* | block: fix wrong mode for blkdev_put() from disk_scan_partitions()Yu Kuai2023-03-071-1/+1
* | Linux 6.3-rc1v6.3-rc1Linus Torvalds2023-03-051-2/+2
* | cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-054-72/+72
* | Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\ \
| * | crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-053-15/+51
|\ \ \
| * | | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
| * | | Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh2023-02-271-5/+16
| * | | x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-02-271-7/+18
* | | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-057-15/+44
|\ \ \ \
| * | | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-023-1/+25
| * | | | genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * | | | irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * | | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2337-830/+1020
| |\ \ \ \
| * | | | | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
| * | | | | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | | | | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* | | | | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-0/+1
|\ \ \ \ \ \
| * | | | | | Adding VFS co-maintainerAl Viro2023-03-051-0/+1
| |/ / / / /
* | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-0511-11/+48
|\ \ \ \ \ \
| * | | | | | openrisc: fix livelock in uaccessAl Viro2023-03-021-1/+4