summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: add reclaimed_journal_buckets to struct cache_setColy Li2019-06-281-0/+1
* bcache: performance improvement for btree_flush_write()Coly Li2019-06-281-22/+63
* bcache: fix race in btree_flush_write()Coly Li2019-06-281-0/+7
* bcache: remove retry_flush_write from struct cache_setColy Li2019-06-281-1/+0Star
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-06-281-32/+15Star
* bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-06-281-1/+0Star
* bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket()Coly Li2019-06-281-1/+2
* bcache: add code comments for journal_read_bucket()Coly Li2019-06-281-0/+24
* bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li2019-06-281-0/+4
* bcache: fix return value error in bch_journal_read()Coly Li2019-06-281-1/+1
* bcache: make is_discard_enabled() staticJens Axboe2019-05-011-1/+1
* bcache: fix failure in journal relplayTang Junhui2019-04-241-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-04-241-3/+6
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-04-241-4/+7
* bcache: move definition of 'int ret' out of macro read_bucket()Coly Li2019-04-241-2/+3
* bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2018-12-131-1/+1
* bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-09-271-3/+3
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-1/+2
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-111-1/+1
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-0/+2
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-10/+10
* bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang2018-07-271-0/+1
* 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-191-1/+1
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-191-2/+2
* bcache: fix high CPU occupancy during journalTang Junhui2018-02-071-15/+32
* bcache: add journal statisticTang Junhui2018-02-071-0/+5
* bcache: Fix building error on MIPSHuacai Chen2017-11-251-1/+1
* bcache: add a comment in journal bucket readingTang Junhui2017-11-251-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-3/+1Star
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* bcache: use bio op accessorsMike Christie2016-06-071-3/+4
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+1
* bcache: remove driver private bio splitting codeKent Overstreet2015-08-131-2/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-4/+4
* bcache: don't embed 'return' statements in closure macrosJens Axboe2015-07-111-0/+2
* MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches2015-07-011-1/+1
* bcache: Fix an infinite loop in journal replayKent Overstreet2014-08-051-1/+4
* bcache: Fix to remove the rcu_sched stalls.Surbhi Palande2014-08-051-1/+2
* bcache: Fix a journal replay bugKent Overstreet2014-08-051-7/+9
* bcache: btree locking reworkKent Overstreet2014-03-181-5/+4Star
* bcache: Add bch_keylist_init_single()Kent Overstreet2014-03-181-4/+1Star
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-181-13/+4Star
* bcache: Fix a journalling reclaim after recovery bugKent Overstreet2014-03-181-2/+8
* bcache: Fix a null ptr deref in journal replayKent Overstreet2014-03-181-1/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-261-2/+7
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-4/+5