aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-softirq.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-01nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart1-39/+239
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionJames Smart1-0/+1
2017-11-01nvme-fc: check connectivity before initiating reconnectsJames Smart1-7/+16
2017-11-01nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart2-2/+40
2017-11-01nvme-fc: change ctlr state assignments during reset/reconnectJames Smart1-15/+13
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2-1/+1
2017-11-01nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg1-1/+1
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig4-21/+4
2017-11-01nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig1-10/+8
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig6-118/+62
2017-11-01nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig1-14/+6
2017-11-01nvme-fc: avoid workqueue flush stallsJames Smart1-1/+1
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche5-13/+17
2017-11-01blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei3-32/+23
2017-11-01blk-mq: don't handle TAG_SHARED in restartMing Lei1-74/+4
2017-11-01scsi: implement .get_budget and .put_budget for blk-mqMing Lei1-23/+52
2017-11-01scsi: allow passing in null rq to scsi_prep_state_check()Ming Lei1-2/+2
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei4-3/+114
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei5-17/+114
2017-11-01block: kyber: check if there are requests in ctx in kyber_has_work()Ming Lei1-1/+1
2017-11-01sbitmap: introduce __sbitmap_for_each_set()Ming Lei1-17/+47
2017-11-01blk-mq-sched: move actual dispatching into one helperMing Lei1-19/+24
2017-11-01blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei1-6/+6
2017-10-31MAINTAINERS: Remove Rafael from Opal maintainers.Scott Bauer1-1/+0
2017-10-30bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-10-30bcache: update bucket_in_use in real timeTang Junhui4-8/+22
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova3-7/+8
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-10-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2-3/+2
2017-10-27nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart2-6/+2
2017-10-27nvme-fc: add support for duplicate_connect optionJames Smart1-0/+33
2017-10-27nvme-rdma: add support for duplicate_connect optionJames Smart1-0/+82
2017-10-27nvme: add helper to compare options to controllerJames Smart1-0/+12
2017-10-27nvme: add duplicate_connect optionJames Smart2-1/+8