summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: switch bios to blk_status_tChristoph Hellwig2017-06-0959-345/+347
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-0916-117/+112
* block: introduce new block status code typeChristoph Hellwig2017-06-0962-329/+328
* dm: change ->end_io calling conventionChristoph Hellwig2017-06-099-49/+50
* dm: don't return errnos from ->mapChristoph Hellwig2017-06-0911-33/+46
* dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig2017-06-091-27/+15
* dm: fix REQ_RAHEAD handlingChristoph Hellwig2017-06-092-3/+3
* scsi/osd: don't save block errors into req_resultsChristoph Hellwig2017-06-091-1/+1
* nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmdChristoph Hellwig2017-06-091-11/+1
* nbd: set sk->sk_sndtimeo for our socketsJosef Bacik2017-06-091-0/+2
* loop: fix error handling regressionArnd Bergmann2017-06-091-1/+2
* loop: support 4k physical blocksizeHannes Reinecke2017-06-082-6/+38
* loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke2017-06-081-2/+2
* cdrom: Check SCSI passthrough support before reading audioBart Van Assche2017-06-011-0/+6
* pktcdvd: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+5
* block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-014-0/+5
* nbd: add FUA op supportShaun McDowell2017-05-301-3/+13
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-266-123/+130
|\
| * nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-261-0/+2
| * nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-263-19/+33
| * nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-265-5/+6
| * nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-261-6/+6
| * nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-221-3/+2
| * nvme_fc: correct nvme status set on abortJames Smart2017-05-221-2/+2
| * nvme_fc: set logging level on resets/deletesJames Smart2017-05-221-10/+4
| * nvme_fc: revise comment on teardownJames Smart2017-05-221-4/+4
| * nvme_fc: Support ctrl_loss_tmoJames Smart2017-05-221-67/+49
| * nvme_fc: get rid of local reconnect_delayJames Smart2017-05-221-6/+4
| * nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-05-221-2/+3
| * nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-05-221-1/+7
| * nvme-rdma: support devices with queue size < 32Marta Rybczynska2017-05-221-4/+14
* | Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-264-14/+39
|\ \
| * | PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak2017-05-231-1/+2
| * | PCI: imx6: Fix config read timeout handlingLucas Stach2017-05-221-3/+30
| * | switchtec: Fix minor bug with partition ID registerLogan Gunthorpe2017-05-221-1/+4
| * | switchtec: Use new cdev_device_add() helper functionLogan Gunthorpe2017-05-221-9/+2
| * | PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMAGeert Uytterhoeven2017-05-221-0/+1
* | | Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-05-261-0/+7
|\ \ \
| * | | mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson2017-05-231-0/+7
| | |/ | |/|
* | | Merge tag 'drm-fixes-for-v4.12-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-05-2619-80/+102
|\ \ \
| * \ \ Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-05-2615-68/+85
| |\ \ \
| | * | | drm/amdgpu: fix null point error when rmmod amdgpu.Rex Zhu2017-05-251-1/+6
| | * | | drm/amd/powerplay: fix a signedness bugsDan Carpenter2017-05-241-1/+1
| | * | | drm/amdgpu: fix NULL pointer panic of emit_gds_switchChunming Zhou2017-05-241-1/+1
| | * | | drm/radeon: Unbreak HPD handling for r600+Lyude2017-05-244-7/+7
| | * | | drm/amd/powerplay/smu7: disable mclk switching for high refresh ratesAlex Deucher2017-05-241-1/+2
| | * | | drm/amd/powerplay/smu7: add vblank check for mclk switching (v2)Alex Deucher2017-05-241-4/+27
| | * | | drm/radeon/ci: disable mclk switching for high refresh rates (v2)Alex Deucher2017-05-241-0/+6
| | * | | drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)Alex Deucher2017-05-241-0/+6
| | * | | drm/amdgpu: fix fundamental suspend/resume issueChristian König2017-05-246-54/+30