summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * block: remove blk_mq_reinit_tagsetSagi Grimberg2017-10-182-9/+0
| * nvme: introduce nvme_reinit_tagsetSagi Grimberg2017-10-184-5/+17
| * block: introduce blk_mq_tagset_iterSagi Grimberg2017-10-182-5/+13
| * nvme: simplify compat_ioctl handlingChristoph Hellwig2017-10-161-11/+1
| * nvme-fc: move remote port get/put/free locationJames Smart2017-10-051-39/+39
| * nvme-fc: create fc class and transport deviceJames Smart2017-10-041-1/+54
| * nvme-fc: add uevent for auto-connectJames Smart2017-10-042-0/+51
| * nvme-fabrics: request transport moduleSagi Grimberg2017-10-041-0/+3
| * nvmet: bump NVMET_NR_QUEUES to 128James Smart2017-10-041-1/+1
| * nvme: use menu Kconfig interfaceRandy Dunlap2017-10-041-0/+4
| * nvme: update timeout module parameter typeMarc Olson2017-10-042-6/+6
* | skd: use ktime_get_real_seconds()Arnd Bergmann2017-11-021-1/+2
* | block: fix CDROM dependency on BLK_DEVArnd Bergmann2017-11-022-1/+2
* | block: Rework drivers/cdrom/MakefileBart Van Assche2017-11-015-13/+17
* | blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei2017-11-013-32/+23
* | blk-mq: don't handle TAG_SHARED in restartMing Lei2017-11-011-74/+4
* | scsi: implement .get_budget and .put_budget for blk-mqMing Lei2017-11-011-23/+52
* | scsi: allow passing in null rq to scsi_prep_state_check()Ming Lei2017-11-011-2/+2
* | blk-mq-sched: improve dispatching from sw queueMing Lei2017-11-014-3/+114
* | blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei2017-11-015-17/+114
* | block: kyber: check if there are requests in ctx in kyber_has_work()Ming Lei2017-11-011-1/+1
* | sbitmap: introduce __sbitmap_for_each_set()Ming Lei2017-11-011-17/+47
* | blk-mq-sched: move actual dispatching into one helperMing Lei2017-11-011-19/+24
* | blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei2017-11-011-6/+6
* | MAINTAINERS: Remove Rafael from Opal maintainers.Scott Bauer2017-10-311-1/+0
* | bcache: explicitly destroy mutex while exitingLiang Chen2017-10-301-2/+4
* | bcache: fix wrong cache_misses statisticstang.junhui2017-10-301-1/+5
* | bcache: update bucket_in_use in real timeTang Junhui2017-10-304-8/+22
* | bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-303-7/+8
* | bcache: only permit to recovery read error when cache device is cleanColy Li2017-10-301-1/+9
* | block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2017-10-302-3/+2
* | mq-deadline: add 'deadline' as a name aliasJens Axboe2017-10-251-0/+1
* | elevator: allow name aliasesJens Axboe2017-10-252-6/+18
* | elevator: lookup mq vs non-mq elevatorsJens Axboe2017-10-251-23/+21
* | block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov2017-10-251-10/+35
* | block: factor out __blkdev_issue_zero_pages()Ilya Dryomov2017-10-251-26/+37
* | block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov2017-10-251-2/+3
* | block: Invalidate cache on discard v2Dmitry Monakhov2017-10-251-4/+10
* | lightnvm: pblk: remove leftover testing functionJavier González2017-10-241-5/+0
* | kyber: fix hang on domain token wait queueOmar Sandoval2017-10-181-1/+9
* | nullb: fix error return code in null_init()Wei Yongjun2017-10-171-1/+3
* | block: fix Sphinx kernel-doc warningRandy Dunlap2017-10-161-1/+1
* | bcache: writeback rate clamping: make 32 bit safeMichael Lyle2017-10-161-2/+2
* | bcache: MAINTAINERS: set bcache to MAINTAINEDMichael Lyle2017-10-161-1/+2
* | bcache: Add Michael Lyle to MAINTAINERSKent Overstreet2017-10-161-0/+1
* | bcache: safeguard a dangerous addressing in closure_queueLiang Chen2017-10-161-0/+6
* | bcache: rearrange writeback main thread ratelimitMichael Lyle2017-10-161-1/+4
* | bcache: writeback rate shouldn't artifically clampMichael Lyle2017-10-163-6/+7
* | bcache: smooth writeback rate controlMichael Lyle2017-10-162-3/+9
* | bcache: implement PI controller for writeback rateMichael Lyle2017-10-163-52/+66