summaryrefslogtreecommitdiffstats
path: root/drivers
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-026-64/+61
* 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
* aoe: mark expected switch fall-throughGustavo A. R. Silva2018-08-021-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-303-125/+5
* block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-304-6/+5
* pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park2018-07-281-1/+3
* bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-271-6/+6
* 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
* scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards2018-07-261-4/+4
* 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-2515-266/+531
|\
| * 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
| * nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy2018-07-231-1/+1
| * nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise2018-07-236-43/+169
| * nvme-rdma: support up to 4 segments of inline dataSteve Wise2018-07-231-11/+27
| * nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni2018-07-234-5/+67
| * nvmet: add commands supported and effects log pageChaitanya Kulkarni2018-07-231-1/+34
| * nvme: move init of keep_alive work item to controller initializationJames Smart2018-07-231-3/+4
* | md: remove a bogus commentChristoph Hellwig2018-07-241-4/+0
* | bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-241-1/+5
* | block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche2018-07-242-3/+3
|/
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-189-28/+28
* block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-183-7/+3
* block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-184-28/+27
* pktcdvd: remove assignment in if conditionRAGHU Halharvi2018-07-171-23/+46
* lightnvm: pblk: assume that chunks are closed on 1.2 devicesHans Holmberg2018-07-131-2/+3