aboutsummaryrefslogtreecommitdiffstats
path: root/certs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang3-12/+44
2018-01-08nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy1-1/+1
2018-01-08nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg1-2/+2
2018-01-08nvmet: rearrange nvmet_ctrl_free()Israel Rukshin1-3/+4
2018-01-08nvmet: fix error flow in nvmet_alloc_ctrl()Israel Rukshin1-1/+3
2018-01-08nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im1-2/+2
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman5-4/+18
2018-01-08nvmet-fc: cleanup nvmet add_port/remove_portJames Smart1-21/+3
2018-01-08nvme_fcloop: refactor host/target io job accessJames Smart1-22/+125
2018-01-08nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart1-35/+63
2018-01-08nvme_fcloop: disassocate local port structsJames Smart1-10/+25
2018-01-08nvme_fcloop: fix abort race conditionJames Smart1-5/+7
2018-01-08nvmet: lower log level for each queue creationSagi Grimberg1-1/+1
2018-01-08nvmet-rdma: lowering log level for chatty debug messagesSagi Grimberg1-1/+1
2018-01-08nvmet-rdma: removed queue cleanup from module exitSagi Grimberg1-17/+1
2018-01-06blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei1-0/+4
2018-01-06blk-mq: avoid to map CPU into stale hw queueMing Lei1-2/+20
2018-01-06blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei2-1/+28
2018-01-06blk-mq: quiesce queue before freeing queueMing Lei1-0/+9
2018-01-06mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe1-3/+8
2018-01-06target: Use sgl_alloc_order() and sgl_free()Bart Van Assche2-42/+5
2018-01-06nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche2-59/+5
2018-01-06nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2-34/+3
2018-01-06crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche2-49/+3
2018-01-06lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche3-0/+119
2018-01-06writeback: update comment in inode_io_list_move_lockedWang Long1-1/+1
2018-01-06DAC960: split up ioctl function to reduce stack sizeArnd Bergmann1-70/+90
2018-01-06block: blk-merge: remove unnecessary checkMing Lei1-3/+1
2018-01-06block: blk-merge: try to make front segments in full sizeMing Lei1-5/+49
2018-01-06blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei1-4/+5
2018-01-06dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei1-1/+0
2018-01-06btrfs: avoid accessing bvec table directly for a cloned bioMing Lei1-1/+3
2018-01-06btrfs: avoid access to .bi_vcnt directlyMing Lei2-5/+6
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei9-34/+33
2018-01-06bcache: comment on direct access to bvec tableMing Lei2-0/+8
2018-01-06dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei1-1/+9
2018-01-06block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei2-5/+20
2018-01-06block: bounce: avoid direct access to bvec tableMing Lei1-9/+8
2018-01-06fs: convert to bio_last_bvec_all()Ming Lei3-3/+3
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei8-13/+13
2018-01-06block: introduce bio helpers for converting to multipage bvecMing Lei1-0/+23
2018-01-05block, bfq: remove batches of confusing ifdefsPaolo Valente1-55/+72
2018-01-05block, bfq: consider also past I/O in soft real-time detectionPaolo Valente1-34/+81
2018-01-05block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco1-31/+5
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente3-11/+52
2018-01-05block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco1-1/+2
2018-01-05block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente1-0/+2
2018-01-05block, bfq: increase threshold to deem I/O as randomPaolo Valente1-1/+1
2018-01-05deadline-iosched: Introduce zone locking supportDamien Le Moal1-3/+68
2018-01-05deadline-iosched: Introduce dispatch helpersDamien Le Moal1-10/+37