aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-04blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQMing Lei1-13/+16
2017-11-04blk-flush: use blk_mq_request_bypass_insert()Ming Lei1-1/+1
2017-11-04block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei3-4/+5
2017-11-04blk-flush: don't run queue for requests bypassing flushMing Lei1-1/+1
2017-11-04blk-mq: put the driver tag of nxt rq before first one is requeuedJianchao Wang1-10/+9
2017-11-04blkcg: add sanity check for blkcg policy operationsweiping zhang1-0/+5
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei5-37/+12
2017-11-04SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei1-16/+13
2017-11-04block: fix peeking requests during PMChristoph Hellwig1-17/+18
2017-11-03blk-mq: Make blk_mq_get_request() error path less confusingBart Van Assche1-5/+7
2017-11-03blk-mq: fix nr_requests wrong value when modify it from sysfsweiping zhang1-2/+1
2017-11-03cdrom: hide CONFIG_CDROM menu selectionJens Axboe1-8/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig8-16/+25
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig2-18/+51
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig2-5/+1
2017-11-03block: add a blk_steal_bios helperChristoph Hellwig2-0/+23
2017-11-03block: provide a direct_make_request helperChristoph Hellwig2-0/+35
2017-11-03block: add REQ_DRV bitChristoph Hellwig1-0/+5
2017-11-03block: move REQ_NOWAITChristoph Hellwig1-2/+2
2017-11-03nvme: comment typo fixed in clearing AERMinwoo Im1-1/+1
2017-11-02skd: use ktime_get_real_seconds()Arnd Bergmann1-1/+2
2017-11-02block: fix CDROM dependency on BLK_DEVArnd Bergmann2-1/+2
2017-11-01nvme: Remove unused headersKeith Busch1-4/+0
2017-11-01nvmet: fix fatal_err_work deadlockJames Smart1-2/+14