summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-191-1/+6
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-192-17/+33
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-05-311-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-05-311-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-05-311-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-05-311-3/+6
* bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-05-311-0/+8
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-05-221-4/+7
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-05-221-1/+1
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-04-051-1/+3
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-04-051-3/+10
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-04-051-1/+3
* bcache: fix input overflow to sequential_cutoffColy Li2019-04-051-1/+3
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-04-051-2/+11
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-03-231-3/+4
* bcache: never writeback a discard operationDaniel Axtens2019-03-231-0/+3
* bcache: Populate writeback_rate_minimum attributeBen Peddell2018-11-131-0/+2
* bcache: fix miss key refill->end in writebackTang Junhui2018-11-131-1/+1
* bcache: correct dirty data statisticsTang Junhui2018-11-131-1/+2
* bcache: fix ioctl in flash deviceTang Junhui2018-11-132-4/+3
* bcache: trace missed reading by cache_missedTang Junhui2018-11-131-1/+1
* bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-09-273-3/+12
* 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-2228-535/+672
|\
| * 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: use routines from lib/crc64.c for CRC64 calculationColy Li2018-08-223-135/+18
|/
* bcache: fix error setting writeback_rate through sysfs interfaceColy Li2018-08-101-3/+10
* 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