summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: set physical block size and optimal I/O sizeBart Van Assche2019-07-092-2/+33
* nvme: add I/O characteristics fieldsBart Van Assche2019-07-091-3/+9
* nvmet: export I/O characteristics attributes in IdentifyBart Van Assche2019-07-093-0/+50
* nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu2019-07-091-0/+26
* nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King2019-07-092-2/+2
* nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig2019-07-091-1/+2
* nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak2019-07-091-5/+9
* nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak2019-07-091-1/+3
* nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig2019-07-091-2/+1
* nvme-pci: make nvme_dev_pm_ops staticYueHaibing2019-07-091-1/+1
* nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart2019-07-091-1/+1
* nvme-fcloop: fix inconsistent lock state warningsJames Smart2019-07-091-21/+21
* blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-07-051-37/+14
* block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig2019-07-031-1/+1
* blk-mq: simplify blk_mq_make_request()Bart Van Assche2019-07-021-8/+2
* blk-mq: remove blk_mq_put_ctx()Bart Van Assche2019-07-025-32/+5
* sbitmap: Replace cmpxchg with xchgPavel Begunkov2019-07-011-7/+3
* block: fix .bi_size overflowMing Lei2019-07-014-9/+23
* Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-015558-27443/+10623
|\
| * Linux 5.2-rc6v5.2-rc6Linus Torvalds2019-06-221-1/+1
| * Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-221-4/+3
| |\
| | * Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_...Peter Xu2019-06-221-4/+3
| * | Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-221-0/+4
| |\ \
| | * | PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is presentLogan Gunthorpe2019-06-191-0/+4
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-224-11/+11
| |\ \ \
| | * | | scsi: qla2xxx: Fix hardlockup in abort command during driver removeArun Easi2019-06-181-1/+1
| | * | | scsi: ufs: Avoid runtime suspend possibly being blocked foreverStanley Chu2019-06-181-7/+4
| | * | | scsi: qedi: update driver version to 8.37.0.20Nilesh Javali2019-06-181-3/+3
| | * | | scsi: qedi: Check targetname while finding boot target informationNilesh Javali2019-06-181-0/+3
| * | | | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-228-9/+31
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entriesSuraj Jitindar Singh2019-06-201-0/+1
| | * | | | powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig2019-06-193-1/+10
| | * | | | KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_set_dawr in real modeSuraj Jitindar Singh2019-06-181-1/+10
| | * | | | KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr()Michael Neuling2019-06-181-1/+3
| | * | | | powerpc/32: fix build failure on book3e with KVMChristophe Leroy2019-06-162-3/+3
| | * | | | powerpc/booke: fix fast syscall entry on SMPChristophe Leroy2019-06-151-3/+3
| | * | | | powerpc/32s: fix initial setup of segment registers on secondary CPUChristophe Leroy2019-06-151-0/+1
| * | | | | Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-222-14/+37
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2125-112/+123
| |\ \ \ \ \
| | * | | | | tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| | * | | | | inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-193-8/+3
| | * | | | | net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry2019-06-191-0/+3
| | * | | | | ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| | * | | | | net: hns3: Fix inconsistent indentingKrzysztof Kozlowski2019-06-191-1/+1
| | * | | | | Merge branch 'af_iucv-fixes'David S. Miller2019-06-191-13/+36
| | |\ \ \ \ \
| | | * | | | | net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20
| | | * | | | | net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
| | | * | | | | net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
| | |/ / / / /
| | * | | | | net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()Rasmus Villemoes2019-06-191-1/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-183-14/+14
| | |\ \ \ \ \