summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
* bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei2019-02-151-1/+5
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-02-091-3/+4
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-02-091-2/+11
* bcache: fix input overflow to cache set io_error_limitColy Li2019-02-091-2/+1Star
* bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_rate_minimumColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_delayColy Li2019-02-091-1/+1
* bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li2019-02-091-8/+8
* bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li2019-02-091-0/+10
* bcache: fix input overflow to sequential_cutoffColy Li2019-02-091-1/+3
* bcache: fix input integer overflow of congested thresholdColy Li2019-02-091-4/+6
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-02-091-3/+10
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-02-091-6/+7
* bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King2019-02-091-15/+15
* bcache: export backing_dev_uuid via sysfsColy Li2019-02-091-0/+9
* bcache: export backing_dev_name via sysfsColy Li2019-02-091-0/+8
* bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li2019-02-091-1/+1
* bcache: never writeback a discard operationDaniel Axtens2019-02-091-0/+3
* bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2018-12-131-1/+1
* bcache: set writeback_percent in a flexible rangeColy Li2018-12-131-1/+2
* bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li2018-12-133-2/+55
* bcache: add MODULE_DESCRIPTION informationColy Li2018-12-131-3/+4
* bcache: option to automatically run gc thread after writebackColy Li2018-12-134-0/+52
* bcache: introduce force_wake_up_gc()Coly Li2018-12-132-15/+20
* bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang2018-12-131-2/+19
* bcache: do not mark writeback_running too earlyShenghui Wang2018-12-131-1/+2
* bcache: update comment in sysfs.cShenghui Wang2018-12-131-2/+2
* bcache: update comment for bch_data_insertShenghui Wang2018-12-131-3/+3
* bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2018-12-132-4/+2Star
* bcache: add comment for cache_set->fill_iterShenghui Wang2018-12-132-1/+10
* bcache: panic fix for making cache deviceDongbo Cao2018-10-081-0/+8
* bcache: split combined if-condition code into separate onesDongbo Cao2018-10-081-14/+76
* bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...Shenghui Wang2018-10-081-1/+1
* bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li2018-10-081-1/+1
* bcache: remove useless parameter of bch_debug_init()Dongbo Cao2018-10-083-3/+3
* bcache: remove unused bch_passthrough_cacheShenghui Wang2018-10-081-1/+1
* bcache: recal cached_dev_sectors on detachShenghui Wang2018-10-081-0/+1
* bcache: fix miss key refill->end in writebackTang Junhui2018-10-081-1/+1
* bcache: Populate writeback_rate_minimum attributeBen Peddell2018-10-081-0/+2
* bcache: correct dirty data statisticsTang Junhui2018-10-081-1/+2
* bcache: fix typo in code comments of closure_return_with_destructor()Coly Li2018-10-081-1/+2
* bcache: fix ioctl in flash deviceTang Junhui2018-10-082-4/+3Star
* bcache: use REQ_PRIO to indicate bio for metadataColy Li2018-10-081-2/+2
* bcache: trace missed reading by cache_missedTang Junhui2018-10-081-1/+1
* bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang2018-10-081-0/+5
* 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