summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-12block: disk_events: introduce event flagsMartin Wilck
2019-04-12block: genhd: remove async_events fieldMartin Wilck
2019-04-12block: only allow contiguous page structs in a bio_vecChristoph Hellwig
2019-04-12block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig
2019-04-12block: don't allow multiple bio_iov_iter_get_pages calls per bioChristoph Hellwig
2019-04-12block: refactor __bio_iov_bvec_add_pagesChristoph Hellwig
2019-04-12block: rewrite blk_bvec_map_sg to avoid a nth_page callChristoph Hellwig
2019-04-10Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.2/blockJens Axboe
2019-04-10md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig
2019-04-10md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig
2019-04-10md: mark md_cluster_mod staticChristoph Hellwig
2019-04-10md: use correct type in super_1_syncChristoph Hellwig
2019-04-10md: use correct type in super_1_loadChristoph Hellwig
2019-04-10md: use correct types in md_bitmap_print_sbChristoph Hellwig
2019-04-10md: add a missing endianness conversion in check_sb_changesChristoph Hellwig
2019-04-10md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu
2019-04-09block: null: Add documentation for "zone_nr_conv" paramMinwoo Im
2019-04-08block: fix build warning in merging bvecsMing Lei
2019-04-08block, bfq: fix some typos in commentsAngelo Ruocco
2019-04-08block: remove unused variable 'def'Hisao Tanabe
2019-04-08virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->mapDongli Zhang
2019-04-06block: sed-opal: rename next to execute_stepsDavid Kozub
2019-04-06block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub
2019-04-06block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub
2019-04-06block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub
2019-04-06block: sed-opal: unify retrieval of table columnsDavid Kozub
2019-04-06block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub
2019-04-06block: sed-opal: split generation of bytestring header and contentJonas Rabenstein
2019-04-06block: sed-opal: print failed function addressJonas Rabenstein
2019-04-06block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub
2019-04-06block: sed-opal: unify error handling of responsesDavid Kozub
2019-04-06block: sed-opal: unify cmd startDavid Kozub
2019-04-06block: sed-opal: close parameter list in cmd_finalizeDavid Kozub
2019-04-06block: sed-opal: unify space check in add_token_*Jonas Rabenstein
2019-04-06block: sed-opal: use correct macro for method lengthJonas Rabenstein
2019-04-06block: sed-opal: fix typos and formattingDavid Kozub
2019-04-06block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-04-05Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe
2019-04-05nvme: log the error status on Identify Namespace failureKenneth Heitke
2019-04-05nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy
2019-04-05nvmet: never fail double namespace enablementMax Gurtovoy
2019-04-05nvme-pci: tidy up nvme_map_dataChristoph Hellwig
2019-04-05nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig
2019-04-05nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig
2019-04-05nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig
2019-04-05nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig
2019-04-05nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig
2019-04-05nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig
2019-04-05nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig