summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3015-181/+159
* bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-307-52/+37
* lightnvm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-65/+65
* pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-25/+25
* drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-59/+38
* block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-304-20/+3
* nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor2018-05-301-6/+15
* block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-293-18/+10
* Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-2916-119/+457
|\
| * nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke2018-05-251-1/+1
| * nvme: fix KASAN warning when parsing host nqnHannes Reinecke2018-05-251-1/+1
| * nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni2018-05-251-1/+1
| * nvmet-fc: increase LS buffer count per fc portJames Smart2018-05-251-1/+1
| * nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-256-52/+413
| * nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni2018-05-255-12/+1
| * nvmet: make a few error messages more genericChaitanya Kulkarni2018-05-251-2/+2
| * nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-252-1/+3
| * nvme-fabrics: centralize discovery controller defaultsHannes Reinecke2018-05-251-4/+4
| * nvme-fabrics: remove unnecessary controller subnqn validationJames Smart2018-05-251-10/+0
| * nvme-fc: remove setting DNR on exception conditionsJames Smart2018-05-251-10/+0
| * nvme-rdma: stop admin queue before freeing itJianchao Wang2018-05-251-4/+6
| * nvme-pci: Fix AER reset handlingKeith Busch2018-05-251-9/+5
| * nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang2018-05-251-9/+16
| * nvme: host: core: fix precedence of ternary operatorIvan Bornyakov2018-05-231-2/+2
| * nvme: fix lockdep warning in nvme_mpath_clear_current_pathJohannes Thumshirn2018-05-231-1/+2
* | libiscsi: don't try to bypass SCSI EHChristoph Hellwig2018-05-291-2/+2
* | mmc: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+3
* | scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig2018-05-291-4/+3
* | null_blk: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+4
* | mtip32xx: complete requests from ->timeoutChristoph Hellwig2018-05-291-1/+2
* | nbd: complete requests from ->timeoutChristoph Hellwig2018-05-291-3/+4
* | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-293-11/+7
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-2912-19/+19
* | libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-291-51/+0
* | bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-281-35/+9
* | bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-283-40/+35
* | bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-283-20/+18
* | bcache: stop bcache device when backing device is offlineColy Li2018-05-282-0/+55
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-2417-83/+81
* | nbd: set discard granularity properlyJosef Bacik2018-05-231-2/+8
|/
* block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-221-1/+2
* nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-215-94/+133
|\
| * nvme-pci: drop IRQ disabling on submission queue lockJens Axboe2018-05-181-4/+4
| * nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe2018-05-181-21/+23
| * nvme-pci: handle completions outside of the queue lockJens Axboe2018-05-181-42/+45
| * nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe2018-05-181-5/+13
| * nvme-pci: remove cq check after submissionJens Axboe2018-05-181-2/+0
| * nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6