summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-wbt: fix has-sleeper queueing checkJens Axboe2018-08-221-3/+5
* blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe2018-08-221-4/+4
* blk-wbt: move disable check into get_limit()Jens Axboe2018-08-221-15/+7
* bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-08-221-1/+3
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-2243-656/+879
|\
| * block/DAC960.c: make some arrays static const, shrinks object sizeColin Ian King2018-08-211-18/+24
| * blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2018-08-212-1/+17
| * blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang2018-08-215-65/+98
| * block: remove duplicate initializationChaitanya Kulkarni2018-08-171-1/+0
| * 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
* | Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-2221-532/+1671
|\ \
| * | f2fs: readahead encrypted block during GCChao Yu2018-08-213-22/+134
| * | f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-216-67/+91
| * | f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-216-0/+35
| * | f2fs: fix to skip verifying block address for non-regular inodeChao Yu2018-08-141-6/+8
| * | f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-1410-46/+32
| * | f2fs: support fault_type mount optionChao Yu2018-08-134-10/+51
| * | f2fs: fix to return success when trimming meta areaChao Yu2018-08-131-2/+2
| * | f2fs: fix use-after-free of dicard command entryChao Yu2018-08-131-34/+45
| * | f2fs: support discard submission error injectionChao Yu2018-08-133-0/+10
| * | f2fs: split discard command in prior to block layerChao Yu2018-08-132-44/+127
| * | f2fs: wake up gc thread immediately when gc_urgent is setSheng Yong2018-08-131-0/+1
| * | f2fs: fix incorrect range->len in f2fs_trim_fs()Chao Yu2018-08-131-1/+2
| * | f2fs: refresh recent accessed nat entry in lru listChao Yu2018-08-132-4/+43