summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cdrom: Use struct scsi_sense_hdr internallyKees Cook2018-08-022-3/+7
* ide-cd: Remove redundant sense bufferKees Cook2018-08-021-8/+9
* block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook2018-08-027-65/+63
* target: don't depend on SCSIChristoph Hellwig2018-08-021-2/+3
* scsi: build scsi_common.o for all scsi passthrough request usersChristoph Hellwig2018-08-022-2/+2
* scsi: cxlflash: Drop unused sense buffersKees Cook2018-08-022-11/+4
* ide-cd: Drop unused sense buffersKees Cook2018-08-023-44/+28
* blk-mq: fix updating tags depthMing Lei2018-08-021-4/+4
* block: really disable runtime-pm for blk-mqMing Lei2018-08-021-2/+4
* aoe: mark expected switch fall-throughGustavo A. R. Silva2018-08-021-0/+1
* block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)2018-08-022-24/+57
* blk-cgroup: clear the throttle queue on forkJosef Bacik2018-08-011-0/+5
* blk-cgroup: hold the queue ref during throttlingJosef Bacik2018-08-011-1/+1
* blk-iolatency: fix blkg leak in timer_fnJosef Bacik2018-08-011-1/+1
* block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang2018-08-011-3/+2
* t10-pi: provide empty t10_pi_complete() for !CONFIG_BLK_DEV_INTEGRITYJens Axboe2018-07-311-0/+11
* block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin2018-07-301-0/+1
* nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy2018-07-303-82/+20
* block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy2018-07-305-125/+118
* block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-306-12/+16
* block: don't account for split bio's size in cgroup statsJosef Bacik2018-07-301-2/+8
* pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park2018-07-281-1/+3
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-07-271-2/+6
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-07-271-2/+3
* bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-272-8/+8
* bcache: do not assign in if condition in bcache_device_init()Florian Schmaus2018-07-271-5/+11
* bcache: do not assign in if condition in bcache_init()Florian Schmaus2018-07-271-3/+9
* bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang2018-07-271-0/+1
* bcache: do not assign in if condition register_bcache()Florian Schmaus2018-07-271-2/+6
* bcache: fix I/O significant decline while backend devices registeringTang Junhui2018-07-271-3/+26
* bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui2018-07-271-2/+35
* bcache: finish incremental GCTang Junhui2018-07-273-1/+21
* bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-274-20/+7
* readahead: stricter check for bdi io_pagesMarkus Stockhausen2018-07-271-2/+10
* scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards2018-07-261-4/+4
* block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards2018-07-262-22/+34
* xen/blkfront: remove unused macrosJuergen Gross2018-07-251-5/+0
* Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe2018-07-2516-266/+536
|\
| * nvmet: don't use uuid_le typeAndy Shevchenko2018-07-241-1/+1
| * nvmet: check fileio lba range access boundariesSagi Grimberg2018-07-241-2/+17
| * nvmet: fix file discard return statusSagi Grimberg2018-07-241-8/+10
| * nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg2018-07-241-37/+29
| * nvme-rdma: centralize controller setup sequenceSagi Grimberg2018-07-241-77/+53
| * nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg2018-07-241-0/+2
| * nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva2018-07-241-0/+1
| * nvme: add disk name to trace eventsKeith Busch2018-07-242-7/+37
| * nvme: add controller name to trace eventsKeith Busch2018-07-241-6/+11
| * nvme: use hw qid in trace eventsKeith Busch2018-07-233-71/+53
| * nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-235-0/+6
| * nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy2018-07-231-5/+21