summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: remove the removal of 'next' rq in bfq_requests_mergedFilippo Muzzini2018-05-311-7/+0
* block, bfq: remove wrong check in bfq_requests_mergedPaolo Valente2018-05-311-6/+20
* block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini2018-05-311-2/+0
* block: fixup bioset_integrity_create() callJens Axboe2018-05-301-1/+1
* block: Drop bioset_create()Kent Overstreet2018-05-302-52/+15
* xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-303-8/+7
* btrfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-14/+11
* fs: convert block_dev.c to bioset_init()Kent Overstreet2018-05-301-6/+3
* target: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-302-9/+7
* dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3017-206/+197
* 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-302-26/+26
* 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-307-33/+41
* blk-throttle: return proper bool type to caller instead of 0/1Chengguang Xu2018-05-301-5/+5
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-305-21/+4
* nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor2018-05-301-6/+15
* blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo2018-05-301-1/+2
* block: kyber: make kyber more friendly with mergingJianchao Wang2018-05-301-32/+158
* blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe2018-05-302-11/+26
* block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-297-63/+19
* 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
* | block: don't print a message when the device went awayChristoph Hellwig2018-05-293-8/+12
* | block: unexport check_disk_size_changeChristoph Hellwig2018-05-291-1/+0
* | block: move ->timeout request memberJens Axboe2018-05-291-2/+2
* | blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig2018-05-291-14/+8
* | block: document the blk_eh_timer_return valuesChristoph Hellwig2018-05-291-2/+2
* | block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-294-19/+0
* | 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