summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-114-16/+14
* block: remove __bio_kmap_atomicChristoph Hellwig2017-11-114-21/+8
* block: kill bio_kmap/kunmap_irq()Jens Axboe2017-11-112-13/+2
* Revert "blk-mq: don't handle TAG_SHARED in restart"Jens Axboe2017-11-111-4/+74
* kthread: zero the kthread data structureShaohua Li2017-11-111-5/+1
* nvmet: fix comment typos in admin-cmd.cMinwoo Im2017-11-111-2/+2
* nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy2017-11-111-1/+1
* nvmet-rdma: update queue list during ib_device removalIsrael Rukshin2017-11-111-2/+4
* lpfc: tie in to new dev_loss_tmo interface in nvme transportJames Smart2017-11-111-0/+5
* nvme-fc: decouple ns references from lldd referencesJames Smart2017-11-111-6/+78
* nvme-fc: fix localport resume using stale valuesJames Smart2017-11-111-2/+10
* nvme: check admin passthru command effectsKeith Busch2017-11-113-0/+126
* nvme: factor get log into a helperKeith Busch2017-11-111-6/+13
* nvme: fix and clarify the check for missing metadataChristoph Hellwig2017-11-111-13/+18
* nvme: split __nvme_revalidate_diskChristoph Hellwig2017-11-111-23/+26
* nvme: set the chunk size before freezing the queueChristoph Hellwig2017-11-111-2/+3
* nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig2017-11-111-16/+17
* nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig2017-11-111-7/+7
* nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig2017-11-111-30/+10
* nvme: move the dying queue check from cancel to completionChristoph Hellwig2017-11-111-6/+3
* blktrace: fix unlocked registration of tracepointsJens Axboe2017-11-111-10/+22
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2017-11-111-10/+48
* null_blk: add an usage for shared tags in documentationMinwoo Im2017-11-071-0/+5
* null_blk: fix default values in documentationMinwoo Im2017-11-071-2/+2
* nbd: don't start req until after the dead connection logicJosef Bacik2017-11-061-13/+7
* nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-061-3/+3
* blk-mq: don't allocate driver tag upfront for flush rqMing Lei2017-11-043-81/+37
* blk-mq: move blk_mq_put_driver_tag*() into blk-mq.hMing Lei2017-11-042-32/+33
* blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQMing Lei2017-11-041-13/+16
* blk-flush: use blk_mq_request_bypass_insert()Ming Lei2017-11-041-1/+1
* block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei2017-11-043-4/+5
* blk-flush: don't run queue for requests bypassing flushMing Lei2017-11-041-1/+1
* blk-mq: put the driver tag of nxt rq before first one is requeuedJianchao Wang2017-11-041-10/+9
* blkcg: add sanity check for blkcg policy operationsweiping zhang2017-11-041-0/+5
* blk-mq: don't handle failure in .get_budgetMing Lei2017-11-045-37/+12
* SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei2017-11-041-16/+13
* block: fix peeking requests during PMChristoph Hellwig2017-11-041-17/+18
* blk-mq: Make blk_mq_get_request() error path less confusingBart Van Assche2017-11-031-5/+7
* blk-mq: fix nr_requests wrong value when modify it from sysfsweiping zhang2017-11-031-2/+1
* cdrom: hide CONFIG_CDROM menu selectionJens Axboe2017-11-031-8/+1
* block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-038-16/+25
* block: introduce GENHD_FL_HIDDENChristoph Hellwig2017-11-032-18/+51
* block: don't look at the struct device dev_t in disk_devtChristoph Hellwig2017-11-032-5/+1
* block: add a blk_steal_bios helperChristoph Hellwig2017-11-032-0/+23
* block: provide a direct_make_request helperChristoph Hellwig2017-11-032-0/+35
* block: add REQ_DRV bitChristoph Hellwig2017-11-031-0/+5
* block: move REQ_NOWAITChristoph Hellwig2017-11-031-2/+2
* Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe2017-11-0315-503/+1026
|\
| * nvme: comment typo fixed in clearing AERMinwoo Im2017-11-031-1/+1
| * nvme: Remove unused headersKeith Busch2017-11-011-4/+0