summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorLines
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang-3/+12
2018-08-22bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai-1/+3
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds-535/+672
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li-135/+18
2018-08-11bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li-2/+4
2018-08-11bcache: remove unnecessary space before ioctl function pointer argumentsColy Li-2/+2
2018-08-11bcache: add missing SPDX headerColy Li-0/+3
2018-08-11bcache: move open brace at end of function definitions to next lineColy Li-3/+6
2018-08-11bcache: add static const prefix to char * array declarationsColy Li-1/+1
2018-08-11bcache: fix code comments styleColy Li-13/+21
2018-08-11bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li-2/+1
2018-08-11bcache: prefer 'help' in KconfigColy Li-3/+3
2018-08-11bcache: fix typo 'succesfully' to 'successfully'Coly Li-2/+2
2018-08-11bcache: replace '%pF' by '%pS' in seq_printf()Coly Li-2/+2
2018-08-11bcache: fix indent by replacing blank by tabsColy Li-2/+2
2018-08-11bcache: replace printk() by pr_*() routinesColy Li-15/+15
2018-08-11bcache: replace Symbolic permissions by octal permission numbersColy Li-5/+5
2018-08-11bcache: style fixes for lines over 80 charactersColy Li-28/+59
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li-185/+215
2018-08-11bcache: style fix to add a blank line after declarationsColy Li-7/+55
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li-293/+306
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li-3/+10
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang-1/+1
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang-2/+2
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li-45/+138
2018-08-09bcache: add code comments for bset.cColy Li-0/+63
2018-08-09bcache: fix mistaken comments in request.cColy Li-1/+1
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li-3/+3
2018-08-09bcache: add a comment in super.cColy Li-0/+1
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li-7/+7
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li-10/+16
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li-13/+21
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann-6/+6
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus-3/+9
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang-0/+1
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus-2/+6
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui-3/+26
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui-2/+35
2018-07-27bcache: finish incremental GCTang Junhui-1/+21
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui-20/+7
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig-1/+5
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan-8/+5
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-3/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+4
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds-124/+131
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet-52/+37
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko-35/+9