summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c
Commit message (Expand)AuthorAgeFilesLines
* closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-10/+10
* bcache: Silence memcpy() run-time false positive warningsKees Cook2023-01-251-1/+2
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-5/+26
|\
| * bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li2022-05-241-5/+26
* | bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li2022-04-191-1/+1
|/
* block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-8/+4
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-3/+1
* md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury2021-04-111-2/+2
* bcache: remove PTR_CACHEChristoph Hellwig2021-04-111-1/+1
* bcache: Move journal work to new flush wqKai Krakow2021-02-101-2/+2
* bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-021-5/+6
* bcache: check and set sync status on cache's in-memory super blockColy Li2020-10-021-1/+1
* bcache: only use block_bytes() on struct cacheColy Li2020-10-021-4/+4
* bcache: remove for_each_cache()Coly Li2020-10-021-125/+104
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* bcache: journel: use for_each_clear_bit() to simplify the codeXu Wang2020-07-251-4/+1
* bcache: allocate meta data pages as compound pagesColy Li2020-07-251-2/+2
* bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-271-17/+17
* bcache: remove macro nr_to_fifo_front()Coly Li2020-02-131-5/+2
* bcache: fix incorrect data type usage in btree_flush_write()Coly Li2020-02-011-1/+2
* bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li2020-01-231-5/+75
* 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/+0
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-06-281-32/+15
* bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-06-281-1/+0
* 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-181-0/+2
* bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-181-1/+1
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-181-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-241-1/+1
* bcache: add a comment in journal bucket readingTang Junhui2017-11-241-0/+5