aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28bcache: add reclaimed_journal_buckets to struct cache_setColy Li1-0/+1
2019-06-28bcache: performance improvement for btree_flush_write()Coly Li1-22/+63
2019-06-28bcache: fix race in btree_flush_write()Coly Li1-0/+7
2019-06-28bcache: remove retry_flush_write from struct cache_setColy Li1-1/+0
2019-06-28bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li1-32/+15
2019-06-28bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li1-1/+0
2019-06-28bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket()Coly Li1-1/+2
2019-06-28bcache: add code comments for journal_read_bucket()Coly Li1-0/+24
2019-06-28bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li1-0/+4
2019-06-28bcache: fix return value error in bch_journal_read()Coly Li1-1/+1
2019-05-01bcache: make is_discard_enabled() staticJens Axboe1-1/+1
2019-04-24bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-04-24bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li1-2/+3
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang1-1/+1
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang1-3/+3
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-1/+2
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li1-1/+1
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+2
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-10/+10
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang1-0/+1
2018-03-18bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche1-0/+2
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche1-1/+1
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-2/+2
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui1-15/+32
2018-02-07bcache: add journal statisticTang Junhui1-0/+5
2017-11-24bcache: Fix building error on MIPSHuacai Chen1-1/+1
2017-11-24bcache: add a comment in journal bucket readingTang Junhui1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+3
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-3/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07bcache: use bio op accessorsMike Christie1-3/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+1
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-4/+4
2015-07-11bcache: don't embed 'return' statements in closure macrosJens Axboe1-0/+2
2015-06-30MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches1-1/+1
2014-08-04bcache: Fix an infinite loop in journal replayKent Overstreet1-1/+4
2014-08-04bcache: Fix to remove the rcu_sched stalls.Surbhi Palande1-1/+2
2014-08-04bcache: Fix a journal replay bugKent Overstreet1-7/+9
2014-03-18bcache: btree locking reworkKent Overstreet1-5/+4
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet1-4/+1
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet1-13/+4
2014-03-18bcache: Fix a journalling reclaim after recovery bugKent Overstreet1-2/+8
2014-03-17bcache: Fix a null ptr deref in journal replayKent Overstreet1-1/+5
2014-02-25bcache: Fix a shutdown bugKent Overstreet1-2/+7
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-4/+5