summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li2018-08-091-7/+7
* bcache: display rate debug parameters to 0 when writeback is not runningColy Li2018-08-091-10/+16
* bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-095-13/+21
* bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-271-6/+6
* bcache: do not assign in if condition in bcache_device_init()Florian Schmaus2018-07-271-5/+11
* bcache: do not assign in if condition in bcache_init()Florian Schmaus2018-07-271-3/+9
* bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang2018-07-271-0/+1
* bcache: do not assign in if condition register_bcache()Florian Schmaus2018-07-271-2/+6
* bcache: fix I/O significant decline while backend devices registeringTang Junhui2018-07-271-3/+26
* bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui2018-07-271-2/+35
* bcache: finish incremental GCTang Junhui2018-07-273-1/+21
* bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-274-20/+7Star
* bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-241-1/+5
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-8/+5Star
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-153-3/+3
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-0410-124/+131
|\
| * bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-307-52/+37Star
| * bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-281-35/+9Star
| * bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-283-40/+35Star
| * bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-283-20/+18Star
| * bcache: stop bcache device when backing device is offlineColy Li2018-05-282-0/+55
* | bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li2018-05-171-1/+3
|/
* bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li2018-05-031-1/+1
* bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li2018-05-031-0/+14
* bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li2018-05-031-1/+4
* bcache: count backing device I/O error for writeback I/OColy Li2018-05-031-1/+3
* bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li2018-05-031-0/+17
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-035-34/+30Star
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-0518-129/+556
|\
| * bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-191-3/+3
| * bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-191-0/+2
| * bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-192-3/+3
| * bcache: Remove an unused variableBart Van Assche2018-03-191-2/+0Star
| * bcache: Fix kernel-doc warningsBart Van Assche2018-03-194-15/+14Star
| * bcache: Annotate switch fall-throughBart Van Assche2018-03-191-0/+7
| * bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-191-2/+3
| * bcache: Fix indentationBart Van Assche2018-03-192-2/+2
| * bcache: add io_disable to struct cached_devColy Li2018-03-195-3/+67
| * bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-193-16/+79