aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-16nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer1-1/+1
2017-04-16lightnvm: Fix error handlingChristophe JAILLET1-2/+4
2017-04-14remove the mg_disk driverChristoph Hellwig3-1128/+0
2017-04-08scsi: sd: Remove LBPRZ dependency for discardsMartin K. Petersen1-19/+6
2017-04-08scsi: sd: Separate zeroout and discard command choicesMartin K. Petersen2-3/+61
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig14-79/+21
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig5-7/+15
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig4-110/+7
2017-04-08mmc: remove the discard_zeroes_data flagChristoph Hellwig1-2/+0
2017-04-08rsxx: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-04-08rbd: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-04-08brd: remove discard supportChristoph Hellwig1-54/+0
2017-04-08loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+4
2017-04-08zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-5/+8
2017-04-08nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig3-11/+11
2017-04-08sd: implement unmapping Write ZeroesChristoph Hellwig1-0/+9
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2-4/+7
2017-04-08dm kcopyd: switch to use REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+3
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig8-8/+77
2017-04-08dm io: discards don't take a payloadChristoph Hellwig1-2/+8
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig7-1/+16
2017-04-08sd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2-5/+27
2017-04-08sd: split sd_setup_discard_cmndChristoph Hellwig1-69/+84
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe263-1482/+4092
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche1-0/+1
2017-04-07scsi: Avoid that SCSI queues get stuckBart Van Assche1-3/+3
2017-04-07block: trace completion of all bios.NeilBrown2-3/+0
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig7-8/+8
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig2-5/+6
2017-04-05nvme: mark nvme_max_retries staticChristoph Hellwig2-4/+1
2017-04-05nvme: cleanup nvme_req_needs_retryChristoph Hellwig1-5/+11
2017-04-05nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2-4/+5
2017-04-05remove the obsolete hd driverChristoph Hellwig3-832/+0
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig6-93/+40
2017-04-04nvme-fc: drop ctrl for all command completionsChristoph Hellwig1-2/+3
2017-04-04nvme-fc: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-rdma: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme_fc: Clean up host fcpio done status handlingJames Smart1-7/+7
2017-04-04nvmet_fc: Clear SG list to avoid double freesJames Smart1-0/+2
2017-04-04nvme_fc: correct LS validationJames Smart1-4/+5
2017-04-04nvmet_fc: Sync NVME LS reject reasons with specJames Smart1-7/+12
2017-04-04nvme_fc: Add check of status_code in ERSP_IUJames Smart1-0/+1
2017-04-04nvme-rdma: Support ctrl_loss_tmoSagi Grimberg1-13/+28
2017-04-04nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2-0/+38
2017-04-04nvme-rdma: get rid of local reconnect_delaySagi Grimberg1-5/+3
2017-04-04nvme-loop: retrieve iod from the cqe command_idSagi Grimberg1-6/+25
2017-04-04nvme-loop: remove unneeded includesSagi Grimberg1-2/+0
2017-04-04nvme-fc: fix module_init (theoretical) error pathSagi Grimberg1-1/+10
2017-04-04nvme-loop: fix module_init (theoretical) error pathSagi Grimberg1-1/+6