summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li1-0/+1
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li1-2/+2
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li1-0/+12
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li1-1/+0
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li3-36/+15
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li1-17/+0
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li2-2/+4
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li1-1/+1
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li1-2/+2
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li1-0/+4
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li1-0/+9
2019-06-19bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li1-1/+6
2019-06-19bcache: fix stack corruption by PRECEDING_KEY()Coly Li2-17/+33
2019-05-31bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-05-31bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-05-31bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6
2019-05-31bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang1-0/+8
2019-05-22bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-05-22bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2019-04-05bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-04-05bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-04-05bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-04-05bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-04-05bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-03-23bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li1-3/+4
2019-03-23bcache: never writeback a discard operationDaniel Axtens1-0/+3
2018-11-13bcache: Populate writeback_rate_minimum attributeBen Peddell1-0/+2
2018-11-13bcache: fix miss key refill->end in writebackTang Junhui1-1/+1
2018-11-13bcache: correct dirty data statisticsTang Junhui1-1/+2
2018-11-13bcache: fix ioctl in flash deviceTang Junhui2-4/+3
2018-11-13bcache: trace missed reading by cache_missedTang Junhui1-1/+1
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang3-3/+12
2018-08-23bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai1-1/+3
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds28-535/+672
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li3-135/+18
2018-08-12bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2-2/+4
2018-08-12bcache: remove unnecessary space before ioctl function pointer argumentsColy Li1-2/+2
2018-08-12bcache: add missing SPDX headerColy Li3-0/+3
2018-08-12bcache: move open brace at end of function definitions to next lineColy Li1-3/+6
2018-08-12bcache: add static const prefix to char * array declarationsColy Li1-1/+1
2018-08-12bcache: fix code comments styleColy Li3-13/+21
2018-08-12bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li1-2/+1
2018-08-12bcache: prefer 'help' in KconfigColy Li1-3/+3
2018-08-12bcache: fix typo 'succesfully' to 'successfully'Coly Li2-2/+2
2018-08-12bcache: replace '%pF' by '%pS' in seq_printf()Coly Li1-2/+2
2018-08-12bcache: fix indent by replacing blank by tabsColy Li1-2/+2
2018-08-12bcache: replace printk() by pr_*() routinesColy Li4-15/+15
2018-08-12bcache: replace Symbolic permissions by octal permission numbersColy Li2-5/+5
2018-08-12bcache: style fixes for lines over 80 charactersColy Li13-28/+59