aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche3-9/+9
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche6-25/+70
2017-11-10block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche3-0/+37
2017-11-10ide, scsi: Tell the block layer at request allocation time about preempt requestsBart Van Assche2-5/+5
2017-11-10block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche3-1/+6
2017-11-10block: Introduce blk_get_request_flags()Bart Van Assche2-15/+38
2017-11-10block: Make q_usage_counter also track legacy requestsMing Lei2-8/+14
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe3-41/+50
2017-11-10nvmet: kill nvmet_inline_bio_initChristoph Hellwig1-14/+4
2017-11-10nvmet: better data length validationChristoph Hellwig5-25/+34
2017-11-10nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei1-1/+2
2017-11-10nvme: send uevent for some asynchronous eventsKeith Busch3-0/+33
2017-11-10nvme: unexport starting async event workKeith Busch2-8/+1
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch6-40/+11
2017-11-10nvme-fc: remove unused "queue_size" fieldKeith Busch1-6/+3
2017-11-10nvme: centralize AEN definesKeith Busch7-58/+30
2017-11-10nvmet: remove redundant local variableSagi Grimberg1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg1-3/+1
2017-11-10blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche1-0/+1
2017-11-10nvme: fix eui_show() print formatJavier González1-1/+1
2017-11-10nvme: compare NQN string with right sizeJavier González1-1/+1
2017-11-10blk-mq: put driver tag if dispatch budget can't be gotMing Lei1-1/+3
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig4-16/+14
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig4-21/+8
2017-11-10block: kill bio_kmap/kunmap_irq()Jens Axboe2-13/+2
2017-11-10Revert "blk-mq: don't handle TAG_SHARED in restart"Jens Axboe1-4/+74
2017-11-10kthread: zero the kthread data structureShaohua Li1-5/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cMinwoo Im1-2/+2
2017-11-10nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy1-1/+1
2017-11-10nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-11-10lpfc: tie in to new dev_loss_tmo interface in nvme transportJames Smart1-0/+5
2017-11-10nvme-fc: decouple ns references from lldd referencesJames Smart1-6/+78
2017-11-10nvme-fc: fix localport resume using stale valuesJames Smart1-2/+10
2017-11-10nvme: check admin passthru command effectsKeith Busch3-0/+126
2017-11-10nvme: factor get log into a helperKeith Busch1-6/+13
2017-11-10nvme: fix and clarify the check for missing metadataChristoph Hellwig1-13/+18
2017-11-10nvme: split __nvme_revalidate_diskChristoph Hellwig1-23/+26
2017-11-10nvme: set the chunk size before freezing the queueChristoph Hellwig1-2/+3
2017-11-10nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig1-16/+17
2017-11-10nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig1-7/+7
2017-11-10nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig1-30/+10
2017-11-10nvme: move the dying queue check from cancel to completionChristoph Hellwig1-6/+3
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2017-11-07null_blk: add an usage for shared tags in documentationMinwoo Im1-0/+5
2017-11-07null_blk: fix default values in documentationMinwoo Im1-2/+2
2017-11-06nbd: don't start req until after the dead connection logicJosef Bacik1-13/+7
2017-11-06nbd: wait uninterruptible for the dead timeoutJosef Bacik1-3/+3
2017-11-04blk-mq: don't allocate driver tag upfront for flush rqMing Lei3-81/+37
2017-11-04blk-mq: move blk_mq_put_driver_tag*() into blk-mq.hMing Lei2-32/+33