summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-05-30target: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30lightnvm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko
2018-05-28bcache: stop bcache device when backing device is offlineColy Li
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni
2018-05-25nvmet-fc: increase LS buffer count per fc portJames Smart
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni
2018-05-25nvmet: make a few error messages more genericChaitanya Kulkarni
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart
2018-05-25nvme-fc: remove setting DNR on exception conditionsJames Smart
2018-05-25nvme-rdma: stop admin queue before freeing itJianchao Wang
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-23nbd: set discard granularity properlyJosef Bacik
2018-05-23nvme: host: core: fix precedence of ternary operatorIvan Bornyakov
2018-05-23nvme: fix lockdep warning in nvme_mpath_clear_current_pathJohannes Thumshirn
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe