summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li14-185/+215
2018-08-11bcache: style fix to add a blank line after declarationsColy Li16-7/+55
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li22-293/+306
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li1-3/+10
2018-08-09null_blk: add lock drop/acquire annotationJens Axboe1-1/+3
2018-08-09block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-08-09Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe8-7/+122
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang1-1/+1
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang1-2/+2
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li7-45/+138
2018-08-09bcache: add code comments for bset.cColy Li1-0/+63
2018-08-09bcache: fix mistaken comments in request.cColy Li1-1/+1
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li1-3/+3
2018-08-09bcache: add a comment in super.cColy Li1-0/+1
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li1-7/+7
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li1-10/+16
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li5-13/+21
2018-08-08drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang1-8/+4
2018-08-08drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang1-2/+2
2018-08-08drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang1-2/+1
2018-08-08nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer1-1/+1
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni5-5/+114
2018-08-08nvme: set gendisk read only based on nsattrChaitanya Kulkarni1-0/+6
2018-08-07target/loop: depend on SCSIChristoph Hellwig1-0/+1
2018-08-07nvme: fixup crash on failed discoveryHannes Reinecke1-1/+1
2018-08-06xen-blkfront: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-05lightnvm: remove minor version check for 2.0Matias Bjørling1-6/+0
2018-08-05Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe8-70/+832
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe216-949/+1863
2018-08-02scsi: Check sense buffer size at build timeKees Cook1-3/+3
2018-08-02libata-scsi: Move sense buffers onto stackKees Cook1-12/+6
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-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni1-2/+15
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig4-4/+236
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig4-4/+142
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig3-1/+16
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2-0/+4
2018-07-27nvme: add ANA supportChristoph Hellwig3-27/+408
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig3-14/+2