aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-17block: remove duplicate initializationChaitanya Kulkarni
2018-08-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-08-16pktcdvd: fix setting of 'ret' error return for a few casesJens Axboe
2018-08-16block: change return type to boolChengguang Xu
2018-08-16block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero
2018-08-16block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente
2018-08-16block, bfq: reduce write overchargePaolo Valente
2018-08-16block, bfq: always update the budget of an entity when neededPaolo Valente
2018-08-16block, bfq: readd missing reset of parent-entity servicePaolo Valente
2018-08-14blk-wbt: fix IO hang in wbt_wait()Ming Lei
2018-08-14block: don't warn for flush on read-only deviceJens Axboe
2018-08-11bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li
2018-08-11bcache: remove unnecessary space before ioctl function pointer argumentsColy Li
2018-08-11bcache: add missing SPDX headerColy Li
2018-08-11bcache: move open brace at end of function definitions to next lineColy Li
2018-08-11bcache: add static const prefix to char * array declarationsColy Li
2018-08-11bcache: fix code comments styleColy Li
2018-08-11bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li
2018-08-11bcache: prefer 'help' in KconfigColy Li
2018-08-11bcache: fix typo 'succesfully' to 'successfully'Coly Li
2018-08-11bcache: replace '%pF' by '%pS' in seq_printf()Coly Li
2018-08-11bcache: fix indent by replacing blank by tabsColy Li
2018-08-11bcache: replace printk() by pr_*() routinesColy Li
2018-08-11bcache: replace Symbolic permissions by octal permission numbersColy Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li
2018-08-11bcache: style fix to add a blank line after declarationsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li
2018-08-09null_blk: add lock drop/acquire annotationJens Axboe
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo
2018-08-09block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche
2018-08-09block: Introduce blk_exit_queue()Bart Van Assche
2018-08-09blkcg: Introduce blkg_root_lookup()Bart Van Assche
2018-08-09block: Remove two superfluous #include directivesBart Van Assche
2018-08-09blk-mq: count the hctx as active before allocating tagJianchao Wang
2018-08-09block: bvec_nr_vecs() returns value for wrong slabGreg Edwards
2018-08-09Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li
2018-08-09bcache: add code comments for bset.cColy Li
2018-08-09bcache: fix mistaken comments in request.cColy Li
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li
2018-08-09bcache: add a comment in super.cColy Li
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li