summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-08-02cdrom: Use struct scsi_sense_hdr internallyKees Cook2-3/+7
2018-08-02ide-cd: Remove redundant sense bufferKees Cook1-8/+9
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook6-64/+61
2018-08-02target: don't depend on SCSIChristoph Hellwig1-2/+3
2018-08-02scsi: build scsi_common.o for all scsi passthrough request usersChristoph Hellwig2-2/+2
2018-08-02scsi: cxlflash: Drop unused sense buffersKees Cook2-11/+4
2018-08-02ide-cd: Drop unused sense buffersKees Cook3-44/+28
2018-08-02aoe: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy3-82/+20
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy3-125/+5
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy4-6/+5
2018-07-28pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park1-1/+3
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann1-6/+6
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus1-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus1-3/+9
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang1-0/+1
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus1-2/+6
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui1-3/+26
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui1-2/+35
2018-07-27bcache: finish incremental GCTang Junhui3-1/+21
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui4-20/+7
2018-07-26scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards1-4/+4
2018-07-25xen/blkfront: remove unused macrosJuergen Gross1-5/+0
2018-07-25Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe15-266/+531
2018-07-24md: remove a bogus commentChristoph Hellwig1-4/+0
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig1-1/+5
2018-07-24block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche2-3/+3
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko1-1/+1
2018-07-24nvmet: check fileio lba range access boundariesSagi Grimberg1-2/+17
2018-07-24nvmet: fix file discard return statusSagi Grimberg1-8/+10
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg1-37/+29
2018-07-24nvme-rdma: centralize controller setup sequenceSagi Grimberg1-77/+53
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg1-0/+2
2018-07-24nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-24nvme: add disk name to trace eventsKeith Busch2-7/+37
2018-07-24nvme: add controller name to trace eventsKeith Busch1-6/+11
2018-07-23nvme: use hw qid in trace eventsKeith Busch3-71/+53
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg5-0/+6
2018-07-23nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy1-5/+21
2018-07-23nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise6-43/+169
2018-07-23nvme-rdma: support up to 4 segments of inline dataSteve Wise1-11/+27
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni4-5/+67
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni1-1/+34
2018-07-23nvme: move init of keep_alive work item to controller initializationJames Smart1-3/+4
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan9-28/+28
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan3-7/+3
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo4-28/+27
2018-07-17pktcdvd: remove assignment in if conditionRAGHU Halharvi1-23/+46
2018-07-13lightnvm: pblk: assume that chunks are closed on 1.2 devicesHans Holmberg1-2/+3