summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm mpath: Use blk_path_errorKeith Busch2018-01-101-17/+2
* nvme/multipath: Use blk_path_errorKeith Busch2018-01-101-13/+1
* nvme/multipath: Consult blk_status_t for failoverKeith Busch2018-01-103-42/+16
* nvme: Add more command status translationKeith Busch2018-01-101-0/+7
* null_blk: add option for managing IO timeoutsJens Axboe2018-01-102-4/+43
* null_blk: wire up timeoutsJens Axboe2018-01-091-0/+16
* bcache: closures: move control bits one bit rightMichael Lyle2018-01-091-4/+4
* 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
* 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
* 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
* DAC960: split up ioctl function to reduce stack sizeArnd Bergmann2018-01-061-70/+90
* dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-061-1/+0
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-067-5/+33
* bcache: comment on direct access to bvec tableMing Lei2018-01-062-0/+8
* dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei2018-01-061-1/+9
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-063-6/+6
* pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche2018-01-051-4/+4
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-01-051-3/+1
* lightnvm: pblk: refactor pblk_ppa_comp functionMatias Bjørling2018-01-051-4/+1
* lightnvm: pblk: add iostat supportJavier González2018-01-053-12/+25