summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li1-3/+10
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang1-1/+1
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang1-2/+2
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li7-45/+138
2018-08-09bcache: add code comments for bset.cColy Li1-0/+63
2018-08-09bcache: fix mistaken comments in request.cColy Li1-1/+1
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li1-3/+3
2018-08-09bcache: add a comment in super.cColy Li1-0/+1
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li1-7/+7
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li1-10/+16
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li5-13/+21
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann1-6/+6
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus1-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus1-3/+9
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang1-0/+1
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus1-2/+6
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui1-3/+26
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui1-2/+35
2018-07-27bcache: finish incremental GCTang Junhui3-1/+21
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui4-20/+7
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig1-1/+5
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-8/+5
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab3-3/+3
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds10-124/+131
2018-05-31bcache: convert to bioset_init()/mempool_init()Kent Overstreet7-52/+37
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko1-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko3-40/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko3-20/+18
2018-05-28bcache: stop bcache device when backing device is offlineColy Li2-0/+55
2018-05-17bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li1-1/+3
2018-05-03bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li1-1/+1
2018-05-03bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li1-0/+14
2018-05-03bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li1-1/+4
2018-05-03bcache: count backing device I/O error for writeback I/OColy Li1-1/+3
2018-05-03bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li1-0/+17
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li5-34/+30
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds18-129/+556
2018-03-19bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche1-3/+3
2018-03-19bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche1-0/+2
2018-03-19bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2-3/+3
2018-03-19bcache: Remove an unused variableBart Van Assche1-2/+0
2018-03-19bcache: Fix kernel-doc warningsBart Van Assche4-15/+14
2018-03-19bcache: Annotate switch fall-throughBart Van Assche1-0/+7
2018-03-19bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche1-2/+3
2018-03-19bcache: Fix indentationBart Van Assche2-2/+2
2018-03-19bcache: add io_disable to struct cached_devColy Li5-3/+67
2018-03-19bcache: add backing_request_endio() for bi_end_ioColy Li3-16/+79