summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pktcdvd: fix setting of 'ret' error return for a few casesJens Axboe2018-08-161-0/+1
* bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2018-08-112-2/+4
* bcache: remove unnecessary space before ioctl function pointer argumentsColy Li2018-08-111-2/+2
* bcache: add missing SPDX headerColy Li2018-08-113-0/+3
* bcache: move open brace at end of function definitions to next lineColy Li2018-08-111-3/+6
* bcache: add static const prefix to char * array declarationsColy Li2018-08-111-1/+1
* bcache: fix code comments styleColy Li2018-08-113-13/+21
* bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li2018-08-111-2/+1
* bcache: prefer 'help' in KconfigColy Li2018-08-111-3/+3
* bcache: fix typo 'succesfully' to 'successfully'Coly Li2018-08-112-2/+2
* bcache: replace '%pF' by '%pS' in seq_printf()Coly Li2018-08-111-2/+2
* bcache: fix indent by replacing blank by tabsColy Li2018-08-111-2/+2
* bcache: replace printk() by pr_*() routinesColy Li2018-08-114-15/+15
* bcache: replace Symbolic permissions by octal permission numbersColy Li2018-08-112-5/+5
* bcache: style fixes for lines over 80 charactersColy Li2018-08-1113-28/+59
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-1114-185/+215
* bcache: style fix to add a blank line after declarationsColy Li2018-08-1116-7/+55
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-1122-293/+306
* bcache: fix error setting writeback_rate through sysfs interfaceColy Li2018-08-101-3/+10
* null_blk: add lock drop/acquire annotationJens Axboe2018-08-091-1/+3
* block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva2018-08-091-0/+2
* Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe2018-08-098-7/+122
|\
| * nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer2018-08-081-1/+1
| * nvmet: add ns write protect supportChaitanya Kulkarni2018-08-085-5/+114
| * nvme: set gendisk read only based on nsattrChaitanya Kulkarni2018-08-081-0/+6
| * nvme: fixup crash on failed discoveryHannes Reinecke2018-08-071-1/+1
* | bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang2018-08-091-1/+1
* | bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang2018-08-091-2/+2
* | bcache: set max writeback rate when I/O request is idleColy Li2018-08-097-45/+138
* | bcache: add code comments for bset.cColy Li2018-08-091-0/+63
* | bcache: fix mistaken comments in request.cColy Li2018-08-091-1/+1
* | bcache: fix mistaken code comments in bcache.hColy Li2018-08-091-3/+3
* | bcache: add a comment in super.cColy Li2018-08-091-0/+1
* | bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li2018-08-091-7/+7
* | bcache: display rate debug parameters to 0 when writeback is not runningColy Li2018-08-091-10/+16
* | bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-095-13/+21
* | drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang2018-08-081-8/+4
* | drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang2018-08-081-2/+2
* | drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang2018-08-081-2/+1
* | target/loop: depend on SCSIChristoph Hellwig2018-08-071-0/+1
* | xen-blkfront: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-2/+2
|/
* lightnvm: remove minor version check for 2.0Matias Bjørling2018-08-061-6/+0
* Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe2018-08-068-70/+832
|\
| * nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni2018-07-271-2/+15
| * nvmet: support configuring ANA groupsChristoph Hellwig2018-07-274-4/+236
| * nvmet: add minimal ANA supportChristoph Hellwig2018-07-274-4/+142
| * nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig2018-07-273-1/+16
| * nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2018-07-272-0/+4
| * nvme: add ANA supportChristoph Hellwig2018-07-273-27/+408
| * nvme: remove nvme_req_needs_failoverChristoph Hellwig2018-07-273-14/+2