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