summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-10nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii1-1/+8
2019-07-10nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii1-0/+5
2019-07-10nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii1-1/+3
2019-07-10nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke1-1/+2
2019-07-10nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke1-1/+4
2019-07-10nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke1-4/+8
2019-07-10nvme: set physical block size and optimal I/O sizeBart Van Assche2-2/+33
2019-07-10nvme: add I/O characteristics fieldsBart Van Assche1-3/+9
2019-07-10nvmet: export I/O characteristics attributes in IdentifyBart Van Assche3-0/+50
2019-07-10nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu1-0/+26
2019-07-09nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King2-2/+2
2019-07-09nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig1-1/+2
2019-07-09nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak1-5/+9
2019-07-09nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak1-1/+3
2019-07-09nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig1-2/+1
2019-07-09nvme-pci: make nvme_dev_pm_ops staticYueHaibing1-1/+1
2019-07-09nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart1-1/+1
2019-07-09nvme-fcloop: fix inconsistent lock state warningsJames Smart1-21/+21
2019-07-06blk-iolatency: fix STS_AGAIN handlingDennis Zhou1-37/+14
2019-07-03block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+1
2019-07-03blk-mq: simplify blk_mq_make_request()Bart Van Assche1-8/+2
2019-07-03blk-mq: remove blk_mq_put_ctx()Bart Van Assche5-32/+5
2019-07-01sbitmap: Replace cmpxchg with xchgPavel Begunkov1-7/+3
2019-07-01block: fix .bi_size overflowMing Lei4-9/+23
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe5558-27443/+10623
2019-06-29block: sed-opal: check size of shadow mbrJonas Rabenstein2-0/+55
2019-06-29block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein3-2/+98
2019-06-29block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein3-0/+40
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig4-37/+6
2019-06-29direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig1-12/+3
2019-06-29block_dev: use bio_release_pages in bio_unmap_userChristoph Hellwig1-9/+2
2019-06-29block_dev: use bio_release_pages in blkdev_bio_end_ioChristoph Hellwig1-7/+1
2019-06-29iomap: use bio_release_pages in iomap_dio_bio_end_ioChristoph Hellwig1-7/+1
2019-06-29block: use bio_release_pages in bio_map_user_iovChristoph Hellwig1-5/+1
2019-06-29block: use bio_release_pages in bio_unmap_userChristoph Hellwig1-19/+2
2019-06-29block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig2-6/+8
2019-06-29block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig2-5/+7
2019-06-29block: skd_main.c: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-06-29block: mtip32xx: Remove call to memset after dma_alloc_coherentFuqian Huang1-5/+0
2019-06-29block: sed-opal: "Never True" conditionsRevanth Rajashekar1-5/+2
2019-06-29block: sed-opal: PSID reverttper capabilityRevanth Rajashekar3-4/+31
2019-06-29block, documentation: Document discard_zeroes_data, fua, max_discard_segments...Bart Van Assche1-0/+20
2019-06-29block, documentation: Explain the word 'segments'Bart Van Assche1-4/+6
2019-06-29block, documentation: Sort queue sysfs attribute names alphabeticallyBart Van Assche1-15/+15
2019-06-29block, documentation: Fix wbt_lat_usec documentationBart Van Assche1-2/+2
2019-06-29null_blk: fix type mismatch null_handle_cmd()Chaitanya Kulkarni1-1/+1
2019-06-28block, bfq: NULL out the bic when it's no longer validDouglas Anderson1-0/+1
2019-06-28bcache: add reclaimed_journal_buckets to struct cache_setColy Li3-0/+7
2019-06-28bcache: performance improvement for btree_flush_write()Coly Li2-22/+67
2019-06-28bcache: fix race in btree_flush_write()Coly Li3-1/+36