summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-27lpfc: Fix pointer checks and comments in LS receive refactoringJames Smart1-9/+17
2020-05-27nvme: set dma alignment to qwordKeith Busch1-0/+1
2020-05-27nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn1-9/+6
2020-05-27nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg1-9/+6
2020-05-27nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin1-19/+215
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin4-32/+161
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin5-10/+121
2020-05-27nvme: add Metadata Capabilities enumerationsIsrael Rukshin1-0/+6
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin7-25/+25
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin3-3/+3
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin3-0/+26
2020-05-27nvme-rdma: add metadata/T10-PI supportMax Gurtovoy1-10/+270
2020-05-27nvme-rdma: introduce nvme_rdma_sgl structureIsrael Rukshin1-17/+24
2020-05-27nvme: introduce NVME_INLINE_METADATA_SG_CNTIsrael Rukshin1-0/+2
2020-05-27nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy1-14/+27
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy3-4/+14
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart2-6/+7
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy2-7/+35
2020-05-27nvme: introduce namespace features flagMax Gurtovoy3-5/+14
2020-05-27block: always define struct blk_integrity in genhd.hMax Gurtovoy1-4/+0
2020-05-27nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni1-0/+26
2020-05-27nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni1-0/+5
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni3-4/+10
2020-05-27nvmet: add async event tracing supportChaitanya Kulkarni2-0/+29
2020-05-27nvme: delete an unnecessary declarationDan Carpenter1-1/+0
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-27nvme: fix io_opt limit settingDamien Le Moal1-2/+2
2020-05-27nvme: disable streams when get stream params failedWu Bo1-3/+6
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George1-1/+3
2020-05-27nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang1-4/+18
2020-05-27nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg1-19/+24
2020-05-27nvmet-tcp: set MSG_EOR if we send last payload in the batchSagi Grimberg1-0/+2
2020-05-27nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-4/+4
2020-05-27nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-3/+8
2020-05-27nvmet: mark nvmet_ana_state staticChristoph Hellwig1-1/+1
2020-05-27nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou1-2/+2
2020-05-27block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina1-5/+5
2020-05-24loop: remove redundant assignment to variable errorColin Ian King1-2/+0
2020-05-21block: remove ioctl_by_bdevChristoph Hellwig2-13/+0
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland4-6/+62
2020-05-21dasd: refactor dasd_ioctl_informationChristoph Hellwig1-19/+23
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen2-28/+97
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen2-8/+21
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen1-6/+5
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen1-103/+103
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen1-50/+67
2020-05-21loop: Remove figure_loop_size()Martijn Coenen1-9/+4
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen1-18/+19
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen1-3/+2
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen1-9/+21