summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-1112-44/+46
* block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-111-1/+27
* block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-111-2/+6
* nvme: fix NULL deref for fabrics optionsMinwoo Im2019-07-111-1/+1
* Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-linusJens Axboe2019-07-1114-51/+237
|\
| * nvme: fix regression upon hot device removal and insertionSagi Grimberg2019-07-101-2/+2
| * nvme-fc: fix module unloads while lports still pendingJames Smart2019-07-091-3/+48
| * nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii2019-07-091-1/+8
| * nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii2019-07-091-0/+5
| * nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii2019-07-091-1/+3
| * nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke2019-07-091-1/+2
| * nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke2019-07-091-1/+4
| * nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke2019-07-091-4/+8
| * 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
* | nbd: add netlink reconfigure resize supportMike Christie2019-07-101-16/+32
* | nbd: fix crash when the blksize is zeroXiubo Li2019-07-101-3/+20
* | block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-103-2/+34
* | block: Fix elevator name declarationDamien Le Moal2019-07-101-1/+1
* | block: Remove unused definitionsDamien Le Moal2019-07-102-14/+0
* | blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-101-6/+3
* | block: Fix potential overflow in blk_report_zones()Damien Le Moal2019-07-102-3/+3
* | blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-106-4/+92
* | blkcg, writeback: Implement wbc_blkcg_css()Tejun Heo2019-07-101-0/+11
* | blkcg, writeback: Add wbc->no_cgroup_ownerTejun Heo2019-07-102-1/+10
* | blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-108-16/+16
* | cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2019-07-103-0/+5
* | blk-cgroup: turn on psi memstall stuffJosef Bacik2019-07-101-5/+7
* | block: init flush rq ref count to 1Josef Bacik2019-07-101-0/+1
* | Merge tag 'for-5.3/libata-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-099-15/+51
|\ \
| * | drivers: ata: ahci_sunxi: Increased SATA/AHCI DMA TX/RX FIFOsUenal Mutlu2019-07-051-2/+45
| * | libata: Drop firmware version check from the ST1000LM024 quirkHans de Goede2019-07-021-3/+1
| * | ata: sata_sil24: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * | ata:sata_qstor: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * | ata: sata_nv: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-2/+0
| * | ata: pdc_adma: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * | ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * | ata: acard-ahci: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * | libata: don't request sense data on !ZAC ATA devicesTejun Heo2019-06-251-3/+5
* | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-09104-1554/+3368
|\ \ \ | | |/ | |/|