aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-3/+3
2014-01-08bcache: kill closure locking usageKent Overstreet1-13/+14
2014-01-08bcache: Performance fix for when journal entry is fullKent Overstreet1-5/+9
2014-01-08bcache: Minor journal fixKent Overstreet1-5/+14
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+6
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-2/+2
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-3/+1
2013-11-10bcache: Kill op->replaceKent Overstreet1-1/+1
2013-11-10bcache: Kill op->clKent Overstreet1-5/+3
2013-11-10bcache: Prune struct btree_opKent Overstreet1-15/+17
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-1/+0
2013-11-10bcache: Move keylist out of btree_opKent Overstreet1-4/+7
2013-11-10bcache: Refactor journalling flow controlKent Overstreet1-113/+100
2013-11-10bcache: Clean up keylist codeKent Overstreet1-6/+8
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet1-4/+3
2013-11-10bcache: Fix a journalling performance bugKent Overstreet1-21/+26
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-07-12bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-01bcache: FUA fixesKent Overstreet1-1/+1