aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c
Commit message (Expand)AuthorAge
* bcache: make is_discard_enabled() staticJens Axboe2019-05-01
* bcache: fix failure in journal relplayTang Junhui2019-04-24
* bcache: return error immediately in bch_journal_replay()Coly Li2019-04-24
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-04-24
* bcache: move definition of 'int ret' out of macro read_bucket()Coly Li2019-04-24
* bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2018-12-13
* bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-09-27
* bcache: style fixes for lines over 80 charactersColy Li2018-08-11
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-11
* bcache: style fix to add a blank line after declarationsColy Li2018-08-11
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-11
* bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang2018-07-27
* bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-18
* bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-18
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-18
* bcache: fix high CPU occupancy during journalTang Junhui2018-02-07
* bcache: add journal statisticTang Junhui2018-02-07
* bcache: Fix building error on MIPSHuacai Chen2017-11-24
* bcache: add a comment in journal bucket readingTang Junhui2017-11-24
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-22
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-07
* bcache: use bio op accessorsMike Christie2016-06-07
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
* bcache: remove driver private bio splitting codeKent Overstreet2015-08-13
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* bcache: don't embed 'return' statements in closure macrosJens Axboe2015-07-11
* MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches2015-06-30
* bcache: Fix an infinite loop in journal replayKent Overstreet2014-08-04
* bcache: Fix to remove the rcu_sched stalls.Surbhi Palande2014-08-04
* bcache: Fix a journal replay bugKent Overstreet2014-08-04
* bcache: btree locking reworkKent Overstreet2014-03-18
* bcache: Add bch_keylist_init_single()Kent Overstreet2014-03-18
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-18
* bcache: Fix a journalling reclaim after recovery bugKent Overstreet2014-03-18
* bcache: Fix a null ptr deref in journal replayKent Overstreet2014-03-17
* bcache: Fix a shutdown bugKent Overstreet2014-02-25
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-08
* bcache: Bkey indexing renamingKent Overstreet2014-01-08
* bcache: kill closure locking usageKent Overstreet2014-01-08
* bcache: Performance fix for when journal entry is fullKent Overstreet2014-01-08
* bcache: Minor journal fixKent Overstreet2014-01-08
* block: Abstract out bvec iteratorKent Overstreet2013-11-24
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-11
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-11
* bcache: Kill op->replaceKent Overstreet2013-11-11
* bcache: Kill op->clKent Overstreet2013-11-11
* bcache: Prune struct btree_opKent Overstreet2013-11-11