summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2018-05-182-2/+2
| * nvme/pci: Sync controller reset for AER slot_resetKeith Busch2018-05-111-2/+9
| * nvme/pci: Hold controller reference during async probeKeith Busch2018-05-071-0/+3
| * nvme: only reconfigure discard if necessaryJens Axboe2018-05-021-12/+16
| * nvme/pci: Use async_schedule for initial reset workKeith Busch2018-05-021-1/+9
| * nvme: lightnvm: add granby supportWei Xu2018-04-261-0/+2
| * NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish2018-04-261-0/+2
| * nvme: change order of qid and cmdid in completion traceJohannes Thumshirn2018-04-261-2/+2
| * nvme: fc: provide a descriptive errorJohannes Thumshirn2018-04-261-0/+2
* | blk-mq: clear hctx->dispatch_from when mappings changehuhai2018-05-181-0/+1
* | nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik2018-05-161-1/+1
* | nbd: fix how we set bd_invalidatedJosef Bacik2018-05-161-4/+3
* | nbd: clear_sock on netlink disconnectJosef Bacik2018-05-161-0/+1
* | nbd: use bd_set_size when updating disk sizeJosef Bacik2018-05-161-1/+9