summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: check_events: don't bother with events if unsupportedMartin Wilck2019-04-121-11/+16
* Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck2019-04-1210-0/+10
* Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"Martin Wilck2019-04-123-4/+8
* block: disk_events: introduce event flagsMartin Wilck2019-04-124-5/+20
* block: genhd: remove async_events fieldMartin Wilck2019-04-123-8/+4
* block: only allow contiguous page structs in a bio_vecChristoph Hellwig2019-04-122-11/+11
* block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig2019-04-122-31/+25
* block: don't allow multiple bio_iov_iter_get_pages calls per bioChristoph Hellwig2019-04-121-9/+6
* block: refactor __bio_iov_bvec_add_pagesChristoph Hellwig2019-04-121-10/+9
* block: rewrite blk_bvec_map_sg to avoid a nth_page callChristoph Hellwig2019-04-121-15/+6
* Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.2/blockJens Axboe2019-04-113-12/+19
|\
| * md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig2019-04-111-0/+2
| * md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig2019-04-111-0/+4
| * md: mark md_cluster_mod staticChristoph Hellwig2019-04-111-2/+1
| * md: use correct type in super_1_syncChristoph Hellwig2019-04-111-1/+1
| * md: use correct type in super_1_loadChristoph Hellwig2019-04-111-2/+2
| * md: use correct types in md_bitmap_print_sbChristoph Hellwig2019-04-111-4/+4
| * md: add a missing endianness conversion in check_sb_changesChristoph Hellwig2019-04-111-1/+1
| * md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-04-111-2/+4
|/
* block: null: Add documentation for "zone_nr_conv" paramMinwoo Im2019-04-091-0/+4
* block: fix build warning in merging bvecsMing Lei2019-04-081-6/+10
* block, bfq: fix some typos in commentsAngelo Ruocco2019-04-084-16/+16
* block: remove unused variable 'def'Hisao Tanabe2019-04-081-4/+2
* virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->mapDongli Zhang2019-04-081-1/+2
* block: sed-opal: rename next to execute_stepsDavid Kozub2019-04-061-16/+17
* block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub2019-04-061-33/+42
* block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub2019-04-061-89/+69
* block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub2019-04-061-9/+9
* block: sed-opal: unify retrieval of table columnsDavid Kozub2019-04-061-83/+47
* block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub2019-04-062-2/+4
* block: sed-opal: split generation of bytestring header and contentJonas Rabenstein2019-04-061-8/+14
* block: sed-opal: print failed function addressJonas Rabenstein2019-04-061-2/+2
* block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub2019-04-061-31/+15
* block: sed-opal: unify error handling of responsesDavid Kozub2019-04-061-0/+5
* block: sed-opal: unify cmd startDavid Kozub2019-04-061-159/+69
* block: sed-opal: close parameter list in cmd_finalizeDavid Kozub2019-04-061-22/+3
* block: sed-opal: unify space check in add_token_*Jonas Rabenstein2019-04-061-9/+16
* block: sed-opal: use correct macro for method lengthJonas Rabenstein2019-04-061-1/+1
* block: sed-opal: fix typos and formattingDavid Kozub2019-04-062-9/+11
* block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub2019-04-061-3/+6
* block: remove CONFIG_LBDAFChristoph Hellwig2019-04-0661-250/+52
* Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe2019-04-057-152/+197
|\
| * nvme: log the error status on Identify Namespace failureKenneth Heitke2019-04-051-1/+1
| * nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy2019-04-051-0/+2
| * nvmet: never fail double namespace enablementMax Gurtovoy2019-04-051-3/+4
| * nvme-pci: tidy up nvme_map_dataChristoph Hellwig2019-04-051-12/+5
| * nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig2019-04-051-0/+22
| * nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig2019-04-051-5/+40
| * nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig2019-04-051-32/+6
| * nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig2019-04-051-21/+27