summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-2917-25/+25
* | blk-mq: Remove generation seqeunceKeith Busch2018-05-296-254/+89
* | blk-mq: Fix timeout and state orderKeith Busch2018-05-291-1/+1
* | libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-292-53/+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
* | null_blk: add blocking description and remove lightnvmLiu Bo2018-05-251-3/+6
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-2425-163/+154
* | blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-243-14/+34
* | bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-05-231-1/+17
* | nbd: set discard granularity properlyJosef Bacik2018-05-231-2/+8
|/
* blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche2018-05-221-2/+6
* block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-221-1/+2
* blk-mq: remove wrong 'unlikely' checkhuhai2018-05-221-1/+1
* 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