summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* blk-mq: protect completion path with RCUTejun Heo2018-01-091-0/+5
* blk-mq: move hctx lock/unlock into a helperJens Axboe2018-01-091-34/+32
* block, bfq: release oom-queue ref to root group on exitPaolo Valente2018-01-091-0/+3
* block, bfq: put async queues for root bfq groups tooPaolo Valente2018-01-091-2/+5
* blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei2018-01-091-1/+2
* bcache: fix writeback target calc on large devicesMichael Lyle2018-01-082-4/+34
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-084-7/+16
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-084-5/+9
* bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan2018-01-081-2/+2
* bcache: mark closure_sync() __schedKent Overstreet2018-01-081-1/+2
* bcache: Fix, improve efficiency of closure_sync()Kent Overstreet2018-01-082-60/+46
* bcache: allow quick writeback when backing idleMichael Lyle2018-01-083-0/+29
* bcache: writeback: properly order backing device IOMichael Lyle2018-01-082-0/+37
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-084-47/+87
* bcache: segregate flash only volume write streamsTang Junhui2018-01-081-5/+14
* bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-081-4/+1
* bcache: stop writeback thread after detachingTang Junhui2018-01-081-0/+6
* bcache: ret IOERR when read meets metadata errorRui Hua2018-01-081-0/+22
* Merge branch 'nvme-4.16' of git://git.infradead.org/nvme into for-4.16/blockJens Axboe2018-01-0813-117/+307
|\
| * nvme: fix subsystem multiple controllers support checkIsrael Rukshin2018-01-081-1/+17
| * nvme: take refcount on transport moduleNitzan Carmi2018-01-081-3/+14
| * nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang2018-01-083-12/+44
| * nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy2018-01-081-1/+1
| * nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg2018-01-081-2/+2
| * nvmet: rearrange nvmet_ctrl_free()Israel Rukshin2018-01-081-3/+4
| * nvmet: fix error flow in nvmet_alloc_ctrl()Israel Rukshin2018-01-081-1/+3
| * nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im2018-01-081-2/+2
| * nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-085-4/+18
| * nvmet-fc: cleanup nvmet add_port/remove_portJames Smart2018-01-081-21/+3
| * nvme_fcloop: refactor host/target io job accessJames Smart2018-01-081-22/+125
| * nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart2018-01-081-35/+63
| * nvme_fcloop: disassocate local port structsJames Smart2018-01-081-10/+25
| * nvme_fcloop: fix abort race conditionJames Smart2018-01-081-5/+7
| * nvmet: lower log level for each queue creationSagi Grimberg2018-01-081-1/+1
| * nvmet-rdma: lowering log level for chatty debug messagesSagi Grimberg2018-01-081-1/+1
| * nvmet-rdma: removed queue cleanup from module exitSagi Grimberg2018-01-081-17/+1
|/
* blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei2018-01-061-0/+4
* blk-mq: avoid to map CPU into stale hw queueMing Lei2018-01-061-2/+20
* blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei2018-01-062-1/+28
* blk-mq: quiesce queue before freeing queueMing Lei2018-01-061-0/+9
* mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe2018-01-061-3/+8
* target: Use sgl_alloc_order() and sgl_free()Bart Van Assche2018-01-062-42/+5
* nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-59/+5
* nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-34/+3
* crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-49/+3
* lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche2018-01-063-0/+119
* writeback: update comment in inode_io_list_move_lockedWang Long2018-01-061-1/+1
* DAC960: split up ioctl function to reduce stack sizeArnd Bergmann2018-01-061-70/+90
* block: blk-merge: remove unnecessary checkMing Lei2018-01-061-3/+1
* block: blk-merge: try to make front segments in full sizeMing Lei2018-01-061-5/+49