summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-08-11bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2-2/+4
2018-08-11bcache: remove unnecessary space before ioctl function pointer argumentsColy Li1-2/+2
2018-08-11bcache: add missing SPDX headerColy Li3-0/+3
2018-08-11bcache: move open brace at end of function definitions to next lineColy Li1-3/+6
2018-08-11bcache: add static const prefix to char * array declarationsColy Li1-1/+1
2018-08-11bcache: fix code comments styleColy Li3-13/+21
2018-08-11bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li1-2/+1
2018-08-11bcache: prefer 'help' in KconfigColy Li1-3/+3
2018-08-11bcache: fix typo 'succesfully' to 'successfully'Coly Li2-2/+2
2018-08-11bcache: replace '%pF' by '%pS' in seq_printf()Coly Li1-2/+2
2018-08-11bcache: fix indent by replacing blank by tabsColy Li1-2/+2
2018-08-11bcache: replace printk() by pr_*() routinesColy Li4-15/+15
2018-08-11bcache: replace Symbolic permissions by octal permission numbersColy Li2-5/+5
2018-08-11bcache: style fixes for lines over 80 charactersColy Li13-28/+59
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