summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-07-261-1/+0Star
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-07-261-32/+15Star
* bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li2019-07-261-0/+4
* bcache: fix failure in journal relplayTang Junhui2019-05-311-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-05-311-3/+6
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-05-221-4/+7
* 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
* bcache: Bkey indexing renamingKent Overstreet2014-01-081-3/+3
* bcache: kill closure locking usageKent Overstreet2014-01-081-13/+14
* bcache: Performance fix for when journal entry is fullKent Overstreet2014-01-081-5/+9
* bcache: Minor journal fixKent Overstreet2014-01-081-5/+14
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-6/+6
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-111-2/+2
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-111-3/+1Star
* bcache: Kill op->replaceKent Overstreet2013-11-111-1/+1
* bcache: Kill op->clKent Overstreet2013-11-111-5/+3Star
* bcache: Prune struct btree_opKent Overstreet2013-11-111-15/+17