summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-08-161-0/+4
* pktcdvd: fix setting of 'ret' error return for a few casesJens Axboe2018-08-161-0/+1
* block: change return type to boolChengguang Xu2018-08-161-1/+1
* block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero2018-08-161-1/+2
* block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente2018-08-161-9/+5
* block, bfq: reduce write overchargePaolo Valente2018-08-161-14/+19
* block, bfq: always update the budget of an entity when neededPaolo Valente2018-08-161-2/+6
* block, bfq: readd missing reset of parent-entity servicePaolo Valente2018-08-161-0/+21
* blk-wbt: fix IO hang in wbt_wait()Ming Lei2018-08-141-5/+1
* block: don't warn for flush on read-only deviceJens Axboe2018-08-141-1/+3
* 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-1117-7/+57
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-1123-296/+309
* blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-112-11/+6
* 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
* Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo2018-08-091-6/+1
* block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva2018-08-091-0/+2
* block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche2018-08-091-0/+15
* block: Introduce blk_exit_queue()Bart Van Assche2018-08-092-24/+31
* blkcg: Introduce blkg_root_lookup()Bart Van Assche2018-08-091-0/+18
* block: Remove two superfluous #include directivesBart Van Assche2018-08-091-2/+0
* blk-mq: count the hctx as active before allocating tagJianchao Wang2018-08-092-2/+9
* block: bvec_nr_vecs() returns value for wrong slabGreg Edwards2018-08-091-1/+1
* Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe2018-08-099-10/+138
|\
| * 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.h: add support for ns write protect definitionsChaitanya Kulkarni2018-08-081-2/+15
| * nvme.h: fixup ANA group descriptor formatHannes Reinecke2018-08-081-1/+1
| * 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